Trace number 4396634

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2? (TO) 2400.18 2313.61

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t10-4.xml
MD5SUM9ef9cfbbe168b3e655de6bd1a7d8b0b4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark867
Best CPU time to get the best result obtained on this benchmark2400.11
Satisfiable
(Un)Satisfiability was proved
Number of variables20580
Number of constraints1002
Number of domains21
Minimum domain size2
Maximum domain size181
Distribution of domain sizes[{"size":2,"count":980},{"size":8,"count":980},{"size":11,"count":980},{"size":23,"count":980},{"size":51,"count":980},{"size":54,"count":980},{"size":64,"count":980},{"size":71,"count":980},{"size":83,"count":980},{"size":92,"count":980},{"size":97,"count":980},{"size":103,"count":980},{"size":115,"count":980},{"size":121,"count":980},{"size":139,"count":980},{"size":147,"count":980},{"size":154,"count":980},{"size":160,"count":980},{"size":166,"count":980},{"size":180,"count":980},{"size":181,"count":980}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":20580}]
Minimum constraint arity21
Maximum constraint arity19600
Distribution of constraint arities[{"arity":21,"count":980},{"arity":980,"count":21},{"arity":19600,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":1000}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.77/0.56	c Concrete v3.12.2.1568380929293 running
2400.05/2313.57	Exception in thread "main" java.util.concurrent.TimeoutException
2400.05/2313.57		at concrete.MAC.mac(MAC.scala:192)
2400.05/2313.57		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.05/2313.57		at scala.util.Try$.apply(Try.scala:212)
2400.05/2313.57		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.05/2313.57		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.05/2313.57		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.05/2313.57		at concrete.MAC.oneRun(MAC.scala:265)
2400.05/2313.57		at concrete.MAC.nextSolution(MAC.scala:284)
2400.05/2313.57		at concrete.MAC.$anonfun$nextSolution$7(MAC.scala:350)
2400.05/2313.57		at concrete.ProblemState.map(ProblemState.scala:238)
2400.05/2313.57		at concrete.ProblemState.map(ProblemState.scala:212)
2400.05/2313.57		at concrete.MAC.nextSolution(MAC.scala:348)
2400.05/2313.57		at concrete.Solver.hasNext(Solver.scala:160)
2400.05/2313.57		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.05/2313.57		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.05/2313.57		at concrete.Solver.foreach(Solver.scala:67)
2400.05/2313.57		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.05/2313.57		at scala.util.Success.map(Try.scala:264)
2400.05/2313.57		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.05/2313.57		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.05/2313.57		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.05/2313.57		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.05/2313.57		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.05/2313.57		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.05/2313.57		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.05/2313.57		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.05/2313.57		at scala.App.$anonfun$main$1(App.scala:75)
2400.05/2313.57		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.05/2313.57		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.05/2313.57		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.05/2313.57		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.05/2313.57		at scala.App.main(App.scala:75)
2400.05/2313.57		at scala.App.main$(App.scala:73)
2400.05/2313.57		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.05/2313.57		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.05/2313.58	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (10906 MiB free)
  memory of node 1: 16384 MiB (15313 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396634-1568398442/watcher-4396634-1568398442 -o /tmp/evaluation-result-4396634-1568398442/solver-4396634-1568398442 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568394225-5976 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=509511137 HOME/instance-4396634-1568398442.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=6001, runsolver pid=5996
Current StackSize limit: 8192 KiB


[startup+0.10009 s]*
/proc/loadavg: 0.79 1.13 1.30 4/201 6110
/proc/meminfo: memFree=26840288/32770624 swapFree=66977616/67108860
[pid=6001] ppid=5996 vsize=9972712 memory=18332 CPUtime=0.09 cores=1,3,5,7
/proc/6001/stat : 6001 (java) S 5996 6001 5944 0 -1 1077944320 4306 13416 0 0 1 0 5 3 20 0 6 0 416101463 10212057088 4583 33554432000 4194304 4196468 140729570245536 140729570228080 139806211759863 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
/proc/6001/statm: 2493178 4583 1931 1 0 2481616 0
[pid=6001/tid=6109] ppid=5996 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6109/stat : 6109 (java) R 5996 6001 5944 0 -1 4202560 2112 13416 0 0 0 0 5 3 20 0 6 0 416101472 10212057088 4583 33554432000 4194304 4196468 140729570245536 139806183596624 139806211781789 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6111] ppid=5996 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6111/stat : 6111 (java) S 5996 6001 5944 0 -1 1077944384 1 13416 0 0 0 0 5 3 20 0 6 0 416101473 10212057088 4583 33554432000 4194304 4196468 140729570245536 139806216002576 139806211770069 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6112] ppid=5996 vsize=9972712 memory=4120987572858824352 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6112/stat : 6112 (java) S 5996 6001 5944 0 -1 1077944384 1 13416 0 0 0 0 5 3 20 0 6 0 416101473 10212057088 4583 33554432000 4194304 4196468 140729570245536 139806104276112 139806211770069 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6113] ppid=5996 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6113/stat : 6113 (java) S 5996 6001 5944 0 -1 1077944384 2 13416 0 0 0 0 5 3 20 0 6 0 416101473 10212057088 4583 33554432000 4194304 4196468 140729570245536 139806103223056 139806211770069 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6114] ppid=5996 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6114/stat : 6114 (java) S 5996 6001 5944 0 -1 1077944384 2 13416 0 0 0 0 5 3 20 0 6 0 416101473 10212057088 4583 33554432000 4194304 4196468 140729570245536 139806102170512 139806211770069 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.219893 s]*
/proc/loadavg: 0.79 1.13 1.30 4/227 6136
/proc/meminfo: memFree=26797532/32770624 swapFree=66977616/67108860
[pid=6001] ppid=5996 vsize=10819808 memory=40300 CPUtime=0.27 cores=1,3,5,7
/proc/6001/stat : 6001 (java) S 5996 6001 5944 0 -1 1077944320 6981 13416 0 0 18 1 5 3 20 0 15 0 416101463 11079483392 10075 33554432000 4194304 4196468 140729570245536 140729570228080 139806211759863 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
/proc/6001/statm: 2704952 10075 3146 1 0 2667149 0
[pid=6001/tid=6109] ppid=5996 vsize=10819972 memory=723463722041868593 CPUtime=0.2 cores=1,3,5,7
/proc/6001/task/6109/stat : 6109 (java) R 5996 6001 5944 0 -1 4202560 3538 13416 0 0 11 1 5 3 20 0 15 0 416101472 11079651328 10141 33554432000 4194304 4196468 140729570245536 139806183583024 139806211781789 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6111] ppid=5996 vsize=10819972 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6111/stat : 6111 (java) S 5996 6001 5944 0 -1 1077944384 1 13416 0 0 0 0 5 3 20 0 15 0 416101473 11079651328 10141 33554432000 4194304 4196468 140729570245536 139806216002576 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6112] ppid=5996 vsize=10819972 memory=4120987572858824352 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6112/stat : 6112 (java) S 5996 6001 5944 0 -1 1077944384 1 13416 0 0 0 0 5 3 20 0 15 0 416101473 11079651328 10141 33554432000 4194304 4196468 140729570245536 139806104276112 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6113] ppid=5996 vsize=10819972 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6113/stat : 6113 (java) S 5996 6001 5944 0 -1 1077944384 2 13416 0 0 0 0 5 3 20 0 15 0 416101473 11079651328 10141 33554432000 4194304 4196468 140729570245536 139806103223056 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6114] ppid=5996 vsize=10819972 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6114/stat : 6114 (java) S 5996 6001 5944 0 -1 1077944384 2 13416 0 0 0 0 5 3 20 0 15 0 416101473 11079651328 10141 33554432000 4194304 4196468 140729570245536 139806102170512 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6119] ppid=5996 vsize=10819972 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6119/stat : 6119 (java) S 5996 6001 5944 0 -1 1077944384 2 13416 0 0 0 0 5 3 20 0 15 0 416101474 11079651328 10141 33554432000 4194304 4196468 140729570245536 139805671246064 139806211771010 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6120] ppid=5996 vsize=10819972 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6120/stat : 6120 (java) S 5996 6001 5944 0 -1 1077944384 33 13416 0 0 0 0 5 3 20 0 15 0 416101475 11079651328 10141 33554432000 4194304 4196468 140729570245536 139805670192288 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6122] ppid=5996 vsize=10819972 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6122/stat : 6122 (java) S 5996 6001 5944 0 -1 1077944384 1 13416 0 0 0 0 5 3 20 0 15 0 416101475 11079651328 10141 33554432000 4194304 4196468 140729570245536 139805077791472 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6125] ppid=5996 vsize=10819972 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6125/stat : 6125 (java) S 5996 6001 5944 0 -1 1077944384 3 13416 0 0 0 0 5 3 20 0 15 0 416101478 11079651328 10141 33554432000 4194304 4196468 140729570245536 139804770392016 139806211778459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6126] ppid=5996 vsize=10819972 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6001/task/6126/stat : 6126 (java) R 5996 6001 5944 0 -1 4202560 580 13416 0 0 1 0 5 3 20 0 15 0 416101478 11079651328 10141 33554432000 4194304 4196468 140729570245536 139805636635376 139806211771798 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6127] ppid=5996 vsize=10819972 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6127/stat : 6127 (java) S 5996 6001 5944 0 -1 1077944384 62 13416 0 0 0 0 5 3 20 0 15 0 416101478 11079651328 10141 33554432000 4194304 4196468 140729570245536 139805635582832 139806211771010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6128] ppid=5996 vsize=10819972 memory=139826469316224 CPUtime=0.11 cores=1,3,5,7
/proc/6001/task/6128/stat : 6128 (java) S 5996 6001 5944 0 -1 1077944384 620 13416 0 0 3 0 5 3 20 0 15 0 416101478 11079651328 10141 33554432000 4194304 4196468 140729570245536 139805634529776 139806211771010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6129] ppid=5996 vsize=10819972 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6129/stat : 6129 (java) S 5996 6001 5944 0 -1 1077944384 3 13416 0 0 0 0 5 3 20 0 15 0 416101478 11079651328 10141 33554432000 4194304 4196468 140729570245536 139804736834400 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6130] ppid=5996 vsize=10819972 memory=139826469316224 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6130/stat : 6130 (java) S 5996 6001 5944 0 -1 1077944384 1 13416 0 0 0 0 5 3 20 0 15 0 416101478 11079651328 10141 33554432000 4194304 4196468 140729570245536 139805633477168 139806211771010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819808 KiB
Current children cumulated memory: 40300 KiB

