Trace number 4259385

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.4? (TO) 251.021 240.248

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n1c3w4r.xml
MD5SUMa67d0fa6b826179476c8a9ead60c2ec9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark244.27
Satisfiable
(Un)Satisfiability was proved
Number of variables117
Number of constraints61
Number of domains2
Minimum domain size30
Maximum domain size39
Distribution of domain sizes[{"size":30,"count":1},{"size":39,"count":116}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":87},{"degree":5,"count":29}]
Minimum constraint arity4
Maximum constraint arity116
Distribution of constraint arities[{"arity":4,"count":58},{"arity":30,"count":1},{"arity":116,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":29},{"type":"lex","count":1},{"type":"sum","count":29},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.68 1.76 1.89 3/194 18944
/proc/meminfo: memFree=27817592/32770624 swapFree=0/953876
[pid=18944] ppid=18941 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/18944/stat : 18944 (runsolver) D 18941 18944 5678 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 14565619 24240128 108 18446744073709551615 4194304 4338465 140733027807584 140733027805224 139686506123991 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 35938304 140733027815632 140733027816006 140733027816006 140733027819466 0
/proc/18944/statm: 5918 108 54 36 0 2156 0

[startup+0.100418 s]
/proc/loadavg: 1.68 1.76 1.89 3/194 18944
/proc/meminfo: memFree=27817592/32770624 swapFree=0/953876
[pid=18944] ppid=18941 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/18944/stat : 18944 (bash) S 18941 18944 5678 0 -1 4202496 714 3542 0 0 0 0 0 0 20 0 1 0 14565619 9736192 354 18446744073709551615 4194304 5098028 140730245073760 140730245071400 140126100253696 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 8 0 0 7196144 7232144 30572544 140730245079569 140730245079654 140730245079654 140730245083114 0
/proc/18944/statm: 2377 354 282 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200317 s]
/proc/loadavg: 1.68 1.76 1.89 3/194 18944
/proc/meminfo: memFree=27817592/32770624 swapFree=0/953876
[pid=18944] ppid=18941 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/18944/stat : 18944 (bash) S 18941 18944 5678 0 -1 4202496 889 6493 0 0 0 0 0 1 20 0 1 0 14565619 9867264 376 18446744073709551615 4194304 5098028 140730245073760 140730245067768 140126100253696 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 8 0 0 7196144 7232144 30572544 140730245079569 140730245079654 140730245079654 140730245083114 0
/proc/18944/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300318 s]
/proc/loadavg: 1.68 1.76 1.89 3/194 18944
/proc/meminfo: memFree=27817592/32770624 swapFree=0/953876
[pid=18944] ppid=18941 vsize=13907308 CPUtime=0.14 cores=0,2,4,6
/proc/18944/stat : 18944 (java) S 18941 18944 5678 0 -1 1077944320 5815 12373 0 0 5 1 5 3 20 0 14 0 14565619 14241083392 5495 18446744073709551615 4194304 4196468 140729555436416 140729555418960 139718155214583 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
/proc/18944/statm: 3476827 5495 2556 1 0 3466332 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.701067 s]
/proc/loadavg: 1.68 1.76 1.89 3/194 18944
/proc/meminfo: memFree=27817592/32770624 swapFree=0/953876
[pid=18944] ppid=18941 vsize=13974784 CPUtime=0.7 cores=0,2,4,6
/proc/18944/stat : 18944 (java) S 18941 18944 5678 0 -1 1077944320 13925 12373 0 0 58 4 5 3 20 0 15 0 14565619 14310178816 14347 18446744073709551615 4194304 4196468 140729555436416 140729555418960 139718155214583 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
/proc/18944/statm: 3493696 14347 3109 1 0 3482973 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.50056 s]
/proc/loadavg: 1.68 1.76 1.89 3/209 19007
/proc/meminfo: memFree=27558620/32770624 swapFree=0/954424
[pid=18944] ppid=18941 vsize=13985408 CPUtime=1.9 cores=0,2,4,6
/proc/18944/stat : 18944 (java) S 18941 18944 5678 0 -1 1077944320 25947 12373 0 0 173 9 5 3 20 0 15 0 14565619 14321057792 40180 18446744073709551615 4194304 4196468 140729555436416 140729555418960 139718155214583 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
/proc/18944/statm: 3496352 40180 3355 1 0 3485533 0
[pid=18944/tid=18994] ppid=18941 vsize=13985408 CPUtime=1.3 cores=0,2,4,6
/proc/18944/task/18994/stat : 18994 (java) S 18941 18944 5678 0 -1 1077944384 20453 12373 0 0 116 6 5 3 20 0 15 0 14565641 14321057792 40180 18446744073709551615 4194304 4196468 140729555436416 139718159437024 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18995] ppid=18941 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/18995/stat : 18995 (java) S 18941 18944 5678 0 -1 1077944384 43 12373 0 0 0 0 5 3 20 0 15 0 14565641 14321057792 40180 18446744073709551615 4194304 4196468 140729555436416 139718112181392 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18996] ppid=18941 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/18996/stat : 18996 (java) S 18941 18944 5678 0 -1 1077944384 29 12373 0 0 0 0 5 3 20 0 15 0 14565641 14321057792 40180 18446744073709551615 4194304 4196468 140729555436416 139718111128592 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18997] ppid=18941 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/18997/stat : 18997 (java) S 18941 18944 5678 0 -1 1077944384 179 12373 0 0 0 0 5 3 20 0 15 0 14565641 14321057792 40180 18446744073709551615 4194304 4196468 140729555436416 139718110075792 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18998] ppid=18941 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/18998/stat : 18998 (java) S 18941 18944 5678 0 -1 1077944384 44 12373 0 0 0 0 5 3 20 0 15 0 14565641 14321057792 40180 18446744073709551615 4194304 4196468 140729555436416 139718109022992 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18999] ppid=18941 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/18999/stat : 18999 (java) R 18941 18944 5678 0 -1 4202560 99 12373 0 0 0 0 5 3 20 0 15 0 14565643 14321057792 40180 18446744073709551615 4194304 4196468 140729555436416 139717071061696 139718135409274 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19000] ppid=18941 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/19000/stat : 19000 (java) S 18941 18944 5678 0 -1 1077944384 33 12373 0 0 0 0 5 3 20 0 15 0 14565643 14321057792 40180 18446744073709551615 4194304 4196468 140729555436416 139717070009376 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19001] ppid=18941 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/19001/stat : 19001 (java) S 18941 18944 5678 0 -1 1077944384 21 12373 0 0 0 0 5 3 20 0 15 0 14565643 14321057792 40180 18446744073709551615 4194304 4196468 140729555436416 139717068956528 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19002] ppid=18941 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/19002/stat : 19002 (java) S 18941 18944 5678 0 -1 1077944384 3 12373 0 0 0 0 5 3 20 0 15 0 14565646 14321057792 40180 18446744073709551615 4194304 4196468 140729555436416 139717067904848 139718155233179 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19003] ppid=18941 vsize=13985408 CPUtime=0.21 cores=0,2,4,6
/proc/18944/task/19003/stat : 19003 (java) S 18941 18944 5678 0 -1 1077944384 835 12373 0 0 13 0 5 3 20 0 15 0 14565646 14321057792 40180 18446744073709551615 4194304 4196468 140729555436416 139717066853232 139718155225730 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19004] ppid=18941 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/18944/task/19004/stat : 19004 (java) S 18941 18944 5678 0 -1 1077944384 796 12373 0 0 16 0 5 3 20 0 15 0 14565646 14321057792 40180 18446744073709551615 4194304 4196468 140729555436416 139717065800432 139718155225730 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19005] ppid=18941 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/18944/task/19005/stat : 19005 (java) S 18941 18944 5678 0 -1 1077944384 1277 12373 0 0 23 0 5 3 20 0 15 0 14565646 14321057792 40180 18446744073709551615 4194304 4196468 140729555436416 139717064744048 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19006] ppid=18941 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/19006/stat : 19006 (java) S 18941 18944 5678 0 -1 1077944384 3 12373 0 0 0 0 5 3 20 0 15 0 14565646 14321057792 40180 18446744073709551615 4194304 4196468 140729555436416 139717063695072 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19007] ppid=18941 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/19007/stat : 19007 (java) S 18941 18944 5678 0 -1 1077944384 3 12373 0 0 0 0 5 3 20 0 15 0 14565650 14321057792 40180 18446744073709551615 4194304 4196468 140729555436416 139717062642352 139718155225730 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 13985408

