Trace number 4259829

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)104 254.672 240.033

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n20/
TravellingSalesman-20-30-18.xml
MD5SUM42f1d058d9b6109346b78f68a037a5c1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark254.672
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints21
Number of domains2
Minimum domain size20
Maximum domain size29
Distribution of domain sizes[{"size":20,"count":20},{"size":29,"count":20}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":20},{"arity":20,"count":1}]
Number of extensional constraints20
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":20},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

3.49/2.21	c Concrete v3.4 running
7.91/3.97	o 318
8.24/4.02	o 309
8.24/4.05	o 307
8.24/4.08	o 296
8.59/4.10	o 272
8.59/4.15	o 271
8.59/4.17	o 264
8.59/4.19	o 248
8.94/4.20	o 236
8.94/4.22	o 196
8.94/4.24	o 189
8.94/4.27	o 179
8.94/4.28	o 177
9.27/4.30	o 176
9.27/4.32	o 169
9.27/4.34	o 166
9.27/4.35	o 165
9.27/4.37	o 161
9.56/4.40	o 157
9.56/4.41	o 153
9.56/4.42	o 151
9.56/4.49	o 148
9.56/4.50	o 145
9.89/4.51	o 140
9.89/4.54	o 137
9.89/4.56	o 136
9.89/4.57	o 134
10.19/4.61	o 133
10.19/4.62	o 128
10.19/4.64	o 126
10.19/4.65	o 125
10.19/4.66	o 121
10.79/4.83	o 119
11.09/4.90	o 118
11.09/4.96	o 117
11.09/4.97	o 115
11.09/4.98	o 114
12.48/5.53	o 113
12.48/5.56	o 108
12.48/5.57	o 107
20.03/11.84	o 106
43.40/34.15	o 104
254.61/240.00	java.util.concurrent.TimeoutException
254.61/240.01		at concrete.MAC.mac(MAC.scala:74)
254.61/240.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
254.61/240.01		at scala.util.Try$.apply(Try.scala:209)
254.61/240.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
254.61/240.01		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
254.61/240.01		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
254.61/240.01		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
254.61/240.01		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
254.61/240.01		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
254.61/240.01		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
254.61/240.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
254.61/240.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
254.61/240.01		at concrete.MAC.oneRun(MAC.scala:146)
254.61/240.01		at concrete.MAC.nextSolution(MAC.scala:166)
254.61/240.01		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
254.61/240.01		at concrete.ProblemState.map(ProblemState.scala:203)
254.61/240.01		at concrete.ProblemState.map(ProblemState.scala:188)
254.61/240.01		at concrete.MAC.nextSolution(MAC.scala:195)
254.61/240.01		at concrete.Solver.hasNext(Solver.scala:202)
254.61/240.01		at scala.collection.Iterator.toStream(Iterator.scala:1403)
254.61/240.01		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
254.61/240.01		at concrete.Solver.toStream(Solver.scala:73)
254.61/240.01		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
254.61/240.01		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
254.61/240.01		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
254.61/240.01		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
254.61/240.01		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
254.61/240.01		at scala.util.Success.$anonfun$map$1(Try.scala:251)
254.61/240.01		at scala.util.Success.map(Try.scala:209)
254.61/240.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
254.61/240.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
254.61/240.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
254.61/240.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
254.61/240.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
254.61/240.01		at scala.Function0.apply$mcV$sp(Function0.scala:34)
254.61/240.01		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
254.61/240.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
254.61/240.01		at scala.App.$anonfun$main$1$adapted(App.scala:76)
254.61/240.01		at scala.collection.immutable.List.foreach(List.scala:389)
254.61/240.01		at scala.App.main(App.scala:76)
254.61/240.01		at scala.App.main$(App.scala:74)
254.61/240.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
254.61/240.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
254.61/240.01	v <instantiation cost="104">
254.61/240.01	v       <list>
254.61/240.01	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19]
254.61/240.01	v       </list>
254.61/240.01	v       <values>
254.61/240.01	v         4 13 15 12 6 3 5 7 9 11 14 18 19 17 16 10 8 2 1 0 11 3 8 9 5 1 3 3 4 4 6 1 1 2 8 5 10 6 7 7
254.61/240.01	v       </values>
254.61/240.01	v     </instantiation>
254.61/240.01	s SATISFIABLE

Verifier Data

OK	104

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

pid=16802
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.37 1.63 1.74 2/194 16805
/proc/meminfo: memFree=29928140/32770624 swapFree=0/952616
[pid=16805] ppid=16802 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/16805/stat : 16805 (runsolver) D 16802 16805 5678 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 14404151 24240128 107 18446744073709551615 4194304 4338465 140726479676048 140726479673688 140329345483479 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 13930496 140726479683792 140726479684166 140726479684166 140726479687626 0
/proc/16805/statm: 5918 107 54 36 0 2156 0

[startup+0.100115 s]
/proc/loadavg: 1.37 1.63 1.74 2/194 16805
/proc/meminfo: memFree=29928140/32770624 swapFree=0/952616
[pid=16805] ppid=16802 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/16805/stat : 16805 (bash) S 16802 16805 5678 0 -1 4202496 648 0 0 0 0 0 0 0 20 0 1 0 14404151 9736192 351 18446744073709551615 4194304 5098028 140733663522304 140733663519944 140160617282560 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 9 0 0 7196144 7232144 38481920 140733663523345 140733663523430 140733663523430 140733663526890 0
/proc/16805/statm: 2377 351 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200231 s]
/proc/loadavg: 1.37 1.63 1.74 2/194 16805
/proc/meminfo: memFree=29928140/32770624 swapFree=0/952616
[pid=16805] ppid=16802 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/16805/stat : 16805 (bash) S 16802 16805 5678 0 -1 4202496 890 6492 0 0 0 0 0 1 20 0 1 0 14404151 9867264 376 18446744073709551615 4194304 5098028 140733663522304 140733663516312 140160617282560 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 9 0 0 7196144 7232144 38481920 140733663523345 140733663523430 140733663523430 140733663526890 0
/proc/16805/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300324 s]
/proc/loadavg: 1.37 1.63 1.74 2/194 16805
/proc/meminfo: memFree=29928140/32770624 swapFree=0/952616
[pid=16805] ppid=16802 vsize=13907308 CPUtime=0.14 cores=0,2,4,6
/proc/16805/stat : 16805 (java) S 16802 16805 5678 0 -1 1077944320 5496 12739 0 0 5 1 6 2 20 0 14 0 14404151 14241083392 5176 18446744073709551615 4194304 4196468 140733212222000 140733212204544 139828473999095 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
/proc/16805/statm: 3476827 5176 2559 1 0 3466332 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700261 s]
/proc/loadavg: 1.37 1.63 1.74 2/194 16805
/proc/meminfo: memFree=29928140/32770624 swapFree=0/952616
[pid=16805] ppid=16802 vsize=13974784 CPUtime=0.69 cores=0,2,4,6
/proc/16805/stat : 16805 (java) S 16802 16805 5678 0 -1 1077944320 13841 12739 0 0 57 4 6 2 20 0 15 0 14404151 14310178816 14292 18446744073709551615 4194304 4196468 140733212222000 140733212204544 139828473999095 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
/proc/16805/statm: 3493696 14292 3103 1 0 3482973 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13974784

