Trace number 2068913

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Choco2.1.1 2009-06-10? (problem) 98.768 99.8234

General information on the benchmark

Namecsp/tdsp/
normalized-C7-2-241.xml
MD5SUM8d8cf1b474fe7a5bceeecee77718d1b9
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables593
Number of constraints19700
Maximum constraint arity6
Maximum domain size242
Number of constraints which are defined in extension0
Number of constraints which are defined in intension19700
Global constraints used (with number of constraints)

Solver Data

98.56/99.67	java.lang.OutOfMemoryError: Java heap space
98.56/99.67		at choco.kernel.memory.PartiallyStoredIntVector.<init>(PartiallyStoredIntVector.java:49)
98.56/99.67		at choco.kernel.memory.trailing.EnvironmentTrailing.makePartiallyStoredIntVector(EnvironmentTrailing.java:205)
98.56/99.67		at choco.cp.solver.variables.integer.IntDomainVarImpl.buildDataStructures(IntDomainVarImpl.java:118)
98.56/99.67		at choco.cp.solver.variables.integer.IntDomainVarImpl.<init>(IntDomainVarImpl.java:65)
98.56/99.67		at choco.cp.solver.variables.integer.BooleanVarImpl.<init>(BooleanVarImpl.java:21)
98.56/99.67		at choco.cp.solver.CPSolver.createBooleanVar(CPSolver.java:2584)
98.56/99.67		at choco.cp.solver.constraints.reified.leaves.bool.AbstractBoolNode.extractResult(AbstractBoolNode.java:41)
98.56/99.67		at choco.cp.solver.constraints.reified.leaves.bool.OrNode.extractResult(OrNode.java:61)
98.56/99.67		at choco.cp.solver.constraints.reified.leaves.bool.OrNode.extractConstraint(OrNode.java:75)
98.56/99.67		at choco.cp.solver.constraints.reified.ExpressionSConstraint.getDecomposition(ExpressionSConstraint.java:287)
98.56/99.67		at choco.cp.solver.CPSolver.decisionOnExpression(CPSolver.java:1963)
98.56/99.67		at choco.cp.solver.CPSolver.post(CPSolver.java:1939)
98.56/99.67		at choco.cp.solver.CPModelToCPSolver.readConstraints(CPModelToCPSolver.java:319)
98.56/99.67		at choco.cp.solver.preprocessor.PreProcessCPSolver.read(PreProcessCPSolver.java:199)
98.56/99.67		at parser.chocogen.XmlModel.solve(XmlModel.java:300)
98.56/99.67		at parser.chocogen.XmlModel.solveFile(XmlModel.java:206)
98.56/99.67		at parser.chocogen.XmlModel.generate(XmlModel.java:183)
98.56/99.67		at parser.chocogen.XmlModel.main(XmlModel.java:524)

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2068913-1247348869/watcher-2068913-1247348869 -o /tmp/evaluation-result-2068913-1247348869/solver-2068913-1247348869 -C 1800 -W 2000 -M 900 java -Xms700M -Xmx700M -jar HOME/choco-2.1.1.jar -file HOME/instance-2068913-1247348869.xml -h 1 -randval true -ac 32 -rest true -rb 10 -rg 1.3 -saclim 60 -s true -verb 0 -seed 11041979 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.91 2.44 2.17 4/75 18420
/proc/meminfo: memFree=1935680/2055920 swapFree=4192812/4192956
[pid=18420] ppid=18418 vsize=18576 CPUtime=0
/proc/18420/stat : 18420 (runsolver) R 18418 18420 18334 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 21953333 19021824 284 996147200 4194304 4302564 548682068192 18446744073709551615 266134416679 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/18420/statm: 4644 284 249 26 0 2626 0

[startup+0.00987004 s]
/proc/loadavg: 2.91 2.44 2.17 4/75 18420
/proc/meminfo: memFree=1935680/2055920 swapFree=4192812/4192956
[pid=18420] ppid=18418 vsize=18576 CPUtime=0
/proc/18420/stat : 18420 (runsolver) D 18418 18420 18334 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 21953333 19021824 284 996147200 4194304 4302564 548682068192 18446744073709551615 266134416679 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/18420/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.101886 s]
/proc/loadavg: 2.91 2.44 2.17 4/75 18420
/proc/meminfo: memFree=1935680/2055920 swapFree=4192812/4192956
[pid=18420] ppid=18418 vsize=858728 CPUtime=0.01
/proc/18420/stat : 18420 (java) S 18418 18420 18334 0 -1 0 1695 0 1 0 1 0 0 0 18 0 2 0 21953333 879337472 1374 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/18420/statm: 214682 1374 562 9 0 209597 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 858728