[startup+0.310408 s]*
/proc/loadavg: 0.79 1.13 1.30 3/227 6136
/proc/meminfo: memFree=26773912/32770624 swapFree=66977616/67108860
[pid=6001] ppid=5996 vsize=10820148 memory=49116 CPUtime=0.4 cores=1,3,5,7
/proc/6001/stat : 6001 (java) S 5996 6001 5944 0 -1 1077944320 10581 13416 0 0 29 3 5 3 20 0 15 0 416101463 11079831552 12279 33554432000 4194304 4196468 140729570245536 140729570228080 139806211759863 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
/proc/6001/statm: 2705037 12279 3278 1 0 2667149 0
[pid=6001/tid=6109] ppid=5996 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/6001/task/6109/stat : 6109 (java) R 5996 6001 5944 0 -1 4202560 7054 13416 0 0 19 2 5 3 20 0 15 0 416101472 11079831552 12279 33554432000 4194304 4196468 140729570245536 139806183559776 139806195840350 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6111] ppid=5996 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6111/stat : 6111 (java) S 5996 6001 5944 0 -1 1077944384 1 13416 0 0 0 0 5 3 20 0 15 0 416101473 11079831552 12279 33554432000 4194304 4196468 140729570245536 139806216002576 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6112] ppid=5996 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6112/stat : 6112 (java) S 5996 6001 5944 0 -1 1077944384 1 13416 0 0 0 0 5 3 20 0 15 0 416101473 11079831552 12279 33554432000 4194304 4196468 140729570245536 139806104276112 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6113] ppid=5996 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6113/stat : 6113 (java) S 5996 6001 5944 0 -1 1077944384 2 13416 0 0 0 0 5 3 20 0 15 0 416101473 11079831552 12279 33554432000 4194304 4196468 140729570245536 139806103223056 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6114] ppid=5996 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6114/stat : 6114 (java) S 5996 6001 5944 0 -1 1077944384 2 13416 0 0 0 0 5 3 20 0 15 0 416101473 11079831552 12279 33554432000 4194304 4196468 140729570245536 139806102170512 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6119] ppid=5996 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6119/stat : 6119 (java) S 5996 6001 5944 0 -1 1077944384 2 13416 0 0 0 0 5 3 20 0 15 0 416101474 11079831552 12279 33554432000 4194304 4196468 140729570245536 139805671246064 139806211771010 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6120] ppid=5996 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6120/stat : 6120 (java) S 5996 6001 5944 0 -1 1077944384 33 13416 0 0 0 0 5 3 20 0 15 0 416101475 11079831552 12279 33554432000 4194304 4196468 140729570245536 139805670192288 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6122] ppid=5996 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6122/stat : 6122 (java) S 5996 6001 5944 0 -1 1077944384 1 13416 0 0 0 0 5 3 20 0 15 0 416101475 11079831552 12279 33554432000 4194304 4196468 140729570245536 139805077791472 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6125] ppid=5996 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6125/stat : 6125 (java) S 5996 6001 5944 0 -1 1077944384 3 13416 0 0 0 0 5 3 20 0 15 0 416101478 11079831552 12279 33554432000 4194304 4196468 140729570245536 139804770392016 139806211778459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6126] ppid=5996 vsize=10820148 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/6001/task/6126/stat : 6126 (java) S 5996 6001 5944 0 -1 1077944384 590 13416 0 0 2 0 5 3 20 0 15 0 416101478 11079831552 12279 33554432000 4194304 4196468 140729570245536 139805636635376 139806211771010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6127] ppid=5996 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6001/task/6127/stat : 6127 (java) S 5996 6001 5944 0 -1 1077944384 62 13416 0 0 1 0 5 3 20 0 15 0 416101478 11079831552 12279 33554432000 4194304 4196468 140729570245536 139805635582832 139806211771010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6128] ppid=5996 vsize=10820148 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/6001/task/6128/stat : 6128 (java) S 5996 6001 5944 0 -1 1077944384 628 13416 0 0 5 0 5 3 20 0 15 0 416101478 11079831552 12279 33554432000 4194304 4196468 140729570245536 139805634529776 139806211771010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6129] ppid=5996 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6129/stat : 6129 (java) S 5996 6001 5944 0 -1 1077944384 3 13416 0 0 0 0 5 3 20 0 15 0 416101478 11079831552 12279 33554432000 4194304 4196468 140729570245536 139804736834400 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6130] ppid=5996 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6130/stat : 6130 (java) S 5996 6001 5944 0 -1 1077944384 1 13416 0 0 0 0 5 3 20 0 15 0 416101478 11079831552 12279 33554432000 4194304 4196468 140729570245536 139805633477168 139806211771010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 49116 KiB

