Trace number 4259642

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.4? (TO) 258.95801 240.29201

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-mps/
Pb-mps-v2-20-10-l152lav.xml
MD5SUMe295f86f2e8232e9b7c8210bbc53418f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1989
Number of constraints97
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1989}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":3},{"degree":4,"count":193},{"degree":5,"count":403},{"degree":6,"count":674},{"degree":7,"count":657},{"degree":8,"count":59}]
Minimum constraint arity3
Maximum constraint arity1989
Distribution of constraint arities[{"arity":3,"count":1},{"arity":5,"count":1},{"arity":10,"count":1},{"arity":14,"count":1},{"arity":19,"count":1},{"arity":21,"count":1},{"arity":22,"count":1},{"arity":24,"count":1},{"arity":26,"count":1},{"arity":27,"count":1},{"arity":31,"count":2},{"arity":32,"count":2},{"arity":35,"count":2},{"arity":37,"count":3},{"arity":40,"count":1},{"arity":42,"count":3},{"arity":43,"count":1},{"arity":44,"count":3},{"arity":45,"count":1},{"arity":46,"count":1},{"arity":47,"count":1},{"arity":48,"count":3},{"arity":49,"count":1},{"arity":50,"count":1},{"arity":52,"count":2},"...",{"arity":93,"count":1}, {"arity":94,"count":1}, {"arity":96,"count":3}, {"arity":97,"count":1}, {"arity":102,"count":2}, {"arity":103,"count":1}, {"arity":104,"count":1}, {"arity":106,"count":1}, {"arity":108,"count":2}, {"arity":112,"count":2}, {"arity":114,"count":1}, {"arity":118,"count":1}, {"arity":121,"count":2}, {"arity":123,"count":1}, {"arity":125,"count":1}, {"arity":128,"count":1}, {"arity":129,"count":1}, {"arity":137,"count":1}, {"arity":152,"count":1}, {"arity":160,"count":1}, {"arity":163,"count":1}, {"arity":171,"count":1}, {"arity":218,"count":1}, {"arity":1011,"count":1}, {"arity":1989,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":97}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

3.37/2.27	c Concrete v3.4 running
258.76/240.26	java.util.concurrent.TimeoutException
258.76/240.26		at concrete.MAC.mac(MAC.scala:74)
258.76/240.26		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
258.76/240.26		at scala.util.Try$.apply(Try.scala:209)
258.76/240.26		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
258.76/240.26		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
258.76/240.26		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
258.76/240.26		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
258.76/240.26		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
258.76/240.26		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
258.76/240.26		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
258.76/240.26		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
258.76/240.26		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
258.76/240.26		at concrete.MAC.oneRun(MAC.scala:146)
258.76/240.26		at concrete.MAC.nextSolution(MAC.scala:166)
258.76/240.26		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
258.76/240.26		at concrete.ProblemState.map(ProblemState.scala:203)
258.76/240.26		at concrete.ProblemState.map(ProblemState.scala:188)
258.76/240.26		at concrete.MAC.nextSolution(MAC.scala:195)
258.76/240.26		at concrete.Solver.hasNext(Solver.scala:202)
258.76/240.26		at scala.collection.Iterator.toStream(Iterator.scala:1403)
258.76/240.26		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
258.76/240.26		at concrete.Solver.toStream(Solver.scala:73)
258.76/240.26		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
258.76/240.26		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
258.76/240.26		at concrete.Solver.toIterable(Solver.scala:73)
258.76/240.26		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
258.76/240.26		at scala.util.Success.$anonfun$map$1(Try.scala:251)
258.76/240.26		at scala.util.Success.map(Try.scala:209)
258.76/240.26		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
258.76/240.27		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
258.76/240.27		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
258.76/240.27		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
258.76/240.27		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
258.76/240.27		at scala.Function0.apply$mcV$sp(Function0.scala:34)
258.76/240.27		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
258.76/240.27		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
258.76/240.27		at scala.App.$anonfun$main$1$adapted(App.scala:76)
258.76/240.27		at scala.collection.immutable.List.foreach(List.scala:389)
258.76/240.27		at scala.App.main(App.scala:76)
258.76/240.27		at scala.App.main$(App.scala:74)
258.76/240.27		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
258.76/240.27		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
258.76/240.27	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259642-1501657552/watcher-4259642-1501657552 -o /tmp/evaluation-result-4259642-1501657552/solver-4259642-1501657552 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node128-1501642693-29417 --watchdog 300 bin/concrete HOME/instance-4259642-1501657552.xml 

pid=16420
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.74 1.88 1.81 3/195 16423
/proc/meminfo: memFree=26908916/32770624 swapFree=0/952372
[pid=16423] ppid=16420 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/16423/stat : 16423 (runsolver) D 16420 16423 5678 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 14379952 24240128 107 18446744073709551615 4194304 4338465 140723986227904 140723986225544 139651930813143 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 9801728 140723986231504 140723986231878 140723986231878 140723986235338 0
/proc/16423/statm: 5918 107 54 36 0 2156 0

[startup+0.100204 s]
/proc/loadavg: 1.74 1.88 1.81 3/195 16423
/proc/meminfo: memFree=26908916/32770624 swapFree=0/952372
[pid=16423] ppid=16420 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/16423/stat : 16423 (bash) S 16420 16423 5678 0 -1 4202496 681 1544 0 0 0 0 0 0 20 0 1 0 14379952 9736192 351 18446744073709551615 4194304 5098028 140726075601152 140726075598792 139948501777408 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 8 0 0 7196144 7232144 10842112 140726075605521 140726075605606 140726075605606 140726075609066 0
/proc/16423/statm: 2377 351 278 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200255 s]
/proc/loadavg: 1.74 1.88 1.81 3/195 16423
/proc/meminfo: memFree=26908916/32770624 swapFree=0/952372
[pid=16423] ppid=16420 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/16423/stat : 16423 (bash) S 16420 16423 5678 0 -1 4202496 890 6490 0 0 0 0 0 1 20 0 1 0 14379952 9867264 377 18446744073709551615 4194304 5098028 140726075601152 140726075595160 139948501777408 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 8 0 0 7196144 7232144 10842112 140726075605521 140726075605606 140726075605606 140726075609066 0
/proc/16423/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.303479 s]
/proc/loadavg: 1.74 1.88 1.81 3/195 16423
/proc/meminfo: memFree=26908916/32770624 swapFree=0/952372
[pid=16423] ppid=16420 vsize=13574488 CPUtime=0.13 cores=0,2,4,6
/proc/16423/stat : 16423 (java) S 16420 16423 5678 0 -1 1077944320 5380 12333 0 0 4 1 5 3 20 0 9 0 14379952 13900275712 4615 18446744073709551615 4194304 4196468 140733491379840 140733491362384 139920602234615 0 0 1 16800970 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
/proc/16423/statm: 3393622 4615 2136 1 0 3383127 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13574488