[startup+0.301903 s]
/proc/loadavg: 2.91 2.44 2.17 4/75 18420
/proc/meminfo: memFree=1935680/2055920 swapFree=4192812/4192956
[pid=18420] ppid=18418 vsize=864216 CPUtime=0.2
/proc/18420/stat : 18420 (java) S 18418 18420 18334 0 -1 0 4413 0 1 0 18 2 0 0 18 0 9 0 21953333 884957184 3838 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18420/statm: 216054 3838 1852 9 0 210522 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 864216

[startup+0.701948 s]
/proc/loadavg: 2.91 2.44 2.17 4/75 18420
/proc/meminfo: memFree=1935680/2055920 swapFree=4192812/4192956
[pid=18420] ppid=18418 vsize=864976 CPUtime=0.6
/proc/18420/stat : 18420 (java) S 18418 18420 18334 0 -1 0 5776 0 1 0 57 3 0 0 18 0 9 0 21953333 885735424 5201 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18420/statm: 216244 5201 1856 9 0 210712 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 864976

[startup+1.50204 s]
/proc/loadavg: 2.84 2.43 2.17 3/84 18429
/proc/meminfo: memFree=1903352/2055920 swapFree=4192812/4192956
[pid=18420] ppid=18418 vsize=864976 CPUtime=1.39
/proc/18420/stat : 18420 (java) S 18418 18420 18334 0 -1 0 17309 0 1 0 128 11 0 0 18 0 9 0 21953333 885735424 16721 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18420/statm: 216244 16721 1908 9 0 210712 0
[pid=18420/tid=18422] ppid=18418 vsize=864976 CPUtime=1.15
/proc/18420/task/18422/stat : 18422 (java) R 18418 18420 18334 0 -1 64 14302 0 1 0 106 9 0 0 22 0 9 0 21953337 885735424 16721 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18423] ppid=18418 vsize=864976 CPUtime=0.01
/proc/18420/task/18423/stat : 18423 (java) R 18418 18420 18334 0 -1 64 1722 0 0 0 1 0 0 0 16 0 9 0 21953344 885735424 16721 996147200 134512640 134550932 4294955840 18446744073709551615 102547087 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18424] ppid=18418 vsize=864976 CPUtime=0
/proc/18420/task/18424/stat : 18424 (java) S 18418 18420 18334 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 21953344 885735424 16721 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18425] ppid=18418 vsize=864976 CPUtime=0
/proc/18420/task/18425/stat : 18425 (java) S 18418 18420 18334 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 21953344 885735424 16721 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18426] ppid=18418 vsize=864976 CPUtime=0
/proc/18420/task/18426/stat : 18426 (java) S 18418 18420 18334 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21953347 885735424 16721 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18427] ppid=18418 vsize=864976 CPUtime=0.19
/proc/18420/task/18427/stat : 18427 (java) S 18418 18420 18334 0 -1 64 559 0 0 0 19 0 0 0 15 0 9 0 21953347 885735424 16721 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18428] ppid=18418 vsize=864976 CPUtime=0
/proc/18420/task/18428/stat : 18428 (java) S 18418 18420 18334 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21953347 885735424 16721 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18429] ppid=18418 vsize=864976 CPUtime=0
/proc/18420/task/18429/stat : 18429 (java) S 18418 18420 18334 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21953347 885735424 16721 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 864976

[startup+3.10222 s]
/proc/loadavg: 2.84 2.43 2.17 4/84 18429
/proc/meminfo: memFree=1855544/2055920 swapFree=4192812/4192956
[pid=18420] ppid=18418 vsize=865160 CPUtime=2.98
/proc/18420/stat : 18420 (java) S 18418 18420 18334 0 -1 0 26190 0 1 0 282 16 0 0 18 0 9 0 21953333 885923840 25580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18420/statm: 216290 25580 1959 9 0 210758 0
[pid=18420/tid=18422] ppid=18418 vsize=865160 CPUtime=2.38
/proc/18420/task/18422/stat : 18422 (java) R 18418 18420 18334 0 -1 64 14544 0 1 0 228 10 0 0 25 0 9 0 21953337 885923840 25580 996147200 134512640 134550932 4294955840 18446744073709551615 4126951448 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18423] ppid=18418 vsize=865160 CPUtime=0.31
/proc/18420/task/18423/stat : 18423 (java) S 18418 18420 18334 0 -1 64 10306 0 0 0 26 5 0 0 16 0 9 0 21953344 885923840 25580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18424] ppid=18418 vsize=865160 CPUtime=0
/proc/18420/task/18424/stat : 18424 (java) S 18418 18420 18334 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21953344 885923840 25580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18425] ppid=18418 vsize=865160 CPUtime=0
/proc/18420/task/18425/stat : 18425 (java) S 18418 18420 18334 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 21953344 885923840 25580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18426] ppid=18418 vsize=865160 CPUtime=0
/proc/18420/task/18426/stat : 18426 (java) S 18418 18420 18334 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21953347 885923840 25580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18427] ppid=18418 vsize=865160 CPUtime=0.25
/proc/18420/task/18427/stat : 18427 (java) S 18418 18420 18334 0 -1 64 608 0 0 0 25 0 0 0 16 0 9 0 21953347 885923840 25580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18428] ppid=18418 vsize=865160 CPUtime=0
/proc/18420/task/18428/stat : 18428 (java) S 18418 18420 18334 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21953347 885923840 25580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18429] ppid=18418 vsize=865160 CPUtime=0
/proc/18420/task/18429/stat : 18429 (java) S 18418 18420 18334 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21953347 885923840 25580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 865160

