Trace number 4261840

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 2520.1001 2473.8401

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 benchmark2400.03
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.54/2.22	c Concrete v3.4 running
23.32/14.69	o 2
2520.05/2473.80	java.util.concurrent.TimeoutException
2520.05/2473.80		at concrete.MAC.mac(MAC.scala:74)
2520.05/2473.80		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.05/2473.80		at scala.util.Try$.apply(Try.scala:209)
2520.05/2473.80		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.05/2473.80		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.05/2473.80		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.05/2473.80		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.05/2473.80		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.05/2473.80		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.05/2473.80		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.05/2473.80		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.05/2473.80		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.05/2473.80		at concrete.MAC.oneRun(MAC.scala:146)
2520.05/2473.80		at concrete.MAC.nextSolution(MAC.scala:166)
2520.05/2473.80		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.05/2473.80		at concrete.ProblemState.map(ProblemState.scala:203)
2520.05/2473.80		at concrete.ProblemState.map(ProblemState.scala:188)
2520.05/2473.80		at concrete.MAC.nextSolution(MAC.scala:195)
2520.05/2473.80		at concrete.Solver.hasNext(Solver.scala:202)
2520.05/2473.80		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.05/2473.80		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.05/2473.80		at concrete.Solver.toStream(Solver.scala:73)
2520.05/2473.80		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2520.05/2473.80		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2520.05/2473.80		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2520.05/2473.80		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2520.05/2473.80		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2520.05/2473.80		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.05/2473.80		at scala.util.Success.map(Try.scala:209)
2520.05/2473.80		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.05/2473.80		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.05/2473.80		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.05/2473.80		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.05/2473.80		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.05/2473.80		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.05/2473.80		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.05/2473.80		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.05/2473.80		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.05/2473.80		at scala.collection.immutable.List.foreach(List.scala:389)
2520.05/2473.80		at scala.App.main(App.scala:76)
2520.05/2473.80		at scala.App.main$(App.scala:74)
2520.05/2473.80		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.05/2473.80		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2473.81	v <instantiation cost="2">
2520.05/2473.81	v       <list>
2520.05/2473.81	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]
2520.05/2473.81	v       </list>
2520.05/2473.81	v       <values>
2520.05/2473.81	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
2520.05/2473.81	v       </values>
2520.05/2473.81	v     </instantiation>
2520.05/2473.81	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-4261840-1502471618/watcher-4261840-1502471618 -o /tmp/evaluation-result-4261840-1502471618/solver-4261840-1502471618 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4884 --watchdog 2580 bin/concrete HOME/instance-4261840-1502471618.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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.76 1.74 1.79 3/199 22433
/proc/meminfo: memFree=26815772/32770624 swapFree=0/439356
[pid=22433] ppid=22430 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/22433/stat : 22433 (runsolver) D 22430 22433 4821 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 94977016 24240128 106 18446744073709551615 4194304 4338465 140734025296960 140734025294600 140200993268439 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 21352448 140734025302225 140734025302601 140734025302601 140734025306058 0
/proc/22433/statm: 5918 106 53 36 0 2156 0

[startup+0.100445 s]
/proc/loadavg: 1.76 1.74 1.79 3/199 22433
/proc/meminfo: memFree=26815772/32770624 swapFree=0/439356
[pid=22433] ppid=22430 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/22433/stat : 22433 (bash) S 22430 22433 4821 0 -1 4202496 714 3536 0 0 0 0 0 0 20 0 1 0 94977016 9736192 354 18446744073709551615 4194304 5098028 140728965758304 140728965755944 140475196414976 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 8 0 0 7196144 7232144 33497088 140728965759508 140728965759593 140728965759593 140728965763050 0
/proc/22433/statm: 2377 354 282 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200269 s]
/proc/loadavg: 1.76 1.74 1.79 3/199 22433
/proc/meminfo: memFree=26815772/32770624 swapFree=0/439356
[pid=22433] ppid=22430 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/22433/stat : 22433 (bash) S 22430 22433 4821 0 -1 4202496 891 6484 0 0 0 0 0 1 20 0 1 0 94977016 9867264 376 18446744073709551615 4194304 5098028 140728965758304 140728965752312 140475196414976 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 8 0 0 7196144 7232144 33497088 140728965759508 140728965759593 140728965759593 140728965763050 0
/proc/22433/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300391 s]
/proc/loadavg: 1.76 1.74 1.79 3/199 22433
/proc/meminfo: memFree=26815772/32770624 swapFree=0/439356
[pid=22433] ppid=22430 vsize=13907308 CPUtime=0.14 cores=0,2,4,6
/proc/22433/stat : 22433 (java) S 22430 22433 4821 0 -1 1077944320 5697 12828 0 0 5 1 5 3 20 0 14 0 94977016 14241083392 5380 18446744073709551615 4194304 4196468 140725443989664 140725443972208 140605887819511 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
/proc/22433/statm: 3476827 5380 2561 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700283 s]
/proc/loadavg: 1.76 1.74 1.79 3/199 22433
/proc/meminfo: memFree=26815772/32770624 swapFree=0/439356
[pid=22433] ppid=22430 vsize=13974784 CPUtime=0.69 cores=0,2,4,6
/proc/22433/stat : 22433 (java) S 22430 22433 4821 0 -1 1077944320 13827 12828 0 0 56 5 5 3 20 0 15 0 94977016 14310178816 14263 18446744073709551615 4194304 4196468 140725443989664 140725443972208 140605887819511 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
/proc/22433/statm: 3493696 14263 3118 1 0 3482965 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13974784