[startup+0.700704 s]
/proc/loadavg: 0.79 1.13 1.30 3/227 6136
/proc/meminfo: memFree=26745220/32770624 swapFree=66977616/67108860
[pid=6001] ppid=5996 vsize=10824360 memory=81336 CPUtime=1.12 cores=1,3,5,7
/proc/6001/stat : 6001 (java) S 5996 6001 5944 0 -1 1077944320 14564 13416 0 0 99 5 5 3 20 0 15 0 416101463 11084144640 20334 33554432000 4194304 4196468 140729570245536 140729570228080 139806211759863 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
/proc/6001/statm: 2706090 20334 3499 1 0 2668173 0
[pid=6001/tid=6109] ppid=5996 vsize=10824360 memory=3616 CPUtime=0.66 cores=1,3,5,7
/proc/6001/task/6109/stat : 6109 (java) R 5996 6001 5944 0 -1 4202560 9934 13416 0 0 54 4 5 3 20 0 15 0 416101472 11084144640 20334 33554432000 4194304 4196468 140729570245536 139806183544032 139805767766908 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6111] ppid=5996 vsize=10824360 memory=164 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6111/stat : 6111 (java) S 5996 6001 5944 0 -1 1077944384 1 13416 0 0 0 0 5 3 20 0 15 0 416101473 11084144640 20334 33554432000 4194304 4196468 140729570245536 139806216002576 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6112] ppid=5996 vsize=10824360 memory=2004 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6112/stat : 6112 (java) S 5996 6001 5944 0 -1 1077944384 1 13416 0 0 0 0 5 3 20 0 15 0 416101473 11084144640 20334 33554432000 4194304 4196468 140729570245536 139806104276112 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6113] ppid=5996 vsize=10824360 memory=1428 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6113/stat : 6113 (java) S 5996 6001 5944 0 -1 1077944384 2 13416 0 0 0 0 5 3 20 0 15 0 416101473 11084144640 20334 33554432000 4194304 4196468 140729570245536 139806103223056 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6114] ppid=5996 vsize=10824360 memory=1724 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6114/stat : 6114 (java) S 5996 6001 5944 0 -1 1077944384 2 13416 0 0 0 0 5 3 20 0 15 0 416101473 11084144640 20334 33554432000 4194304 4196468 140729570245536 139806102170512 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6119] ppid=5996 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6119/stat : 6119 (java) S 5996 6001 5944 0 -1 1077944384 5 13416 0 0 0 0 5 3 20 0 15 0 416101474 11084144640 20334 33554432000 4194304 4196468 140729570245536 139805671246064 139806211771010 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6120] ppid=5996 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6120/stat : 6120 (java) S 5996 6001 5944 0 -1 1077944384 33 13416 0 0 0 0 5 3 20 0 15 0 416101475 11084144640 20334 33554432000 4194304 4196468 140729570245536 139805670192288 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6122] ppid=5996 vsize=10824360 memory=4513 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6122/stat : 6122 (java) S 5996 6001 5944 0 -1 1077944384 1 13416 0 0 0 0 5 3 20 0 15 0 416101475 11084144640 20334 33554432000 4194304 4196468 140729570245536 139805077791472 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6125] ppid=5996 vsize=10824360 memory=1898384 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6125/stat : 6125 (java) S 5996 6001 5944 0 -1 1077944384 3 13416 0 0 0 0 5 3 20 0 15 0 416101478 11084144640 20334 33554432000 4194304 4196468 140729570245536 139804770392016 139806211778459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6126] ppid=5996 vsize=10824360 memory=1899622 CPUtime=0.23 cores=1,3,5,7
/proc/6001/task/6126/stat : 6126 (java) S 5996 6001 5944 0 -1 1077944384 1035 13416 0 0 15 0 5 3 20 0 15 0 416101478 11084144640 20334 33554432000 4194304 4196468 140729570245536 139805636635376 139806211771010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6127] ppid=5996 vsize=10824360 memory=225 CPUtime=0.19 cores=1,3,5,7
/proc/6001/task/6127/stat : 6127 (java) S 5996 6001 5944 0 -1 1077944384 527 13416 0 0 11 0 5 3 20 0 15 0 416101478 11084144640 20334 33554432000 4194304 4196468 140729570245536 139805635582832 139806211771010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6128] ppid=5996 vsize=10824360 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/6001/task/6128/stat : 6128 (java) S 5996 6001 5944 0 -1 1077944384 812 13416 0 0 17 0 5 3 20 0 15 0 416101478 11084144640 20334 33554432000 4194304 4196468 140729570245536 139805634529776 139806211771010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6129] ppid=5996 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6129/stat : 6129 (java) S 5996 6001 5944 0 -1 1077944384 3 13416 0 0 0 0 5 3 20 0 15 0 416101478 11084144640 20334 33554432000 4194304 4196468 140729570245536 139804736834400 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6130] ppid=5996 vsize=10824360 memory=9120181347858145840 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6130/stat : 6130 (java) S 5996 6001 5944 0 -1 1077944384 1 13416 0 0 0 0 5 3 20 0 15 0 416101478 11084144640 20334 33554432000 4194304 4196468 140729570245536 139805633477168 139806211771010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 81336 KiB