[startup+3.10354 s]
/proc/loadavg: 1.68 1.76 1.89 5/209 19007
/proc/meminfo: memFree=27197340/32770624 swapFree=0/954424
[pid=18944] ppid=18941 vsize=13997884 CPUtime=6.13 cores=0,2,4,6
/proc/18944/stat : 18944 (java) S 18941 18944 5678 0 -1 1077944320 35365 12373 0 0 592 13 5 3 20 0 15 0 14565619 14333833216 54862 18446744073709551615 4194304 4196468 140729555436416 140729555418960 139718155214583 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
/proc/18944/statm: 3499471 54862 3435 1 0 3488093 0
[pid=18944/tid=18994] ppid=18941 vsize=13997884 CPUtime=2.88 cores=0,2,4,6
/proc/18944/task/18994/stat : 18994 (java) R 18941 18944 5678 0 -1 4202560 24494 12373 0 0 272 8 5 3 20 0 15 0 14565641 14333833216 54862 18446744073709551615 4194304 4196468 140729555436416 139718159446888 139717786087174 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18995] ppid=18941 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/18944/task/18995/stat : 18995 (java) S 18941 18944 5678 0 -1 1077944384 48 12373 0 0 1 0 5 3 20 0 15 0 14565641 14333833216 54862 18446744073709551615 4194304 4196468 140729555436416 139718112181392 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18996] ppid=18941 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/18944/task/18996/stat : 18996 (java) S 18941 18944 5678 0 -1 1077944384 29 12373 0 0 1 0 5 3 20 0 15 0 14565641 14333833216 54862 18446744073709551615 4194304 4196468 140729555436416 139718111128592 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18997] ppid=18941 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/18944/task/18997/stat : 18997 (java) S 18941 18944 5678 0 -1 1077944384 179 12373 0 0 1 0 5 3 20 0 15 0 14565641 14333833216 54862 18446744073709551615 4194304 4196468 140729555436416 139718110075792 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18998] ppid=18941 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/18944/task/18998/stat : 18998 (java) S 18941 18944 5678 0 -1 1077944384 49 12373 0 0 1 0 5 3 20 0 15 0 14565641 14333833216 54862 18446744073709551615 4194304 4196468 140729555436416 139718109022992 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18999] ppid=18941 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/18944/task/18999/stat : 18999 (java) S 18941 18944 5678 0 -1 1077944384 619 12373 0 0 1 0 5 3 20 0 15 0 14565643 14333833216 54862 18446744073709551615 4194304 4196468 140729555436416 139717071063408 139718155225730 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19000] ppid=18941 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/19000/stat : 19000 (java) S 18941 18944 5678 0 -1 1077944384 55 12373 0 0 0 0 5 3 20 0 15 0 14565643 14333833216 54862 18446744073709551615 4194304 4196468 140729555436416 139717070009440 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19001] ppid=18941 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/19001/stat : 19001 (java) S 18941 18944 5678 0 -1 1077944384 43 12373 0 0 0 0 5 3 20 0 15 0 14565643 14333833216 54862 18446744073709551615 4194304 4196468 140729555436416 139717068956544 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19002] ppid=18941 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/19002/stat : 19002 (java) S 18941 18944 5678 0 -1 1077944384 3 12373 0 0 0 0 5 3 20 0 15 0 14565646 14333833216 54862 18446744073709551615 4194304 4196468 140729555436416 139717067904848 139718155233179 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19003] ppid=18941 vsize=13997884 CPUtime=1.16 cores=0,2,4,6
/proc/18944/task/19003/stat : 19003 (java) R 18941 18944 5678 0 -1 4202560 2631 12373 0 0 107 1 5 3 20 0 15 0 14565646 14333833216 54862 18446744073709551615 4194304 4196468 140729555436416 139717066833984 139718138599275 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19004] ppid=18941 vsize=13997884 CPUtime=1.05 cores=0,2,4,6
/proc/18944/task/19004/stat : 19004 (java) R 18941 18944 5678 0 -1 4202560 1697 12373 0 0 97 0 5 3 20 0 15 0 14565646 14333833216 54862 18446744073709551615 4194304 4196468 140729555436416 139717065781968 139718138700517 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19005] ppid=18941 vsize=13997884 CPUtime=1.16 cores=0,2,4,6
/proc/18944/task/19005/stat : 19005 (java) S 18941 18944 5678 0 -1 1077944384 3364 12373 0 0 107 1 5 3 20 0 15 0 14565646 14333833216 54862 18446744073709551615 4194304 4196468 140729555436416 139717064747632 139718155225730 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19006] ppid=18941 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/19006/stat : 19006 (java) S 18941 18944 5678 0 -1 1077944384 3 12373 0 0 0 0 5 3 20 0 15 0 14565646 14333833216 54862 18446744073709551615 4194304 4196468 140729555436416 139717063695072 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19007] ppid=18941 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/19007/stat : 19007 (java) S 18941 18944 5678 0 -1 1077944384 3 12373 0 0 0 0 5 3 20 0 15 0 14565650 14333833216 54862 18446744073709551615 4194304 4196468 140729555436416 139717062642352 139718155225730 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 13997884