[startup+1.50066 s]
/proc/loadavg: 1.76 1.74 1.79 3/214 22496
/proc/meminfo: memFree=26723868/32770624 swapFree=0/439356
[pid=22433] ppid=22430 vsize=13985408 CPUtime=1.87 cores=0,2,4,6
/proc/22433/stat : 22433 (java) S 22430 22433 4821 0 -1 1077944320 28120 12828 0 0 170 9 5 3 20 0 15 0 94977016 14321057792 38048 18446744073709551615 4194304 4196468 140725443989664 140725443972208 140605887819511 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
/proc/22433/statm: 3496352 38048 3346 1 0 3485525 0
[pid=22433/tid=22483] ppid=22430 vsize=13985408 CPUtime=1.3 cores=0,2,4,6
/proc/22433/task/22483/stat : 22483 (java) S 22430 22433 4821 0 -1 1077944384 22408 12828 0 0 116 6 5 3 20 0 15 0 94977037 14321057792 38048 18446744073709551615 4194304 4196468 140725443989664 140605892041904 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22484] ppid=22430 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22484/stat : 22484 (java) S 22430 22433 4821 0 -1 1077944384 173 12828 0 0 0 0 5 3 20 0 15 0 94977038 14321057792 38048 18446744073709551615 4194304 4196468 140725443989664 140605822254096 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22485] ppid=22430 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22485/stat : 22485 (java) S 22430 22433 4821 0 -1 1077944384 41 12828 0 0 0 0 5 3 20 0 15 0 94977038 14321057792 38048 18446744073709551615 4194304 4196468 140725443989664 140605486972048 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22486] ppid=22430 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22486/stat : 22486 (java) S 22430 22433 4821 0 -1 1077944384 44 12828 0 0 0 0 5 3 20 0 15 0 94977038 14321057792 38048 18446744073709551615 4194304 4196468 140725443989664 140605485918992 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22487] ppid=22430 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22487/stat : 22487 (java) S 22430 22433 4821 0 -1 1077944384 40 12828 0 0 0 0 5 3 20 0 15 0 94977038 14321057792 38048 18446744073709551615 4194304 4196468 140725443989664 140605484866448 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22488] ppid=22430 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22488/stat : 22488 (java) R 22430 22433 4821 0 -1 4202560 50 12828 0 0 0 0 5 3 20 0 15 0 94977039 14321057792 38048 18446744073709551615 4194304 4196468 140725443989664 140605433582336 140605870946336 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22489] ppid=22430 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22489/stat : 22489 (java) S 22430 22433 4821 0 -1 1077944384 33 12828 0 0 0 0 5 3 20 0 15 0 94977039 14321057792 38048 18446744073709551615 4194304 4196468 140725443989664 140605432530080 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22490] ppid=22430 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22490/stat : 22490 (java) S 22430 22433 4821 0 -1 1077944384 21 12828 0 0 0 0 5 3 20 0 15 0 94977040 14321057792 38048 18446744073709551615 4194304 4196468 140725443989664 140605431476976 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22491] ppid=22430 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22491/stat : 22491 (java) S 22430 22433 4821 0 -1 1077944384 3 12828 0 0 0 0 5 3 20 0 15 0 94977042 14321057792 38048 18446744073709551615 4194304 4196468 140725443989664 140605430425552 140605887838107 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22492] ppid=22430 vsize=13985408 CPUtime=0.22 cores=0,2,4,6
/proc/22433/task/22492/stat : 22492 (java) S 22430 22433 4821 0 -1 1077944384 900 12828 0 0 14 0 5 3 20 0 15 0 94977042 14321057792 38048 18446744073709551615 4194304 4196468 140725443989664 140605429373680 140605887830658 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22493] ppid=22430 vsize=13985408 CPUtime=0.22 cores=0,2,4,6
/proc/22433/task/22493/stat : 22493 (java) S 22430 22433 4821 0 -1 1077944384 887 12828 0 0 14 0 5 3 20 0 15 0 94977042 14321057792 38048 18446744073709551615 4194304 4196468 140725443989664 140605428321136 140605887830658 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22494] ppid=22430 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/22433/task/22494/stat : 22494 (java) S 22430 22433 4821 0 -1 1077944384 1356 12828 0 0 23 0 5 3 20 0 15 0 94977042 14321057792 38048 18446744073709551615 4194304 4196468 140725443989664 140605427262848 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22495] ppid=22430 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22495/stat : 22495 (java) S 22430 22433 4821 0 -1 1077944384 3 12828 0 0 0 0 5 3 20 0 15 0 94977043 14321057792 38048 18446744073709551615 4194304 4196468 140725443989664 140605426215776 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22496] ppid=22430 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22496/stat : 22496 (java) S 22430 22433 4821 0 -1 1077944384 10 12828 0 0 0 0 5 3 20 0 15 0 94977047 14321057792 38048 18446744073709551615 4194304 4196468 140725443989664 140605425162800 140605887830658 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 13985408