[startup+0.700198 s]
/proc/loadavg: 1.74 1.88 1.81 3/195 16423
/proc/meminfo: memFree=26908916/32770624 swapFree=0/952372
[pid=16423] ppid=16420 vsize=13974784 CPUtime=0.59 cores=0,2,4,6
/proc/16423/stat : 16423 (java) S 16420 16423 5678 0 -1 1077944320 13905 12333 0 0 47 4 5 3 20 0 15 0 14379952 14310178816 14389 18446744073709551615 4194304 4196468 140733491379840 140733491362384 139920602234615 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
/proc/16423/statm: 3493696 14389 3063 1 0 3482973 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 13974784

[startup+1.50062 s]
/proc/loadavg: 1.74 1.88 1.81 3/210 16486
/proc/meminfo: memFree=26819064/32770624 swapFree=0/952636
[pid=16423] ppid=16420 vsize=13985408 CPUtime=1.79 cores=0,2,4,6
/proc/16423/stat : 16423 (java) S 16420 16423 5678 0 -1 1077944320 25941 12333 0 0 164 7 5 3 20 0 15 0 14379952 14321057792 34193 18446744073709551615 4194304 4196468 140733491379840 140733491362384 139920602234615 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
/proc/16423/statm: 3496352 34193 3327 1 0 3485533 0
[pid=16423/tid=16473] ppid=16420 vsize=13985408 CPUtime=1.26 cores=0,2,4,6
/proc/16423/task/16473/stat : 16473 (java) R 16420 16423 5678 0 -1 4202560 20999 12333 0 0 113 5 5 3 20 0 15 0 14379977 14321057792 34193 18446744073709551615 4194304 4196468 140733491379840 139920606467392 139920586278245 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16474] ppid=16420 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16474/stat : 16474 (java) S 16420 16423 5678 0 -1 1077944384 2 12333 0 0 0 0 5 3 20 0 15 0 14379978 14321057792 34193 18446744073709551615 4194304 4196468 140733491379840 139920574077200 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16475] ppid=16420 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16475/stat : 16475 (java) S 16420 16423 5678 0 -1 1077944384 1 12333 0 0 0 0 5 3 20 0 15 0 14379978 14321057792 34193 18446744073709551615 4194304 4196468 140733491379840 139920200952208 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16476] ppid=16420 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16476/stat : 16476 (java) S 16420 16423 5678 0 -1 1077944384 1 12333 0 0 0 0 5 3 20 0 15 0 14379978 14321057792 34193 18446744073709551615 4194304 4196468 140733491379840 139920199899664 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16477] ppid=16420 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16477/stat : 16477 (java) S 16420 16423 5678 0 -1 1077944384 2 12333 0 0 0 0 5 3 20 0 15 0 14379978 14321057792 34193 18446744073709551615 4194304 4196468 140733491379840 139920198847120 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16478] ppid=16420 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16478/stat : 16478 (java) S 16420 16423 5678 0 -1 1077944384 5 12333 0 0 0 0 5 3 20 0 15 0 14379979 14321057792 34193 18446744073709551615 4194304 4196468 140733491379840 139919519050224 139920602245762 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16479] ppid=16420 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16479/stat : 16479 (java) S 16420 16423 5678 0 -1 1077944384 33 12333 0 0 0 0 5 3 20 0 15 0 14379980 14321057792 34193 18446744073709551615 4194304 4196468 140733491379840 139919517996448 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16480] ppid=16420 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16480/stat : 16480 (java) S 16420 16423 5678 0 -1 1077944384 21 12333 0 0 0 0 5 3 20 0 15 0 14379980 14321057792 34193 18446744073709551615 4194304 4196468 140733491379840 139919516943856 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16481] ppid=16420 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16481/stat : 16481 (java) S 16420 16423 5678 0 -1 1077944384 3 12333 0 0 0 0 5 3 20 0 15 0 14379983 14321057792 34193 18446744073709551615 4194304 4196468 140733491379840 139919515892432 139920602253211 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16482] ppid=16420 vsize=13985408 CPUtime=0.22 cores=0,2,4,6
/proc/16423/task/16482/stat : 16482 (java) S 16420 16423 5678 0 -1 1077944384 949 12333 0 0 14 0 5 3 20 0 15 0 14379983 14321057792 34193 18446744073709551615 4194304 4196468 140733491379840 139919514839024 139920602245762 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16483] ppid=16420 vsize=13985408 CPUtime=0.22 cores=0,2,4,6
/proc/16423/task/16483/stat : 16483 (java) S 16420 16423 5678 0 -1 1077944384 632 12333 0 0 14 0 5 3 20 0 15 0 14379983 14321057792 34193 18446744073709551615 4194304 4196468 140733491379840 139919513786480 139920602245762 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16484] ppid=16420 vsize=13985408 CPUtime=0.29 cores=0,2,4,6
/proc/16423/task/16484/stat : 16484 (java) S 16420 16423 5678 0 -1 1077944384 1137 12333 0 0 21 0 5 3 20 0 15 0 14379983 14321057792 34193 18446744073709551615 4194304 4196468 140733491379840 139919512733936 139920602245762 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16485] ppid=16420 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16485/stat : 16485 (java) S 16420 16423 5678 0 -1 1077944384 3 12333 0 0 0 0 5 3 20 0 15 0 14379983 14321057792 34193 18446744073709551615 4194304 4196468 140733491379840 139919511681632 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16486] ppid=16420 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16486/stat : 16486 (java) S 16420 16423 5678 0 -1 1077944384 3 12333 0 0 0 0 5 3 20 0 15 0 14379988 14321057792 34193 18446744073709551615 4194304 4196468 140733491379840 139919510629168 139920602245762 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 13985408