[startup+1.5007 s]
/proc/loadavg: 0.79 1.13 1.30 6/227 6136
/proc/meminfo: memFree=26618396/32770624 swapFree=66977616/67108860
[pid=6001] ppid=5996 vsize=10832628 memory=252328 CPUtime=3.1 cores=1,3,5,7
/proc/6001/stat : 6001 (java) S 5996 6001 5944 0 -1 1077944320 23111 13416 0 0 292 10 5 3 20 0 15 0 416101463 11092611072 63082 33554432000 4194304 4196468 140729570245536 140729570228080 139806211759863 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
/proc/6001/statm: 2708157 63082 3582 1 0 2670221 0
[pid=6001/tid=6109] ppid=5996 vsize=10832628 memory=8 CPUtime=1.4 cores=1,3,5,7
/proc/6001/task/6109/stat : 6109 (java) R 5996 6001 5944 0 -1 4202560 13941 13416 0 0 126 6 5 3 20 0 15 0 416101472 11092611072 63082 33554432000 4194304 4196468 140729570245536 139806183590560 139806197440016 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6111] ppid=5996 vsize=10832628 memory=2004 CPUtime=0.11 cores=1,3,5,7
/proc/6001/task/6111/stat : 6111 (java) S 5996 6001 5944 0 -1 1077944384 237 13416 0 0 3 0 5 3 20 0 15 0 416101473 11092611072 63082 33554432000 4194304 4196468 140729570245536 139806216002576 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6112] ppid=5996 vsize=10832628 memory=1428 CPUtime=0.11 cores=1,3,5,7
/proc/6001/task/6112/stat : 6112 (java) S 5996 6001 5944 0 -1 1077944384 39 13416 0 0 3 0 5 3 20 0 15 0 416101473 11092611072 63082 33554432000 4194304 4196468 140729570245536 139806104276112 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6113] ppid=5996 vsize=10832628 memory=1724 CPUtime=0.11 cores=1,3,5,7
/proc/6001/task/6113/stat : 6113 (java) S 5996 6001 5944 0 -1 1077944384 50 13416 0 0 3 0 5 3 20 0 15 0 416101473 11092611072 63082 33554432000 4194304 4196468 140729570245536 139806103223056 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6114] ppid=5996 vsize=10832628 memory=8112282956445269571 CPUtime=0.11 cores=1,3,5,7
/proc/6001/task/6114/stat : 6114 (java) S 5996 6001 5944 0 -1 1077944384 39 13416 0 0 3 0 5 3 20 0 15 0 416101473 11092611072 63082 33554432000 4194304 4196468 140729570245536 139806102170512 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6119] ppid=5996 vsize=10832628 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6001/task/6119/stat : 6119 (java) S 5996 6001 5944 0 -1 1077944384 173 13416 0 0 1 0 5 3 20 0 15 0 416101474 11092611072 63082 33554432000 4194304 4196468 140729570245536 139805671246064 139806211771010 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6120] ppid=5996 vsize=10832628 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6120/stat : 6120 (java) S 5996 6001 5944 0 -1 1077944384 33 13416 0 0 0 0 5 3 20 0 15 0 416101475 11092611072 63082 33554432000 4194304 4196468 140729570245536 139805670192352 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6122] ppid=5996 vsize=10832628 memory=-9110635228796802480 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6122/stat : 6122 (java) S 5996 6001 5944 0 -1 1077944384 2 13416 0 0 0 0 5 3 20 0 15 0 416101475 11092611072 63082 33554432000 4194304 4196468 140729570245536 139805077791488 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6125] ppid=5996 vsize=10832628 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6125/stat : 6125 (java) S 5996 6001 5944 0 -1 1077944384 3 13416 0 0 0 0 5 3 20 0 15 0 416101478 11092611072 63082 33554432000 4194304 4196468 140729570245536 139804770392016 139806211778459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6126] ppid=5996 vsize=10832628 memory=0 CPUtime=0.64 cores=1,3,5,7
/proc/6001/task/6126/stat : 6126 (java) R 5996 6001 5944 0 -1 4202560 2575 13416 0 0 56 0 5 3 20 0 15 0 416101478 11092611072 63082 33554432000 4194304 4196468 140729570245536 139805636635376 139806196867891 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6127] ppid=5996 vsize=10832628 memory=-8746380380406717342 CPUtime=0.6 cores=1,3,5,7
/proc/6001/task/6127/stat : 6127 (java) R 5996 6001 5944 0 -1 4202560 1965 13416 0 0 52 0 5 3 20 0 15 0 416101478 11092611072 63082 33554432000 4194304 4196468 140729570245536 139805635572944 139806196885302 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6128] ppid=5996 vsize=10832628 memory=7089317164118729018 CPUtime=0.49 cores=1,3,5,7
/proc/6001/task/6128/stat : 6128 (java) R 5996 6001 5944 0 -1 1077944384 1845 13416 0 0 41 0 5 3 20 0 15 0 416101478 11092611072 63082 33554432000 4194304 4196468 140729570245536 139805634529776 139806211771010 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6129] ppid=5996 vsize=10832628 memory=5867160490046352999 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6129/stat : 6129 (java) S 5996 6001 5944 0 -1 1077944384 3 13416 0 0 0 0 5 3 20 0 15 0 416101478 11092611072 63082 33554432000 4194304 4196468 140729570245536 139804736834400 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6130] ppid=5996 vsize=10832628 memory=6940165048816986988 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6130/stat : 6130 (java) S 5996 6001 5944 0 -1 1077944384 1 13416 0 0 0 0 5 3 20 0 15 0 416101478 11092611072 63082 33554432000 4194304 4196468 140729570245536 139805633477168 139806211771010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 10832628 KiB

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