[startup+3.1071 s]
/proc/loadavg: 1.76 1.74 1.79 6/214 22496
/proc/meminfo: memFree=26645012/32770624 swapFree=0/439684
[pid=22433] ppid=22430 vsize=13999932 CPUtime=6.08 cores=0,2,4,6
/proc/22433/stat : 22433 (java) S 22430 22433 4821 0 -1 1077944320 44444 12828 0 0 583 17 5 3 20 0 15 0 94977016 14335930368 54337 18446744073709551615 4194304 4196468 140725443989664 140725443972208 140605887819511 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
/proc/22433/statm: 3499983 54337 3442 1 0 3488597 0
[pid=22433/tid=22483] ppid=22430 vsize=13999932 CPUtime=2.88 cores=0,2,4,6
/proc/22433/task/22483/stat : 22483 (java) R 22430 22433 4821 0 -1 4202560 29788 12828 0 0 271 9 5 3 20 0 15 0 94977037 14335930368 54337 18446744073709551615 4194304 4196468 140725443989664 140605892050640 140605868658209 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22484] ppid=22430 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22484/stat : 22484 (java) S 22430 22433 4821 0 -1 1077944384 184 12828 0 0 0 0 5 3 20 0 15 0 94977038 14335930368 54337 18446744073709551615 4194304 4196468 140725443989664 140605822254096 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22485] ppid=22430 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/22433/task/22485/stat : 22485 (java) S 22430 22433 4821 0 -1 1077944384 47 12828 0 0 1 0 5 3 20 0 15 0 94977038 14335930368 54337 18446744073709551615 4194304 4196468 140725443989664 140605486972048 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22486] ppid=22430 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22486/stat : 22486 (java) S 22430 22433 4821 0 -1 1077944384 59 12828 0 0 0 0 5 3 20 0 15 0 94977038 14335930368 54337 18446744073709551615 4194304 4196468 140725443989664 140605485918992 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22487] ppid=22430 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22487/stat : 22487 (java) S 22430 22433 4821 0 -1 1077944384 63 12828 0 0 0 0 5 3 20 0 15 0 94977038 14335930368 54337 18446744073709551615 4194304 4196468 140725443989664 140605484866448 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22488] ppid=22430 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/22433/task/22488/stat : 22488 (java) S 22430 22433 4821 0 -1 1077944384 1489 12828 0 0 1 0 5 3 20 0 15 0 94977039 14335930368 54337 18446744073709551615 4194304 4196468 140725443989664 140605433583856 140605887830658 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22489] ppid=22430 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22489/stat : 22489 (java) S 22430 22433 4821 0 -1 1077944384 56 12828 0 0 0 0 5 3 20 0 15 0 94977039 14335930368 54337 18446744073709551615 4194304 4196468 140725443989664 140605432530080 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22490] ppid=22430 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22490/stat : 22490 (java) S 22430 22433 4821 0 -1 1077944384 44 12828 0 0 0 0 5 3 20 0 15 0 94977040 14335930368 54337 18446744073709551615 4194304 4196468 140725443989664 140605431476976 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22491] ppid=22430 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22491/stat : 22491 (java) S 22430 22433 4821 0 -1 1077944384 3 12828 0 0 0 0 5 3 20 0 15 0 94977042 14335930368 54337 18446744073709551615 4194304 4196468 140725443989664 140605430425552 140605887838107 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22492] ppid=22430 vsize=13999932 CPUtime=1.2 cores=0,2,4,6
/proc/22433/task/22492/stat : 22492 (java) R 22430 22433 4821 0 -1 4202560 4433 12828 0 0 110 2 5 3 20 0 15 0 94977042 14335930368 54337 18446744073709551615 4194304 4196468 140725443989664 140605429361232 140605872108279 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22493] ppid=22430 vsize=13999932 CPUtime=1 cores=0,2,4,6
/proc/22433/task/22493/stat : 22493 (java) R 22430 22433 4821 0 -1 4202560 2446 12828 0 0 91 1 5 3 20 0 15 0 94977042 14335930368 54337 18446744073709551615 4194304 4196468 140725443989664 140605428302512 140605871351047 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22494] ppid=22430 vsize=13999932 CPUtime=1.12 cores=0,2,4,6
/proc/22433/task/22494/stat : 22494 (java) R 22430 22433 4821 0 -1 4202560 3665 12828 0 0 103 1 5 3 20 0 15 0 94977042 14335930368 54337 18446744073709551615 4194304 4196468 140725443989664 140605427268080 140605887840858 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22495] ppid=22430 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22495/stat : 22495 (java) S 22430 22433 4821 0 -1 1077944384 3 12828 0 0 0 0 5 3 20 0 15 0 94977043 14335930368 54337 18446744073709551615 4194304 4196468 140725443989664 140605426215776 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22496] ppid=22430 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22496/stat : 22496 (java) S 22430 22433 4821 0 -1 1077944384 13 12828 0 0 0 0 5 3 20 0 15 0 94977047 14335930368 54337 18446744073709551615 4194304 4196468 140725443989664 140605425162800 140605887830658 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 13999932