[startup+1.50184 s]
/proc/loadavg: 1.37 1.63 1.74 3/209 16868
/proc/meminfo: memFree=29835056/32770624 swapFree=0/952916
[pid=16805] ppid=16802 vsize=13985408 CPUtime=1.89 cores=0,2,4,6
/proc/16805/stat : 16805 (java) S 16802 16805 5678 0 -1 1077944320 28192 12739 0 0 172 9 6 2 20 0 15 0 14404151 14321057792 39662 18446744073709551615 4194304 4196468 140733212222000 140733212204544 139828473999095 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
/proc/16805/statm: 3496352 39662 3343 1 0 3485533 0
[pid=16805/tid=16855] ppid=16802 vsize=13985408 CPUtime=1.3 cores=0,2,4,6
/proc/16805/task/16855/stat : 16855 (java) S 16802 16805 5678 0 -1 1077944384 22374 12739 0 0 116 6 6 2 20 0 15 0 14404173 14321057792 39662 18446744073709551615 4194304 4196468 140733212222000 139828478215040 139828474010242 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16856] ppid=16802 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16856/stat : 16856 (java) S 16802 16805 5678 0 -1 1077944384 49 12739 0 0 0 0 6 2 20 0 15 0 14404174 14321057792 39662 18446744073709551615 4194304 4196468 140733212222000 139828434897424 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16857] ppid=16802 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16857/stat : 16857 (java) S 16802 16805 5678 0 -1 1077944384 64 12739 0 0 0 0 6 2 20 0 15 0 14404174 14321057792 39662 18446744073709551615 4194304 4196468 140733212222000 139828433844880 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16858] ppid=16802 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16858/stat : 16858 (java) S 16802 16805 5678 0 -1 1077944384 39 12739 0 0 0 0 6 2 20 0 15 0 14404174 14321057792 39688 18446744073709551615 4194304 4196468 140733212222000 139828432791824 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16859] ppid=16802 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16859/stat : 16859 (java) S 16802 16805 5678 0 -1 1077944384 197 12739 0 0 0 0 6 2 20 0 15 0 14404174 14321057792 39688 18446744073709551615 4194304 4196468 140733212222000 139828071426448 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16860] ppid=16802 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16860/stat : 16860 (java) R 16802 16805 5678 0 -1 4202560 68 12739 0 0 0 0 6 2 20 0 15 0 14404175 14321057792 39688 18446744073709551615 4194304 4196468 140733212222000 139827952440384 139828454193786 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16861] ppid=16802 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16861/stat : 16861 (java) S 16802 16805 5678 0 -1 1077944384 33 12739 0 0 0 0 6 2 20 0 15 0 14404176 14321057792 39688 18446744073709551615 4194304 4196468 140733212222000 139827951388320 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16862] ppid=16802 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16862/stat : 16862 (java) S 16802 16805 5678 0 -1 1077944384 21 12739 0 0 0 0 6 2 20 0 15 0 14404176 14321057792 39688 18446744073709551615 4194304 4196468 140733212222000 139827950335216 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16863] ppid=16802 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16863/stat : 16863 (java) S 16802 16805 5678 0 -1 1077944384 3 12739 0 0 0 0 6 2 20 0 15 0 14404179 14321057792 39688 18446744073709551615 4194304 4196468 140733212222000 139827949283792 139828474017691 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16864] ppid=16802 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/16805/task/16864/stat : 16864 (java) S 16802 16805 5678 0 -1 1077944384 1190 12739 0 0 16 0 6 2 20 0 15 0 14404179 14321057792 39688 18446744073709551615 4194304 4196468 140733212222000 139827948230896 139828474010242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16865] ppid=16802 vsize=13985408 CPUtime=0.2 cores=0,2,4,6
/proc/16805/task/16865/stat : 16865 (java) S 16802 16805 5678 0 -1 1077944384 622 12739 0 0 12 0 6 2 20 0 15 0 14404179 14321057792 39688 18446744073709551615 4194304 4196468 140733212222000 139827947178352 139828474010242 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16866] ppid=16802 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/16805/task/16866/stat : 16866 (java) S 16802 16805 5678 0 -1 1077944384 1372 12739 0 0 23 0 6 2 20 0 15 0 14404179 14321057792 39688 18446744073709551615 4194304 4196468 140733212222000 139827946120512 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16867] ppid=16802 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16867/stat : 16867 (java) S 16802 16805 5678 0 -1 1077944384 3 12739 0 0 0 0 6 2 20 0 15 0 14404179 14321057792 39688 18446744073709551615 4194304 4196468 140733212222000 139827945072992 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16868] ppid=16802 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16868/stat : 16868 (java) S 16802 16805 5678 0 -1 1077944384 10 12739 0 0 0 0 6 2 20 0 15 0 14404183 14321057792 39688 18446744073709551615 4194304 4196468 140733212222000 139827944021040 139828474010242 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 13985408

