Trace number 4259382

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.4SAT (TO)2 253.32401 240.045

General information on the benchmark

NameBinPacking/
BinPacking-sum-ft/BinPacking-sum-ft060-11.xml
MD5SUM684901dbc993846247574678cc891221
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark242.52299
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints49
Number of domains2
Minimum domain size24
Maximum domain size47
Distribution of domain sizes[{"size":24,"count":1},{"size":47,"count":69}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":46},{"degree":5,"count":23}]
Minimum constraint arity3
Maximum constraint arity69
Distribution of constraint arities[{"arity":3,"count":46},{"arity":24,"count":1},{"arity":69,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":23},{"type":"lex","count":1},{"type":"sum","count":23},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

3.17/2.19	c Concrete v3.4 running
24.63/14.73	o 2
253.26/240.00	java.util.concurrent.TimeoutException
253.26/240.00		at concrete.MAC.mac(MAC.scala:74)
253.26/240.00		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
253.26/240.00		at scala.util.Try$.apply(Try.scala:209)
253.26/240.00		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
253.26/240.00		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
253.26/240.00		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
253.26/240.00		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
253.26/240.00		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
253.26/240.00		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
253.26/240.00		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
253.26/240.00		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
253.26/240.00		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
253.26/240.00		at concrete.MAC.oneRun(MAC.scala:146)
253.26/240.00		at concrete.MAC.nextSolution(MAC.scala:166)
253.26/240.00		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
253.26/240.01		at concrete.ProblemState.map(ProblemState.scala:203)
253.26/240.01		at concrete.ProblemState.map(ProblemState.scala:188)
253.26/240.01		at concrete.MAC.nextSolution(MAC.scala:195)
253.26/240.01		at concrete.Solver.hasNext(Solver.scala:202)
253.26/240.01		at scala.collection.Iterator.toStream(Iterator.scala:1403)
253.26/240.01		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
253.26/240.01		at concrete.Solver.toStream(Solver.scala:73)
253.26/240.01		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
253.26/240.01		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
253.26/240.01		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
253.26/240.01		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
253.26/240.01		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
253.26/240.01		at scala.util.Success.$anonfun$map$1(Try.scala:251)
253.26/240.01		at scala.util.Success.map(Try.scala:209)
253.26/240.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
253.26/240.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
253.26/240.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
253.26/240.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
253.26/240.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
253.26/240.01		at scala.Function0.apply$mcV$sp(Function0.scala:34)
253.26/240.01		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
253.26/240.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
253.26/240.01		at scala.App.$anonfun$main$1$adapted(App.scala:76)
253.26/240.01		at scala.collection.immutable.List.foreach(List.scala:389)
253.26/240.01		at scala.App.main(App.scala:76)
253.26/240.01		at scala.App.main$(App.scala:74)
253.26/240.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
253.26/240.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
253.26/240.01	v <instantiation cost="2">
253.26/240.01	v       <list>
253.26/240.01	v         x b[0][0] b[0][1] b[0][2] b[1][0] b[1][1] b[1][2] b[2][0] b[2][1] b[2][2] b[3][0] b[3][1] b[3][2] b[4][0] b[4][1] b[4][2] b[5][0] b[5][1] b[5][2] b[6][0] b[6][1] b[6][2] b[7][0] b[7][1] b[7][2] b[8][0] b[8][1] b[8][2] b[9][0] b[9][1] b[9][2] b[10][0] b[10][1] b[10][2] b[11][0] b[11][1] b[11][2] b[12][0] b[12][1] b[12][2] b[13][0] b[13][1] b[13][2] b[14][0] b[14][1] b[14][2] b[15][0] b[15][1] b[15][2] b[16][0] b[16][1] b[16][2] b[17][0] b[17][1] b[17][2] b[18][0] b[18][1] b[18][2] b[19][0] b[19][1] b[19][2] b[20][0] b[20][1] b[20][2] b[21][0] b[21][1] b[21][2] b[22][0] b[22][1] b[22][2]
253.26/240.01	v       </list>
253.26/240.01	v       <values>
253.26/240.01	v         2 495 253 252 493 256 251 492 255 253 492 253 253 481 257 256 470 270 258 450 331 0 447 369 0 409 327 252 399 280 278 398 313 288 396 284 283 395 295 284 392 323 266 391 278 268 389 372 0 385 336 266 381 268 251 378 313 307 370 331 296 352 352 267 0 0 0 0 0 0
253.26/240.01	v       </values>
253.26/240.01	v     </instantiation>
253.26/240.01	s SATISFIABLE

Verifier Data

OK	2

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-4259382-1501659614/watcher-4259382-1501659614 -o /tmp/evaluation-result-4259382-1501659614/solver-4259382-1501659614 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node128-1501642693-29418 --watchdog 300 bin/concrete HOME/instance-4259382-1501659614.xml 

pid=19074
running on 4 cores: 1,3,5,7

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.32 1.59 1.80 2/195 19077
/proc/meminfo: memFree=29992836/32770624 swapFree=0/954580
[pid=19077] ppid=19074 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/19077/stat : 19077 (runsolver) D 19074 19077 5678 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 14586148 24240128 108 18446744073709551615 4194304 4338465 140729694916432 140729694914072 140041170186967 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 24875008 140729694920912 140729694921286 140729694921286 140729694924746 0
/proc/19077/statm: 5918 108 54 36 0 2156 0

[startup+0.100165 s]
/proc/loadavg: 1.32 1.59 1.80 2/195 19077
/proc/meminfo: memFree=29992836/32770624 swapFree=0/954580
[pid=19077] ppid=19074 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/19077/stat : 19077 (bash) S 19074 19077 5678 0 -1 4202496 649 0 0 0 0 0 0 0 20 0 1 0 14586148 9736192 351 18446744073709551615 4194304 5098028 140728002498992 140728002496632 140691033955328 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 9 0 0 7196144 7232144 13512704 140728002507281 140728002507366 140728002507366 140728002510826 0
/proc/19077/statm: 2377 351 278 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200219 s]
/proc/loadavg: 1.32 1.59 1.80 2/195 19077
/proc/meminfo: memFree=29992836/32770624 swapFree=0/954580
[pid=19077] ppid=19074 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/19077/stat : 19077 (bash) S 19074 19077 5678 0 -1 4202496 891 6488 0 0 0 0 0 1 20 0 1 0 14586148 9867264 377 18446744073709551615 4194304 5098028 140728002498992 140728002493000 140691033955328 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 9 0 0 7196144 7232144 13512704 140728002507281 140728002507366 140728002507366 140728002510826 0
/proc/19077/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300314 s]
/proc/loadavg: 1.32 1.59 1.80 2/195 19077
/proc/meminfo: memFree=29992836/32770624 swapFree=0/954580
[pid=19077] ppid=19074 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/19077/stat : 19077 (java) S 19074 19077 5678 0 -1 1077944320 5758 12704 0 0 5 1 5 3 20 0 14 0 14586148 14241083392 5432 18446744073709551615 4194304 4196468 140737120032704 140737120015248 140318432689911 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
/proc/19077/statm: 3476827 5432 2549 1 0 3466332 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700297 s]
/proc/loadavg: 1.32 1.59 1.80 2/195 19077
/proc/meminfo: memFree=29992836/32770624 swapFree=0/954580
[pid=19077] ppid=19074 vsize=13974784 CPUtime=0.69 cores=1,3,5,7
/proc/19077/stat : 19077 (java) S 19074 19077 5678 0 -1 1077944320 13866 12704 0 0 58 3 5 3 20 0 15 0 14586148 14310178816 14290 18446744073709551615 4194304 4196468 140737120032704 140737120015248 140318432689911 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
/proc/19077/statm: 3493696 14290 3099 1 0 3482973 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13974784