[startup+6.30076 s]
/proc/loadavg: 1.86 1.76 1.79 3/213 22496
/proc/meminfo: memFree=26418152/32770624 swapFree=0/439684
[pid=22433] ppid=22430 vsize=14067516 CPUtime=13.3 cores=0,2,4,6
/proc/22433/stat : 22433 (java) S 22430 22433 4821 0 -1 1077944320 76177 12828 0 0 1295 27 5 3 20 0 15 0 94977016 14405136384 120582 18446744073709551615 4194304 4196468 140725443989664 140725443972208 140605887819511 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
/proc/22433/statm: 3516879 120582 3472 1 0 3505493 0
[pid=22433/tid=22483] ppid=22430 vsize=14067516 CPUtime=6 cores=0,2,4,6
/proc/22433/task/22483/stat : 22483 (java) R 22430 22433 4821 0 -1 4202560 45677 12828 0 0 578 14 5 3 20 0 15 0 94977037 14405136384 120582 18446744073709551615 4194304 4196468 140725443989664 140605892053392 140605510653521 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22484] ppid=22430 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/22433/task/22484/stat : 22484 (java) S 22430 22433 4821 0 -1 1077944384 315 12828 0 0 3 1 5 3 20 0 15 0 94977038 14405136384 120582 18446744073709551615 4194304 4196468 140725443989664 140605822254096 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22485] ppid=22430 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/22433/task/22485/stat : 22485 (java) S 22430 22433 4821 0 -1 1077944384 864 12828 0 0 4 0 5 3 20 0 15 0 94977038 14405136384 120582 18446744073709551615 4194304 4196468 140725443989664 140605486972048 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22486] ppid=22430 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/22433/task/22486/stat : 22486 (java) S 22430 22433 4821 0 -1 1077944384 328 12828 0 0 3 1 5 3 20 0 15 0 94977038 14405136384 120582 18446744073709551615 4194304 4196468 140725443989664 140605485918992 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22487] ppid=22430 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/22433/task/22487/stat : 22487 (java) S 22430 22433 4821 0 -1 1077944384 480 12828 0 0 3 1 5 3 20 0 15 0 94977038 14405136384 120582 18446744073709551615 4194304 4196468 140725443989664 140605484866448 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22488] ppid=22430 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/22433/task/22488/stat : 22488 (java) S 22430 22433 4821 0 -1 1077944384 2504 12828 0 0 4 0 5 3 20 0 15 0 94977039 14405136384 120582 18446744073709551615 4194304 4196468 140725443989664 140605433583856 140605887830658 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22489] ppid=22430 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22489/stat : 22489 (java) S 22430 22433 4821 0 -1 1077944384 56 12828 0 0 0 0 5 3 20 0 15 0 94977039 14405136384 120582 18446744073709551615 4194304 4196468 140725443989664 140605432530144 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22490] ppid=22430 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22490/stat : 22490 (java) S 22430 22433 4821 0 -1 1077944384 44 12828 0 0 0 0 5 3 20 0 15 0 94977040 14405136384 120582 18446744073709551615 4194304 4196468 140725443989664 140605431476992 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22491] ppid=22430 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22491/stat : 22491 (java) S 22430 22433 4821 0 -1 1077944384 3 12828 0 0 0 0 5 3 20 0 15 0 94977042 14405136384 120582 18446744073709551615 4194304 4196468 140725443989664 140605430425552 140605887838107 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22492] ppid=22430 vsize=14067516 CPUtime=3.03 cores=0,2,4,6
/proc/22433/task/22492/stat : 22492 (java) S 22430 22433 4821 0 -1 1077944384 13168 12828 0 0 292 3 5 3 20 0 15 0 94977042 14405136384 120582 18446744073709551615 4194304 4196468 140725443989664 140605429373680 140605887830658 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22493] ppid=22430 vsize=14067516 CPUtime=2.68 cores=0,2,4,6
/proc/22433/task/22493/stat : 22493 (java) S 22430 22433 4821 0 -1 1077944384 5613 12828 0 0 259 1 5 3 20 0 15 0 94977042 14405136384 120582 18446744073709551615 4194304 4196468 140725443989664 140605428321136 140605887830658 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22494] ppid=22430 vsize=14067516 CPUtime=1.53 cores=0,2,4,6
/proc/22433/task/22494/stat : 22494 (java) S 22430 22433 4821 0 -1 1077944384 4626 12828 0 0 143 2 5 3 20 0 15 0 94977042 14405136384 120582 18446744073709551615 4194304 4196468 140725443989664 140605427268080 140605887830658 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22495] ppid=22430 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22495/stat : 22495 (java) S 22430 22433 4821 0 -1 1077944384 3 12828 0 0 0 0 5 3 20 0 15 0 94977043 14405136384 120582 18446744073709551615 4194304 4196468 140725443989664 140605426215776 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22496] ppid=22430 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22496/stat : 22496 (java) S 22430 22433 4821 0 -1 1077944384 345 12828 0 0 0 0 5 3 20 0 15 0 94977047 14405136384 120582 18446744073709551615 4194304 4196468 140725443989664 140605425162800 140605887830658 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
Current children cumulated CPU time (s) 13.3
Current children cumulated vsize (KiB) 14067516

[startup+12.7008 s]
/proc/loadavg: 1.79 1.74 1.79 3/213 22496
/proc/meminfo: memFree=25999632/32770624 swapFree=0/439684
[pid=22433] ppid=22430 vsize=14067516 CPUtime=21.12 cores=0,2,4,6
/proc/22433/stat : 22433 (java) S 22430 22433 4821 0 -1 1077944320 84868 12828 0 0 2069 35 5 3 20 0 15 0 94977016 14405136384 207554 18446744073709551615 4194304 4196468 140725443989664 140725443972208 140605887819511 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
/proc/22433/statm: 3516879 207554 3473 1 0 3505493 0
[pid=22433/tid=22483] ppid=22430 vsize=14067516 CPUtime=12.35 cores=0,2,4,6
/proc/22433/task/22483/stat : 22483 (java) R 22430 22433 4821 0 -1 4202560 46196 12828 0 0 1208 19 5 3 20 0 15 0 94977037 14405136384 207554 18446744073709551615 4194304 4196468 140725443989664 140605892053024 140605509563148 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22484] ppid=22430 vsize=14067516 CPUtime=0.15 cores=0,2,4,6
/proc/22433/task/22484/stat : 22484 (java) S 22430 22433 4821 0 -1 1077944384 330 12828 0 0 5 2 5 3 20 0 15 0 94977038 14405136384 207554 18446744073709551615 4194304 4196468 140725443989664 140605822254096 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22485] ppid=22430 vsize=14067516 CPUtime=0.14 cores=0,2,4,6
/proc/22433/task/22485/stat : 22485 (java) S 22430 22433 4821 0 -1 1077944384 880 12828 0 0 5 1 5 3 20 0 15 0 94977038 14405136384 207554 18446744073709551615 4194304 4196468 140725443989664 140605486972048 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22486] ppid=22430 vsize=14067516 CPUtime=0.14 cores=0,2,4,6
/proc/22433/task/22486/stat : 22486 (java) S 22430 22433 4821 0 -1 1077944384 341 12828 0 0 5 1 5 3 20 0 15 0 94977038 14405136384 207554 18446744073709551615 4194304 4196468 140725443989664 140605485918992 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22487] ppid=22430 vsize=14067516 CPUtime=0.14 cores=0,2,4,6
/proc/22433/task/22487/stat : 22487 (java) S 22430 22433 4821 0 -1 1077944384 498 12828 0 0 5 1 5 3 20 0 15 0 94977038 14405136384 207554 18446744073709551615 4194304 4196468 140725443989664 140605484866448 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22488] ppid=22430 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/22433/task/22488/stat : 22488 (java) S 22430 22433 4821 0 -1 1077944384 2670 12828 0 0 5 0 5 3 20 0 15 0 94977039 14405136384 207554 18446744073709551615 4194304 4196468 140725443989664 140605433583856 140605887830658 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22489] ppid=22430 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22489/stat : 22489 (java) S 22430 22433 4821 0 -1 1077944384 56 12828 0 0 0 0 5 3 20 0 15 0 94977039 14405136384 207554 18446744073709551615 4194304 4196468 140725443989664 140605432530144 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22490] ppid=22430 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22490/stat : 22490 (java) S 22430 22433 4821 0 -1 1077944384 44 12828 0 0 0 0 5 3 20 0 15 0 94977040 14405136384 207554 18446744073709551615 4194304 4196468 140725443989664 140605431476992 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22491] ppid=22430 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22491/stat : 22491 (java) S 22430 22433 4821 0 -1 1077944384 3 12828 0 0 0 0 5 3 20 0 15 0 94977042 14405136384 207554 18446744073709551615 4194304 4196468 140725443989664 140605430425552 140605887838107 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0

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