[startup+3.10172 s]
/proc/loadavg: 1.37 1.63 1.74 4/209 16868
/proc/meminfo: memFree=29756696/32770624 swapFree=0/952916
[pid=16805] ppid=16802 vsize=13999932 CPUtime=5.45 cores=0,2,4,6
/proc/16805/stat : 16805 (java) S 16802 16805 5678 0 -1 1077944320 49497 12739 0 0 521 16 6 2 20 0 15 0 14404151 14335930368 56714 18446744073709551615 4194304 4196468 140733212222000 140733212204544 139828473999095 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
/proc/16805/statm: 3499983 56714 3441 1 0 3488605 0
[pid=16805/tid=16855] ppid=16802 vsize=13999932 CPUtime=2.88 cores=0,2,4,6
/proc/16805/task/16855/stat : 16855 (java) R 16802 16805 5678 0 -1 4202560 35750 12739 0 0 270 10 6 2 20 0 15 0 14404173 14335930368 56714 18446744073709551615 4194304 4196468 140733212222000 139828478229664 139828112949339 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16856] ppid=16802 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16856/stat : 16856 (java) S 16802 16805 5678 0 -1 1077944384 54 12739 0 0 0 0 6 2 20 0 15 0 14404174 14335930368 56714 18446744073709551615 4194304 4196468 140733212222000 139828434897424 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16857] ppid=16802 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/16805/task/16857/stat : 16857 (java) S 16802 16805 5678 0 -1 1077944384 65 12739 0 0 1 0 6 2 20 0 15 0 14404174 14335930368 56714 18446744073709551615 4194304 4196468 140733212222000 139828433844880 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16858] ppid=16802 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16858/stat : 16858 (java) S 16802 16805 5678 0 -1 1077944384 39 12739 0 0 0 0 6 2 20 0 15 0 14404174 14335930368 56714 18446744073709551615 4194304 4196468 140733212222000 139828432791824 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16859] ppid=16802 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16859/stat : 16859 (java) S 16802 16805 5678 0 -1 1077944384 201 12739 0 0 0 0 6 2 20 0 15 0 14404174 14335930368 56714 18446744073709551615 4194304 4196468 140733212222000 139828071426448 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16860] ppid=16802 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/16805/task/16860/stat : 16860 (java) S 16802 16805 5678 0 -1 1077944384 1697 12739 0 0 1 0 6 2 20 0 15 0 14404175 14335930368 56714 18446744073709551615 4194304 4196468 140733212222000 139827952442096 139828474010242 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16861] ppid=16802 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16861/stat : 16861 (java) S 16802 16805 5678 0 -1 1077944384 54 12739 0 0 0 0 6 2 20 0 15 0 14404176 14335930368 56714 18446744073709551615 4194304 4196468 140733212222000 139827951388320 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16862] ppid=16802 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16862/stat : 16862 (java) S 16802 16805 5678 0 -1 1077944384 44 12739 0 0 0 0 6 2 20 0 15 0 14404176 14335930368 56714 18446744073709551615 4194304 4196468 140733212222000 139827950335216 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16863] ppid=16802 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16863/stat : 16863 (java) S 16802 16805 5678 0 -1 1077944384 3 12739 0 0 0 0 6 2 20 0 15 0 14404179 14335930368 56714 18446744073709551615 4194304 4196468 140733212222000 139827949283792 139828474017691 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16864] ppid=16802 vsize=13999932 CPUtime=1.02 cores=0,2,4,6
/proc/16805/task/16864/stat : 16864 (java) R 16802 16805 5678 0 -1 4202560 4631 12739 0 0 93 1 6 2 20 0 15 0 14404179 14335930368 56714 18446744073709551615 4194304 4196468 140733212222000 139827948209648 139828467095852 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16865] ppid=16802 vsize=13999932 CPUtime=0.68 cores=0,2,4,6
/proc/16805/task/16865/stat : 16865 (java) R 16802 16805 5678 0 -1 4202560 1453 12739 0 0 59 1 6 2 20 0 15 0 14404179 14335930368 56714 18446744073709551615 4194304 4196468 140733212222000 139827947164192 139828459109720 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16866] ppid=16802 vsize=13999932 CPUtime=1.01 cores=0,2,4,6
/proc/16805/task/16866/stat : 16866 (java) S 16802 16805 5678 0 -1 1077944384 3346 12739 0 0 92 1 6 2 20 0 15 0 14404179 14335930368 56714 18446744073709551615 4194304 4196468 140733212222000 139827946125296 139828474010242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16867] ppid=16802 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16867/stat : 16867 (java) S 16802 16805 5678 0 -1 1077944384 3 12739 0 0 0 0 6 2 20 0 15 0 14404179 14335930368 56714 18446744073709551615 4194304 4196468 140733212222000 139827945072992 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16868] ppid=16802 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16868/stat : 16868 (java) S 16802 16805 5678 0 -1 1077944384 11 12739 0 0 0 0 6 2 20 0 15 0 14404183 14335930368 56714 18446744073709551615 4194304 4196468 140733212222000 139827944021040 139828474010242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
Current children cumulated CPU time (s) 5.45
Current children cumulated vsize (KiB) 13999932