[startup+1.50641 s]
/proc/loadavg: 1.32 1.59 1.80 3/210 19140
/proc/meminfo: memFree=29897228/32770624 swapFree=0/954596
[pid=19077] ppid=19074 vsize=13985408 CPUtime=1.89 cores=1,3,5,7
/proc/19077/stat : 19077 (java) S 19074 19077 5678 0 -1 1077944320 29361 12704 0 0 173 8 5 3 20 0 15 0 14586148 14321057792 42752 18446744073709551615 4194304 4196468 140737120032704 140737120015248 140318432689911 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
/proc/19077/statm: 3496352 42752 3362 1 0 3485533 0
[pid=19077/tid=19127] ppid=19074 vsize=13985408 CPUtime=1.28 cores=1,3,5,7
/proc/19077/task/19127/stat : 19127 (java) S 19074 19077 5678 0 -1 1077944384 22192 12704 0 0 115 5 5 3 20 0 15 0 14586171 14321057792 42752 18446744073709551615 4194304 4196468 140737120032704 140318436910768 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19128] ppid=19074 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19077/task/19128/stat : 19128 (java) R 19074 19077 5678 0 -1 4202560 72 12704 0 0 0 0 5 3 20 0 15 0 14586171 14321057792 42752 18446744073709551615 4194304 4196468 140737120032704 140318033242640 140318425792883 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19129] ppid=19074 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/19077/task/19129/stat : 19129 (java) R 19074 19077 5678 0 -1 4202560 43 12704 0 0 1 0 5 3 20 0 15 0 14586171 14321057792 42752 18446744073709551615 4194304 4196468 140737120032704 140318032190096 140318425792904 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19130] ppid=19074 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19077/task/19130/stat : 19130 (java) R 19074 19077 5678 0 -1 4202560 189 12704 0 0 0 0 5 3 20 0 15 0 14586171 14321057792 42752 18446744073709551615 4194304 4196468 140737120032704 140318031137160 140318425318119 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19131] ppid=19074 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/19077/task/19131/stat : 19131 (java) S 19074 19077 5678 0 -1 1077944384 62 12704 0 0 1 0 5 3 20 0 15 0 14586171 14321057792 42752 18446744073709551615 4194304 4196468 140737120032704 140318030084496 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19132] ppid=19074 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/19077/task/19132/stat : 19132 (java) S 19074 19077 5678 0 -1 1077944384 1478 12704 0 0 1 0 5 3 20 0 15 0 14586173 14321057792 42752 18446744073709551615 4194304 4196468 140737120032704 140317911098656 140318432700117 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19133] ppid=19074 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19077/task/19133/stat : 19133 (java) S 19074 19077 5678 0 -1 1077944384 33 12704 0 0 0 0 5 3 20 0 15 0 14586173 14321057792 42752 18446744073709551615 4194304 4196468 140737120032704 140317910046368 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19134] ppid=19074 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19077/task/19134/stat : 19134 (java) S 19074 19077 5678 0 -1 1077944384 21 12704 0 0 0 0 5 3 20 0 15 0 14586173 14321057792 42752 18446744073709551615 4194304 4196468 140737120032704 140317908993264 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19135] ppid=19074 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19077/task/19135/stat : 19135 (java) S 19074 19077 5678 0 -1 1077944384 3 12704 0 0 0 0 5 3 20 0 15 0 14586176 14321057792 42752 18446744073709551615 4194304 4196468 140737120032704 140317907941840 140318432708507 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19136] ppid=19074 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/19077/task/19136/stat : 19136 (java) S 19074 19077 5678 0 -1 1077944384 1299 12704 0 0 16 0 5 3 20 0 15 0 14586176 14321057792 42752 18446744073709551615 4194304 4196468 140737120032704 140317906888944 140318432701058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19137] ppid=19074 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/19077/task/19137/stat : 19137 (java) S 19074 19077 5678 0 -1 1077944384 474 12704 0 0 12 0 5 3 20 0 15 0 14586176 14321057792 42752 18446744073709551615 4194304 4196468 140737120032704 140317905836400 140318432701058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19138] ppid=19074 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/19077/task/19138/stat : 19138 (java) S 19074 19077 5678 0 -1 1077944384 1336 12704 0 0 22 0 5 3 20 0 15 0 14586176 14321057792 42752 18446744073709551615 4194304 4196468 140737120032704 140317904778720 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19139] ppid=19074 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19077/task/19139/stat : 19139 (java) S 19074 19077 5678 0 -1 1077944384 3 12704 0 0 0 0 5 3 20 0 15 0 14586176 14321057792 42752 18446744073709551615 4194304 4196468 140737120032704 140317903731040 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19140] ppid=19074 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19077/task/19140/stat : 19140 (java) S 19074 19077 5678 0 -1 1077944384 6 12704 0 0 0 0 5 3 20 0 15 0 14586179 14321057792 42752 18446744073709551615 4194304 4196468 140737120032704 140317902679088 140318432701058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 13985408