/proc/22433/task/22495/stat : 22495 (java) S 22430 22433 4821 0 -1 1077944384 3 12828 0 0 0 0 5 3 20 0 15 0 94977043 14407233536 299857 18446744073709551615 4194304 4196468 140725443989664 140605426215776 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22496] ppid=22430 vsize=14069564 CPUtime=1.61 cores=0,2,4,6
/proc/22433/task/22496/stat : 22496 (java) S 22430 22433 4821 0 -1 1077944384 1517 12828 0 0 76 77 5 3 20 0 15 0 94977047 14407233536 299857 18446744073709551615 4194304 4196468 140725443989664 140605425162800 140605887830658 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
Current children cumulated CPU time (s) 2305.22
Current children cumulated vsize (KiB) 14069564

[startup+2322.3 s]
/proc/loadavg: 1.38 1.41 1.49 3/213 22791
/proc/meminfo: memFree=25390584/32770624 swapFree=0/440260
[pid=22433] ppid=22430 vsize=14069564 CPUtime=2366.16 cores=0,2,4,6
/proc/22433/stat : 22433 (java) S 22430 22433 4821 0 -1 1077944320 239040 12828 0 0 236227 381 5 3 20 0 15 0 94977016 14407233536 298703 18446744073709551615 4194304 4196468 140725443989664 140725443972208 140605887819511 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
/proc/22433/statm: 3517391 298703 3475 1 0 3506005 0
[pid=22433/tid=22483] ppid=22430 vsize=14069564 CPUtime=2294.77 cores=0,2,4,6
/proc/22433/task/22483/stat : 22483 (java) S 22430 22433 4821 0 -1 1077944384 103924 12828 0 0 229412 57 5 3 20 0 15 0 94977037 14407233536 298703 18446744073709551615 4194304 4196468 140725443989664 140605892053552 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22484] ppid=22430 vsize=14069564 CPUtime=12.13 cores=0,2,4,6
/proc/22433/task/22484/stat : 22484 (java) S 22430 22433 4821 0 -1 1077944384 13846 12828 0 0 1144 61 5 3 20 0 15 0 94977038 14407233536 298703 18446744073709551615 4194304 4196468 140725443989664 140605822254096 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22485] ppid=22430 vsize=14069564 CPUtime=12.13 cores=0,2,4,6
/proc/22433/task/22485/stat : 22485 (java) S 22430 22433 4821 0 -1 1077944384 14602 12828 0 0 1144 61 5 3 20 0 15 0 94977038 14407233536 298703 18446744073709551615 4194304 4196468 140725443989664 140605486972048 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22486] ppid=22430 vsize=14069564 CPUtime=12.12 cores=0,2,4,6
/proc/22433/task/22486/stat : 22486 (java) S 22430 22433 4821 0 -1 1077944384 18430 12828 0 0 1139 65 5 3 20 0 15 0 94977038 14407233536 298703 18446744073709551615 4194304 4196468 140725443989664 140605485918992 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22487] ppid=22430 vsize=14069564 CPUtime=12.14 cores=0,2,4,6
/proc/22433/task/22487/stat : 22487 (java) S 22430 22433 4821 0 -1 1077944384 16117 12828 0 0 1143 63 5 3 20 0 15 0 94977038 14407233536 298703 18446744073709551615 4194304 4196468 140725443989664 140605484866448 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22488] ppid=22430 vsize=14069564 CPUtime=11.89 cores=0,2,4,6
/proc/22433/task/22488/stat : 22488 (java) R 22430 22433 4821 0 -1 4202560 23625 12828 0 0 1119 62 5 3 20 0 15 0 94977039 14407233536 298703 18446744073709551615 4194304 4196468 140725443989664 140605433582368 140605887840858 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22489] ppid=22430 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22489/stat : 22489 (java) S 22430 22433 4821 0 -1 1077944384 59 12828 0 0 0 0 5 3 20 0 15 0 94977039 14407233536 298703 18446744073709551615 4194304 4196468 140725443989664 140605432530144 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22490] ppid=22430 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22490/stat : 22490 (java) S 22430 22433 4821 0 -1 1077944384 46 12828 0 0 0 0 5 3 20 0 15 0 94977040 14407233536 298703 18446744073709551615 4194304 4196468 140725443989664 140605431476992 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22491] ppid=22430 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22491/stat : 22491 (java) S 22430 22433 4821 0 -1 1077944384 3 12828 0 0 0 0 5 3 20 0 15 0 94977042 14407233536 298703 18446744073709551615 4194304 4196468 140725443989664 140605430425552 140605887838107 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22492] ppid=22430 vsize=14069564 CPUtime=4.36 cores=0,2,4,6
/proc/22433/task/22492/stat : 22492 (java) S 22430 22433 4821 0 -1 1077944384 19176 12828 0 0 424 4 5 3 20 0 15 0 94977042 14407233536 298703 18446744073709551615 4194304 4196468 140725443989664 140605429373680 140605887830658 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22493] ppid=22430 vsize=14069564 CPUtime=3.94 cores=0,2,4,6
/proc/22433/task/22493/stat : 22493 (java) S 22430 22433 4821 0 -1 1077944384 11894 12828 0 0 384 2 5 3 20 0 15 0 94977042 14407233536 298703 18446744073709551615 4194304 4196468 140725443989664 140605428321136 140605887830658 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22494] ppid=22430 vsize=14069564 CPUtime=1.64 cores=0,2,4,6
/proc/22433/task/22494/stat : 22494 (java) S 22430 22433 4821 0 -1 1077944384 13639 12828 0 0 153 3 5 3 20 0 15 0 94977042 14407233536 298703 18446744073709551615 4194304 4196468 140725443989664 140605427268080 140605887830658 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22495] ppid=22430 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22495/stat : 22495 (java) S 22430 22433 4821 0 -1 1077944384 3 12828 0 0 0 0 5 3 20 0 15 0 94977043 14407233536 298703 18446744073709551615 4194304 4196468 140725443989664 140605426215776 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22496] ppid=22430 vsize=14069564 CPUtime=1.65 cores=0,2,4,6
/proc/22433/task/22496/stat : 22496 (java) S 22430 22433 4821 0 -1 1077944384 1525 12828 0 0 78 79 5 3 20 0 15 0 94977047 14407233536 298703 18446744073709551615 4194304 4196468 140725443989664 140605425162800 140605887830658 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
Current children cumulated CPU time (s) 2366.16
Current children cumulated vsize (KiB) 14069564