[startup+3.10073 s]
/proc/loadavg: 1.74 1.88 1.81 6/210 16486
/proc/meminfo: memFree=26737096/32770624 swapFree=0/952636
[pid=16423] ppid=16420 vsize=13997884 CPUtime=6.1 cores=0,2,4,6
/proc/16423/stat : 16423 (java) S 16420 16423 5678 0 -1 1077944320 36490 12333 0 0 588 14 5 3 20 0 15 0 14379952 14333833216 55366 18446744073709551615 4194304 4196468 140733491379840 140733491362384 139920602234615 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
/proc/16423/statm: 3499471 55366 3434 1 0 3488093 0
[pid=16423/tid=16473] ppid=16420 vsize=13997884 CPUtime=2.83 cores=0,2,4,6
/proc/16423/task/16473/stat : 16473 (java) R 16420 16423 5678 0 -1 4202560 25212 12333 0 0 267 8 5 3 20 0 15 0 14379977 14333833216 55366 18446744073709551615 4194304 4196468 140733491379840 139920606465504 139920602246550 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16474] ppid=16420 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16474/stat : 16474 (java) S 16420 16423 5678 0 -1 1077944384 195 12333 0 0 0 0 5 3 20 0 15 0 14379978 14333833216 55366 18446744073709551615 4194304 4196468 140733491379840 139920574077200 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16475] ppid=16420 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16475/stat : 16475 (java) S 16420 16423 5678 0 -1 1077944384 31 12333 0 0 0 0 5 3 20 0 15 0 14379978 14333833216 55366 18446744073709551615 4194304 4196468 140733491379840 139920200952208 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16476] ppid=16420 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/16423/task/16476/stat : 16476 (java) S 16420 16423 5678 0 -1 1077944384 37 12333 0 0 1 0 5 3 20 0 15 0 14379978 14333833216 55366 18446744073709551615 4194304 4196468 140733491379840 139920199899664 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16477] ppid=16420 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/16423/task/16477/stat : 16477 (java) S 16420 16423 5678 0 -1 1077944384 54 12333 0 0 1 0 5 3 20 0 15 0 14379978 14333833216 55366 18446744073709551615 4194304 4196468 140733491379840 139920198847120 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16478] ppid=16420 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/16423/task/16478/stat : 16478 (java) S 16420 16423 5678 0 -1 1077944384 1197 12333 0 0 1 0 5 3 20 0 15 0 14379979 14333833216 55366 18446744073709551615 4194304 4196468 140733491379840 139919519050224 139920602245762 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16479] ppid=16420 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16479/stat : 16479 (java) S 16420 16423 5678 0 -1 1077944384 54 12333 0 0 0 0 5 3 20 0 15 0 14379980 14333833216 55366 18446744073709551615 4194304 4196468 140733491379840 139919517996512 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16480] ppid=16420 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16480/stat : 16480 (java) S 16420 16423 5678 0 -1 1077944384 44 12333 0 0 0 0 5 3 20 0 15 0 14379980 14333833216 55366 18446744073709551615 4194304 4196468 140733491379840 139919516943872 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16481] ppid=16420 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16481/stat : 16481 (java) S 16420 16423 5678 0 -1 1077944384 3 12333 0 0 0 0 5 3 20 0 15 0 14379983 14333833216 55366 18446744073709551615 4194304 4196468 140733491379840 139919515892432 139920602253211 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16482] ppid=16420 vsize=13997884 CPUtime=1.14 cores=0,2,4,6
/proc/16423/task/16482/stat : 16482 (java) S 16420 16423 5678 0 -1 1077944384 1971 12333 0 0 105 1 5 3 20 0 15 0 14379983 14333833216 55366 18446744073709551615 4194304 4196468 140733491379840 139919514839024 139920602245762 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16483] ppid=16420 vsize=13997884 CPUtime=1.16 cores=0,2,4,6
/proc/16423/task/16483/stat : 16483 (java) S 16420 16423 5678 0 -1 1077944384 2448 12333 0 0 107 1 5 3 20 0 15 0 14379983 14333833216 55366 18446744073709551615 4194304 4196468 140733491379840 139919513786480 139920602245762 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16484] ppid=16420 vsize=13997884 CPUtime=1.1 cores=0,2,4,6
/proc/16423/task/16484/stat : 16484 (java) R 16420 16423 5678 0 -1 4202560 3088 12333 0 0 101 1 5 3 20 0 15 0 14379983 14333833216 55366 18446744073709551615 4194304 4196468 140733491379840 139919512729696 139920580679416 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16485] ppid=16420 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16485/stat : 16485 (java) S 16420 16423 5678 0 -1 1077944384 3 12333 0 0 0 0 5 3 20 0 15 0 14379983 14333833216 55366 18446744073709551615 4194304 4196468 140733491379840 139919511681632 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16486] ppid=16420 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16486/stat : 16486 (java) S 16420 16423 5678 0 -1 1077944384 3 12333 0 0 0 0 5 3 20 0 15 0 14379988 14333833216 55366 18446744073709551615 4194304 4196468 140733491379840 139919510629168 139920602245762 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 13997884