[pid=6001/tid=6114] ppid=5996 vsize=10846984 memory=3700668 CPUtime=22.12 cores=1,3,5,7
/proc/6001/task/6114/stat : 6114 (java) S 5996 6001 5944 0 -1 1077944384 64077 13416 0 0 2116 88 5 3 20 0 15 0 416101473 11107311616 926705 33554432000 4194304 4196468 140729570245536 139806102170512 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6119] ppid=5996 vsize=10846984 memory=3704768 CPUtime=1.71 cores=1,3,5,7
/proc/6001/task/6119/stat : 6119 (java) S 5996 6001 5944 0 -1 1077944384 37022 13416 0 0 156 7 5 3 20 0 15 0 416101474 11107311616 926705 33554432000 4194304 4196468 140729570245536 139805671246064 139806211771010 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6120] ppid=5996 vsize=10846984 memory=3704768 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6120/stat : 6120 (java) S 5996 6001 5944 0 -1 1077944384 65 13416 0 0 0 0 5 3 20 0 15 0 416101475 11107311616 926705 33554432000 4194304 4196468 140729570245536 139805670192416 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6122] ppid=5996 vsize=10846984 memory=3706820 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6122/stat : 6122 (java) S 5996 6001 5944 0 -1 1077944384 27 13416 0 0 0 0 5 3 20 0 15 0 416101475 11107311616 926705 33554432000 4194304 4196468 140729570245536 139805077791488 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6125] ppid=5996 vsize=10846984 memory=3706820 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6125/stat : 6125 (java) S 5996 6001 5944 0 -1 1077944384 3 13416 0 0 0 0 5 3 20 0 15 0 416101478 11107311616 926705 33554432000 4194304 4196468 140729570245536 139804770392016 139806211778459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6126] ppid=5996 vsize=10846984 memory=3706820 CPUtime=8.03 cores=1,3,5,7
/proc/6001/task/6126/stat : 6126 (java) S 5996 6001 5944 0 -1 1077944384 48049 13416 0 0 789 6 5 3 20 0 15 0 416101478 11107311616 926705 33554432000 4194304 4196468 140729570245536 139805636635376 139806211771010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6127] ppid=5996 vsize=10846984 memory=3706820 CPUtime=8.53 cores=1,3,5,7
/proc/6001/task/6127/stat : 6127 (java) S 5996 6001 5944 0 -1 1077944384 44873 13416 0 0 841 4 5 3 20 0 15 0 416101478 11107311616 926705 33554432000 4194304 4196468 140729570245536 139805635582832 139806211771010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6128] ppid=5996 vsize=10846984 memory=3616 CPUtime=2.85 cores=1,3,5,7
/proc/6001/task/6128/stat : 6128 (java) S 5996 6001 5944 0 -1 1077944384 40995 13416 0 0 271 6 5 3 20 0 15 0 416101478 11107311616 926705 33554432000 4194304 4196468 140729570245536 139805634529776 139806211771010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6129] ppid=5996 vsize=10846984 memory=3706820 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6129/stat : 6129 (java) S 5996 6001 5944 0 -1 1077944384 3 13416 0 0 0 0 5 3 20 0 15 0 416101478 11107311616 926705 33554432000 4194304 4196468 140729570245536 139804736834400 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6130] ppid=5996 vsize=10846984 memory=2832 CPUtime=1.23 cores=1,3,5,7
/proc/6001/task/6130/stat : 6130 (java) S 5996 6001 5944 0 -1 1077944384 2612 13416 0 0 56 59 5 3 20 0 15 0 416101478 11107311616 926705 33554432000 4194304 4196468 140729570245536 139805633477168 139806211771010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
Current children cumulated CPU time: 2228.06 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 3706820 KiB