[startup+6.30157 s]
/proc/loadavg: 2.77 2.43 2.17 3/84 18429
/proc/meminfo: memFree=1747640/2055920 swapFree=4192812/4192956
[pid=18420] ppid=18418 vsize=865160 CPUtime=6.14
/proc/18420/stat : 18420 (java) S 18418 18420 18334 0 -1 0 55063 0 1 0 583 31 0 0 18 0 9 0 21953333 885923840 54447 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18420/statm: 216290 54447 1959 9 0 210758 0
[pid=18420/tid=18422] ppid=18418 vsize=865160 CPUtime=4.59
/proc/18420/task/18422/stat : 18422 (java) R 18418 18420 18334 0 -1 64 14550 0 1 0 449 10 0 0 25 0 9 0 21953337 885923840 54447 996147200 134512640 134550932 4294955840 18446744073709551615 104036101 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18423] ppid=18418 vsize=865160 CPUtime=1.26
/proc/18420/task/18423/stat : 18423 (java) S 18418 18420 18334 0 -1 64 39165 0 0 0 106 20 0 0 17 0 9 0 21953344 885923840 54447 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18424] ppid=18418 vsize=865160 CPUtime=0
/proc/18420/task/18424/stat : 18424 (java) S 18418 18420 18334 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21953344 885923840 54447 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18425] ppid=18418 vsize=865160 CPUtime=0
/proc/18420/task/18425/stat : 18425 (java) S 18418 18420 18334 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 21953344 885923840 54447 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18426] ppid=18418 vsize=865160 CPUtime=0
/proc/18420/task/18426/stat : 18426 (java) S 18418 18420 18334 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21953347 885923840 54447 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18427] ppid=18418 vsize=865160 CPUtime=0.27
/proc/18420/task/18427/stat : 18427 (java) S 18418 18420 18334 0 -1 64 616 0 0 0 27 0 0 0 15 0 9 0 21953347 885923840 54447 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18428] ppid=18418 vsize=865160 CPUtime=0
/proc/18420/task/18428/stat : 18428 (java) S 18418 18420 18334 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21953347 885923840 54447 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18429] ppid=18418 vsize=865160 CPUtime=0
/proc/18420/task/18429/stat : 18429 (java) S 18418 18420 18334 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21953347 885923840 54447 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 865160

[startup+12.7023 s]
/proc/loadavg: 2.71 2.42 2.17 3/84 18429
/proc/meminfo: memFree=1596216/2055920 swapFree=4192812/4192956
[pid=18420] ppid=18418 vsize=865160 CPUtime=12.48
/proc/18420/stat : 18420 (java) S 18418 18420 18334 0 -1 0 87007 0 1 0 1202 46 0 0 18 0 9 0 21953333 885923840 86350 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18420/statm: 216290 86350 1980 9 0 210758 0
[pid=18420/tid=18422] ppid=18418 vsize=865160 CPUtime=9.46
/proc/18420/task/18422/stat : 18422 (java) R 18418 18420 18334 0 -1 64 14815 0 1 0 935 11 0 0 25 0 9 0 21953337 885923840 86350 996147200 134512640 134550932 4294955840 18446744073709551615 103823673 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18423] ppid=18418 vsize=865160 CPUtime=2.67
/proc/18420/task/18423/stat : 18423 (java) S 18418 18420 18334 0 -1 64 70812 0 0 0 233 34 0 0 16 0 9 0 21953344 885923840 86350 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18424] ppid=18418 vsize=865160 CPUtime=0
/proc/18420/task/18424/stat : 18424 (java) S 18418 18420 18334 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21953344 885923840 86350 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18425] ppid=18418 vsize=865160 CPUtime=0
/proc/18420/task/18425/stat : 18425 (java) S 18418 18420 18334 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 21953344 885923840 86350 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18426] ppid=18418 vsize=865160 CPUtime=0
/proc/18420/task/18426/stat : 18426 (java) S 18418 18420 18334 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21953347 885923840 86350 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18427] ppid=18418 vsize=865160 CPUtime=0.32
/proc/18420/task/18427/stat : 18427 (java) S 18418 18420 18334 0 -1 64 648 0 0 0 32 0 0 0 16 0 9 0 21953347 885923840 86350 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18428] ppid=18418 vsize=865160 CPUtime=0
/proc/18420/task/18428/stat : 18428 (java) S 18418 18420 18334 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21953347 885923840 86350 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18429] ppid=18418 vsize=865160 CPUtime=0
/proc/18420/task/18429/stat : 18429 (java) S 18418 18420 18334 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21953347 885923840 86350 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 865160