[startup+6.30075 s]
/proc/loadavg: 1.58 1.67 1.75 5/209 16868
/proc/meminfo: memFree=29563340/32770624 swapFree=0/952924
[pid=16805] ppid=16802 vsize=14069564 CPUtime=14.1 cores=0,2,4,6
/proc/16805/stat : 16805 (java) S 16802 16805 5678 0 -1 1077944320 86451 12739 0 0 1377 25 6 2 20 0 15 0 14404151 14407233536 109304 18446744073709551615 4194304 4196468 140733212222000 140733212204544 139828473999095 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
/proc/16805/statm: 3517391 109304 3466 1 0 3506013 0
[pid=16805/tid=16855] ppid=16802 vsize=14069564 CPUtime=5.83 cores=0,2,4,6
/proc/16805/task/16855/stat : 16855 (java) R 16802 16805 5678 0 -1 4202560 46567 12739 0 0 562 13 6 2 20 0 15 0 14404173 14407233536 109304 18446744073709551615 4194304 4196468 140733212222000 139828478229616 139828124702358 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16856] ppid=16802 vsize=14069564 CPUtime=0.19 cores=0,2,4,6
/proc/16805/task/16856/stat : 16856 (java) S 16802 16805 5678 0 -1 1077944384 81 12739 0 0 11 0 6 2 20 0 15 0 14404174 14407233536 109304 18446744073709551615 4194304 4196468 140733212222000 139828434897424 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16857] ppid=16802 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/16805/task/16857/stat : 16857 (java) S 16802 16805 5678 0 -1 1077944384 938 12739 0 0 12 0 6 2 20 0 15 0 14404174 14407233536 109304 18446744073709551615 4194304 4196468 140733212222000 139828433844880 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16858] ppid=16802 vsize=14069564 CPUtime=0.18 cores=0,2,4,6
/proc/16805/task/16858/stat : 16858 (java) S 16802 16805 5678 0 -1 1077944384 486 12739 0 0 9 1 6 2 20 0 15 0 14404174 14407233536 109304 18446744073709551615 4194304 4196468 140733212222000 139828432791824 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16859] ppid=16802 vsize=14069564 CPUtime=0.18 cores=0,2,4,6
/proc/16805/task/16859/stat : 16859 (java) S 16802 16805 5678 0 -1 1077944384 256 12739 0 0 9 1 6 2 20 0 15 0 14404174 14407233536 109304 18446744073709551615 4194304 4196468 140733212222000 139828071426448 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16860] ppid=16802 vsize=14069564 CPUtime=0.19 cores=0,2,4,6
/proc/16805/task/16860/stat : 16860 (java) S 16802 16805 5678 0 -1 1077944384 2604 12739 0 0 11 0 6 2 20 0 15 0 14404175 14407233536 109304 18446744073709551615 4194304 4196468 140733212222000 139827952442096 139828474010242 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16861] ppid=16802 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16861/stat : 16861 (java) S 16802 16805 5678 0 -1 1077944384 58 12739 0 0 0 0 6 2 20 0 15 0 14404176 14407233536 109304 18446744073709551615 4194304 4196468 140733212222000 139827951388384 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16862] ppid=16802 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16862/stat : 16862 (java) S 16802 16805 5678 0 -1 1077944384 46 12739 0 0 0 0 6 2 20 0 15 0 14404176 14407233536 109304 18446744073709551615 4194304 4196468 140733212222000 139827950335232 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16863] ppid=16802 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16863/stat : 16863 (java) S 16802 16805 5678 0 -1 1077944384 3 12739 0 0 0 0 6 2 20 0 15 0 14404179 14407233536 109304 18446744073709551615 4194304 4196468 140733212222000 139827949283792 139828474017691 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16864] ppid=16802 vsize=14069564 CPUtime=3.42 cores=0,2,4,6
/proc/16805/task/16864/stat : 16864 (java) S 16802 16805 5678 0 -1 1077944384 17308 12739 0 0 332 2 6 2 20 0 15 0 14404179 14407233536 109304 18446744073709551615 4194304 4196468 140733212222000 139827948230896 139828474010242 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16865] ppid=16802 vsize=14069564 CPUtime=2.89 cores=0,2,4,6
/proc/16805/task/16865/stat : 16865 (java) S 16802 16805 5678 0 -1 1077944384 9540 12739 0 0 279 2 6 2 20 0 15 0 14404179 14407233536 109304 18446744073709551615 4194304 4196468 140733212222000 139827947178352 139828474010242 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16866] ppid=16802 vsize=14069564 CPUtime=1.55 cores=0,2,4,6
/proc/16805/task/16866/stat : 16866 (java) S 16802 16805 5678 0 -1 1077944384 6025 12739 0 0 146 1 6 2 20 0 15 0 14404179 14407233536 109304 18446744073709551615 4194304 4196468 140733212222000 139827946125296 139828474010242 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16867] ppid=16802 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16867/stat : 16867 (java) S 16802 16805 5678 0 -1 1077944384 3 12739 0 0 0 0 6 2 20 0 15 0 14404179 14407233536 109304 18446744073709551615 4194304 4196468 140733212222000 139827945072992 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16868] ppid=16802 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16868/stat : 16868 (java) S 16802 16805 5678 0 -1 1077944384 386 12739 0 0 0 0 6 2 20 0 15 0 14404183 14407233536 109304 18446744073709551615 4194304 4196468 140733212222000 139827944021040 139828474010242 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
Current children cumulated CPU time (s) 14.1
Current children cumulated vsize (KiB) 14069564

[startup+12.7007 s]
/proc/loadavg: 1.54 1.66 1.75 3/209 16868
/proc/meminfo: memFree=29225312/32770624 swapFree=0/952932
[pid=16805] ppid=16802 vsize=14069564 CPUtime=21.02 cores=0,2,4,6
/proc/16805/stat : 16805 (java) S 16802 16805 5678 0 -1 1077944320 88000 12739 0 0 2060 34 6 2 20 0 15 0 14404151 14407233536 178395 18446744073709551615 4194304 4196468 140733212222000 140733212204544 139828473999095 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
/proc/16805/statm: 3517391 178395 3467 1 0 3506013 0
[pid=16805/tid=16855] ppid=16802 vsize=14069564 CPUtime=12.2 cores=0,2,4,6
/proc/16805/task/16855/stat : 16855 (java) R 16802 16805 5678 0 -1 4202560 47418 12739 0 0 1195 17 6 2 20 0 15 0 14404173 14407233536 178395 18446744073709551615 4194304 4196468 140733212222000 139828478232904 139828126196074 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16856] ppid=16802 vsize=14069564 CPUtime=0.22 cores=0,2,4,6
/proc/16805/task/16856/stat : 16856 (java) S 16802 16805 5678 0 -1 1077944384 99 12739 0 0 12 2 6 2 20 0 15 0 14404174 14407233536 178395 18446744073709551615 4194304 4196468 140733212222000 139828434897424 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16857] ppid=16802 vsize=14069564 CPUtime=0.23 cores=0,2,4,6
/proc/16805/task/16857/stat : 16857 (java) S 16802 16805 5678 0 -1 1077944384 956 12739 0 0 13 2 6 2 20 0 15 0 14404174 14407233536 178395 18446744073709551615 4194304 4196468 140733212222000 139828433844880 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16858] ppid=16802 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/16805/task/16858/stat : 16858 (java) S 16802 16805 5678 0 -1 1077944384 499 12739 0 0 10 2 6 2 20 0 15 0 14404174 14407233536 178395 18446744073709551615 4194304 4196468 140733212222000 139828432791824 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16859] ppid=16802 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/16805/task/16859/stat : 16859 (java) S 16802 16805 5678 0 -1 1077944384 271 12739 0 0 10 2 6 2 20 0 15 0 14404174 14407233536 178395 18446744073709551615 4194304 4196468 140733212222000 139828071426448 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16860] ppid=16802 vsize=14069564 CPUtime=0.19 cores=0,2,4,6
/proc/16805/task/16860/stat : 16860 (java) S 16802 16805 5678 0 -1 1077944384 2742 12739 0 0 11 0 6 2 20 0 15 0 14404175 14407233536 178395 18446744073709551615 4194304 4196468 140733212222000 139827952442096 139828474010242 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16861] ppid=16802 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16861/stat : 16861 (java) S 16802 16805 5678 0 -1 1077944384 58 12739 0 0 0 0 6 2 20 0 15 0 14404176 14407233536 178395 18446744073709551615 4194304 4196468 140733212222000 139827951388384 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16862] ppid=16802 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16862/stat : 16862 (java) S 16802 16805 5678 0 -1 1077944384 46 12739 0 0 0 0 6 2 20 0 15 0 14404176 14407233536 178395 18446744073709551615 4194304 4196468 140733212222000 139827950335232 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16863] ppid=16802 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16863/stat : 16863 (java) S 16802 16805 5678 0 -1 1077944384 3 12739 0 0 0 0 6 2 20 0 15 0 14404179 14407233536 178395 18446744073709551615 4194304 4196468 140733212222000 139827949283792 139828474017691 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0

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