[startup+2202.3 s]
/proc/loadavg: 1.55 1.63 1.61 3/227 6473
/proc/meminfo: memFree=22394396/32770624 swapFree=66977616/67108860
[pid=6001] ppid=5996 vsize=10846984 memory=3712972 CPUtime=2288.34 cores=1,3,5,7
/proc/6001/stat : 6001 (java) S 5996 6001 5944 0 -1 1077944320 623224 13416 0 0 228364 462 5 3 20 0 15 0 416101463 11107311616 928243 33554432000 4194304 4196468 140729570245536 140729570228080 139806211759863 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
/proc/6001/statm: 2711746 928243 3640 1 0 2673805 0
[pid=6001/tid=6109] ppid=5996 vsize=10846984 memory=3712972 CPUtime=2177.96 cores=1,3,5,7
/proc/6001/task/6109/stat : 6109 (java) R 5996 6001 5944 0 -1 4202560 205026 13416 0 0 217747 41 5 3 20 0 15 0 416101472 11107311616 928243 33554432000 4194304 4196468 140729570245536 139806183594960 139805780768619 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6111] ppid=5996 vsize=10846984 memory=3706824 CPUtime=21.98 cores=1,3,5,7
/proc/6001/task/6111/stat : 6111 (java) S 5996 6001 5944 0 -1 1077944384 64371 13416 0 0 2106 84 5 3 20 0 15 0 416101473 11107311616 928243 33554432000 4194304 4196468 140729570245536 139806216002576 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6112] ppid=5996 vsize=10846984 memory=3706824 CPUtime=22.28 cores=1,3,5,7
/proc/6001/task/6112/stat : 6112 (java) S 5996 6001 5944 0 -1 1077944384 57140 13416 0 0 2136 84 5 3 20 0 15 0 416101473 11107311616 928243 33554432000 4194304 4196468 140729570245536 139806104276112 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6113] ppid=5996 vsize=10846984 memory=3706824 CPUtime=22.11 cores=1,3,5,7
/proc/6001/task/6113/stat : 6113 (java) S 5996 6001 5944 0 -1 1077944384 55182 13416 0 0 2117 86 5 3 20 0 15 0 416101473 11107311616 928243 33554432000 4194304 4196468 140729570245536 139806103223056 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6114] ppid=5996 vsize=10846984 memory=3710624 CPUtime=22.2 cores=1,3,5,7
/proc/6001/task/6114/stat : 6114 (java) S 5996 6001 5944 0 -1 1077944384 65311 13416 0 0 2124 88 5 3 20 0 15 0 416101473 11107311616 928243 33554432000 4194304 4196468 140729570245536 139806102170512 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6119] ppid=5996 vsize=10846984 memory=3710624 CPUtime=1.72 cores=1,3,5,7
/proc/6001/task/6119/stat : 6119 (java) S 5996 6001 5944 0 -1 1077944384 37318 13416 0 0 156 8 5 3 20 0 15 0 416101474 11107311616 928243 33554432000 4194304 4196468 140729570245536 139805671246064 139806211771010 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6120] ppid=5996 vsize=10846984 memory=3712972 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6120/stat : 6120 (java) S 5996 6001 5944 0 -1 1077944384 65 13416 0 0 0 0 5 3 20 0 15 0 416101475 11107311616 928243 33554432000 4194304 4196468 140729570245536 139805670192416 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6122] ppid=5996 vsize=10846984 memory=3712972 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6122/stat : 6122 (java) S 5996 6001 5944 0 -1 1077944384 27 13416 0 0 0 0 5 3 20 0 15 0 416101475 11107311616 928243 33554432000 4194304 4196468 140729570245536 139805077791488 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6125] ppid=5996 vsize=10846984 memory=3712972 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6125/stat : 6125 (java) S 5996 6001 5944 0 -1 1077944384 3 13416 0 0 0 0 5 3 20 0 15 0 416101478 11107311616 928243 33554432000 4194304 4196468 140729570245536 139804770392016 139806211778459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6126] ppid=5996 vsize=10846984 memory=279652703383584 CPUtime=8.03 cores=1,3,5,7
/proc/6001/task/6126/stat : 6126 (java) S 5996 6001 5944 0 -1 1077944384 48052 13416 0 0 789 6 5 3 20 0 15 0 416101478 11107311616 928243 33554432000 4194304 4196468 140729570245536 139805636635376 139806211771010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6127] ppid=5996 vsize=10846984 memory=3712972 CPUtime=8.53 cores=1,3,5,7
/proc/6001/task/6127/stat : 6127 (java) S 5996 6001 5944 0 -1 1077944384 44875 13416 0 0 841 4 5 3 20 0 15 0 416101478 11107311616 928243 33554432000 4194304 4196468 140729570245536 139805635582832 139806211771010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6128] ppid=5996 vsize=10846984 memory=3706824 CPUtime=2.85 cores=1,3,5,7
/proc/6001/task/6128/stat : 6128 (java) S 5996 6001 5944 0 -1 1077944384 40997 13416 0 0 271 6 5 3 20 0 15 0 416101478 11107311616 928243 33554432000 4194304 4196468 140729570245536 139805634529776 139806211771010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6129] ppid=5996 vsize=10846984 memory=3616 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6129/stat : 6129 (java) S 5996 6001 5944 0 -1 1077944384 3 13416 0 0 0 0 5 3 20 0 15 0 416101478 11107311616 928243 33554432000 4194304 4196468 140729570245536 139804736834400 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6130] ppid=5996 vsize=10846984 memory=40328 CPUtime=1.27 cores=1,3,5,7
/proc/6001/task/6130/stat : 6130 (java) S 5996 6001 5944 0 -1 1077944384 2649 13416 0 0 57 62 5 3 20 0 15 0 416101478 11107311616 928243 33554432000 4194304 4196468 140729570245536 139805633477168 139806211771010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
Current children cumulated CPU time: 2288.34 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 3712972 KiB