[startup+6.30071 s]
/proc/loadavg: 1.79 1.78 1.90 4/209 19007
/proc/meminfo: memFree=26986352/32770624 swapFree=0/954436
[pid=18944] ppid=18941 vsize=14067516 CPUtime=13.84 cores=0,2,4,6
/proc/18944/stat : 18944 (java) S 18941 18944 5678 0 -1 1077944320 68649 12373 0 0 1352 24 5 3 20 0 15 0 14565619 14405136384 118759 18446744073709551615 4194304 4196468 140729555436416 140729555418960 139718155214583 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
/proc/18944/statm: 3516879 118759 3462 1 0 3505501 0
[pid=18944/tid=18994] ppid=18941 vsize=14067516 CPUtime=6 cores=0,2,4,6
/proc/18944/task/18994/stat : 18994 (java) R 18941 18944 5678 0 -1 4202560 45434 12373 0 0 578 14 5 3 20 0 15 0 14565641 14405136384 119271 18446744073709551615 4194304 4196468 140729555436416 139718159448560 139717786281094 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18995] ppid=18941 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/18944/task/18995/stat : 18995 (java) S 18941 18944 5678 0 -1 1077944384 81 12373 0 0 3 0 5 3 20 0 15 0 14565641 14405136384 119271 18446744073709551615 4194304 4196468 140729555436416 139718112181392 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18996] ppid=18941 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/18944/task/18996/stat : 18996 (java) S 18941 18944 5678 0 -1 1077944384 103 12373 0 0 4 1 5 3 20 0 15 0 14565641 14405136384 119271 18446744073709551615 4194304 4196468 140729555436416 139718111128592 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18997] ppid=18941 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/18944/task/18997/stat : 18997 (java) S 18941 18944 5678 0 -1 1077944384 610 12373 0 0 4 0 5 3 20 0 15 0 14565641 14405136384 119271 18446744073709551615 4194304 4196468 140729555436416 139718110075792 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18998] ppid=18941 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/18944/task/18998/stat : 18998 (java) S 18941 18944 5678 0 -1 1077944384 241 12373 0 0 4 0 5 3 20 0 15 0 14565641 14405136384 119271 18446744073709551615 4194304 4196468 140729555436416 139718109022992 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18999] ppid=18941 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/18944/task/18999/stat : 18999 (java) S 18941 18944 5678 0 -1 1077944384 3357 12373 0 0 4 0 5 3 20 0 15 0 14565643 14405136384 119271 18446744073709551615 4194304 4196468 140729555436416 139717071063408 139718155225730 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19000] ppid=18941 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/19000/stat : 19000 (java) S 18941 18944 5678 0 -1 1077944384 55 12373 0 0 0 0 5 3 20 0 15 0 14565643 14405136384 119271 18446744073709551615 4194304 4196468 140729555436416 139717070009440 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19001] ppid=18941 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/19001/stat : 19001 (java) S 18941 18944 5678 0 -1 1077944384 44 12373 0 0 0 0 5 3 20 0 15 0 14565643 14405136384 119271 18446744073709551615 4194304 4196468 140729555436416 139717068956544 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19002] ppid=18941 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/19002/stat : 19002 (java) S 18941 18944 5678 0 -1 1077944384 3 12373 0 0 0 0 5 3 20 0 15 0 14565646 14405136384 119271 18446744073709551615 4194304 4196468 140729555436416 139717067904848 139718155233179 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19003] ppid=18941 vsize=14067516 CPUtime=3.02 cores=0,2,4,6
/proc/18944/task/19003/stat : 19003 (java) S 18941 18944 5678 0 -1 1077944384 3593 12373 0 0 291 3 5 3 20 0 15 0 14565646 14405136384 119271 18446744073709551615 4194304 4196468 140729555436416 139717066853232 139718155225730 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19004] ppid=18941 vsize=14067516 CPUtime=3.11 cores=0,2,4,6
/proc/18944/task/19004/stat : 19004 (java) S 18941 18944 5678 0 -1 1077944384 7510 12373 0 0 302 1 5 3 20 0 15 0 14565646 14405136384 119271 18446744073709551615 4194304 4196468 140729555436416 139717065800432 139718155225730 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19005] ppid=18941 vsize=14067516 CPUtime=1.66 cores=0,2,4,6
/proc/18944/task/19005/stat : 19005 (java) S 18941 18944 5678 0 -1 1077944384 5458 12373 0 0 157 1 5 3 20 0 15 0 14565646 14405136384 119271 18446744073709551615 4194304 4196468 140729555436416 139717064747632 139718155225730 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19006] ppid=18941 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/19006/stat : 19006 (java) S 18941 18944 5678 0 -1 1077944384 3 12373 0 0 0 0 5 3 20 0 15 0 14565646 14405136384 119271 18446744073709551615 4194304 4196468 140729555436416 139717063695072 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19007] ppid=18941 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/19007/stat : 19007 (java) S 18941 18944 5678 0 -1 1077944384 9 12373 0 0 0 0 5 3 20 0 15 0 14565650 14405136384 119271 18446744073709551615 4194304 4196468 140729555436416 139717062642352 139718155225730 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
Current children cumulated CPU time (s) 13.84
Current children cumulated vsize (KiB) 14067516