[startup+3.10064 s]
/proc/loadavg: 1.32 1.59 1.80 3/210 19140
/proc/meminfo: memFree=29823736/32770624 swapFree=0/954596
[pid=19077] ppid=19074 vsize=13999932 CPUtime=5.72 cores=1,3,5,7
/proc/19077/stat : 19077 (java) S 19074 19077 5678 0 -1 1077944320 42148 12704 0 0 549 15 5 3 20 0 15 0 14586148 14335930368 55677 18446744073709551615 4194304 4196468 140737120032704 140737120015248 140318432689911 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
/proc/19077/statm: 3499983 55677 3436 1 0 3488605 0
[pid=19077/tid=19127] ppid=19074 vsize=13999932 CPUtime=2.86 cores=1,3,5,7
/proc/19077/task/19127/stat : 19127 (java) R 19074 19077 5678 0 -1 4202560 29415 12704 0 0 270 8 5 3 20 0 15 0 14586171 14335930368 55677 18446744073709551615 4194304 4196468 140737120032704 140318436921392 140318416733541 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19128] ppid=19074 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19077/task/19128/stat : 19128 (java) S 19074 19077 5678 0 -1 1077944384 72 12704 0 0 0 0 5 3 20 0 15 0 14586171 14335930368 55677 18446744073709551615 4194304 4196468 140737120032704 140318033242640 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19129] ppid=19074 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/19077/task/19129/stat : 19129 (java) S 19074 19077 5678 0 -1 1077944384 43 12704 0 0 1 0 5 3 20 0 15 0 14586171 14335930368 55677 18446744073709551615 4194304 4196468 140737120032704 140318032190096 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19130] ppid=19074 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19077/task/19130/stat : 19130 (java) S 19074 19077 5678 0 -1 1077944384 189 12704 0 0 0 0 5 3 20 0 15 0 14586171 14335930368 55677 18446744073709551615 4194304 4196468 140737120032704 140318031137040 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19131] ppid=19074 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/19077/task/19131/stat : 19131 (java) S 19074 19077 5678 0 -1 1077944384 62 12704 0 0 1 0 5 3 20 0 15 0 14586171 14335930368 55677 18446744073709551615 4194304 4196468 140737120032704 140318030084496 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19132] ppid=19074 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/19077/task/19132/stat : 19132 (java) S 19074 19077 5678 0 -1 1077944384 1670 12704 0 0 1 0 5 3 20 0 15 0 14586173 14335930368 55677 18446744073709551615 4194304 4196468 140737120032704 140317911100144 140318432701058 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19133] ppid=19074 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19077/task/19133/stat : 19133 (java) S 19074 19077 5678 0 -1 1077944384 55 12704 0 0 0 0 5 3 20 0 15 0 14586173 14335930368 55677 18446744073709551615 4194304 4196468 140737120032704 140317910046368 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19134] ppid=19074 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19077/task/19134/stat : 19134 (java) S 19074 19077 5678 0 -1 1077944384 44 12704 0 0 0 0 5 3 20 0 15 0 14586173 14335930368 55677 18446744073709551615 4194304 4196468 140737120032704 140317908993264 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19135] ppid=19074 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19077/task/19135/stat : 19135 (java) S 19074 19077 5678 0 -1 1077944384 3 12704 0 0 0 0 5 3 20 0 15 0 14586176 14335930368 55677 18446744073709551615 4194304 4196468 140737120032704 140317907941840 140318432708507 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19136] ppid=19074 vsize=13999932 CPUtime=0.92 cores=1,3,5,7
/proc/19077/task/19136/stat : 19136 (java) S 19074 19077 5678 0 -1 1077944384 2409 12704 0 0 84 0 5 3 20 0 15 0 14586176 14335930368 55677 18446744073709551615 4194304 4196468 140737120032704 140317906888944 140318432701058 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19137] ppid=19074 vsize=13999932 CPUtime=0.9 cores=1,3,5,7
/proc/19077/task/19137/stat : 19137 (java) S 19074 19077 5678 0 -1 1077944384 1683 12704 0 0 81 1 5 3 20 0 15 0 14586176 14335930368 55677 18446744073709551615 4194304 4196468 140737120032704 140317905836400 140318432701058 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19138] ppid=19074 vsize=13999932 CPUtime=1.14 cores=1,3,5,7
/proc/19077/task/19138/stat : 19138 (java) R 19074 19077 5678 0 -1 4202560 4343 12704 0 0 105 1 5 3 20 0 15 0 14586176 14335930368 55677 18446744073709551615 4194304 4196468 140737120032704 140317904783344 140318432711258 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19139] ppid=19074 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19077/task/19139/stat : 19139 (java) S 19074 19077 5678 0 -1 1077944384 3 12704 0 0 0 0 5 3 20 0 15 0 14586176 14335930368 55677 18446744073709551615 4194304 4196468 140737120032704 140317903731040 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19140] ppid=19074 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19077/task/19140/stat : 19140 (java) S 19074 19077 5678 0 -1 1077944384 7 12704 0 0 0 0 5 3 20 0 15 0 14586179 14335930368 55677 18446744073709551615 4194304 4196468 140737120032704 140317902679088 140318432701058 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
Current children cumulated CPU time (s) 5.72
Current children cumulated vsize (KiB) 13999932