[startup+2262.3 s]
/proc/loadavg: 1.54 1.62 1.60 3/227 6479
/proc/meminfo: memFree=22387156/32770624 swapFree=66977616/67108860
[pid=6001] ppid=5996 vsize=10846984 memory=3719284 CPUtime=2348.63 cores=1,3,5,7
/proc/6001/stat : 6001 (java) S 5996 6001 5944 0 -1 1077944320 640210 13416 0 0 234390 465 5 3 20 0 15 0 416101463 11107311616 929821 33554432000 4194304 4196468 140729570245536 140729570228080 139806211759863 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
/proc/6001/statm: 2711746 929821 3640 1 0 2673805 0
[pid=6001/tid=6109] ppid=5996 vsize=10846984 memory=3719284 CPUtime=2237.87 cores=1,3,5,7
/proc/6001/task/6109/stat : 6109 (java) R 5996 6001 5944 0 -1 4202560 212641 13416 0 0 223737 42 5 3 20 0 15 0 416101472 11107311616 929821 33554432000 4194304 4196468 140729570245536 139806183595216 139805776671491 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6111] ppid=5996 vsize=10846984 memory=3717232 CPUtime=22.08 cores=1,3,5,7
/proc/6001/task/6111/stat : 6111 (java) S 5996 6001 5944 0 -1 1077944384 65709 13416 0 0 2115 85 5 3 20 0 15 0 416101473 11107311616 929821 33554432000 4194304 4196468 140729570245536 139806216002576 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6112] ppid=5996 vsize=10846984 memory=3717232 CPUtime=22.37 cores=1,3,5,7
/proc/6001/task/6112/stat : 6112 (java) S 5996 6001 5944 0 -1 1077944384 59279 13416 0 0 2144 85 5 3 20 0 15 0 416101473 11107311616 929821 33554432000 4194304 4196468 140729570245536 139806104276112 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6113] ppid=5996 vsize=10846984 memory=3719284 CPUtime=22.19 cores=1,3,5,7
/proc/6001/task/6113/stat : 6113 (java) S 5996 6001 5944 0 -1 1077944384 56668 13416 0 0 2125 86 5 3 20 0 15 0 416101473 11107311616 929821 33554432000 4194304 4196468 140729570245536 139806103223056 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6114] ppid=5996 vsize=10846984 memory=3719284 CPUtime=22.28 cores=1,3,5,7
/proc/6001/task/6114/stat : 6114 (java) S 5996 6001 5944 0 -1 1077944384 66369 13416 0 0 2132 88 5 3 20 0 15 0 416101473 11107311616 929821 33554432000 4194304 4196468 140729570245536 139806102170512 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6119] ppid=5996 vsize=10846984 memory=3717232 CPUtime=1.73 cores=1,3,5,7
/proc/6001/task/6119/stat : 6119 (java) S 5996 6001 5944 0 -1 1077944384 37590 13416 0 0 157 8 5 3 20 0 15 0 416101474 11107311616 929821 33554432000 4194304 4196468 140729570245536 139805671246064 139806211771010 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6120] ppid=5996 vsize=10846984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6120/stat : 6120 (java) S 5996 6001 5944 0 -1 1077944384 65 13416 0 0 0 0 5 3 20 0 15 0 416101475 11107311616 929821 33554432000 4194304 4196468 140729570245536 139805670192416 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6122] ppid=5996 vsize=10846984 memory=912 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6122/stat : 6122 (java) S 5996 6001 5944 0 -1 1077944384 27 13416 0 0 0 0 5 3 20 0 15 0 416101475 11107311616 929821 33554432000 4194304 4196468 140729570245536 139805077791488 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6125] ppid=5996 vsize=10846984 memory=3120 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6125/stat : 6125 (java) S 5996 6001 5944 0 -1 1077944384 3 13416 0 0 0 0 5 3 20 0 15 0 416101478 11107311616 929821 33554432000 4194304 4196468 140729570245536 139804770392016 139806211778459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6126] ppid=5996 vsize=10846984 memory=3719284 CPUtime=8.04 cores=1,3,5,7
/proc/6001/task/6126/stat : 6126 (java) S 5996 6001 5944 0 -1 1077944384 48060 13416 0 0 790 6 5 3 20 0 15 0 416101478 11107311616 929821 33554432000 4194304 4196468 140729570245536 139805636635376 139806211771010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6127] ppid=5996 vsize=10846984 memory=3616 CPUtime=8.53 cores=1,3,5,7
/proc/6001/task/6127/stat : 6127 (java) S 5996 6001 5944 0 -1 1077944384 44878 13416 0 0 841 4 5 3 20 0 15 0 416101478 11107311616 929821 33554432000 4194304 4196468 140729570245536 139805635582832 139806211771010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6128] ppid=5996 vsize=10846984 memory=3719284 CPUtime=2.86 cores=1,3,5,7
/proc/6001/task/6128/stat : 6128 (java) S 5996 6001 5944 0 -1 1077944384 44017 13416 0 0 272 6 5 3 20 0 15 0 416101478 11107311616 929821 33554432000 4194304 4196468 140729570245536 139805634529776 139806211771010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6129] ppid=5996 vsize=10846984 memory=3719284 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6129/stat : 6129 (java) S 5996 6001 5944 0 -1 1077944384 3 13416 0 0 0 0 5 3 20 0 15 0 416101478 11107311616 929821 33554432000 4194304 4196468 140729570245536 139804736834400 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6130] ppid=5996 vsize=10846984 memory=40344 CPUtime=1.3 cores=1,3,5,7
/proc/6001/task/6130/stat : 6130 (java) S 5996 6001 5944 0 -1 1077944384 2696 13416 0 0 59 63 5 3 20 0 15 0 416101478 11107311616 929821 33554432000 4194304 4196468 140729570245536 139805633477168 139806211771010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
Current children cumulated CPU time: 2348.63 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 3719284 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2313.5 s]
/proc/loadavg: 1.66 1.64 1.61 3/227 6482
/proc/meminfo: memFree=22383164/32770624 swapFree=66977616/67108860
[pid=6001] ppid=5996 vsize=10846984 memory=3721488 CPUtime=2400.05 cores=1,3,5,7
/proc/6001/stat : 6001 (java) S 5996 6001 5944 0 -1 1077944320 646071 13416 0 0 239530 467 5 3 20 0 15 0 416101463 11107311616 930372 33554432000 4194304 4196468 140729570245536 140729570228080 139806211759863 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
/proc/6001/statm: 2711746 930372 3640 1 0 2673805 0
[pid=6001/tid=6109] ppid=5996 vsize=10846984 memory=3721488 CPUtime=2288.99 cores=1,3,5,7
/proc/6001/task/6109/stat : 6109 (java) R 5996 6001 5944 0 -1 4202560 214683 13416 0 0 228848 43 5 3 20 0 15 0 416101472 11107311616 930372 33554432000 4194304 4196468 140729570245536 139806183591776 139805786638881 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6111] ppid=5996 vsize=10846984 memory=3721488 CPUtime=22.14 cores=1,3,5,7
/proc/6001/task/6111/stat : 6111 (java) S 5996 6001 5944 0 -1 1077944384 65896 13416 0 0 2121 85 5 3 20 0 15 0 416101473 11107311616 930372 33554432000 4194304 4196468 140729570245536 139806216002576 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6112] ppid=5996 vsize=10846984 memory=3719436 CPUtime=22.43 cores=1,3,5,7
/proc/6001/task/6112/stat : 6112 (java) S 5996 6001 5944 0 -1 1077944384 59481 13416 0 0 2150 85 5 3 20 0 15 0 416101473 11107311616 930372 33554432000 4194304 4196468 140729570245536 139806104276112 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6113] ppid=5996 vsize=10846984 memory=0 CPUtime=22.25 cores=1,3,5,7
/proc/6001/task/6113/stat : 6113 (java) S 5996 6001 5944 0 -1 1077944384 56714 13416 0 0 2131 86 5 3 20 0 15 0 416101473 11107311616 930372 33554432000 4194304 4196468 140729570245536 139806103223056 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6114] ppid=5996 vsize=10846984 memory=3721488 CPUtime=22.34 cores=1,3,5,7
/proc/6001/task/6114/stat : 6114 (java) S 5996 6001 5944 0 -1 1077944384 66602 13416 0 0 2138 88 5 3 20 0 15 0 416101473 11107311616 930372 33554432000 4194304 4196468 140729570245536 139806102170512 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6119] ppid=5996 vsize=10846984 memory=3616 CPUtime=1.73 cores=1,3,5,7
/proc/6001/task/6119/stat : 6119 (java) S 5996 6001 5944 0 -1 1077944384 37663 13416 0 0 157 8 5 3 20 0 15 0 416101474 11107311616 930372 33554432000 4194304 4196468 140729570245536 139805671246064 139806211771010 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6120] ppid=5996 vsize=10846984 memory=3721488 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6120/stat : 6120 (java) S 5996 6001 5944 0 -1 1077944384 65 13416 0 0 0 0 5 3 20 0 15 0 416101475 11107311616 930372 33554432000 4194304 4196468 140729570245536 139805670192416 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6122] ppid=5996 vsize=10846984 memory=3721488 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6122/stat : 6122 (java) S 5996 6001 5944 0 -1 1077944384 27 13416 0 0 0 0 5 3 20 0 15 0 416101475 11107311616 930372 33554432000 4194304 4196468 140729570245536 139805077791488 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6125] ppid=5996 vsize=10846984 memory=3721488 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6125/stat : 6125 (java) S 5996 6001 5944 0 -1 1077944384 3 13416 0 0 0 0 5 3 20 0 15 0 416101478 11107311616 930372 33554432000 4194304 4196468 140729570245536 139804770392016 139806211778459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6126] ppid=5996 vsize=10846984 memory=3721488 CPUtime=8.04 cores=1,3,5,7
/proc/6001/task/6126/stat : 6126 (java) S 5996 6001 5944 0 -1 1077944384 49487 13416 0 0 790 6 5 3 20 0 15 0 416101478 11107311616 930372 33554432000 4194304 4196468 140729570245536 139805636635376 139806211771010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6127] ppid=5996 vsize=10846984 memory=3717068 CPUtime=8.53 cores=1,3,5,7
/proc/6001/task/6127/stat : 6127 (java) S 5996 6001 5944 0 -1 1077944384 44881 13416 0 0 841 4 5 3 20 0 15 0 416101478 11107311616 930372 33554432000 4194304 4196468 140729570245536 139805635582832 139806211771010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6128] ppid=5996 vsize=10846984 memory=3717068 CPUtime=2.87 cores=1,3,5,7
/proc/6001/task/6128/stat : 6128 (java) S 5996 6001 5944 0 -1 1077944384 45614 13416 0 0 273 6 5 3 20 0 15 0 416101478 11107311616 930372 33554432000 4194304 4196468 140729570245536 139805634529776 139806211771010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6129] ppid=5996 vsize=10846984 memory=288230574492221466 CPUtime=0.08 cores=1,3,5,7
/proc/6001/task/6129/stat : 6129 (java) S 5996 6001 5944 0 -1 1077944384 3 13416 0 0 0 0 5 3 20 0 15 0 416101478 11107311616 930372 33554432000 4194304 4196468 140729570245536 139804736834400 139806211770069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
[pid=6001/tid=6130] ppid=5996 vsize=10846984 memory=288230621803970871 CPUtime=1.33 cores=1,3,5,7
/proc/6001/task/6130/stat : 6130 (java) S 5996 6001 5944 0 -1 1077944384 2747 13416 0 0 61 64 5 3 20 0 15 0 416101478 11107311616 930372 33554432000 4194304 4196468 140729570245536 139805633477168 139806211771010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36802560 140729570253552 140729570256069 140729570256069 140729570258895 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 3721488 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2313.61 s]
# the end of solver process 6001 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.44 s, system=4.74051 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2313.61 s]*
/proc/loadavg: 1.66 1.64 1.61 4/214 6484
/proc/meminfo: memFree=26097104/32770624 swapFree=66977616/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2313.61
CPU time (s): 2400.18
CPU user time (s): 2395.44
CPU system time (s): 4.74051
CPU usage (%): 103.741
Max. virtual memory (cumulated for all children) (KiB): 10849680
Max. memory (cumulated for all children) (KiB): 3869188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.44
system time used= 4.74051
maximum resident set size= 3869188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 662209
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 63794
involuntary context switches= 2474