[startup+12.7008 s]
/proc/loadavg: 1.73 1.76 1.89 4/209 19007
/proc/meminfo: memFree=26224812/32770624 swapFree=0/954436
[pid=18944] ppid=18941 vsize=14067516 CPUtime=20.85 cores=0,2,4,6
/proc/18944/stat : 18944 (java) S 18941 18944 5678 0 -1 1077944320 73377 12373 0 0 2044 33 5 3 20 0 15 0 14565619 14405136384 217135 18446744073709551615 4194304 4196468 140729555436416 140729555418960 139718155214583 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
/proc/18944/statm: 3516879 217135 3465 1 0 3505501 0
[pid=18944/tid=18994] ppid=18941 vsize=14067516 CPUtime=12.34 cores=0,2,4,6
/proc/18944/task/18994/stat : 18994 (java) R 18941 18944 5678 0 -1 4202560 46332 12373 0 0 1207 19 5 3 20 0 15 0 14565641 14405136384 217135 18446744073709551615 4194304 4196468 140729555436416 139718159449008 139717794866002 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18995] ppid=18941 vsize=14067516 CPUtime=0.15 cores=0,2,4,6
/proc/18944/task/18995/stat : 18995 (java) S 18941 18944 5678 0 -1 1077944384 132 12373 0 0 6 1 5 3 20 0 15 0 14565641 14405136384 217135 18446744073709551615 4194304 4196468 140729555436416 139718112181392 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18996] ppid=18941 vsize=14067516 CPUtime=0.14 cores=0,2,4,6
/proc/18944/task/18996/stat : 18996 (java) S 18941 18944 5678 0 -1 1077944384 208 12373 0 0 5 1 5 3 20 0 15 0 14565641 14405136384 217135 18446744073709551615 4194304 4196468 140729555436416 139718111128592 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18997] ppid=18941 vsize=14067516 CPUtime=0.14 cores=0,2,4,6
/proc/18944/task/18997/stat : 18997 (java) S 18941 18944 5678 0 -1 1077944384 1407 12373 0 0 6 0 5 3 20 0 15 0 14565641 14405136384 217135 18446744073709551615 4194304 4196468 140729555436416 139718110075792 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18998] ppid=18941 vsize=14067516 CPUtime=0.15 cores=0,2,4,6
/proc/18944/task/18998/stat : 18998 (java) S 18941 18944 5678 0 -1 1077944384 279 12373 0 0 6 1 5 3 20 0 15 0 14565641 14405136384 217135 18446744073709551615 4194304 4196468 140729555436416 139718109022992 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18999] ppid=18941 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/18944/task/18999/stat : 18999 (java) S 18941 18944 5678 0 -1 1077944384 3601 12373 0 0 5 0 5 3 20 0 15 0 14565643 14405136384 217135 18446744073709551615 4194304 4196468 140729555436416 139717071063408 139718155225730 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19000] ppid=18941 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/19000/stat : 19000 (java) S 18941 18944 5678 0 -1 1077944384 55 12373 0 0 0 0 5 3 20 0 15 0 14565643 14405136384 217135 18446744073709551615 4194304 4196468 140729555436416 139717070009440 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19001] ppid=18941 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/19001/stat : 19001 (java) S 18941 18944 5678 0 -1 1077944384 44 12373 0 0 0 0 5 3 20 0 15 0 14565643 14405136384 217135 18446744073709551615 4194304 4196468 140729555436416 139717068956544 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19002] ppid=18941 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/19002/stat : 19002 (java) S 18941 18944 5678 0 -1 1077944384 3 12373 0 0 0 0 5 3 20 0 15 0 14565646 14405136384 217135 18446744073709551615 4194304 4196468 140729555436416 139717067904848 139718155233179 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0

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

/proc/18944/task/19006/stat : 19006 (java) S 18941 18944 5678 0 -1 1077944384 3 12373 0 0 0 0 5 3 20 0 15 0 14565646 14405136384 273852 18446744073709551615 4194304 4196468 140729555436416 139717063695072 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19007] ppid=18941 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/18944/task/19007/stat : 19007 (java) S 18941 18944 5678 0 -1 1077944384 525 12373 0 0 3 2 5 3 20 0 15 0 14565650 14405136384 273852 18446744073709551615 4194304 4196468 140729555436416 139717062642352 139718155225730 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
Current children cumulated CPU time (s) 110.96
Current children cumulated vsize (KiB) 14067516