/proc/16805/task/16867/stat : 16867 (java) S 16802 16805 5678 0 -1 1077944384 3 12739 0 0 0 0 6 2 20 0 15 0 14404179 14407233536 254807 18446744073709551615 4194304 4196468 140733212222000 139827945072992 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16868] ppid=16802 vsize=14069564 CPUtime=0.1 cores=0,2,4,6
/proc/16805/task/16868/stat : 16868 (java) S 16802 16805 5678 0 -1 1077944384 434 12739 0 0 1 1 6 2 20 0 15 0 14404183 14407233536 254807 18446744073709551615 4194304 4196468 140733212222000 139827944021040 139828474010242 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
Current children cumulated CPU time (s) 61.32
Current children cumulated vsize (KiB) 14069564

[startup+102.301 s]
/proc/loadavg: 1.73 1.68 1.75 3/210 16997
/proc/meminfo: memFree=26658080/32770624 swapFree=0/953044
[pid=16805] ppid=16802 vsize=14069564 CPUtime=114.78 cores=0,2,4,6
/proc/16805/stat : 16805 (java) S 16802 16805 5678 0 -1 1077944320 122613 12739 0 0 11413 57 6 2 20 0 15 0 14404151 14407233536 233280 18446744073709551615 4194304 4196468 140733212222000 140733212204544 139828473999095 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
/proc/16805/statm: 3517391 233280 3467 1 0 3506013 0
[pid=16805/tid=16855] ppid=16802 vsize=14069564 CPUtime=101.32 cores=0,2,4,6
/proc/16805/task/16855/stat : 16855 (java) R 16802 16805 5678 0 -1 4202560 55032 12739 0 0 10102 22 6 2 20 0 15 0 14404173 14407233536 233280 18446744073709551615 4194304 4196468 140733212222000 139828478231776 139828124310963 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16856] ppid=16802 vsize=14069564 CPUtime=0.47 cores=0,2,4,6
/proc/16805/task/16856/stat : 16856 (java) S 16802 16805 5678 0 -1 1077944384 308 12739 0 0 35 4 6 2 20 0 15 0 14404174 14407233536 233280 18446744073709551615 4194304 4196468 140733212222000 139828434897424 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16857] ppid=16802 vsize=14069564 CPUtime=0.48 cores=0,2,4,6
/proc/16805/task/16857/stat : 16857 (java) S 16802 16805 5678 0 -1 1077944384 1309 12739 0 0 36 4 6 2 20 0 15 0 14404174 14407233536 233280 18446744073709551615 4194304 4196468 140733212222000 139828433844880 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16858] ppid=16802 vsize=14069564 CPUtime=0.45 cores=0,2,4,6
/proc/16805/task/16858/stat : 16858 (java) S 16802 16805 5678 0 -1 1077944384 1278 12739 0 0 33 4 6 2 20 0 15 0 14404174 14407233536 233280 18446744073709551615 4194304 4196468 140733212222000 139828432791824 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16859] ppid=16802 vsize=14069564 CPUtime=0.46 cores=0,2,4,6
/proc/16805/task/16859/stat : 16859 (java) S 16802 16805 5678 0 -1 1077944384 4412 12739 0 0 33 5 6 2 20 0 15 0 14404174 14407233536 233280 18446744073709551615 4194304 4196468 140733212222000 139828071426448 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16860] ppid=16802 vsize=14069564 CPUtime=0.36 cores=0,2,4,6
/proc/16805/task/16860/stat : 16860 (java) S 16802 16805 5678 0 -1 1077944384 3722 12739 0 0 25 3 6 2 20 0 15 0 14404175 14407233536 233280 18446744073709551615 4194304 4196468 140733212222000 139827952442096 139828474010242 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16861] ppid=16802 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16861/stat : 16861 (java) S 16802 16805 5678 0 -1 1077944384 62 12739 0 0 0 0 6 2 20 0 15 0 14404176 14407233536 233280 18446744073709551615 4194304 4196468 140733212222000 139827951388384 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16862] ppid=16802 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16862/stat : 16862 (java) S 16802 16805 5678 0 -1 1077944384 46 12739 0 0 0 0 6 2 20 0 15 0 14404176 14407233536 233280 18446744073709551615 4194304 4196468 140733212222000 139827950335232 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16863] ppid=16802 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16863/stat : 16863 (java) S 16802 16805 5678 0 -1 1077944384 3 12739 0 0 0 0 6 2 20 0 15 0 14404179 14407233536 233280 18446744073709551615 4194304 4196468 140733212222000 139827949283792 139828474017691 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16864] ppid=16802 vsize=14069564 CPUtime=4.88 cores=0,2,4,6
/proc/16805/task/16864/stat : 16864 (java) S 16802 16805 5678 0 -1 1077944384 24171 12739 0 0 476 4 6 2 20 0 15 0 14404179 14407233536 233280 18446744073709551615 4194304 4196468 140733212222000 139827948230896 139828474010242 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16865] ppid=16802 vsize=14069564 CPUtime=4.39 cores=0,2,4,6
/proc/16805/task/16865/stat : 16865 (java) S 16802 16805 5678 0 -1 1077944384 16158 12739 0 0 428 3 6 2 20 0 15 0 14404179 14407233536 233280 18446744073709551615 4194304 4196468 140733212222000 139827947178352 139828474010242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16866] ppid=16802 vsize=14069564 CPUtime=2.45 cores=0,2,4,6
/proc/16805/task/16866/stat : 16866 (java) S 16802 16805 5678 0 -1 1077944384 13506 12739 0 0 234 3 6 2 20 0 15 0 14404179 14407233536 233280 18446744073709551615 4194304 4196468 140733212222000 139827946125296 139828474010242 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16867] ppid=16802 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16867/stat : 16867 (java) S 16802 16805 5678 0 -1 1077944384 3 12739 0 0 0 0 6 2 20 0 15 0 14404179 14407233536 233280 18446744073709551615 4194304 4196468 140733212222000 139827945072992 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16868] ppid=16802 vsize=14069564 CPUtime=0.13 cores=0,2,4,6
/proc/16805/task/16868/stat : 16868 (java) S 16802 16805 5678 0 -1 1077944384 453 12739 0 0 3 2 6 2 20 0 15 0 14404183 14407233536 233280 18446744073709551615 4194304 4196468 140733212222000 139827944021040 139828474010242 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
Current children cumulated CPU time (s) 114.78
Current children cumulated vsize (KiB) 14069564