[startup+6.30134 s]
/proc/loadavg: 1.29 1.58 1.80 5/211 19142
/proc/meminfo: memFree=29566664/32770624 swapFree=0/954608
[pid=19077] ppid=19074 vsize=14067516 CPUtime=14.43 cores=1,3,5,7
/proc/19077/stat : 19077 (java) S 19074 19077 5678 0 -1 1077944320 68390 12704 0 0 1410 25 5 3 20 0 15 0 14586148 14405136384 134931 18446744073709551615 4194304 4196468 140737120032704 140737120015248 140318432689911 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
/proc/19077/statm: 3516879 134931 3459 1 0 3505501 0
[pid=19077/tid=19127] ppid=19074 vsize=14067516 CPUtime=5.99 cores=1,3,5,7
/proc/19077/task/19127/stat : 19127 (java) R 19074 19077 5678 0 -1 4202560 46815 12704 0 0 576 15 5 3 20 0 15 0 14586171 14405136384 134931 18446744073709551615 4194304 4196468 140737120032704 140318436923384 140318088365885 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19128] ppid=19074 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/19077/task/19128/stat : 19128 (java) S 19074 19077 5678 0 -1 1077944384 155 12704 0 0 4 0 5 3 20 0 15 0 14586171 14405136384 134931 18446744073709551615 4194304 4196468 140737120032704 140318033242640 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19129] ppid=19074 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/19077/task/19129/stat : 19129 (java) S 19074 19077 5678 0 -1 1077944384 78 12704 0 0 4 0 5 3 20 0 15 0 14586171 14405136384 134931 18446744073709551615 4194304 4196468 140737120032704 140318032190096 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19130] ppid=19074 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/19077/task/19130/stat : 19130 (java) S 19074 19077 5678 0 -1 1077944384 206 12704 0 0 3 0 5 3 20 0 15 0 14586171 14405136384 134931 18446744073709551615 4194304 4196468 140737120032704 140318031137040 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19131] ppid=19074 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/19077/task/19131/stat : 19131 (java) S 19074 19077 5678 0 -1 1077944384 96 12704 0 0 3 0 5 3 20 0 15 0 14586171 14405136384 134931 18446744073709551615 4194304 4196468 140737120032704 140318030084496 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19132] ppid=19074 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/19077/task/19132/stat : 19132 (java) S 19074 19077 5678 0 -1 1077944384 2472 12704 0 0 4 0 5 3 20 0 15 0 14586173 14405136384 134931 18446744073709551615 4194304 4196468 140737120032704 140317911100144 140318432701058 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19133] ppid=19074 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19077/task/19133/stat : 19133 (java) S 19074 19077 5678 0 -1 1077944384 55 12704 0 0 0 0 5 3 20 0 15 0 14586173 14405136384 134931 18446744073709551615 4194304 4196468 140737120032704 140317910046432 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19134] ppid=19074 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19077/task/19134/stat : 19134 (java) S 19074 19077 5678 0 -1 1077944384 44 12704 0 0 0 0 5 3 20 0 15 0 14586173 14405136384 134931 18446744073709551615 4194304 4196468 140737120032704 140317908993280 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19135] ppid=19074 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19077/task/19135/stat : 19135 (java) S 19074 19077 5678 0 -1 1077944384 3 12704 0 0 0 0 5 3 20 0 15 0 14586176 14405136384 134931 18446744073709551615 4194304 4196468 140737120032704 140317907941840 140318432708507 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19136] ppid=19074 vsize=14067516 CPUtime=3.44 cores=1,3,5,7
/proc/19077/task/19136/stat : 19136 (java) S 19074 19077 5678 0 -1 1077944384 6793 12704 0 0 335 1 5 3 20 0 15 0 14586176 14405136384 134931 18446744073709551615 4194304 4196468 140737120032704 140317906888944 140318432701058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19137] ppid=19074 vsize=14067516 CPUtime=3.38 cores=1,3,5,7
/proc/19077/task/19137/stat : 19137 (java) S 19074 19077 5678 0 -1 1077944384 4373 12704 0 0 329 1 5 3 20 0 15 0 14586176 14405136384 134931 18446744073709551615 4194304 4196468 140737120032704 140317905836400 140318432701058 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19138] ppid=19074 vsize=14067516 CPUtime=1.57 cores=1,3,5,7
/proc/19077/task/19138/stat : 19138 (java) S 19074 19077 5678 0 -1 1077944384 5139 12704 0 0 147 2 5 3 20 0 15 0 14586176 14405136384 134931 18446744073709551615 4194304 4196468 140737120032704 140317904783344 140318432701058 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19139] ppid=19074 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19077/task/19139/stat : 19139 (java) S 19074 19077 5678 0 -1 1077944384 3 12704 0 0 0 0 5 3 20 0 15 0 14586176 14405136384 134931 18446744073709551615 4194304 4196468 140737120032704 140317903731040 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19140] ppid=19074 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19077/task/19140/stat : 19140 (java) S 19074 19077 5678 0 -1 1077944384 8 12704 0 0 0 0 5 3 20 0 15 0 14586179 14405136384 134931 18446744073709551615 4194304 4196468 140737120032704 140317902679088 140318432701058 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
Current children cumulated CPU time (s) 14.43
Current children cumulated vsize (KiB) 14067516

[startup+12.7007 s]
/proc/loadavg: 1.27 1.57 1.79 3/211 19142
/proc/meminfo: memFree=29110212/32770624 swapFree=0/954616
[pid=19077] ppid=19074 vsize=14067516 CPUtime=22.29 cores=1,3,5,7
/proc/19077/stat : 19077 (java) S 19074 19077 5678 0 -1 1077944320 79087 12704 0 0 2186 35 5 3 20 0 15 0 14586148 14405136384 238852 18446744073709551615 4194304 4196468 140737120032704 140737120015248 140318432689911 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
/proc/19077/statm: 3516879 238852 3462 1 0 3505501 0
[pid=19077/tid=19127] ppid=19074 vsize=14067516 CPUtime=12.34 cores=1,3,5,7
/proc/19077/task/19127/stat : 19127 (java) R 19074 19077 5678 0 -1 4202560 48550 12704 0 0 1205 21 5 3 20 0 15 0 14586171 14405136384 238852 18446744073709551615 4194304 4196468 140737120032704 140318436923520 140318087616379 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19128] ppid=19074 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/19077/task/19128/stat : 19128 (java) S 19074 19077 5678 0 -1 1077944384 596 12704 0 0 5 1 5 3 20 0 15 0 14586171 14405136384 238852 18446744073709551615 4194304 4196468 140737120032704 140318033242640 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19129] ppid=19074 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/19077/task/19129/stat : 19129 (java) S 19074 19077 5678 0 -1 1077944384 147 12704 0 0 5 1 5 3 20 0 15 0 14586171 14405136384 238852 18446744073709551615 4194304 4196468 140737120032704 140318032190096 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19130] ppid=19074 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/19077/task/19130/stat : 19130 (java) S 19074 19077 5678 0 -1 1077944384 723 12704 0 0 5 1 5 3 20 0 15 0 14586171 14405136384 238852 18446744073709551615 4194304 4196468 140737120032704 140318031137040 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19131] ppid=19074 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/19077/task/19131/stat : 19131 (java) S 19074 19077 5678 0 -1 1077944384 925 12704 0 0 5 1 5 3 20 0 15 0 14586171 14405136384 238852 18446744073709551615 4194304 4196468 140737120032704 140318030084496 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19132] ppid=19074 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/19077/task/19132/stat : 19132 (java) S 19074 19077 5678 0 -1 1077944384 2923 12704 0 0 5 0 5 3 20 0 15 0 14586173 14405136384 238852 18446744073709551615 4194304 4196468 140737120032704 140317911100144 140318432701058 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19133] ppid=19074 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19077/task/19133/stat : 19133 (java) S 19074 19077 5678 0 -1 1077944384 55 12704 0 0 0 0 5 3 20 0 15 0 14586173 14405136384 238852 18446744073709551615 4194304 4196468 140737120032704 140317910046432 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19134] ppid=19074 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19077/task/19134/stat : 19134 (java) S 19074 19077 5678 0 -1 1077944384 44 12704 0 0 0 0 5 3 20 0 15 0 14586173 14405136384 238852 18446744073709551615 4194304 4196468 140737120032704 140317908993280 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19135] ppid=19074 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19077/task/19135/stat : 19135 (java) S 19074 19077 5678 0 -1 1077944384 3 12704 0 0 0 0 5 3 20 0 15 0 14586176 14405136384 238852 18446744073709551615 4194304 4196468 140737120032704 140317907941840 140318432708507 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0

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