[startup+162.302 s]
/proc/loadavg: 1.48 1.65 1.83 3/210 19014
/proc/meminfo: memFree=25650544/32770624 swapFree=0/954544
[pid=18944] ppid=18941 vsize=14067516 CPUtime=171.67 cores=0,2,4,6
/proc/18944/stat : 18944 (java) S 18941 18944 5678 0 -1 1077944320 94928 12373 0 0 17104 55 5 3 20 0 15 0 14565619 14405136384 271082 18446744073709551615 4194304 4196468 140729555436416 140729555418960 139718155214583 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
/proc/18944/statm: 3516879 271082 3465 1 0 3505501 0
[pid=18944/tid=18994] ppid=18941 vsize=14067516 CPUtime=160.96 cores=0,2,4,6
/proc/18944/task/18994/stat : 18994 (java) R 18941 18944 5678 0 -1 4202560 53572 12373 0 0 16063 25 5 3 20 0 15 0 14565641 14405136384 271082 18446744073709551615 4194304 4196468 140729555436416 139718159448864 139717799458271 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18995] ppid=18941 vsize=14067516 CPUtime=0.56 cores=0,2,4,6
/proc/18944/task/18995/stat : 18995 (java) S 18941 18944 5678 0 -1 1077944384 3377 12373 0 0 43 5 5 3 20 0 15 0 14565641 14405136384 271082 18446744073709551615 4194304 4196468 140729555436416 139718112181392 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18996] ppid=18941 vsize=14067516 CPUtime=0.56 cores=0,2,4,6
/proc/18944/task/18996/stat : 18996 (java) S 18941 18944 5678 0 -1 1077944384 1030 12373 0 0 44 4 5 3 20 0 15 0 14565641 14405136384 271082 18446744073709551615 4194304 4196468 140729555436416 139718111128592 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18997] ppid=18941 vsize=14067516 CPUtime=0.56 cores=0,2,4,6
/proc/18944/task/18997/stat : 18997 (java) S 18941 18944 5678 0 -1 1077944384 1862 12373 0 0 45 3 5 3 20 0 15 0 14565641 14405136384 271082 18446744073709551615 4194304 4196468 140729555436416 139718110075792 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18998] ppid=18941 vsize=14067516 CPUtime=0.56 cores=0,2,4,6
/proc/18944/task/18998/stat : 18998 (java) S 18941 18944 5678 0 -1 1077944384 3423 12373 0 0 44 4 5 3 20 0 15 0 14565641 14405136384 271082 18446744073709551615 4194304 4196468 140729555436416 139718109022992 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18999] ppid=18941 vsize=14067516 CPUtime=0.54 cores=0,2,4,6
/proc/18944/task/18999/stat : 18999 (java) S 18941 18944 5678 0 -1 1077944384 5314 12373 0 0 42 4 5 3 20 0 15 0 14565643 14405136384 271082 18446744073709551615 4194304 4196468 140729555436416 139717071063408 139718155225730 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19000] ppid=18941 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/19000/stat : 19000 (java) S 18941 18944 5678 0 -1 1077944384 55 12373 0 0 0 0 5 3 20 0 15 0 14565643 14405136384 271082 18446744073709551615 4194304 4196468 140729555436416 139717070009440 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19001] ppid=18941 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/19001/stat : 19001 (java) S 18941 18944 5678 0 -1 1077944384 44 12373 0 0 0 0 5 3 20 0 15 0 14565643 14405136384 271082 18446744073709551615 4194304 4196468 140729555436416 139717068956544 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19002] ppid=18941 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/19002/stat : 19002 (java) S 18941 18944 5678 0 -1 1077944384 3 12373 0 0 0 0 5 3 20 0 15 0 14565646 14405136384 271082 18446744073709551615 4194304 4196468 140729555436416 139717067904848 139718155233179 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19003] ppid=18941 vsize=14067516 CPUtime=3.21 cores=0,2,4,6
/proc/18944/task/19003/stat : 19003 (java) S 18941 18944 5678 0 -1 1077944384 6153 12373 0 0 310 3 5 3 20 0 15 0 14565646 14405136384 271082 18446744073709551615 4194304 4196468 140729555436416 139717066853232 139718155225730 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19004] ppid=18941 vsize=14067516 CPUtime=3.45 cores=0,2,4,6
/proc/18944/task/19004/stat : 19004 (java) S 18941 18944 5678 0 -1 1077944384 9751 12373 0 0 336 1 5 3 20 0 15 0 14565646 14405136384 271082 18446744073709551615 4194304 4196468 140729555436416 139717065800432 139718155225730 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19005] ppid=18941 vsize=14067516 CPUtime=1.69 cores=0,2,4,6
/proc/18944/task/19005/stat : 19005 (java) S 18941 18944 5678 0 -1 1077944384 7612 12373 0 0 160 1 5 3 20 0 15 0 14565646 14405136384 271082 18446744073709551615 4194304 4196468 140729555436416 139717064747632 139718155225730 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19006] ppid=18941 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/19006/stat : 19006 (java) S 18941 18944 5678 0 -1 1077944384 3 12373 0 0 0 0 5 3 20 0 15 0 14565646 14405136384 271082 18446744073709551615 4194304 4196468 140729555436416 139717063695072 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19007] ppid=18941 vsize=14067516 CPUtime=0.18 cores=0,2,4,6
/proc/18944/task/19007/stat : 19007 (java) S 18941 18944 5678 0 -1 1077944384 580 12373 0 0 5 5 5 3 20 0 15 0 14565650 14405136384 271082 18446744073709551615 4194304 4196468 140729555436416 139717062642352 139718155225730 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
Current children cumulated CPU time (s) 171.67
Current children cumulated vsize (KiB) 14067516