[startup+2382.3 s]
/proc/loadavg: 1.58 1.44 1.50 3/212 22793
/proc/meminfo: memFree=25336208/32770624 swapFree=0/440280
[pid=22433] ppid=22430 vsize=14069564 CPUtime=2427.09 cores=0,2,4,6
/proc/22433/stat : 22433 (java) S 22430 22433 4821 0 -1 1077944320 240852 12828 0 0 242310 391 5 3 20 0 15 0 94977016 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140725443972208 140605887819511 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
/proc/22433/statm: 3517391 299215 3475 1 0 3506005 0
[pid=22433/tid=22483] ppid=22430 vsize=14069564 CPUtime=2354.04 cores=0,2,4,6
/proc/22433/task/22483/stat : 22483 (java) R 22430 22433 4821 0 -1 4202560 105013 12828 0 0 235338 58 5 3 20 0 15 0 94977037 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605892053648 140605517550732 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22484] ppid=22430 vsize=14069564 CPUtime=12.46 cores=0,2,4,6
/proc/22433/task/22484/stat : 22484 (java) S 22430 22433 4821 0 -1 1077944384 14096 12828 0 0 1175 63 5 3 20 0 15 0 94977038 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605822254096 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22485] ppid=22430 vsize=14069564 CPUtime=12.45 cores=0,2,4,6
/proc/22433/task/22485/stat : 22485 (java) S 22430 22433 4821 0 -1 1077944384 14672 12828 0 0 1174 63 5 3 20 0 15 0 94977038 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605486972048 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22486] ppid=22430 vsize=14069564 CPUtime=12.44 cores=0,2,4,6
/proc/22433/task/22486/stat : 22486 (java) S 22430 22433 4821 0 -1 1077944384 18561 12828 0 0 1169 67 5 3 20 0 15 0 94977038 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605485918992 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22487] ppid=22430 vsize=14069564 CPUtime=12.47 cores=0,2,4,6
/proc/22433/task/22487/stat : 22487 (java) S 22430 22433 4821 0 -1 1077944384 16153 12828 0 0 1175 64 5 3 20 0 15 0 94977038 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605484866448 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22488] ppid=22430 vsize=14069564 CPUtime=12.19 cores=0,2,4,6
/proc/22433/task/22488/stat : 22488 (java) S 22430 22433 4821 0 -1 1077944384 23836 12828 0 0 1147 64 5 3 20 0 15 0 94977039 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605433583856 140605887830658 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22489] ppid=22430 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22489/stat : 22489 (java) S 22430 22433 4821 0 -1 1077944384 59 12828 0 0 0 0 5 3 20 0 15 0 94977039 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605432530144 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22490] ppid=22430 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22490/stat : 22490 (java) S 22430 22433 4821 0 -1 1077944384 46 12828 0 0 0 0 5 3 20 0 15 0 94977040 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605431476992 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22491] ppid=22430 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22491/stat : 22491 (java) S 22430 22433 4821 0 -1 1077944384 3 12828 0 0 0 0 5 3 20 0 15 0 94977042 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605430425552 140605887838107 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22492] ppid=22430 vsize=14069564 CPUtime=4.36 cores=0,2,4,6
/proc/22433/task/22492/stat : 22492 (java) S 22430 22433 4821 0 -1 1077944384 19178 12828 0 0 424 4 5 3 20 0 15 0 94977042 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605429373680 140605887830658 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22493] ppid=22430 vsize=14069564 CPUtime=3.94 cores=0,2,4,6
/proc/22433/task/22493/stat : 22493 (java) S 22430 22433 4821 0 -1 1077944384 11897 12828 0 0 384 2 5 3 20 0 15 0 94977042 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605428321136 140605887830658 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22494] ppid=22430 vsize=14069564 CPUtime=1.64 cores=0,2,4,6
/proc/22433/task/22494/stat : 22494 (java) S 22430 22433 4821 0 -1 1077944384 13641 12828 0 0 153 3 5 3 20 0 15 0 94977042 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605427268080 140605887830658 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22495] ppid=22430 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22495/stat : 22495 (java) S 22430 22433 4821 0 -1 1077944384 3 12828 0 0 0 0 5 3 20 0 15 0 94977043 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605426215776 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22496] ppid=22430 vsize=14069564 CPUtime=1.69 cores=0,2,4,6
/proc/22433/task/22496/stat : 22496 (java) S 22430 22433 4821 0 -1 1077944384 1543 12828 0 0 80 81 5 3 20 0 15 0 94977047 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605425162800 140605887830658 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
Current children cumulated CPU time (s) 2427.09
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.33 1.42 1.49 3/215 22809
/proc/meminfo: memFree=25331096/32770624 swapFree=0/440300
[pid=22433] ppid=22430 vsize=14069564 CPUtime=2488.05 cores=0,2,4,6
/proc/22433/stat : 22433 (java) S 22430 22433 4821 0 -1 1077944320 242983 12828 0 0 248397 400 5 3 20 0 15 0 94977016 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140725443972208 140605887819511 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
/proc/22433/statm: 3517391 299215 3475 1 0 3506005 0
[pid=22433/tid=22483] ppid=22430 vsize=14069564 CPUtime=2413.31 cores=0,2,4,6
/proc/22433/task/22483/stat : 22483 (java) R 22430 22433 4821 0 -1 4202560 106016 12828 0 0 241264 59 5 3 20 0 15 0 94977037 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605892053760 140605514245462 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22484] ppid=22430 vsize=14069564 CPUtime=12.79 cores=0,2,4,6
/proc/22433/task/22484/stat : 22484 (java) S 22430 22433 4821 0 -1 1077944384 14361 12828 0 0 1207 64 5 3 20 0 15 0 94977038 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605822254096 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22485] ppid=22430 vsize=14069564 CPUtime=12.79 cores=0,2,4,6
/proc/22433/task/22485/stat : 22485 (java) S 22430 22433 4821 0 -1 1077944384 15016 12828 0 0 1206 65 5 3 20 0 15 0 94977038 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605486972048 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22486] ppid=22430 vsize=14069564 CPUtime=12.77 cores=0,2,4,6
/proc/22433/task/22486/stat : 22486 (java) S 22430 22433 4821 0 -1 1077944384 18642 12828 0 0 1200 69 5 3 20 0 15 0 94977038 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605485918992 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22487] ppid=22430 vsize=14069564 CPUtime=12.8 cores=0,2,4,6
/proc/22433/task/22487/stat : 22487 (java) S 22430 22433 4821 0 -1 1077944384 16216 12828 0 0 1207 65 5 3 20 0 15 0 94977038 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605484866448 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22488] ppid=22430 vsize=14069564 CPUtime=12.51 cores=0,2,4,6
/proc/22433/task/22488/stat : 22488 (java) S 22430 22433 4821 0 -1 1077944384 24180 12828 0 0 1177 66 5 3 20 0 15 0 94977039 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605433583856 140605887830658 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22489] ppid=22430 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22489/stat : 22489 (java) S 22430 22433 4821 0 -1 1077944384 59 12828 0 0 0 0 5 3 20 0 15 0 94977039 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605432530144 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22490] ppid=22430 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22490/stat : 22490 (java) S 22430 22433 4821 0 -1 1077944384 46 12828 0 0 0 0 5 3 20 0 15 0 94977040 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605431476992 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22491] ppid=22430 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22491/stat : 22491 (java) S 22430 22433 4821 0 -1 1077944384 3 12828 0 0 0 0 5 3 20 0 15 0 94977042 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605430425552 140605887838107 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22492] ppid=22430 vsize=14069564 CPUtime=4.36 cores=0,2,4,6
/proc/22433/task/22492/stat : 22492 (java) S 22430 22433 4821 0 -1 1077944384 19182 12828 0 0 424 4 5 3 20 0 15 0 94977042 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605429373680 140605887830658 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22493] ppid=22430 vsize=14069564 CPUtime=3.94 cores=0,2,4,6
/proc/22433/task/22493/stat : 22493 (java) S 22430 22433 4821 0 -1 1077944384 11901 12828 0 0 384 2 5 3 20 0 15 0 94977042 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605428321136 140605887830658 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22494] ppid=22430 vsize=14069564 CPUtime=1.64 cores=0,2,4,6
/proc/22433/task/22494/stat : 22494 (java) S 22430 22433 4821 0 -1 1077944384 13645 12828 0 0 153 3 5 3 20 0 15 0 94977042 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605427268080 140605887830658 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22495] ppid=22430 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22495/stat : 22495 (java) S 22430 22433 4821 0 -1 1077944384 3 12828 0 0 0 0 5 3 20 0 15 0 94977043 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605426215776 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22496] ppid=22430 vsize=14069564 CPUtime=1.73 cores=0,2,4,6
/proc/22433/task/22496/stat : 22496 (java) S 22430 22433 4821 0 -1 1077944384 1562 12828 0 0 82 83 5 3 20 0 15 0 94977047 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605425162800 140605887830658 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
Current children cumulated CPU time (s) 2488.05
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2473.8 s]
/proc/loadavg: 1.42 1.43 1.49 3/215 22810
/proc/meminfo: memFree=25331476/32770624 swapFree=0/440328
[pid=22433] ppid=22430 vsize=14069564 CPUtime=2520.05 cores=0,2,4,6
/proc/22433/stat : 22433 (java) S 22430 22433 4821 0 -1 1077944320 243573 12828 0 0 251591 406 5 3 20 0 15 0 94977016 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140725443972208 140605887819511 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
/proc/22433/statm: 3517391 299215 3475 1 0 3506005 0
[pid=22433/tid=22483] ppid=22430 vsize=14069564 CPUtime=2444.41 cores=0,2,4,6
/proc/22433/task/22483/stat : 22483 (java) R 22430 22433 4821 0 -1 4202560 106412 12828 0 0 244373 60 5 3 20 0 15 0 94977037 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605892053760 140605516141279 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22484] ppid=22430 vsize=14069564 CPUtime=12.97 cores=0,2,4,6
/proc/22433/task/22484/stat : 22484 (java) S 22430 22433 4821 0 -1 1077944384 14379 12828 0 0 1224 65 5 3 20 0 15 0 94977038 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605822254096 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22485] ppid=22430 vsize=14069564 CPUtime=12.97 cores=0,2,4,6
/proc/22433/task/22485/stat : 22485 (java) S 22430 22433 4821 0 -1 1077944384 15042 12828 0 0 1223 66 5 3 20 0 15 0 94977038 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605486972048 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22486] ppid=22430 vsize=14069564 CPUtime=12.95 cores=0,2,4,6
/proc/22433/task/22486/stat : 22486 (java) S 22430 22433 4821 0 -1 1077944384 18696 12828 0 0 1217 70 5 3 20 0 15 0 94977038 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605485918992 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22487] ppid=22430 vsize=14069564 CPUtime=12.98 cores=0,2,4,6
/proc/22433/task/22487/stat : 22487 (java) S 22430 22433 4821 0 -1 1077944384 16234 12828 0 0 1224 66 5 3 20 0 15 0 94977038 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605484866448 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22488] ppid=22430 vsize=14069564 CPUtime=12.69 cores=0,2,4,6
/proc/22433/task/22488/stat : 22488 (java) S 22430 22433 4821 0 -1 1077944384 24245 12828 0 0 1193 68 5 3 20 0 15 0 94977039 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605433583856 140605887830658 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22489] ppid=22430 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22489/stat : 22489 (java) S 22430 22433 4821 0 -1 1077944384 59 12828 0 0 0 0 5 3 20 0 15 0 94977039 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605432530144 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22490] ppid=22430 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22490/stat : 22490 (java) S 22430 22433 4821 0 -1 1077944384 46 12828 0 0 0 0 5 3 20 0 15 0 94977040 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605431476992 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22491] ppid=22430 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22491/stat : 22491 (java) S 22430 22433 4821 0 -1 1077944384 3 12828 0 0 0 0 5 3 20 0 15 0 94977042 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605430425552 140605887838107 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22492] ppid=22430 vsize=14069564 CPUtime=4.36 cores=0,2,4,6
/proc/22433/task/22492/stat : 22492 (java) S 22430 22433 4821 0 -1 1077944384 19182 12828 0 0 424 4 5 3 20 0 15 0 94977042 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605429373680 140605887830658 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22493] ppid=22430 vsize=14069564 CPUtime=3.94 cores=0,2,4,6
/proc/22433/task/22493/stat : 22493 (java) S 22430 22433 4821 0 -1 1077944384 11901 12828 0 0 384 2 5 3 20 0 15 0 94977042 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605428321136 140605887830658 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22494] ppid=22430 vsize=14069564 CPUtime=1.64 cores=0,2,4,6
/proc/22433/task/22494/stat : 22494 (java) S 22430 22433 4821 0 -1 1077944384 13645 12828 0 0 153 3 5 3 20 0 15 0 94977042 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605427268080 140605887830658 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22495] ppid=22430 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/22433/task/22495/stat : 22495 (java) S 22430 22433 4821 0 -1 1077944384 3 12828 0 0 0 0 5 3 20 0 15 0 94977043 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605426215776 140605887829717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
[pid=22433/tid=22496] ppid=22430 vsize=14069564 CPUtime=1.76 cores=0,2,4,6
/proc/22433/task/22496/stat : 22496 (java) S 22430 22433 4821 0 -1 1077944384 1575 12828 0 0 83 85 5 3 20 0 15 0 94977047 14407233536 299215 18446744073709551615 4194304 4196468 140725443989664 140605425162800 140605887830658 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15880192 140725443995600 140725443998385 140725443998385 140725444001743 0
Current children cumulated CPU time (s) 2520.05
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 22433 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2473.84
CPU time (s): 2520.1
CPU user time (s): 2516
CPU system time (s): 4.10696
CPU usage (%): 101.87
Max. virtual memory (cumulated for all children) (KiB): 14070232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516
system time used= 4.10696
maximum resident set size= 1223656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 257531
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 323078
involuntary context switches= 10835

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.6684 second user time and 15.5149 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-11 18:59:30
IDJOB=4261840
IDBENCH=136881
IDSOLVER=2650
FILE ID=node133/4261840-1502471618
RUNJOBID= node133-1502411423-4884
PBS_JOBID= 
Free space on /tmp= 62008 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-4261840-1502471618/watcher-4261840-1502471618 -o /tmp/evaluation-result-4261840-1502471618/solver-4261840-1502471618 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4884 --watchdog 2580  bin/concrete HOME/instance-4261840-1502471618.xml

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

MD5SUM BENCH= 684901dbc993846247574678cc891221
RANDOM SEED=1136996106

node133.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.17
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.17
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.17
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.17
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:        26816616 kB
MemAvailable:   27710880 kB
Buffers:          297160 kB
Cached:           891308 kB
SwapCached:            0 kB
Active:          5038680 kB
Inactive:         472468 kB
Active(anon):    4323256 kB
Inactive(anon):    33112 kB
Active(file):     715424 kB
Inactive(file):   439356 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24012 kB
Writeback:             0 kB
AnonPages:       4323228 kB
Mapped:            64748 kB
Shmem:             33468 kB
Slab:             138084 kB
SReclaimable:     110636 kB
SUnreclaim:        27448 kB
KernelStack:        3504 kB
PageTables:        13408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4948852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4048896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61984 MiB
End job on node133 at 2017-08-11 19:40:44