/proc/19077/task/19139/stat : 19139 (java) S 19074 19077 5678 0 -1 1077944384 3 12704 0 0 0 0 5 3 20 0 15 0 14586176 14407233536 343776 18446744073709551615 4194304 4196468 140737120032704 140317903731040 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19140] ppid=19074 vsize=14069564 CPUtime=0.1 cores=1,3,5,7
/proc/19077/task/19140/stat : 19140 (java) S 19074 19077 5678 0 -1 1077944384 571 12704 0 0 1 1 5 3 20 0 15 0 14586179 14407233536 343776 18446744073709551615 4194304 4196468 140737120032704 140317902679088 140318432701058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
Current children cumulated CPU time (s) 62.19
Current children cumulated vsize (KiB) 14069564

[startup+102.301 s]
/proc/loadavg: 1.35 1.52 1.75 6/211 19269
/proc/meminfo: memFree=26476276/32770624 swapFree=0/954744
[pid=19077] ppid=19074 vsize=14069564 CPUtime=113.75 cores=1,3,5,7
/proc/19077/stat : 19077 (java) S 19074 19077 5678 0 -1 1077944320 105959 12704 0 0 11314 53 5 3 20 0 15 0 14586148 14407233536 341728 18446744073709551615 4194304 4196468 140737120032704 140737120015248 140318432689911 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
/proc/19077/statm: 3517391 341728 3464 1 0 3506013 0
[pid=19077/tid=19127] ppid=19074 vsize=14069564 CPUtime=101.42 cores=1,3,5,7
/proc/19077/task/19127/stat : 19127 (java) R 19074 19077 5678 0 -1 4202560 57144 12704 0 0 10106 28 5 3 20 0 15 0 14586171 14407233536 341728 18446744073709551615 4194304 4196468 140737120032704 140318436923680 140318078875630 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19128] ppid=19074 vsize=14069564 CPUtime=0.4 cores=1,3,5,7
/proc/19077/task/19128/stat : 19128 (java) S 19074 19077 5678 0 -1 1077944384 1293 12704 0 0 29 3 5 3 20 0 15 0 14586171 14407233536 341728 18446744073709551615 4194304 4196468 140737120032704 140318033242640 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19129] ppid=19074 vsize=14069564 CPUtime=0.4 cores=1,3,5,7
/proc/19077/task/19129/stat : 19129 (java) S 19074 19077 5678 0 -1 1077944384 287 12704 0 0 29 3 5 3 20 0 15 0 14586171 14407233536 341728 18446744073709551615 4194304 4196468 140737120032704 140318032190096 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19130] ppid=19074 vsize=14069564 CPUtime=0.4 cores=1,3,5,7
/proc/19077/task/19130/stat : 19130 (java) S 19074 19077 5678 0 -1 1077944384 1510 12704 0 0 28 4 5 3 20 0 15 0 14586171 14407233536 341728 18446744073709551615 4194304 4196468 140737120032704 140318031137040 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19131] ppid=19074 vsize=14069564 CPUtime=0.4 cores=1,3,5,7
/proc/19077/task/19131/stat : 19131 (java) S 19074 19077 5678 0 -1 1077944384 3114 12704 0 0 29 3 5 3 20 0 15 0 14586171 14407233536 341728 18446744073709551615 4194304 4196468 140737120032704 140318030084496 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19132] ppid=19074 vsize=14069564 CPUtime=0.36 cores=1,3,5,7
/proc/19077/task/19132/stat : 19132 (java) S 19074 19077 5678 0 -1 1077944384 11844 12704 0 0 27 1 5 3 20 0 15 0 14586173 14407233536 341728 18446744073709551615 4194304 4196468 140737120032704 140317911100144 140318432701058 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19133] ppid=19074 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19077/task/19133/stat : 19133 (java) S 19074 19077 5678 0 -1 1077944384 60 12704 0 0 0 0 5 3 20 0 15 0 14586173 14407233536 341728 18446744073709551615 4194304 4196468 140737120032704 140317910046432 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19134] ppid=19074 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19077/task/19134/stat : 19134 (java) S 19074 19077 5678 0 -1 1077944384 46 12704 0 0 0 0 5 3 20 0 15 0 14586173 14407233536 341728 18446744073709551615 4194304 4196468 140737120032704 140317908993280 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19135] ppid=19074 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19077/task/19135/stat : 19135 (java) S 19074 19077 5678 0 -1 1077944384 3 12704 0 0 0 0 5 3 20 0 15 0 14586176 14407233536 341728 18446744073709551615 4194304 4196468 140737120032704 140317907941840 140318432708507 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19136] ppid=19074 vsize=14069564 CPUtime=4.7 cores=1,3,5,7
/proc/19077/task/19136/stat : 19136 (java) S 19074 19077 5678 0 -1 1077944384 9973 12704 0 0 460 2 5 3 20 0 15 0 14586176 14407233536 341728 18446744073709551615 4194304 4196468 140737120032704 140317906888944 140318432701058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19137] ppid=19074 vsize=14069564 CPUtime=4.5 cores=1,3,5,7
/proc/19077/task/19137/stat : 19137 (java) S 19074 19077 5678 0 -1 1077944384 8679 12704 0 0 440 2 5 3 20 0 15 0 14586176 14407233536 341728 18446744073709551615 4194304 4196468 140737120032704 140317905836400 140318432701058 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19138] ppid=19074 vsize=14069564 CPUtime=1.65 cores=1,3,5,7
/proc/19077/task/19138/stat : 19138 (java) S 19074 19077 5678 0 -1 1077944384 9252 12704 0 0 154 3 5 3 20 0 15 0 14586176 14407233536 341728 18446744073709551615 4194304 4196468 140737120032704 140317904783344 140318432701058 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19139] ppid=19074 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19077/task/19139/stat : 19139 (java) S 19074 19077 5678 0 -1 1077944384 3 12704 0 0 0 0 5 3 20 0 15 0 14586176 14407233536 341728 18446744073709551615 4194304 4196468 140737120032704 140317903731040 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19140] ppid=19074 vsize=14069564 CPUtime=0.12 cores=1,3,5,7
/proc/19077/task/19140/stat : 19140 (java) S 19074 19077 5678 0 -1 1077944384 601 12704 0 0 2 2 5 3 20 0 15 0 14586179 14407233536 341728 18446744073709551615 4194304 4196468 140737120032704 140317902679088 140318432701058 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
Current children cumulated CPU time (s) 113.75
Current children cumulated vsize (KiB) 14069564