[startup+25.5027 s]
/proc/loadavg: 2.55 2.40 2.16 3/84 18429
/proc/meminfo: memFree=1594360/2055920 swapFree=4192812/4192956
[pid=18420] ppid=18418 vsize=865160 CPUtime=25.16
/proc/18420/stat : 18420 (java) S 18418 18420 18334 0 -1 0 87622 0 1 0 2469 47 0 0 18 0 9 0 21953333 885923840 86887 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18420/statm: 216290 86887 1980 9 0 210758 0
[pid=18420/tid=18422] ppid=18418 vsize=865160 CPUtime=19.71
/proc/18420/task/18422/stat : 18422 (java) R 18418 18420 18334 0 -1 64 14893 0 1 0 1959 12 0 0 25 0 9 0 21953337 885923840 86887 996147200 134512640 134550932 4294955840 18446744073709551615 103823641 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18423] ppid=18418 vsize=865160 CPUtime=5.11
/proc/18420/task/18423/stat : 18423 (java) S 18418 18420 18334 0 -1 64 71348 0 0 0 477 34 0 0 16 0 9 0 21953344 885923840 86887 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18424] ppid=18418 vsize=865160 CPUtime=0
/proc/18420/task/18424/stat : 18424 (java) S 18418 18420 18334 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21953344 885923840 86887 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18425] ppid=18418 vsize=865160 CPUtime=0
/proc/18420/task/18425/stat : 18425 (java) S 18418 18420 18334 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 21953344 885923840 86887 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18426] ppid=18418 vsize=865160 CPUtime=0
/proc/18420/task/18426/stat : 18426 (java) S 18418 18420 18334 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21953347 885923840 86887 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18427] ppid=18418 vsize=865160 CPUtime=0.32
/proc/18420/task/18427/stat : 18427 (java) S 18418 18420 18334 0 -1 64 649 0 0 0 32 0 0 0 16 0 9 0 21953347 885923840 86887 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18428] ppid=18418 vsize=865160 CPUtime=0
/proc/18420/task/18428/stat : 18428 (java) S 18418 18420 18334 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21953347 885923840 86887 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18429] ppid=18418 vsize=865160 CPUtime=0
/proc/18420/task/18429/stat : 18429 (java) S 18418 18420 18334 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21953347 885923840 86887 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 865160

[startup+51.1025 s]
/proc/loadavg: 2.36 2.36 2.16 3/84 18429
/proc/meminfo: memFree=1199544/2055920 swapFree=4192812/4192956
[pid=18420] ppid=18418 vsize=878292 CPUtime=50.52
/proc/18420/stat : 18420 (java) S 18418 18420 18334 0 -1 0 197766 0 2 0 4957 95 0 0 18 0 9 0 21953333 899371008 187221 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18420/statm: 219573 187221 2624 9 0 214041 0
[pid=18420/tid=18422] ppid=18418 vsize=878292 CPUtime=35.07
/proc/18420/task/18422/stat : 18422 (java) S 18418 18420 18334 0 -1 64 15040 0 1 0 3495 12 0 0 18 0 9 0 21953337 899371008 187221 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18423] ppid=18418 vsize=878292 CPUtime=14.99
/proc/18420/task/18423/stat : 18423 (java) R 18418 18420 18334 0 -1 64 181275 0 1 0 1418 81 0 0 25 0 9 0 21953344 899371008 187221 996147200 134512640 134550932 4294955840 18446744073709551615 104188661 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18424] ppid=18418 vsize=878292 CPUtime=0
/proc/18420/task/18424/stat : 18424 (java) S 18418 18420 18334 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21953344 899371008 187221 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18425] ppid=18418 vsize=878292 CPUtime=0
/proc/18420/task/18425/stat : 18425 (java) S 18418 18420 18334 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 21953344 899371008 187221 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18426] ppid=18418 vsize=878292 CPUtime=0
/proc/18420/task/18426/stat : 18426 (java) S 18418 18420 18334 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21953347 899371008 187221 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18427] ppid=18418 vsize=878292 CPUtime=0.43
/proc/18420/task/18427/stat : 18427 (java) S 18418 18420 18334 0 -1 64 719 0 0 0 42 1 0 0 16 0 9 0 21953347 899371008 187221 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18428] ppid=18418 vsize=878292 CPUtime=0
/proc/18420/task/18428/stat : 18428 (java) S 18418 18420 18334 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21953347 899371008 187221 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