# summary of solver processes directly reported to runsolver:
#   pid: 6001
#   total CPU time (s): 2400.18
#   total CPU user time (s): 2395.44
#   total CPU system time (s): 4.74051

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.5564 second user time and 23.1844 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-13 19:03:45
IDJOB=4396634
IDBENCH=124254
IDSOLVER=2847
FILE ID=node104/4396634-1568398442
RUNJOBID= node104-1568394225-5976
PBS_JOBID= 21701872
Free space on /tmp= 59012 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t10-4.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396634-1568398442/watcher-4396634-1568398442 -o /tmp/evaluation-result-4396634-1568398442/solver-4396634-1568398442 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568394225-5976 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=509511137 HOME/instance-4396634-1568398442.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 9ef9cfbbe168b3e655de6bd1a7d8b0b4
RANDOM SEED=509511137

node104.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26851668 kB
MemAvailable:   31838696 kB
Buffers:          160848 kB
Cached:          5080608 kB
SwapCached:        31860 kB
Active:          1681272 kB
Inactive:        3597304 kB
Active(anon):       3688 kB
Inactive(anon):    74748 kB
Active(file):    1677584 kB
Inactive(file):  3522556 kB
Unevictable:      108044 kB
Mlocked:          108044 kB
SwapTotal:      67108860 kB
SwapFree:       66977616 kB
Dirty:             70208 kB
Writeback:             0 kB
AnonPages:        114088 kB
Mapped:            43888 kB
Shmem:             32780 kB
Slab:             235488 kB
SReclaimable:     205444 kB
SUnreclaim:        30044 kB
KernelStack:        3392 kB
PageTables:         6020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     493204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 58940 MiB
End job on node104 at 2019-09-13 19:42:19