[startup+162.301 s]
/proc/loadavg: 1.43 1.53 1.75 3/211 19272
/proc/meminfo: memFree=25287756/32770624 swapFree=0/954780
[pid=19077] ppid=19074 vsize=14069564 CPUtime=174.51 cores=1,3,5,7
/proc/19077/stat : 19077 (java) S 19074 19077 5678 0 -1 1077944320 116118 12704 0 0 17382 61 5 3 20 0 15 0 14586148 14407233536 339069 18446744073709551615 4194304 4196468 140737120032704 140737120015248 140318432689911 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
/proc/19077/statm: 3517391 339069 3464 1 0 3506013 0
[pid=19077/tid=19127] ppid=19074 vsize=14069564 CPUtime=160.84 cores=1,3,5,7
/proc/19077/task/19127/stat : 19127 (java) R 19074 19077 5678 0 -1 4202560 59475 12704 0 0 16047 29 5 3 20 0 15 0 14586171 14407233536 339069 18446744073709551615 4194304 4196468 140737120032704 140318436923760 140318087534784 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19128] ppid=19074 vsize=14069564 CPUtime=0.65 cores=1,3,5,7
/proc/19077/task/19128/stat : 19128 (java) S 19074 19077 5678 0 -1 1077944384 3384 12704 0 0 53 4 5 3 20 0 15 0 14586171 14407233536 339069 18446744073709551615 4194304 4196468 140737120032704 140318033242640 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19129] ppid=19074 vsize=14069564 CPUtime=0.66 cores=1,3,5,7
/proc/19077/task/19129/stat : 19129 (java) S 19074 19077 5678 0 -1 1077944384 560 12704 0 0 53 5 5 3 20 0 15 0 14586171 14407233536 339069 18446744073709551615 4194304 4196468 140737120032704 140318032190096 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19130] ppid=19074 vsize=14069564 CPUtime=0.65 cores=1,3,5,7
/proc/19077/task/19130/stat : 19130 (java) S 19074 19077 5678 0 -1 1077944384 2821 12704 0 0 52 5 5 3 20 0 15 0 14586171 14407233536 339069 18446744073709551615 4194304 4196468 140737120032704 140318031137040 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19131] ppid=19074 vsize=14069564 CPUtime=0.66 cores=1,3,5,7
/proc/19077/task/19131/stat : 19131 (java) S 19074 19077 5678 0 -1 1077944384 3349 12704 0 0 54 4 5 3 20 0 15 0 14586171 14407233536 339069 18446744073709551615 4194304 4196468 140737120032704 140318030084496 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19132] ppid=19074 vsize=14069564 CPUtime=0.63 cores=1,3,5,7
/proc/19077/task/19132/stat : 19132 (java) S 19074 19077 5678 0 -1 1077944384 12557 12704 0 0 52 3 5 3 20 0 15 0 14586173 14407233536 339069 18446744073709551615 4194304 4196468 140737120032704 140317911100144 140318432701058 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19133] ppid=19074 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19077/task/19133/stat : 19133 (java) S 19074 19077 5678 0 -1 1077944384 60 12704 0 0 0 0 5 3 20 0 15 0 14586173 14407233536 339069 18446744073709551615 4194304 4196468 140737120032704 140317910046432 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19134] ppid=19074 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19077/task/19134/stat : 19134 (java) S 19074 19077 5678 0 -1 1077944384 46 12704 0 0 0 0 5 3 20 0 15 0 14586173 14407233536 339069 18446744073709551615 4194304 4196468 140737120032704 140317908993280 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19135] ppid=19074 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19077/task/19135/stat : 19135 (java) S 19074 19077 5678 0 -1 1077944384 3 12704 0 0 0 0 5 3 20 0 15 0 14586176 14407233536 339069 18446744073709551615 4194304 4196468 140737120032704 140317907941840 140318432708507 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19136] ppid=19074 vsize=14069564 CPUtime=4.71 cores=1,3,5,7
/proc/19077/task/19136/stat : 19136 (java) S 19074 19077 5678 0 -1 1077944384 11376 12704 0 0 461 2 5 3 20 0 15 0 14586176 14407233536 339069 18446744073709551615 4194304 4196468 140737120032704 140317906888944 140318432701058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19137] ppid=19074 vsize=14069564 CPUtime=4.51 cores=1,3,5,7
/proc/19077/task/19137/stat : 19137 (java) S 19074 19077 5678 0 -1 1077944384 10096 12704 0 0 441 2 5 3 20 0 15 0 14586176 14407233536 339069 18446744073709551615 4194304 4196468 140737120032704 140317905836400 140318432701058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19138] ppid=19074 vsize=14069564 CPUtime=1.65 cores=1,3,5,7
/proc/19077/task/19138/stat : 19138 (java) S 19074 19077 5678 0 -1 1077944384 9589 12704 0 0 154 3 5 3 20 0 15 0 14586176 14407233536 339069 18446744073709551615 4194304 4196468 140737120032704 140317904783344 140318432701058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19139] ppid=19074 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19077/task/19139/stat : 19139 (java) S 19074 19077 5678 0 -1 1077944384 3 12704 0 0 0 0 5 3 20 0 15 0 14586176 14407233536 339069 18446744073709551615 4194304 4196468 140737120032704 140317903731040 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19140] ppid=19074 vsize=14069564 CPUtime=0.16 cores=1,3,5,7
/proc/19077/task/19140/stat : 19140 (java) S 19074 19077 5678 0 -1 1077944384 649 12704 0 0 4 4 5 3 20 0 15 0 14586179 14407233536 339069 18446744073709551615 4194304 4196468 140737120032704 140317902679088 140318432701058 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
Current children cumulated CPU time (s) 174.51
Current children cumulated vsize (KiB) 14069564