[startup+6.30152 s]
/proc/loadavg: 1.85 1.90 1.82 6/210 16486
/proc/meminfo: memFree=26532780/32770624 swapFree=0/952648
[pid=16423] ppid=16420 vsize=14067516 CPUtime=13.86 cores=0,2,4,6
/proc/16423/stat : 16423 (java) S 16420 16423 5678 0 -1 1077944320 68085 12333 0 0 1354 24 5 3 20 0 15 0 14379952 14405136384 97870 18446744073709551615 4194304 4196468 140733491379840 140733491362384 139920602234615 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
/proc/16423/statm: 3516879 97870 3462 1 0 3505501 0
[pid=16423/tid=16473] ppid=16420 vsize=14067516 CPUtime=5.92 cores=0,2,4,6
/proc/16423/task/16473/stat : 16473 (java) R 16420 16423 5678 0 -1 4202560 45754 12333 0 0 572 12 5 3 20 0 15 0 14379977 14405136384 97870 18446744073709551615 4194304 4196468 140733491379840 139920606468376 139920257698203 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16474] ppid=16420 vsize=14067516 CPUtime=0.15 cores=0,2,4,6
/proc/16423/task/16474/stat : 16474 (java) S 16420 16423 5678 0 -1 1077944384 317 12333 0 0 6 1 5 3 20 0 15 0 14379978 14405136384 97870 18446744073709551615 4194304 4196468 140733491379840 139920574077200 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16475] ppid=16420 vsize=14067516 CPUtime=0.15 cores=0,2,4,6
/proc/16423/task/16475/stat : 16475 (java) S 16420 16423 5678 0 -1 1077944384 102 12333 0 0 6 1 5 3 20 0 15 0 14379978 14405136384 97870 18446744073709551615 4194304 4196468 140733491379840 139920200952208 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16476] ppid=16420 vsize=14067516 CPUtime=0.16 cores=0,2,4,6
/proc/16423/task/16476/stat : 16476 (java) S 16420 16423 5678 0 -1 1077944384 68 12333 0 0 7 1 5 3 20 0 15 0 14379978 14405136384 97870 18446744073709551615 4194304 4196468 140733491379840 139920199899664 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16477] ppid=16420 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/16423/task/16477/stat : 16477 (java) S 16420 16423 5678 0 -1 1077944384 418 12333 0 0 5 0 5 3 20 0 15 0 14379978 14405136384 97870 18446744073709551615 4194304 4196468 140733491379840 139920198847120 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16478] ppid=16420 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/16423/task/16478/stat : 16478 (java) S 16420 16423 5678 0 -1 1077944384 2671 12333 0 0 4 0 5 3 20 0 15 0 14379979 14405136384 97870 18446744073709551615 4194304 4196468 140733491379840 139919519050224 139920602245762 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16479] ppid=16420 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16479/stat : 16479 (java) S 16420 16423 5678 0 -1 1077944384 56 12333 0 0 0 0 5 3 20 0 15 0 14379980 14405136384 97870 18446744073709551615 4194304 4196468 140733491379840 139919517996512 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16480] ppid=16420 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16480/stat : 16480 (java) S 16420 16423 5678 0 -1 1077944384 46 12333 0 0 0 0 5 3 20 0 15 0 14379980 14405136384 97870 18446744073709551615 4194304 4196468 140733491379840 139919516943872 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16481] ppid=16420 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16481/stat : 16481 (java) S 16420 16423 5678 0 -1 1077944384 3 12333 0 0 0 0 5 3 20 0 15 0 14379983 14405136384 97870 18446744073709551615 4194304 4196468 140733491379840 139919515892432 139920602253211 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16482] ppid=16420 vsize=14067516 CPUtime=3.17 cores=0,2,4,6
/proc/16423/task/16482/stat : 16482 (java) S 16420 16423 5678 0 -1 1077944384 7758 12333 0 0 306 3 5 3 20 0 15 0 14379983 14405136384 97870 18446744073709551615 4194304 4196468 140733491379840 139919514839024 139920602245762 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16483] ppid=16420 vsize=14067516 CPUtime=2.89 cores=0,2,4,6
/proc/16423/task/16483/stat : 16483 (java) S 16420 16423 5678 0 -1 1077944384 4307 12333 0 0 280 1 5 3 20 0 15 0 14379983 14405136384 97870 18446744073709551615 4194304 4196468 140733491379840 139919513786480 139920602245762 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16484] ppid=16420 vsize=14067516 CPUtime=1.73 cores=0,2,4,6
/proc/16423/task/16484/stat : 16484 (java) S 16420 16423 5678 0 -1 1077944384 4424 12333 0 0 163 2 5 3 20 0 15 0 14379983 14405136384 97870 18446744073709551615 4194304 4196468 140733491379840 139919512733936 139920602245762 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16485] ppid=16420 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16485/stat : 16485 (java) S 16420 16423 5678 0 -1 1077944384 3 12333 0 0 0 0 5 3 20 0 15 0 14379983 14405136384 97870 18446744073709551615 4194304 4196468 140733491379840 139919511681632 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16486] ppid=16420 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16486/stat : 16486 (java) S 16420 16423 5678 0 -1 1077944384 8 12333 0 0 0 0 5 3 20 0 15 0 14379988 14405136384 97870 18446744073709551615 4194304 4196468 140733491379840 139919510629168 139920602245762 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
Current children cumulated CPU time (s) 13.86
Current children cumulated vsize (KiB) 14067516

[startup+12.7006 s]
/proc/loadavg: 1.86 1.90 1.82 3/210 16486
/proc/meminfo: memFree=26317368/32770624 swapFree=0/952656
[pid=16423] ppid=16420 vsize=14067516 CPUtime=22.75 cores=0,2,4,6
/proc/16423/stat : 16423 (java) S 16420 16423 5678 0 -1 1077944320 75846 12333 0 0 2236 31 5 3 20 0 15 0 14379952 14405136384 151390 18446744073709551615 4194304 4196468 140733491379840 140733491362384 139920602234615 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
/proc/16423/statm: 3516879 151390 3465 1 0 3505501 0
[pid=16423/tid=16473] ppid=16420 vsize=14067516 CPUtime=12.3 cores=0,2,4,6
/proc/16423/task/16473/stat : 16473 (java) R 16420 16423 5678 0 -1 4202560 47029 12333 0 0 1206 16 5 3 20 0 15 0 14379977 14405136384 151390 18446744073709551615 4194304 4196468 140733491379840 139920606467944 139920260067409 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16474] ppid=16420 vsize=14067516 CPUtime=0.16 cores=0,2,4,6
/proc/16423/task/16474/stat : 16474 (java) S 16420 16423 5678 0 -1 1077944384 489 12333 0 0 7 1 5 3 20 0 15 0 14379978 14405136384 151390 18446744073709551615 4194304 4196468 140733491379840 139920574077200 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16475] ppid=16420 vsize=14067516 CPUtime=0.16 cores=0,2,4,6
/proc/16423/task/16475/stat : 16475 (java) S 16420 16423 5678 0 -1 1077944384 176 12333 0 0 7 1 5 3 20 0 15 0 14379978 14405136384 151390 18446744073709551615 4194304 4196468 140733491379840 139920200952208 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16476] ppid=16420 vsize=14067516 CPUtime=0.16 cores=0,2,4,6
/proc/16423/task/16476/stat : 16476 (java) S 16420 16423 5678 0 -1 1077944384 105 12333 0 0 7 1 5 3 20 0 15 0 14379978 14405136384 151390 18446744073709551615 4194304 4196468 140733491379840 139920199899664 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16477] ppid=16420 vsize=14067516 CPUtime=0.15 cores=0,2,4,6
/proc/16423/task/16477/stat : 16477 (java) S 16420 16423 5678 0 -1 1077944384 1239 12333 0 0 6 1 5 3 20 0 15 0 14379978 14405136384 151390 18446744073709551615 4194304 4196468 140733491379840 139920198847120 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16478] ppid=16420 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/16423/task/16478/stat : 16478 (java) S 16420 16423 5678 0 -1 1077944384 2785 12333 0 0 4 0 5 3 20 0 15 0 14379979 14405136384 151390 18446744073709551615 4194304 4196468 140733491379840 139919519050224 139920602245762 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16479] ppid=16420 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16479/stat : 16479 (java) S 16420 16423 5678 0 -1 1077944384 56 12333 0 0 0 0 5 3 20 0 15 0 14379980 14405136384 151390 18446744073709551615 4194304 4196468 140733491379840 139919517996512 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16480] ppid=16420 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16480/stat : 16480 (java) S 16420 16423 5678 0 -1 1077944384 46 12333 0 0 0 0 5 3 20 0 15 0 14379980 14405136384 151390 18446744073709551615 4194304 4196468 140733491379840 139919516943872 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16481] ppid=16420 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16481/stat : 16481 (java) S 16420 16423 5678 0 -1 1077944384 3 12333 0 0 0 0 5 3 20 0 15 0 14379983 14405136384 151390 18446744073709551615 4194304 4196468 140733491379840 139919515892432 139920602253211 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0

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