################
# More data... #
################

/proc/18420/task/18425/stat : 18425 (java) S 18418 18420 18334 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 21953344 886439936 185103 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18426] ppid=18418 vsize=865664 CPUtime=0
/proc/18420/task/18426/stat : 18426 (java) S 18418 18420 18334 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21953347 886439936 185103 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18427] ppid=18418 vsize=865664 CPUtime=0.43
/proc/18420/task/18427/stat : 18427 (java) S 18418 18420 18334 0 -1 64 719 0 0 0 42 1 0 0 16 0 9 0 21953347 886439936 185103 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18428] ppid=18418 vsize=865664 CPUtime=0
/proc/18420/task/18428/stat : 18428 (java) S 18418 18420 18334 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21953347 886439936 185103 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18429] ppid=18418 vsize=865664 CPUtime=0
/proc/18420/task/18429/stat : 18429 (java) S 18418 18420 18334 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21953347 886439936 185103 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 75.88
Current children cumulated vsize (KiB) 865664

[startup+89.5028 s]
/proc/loadavg: 2.20 2.32 2.15 3/84 18429
/proc/meminfo: memFree=1195320/2055920 swapFree=4192812/4192956
[pid=18420] ppid=18418 vsize=878292 CPUtime=88.55
/proc/18420/stat : 18420 (java) S 18418 18420 18334 0 -1 0 262735 0 2 0 8731 124 0 0 18 0 9 0 21953333 899371008 188260 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18420/statm: 219573 188260 2624 9 0 214041 0
[pid=18420/tid=18422] ppid=18418 vsize=878292 CPUtime=35.56
/proc/18420/task/18422/stat : 18422 (java) S 18418 18420 18334 0 -1 64 15050 0 1 0 3544 12 0 0 17 0 9 0 21953337 899371008 188260 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18423] ppid=18418 vsize=878292 CPUtime=52.53
/proc/18420/task/18423/stat : 18423 (java) R 18418 18420 18334 0 -1 64 246234 0 1 0 5143 110 0 0 25 0 9 0 21953344 899371008 188260 996147200 134512640 134550932 4294955840 18446744073709551615 101606643 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18424] ppid=18418 vsize=878292 CPUtime=0
/proc/18420/task/18424/stat : 18424 (java) S 18418 18420 18334 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21953344 899371008 188260 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18425] ppid=18418 vsize=878292 CPUtime=0
/proc/18420/task/18425/stat : 18425 (java) S 18418 18420 18334 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 21953344 899371008 188260 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18426] ppid=18418 vsize=878292 CPUtime=0
/proc/18420/task/18426/stat : 18426 (java) S 18418 18420 18334 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21953347 899371008 188260 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18427] ppid=18418 vsize=878292 CPUtime=0.43
/proc/18420/task/18427/stat : 18427 (java) S 18418 18420 18334 0 -1 64 719 0 0 0 42 1 0 0 16 0 9 0 21953347 899371008 188260 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18428] ppid=18418 vsize=878292 CPUtime=0
/proc/18420/task/18428/stat : 18428 (java) S 18418 18420 18334 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21953347 899371008 188260 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18429] ppid=18418 vsize=878292 CPUtime=0
/proc/18420/task/18429/stat : 18429 (java) S 18418 18420 18334 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21953347 899371008 188260 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 88.55
Current children cumulated vsize (KiB) 878292