[startup+162.301 s]
/proc/loadavg: 1.49 1.63 1.72 3/210 17000
/proc/meminfo: memFree=26799224/32770624 swapFree=0/953084
[pid=16805] ppid=16802 vsize=14069564 CPUtime=175.65 cores=0,2,4,6
/proc/16805/stat : 16805 (java) S 16802 16805 5678 0 -1 1077944320 126610 12739 0 0 17492 65 6 2 20 0 15 0 14404151 14407233536 209145 18446744073709551615 4194304 4196468 140733212222000 140733212204544 139828473999095 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
/proc/16805/statm: 3517391 209145 3467 1 0 3506013 0
[pid=16805/tid=16855] ppid=16802 vsize=14069564 CPUtime=160.74 cores=0,2,4,6
/proc/16805/task/16855/stat : 16855 (java) R 16802 16805 5678 0 -1 4202560 56382 12739 0 0 16043 23 6 2 20 0 15 0 14404173 14407233536 209145 18446744073709551615 4194304 4196468 140733212222000 139828478233312 139828124110025 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16856] ppid=16802 vsize=14069564 CPUtime=0.77 cores=0,2,4,6
/proc/16805/task/16856/stat : 16856 (java) S 16802 16805 5678 0 -1 1077944384 982 12739 0 0 64 5 6 2 20 0 15 0 14404174 14407233536 209145 18446744073709551615 4194304 4196468 140733212222000 139828434897424 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16857] ppid=16802 vsize=14069564 CPUtime=0.78 cores=0,2,4,6
/proc/16805/task/16857/stat : 16857 (java) S 16802 16805 5678 0 -1 1077944384 1564 12739 0 0 65 5 6 2 20 0 15 0 14404174 14407233536 209145 18446744073709551615 4194304 4196468 140733212222000 139828433844880 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16858] ppid=16802 vsize=14069564 CPUtime=0.75 cores=0,2,4,6
/proc/16805/task/16858/stat : 16858 (java) S 16802 16805 5678 0 -1 1077944384 2466 12739 0 0 61 6 6 2 20 0 15 0 14404174 14407233536 209145 18446744073709551615 4194304 4196468 140733212222000 139828432791824 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16859] ppid=16802 vsize=14069564 CPUtime=0.75 cores=0,2,4,6
/proc/16805/task/16859/stat : 16859 (java) S 16802 16805 5678 0 -1 1077944384 4560 12739 0 0 61 6 6 2 20 0 15 0 14404174 14407233536 209145 18446744073709551615 4194304 4196468 140733212222000 139828071426448 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16860] ppid=16802 vsize=14069564 CPUtime=0.57 cores=0,2,4,6
/proc/16805/task/16860/stat : 16860 (java) S 16802 16805 5678 0 -1 1077944384 4080 12739 0 0 43 6 6 2 20 0 15 0 14404175 14407233536 209145 18446744073709551615 4194304 4196468 140733212222000 139827952442096 139828474010242 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16861] ppid=16802 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16861/stat : 16861 (java) S 16802 16805 5678 0 -1 1077944384 62 12739 0 0 0 0 6 2 20 0 15 0 14404176 14407233536 209145 18446744073709551615 4194304 4196468 140733212222000 139827951388384 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16862] ppid=16802 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16862/stat : 16862 (java) S 16802 16805 5678 0 -1 1077944384 46 12739 0 0 0 0 6 2 20 0 15 0 14404176 14407233536 209145 18446744073709551615 4194304 4196468 140733212222000 139827950335232 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16863] ppid=16802 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16863/stat : 16863 (java) S 16802 16805 5678 0 -1 1077944384 3 12739 0 0 0 0 6 2 20 0 15 0 14404179 14407233536 209145 18446744073709551615 4194304 4196468 140733212222000 139827949283792 139828474017691 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16864] ppid=16802 vsize=14069564 CPUtime=4.88 cores=0,2,4,6
/proc/16805/task/16864/stat : 16864 (java) S 16802 16805 5678 0 -1 1077944384 24173 12739 0 0 476 4 6 2 20 0 15 0 14404179 14407233536 209145 18446744073709551615 4194304 4196468 140733212222000 139827948230896 139828474010242 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16865] ppid=16802 vsize=14069564 CPUtime=4.39 cores=0,2,4,6
/proc/16805/task/16865/stat : 16865 (java) S 16802 16805 5678 0 -1 1077944384 16160 12739 0 0 428 3 6 2 20 0 15 0 14404179 14407233536 209145 18446744073709551615 4194304 4196468 140733212222000 139827947178352 139828474010242 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16866] ppid=16802 vsize=14069564 CPUtime=2.45 cores=0,2,4,6
/proc/16805/task/16866/stat : 16866 (java) S 16802 16805 5678 0 -1 1077944384 13508 12739 0 0 234 3 6 2 20 0 15 0 14404179 14407233536 209145 18446744073709551615 4194304 4196468 140733212222000 139827946125296 139828474010242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16867] ppid=16802 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16867/stat : 16867 (java) S 16802 16805 5678 0 -1 1077944384 3 12739 0 0 0 0 6 2 20 0 15 0 14404179 14407233536 209145 18446744073709551615 4194304 4196468 140733212222000 139827945072992 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16868] ppid=16802 vsize=14069564 CPUtime=0.17 cores=0,2,4,6
/proc/16805/task/16868/stat : 16868 (java) S 16802 16805 5678 0 -1 1077944384 471 12739 0 0 5 4 6 2 20 0 15 0 14404183 14407233536 209145 18446744073709551615 4194304 4196468 140733212222000 139827944021040 139828474010242 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
Current children cumulated CPU time (s) 175.65
Current children cumulated vsize (KiB) 14069564