[startup+222.306 s]
/proc/loadavg: 1.38 1.48 1.71 3/210 19274
/proc/meminfo: memFree=25042468/32770624 swapFree=0/954812
[pid=19077] ppid=19074 vsize=14069564 CPUtime=235.32 cores=1,3,5,7
/proc/19077/stat : 19077 (java) S 19074 19077 5678 0 -1 1077944320 121721 12704 0 0 23454 70 5 3 20 0 15 0 14586148 14407233536 337681 18446744073709551615 4194304 4196468 140737120032704 140737120015248 140318432689911 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
/proc/19077/statm: 3517391 337681 3464 1 0 3506013 0
[pid=19077/tid=19127] ppid=19074 vsize=14069564 CPUtime=220.22 cores=1,3,5,7
/proc/19077/task/19127/stat : 19127 (java) R 19074 19077 5678 0 -1 4202560 61194 12704 0 0 21984 30 5 3 20 0 15 0 14586171 14407233536 337681 18446744073709551615 4194304 4196468 140737120032704 140318436923888 140318083757962 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19128] ppid=19074 vsize=14069564 CPUtime=0.93 cores=1,3,5,7
/proc/19077/task/19128/stat : 19128 (java) S 19074 19077 5678 0 -1 1077944384 3446 12704 0 0 79 6 5 3 20 0 15 0 14586171 14407233536 337681 18446744073709551615 4194304 4196468 140737120032704 140318033242640 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19129] ppid=19074 vsize=14069564 CPUtime=0.93 cores=1,3,5,7
/proc/19077/task/19129/stat : 19129 (java) S 19074 19077 5678 0 -1 1077944384 723 12704 0 0 79 6 5 3 20 0 15 0 14586171 14407233536 337681 18446744073709551615 4194304 4196468 140737120032704 140318032190096 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19130] ppid=19074 vsize=14069564 CPUtime=0.93 cores=1,3,5,7
/proc/19077/task/19130/stat : 19130 (java) S 19074 19077 5678 0 -1 1077944384 4011 12704 0 0 78 7 5 3 20 0 15 0 14586171 14407233536 337681 18446744073709551615 4194304 4196468 140737120032704 140318031137040 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19131] ppid=19074 vsize=14069564 CPUtime=0.94 cores=1,3,5,7
/proc/19077/task/19131/stat : 19131 (java) S 19074 19077 5678 0 -1 1077944384 3864 12704 0 0 80 6 5 3 20 0 15 0 14586171 14407233536 337681 18446744073709551615 4194304 4196468 140737120032704 140318030084496 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19132] ppid=19074 vsize=14069564 CPUtime=0.91 cores=1,3,5,7
/proc/19077/task/19132/stat : 19132 (java) S 19074 19077 5678 0 -1 1077944384 12935 12704 0 0 77 6 5 3 20 0 15 0 14586173 14407233536 337681 18446744073709551615 4194304 4196468 140737120032704 140317911100144 140318432701058 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19133] ppid=19074 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19077/task/19133/stat : 19133 (java) S 19074 19077 5678 0 -1 1077944384 60 12704 0 0 0 0 5 3 20 0 15 0 14586173 14407233536 337681 18446744073709551615 4194304 4196468 140737120032704 140317910046432 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19134] ppid=19074 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19077/task/19134/stat : 19134 (java) S 19074 19077 5678 0 -1 1077944384 46 12704 0 0 0 0 5 3 20 0 15 0 14586173 14407233536 337681 18446744073709551615 4194304 4196468 140737120032704 140317908993280 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19135] ppid=19074 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19077/task/19135/stat : 19135 (java) S 19074 19077 5678 0 -1 1077944384 3 12704 0 0 0 0 5 3 20 0 15 0 14586176 14407233536 337681 18446744073709551615 4194304 4196468 140737120032704 140317907941840 140318432708507 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19136] ppid=19074 vsize=14069564 CPUtime=4.71 cores=1,3,5,7
/proc/19077/task/19136/stat : 19136 (java) S 19074 19077 5678 0 -1 1077944384 11378 12704 0 0 461 2 5 3 20 0 15 0 14586176 14407233536 337681 18446744073709551615 4194304 4196468 140737120032704 140317906888944 140318432701058 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19137] ppid=19074 vsize=14069564 CPUtime=4.51 cores=1,3,5,7
/proc/19077/task/19137/stat : 19137 (java) S 19074 19077 5678 0 -1 1077944384 10099 12704 0 0 441 2 5 3 20 0 15 0 14586176 14407233536 337681 18446744073709551615 4194304 4196468 140737120032704 140317905836400 140318432701058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19138] ppid=19074 vsize=14069564 CPUtime=1.65 cores=1,3,5,7
/proc/19077/task/19138/stat : 19138 (java) S 19074 19077 5678 0 -1 1077944384 11140 12704 0 0 154 3 5 3 20 0 15 0 14586176 14407233536 337681 18446744073709551615 4194304 4196468 140737120032704 140317904783344 140318432701058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19139] ppid=19074 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19077/task/19139/stat : 19139 (java) S 19074 19077 5678 0 -1 1077944384 3 12704 0 0 0 0 5 3 20 0 15 0 14586176 14407233536 337681 18446744073709551615 4194304 4196468 140737120032704 140317903731040 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19140] ppid=19074 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/19077/task/19140/stat : 19140 (java) S 19074 19077 5678 0 -1 1077944384 669 12704 0 0 5 7 5 3 20 0 15 0 14586179 14407233536 337681 18446744073709551615 4194304 4196468 140737120032704 140317902679088 140318432701058 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
Current children cumulated CPU time (s) 235.32
Current children cumulated vsize (KiB) 14069564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.13 1.42 1.69 3/212 19290
/proc/meminfo: memFree=25041076/32770624 swapFree=0/954820
[pid=19077] ppid=19074 vsize=14069564 CPUtime=253.26 cores=1,3,5,7
/proc/19077/stat : 19077 (java) S 19074 19077 5678 0 -1 1077944320 124016 12704 0 0 25245 73 5 3 20 0 15 0 14586148 14407233536 337707 18446744073709551615 4194304 4196468 140737120032704 140737120015248 140318432689911 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
/proc/19077/statm: 3517391 337707 3464 1 0 3506013 0
[pid=19077/tid=19127] ppid=19074 vsize=14069564 CPUtime=237.72 cores=1,3,5,7
/proc/19077/task/19127/stat : 19127 (java) R 19074 19077 5678 0 -1 4202560 61818 12704 0 0 23734 30 5 3 20 0 15 0 14586171 14407233536 337707 18446744073709551615 4194304 4196468 140737120032704 140318436923536 140318075871207 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19128] ppid=19074 vsize=14069564 CPUtime=1.02 cores=1,3,5,7
/proc/19077/task/19128/stat : 19128 (java) S 19074 19077 5678 0 -1 1077944384 3590 12704 0 0 88 6 5 3 20 0 15 0 14586171 14407233536 337707 18446744073709551615 4194304 4196468 140737120032704 140318033242640 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19129] ppid=19074 vsize=14069564 CPUtime=1.01 cores=1,3,5,7
/proc/19077/task/19129/stat : 19129 (java) S 19074 19077 5678 0 -1 1077944384 768 12704 0 0 87 6 5 3 20 0 15 0 14586171 14407233536 337707 18446744073709551615 4194304 4196468 140737120032704 140318032190096 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19130] ppid=19074 vsize=14069564 CPUtime=1.02 cores=1,3,5,7
/proc/19077/task/19130/stat : 19130 (java) S 19074 19077 5678 0 -1 1077944384 4071 12704 0 0 86 8 5 3 20 0 15 0 14586171 14407233536 337707 18446744073709551615 4194304 4196468 140737120032704 140318031137040 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19131] ppid=19074 vsize=14069564 CPUtime=1.02 cores=1,3,5,7
/proc/19077/task/19131/stat : 19131 (java) S 19074 19077 5678 0 -1 1077944384 5011 12704 0 0 88 6 5 3 20 0 15 0 14586171 14407233536 337707 18446744073709551615 4194304 4196468 140737120032704 140318030084496 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19132] ppid=19074 vsize=14069564 CPUtime=1 cores=1,3,5,7
/proc/19077/task/19132/stat : 19132 (java) S 19074 19077 5678 0 -1 1077944384 13198 12704 0 0 85 7 5 3 20 0 15 0 14586173 14407233536 337707 18446744073709551615 4194304 4196468 140737120032704 140317911100144 140318432701058 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19133] ppid=19074 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19077/task/19133/stat : 19133 (java) S 19074 19077 5678 0 -1 1077944384 60 12704 0 0 0 0 5 3 20 0 15 0 14586173 14407233536 337707 18446744073709551615 4194304 4196468 140737120032704 140317910046432 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19134] ppid=19074 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19077/task/19134/stat : 19134 (java) S 19074 19077 5678 0 -1 1077944384 46 12704 0 0 0 0 5 3 20 0 15 0 14586173 14407233536 337707 18446744073709551615 4194304 4196468 140737120032704 140317908993280 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19135] ppid=19074 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19077/task/19135/stat : 19135 (java) S 19074 19077 5678 0 -1 1077944384 3 12704 0 0 0 0 5 3 20 0 15 0 14586176 14407233536 337707 18446744073709551615 4194304 4196468 140737120032704 140317907941840 140318432708507 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19136] ppid=19074 vsize=14069564 CPUtime=4.71 cores=1,3,5,7
/proc/19077/task/19136/stat : 19136 (java) S 19074 19077 5678 0 -1 1077944384 11380 12704 0 0 461 2 5 3 20 0 15 0 14586176 14407233536 337707 18446744073709551615 4194304 4196468 140737120032704 140317906888944 140318432701058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19137] ppid=19074 vsize=14069564 CPUtime=4.51 cores=1,3,5,7
/proc/19077/task/19137/stat : 19137 (java) S 19074 19077 5678 0 -1 1077944384 10102 12704 0 0 441 2 5 3 20 0 15 0 14586176 14407233536 337707 18446744073709551615 4194304 4196468 140737120032704 140317905836400 140318432701058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19138] ppid=19074 vsize=14069564 CPUtime=1.65 cores=1,3,5,7
/proc/19077/task/19138/stat : 19138 (java) S 19074 19077 5678 0 -1 1077944384 11142 12704 0 0 154 3 5 3 20 0 15 0 14586176 14407233536 337707 18446744073709551615 4194304 4196468 140737120032704 140317904783344 140318432701058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19139] ppid=19074 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19077/task/19139/stat : 19139 (java) S 19074 19077 5678 0 -1 1077944384 3 12704 0 0 0 0 5 3 20 0 15 0 14586176 14407233536 337707 18446744073709551615 4194304 4196468 140737120032704 140317903731040 140318432700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
[pid=19077/tid=19140] ppid=19074 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/19077/task/19140/stat : 19140 (java) S 19074 19077 5678 0 -1 1077944384 674 12704 0 0 5 7 5 3 20 0 15 0 14586179 14407233536 337707 18446744073709551615 4194304 4196468 140737120032704 140317902679088 140318432701058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17870848 140737120040909 140737120043694 140737120043694 140737120047055 0
Current children cumulated CPU time (s) 253.26
Current children cumulated vsize (KiB) 14069564

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 19077 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.045
CPU time (s): 253.324
CPU user time (s): 252.532
CPU system time (s): 0.791906
CPU usage (%): 105.532
Max. virtual memory (cumulated for all children) (KiB): 14069612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 252.532
system time used= 0.791906
maximum resident set size= 1377572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141640
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= 28935
involuntary context switches= 681

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.02448 second user time and 1.51899 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-02 09:26:16
IDJOB=4259382
IDBENCH=136881
IDSOLVER=2646
FILE ID=node128/4259382-1501659614
RUNJOBID= node128-1501642693-29418
PBS_JOBID= 
Free space on /tmp= 61828 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-ft/BinPacking-sum-ft060-11.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259382-1501659614/watcher-4259382-1501659614 -o /tmp/evaluation-result-4259382-1501659614/solver-4259382-1501659614 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node128-1501642693-29418 --watchdog 300  bin/concrete HOME/instance-4259382-1501659614.xml

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

MD5SUM BENCH= 684901dbc993846247574678cc891221
RANDOM SEED=95460302

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:        29992840 kB
MemAvailable:   30956664 kB
Buffers:          134324 kB
Cached:          1109336 kB
SwapCached:            0 kB
Active:          1400508 kB
Inactive:         963112 kB
Active(anon):    1120556 kB
Inactive(anon):     8532 kB
Active(file):     279952 kB
Inactive(file):   954580 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24120 kB
Writeback:             8 kB
AnonPages:       1119844 kB
Mapped:            43888 kB
Shmem:              8872 kB
Slab:             116556 kB
SReclaimable:      90256 kB
SUnreclaim:        26300 kB
KernelStack:        3440 kB
PageTables:         7076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2030228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    907264 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= 61800 MiB
End job on node128 at 2017-08-02 09:30:16