[startup+95.9025 s]
/proc/loadavg: 2.17 2.31 2.15 3/84 18429
/proc/meminfo: memFree=1195320/2055920 swapFree=4192812/4192956
[pid=18420] ppid=18418 vsize=873164 CPUtime=94.89
/proc/18420/stat : 18420 (java) S 18418 18420 18334 0 -1 0 273071 0 2 0 9360 129 0 0 18 0 9 0 21953333 894119936 186978 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18420/statm: 218291 186978 2624 9 0 212759 0
[pid=18420/tid=18422] ppid=18418 vsize=873164 CPUtime=35.56
/proc/18420/task/18422/stat : 18422 (java) S 18418 18420 18334 0 -1 64 15051 0 1 0 3544 12 0 0 17 0 9 0 21953337 894119936 186978 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18423] ppid=18418 vsize=873164 CPUtime=58.87
/proc/18420/task/18423/stat : 18423 (java) R 18418 18420 18334 0 -1 64 256569 0 1 0 5772 115 0 0 25 0 9 0 21953344 894119936 186978 996147200 134512640 134550932 4294955840 18446744073709551615 103825741 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18424] ppid=18418 vsize=873164 CPUtime=0
/proc/18420/task/18424/stat : 18424 (java) S 18418 18420 18334 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21953344 894119936 186978 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18425] ppid=18418 vsize=873164 CPUtime=0
/proc/18420/task/18425/stat : 18425 (java) S 18418 18420 18334 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 21953344 894119936 186978 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18426] ppid=18418 vsize=873164 CPUtime=0
/proc/18420/task/18426/stat : 18426 (java) S 18418 18420 18334 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21953347 894119936 186978 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18427] ppid=18418 vsize=873164 CPUtime=0.43
/proc/18420/task/18427/stat : 18427 (java) S 18418 18420 18334 0 -1 64 719 0 0 0 42 1 0 0 16 0 9 0 21953347 894119936 186978 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18428] ppid=18418 vsize=873164 CPUtime=0
/proc/18420/task/18428/stat : 18428 (java) S 18418 18420 18334 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21953347 894119936 186978 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18429] ppid=18418 vsize=873164 CPUtime=0
/proc/18420/task/18429/stat : 18429 (java) S 18418 18420 18334 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21953347 894119936 186978 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 94.89
Current children cumulated vsize (KiB) 873164

[startup+97.5026 s]
/proc/loadavg: 2.17 2.31 2.15 3/84 18429
/proc/meminfo: memFree=1190200/2055920 swapFree=4192812/4192956
[pid=18420] ppid=18418 vsize=878292 CPUtime=96.48
/proc/18420/stat : 18420 (java) S 18418 18420 18334 0 -1 0 275520 0 2 0 9517 131 0 0 18 0 9 0 21953333 899371008 188260 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18420/statm: 219573 188260 2624 9 0 214041 0
[pid=18420/tid=18422] ppid=18418 vsize=878292 CPUtime=35.56
/proc/18420/task/18422/stat : 18422 (java) S 18418 18420 18334 0 -1 64 15051 0 1 0 3544 12 0 0 17 0 9 0 21953337 899371008 188260 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18423] ppid=18418 vsize=878292 CPUtime=60.46
/proc/18420/task/18423/stat : 18423 (java) R 18418 18420 18334 0 -1 64 259018 0 1 0 5929 117 0 0 25 0 9 0 21953344 899371008 188260 996147200 134512640 134550932 4294955840 18446744073709551615 104516113 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18424] ppid=18418 vsize=878292 CPUtime=0
/proc/18420/task/18424/stat : 18424 (java) S 18418 18420 18334 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21953344 899371008 188260 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18425] ppid=18418 vsize=878292 CPUtime=0
/proc/18420/task/18425/stat : 18425 (java) S 18418 18420 18334 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 21953344 899371008 188260 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18426] ppid=18418 vsize=878292 CPUtime=0
/proc/18420/task/18426/stat : 18426 (java) S 18418 18420 18334 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21953347 899371008 188260 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18427] ppid=18418 vsize=878292 CPUtime=0.43
/proc/18420/task/18427/stat : 18427 (java) S 18418 18420 18334 0 -1 64 719 0 0 0 42 1 0 0 16 0 9 0 21953347 899371008 188260 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18428] ppid=18418 vsize=878292 CPUtime=0
/proc/18420/task/18428/stat : 18428 (java) S 18418 18420 18334 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21953347 899371008 188260 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18429] ppid=18418 vsize=878292 CPUtime=0
/proc/18420/task/18429/stat : 18429 (java) S 18418 18420 18334 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21953347 899371008 188260 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 96.48
Current children cumulated vsize (KiB) 878292