[startup+222.306 s]
/proc/loadavg: 1.33 1.57 1.79 3/211 19142
/proc/meminfo: memFree=28926284/32770624 swapFree=0/954616
[pid=18944] ppid=18941 vsize=14067516 CPUtime=232.49 cores=0,2,4,6
/proc/18944/stat : 18944 (java) S 18941 18944 5678 0 -1 1077944320 100765 12373 0 0 23178 63 5 3 20 0 15 0 14565619 14405136384 269455 18446744073709551615 4194304 4196468 140729555436416 140729555418960 139718155214583 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
/proc/18944/statm: 3516879 269455 3465 1 0 3505501 0
[pid=18944/tid=18994] ppid=18941 vsize=14067516 CPUtime=220.32 cores=0,2,4,6
/proc/18944/task/18994/stat : 18994 (java) R 18941 18944 5678 0 -1 4202560 55266 12373 0 0 21998 26 5 3 20 0 15 0 14565641 14405136384 269455 18446744073709551615 4194304 4196468 140729555436416 139718159448976 139717799278421 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18995] ppid=18941 vsize=14067516 CPUtime=0.84 cores=0,2,4,6
/proc/18944/task/18995/stat : 18995 (java) S 18941 18944 5678 0 -1 1077944384 4003 12373 0 0 70 6 5 3 20 0 15 0 14565641 14405136384 269455 18446744073709551615 4194304 4196468 140729555436416 139718112181392 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18996] ppid=18941 vsize=14067516 CPUtime=0.85 cores=0,2,4,6
/proc/18944/task/18996/stat : 18996 (java) S 18941 18944 5678 0 -1 1077944384 1096 12373 0 0 72 5 5 3 20 0 15 0 14565641 14405136384 269455 18446744073709551615 4194304 4196468 140729555436416 139718111128592 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18997] ppid=18941 vsize=14067516 CPUtime=0.84 cores=0,2,4,6
/proc/18944/task/18997/stat : 18997 (java) S 18941 18944 5678 0 -1 1077944384 1983 12373 0 0 72 4 5 3 20 0 15 0 14565641 14405136384 269455 18446744073709551615 4194304 4196468 140729555436416 139718110075792 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18998] ppid=18941 vsize=14067516 CPUtime=0.85 cores=0,2,4,6
/proc/18944/task/18998/stat : 18998 (java) S 18941 18944 5678 0 -1 1077944384 4495 12373 0 0 71 6 5 3 20 0 15 0 14565641 14405136384 269455 18446744073709551615 4194304 4196468 140729555436416 139718109022992 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18999] ppid=18941 vsize=14067516 CPUtime=0.82 cores=0,2,4,6
/proc/18944/task/18999/stat : 18999 (java) S 18941 18944 5678 0 -1 1077944384 5676 12373 0 0 68 6 5 3 20 0 15 0 14565643 14405136384 269455 18446744073709551615 4194304 4196468 140729555436416 139717071063408 139718155225730 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19000] ppid=18941 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/19000/stat : 19000 (java) S 18941 18944 5678 0 -1 1077944384 55 12373 0 0 0 0 5 3 20 0 15 0 14565643 14405136384 269455 18446744073709551615 4194304 4196468 140729555436416 139717070009440 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19001] ppid=18941 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/19001/stat : 19001 (java) S 18941 18944 5678 0 -1 1077944384 44 12373 0 0 0 0 5 3 20 0 15 0 14565643 14405136384 269455 18446744073709551615 4194304 4196468 140729555436416 139717068956544 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19002] ppid=18941 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/19002/stat : 19002 (java) S 18941 18944 5678 0 -1 1077944384 3 12373 0 0 0 0 5 3 20 0 15 0 14565646 14405136384 269455 18446744073709551615 4194304 4196468 140729555436416 139717067904848 139718155233179 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19003] ppid=18941 vsize=14067516 CPUtime=3.21 cores=0,2,4,6
/proc/18944/task/19003/stat : 19003 (java) S 18941 18944 5678 0 -1 1077944384 6156 12373 0 0 310 3 5 3 20 0 15 0 14565646 14405136384 269455 18446744073709551615 4194304 4196468 140729555436416 139717066853232 139718155225730 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19004] ppid=18941 vsize=14067516 CPUtime=3.45 cores=0,2,4,6
/proc/18944/task/19004/stat : 19004 (java) S 18941 18944 5678 0 -1 1077944384 11076 12373 0 0 336 1 5 3 20 0 15 0 14565646 14405136384 269455 18446744073709551615 4194304 4196468 140729555436416 139717065800432 139718155225730 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19005] ppid=18941 vsize=14067516 CPUtime=1.7 cores=0,2,4,6
/proc/18944/task/19005/stat : 19005 (java) S 18941 18944 5678 0 -1 1077944384 8153 12373 0 0 160 2 5 3 20 0 15 0 14565646 14405136384 269455 18446744073709551615 4194304 4196468 140729555436416 139717064747632 139718155225730 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19006] ppid=18941 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/19006/stat : 19006 (java) S 18941 18944 5678 0 -1 1077944384 3 12373 0 0 0 0 5 3 20 0 15 0 14565646 14405136384 269455 18446744073709551615 4194304 4196468 140729555436416 139717063695072 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19007] ppid=18941 vsize=14067516 CPUtime=0.22 cores=0,2,4,6
/proc/18944/task/19007/stat : 19007 (java) S 18941 18944 5678 0 -1 1077944384 607 12373 0 0 7 7 5 3 20 0 15 0 14565650 14405136384 269455 18446744073709551615 4194304 4196468 140729555436416 139717062642352 139718155225730 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
Current children cumulated CPU time (s) 232.49
Current children cumulated vsize (KiB) 14067516



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.16 1.52 1.77 3/211 19142
/proc/meminfo: memFree=28715528/32770624 swapFree=0/954632
[pid=18944] ppid=18941 vsize=14067516 CPUtime=250.44 cores=0,2,4,6
/proc/18944/stat : 18944 (java) S 18941 18944 5678 0 -1 1077944320 101091 12373 0 0 24970 66 5 3 20 0 15 0 14565619 14405136384 269455 18446744073709551615 4194304 4196468 140729555436416 140729555418960 139718155214583 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
/proc/18944/statm: 3516879 269455 3465 1 0 3505501 0
[pid=18944/tid=18994] ppid=18941 vsize=14067516 CPUtime=237.8 cores=0,2,4,6
/proc/18944/task/18994/stat : 18994 (java) R 18941 18944 5678 0 -1 4202560 55566 12373 0 0 23746 26 5 3 20 0 15 0 14565641 14405136384 269455 18446744073709551615 4194304 4196468 140729555436416 139718159449040 139717801454297 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18995] ppid=18941 vsize=14067516 CPUtime=0.93 cores=0,2,4,6
/proc/18944/task/18995/stat : 18995 (java) S 18941 18944 5678 0 -1 1077944384 4008 12373 0 0 78 7 5 3 20 0 15 0 14565641 14405136384 269455 18446744073709551615 4194304 4196468 140729555436416 139718112181392 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18996] ppid=18941 vsize=14067516 CPUtime=0.93 cores=0,2,4,6
/proc/18944/task/18996/stat : 18996 (java) S 18941 18944 5678 0 -1 1077944384 1101 12373 0 0 80 5 5 3 20 0 15 0 14565641 14405136384 269455 18446744073709551615 4194304 4196468 140729555436416 139718111128592 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18997] ppid=18941 vsize=14067516 CPUtime=0.94 cores=0,2,4,6
/proc/18944/task/18997/stat : 18997 (java) S 18941 18944 5678 0 -1 1077944384 1986 12373 0 0 81 5 5 3 20 0 15 0 14565641 14405136384 269455 18446744073709551615 4194304 4196468 140729555436416 139718110075792 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18998] ppid=18941 vsize=14067516 CPUtime=0.94 cores=0,2,4,6
/proc/18944/task/18998/stat : 18998 (java) S 18941 18944 5678 0 -1 1077944384 4498 12373 0 0 80 6 5 3 20 0 15 0 14565641 14405136384 269455 18446744073709551615 4194304 4196468 140729555436416 139718109022992 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18999] ppid=18941 vsize=14067516 CPUtime=0.91 cores=0,2,4,6
/proc/18944/task/18999/stat : 18999 (java) S 18941 18944 5678 0 -1 1077944384 5684 12373 0 0 76 7 5 3 20 0 15 0 14565643 14405136384 269455 18446744073709551615 4194304 4196468 140729555436416 139717071063408 139718155225730 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19000] ppid=18941 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/19000/stat : 19000 (java) S 18941 18944 5678 0 -1 1077944384 55 12373 0 0 0 0 5 3 20 0 15 0 14565643 14405136384 269455 18446744073709551615 4194304 4196468 140729555436416 139717070009440 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19001] ppid=18941 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/19001/stat : 19001 (java) S 18941 18944 5678 0 -1 1077944384 44 12373 0 0 0 0 5 3 20 0 15 0 14565643 14405136384 269455 18446744073709551615 4194304 4196468 140729555436416 139717068956544 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19002] ppid=18941 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/19002/stat : 19002 (java) S 18941 18944 5678 0 -1 1077944384 3 12373 0 0 0 0 5 3 20 0 15 0 14565646 14405136384 269455 18446744073709551615 4194304 4196468 140729555436416 139717067904848 139718155233179 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19003] ppid=18941 vsize=14067516 CPUtime=3.21 cores=0,2,4,6
/proc/18944/task/19003/stat : 19003 (java) S 18941 18944 5678 0 -1 1077944384 6156 12373 0 0 310 3 5 3 20 0 15 0 14565646 14405136384 269455 18446744073709551615 4194304 4196468 140729555436416 139717066853232 139718155225730 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19004] ppid=18941 vsize=14067516 CPUtime=3.45 cores=0,2,4,6
/proc/18944/task/19004/stat : 19004 (java) S 18941 18944 5678 0 -1 1077944384 11078 12373 0 0 336 1 5 3 20 0 15 0 14565646 14405136384 269455 18446744073709551615 4194304 4196468 140729555436416 139717065800432 139718155225730 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19005] ppid=18941 vsize=14067516 CPUtime=1.7 cores=0,2,4,6
/proc/18944/task/19005/stat : 19005 (java) S 18941 18944 5678 0 -1 1077944384 8153 12373 0 0 160 2 5 3 20 0 15 0 14565646 14405136384 269455 18446744073709551615 4194304 4196468 140729555436416 139717064747632 139718155225730 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19006] ppid=18941 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/19006/stat : 19006 (java) S 18941 18944 5678 0 -1 1077944384 3 12373 0 0 0 0 5 3 20 0 15 0 14565646 14405136384 269455 18446744073709551615 4194304 4196468 140729555436416 139717063695072 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19007] ppid=18941 vsize=14067516 CPUtime=0.23 cores=0,2,4,6
/proc/18944/task/19007/stat : 19007 (java) S 18941 18944 5678 0 -1 1077944384 607 12373 0 0 8 7 5 3 20 0 15 0 14565650 14405136384 269455 18446744073709551615 4194304 4196468 140729555436416 139717062642352 139718155225730 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
Current children cumulated CPU time (s) 250.44
Current children cumulated vsize (KiB) 14067516

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

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