/proc/16423/task/16485/stat : 16485 (java) S 16420 16423 5678 0 -1 1077944384 3 12333 0 0 0 0 5 3 20 0 15 0 14379983 14405136384 200707 18446744073709551615 4194304 4196468 140733491379840 139919511681632 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16486] ppid=16420 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/16423/task/16486/stat : 16486 (java) S 16420 16423 5678 0 -1 1077944384 212 12333 0 0 3 2 5 3 20 0 15 0 14379988 14405136384 200707 18446744073709551615 4194304 4196468 140733491379840 139919510629168 139920602245762 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
Current children cumulated CPU time (s) 118.78
Current children cumulated vsize (KiB) 14067516

[startup+162.301 s]
/proc/loadavg: 1.11 1.67 1.76 3/210 16740
/proc/meminfo: memFree=29155332/32770624 swapFree=0/952808
[pid=16423] ppid=16420 vsize=14067516 CPUtime=179.45 cores=0,2,4,6
/proc/16423/stat : 16423 (java) S 16420 16423 5678 0 -1 1077944320 104605 12333 0 0 17877 60 5 3 20 0 15 0 14379952 14405136384 194951 18446744073709551615 4194304 4196468 140733491379840 140733491362384 139920602234615 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
/proc/16423/statm: 3516879 194951 3465 1 0 3505501 0
[pid=16423/tid=16473] ppid=16420 vsize=14067516 CPUtime=161.11 cores=0,2,4,6
/proc/16423/task/16473/stat : 16473 (java) R 16420 16423 5678 0 -1 4202560 52522 12333 0 0 16082 21 5 3 20 0 15 0 14379977 14405136384 194951 18446744073709551615 4194304 4196468 140733491379840 139920606468896 139920258432967 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16474] ppid=16420 vsize=14067516 CPUtime=0.52 cores=0,2,4,6
/proc/16423/task/16474/stat : 16474 (java) S 16420 16423 5678 0 -1 1077944384 3710 12333 0 0 38 6 5 3 20 0 15 0 14379978 14405136384 194951 18446744073709551615 4194304 4196468 140733491379840 139920574077200 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16475] ppid=16420 vsize=14067516 CPUtime=0.52 cores=0,2,4,6
/proc/16423/task/16475/stat : 16475 (java) S 16420 16423 5678 0 -1 1077944384 1940 12333 0 0 38 6 5 3 20 0 15 0 14379978 14405136384 194951 18446744073709551615 4194304 4196468 140733491379840 139920200952208 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16476] ppid=16420 vsize=14067516 CPUtime=0.52 cores=0,2,4,6
/proc/16423/task/16476/stat : 16476 (java) S 16420 16423 5678 0 -1 1077944384 1143 12333 0 0 39 5 5 3 20 0 15 0 14379978 14405136384 194951 18446744073709551615 4194304 4196468 140733491379840 139920199899664 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16477] ppid=16420 vsize=14067516 CPUtime=0.5 cores=0,2,4,6
/proc/16423/task/16477/stat : 16477 (java) S 16420 16423 5678 0 -1 1077944384 2903 12333 0 0 37 5 5 3 20 0 15 0 14379978 14405136384 194951 18446744073709551615 4194304 4196468 140733491379840 139920198847120 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16478] ppid=16420 vsize=14067516 CPUtime=0.46 cores=0,2,4,6
/proc/16423/task/16478/stat : 16478 (java) S 16420 16423 5678 0 -1 1077944384 4320 12333 0 0 36 2 5 3 20 0 15 0 14379979 14405136384 194951 18446744073709551615 4194304 4196468 140733491379840 139919519050224 139920602245762 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16479] ppid=16420 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16479/stat : 16479 (java) S 16420 16423 5678 0 -1 1077944384 56 12333 0 0 0 0 5 3 20 0 15 0 14379980 14405136384 194951 18446744073709551615 4194304 4196468 140733491379840 139919517996512 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16480] ppid=16420 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16480/stat : 16480 (java) S 16420 16423 5678 0 -1 1077944384 46 12333 0 0 0 0 5 3 20 0 15 0 14379980 14405136384 194951 18446744073709551615 4194304 4196468 140733491379840 139919516943872 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16481] ppid=16420 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16481/stat : 16481 (java) S 16420 16423 5678 0 -1 1077944384 3 12333 0 0 0 0 5 3 20 0 15 0 14379983 14405136384 194951 18446744073709551615 4194304 4196468 140733491379840 139919515892432 139920602253211 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16482] ppid=16420 vsize=14067516 CPUtime=6.83 cores=0,2,4,6
/proc/16423/task/16482/stat : 16482 (java) S 16420 16423 5678 0 -1 1077944384 14214 12333 0 0 670 5 5 3 20 0 15 0 14379983 14405136384 194951 18446744073709551615 4194304 4196468 140733491379840 139919514839024 139920602245762 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16483] ppid=16420 vsize=14067516 CPUtime=6.48 cores=0,2,4,6
/proc/16423/task/16483/stat : 16483 (java) S 16420 16423 5678 0 -1 1077944384 9343 12333 0 0 637 3 5 3 20 0 15 0 14379983 14405136384 194951 18446744073709551615 4194304 4196468 140733491379840 139919513786480 139920602245762 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16484] ppid=16420 vsize=14067516 CPUtime=2.95 cores=0,2,4,6
/proc/16423/task/16484/stat : 16484 (java) S 16420 16423 5678 0 -1 1077944384 12022 12333 0 0 284 3 5 3 20 0 15 0 14379983 14405136384 194951 18446744073709551615 4194304 4196468 140733491379840 139919512733936 139920602245762 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16485] ppid=16420 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16485/stat : 16485 (java) S 16420 16423 5678 0 -1 1077944384 3 12333 0 0 0 0 5 3 20 0 15 0 14379983 14405136384 194951 18446744073709551615 4194304 4196468 140733491379840 139919511681632 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16486] ppid=16420 vsize=14067516 CPUtime=0.17 cores=0,2,4,6
/proc/16423/task/16486/stat : 16486 (java) S 16420 16423 5678 0 -1 1077944384 230 12333 0 0 5 4 5 3 20 0 15 0 14379988 14405136384 194951 18446744073709551615 4194304 4196468 140733491379840 139919510629168 139920602245762 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
Current children cumulated CPU time (s) 179.45
Current children cumulated vsize (KiB) 14067516