[startup+222.307 s]
/proc/loadavg: 1.67 1.65 1.73 3/210 17002
/proc/meminfo: memFree=27380216/32770624 swapFree=0/953120
[pid=16805] ppid=16802 vsize=14069564 CPUtime=236.63 cores=0,2,4,6
/proc/16805/stat : 16805 (java) S 16802 16805 5678 0 -1 1077944320 132198 12739 0 0 23581 74 6 2 20 0 15 0 14404151 14407233536 193628 18446744073709551615 4194304 4196468 140733212222000 140733212204544 139828473999095 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
/proc/16805/statm: 3517391 193628 3467 1 0 3506013 0
[pid=16805/tid=16855] ppid=16802 vsize=14069564 CPUtime=220.12 cores=0,2,4,6
/proc/16805/task/16855/stat : 16855 (java) R 16802 16805 5678 0 -1 4202560 57793 12739 0 0 21981 23 6 2 20 0 15 0 14404173 14407233536 193628 18446744073709551615 4194304 4196468 140733212222000 139828478233472 139828127396051 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16856] ppid=16802 vsize=14069564 CPUtime=1.1 cores=0,2,4,6
/proc/16805/task/16856/stat : 16856 (java) S 16802 16805 5678 0 -1 1077944384 1579 12739 0 0 96 6 6 2 20 0 15 0 14404174 14407233536 193628 18446744073709551615 4194304 4196468 140733212222000 139828434897424 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16857] ppid=16802 vsize=14069564 CPUtime=1.11 cores=0,2,4,6
/proc/16805/task/16857/stat : 16857 (java) S 16802 16805 5678 0 -1 1077944384 3148 12739 0 0 96 7 6 2 20 0 15 0 14404174 14407233536 193628 18446744073709551615 4194304 4196468 140733212222000 139828433844880 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16858] ppid=16802 vsize=14069564 CPUtime=1.08 cores=0,2,4,6
/proc/16805/task/16858/stat : 16858 (java) S 16802 16805 5678 0 -1 1077944384 2631 12739 0 0 93 7 6 2 20 0 15 0 14404174 14407233536 193628 18446744073709551615 4194304 4196468 140733212222000 139828432791824 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16859] ppid=16802 vsize=14069564 CPUtime=1.09 cores=0,2,4,6
/proc/16805/task/16859/stat : 16859 (java) S 16802 16805 5678 0 -1 1077944384 4760 12739 0 0 93 8 6 2 20 0 15 0 14404174 14407233536 193628 18446744073709551615 4194304 4196468 140733212222000 139828071426448 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16860] ppid=16802 vsize=14069564 CPUtime=0.8 cores=0,2,4,6
/proc/16805/task/16860/stat : 16860 (java) S 16802 16805 5678 0 -1 1077944384 4455 12739 0 0 65 7 6 2 20 0 15 0 14404175 14407233536 193628 18446744073709551615 4194304 4196468 140733212222000 139827952442096 139828474010242 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16861] ppid=16802 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16861/stat : 16861 (java) S 16802 16805 5678 0 -1 1077944384 62 12739 0 0 0 0 6 2 20 0 15 0 14404176 14407233536 193628 18446744073709551615 4194304 4196468 140733212222000 139827951388384 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16862] ppid=16802 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16862/stat : 16862 (java) S 16802 16805 5678 0 -1 1077944384 46 12739 0 0 0 0 6 2 20 0 15 0 14404176 14407233536 193628 18446744073709551615 4194304 4196468 140733212222000 139827950335232 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16863] ppid=16802 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16863/stat : 16863 (java) S 16802 16805 5678 0 -1 1077944384 3 12739 0 0 0 0 6 2 20 0 15 0 14404179 14407233536 193628 18446744073709551615 4194304 4196468 140733212222000 139827949283792 139828474017691 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16864] ppid=16802 vsize=14069564 CPUtime=4.88 cores=0,2,4,6
/proc/16805/task/16864/stat : 16864 (java) S 16802 16805 5678 0 -1 1077944384 25400 12739 0 0 476 4 6 2 20 0 15 0 14404179 14407233536 193628 18446744073709551615 4194304 4196468 140733212222000 139827948230896 139828474010242 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16865] ppid=16802 vsize=14069564 CPUtime=4.39 cores=0,2,4,6
/proc/16805/task/16865/stat : 16865 (java) S 16802 16805 5678 0 -1 1077944384 16162 12739 0 0 428 3 6 2 20 0 15 0 14404179 14407233536 193628 18446744073709551615 4194304 4196468 140733212222000 139827947178352 139828474010242 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16866] ppid=16802 vsize=14069564 CPUtime=2.45 cores=0,2,4,6
/proc/16805/task/16866/stat : 16866 (java) S 16802 16805 5678 0 -1 1077944384 13510 12739 0 0 234 3 6 2 20 0 15 0 14404179 14407233536 193628 18446744073709551615 4194304 4196468 140733212222000 139827946125296 139828474010242 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16867] ppid=16802 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16867/stat : 16867 (java) S 16802 16805 5678 0 -1 1077944384 3 12739 0 0 0 0 6 2 20 0 15 0 14404179 14407233536 193628 18446744073709551615 4194304 4196468 140733212222000 139827945072992 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16868] ppid=16802 vsize=14069564 CPUtime=0.21 cores=0,2,4,6
/proc/16805/task/16868/stat : 16868 (java) S 16802 16805 5678 0 -1 1077944384 496 12739 0 0 7 6 6 2 20 0 15 0 14404183 14407233536 193628 18446744073709551615 4194304 4196468 140733212222000 139827944021040 139828474010242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
Current children cumulated CPU time (s) 236.63
Current children cumulated vsize (KiB) 14069564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.41 1.59 1.71 3/210 17002
/proc/meminfo: memFree=27525820/32770624 swapFree=0/953128
[pid=16805] ppid=16802 vsize=14069564 CPUtime=254.61 cores=0,2,4,6
/proc/16805/stat : 16805 (java) S 16802 16805 5678 0 -1 1077944320 132600 12739 0 0 25377 76 6 2 20 0 15 0 14404151 14407233536 185855 18446744073709551615 4194304 4196468 140733212222000 140733212204544 139828473999095 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
/proc/16805/statm: 3517391 185855 3467 1 0 3506013 0
[pid=16805/tid=16855] ppid=16802 vsize=14069564 CPUtime=237.63 cores=0,2,4,6
/proc/16805/task/16855/stat : 16855 (java) R 16802 16805 5678 0 -1 4202560 58105 12739 0 0 23731 24 6 2 20 0 15 0 14404173 14407233536 185855 18446744073709551615 4194304 4196468 140733212222000 139828478228240 139828124702351 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16856] ppid=16802 vsize=14069564 CPUtime=1.21 cores=0,2,4,6
/proc/16805/task/16856/stat : 16856 (java) S 16802 16805 5678 0 -1 1077944384 1607 12739 0 0 106 7 6 2 20 0 15 0 14404174 14407233536 185855 18446744073709551615 4194304 4196468 140733212222000 139828434897424 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16857] ppid=16802 vsize=14069564 CPUtime=1.21 cores=0,2,4,6
/proc/16805/task/16857/stat : 16857 (java) S 16802 16805 5678 0 -1 1077944384 3173 12739 0 0 106 7 6 2 20 0 15 0 14404174 14407233536 185855 18446744073709551615 4194304 4196468 140733212222000 139828433844880 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16858] ppid=16802 vsize=14069564 CPUtime=1.18 cores=0,2,4,6
/proc/16805/task/16858/stat : 16858 (java) S 16802 16805 5678 0 -1 1077944384 2647 12739 0 0 103 7 6 2 20 0 15 0 14404174 14407233536 185855 18446744073709551615 4194304 4196468 140733212222000 139828432791824 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16859] ppid=16802 vsize=14069564 CPUtime=1.2 cores=0,2,4,6
/proc/16805/task/16859/stat : 16859 (java) S 16802 16805 5678 0 -1 1077944384 4780 12739 0 0 103 9 6 2 20 0 15 0 14404174 14407233536 185855 18446744073709551615 4194304 4196468 140733212222000 139828071426448 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16860] ppid=16802 vsize=14069564 CPUtime=0.87 cores=0,2,4,6
/proc/16805/task/16860/stat : 16860 (java) S 16802 16805 5678 0 -1 1077944384 4456 12739 0 0 71 8 6 2 20 0 15 0 14404175 14407233536 185855 18446744073709551615 4194304 4196468 140733212222000 139827952442096 139828474010242 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16861] ppid=16802 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16861/stat : 16861 (java) S 16802 16805 5678 0 -1 1077944384 62 12739 0 0 0 0 6 2 20 0 15 0 14404176 14407233536 185855 18446744073709551615 4194304 4196468 140733212222000 139827951388384 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16862] ppid=16802 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16862/stat : 16862 (java) S 16802 16805 5678 0 -1 1077944384 46 12739 0 0 0 0 6 2 20 0 15 0 14404176 14407233536 185855 18446744073709551615 4194304 4196468 140733212222000 139827950335232 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16863] ppid=16802 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16863/stat : 16863 (java) S 16802 16805 5678 0 -1 1077944384 3 12739 0 0 0 0 6 2 20 0 15 0 14404179 14407233536 185855 18446744073709551615 4194304 4196468 140733212222000 139827949283792 139828474017691 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16864] ppid=16802 vsize=14069564 CPUtime=4.88 cores=0,2,4,6
/proc/16805/task/16864/stat : 16864 (java) S 16802 16805 5678 0 -1 1077944384 25400 12739 0 0 476 4 6 2 20 0 15 0 14404179 14407233536 185855 18446744073709551615 4194304 4196468 140733212222000 139827948230896 139828474010242 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16865] ppid=16802 vsize=14069564 CPUtime=4.39 cores=0,2,4,6
/proc/16805/task/16865/stat : 16865 (java) S 16802 16805 5678 0 -1 1077944384 16162 12739 0 0 428 3 6 2 20 0 15 0 14404179 14407233536 185855 18446744073709551615 4194304 4196468 140733212222000 139827947178352 139828474010242 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16866] ppid=16802 vsize=14069564 CPUtime=2.45 cores=0,2,4,6
/proc/16805/task/16866/stat : 16866 (java) S 16802 16805 5678 0 -1 1077944384 13510 12739 0 0 234 3 6 2 20 0 15 0 14404179 14407233536 185855 18446744073709551615 4194304 4196468 140733212222000 139827946125296 139828474010242 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16867] ppid=16802 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16805/task/16867/stat : 16867 (java) S 16802 16805 5678 0 -1 1077944384 3 12739 0 0 0 0 6 2 20 0 15 0 14404179 14407233536 185855 18446744073709551615 4194304 4196468 140733212222000 139827945072992 139828474009301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
[pid=16805/tid=16868] ppid=16802 vsize=14069564 CPUtime=0.22 cores=0,2,4,6
/proc/16805/task/16868/stat : 16868 (java) S 16802 16805 5678 0 -1 1077944384 496 12739 0 0 8 6 6 2 20 0 15 0 14404183 14407233536 185855 18446744073709551615 4194304 4196468 140733212222000 139827944021040 139828474010242 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36442112 140733212223437 140733212226222 140733212226222 140733212229583 0
Current children cumulated CPU time (s) 254.61
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 16805 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.033
CPU time (s): 254.672
CPU user time (s): 253.862
CPU system time (s): 0.81024
CPU usage (%): 106.098
Max. virtual memory (cumulated for all children) (KiB): 14071684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 253.862
system time used= 0.81024
maximum resident set size= 1037700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149024
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= 28713
involuntary context switches= 1659

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.0209 second user time and 1.54411 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-02 08:55:56
IDJOB=4259829
IDBENCH=135675
IDSOLVER=2646
FILE ID=node128/4259829-1501657794
RUNJOBID= node128-1501642693-29417
PBS_JOBID= 
Free space on /tmp= 61828 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n20/TravellingSalesman-20-30-18.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259829-1501657794/watcher-4259829-1501657794 -o /tmp/evaluation-result-4259829-1501657794/solver-4259829-1501657794 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node128-1501642693-29417 --watchdog 300  bin/concrete HOME/instance-4259829-1501657794.xml

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

MD5SUM BENCH= 42f1d058d9b6109346b78f68a037a5c1
RANDOM SEED=504823008

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:        29928668 kB
MemAvailable:   30888632 kB
Buffers:          131816 kB
Cached:          1107836 kB
SwapCached:            0 kB
Active:          1470040 kB
Inactive:         961148 kB
Active(anon):    1191804 kB
Inactive(anon):     8532 kB
Active(file):     278236 kB
Inactive(file):   952616 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24724 kB
Writeback:             0 kB
AnonPages:       1191348 kB
Mapped:            43820 kB
Shmem:              8872 kB
Slab:             115800 kB
SReclaimable:      89892 kB
SUnreclaim:        25908 kB
KernelStack:        3472 kB
PageTables:         7176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2090124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    968704 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

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