[startup+240.201 s]
/proc/loadavg: 1.16 1.52 1.77 3/211 19142
/proc/meminfo: memFree=28715528/32770624 swapFree=0/954632
[pid=18944] ppid=18941 vsize=14200644 CPUtime=250.95 cores=0,2,4,6
/proc/18944/stat : 18944 (java) S 18941 18944 5678 0 -1 1077944320 113236 12373 0 0 25020 67 5 3 20 0 17 0 14565619 14541459456 271128 18446744073709551615 4194304 4196468 140729555436416 140729555418960 139718155214583 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
/proc/18944/statm: 3550161 271128 3465 1 0 3538783 0
[pid=18944/tid=18994] ppid=18941 vsize=14200644 CPUtime=237.81 cores=0,2,4,6
/proc/18944/task/18994/stat : 18994 (java) S 18941 18944 5678 0 -1 1077944384 56545 12373 0 0 23747 26 5 3 20 0 17 0 14565641 14541459456 271128 18446744073709551615 4194304 4196468 140729555436416 139718159452288 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18995] ppid=18941 vsize=14200644 CPUtime=1.03 cores=0,2,4,6
/proc/18944/task/18995/stat : 18995 (java) S 18941 18944 5678 0 -1 1077944384 4036 12373 0 0 88 7 5 3 20 0 17 0 14565641 14541459456 271128 18446744073709551615 4194304 4196468 140729555436416 139718112181392 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18996] ppid=18941 vsize=14200644 CPUtime=1.04 cores=0,2,4,6
/proc/18944/task/18996/stat : 18996 (java) S 18941 18944 5678 0 -1 1077944384 1110 12373 0 0 91 5 5 3 20 0 17 0 14565641 14541459456 271128 18446744073709551615 4194304 4196468 140729555436416 139718111128592 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18997] ppid=18941 vsize=14200644 CPUtime=1.04 cores=0,2,4,6
/proc/18944/task/18997/stat : 18997 (java) S 18941 18944 5678 0 -1 1077944384 2003 12373 0 0 91 5 5 3 20 0 17 0 14565641 14541459456 271128 18446744073709551615 4194304 4196468 140729555436416 139718110075792 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18998] ppid=18941 vsize=14200644 CPUtime=1.04 cores=0,2,4,6
/proc/18944/task/18998/stat : 18998 (java) S 18941 18944 5678 0 -1 1077944384 4523 12373 0 0 90 6 5 3 20 0 17 0 14565641 14541459456 271128 18446744073709551615 4194304 4196468 140729555436416 139718109022992 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=18999] ppid=18941 vsize=14200644 CPUtime=1 cores=0,2,4,6
/proc/18944/task/18999/stat : 18999 (java) R 18941 18944 5678 0 -1 4202560 15286 12373 0 0 85 7 5 3 20 0 17 0 14565643 14541459456 271128 18446744073709551615 4194304 4196468 140729555436416 139717071061808 139718139570755 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19000] ppid=18941 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/19000/stat : 19000 (java) S 18941 18944 5678 0 -1 1077944384 57 12373 0 0 0 0 5 3 20 0 17 0 14565643 14541459456 271128 18446744073709551615 4194304 4196468 140729555436416 139717070008976 139718155225730 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19001] ppid=18941 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/19001/stat : 19001 (java) S 18941 18944 5678 0 -1 1077944384 48 12373 0 0 0 0 5 3 20 0 17 0 14565643 14541459456 271128 18446744073709551615 4194304 4196468 140729555436416 139717068956544 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19002] ppid=18941 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/19002/stat : 19002 (java) S 18941 18944 5678 0 -1 1077944384 249 12373 0 0 0 0 5 3 20 0 17 0 14565646 14541459456 271128 18446744073709551615 4194304 4196468 140729555436416 139717067904848 139718155233179 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19003] ppid=18941 vsize=14200644 CPUtime=3.21 cores=0,2,4,6
/proc/18944/task/19003/stat : 19003 (java) S 18941 18944 5678 0 -1 1077944384 6156 12373 0 0 310 3 5 3 20 0 17 0 14565646 14541459456 271128 18446744073709551615 4194304 4196468 140729555436416 139717066853232 139718155225730 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19004] ppid=18941 vsize=14200644 CPUtime=3.45 cores=0,2,4,6
/proc/18944/task/19004/stat : 19004 (java) S 18941 18944 5678 0 -1 1077944384 11078 12373 0 0 336 1 5 3 20 0 17 0 14565646 14541459456 271128 18446744073709551615 4194304 4196468 140729555436416 139717065800432 139718155225730 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19005] ppid=18941 vsize=14200644 CPUtime=1.7 cores=0,2,4,6
/proc/18944/task/19005/stat : 19005 (java) S 18941 18944 5678 0 -1 1077944384 9014 12373 0 0 160 2 5 3 20 0 17 0 14565646 14541459456 271128 18446744073709551615 4194304 4196468 140729555436416 139717064747200 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19006] ppid=18941 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/18944/task/19006/stat : 19006 (java) S 18941 18944 5678 0 -1 1077944384 3 12373 0 0 0 0 5 3 20 0 17 0 14565646 14541459456 271128 18446744073709551615 4194304 4196468 140729555436416 139717063695072 139718155224789 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
[pid=18944/tid=19007] ppid=18941 vsize=14200644 CPUtime=0.23 cores=0,2,4,6
/proc/18944/task/19007/stat : 19007 (java) S 18941 18944 5678 0 -1 1077944384 607 12373 0 0 8 7 5 3 20 0 17 0 14565650 14541459456 271128 18446744073709551615 4194304 4196468 140729555436416 139717062642352 139718155225730 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11026432 140729555437517 140729555440302 140729555440302 140729555443663 0
Current children cumulated CPU time (s) 250.95
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 240.248
CPU time (s): 251.021
CPU user time (s): 250.302
CPU system time (s): 0.719608
CPU usage (%): 104.484
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.302
system time used= 0.719608
maximum resident set size= 1133356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126184
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= 28555
involuntary context switches= 865

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.06459 second user time and 1.48029 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-02 09:22:50
IDJOB=4259385
IDBENCH=136396
IDSOLVER=2646
FILE ID=node128/4259385-1501659409
RUNJOBID= node128-1501642693-29417
PBS_JOBID= 
Free space on /tmp= 61828 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n1c3w4r.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259385-1501659409/watcher-4259385-1501659409 -o /tmp/evaluation-result-4259385-1501659409/solver-4259385-1501659409 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node128-1501642693-29417 --watchdog 300  bin/concrete HOME/instance-4259385-1501659409.xml

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

MD5SUM BENCH= a67d0fa6b826179476c8a9ead60c2ec9
RANDOM SEED=385910333

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:        27818476 kB
MemAvailable:   28781652 kB
Buffers:          134072 kB
Cached:          1108328 kB
SwapCached:            0 kB
Active:          3575416 kB
Inactive:         962408 kB
Active(anon):    3295432 kB
Inactive(anon):     8532 kB
Active(file):     279984 kB
Inactive(file):   953876 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             23628 kB
Writeback:             0 kB
AnonPages:       3294680 kB
Mapped:            43912 kB
Shmem:              8872 kB
Slab:             116700 kB
SReclaimable:      90304 kB
SUnreclaim:        26396 kB
KernelStack:        3472 kB
PageTables:        11620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4554024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3059712 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61804 MiB
End job on node128 at 2017-08-02 09:26:51