[startup+222.306 s]
/proc/loadavg: 1.43 1.66 1.75 3/209 16743
/proc/meminfo: memFree=29166656/32770624 swapFree=0/952848
[pid=16423] ppid=16420 vsize=14067516 CPUtime=240.21 cores=0,2,4,6
/proc/16423/stat : 16423 (java) S 16420 16423 5678 0 -1 1077944320 107999 12333 0 0 23946 67 5 3 20 0 15 0 14379952 14405136384 192153 18446744073709551615 4194304 4196468 140733491379840 140733491362384 139920602234615 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
/proc/16423/statm: 3516879 192153 3465 1 0 3505501 0
[pid=16423/tid=16473] ppid=16420 vsize=14067516 CPUtime=220.52 cores=0,2,4,6
/proc/16423/task/16473/stat : 16473 (java) R 16420 16423 5678 0 -1 4202560 53747 12333 0 0 22023 21 5 3 20 0 15 0 14379977 14405136384 192153 18446744073709551615 4194304 4196468 140733491379840 139920606468800 139920257672063 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16474] ppid=16420 vsize=14067516 CPUtime=0.78 cores=0,2,4,6
/proc/16423/task/16474/stat : 16474 (java) S 16420 16423 5678 0 -1 1077944384 3780 12333 0 0 63 7 5 3 20 0 15 0 14379978 14405136384 192153 18446744073709551615 4194304 4196468 140733491379840 139920574077200 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16475] ppid=16420 vsize=14067516 CPUtime=0.78 cores=0,2,4,6
/proc/16423/task/16475/stat : 16475 (java) S 16420 16423 5678 0 -1 1077944384 2124 12333 0 0 63 7 5 3 20 0 15 0 14379978 14405136384 192153 18446744073709551615 4194304 4196468 140733491379840 139920200952208 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16476] ppid=16420 vsize=14067516 CPUtime=0.79 cores=0,2,4,6
/proc/16423/task/16476/stat : 16476 (java) S 16420 16423 5678 0 -1 1077944384 1641 12333 0 0 64 7 5 3 20 0 15 0 14379978 14405136384 192153 18446744073709551615 4194304 4196468 140733491379840 139920199899664 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16477] ppid=16420 vsize=14067516 CPUtime=0.76 cores=0,2,4,6
/proc/16423/task/16477/stat : 16477 (java) S 16420 16423 5678 0 -1 1077944384 3981 12333 0 0 62 6 5 3 20 0 15 0 14379978 14405136384 192153 18446744073709551615 4194304 4196468 140733491379840 139920198847120 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16478] ppid=16420 vsize=14067516 CPUtime=0.72 cores=0,2,4,6
/proc/16423/task/16478/stat : 16478 (java) S 16420 16423 5678 0 -1 1077944384 4633 12333 0 0 60 4 5 3 20 0 15 0 14379979 14405136384 192153 18446744073709551615 4194304 4196468 140733491379840 139919519050224 139920602245762 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16479] ppid=16420 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16479/stat : 16479 (java) S 16420 16423 5678 0 -1 1077944384 56 12333 0 0 0 0 5 3 20 0 15 0 14379980 14405136384 192153 18446744073709551615 4194304 4196468 140733491379840 139919517996512 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16480] ppid=16420 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16480/stat : 16480 (java) S 16420 16423 5678 0 -1 1077944384 46 12333 0 0 0 0 5 3 20 0 15 0 14379980 14405136384 192153 18446744073709551615 4194304 4196468 140733491379840 139919516943872 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16481] ppid=16420 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16481/stat : 16481 (java) S 16420 16423 5678 0 -1 1077944384 3 12333 0 0 0 0 5 3 20 0 15 0 14379983 14405136384 192153 18446744073709551615 4194304 4196468 140733491379840 139919515892432 139920602253211 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16482] ppid=16420 vsize=14067516 CPUtime=6.83 cores=0,2,4,6
/proc/16423/task/16482/stat : 16482 (java) S 16420 16423 5678 0 -1 1077944384 14217 12333 0 0 670 5 5 3 20 0 15 0 14379983 14405136384 192153 18446744073709551615 4194304 4196468 140733491379840 139919514839024 139920602245762 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16483] ppid=16420 vsize=14067516 CPUtime=6.48 cores=0,2,4,6
/proc/16423/task/16483/stat : 16483 (java) S 16420 16423 5678 0 -1 1077944384 9345 12333 0 0 637 3 5 3 20 0 15 0 14379983 14405136384 192153 18446744073709551615 4194304 4196468 140733491379840 139919513786480 139920602245762 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16484] ppid=16420 vsize=14067516 CPUtime=2.95 cores=0,2,4,6
/proc/16423/task/16484/stat : 16484 (java) S 16420 16423 5678 0 -1 1077944384 12024 12333 0 0 284 3 5 3 20 0 15 0 14379983 14405136384 192153 18446744073709551615 4194304 4196468 140733491379840 139919512733936 139920602245762 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16485] ppid=16420 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16485/stat : 16485 (java) S 16420 16423 5678 0 -1 1077944384 3 12333 0 0 0 0 5 3 20 0 15 0 14379983 14405136384 192153 18446744073709551615 4194304 4196468 140733491379840 139919511681632 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16486] ppid=16420 vsize=14067516 CPUtime=0.21 cores=0,2,4,6
/proc/16423/task/16486/stat : 16486 (java) S 16420 16423 5678 0 -1 1077944384 249 12333 0 0 6 7 5 3 20 0 15 0 14379988 14405136384 192153 18446744073709551615 4194304 4196468 140733491379840 139919510629168 139920602245762 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
Current children cumulated CPU time (s) 240.21
Current children cumulated vsize (KiB) 14067516



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.37 1.63 1.74 3/209 16743
/proc/meminfo: memFree=29164484/32770624 swapFree=0/952856
[pid=16423] ppid=16420 vsize=14067516 CPUtime=258.14 cores=0,2,4,6
/proc/16423/stat : 16423 (java) S 16420 16423 5678 0 -1 1077944320 108142 12333 0 0 25736 70 5 3 20 0 15 0 14379952 14405136384 192665 18446744073709551615 4194304 4196468 140733491379840 140733491362384 139920602234615 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
/proc/16423/statm: 3516879 192665 3465 1 0 3505501 0
[pid=16423/tid=16473] ppid=16420 vsize=14067516 CPUtime=238.03 cores=0,2,4,6
/proc/16423/task/16473/stat : 16473 (java) R 16420 16423 5678 0 -1 4202560 53863 12333 0 0 23774 21 5 3 20 0 15 0 14379977 14405136384 192665 18446744073709551615 4194304 4196468 140733491379840 139920606468576 139920257698164 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16474] ppid=16420 vsize=14067516 CPUtime=0.87 cores=0,2,4,6
/proc/16423/task/16474/stat : 16474 (java) S 16420 16423 5678 0 -1 1077944384 3784 12333 0 0 71 8 5 3 20 0 15 0 14379978 14405136384 192665 18446744073709551615 4194304 4196468 140733491379840 139920574077200 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16475] ppid=16420 vsize=14067516 CPUtime=0.87 cores=0,2,4,6
/proc/16423/task/16475/stat : 16475 (java) S 16420 16423 5678 0 -1 1077944384 2126 12333 0 0 71 8 5 3 20 0 15 0 14379978 14405136384 192665 18446744073709551615 4194304 4196468 140733491379840 139920200952208 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16476] ppid=16420 vsize=14067516 CPUtime=0.87 cores=0,2,4,6
/proc/16423/task/16476/stat : 16476 (java) S 16420 16423 5678 0 -1 1077944384 1646 12333 0 0 72 7 5 3 20 0 15 0 14379978 14405136384 192665 18446744073709551615 4194304 4196468 140733491379840 139920199899664 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16477] ppid=16420 vsize=14067516 CPUtime=0.84 cores=0,2,4,6
/proc/16423/task/16477/stat : 16477 (java) S 16420 16423 5678 0 -1 1077944384 3988 12333 0 0 69 7 5 3 20 0 15 0 14379978 14405136384 192665 18446744073709551615 4194304 4196468 140733491379840 139920198847120 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16478] ppid=16420 vsize=14067516 CPUtime=0.81 cores=0,2,4,6
/proc/16423/task/16478/stat : 16478 (java) S 16420 16423 5678 0 -1 1077944384 4642 12333 0 0 68 5 5 3 20 0 15 0 14379979 14405136384 192665 18446744073709551615 4194304 4196468 140733491379840 139919519050224 139920602245762 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16479] ppid=16420 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16479/stat : 16479 (java) S 16420 16423 5678 0 -1 1077944384 56 12333 0 0 0 0 5 3 20 0 15 0 14379980 14405136384 192665 18446744073709551615 4194304 4196468 140733491379840 139919517996512 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16480] ppid=16420 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16480/stat : 16480 (java) S 16420 16423 5678 0 -1 1077944384 46 12333 0 0 0 0 5 3 20 0 15 0 14379980 14405136384 192665 18446744073709551615 4194304 4196468 140733491379840 139919516943872 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16481] ppid=16420 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16481/stat : 16481 (java) S 16420 16423 5678 0 -1 1077944384 3 12333 0 0 0 0 5 3 20 0 15 0 14379983 14405136384 192665 18446744073709551615 4194304 4196468 140733491379840 139919515892432 139920602253211 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16482] ppid=16420 vsize=14067516 CPUtime=6.83 cores=0,2,4,6
/proc/16423/task/16482/stat : 16482 (java) S 16420 16423 5678 0 -1 1077944384 14217 12333 0 0 670 5 5 3 20 0 15 0 14379983 14405136384 192665 18446744073709551615 4194304 4196468 140733491379840 139919514839024 139920602245762 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16483] ppid=16420 vsize=14067516 CPUtime=6.48 cores=0,2,4,6
/proc/16423/task/16483/stat : 16483 (java) S 16420 16423 5678 0 -1 1077944384 9345 12333 0 0 637 3 5 3 20 0 15 0 14379983 14405136384 192665 18446744073709551615 4194304 4196468 140733491379840 139919513786480 139920602245762 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16484] ppid=16420 vsize=14067516 CPUtime=2.95 cores=0,2,4,6
/proc/16423/task/16484/stat : 16484 (java) S 16420 16423 5678 0 -1 1077944384 12024 12333 0 0 284 3 5 3 20 0 15 0 14379983 14405136384 192665 18446744073709551615 4194304 4196468 140733491379840 139919512733936 139920602245762 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16485] ppid=16420 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16485/stat : 16485 (java) S 16420 16423 5678 0 -1 1077944384 3 12333 0 0 0 0 5 3 20 0 15 0 14379983 14405136384 192665 18446744073709551615 4194304 4196468 140733491379840 139919511681632 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16486] ppid=16420 vsize=14067516 CPUtime=0.21 cores=0,2,4,6
/proc/16423/task/16486/stat : 16486 (java) S 16420 16423 5678 0 -1 1077944384 249 12333 0 0 6 7 5 3 20 0 15 0 14379988 14405136384 192665 18446744073709551615 4194304 4196468 140733491379840 139919510629168 139920602245762 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
Current children cumulated CPU time (s) 258.14
Current children cumulated vsize (KiB) 14067516

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 16423 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.209 s]
/proc/loadavg: 1.37 1.63 1.74 3/209 16743
/proc/meminfo: memFree=29164484/32770624 swapFree=0/952856
[pid=16423] ppid=16420 vsize=14200644 CPUtime=258.76 cores=0,2,4,6
/proc/16423/stat : 16423 (java) S 16420 16423 5678 0 -1 1077944320 120206 12333 0 0 25797 71 5 3 20 0 17 0 14379952 14541459456 193827 18446744073709551615 4194304 4196468 140733491379840 140733491362384 139920602234615 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
/proc/16423/statm: 3550161 193827 3466 1 0 3538783 0
[pid=16423/tid=16473] ppid=16420 vsize=14200644 CPUtime=238.04 cores=0,2,4,6
/proc/16423/task/16473/stat : 16473 (java) S 16420 16423 5678 0 -1 1077944384 54695 12333 0 0 23775 21 5 3 20 0 17 0 14379977 14541459456 193827 18446744073709551615 4194304 4196468 140733491379840 139920606472160 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16474] ppid=16420 vsize=14200644 CPUtime=1.01 cores=0,2,4,6
/proc/16423/task/16474/stat : 16474 (java) S 16420 16423 5678 0 -1 1077944384 3807 12333 0 0 85 8 5 3 20 0 17 0 14379978 14541459456 193827 18446744073709551615 4194304 4196468 140733491379840 139920574077200 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16475] ppid=16420 vsize=14200644 CPUtime=1.01 cores=0,2,4,6
/proc/16423/task/16475/stat : 16475 (java) S 16420 16423 5678 0 -1 1077944384 2139 12333 0 0 85 8 5 3 20 0 17 0 14379978 14541459456 193827 18446744073709551615 4194304 4196468 140733491379840 139920200952208 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16476] ppid=16420 vsize=14200644 CPUtime=1.01 cores=0,2,4,6
/proc/16423/task/16476/stat : 16476 (java) S 16420 16423 5678 0 -1 1077944384 1672 12333 0 0 86 7 5 3 20 0 17 0 14379978 14541459456 193827 18446744073709551615 4194304 4196468 140733491379840 139920199899664 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16477] ppid=16420 vsize=14200644 CPUtime=0.98 cores=0,2,4,6
/proc/16423/task/16477/stat : 16477 (java) S 16420 16423 5678 0 -1 1077944384 4004 12333 0 0 83 7 5 3 20 0 17 0 14379978 14541459456 193827 18446744073709551615 4194304 4196468 140733491379840 139920198847120 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16478] ppid=16420 vsize=14200644 CPUtime=0.87 cores=0,2,4,6
/proc/16423/task/16478/stat : 16478 (java) R 16420 16423 5678 0 -1 4202560 14429 12333 0 0 73 6 5 3 20 0 17 0 14379979 14541459456 193827 18446744073709551615 4194304 4196468 140733491379840 139919519048624 139920602255962 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16479] ppid=16420 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16479/stat : 16479 (java) S 16420 16423 5678 0 -1 1077944384 58 12333 0 0 0 0 5 3 20 0 17 0 14379980 14541459456 193827 18446744073709551615 4194304 4196468 140733491379840 139919517996416 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16480] ppid=16420 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16480/stat : 16480 (java) S 16420 16423 5678 0 -1 1077944384 46 12333 0 0 0 0 5 3 20 0 17 0 14379980 14541459456 193827 18446744073709551615 4194304 4196468 140733491379840 139919516943872 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16481] ppid=16420 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16481/stat : 16481 (java) S 16420 16423 5678 0 -1 1077944384 237 12333 0 0 0 0 5 3 20 0 17 0 14379983 14541459456 193827 18446744073709551615 4194304 4196468 140733491379840 139919515892432 139920602253211 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16482] ppid=16420 vsize=14200644 CPUtime=6.83 cores=0,2,4,6
/proc/16423/task/16482/stat : 16482 (java) S 16420 16423 5678 0 -1 1077944384 14974 12333 0 0 670 5 5 3 20 0 17 0 14379983 14541459456 193827 18446744073709551615 4194304 4196468 140733491379840 139919514825488 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16483] ppid=16420 vsize=14200644 CPUtime=6.48 cores=0,2,4,6
/proc/16423/task/16483/stat : 16483 (java) S 16420 16423 5678 0 -1 1077944384 9345 12333 0 0 637 3 5 3 20 0 17 0 14379983 14541459456 193827 18446744073709551615 4194304 4196468 140733491379840 139919513786480 139920602245762 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16484] ppid=16420 vsize=14200644 CPUtime=2.95 cores=0,2,4,6
/proc/16423/task/16484/stat : 16484 (java) S 16420 16423 5678 0 -1 1077944384 12024 12333 0 0 284 3 5 3 20 0 17 0 14379983 14541459456 193827 18446744073709551615 4194304 4196468 140733491379840 139919512733936 139920602245762 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16485] ppid=16420 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/16423/task/16485/stat : 16485 (java) S 16420 16423 5678 0 -1 1077944384 3 12333 0 0 0 0 5 3 20 0 17 0 14379983 14541459456 193827 18446744073709551615 4194304 4196468 140733491379840 139919511681632 139920602244821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
[pid=16423/tid=16486] ppid=16420 vsize=14200644 CPUtime=0.21 cores=0,2,4,6
/proc/16423/task/16486/stat : 16486 (java) S 16420 16423 5678 0 -1 1077944384 249 12333 0 0 6 7 5 3 20 0 17 0 14379988 14541459456 193827 18446744073709551615 4194304 4196468 140733491379840 139919510629168 139920602245762 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36782080 140733491382221 140733491385006 140733491385006 140733491388367 0
Current children cumulated CPU time (s) 258.76
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 240.292
CPU time (s): 258.958
CPU user time (s): 258.194
CPU system time (s): 0.764409
CPU usage (%): 107.768
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 258.194
system time used= 0.764409
maximum resident set size= 856672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132881
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31167
involuntary context switches= 759

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.07461 second user time and 1.45105 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-02 08:51:54
IDJOB=4259642
IDBENCH=135432
IDSOLVER=2646
FILE ID=node128/4259642-1501657552
RUNJOBID= node128-1501642693-29417
PBS_JOBID= 
Free space on /tmp= 61824 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-mps/Pb-mps-v2-20-10-l152lav.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259642-1501657552/watcher-4259642-1501657552 -o /tmp/evaluation-result-4259642-1501657552/solver-4259642-1501657552 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node128-1501642693-29417 --watchdog 300  bin/concrete HOME/instance-4259642-1501657552.xml

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

MD5SUM BENCH= e295f86f2e8232e9b7c8210bbc53418f
RANDOM SEED=883034863

node128.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	: 5333.05
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	: 5333.05
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	: 5333.05
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	: 5333.05
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:        26909608 kB
MemAvailable:   27871908 kB
Buffers:          131576 kB
Cached:          1110344 kB
SwapCached:            0 kB
Active:          4482588 kB
Inactive:         960904 kB
Active(anon):    4201780 kB
Inactive(anon):     8532 kB
Active(file):     280808 kB
Inactive(file):   952372 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24444 kB
Writeback:             4 kB
AnonPages:       4201152 kB
Mapped:            43892 kB
Shmem:              8872 kB
Slab:             115640 kB
SReclaimable:      89908 kB
SUnreclaim:        25732 kB
KernelStack:        3440 kB
PageTables:        12972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5012760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3956736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61804 MiB
End job on node128 at 2017-08-02 08:55:54