[startup+99.1018 s]
/proc/loadavg: 2.17 2.31 2.15 3/84 18429
/proc/meminfo: memFree=1202808/2055920 swapFree=4192812/4192956
[pid=18420] ppid=18418 vsize=865664 CPUtime=98.06
/proc/18420/stat : 18420 (java) S 18418 18420 18334 0 -1 0 275711 0 2 0 9675 131 0 0 18 0 9 0 21953333 886439936 185104 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18420/statm: 216416 185104 2624 9 0 210884 0
[pid=18420/tid=18422] ppid=18418 vsize=865664 CPUtime=35.56
/proc/18420/task/18422/stat : 18422 (java) S 18418 18420 18334 0 -1 64 15052 0 1 0 3544 12 0 0 17 0 9 0 21953337 886439936 185104 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18423] ppid=18418 vsize=865664 CPUtime=62.04
/proc/18420/task/18423/stat : 18423 (java) R 18418 18420 18334 0 -1 64 259208 0 1 0 6087 117 0 0 25 0 9 0 21953344 886439936 185104 996147200 134512640 134550932 4294955840 18446744073709551615 103732818 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18424] ppid=18418 vsize=865664 CPUtime=0
/proc/18420/task/18424/stat : 18424 (java) S 18418 18420 18334 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21953344 886439936 185104 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18425] ppid=18418 vsize=865664 CPUtime=0
/proc/18420/task/18425/stat : 18425 (java) S 18418 18420 18334 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 21953344 886439936 185104 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18426] ppid=18418 vsize=865664 CPUtime=0
/proc/18420/task/18426/stat : 18426 (java) S 18418 18420 18334 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21953347 886439936 185104 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18427] ppid=18418 vsize=865664 CPUtime=0.43
/proc/18420/task/18427/stat : 18427 (java) S 18418 18420 18334 0 -1 64 719 0 0 0 42 1 0 0 16 0 9 0 21953347 886439936 185104 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18428] ppid=18418 vsize=865664 CPUtime=0
/proc/18420/task/18428/stat : 18428 (java) S 18418 18420 18334 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21953347 886439936 185104 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18429] ppid=18418 vsize=865664 CPUtime=0
/proc/18420/task/18429/stat : 18429 (java) S 18418 18420 18334 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21953347 886439936 185104 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 98.06
Current children cumulated vsize (KiB) 865664

[startup+99.5019 s]
/proc/loadavg: 2.17 2.31 2.15 3/84 18429
/proc/meminfo: memFree=1202808/2055920 swapFree=4192812/4192956
[pid=18420] ppid=18418 vsize=865664 CPUtime=98.46
/proc/18420/stat : 18420 (java) S 18418 18420 18334 0 -1 0 275711 0 2 0 9715 131 0 0 18 0 9 0 21953333 886439936 185104 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18420/statm: 216416 185104 2624 9 0 210884 0
[pid=18420/tid=18422] ppid=18418 vsize=865664 CPUtime=35.56
/proc/18420/task/18422/stat : 18422 (java) S 18418 18420 18334 0 -1 64 15052 0 1 0 3544 12 0 0 17 0 9 0 21953337 886439936 185104 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18423] ppid=18418 vsize=865664 CPUtime=62.44
/proc/18420/task/18423/stat : 18423 (java) R 18418 18420 18334 0 -1 64 259208 0 1 0 6127 117 0 0 25 0 9 0 21953344 886439936 185104 996147200 134512640 134550932 4294955840 18446744073709551615 104191126 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18424] ppid=18418 vsize=865664 CPUtime=0
/proc/18420/task/18424/stat : 18424 (java) S 18418 18420 18334 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21953344 886439936 185104 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18425] ppid=18418 vsize=865664 CPUtime=0
/proc/18420/task/18425/stat : 18425 (java) S 18418 18420 18334 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 21953344 886439936 185104 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18426] ppid=18418 vsize=865664 CPUtime=0
/proc/18420/task/18426/stat : 18426 (java) S 18418 18420 18334 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21953347 886439936 185104 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18427] ppid=18418 vsize=865664 CPUtime=0.43
/proc/18420/task/18427/stat : 18427 (java) S 18418 18420 18334 0 -1 64 719 0 0 0 42 1 0 0 16 0 9 0 21953347 886439936 185104 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18428] ppid=18418 vsize=865664 CPUtime=0
/proc/18420/task/18428/stat : 18428 (java) S 18418 18420 18334 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21953347 886439936 185104 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18429] ppid=18418 vsize=865664 CPUtime=0
/proc/18420/task/18429/stat : 18429 (java) S 18418 18420 18334 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21953347 886439936 185104 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 98.46
Current children cumulated vsize (KiB) 865664

[startup+99.7019 s]
/proc/loadavg: 2.17 2.31 2.15 3/84 18429
/proc/meminfo: memFree=1202808/2055920 swapFree=4192812/4192956
[pid=18420] ppid=18418 vsize=865484 CPUtime=98.64
/proc/18420/stat : 18420 (java) S 18418 18420 18334 0 -1 0 275725 0 2 0 9733 131 0 0 18 0 9 0 21953333 886255616 184987 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18420/statm: 216371 184987 2626 9 0 210839 0
[pid=18420/tid=18422] ppid=18418 vsize=865484 CPUtime=35.57
/proc/18420/task/18422/stat : 18422 (java) S 18418 18420 18334 0 -1 64 15060 0 1 0 3545 12 0 0 16 0 9 0 21953337 886255616 184987 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18423] ppid=18418 vsize=865484 CPUtime=62.61
/proc/18420/task/18423/stat : 18423 (java) S 18418 18420 18334 0 -1 64 259209 0 1 0 6144 117 0 0 25 0 9 0 21953344 886255616 184987 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18424] ppid=18418 vsize=865484 CPUtime=0
/proc/18420/task/18424/stat : 18424 (java) S 18418 18420 18334 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21953344 886255616 184987 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18425] ppid=18418 vsize=865484 CPUtime=0
/proc/18420/task/18425/stat : 18425 (java) S 18418 18420 18334 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 21953344 886255616 184987 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18426] ppid=18418 vsize=865484 CPUtime=0
/proc/18420/task/18426/stat : 18426 (java) S 18418 18420 18334 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21953347 886255616 184987 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18427] ppid=18418 vsize=865484 CPUtime=0.43
/proc/18420/task/18427/stat : 18427 (java) S 18418 18420 18334 0 -1 64 719 0 0 0 42 1 0 0 16 0 9 0 21953347 886255616 184987 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18428] ppid=18418 vsize=865484 CPUtime=0
/proc/18420/task/18428/stat : 18428 (java) S 18418 18420 18334 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21953347 886255616 184987 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18420/tid=18429] ppid=18418 vsize=865484 CPUtime=0
/proc/18420/task/18429/stat : 18429 (java) S 18418 18420 18334 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21953347 886255616 184987 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 98.64
Current children cumulated vsize (KiB) 865484

[startup+99.8024 s]
/proc/loadavg: 2.17 2.31 2.15 3/84 18429
/proc/meminfo: memFree=1202808/2055920 swapFree=4192812/4192956
[pid=18420] ppid=18418 vsize=0 CPUtime=98.73
/proc/18420/stat : 18420 (java) Z 18418 18420 18334 0 -1 12 275729 0 2 0 9733 140 0 0 16 0 2 0 21953333 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18420/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 98.73
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 99.8234
CPU time (s): 98.768
CPU user time (s): 97.3372
CPU system time (s): 1.43078
CPU usage (%): 98.9428
Max. virtual memory (cumulated for all children) (KiB): 879576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 97.3372
system time used= 1.43078
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 275729
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6074
involuntary context switches= 8055

runsolver used 0.153976 second user time and 0.312952 second system time

The end

Launcher Data

Begin job on node35 at 2009-07-11 23:47:49
IDJOB=2068913
IDBENCH=54955
IDSOLVER=737
FILE ID=node35/2068913-1247348869
PBS_JOBID= 9506860
Free space on /tmp= 66244 MiB

SOLVER NAME= Choco2.1.1 2009-06-10
BENCH NAME= CPAI08/csp/tdsp/normalized-C7-2-241.xml
COMMAND LINE= java -Xms700M -Xmx700M -jar HOME/choco-2.1.1.jar -file BENCHNAME -h 1 -randval true -ac 32 -rest true -rb 10 -rg 1.3 -saclim 60 -s true -verb 0 -seed 11041979
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068913-1247348869/watcher-2068913-1247348869 -o /tmp/evaluation-result-2068913-1247348869/solver-2068913-1247348869 -C 1800 -W 2000 -M 900  java -Xms700M -Xmx700M -jar HOME/choco-2.1.1.jar -file HOME/instance-2068913-1247348869.xml -h 1 -randval true -ac 32 -rest true -rb 10 -rg 1.3 -saclim 60 -s true -verb 0 -seed 11041979

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 8d8cf1b474fe7a5bceeecee77718d1b9
RANDOM SEED=1387587575

node35.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1936416 kB
Buffers:          3668 kB
Cached:          42776 kB
SwapCached:          0 kB
Active:          55804 kB
Inactive:        16244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1936416 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5996 kB
Writeback:           0 kB
Mapped:          36272 kB
Slab:            32792 kB
Committed_AS:   282236 kB
PageTables:       1792 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66244 MiB
End job on node35 at 2009-07-11 23:49:29