Trace number 4261981

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)1333 2520.0801 2462.1399

General information on the benchmark

NameKnapsack/Knapsack-m1-s60/
Knapsack-60-250-05.xml
MD5SUMec17c84eab1701ad56b983b1c216f3af
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1333
Best CPU time to get the best result obtained on this benchmark95.399902
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":60}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":60}]
Minimum constraint arity60
Maximum constraint arity60
Distribution of constraint arities[{"arity":60,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax 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.21/2.16	c Concrete v3.4 running
5.51/3.23	o 663
5.51/3.26	o 762
5.51/3.28	o 800
5.88/3.31	o 825
5.88/3.33	o 826
5.88/3.35	o 829
5.88/3.36	o 883
5.88/3.38	o 937
5.88/3.38	o 938
5.88/3.40	o 945
6.24/3.41	o 953
6.24/3.43	o 959
6.24/3.43	o 963
6.24/3.44	o 978
6.24/3.44	o 1044
6.24/3.50	o 1056
6.59/3.51	o 1087
6.59/3.51	o 1102
6.59/3.52	o 1105
6.59/3.53	o 1118
6.59/3.53	o 1130
6.59/3.56	o 1145
6.59/3.56	o 1176
6.59/3.57	o 1221
6.59/3.57	o 1227
6.59/3.58	o 1259
6.59/3.58	o 1273
6.59/3.58	o 1274
6.89/3.62	o 1282
6.89/3.62	o 1289
6.89/3.63	o 1292
6.89/3.66	o 1321
6.89/3.66	o 1328
7.19/3.74	o 1333
2520.03/2462.11	java.util.concurrent.TimeoutException
2520.03/2462.11		at concrete.MAC.mac(MAC.scala:74)
2520.03/2462.11		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.03/2462.11		at scala.util.Try$.apply(Try.scala:209)
2520.03/2462.11		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.03/2462.11		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.03/2462.11		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.03/2462.11		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.03/2462.11		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.03/2462.11		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.03/2462.11		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.03/2462.11		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.03/2462.11		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.03/2462.11		at concrete.MAC.oneRun(MAC.scala:146)
2520.03/2462.11		at concrete.MAC.nextSolution(MAC.scala:166)
2520.03/2462.11		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.03/2462.11		at concrete.ProblemState.map(ProblemState.scala:203)
2520.03/2462.11		at concrete.ProblemState.map(ProblemState.scala:188)
2520.03/2462.11		at concrete.MAC.nextSolution(MAC.scala:195)
2520.03/2462.11		at concrete.Solver.hasNext(Solver.scala:202)
2520.03/2462.11		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.03/2462.11		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.03/2462.11		at concrete.Solver.toStream(Solver.scala:73)
2520.03/2462.11		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2520.03/2462.11		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2520.03/2462.11		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2520.03/2462.11		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2520.03/2462.11		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2520.03/2462.11		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.03/2462.11		at scala.util.Success.map(Try.scala:209)
2520.03/2462.11		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.03/2462.11		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.03/2462.11		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.03/2462.11		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.03/2462.11		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.03/2462.11		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.03/2462.11		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.03/2462.11		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.03/2462.11		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.03/2462.11		at scala.collection.immutable.List.foreach(List.scala:389)
2520.03/2462.11		at scala.App.main(App.scala:76)
2520.03/2462.11		at scala.App.main$(App.scala:74)
2520.03/2462.11		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.03/2462.11		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2462.12	v <instantiation cost="1333">
2520.03/2462.12	v       <list>
2520.03/2462.12	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59]
2520.03/2462.12	v       </list>
2520.03/2462.12	v       <values>
2520.03/2462.12	v         0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 1 0 1 1 1 1 1 0 1 0 1 0 1 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0
2520.03/2462.12	v       </values>
2520.03/2462.12	v     </instantiation>
2520.03/2462.12	s SATISFIABLE

Verifier Data

OK	1333

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-4261981-1502458555/watcher-4261981-1502458555 -o /tmp/evaluation-result-4261981-1502458555/solver-4261981-1502458555 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502411410-19681 --watchdog 2580 bin/concrete HOME/instance-4261981-1502458555.xml 

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

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


[startup+0 s]
/proc/loadavg: 1.85 1.64 1.59 3/194 31413
/proc/meminfo: memFree=30399520/32770624 swapFree=0/544536
[pid=31413] ppid=31410 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/31413/stat : 31413 (runsolver) D 31410 31413 19618 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 48048928 24240128 108 18446744073709551615 4194304 4338465 140722626248240 140722626245880 140460908896983 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 21401600 140722626253008 140722626253385 140722626253385 140722626256842 0
/proc/31413/statm: 5918 108 54 36 0 2156 0

[startup+0.100152 s]
/proc/loadavg: 1.85 1.64 1.59 3/194 31413
/proc/meminfo: memFree=30399520/32770624 swapFree=0/544536
[pid=31413] ppid=31410 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/31413/stat : 31413 (bash) S 31410 31413 19618 0 -1 4202496 896 6475 0 0 0 0 0 1 20 0 1 0 48048928 9867264 377 18446744073709551615 4194304 5098028 140737136518528 140737136512536 140461912714240 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 6 0 0 7196144 7232144 10006528 140737136525844 140737136525929 140737136525929 140737136529386 0
/proc/31413/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200361 s]
/proc/loadavg: 1.85 1.64 1.59 3/194 31413
/proc/meminfo: memFree=30399520/32770624 swapFree=0/544536
[pid=31413] ppid=31410 vsize=13441360 CPUtime=0.1 cores=0,2,4,6
/proc/31413/stat : 31413 (java) S 31410 31413 19618 0 -1 1077944320 4544 12326 0 0 1 1 5 3 20 0 7 0 48048928 13763952640 4369 18446744073709551615 4194304 4196468 140728877859024 140728877841568 139695199948535 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
/proc/31413/statm: 3360340 4369 2025 1 0 3349837 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13441360

[startup+0.300355 s]
/proc/loadavg: 1.85 1.64 1.59 3/194 31413
/proc/meminfo: memFree=30399520/32770624 swapFree=0/544536
[pid=31413] ppid=31410 vsize=13974356 CPUtime=0.21 cores=0,2,4,6
/proc/31413/stat : 31413 (java) S 31410 31413 19618 0 -1 1077944320 6639 12326 0 0 12 1 5 3 20 0 15 0 48048928 14309740544 7267 18446744073709551615 4194304 4196468 140728877859024 140728877841568 139695199948535 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
/proc/31413/statm: 3493589 7267 2899 1 0 3482965 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 13974356

[startup+0.700266 s]
/proc/loadavg: 1.85 1.64 1.59 3/194 31413
/proc/meminfo: memFree=30399520/32770624 swapFree=0/544536
[pid=31413] ppid=31410 vsize=13974784 CPUtime=0.74 cores=0,2,4,6
/proc/31413/stat : 31413 (java) S 31410 31413 19618 0 -1 1077944320 13976 12326 0 0 61 5 5 3 20 0 15 0 48048928 14310178816 14910 18446744073709551615 4194304 4196468 140728877859024 140728877841568 139695199948535 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
/proc/31413/statm: 3493696 14910 3106 1 0 3482965 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 13974784

[startup+1.50064 s]
/proc/loadavg: 1.85 1.64 1.59 3/209 31476
/proc/meminfo: memFree=30302872/32770624 swapFree=0/544572
[pid=31413] ppid=31410 vsize=13985408 CPUtime=1.98 cores=0,2,4,6
/proc/31413/stat : 31413 (java) S 31410 31413 19618 0 -1 1077944320 26932 12326 0 0 178 12 5 3 20 0 15 0 48048928 14321057792 43211 18446744073709551615 4194304 4196468 140728877859024 140728877841568 139695199948535 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
/proc/31413/statm: 3496352 43211 3371 1 0 3485525 0
[pid=31413/tid=31463] ppid=31410 vsize=13985408 CPUtime=1.32 cores=0,2,4,6
/proc/31413/task/31463/stat : 31463 (java) R 31410 31413 19618 0 -1 4202560 20628 12326 0 0 117 7 5 3 20 0 15 0 48048946 14321057792 43211 18446744073709551615 4194304 4196468 140728877859024 139695204174640 139695199960470 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31464] ppid=31410 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/31413/task/31464/stat : 31464 (java) S 31410 31413 19618 0 -1 1077944384 201 12326 0 0 0 0 5 3 20 0 15 0 48048947 14321057792 43211 18446744073709551615 4194304 4196468 140728877859024 139695156914704 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31465] ppid=31410 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/31413/task/31465/stat : 31465 (java) S 31410 31413 19618 0 -1 1077944384 42 12326 0 0 1 0 5 3 20 0 15 0 48048947 14321057792 43211 18446744073709551615 4194304 4196468 140728877859024 139695155862160 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31466] ppid=31410 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/31413/task/31466/stat : 31466 (java) S 31410 31413 19618 0 -1 1077944384 33 12326 0 0 0 0 5 3 20 0 15 0 48048947 14321057792 43211 18446744073709551615 4194304 4196468 140728877859024 139695154809104 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31467] ppid=31410 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/31413/task/31467/stat : 31467 (java) S 31410 31413 19618 0 -1 1077944384 51 12326 0 0 0 0 5 3 20 0 15 0 48048947 14321057792 43211 18446744073709551615 4194304 4196468 140728877859024 139694797154704 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31468] ppid=31410 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/31413/task/31468/stat : 31468 (java) S 31410 31413 19618 0 -1 1077944384 873 12326 0 0 1 0 5 3 20 0 15 0 48048948 14321057792 43211 18446744073709551615 4194304 4196468 140728877859024 139694183783152 139695199959682 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31469] ppid=31410 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/31413/task/31469/stat : 31469 (java) S 31410 31413 19618 0 -1 1077944384 55 12326 0 0 0 0 5 3 20 0 15 0 48048948 14321057792 43211 18446744073709551615 4194304 4196468 140728877859024 139694182729376 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31470] ppid=31410 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/31413/task/31470/stat : 31470 (java) S 31410 31413 19618 0 -1 1077944384 43 12326 0 0 0 0 5 3 20 0 15 0 48048949 14321057792 43211 18446744073709551615 4194304 4196468 140728877859024 139694181676256 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31471] ppid=31410 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/31413/task/31471/stat : 31471 (java) S 31410 31413 19618 0 -1 1077944384 3 12326 0 0 0 0 5 3 20 0 15 0 48048951 14321057792 43211 18446744073709551615 4194304 4196468 140728877859024 139694180624848 139695199967131 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31472] ppid=31410 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/31413/task/31472/stat : 31472 (java) R 31410 31413 19618 0 -1 4202560 1287 12326 0 0 15 0 5 3 20 0 15 0 48048951 14321057792 43211 18446744073709551615 4194304 4196468 140728877859024 139694179561216 139695184237296 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31473] ppid=31410 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/31413/task/31473/stat : 31473 (java) R 31410 31413 19618 0 -1 4202560 536 12326 0 0 15 0 5 3 20 0 15 0 48048951 14321057792 43211 18446744073709551615 4194304 4196468 140728877859024 139694178519408 139695183335316 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31474] ppid=31410 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/31413/task/31474/stat : 31474 (java) R 31410 31413 19618 0 -1 1077944384 1020 12326 0 0 23 0 5 3 20 0 15 0 48048951 14321057792 43211 18446744073709551615 4194304 4196468 140728877859024 139694177466352 139695199959682 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31475] ppid=31410 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/31413/task/31475/stat : 31475 (java) S 31410 31413 19618 0 -1 1077944384 3 12326 0 0 0 0 5 3 20 0 15 0 48048951 14321057792 43211 18446744073709551615 4194304 4196468 140728877859024 139694176414048 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31476] ppid=31410 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/31413/task/31476/stat : 31476 (java) S 31410 31413 19618 0 -1 1077944384 3 12326 0 0 0 0 5 3 20 0 15 0 48048955 14321057792 43211 18446744073709551615 4194304 4196468 140728877859024 139694175362096 139695199959682 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 13985408

[startup+3.10134 s]
/proc/loadavg: 1.70 1.61 1.58 3/209 31476
/proc/meminfo: memFree=30231032/32770624 swapFree=0/544572
[pid=31413] ppid=31410 vsize=14065468 CPUtime=5.25 cores=0,2,4,6
/proc/31413/stat : 31413 (java) S 31410 31413 19618 0 -1 1077944320 47227 12326 0 0 498 19 5 3 20 0 15 0 48048928 14403039232 68768 18446744073709551615 4194304 4196468 140728877859024 140728877841568 139695199948535 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
/proc/31413/statm: 3516367 68768 3440 1 0 3504981 0
[pid=31413/tid=31463] ppid=31410 vsize=14065468 CPUtime=2.83 cores=0,2,4,6
/proc/31413/task/31463/stat : 31463 (java) S 31410 31413 19618 0 -1 1077944384 36845 12326 0 0 264 11 5 3 20 0 15 0 48048946 14403039232 68768 18446744073709551615 4194304 4196468 140728877859024 139695204186080 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31464] ppid=31410 vsize=14065468 CPUtime=0.13 cores=0,2,4,6
/proc/31413/task/31464/stat : 31464 (java) S 31410 31413 19618 0 -1 1077944384 212 12326 0 0 5 0 5 3 20 0 15 0 48048947 14403039232 68768 18446744073709551615 4194304 4196468 140728877859024 139695156914512 139695199959682 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31465] ppid=31410 vsize=14065468 CPUtime=0.14 cores=0,2,4,6
/proc/31413/task/31465/stat : 31465 (java) R 31410 31413 19618 0 -1 4202560 62 12326 0 0 6 0 5 3 20 0 15 0 48048947 14403039232 68768 18446744073709551615 4194304 4196468 140728877859024 139695155862160 139695192576743 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31466] ppid=31410 vsize=14065468 CPUtime=0.13 cores=0,2,4,6
/proc/31413/task/31466/stat : 31466 (java) R 31410 31413 19618 0 -1 4202560 41 12326 0 0 5 0 5 3 20 0 15 0 48048947 14403039232 68768 18446744073709551615 4194304 4196468 140728877859024 139695154809304 139695184649168 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31467] ppid=31410 vsize=14065468 CPUtime=0.13 cores=0,2,4,6
/proc/31413/task/31467/stat : 31467 (java) S 31410 31413 19618 0 -1 1077944384 57 12326 0 0 5 0 5 3 20 0 15 0 48048947 14403039232 68768 18446744073709551615 4194304 4196468 140728877859024 139694797154512 139695199959682 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31468] ppid=31410 vsize=14065468 CPUtime=0.12 cores=0,2,4,6
/proc/31413/task/31468/stat : 31468 (java) S 31410 31413 19618 0 -1 1077944384 1058 12326 0 0 4 0 5 3 20 0 15 0 48048948 14403039232 68768 18446744073709551615 4194304 4196468 140728877859024 139694183781776 139695199958741 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31469] ppid=31410 vsize=14065468 CPUtime=0.08 cores=0,2,4,6
/proc/31413/task/31469/stat : 31469 (java) S 31410 31413 19618 0 -1 1077944384 55 12326 0 0 0 0 5 3 20 0 15 0 48048948 14403039232 68768 18446744073709551615 4194304 4196468 140728877859024 139694182729440 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31470] ppid=31410 vsize=14065468 CPUtime=0.08 cores=0,2,4,6
/proc/31413/task/31470/stat : 31470 (java) S 31410 31413 19618 0 -1 1077944384 43 12326 0 0 0 0 5 3 20 0 15 0 48048949 14403039232 68768 18446744073709551615 4194304 4196468 140728877859024 139694181676288 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31471] ppid=31410 vsize=14065468 CPUtime=0.08 cores=0,2,4,6
/proc/31413/task/31471/stat : 31471 (java) S 31410 31413 19618 0 -1 1077944384 3 12326 0 0 0 0 5 3 20 0 15 0 48048951 14403039232 68768 18446744073709551615 4194304 4196468 140728877859024 139694180624848 139695199967131 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31472] ppid=31410 vsize=14065468 CPUtime=0.55 cores=0,2,4,6
/proc/31413/task/31472/stat : 31472 (java) S 31410 31413 19618 0 -1 1077944384 1595 12326 0 0 46 1 5 3 20 0 15 0 48048951 14403039232 68768 18446744073709551615 4194304 4196468 140728877859024 139694179571952 139695199959682 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31473] ppid=31410 vsize=14065468 CPUtime=0.84 cores=0,2,4,6
/proc/31413/task/31473/stat : 31473 (java) S 31410 31413 19618 0 -1 1077944384 2592 12326 0 0 75 1 5 3 20 0 15 0 48048951 14403039232 68768 18446744073709551615 4194304 4196468 140728877859024 139694178498448 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31474] ppid=31410 vsize=14065468 CPUtime=0.92 cores=0,2,4,6
/proc/31413/task/31474/stat : 31474 (java) S 31410 31413 19618 0 -1 1077944384 2504 12326 0 0 83 1 5 3 20 0 15 0 48048951 14403039232 68768 18446744073709551615 4194304 4196468 140728877859024 139694177466352 139695199959682 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31475] ppid=31410 vsize=14065468 CPUtime=0.08 cores=0,2,4,6
/proc/31413/task/31475/stat : 31475 (java) S 31410 31413 19618 0 -1 1077944384 3 12326 0 0 0 0 5 3 20 0 15 0 48048951 14403039232 68768 18446744073709551615 4194304 4196468 140728877859024 139694176414048 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31476] ppid=31410 vsize=14065468 CPUtime=0.08 cores=0,2,4,6
/proc/31413/task/31476/stat : 31476 (java) S 31410 31413 19618 0 -1 1077944384 3 12326 0 0 0 0 5 3 20 0 15 0 48048955 14403039232 68768 18446744073709551615 4194304 4196468 140728877859024 139694175362096 139695199959682 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
Current children cumulated CPU time (s) 5.25
Current children cumulated vsize (KiB) 14065468

[startup+6.30073 s]
/proc/loadavg: 1.70 1.61 1.58 5/209 31476
/proc/meminfo: memFree=30012484/32770624 swapFree=0/544580
[pid=31413] ppid=31410 vsize=14067516 CPUtime=12.4 cores=0,2,4,6
/proc/31413/stat : 31413 (java) S 31410 31413 19618 0 -1 1077944320 59205 12326 0 0 1206 26 5 3 20 0 15 0 48048928 14405136384 111721 18446744073709551615 4194304 4196468 140728877859024 140728877841568 139695199948535 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
/proc/31413/statm: 3516879 111721 3466 1 0 3505493 0
[pid=31413/tid=31463] ppid=31410 vsize=14067516 CPUtime=5.92 cores=0,2,4,6
/proc/31413/task/31463/stat : 31463 (java) R 31410 31413 19618 0 -1 4202560 38887 12326 0 0 570 14 5 3 20 0 15 0 48048946 14405136384 111721 18446744073709551615 4194304 4196468 140728877859024 139695204182160 139694846198374 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31464] ppid=31410 vsize=14067516 CPUtime=0.19 cores=0,2,4,6
/proc/31413/task/31464/stat : 31464 (java) S 31410 31413 19618 0 -1 1077944384 394 12326 0 0 10 1 5 3 20 0 15 0 48048947 14405136384 111721 18446744073709551615 4194304 4196468 140728877859024 139695156914704 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31465] ppid=31410 vsize=14067516 CPUtime=0.19 cores=0,2,4,6
/proc/31413/task/31465/stat : 31465 (java) S 31410 31413 19618 0 -1 1077944384 104 12326 0 0 10 1 5 3 20 0 15 0 48048947 14405136384 111721 18446744073709551615 4194304 4196468 140728877859024 139695155862160 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31466] ppid=31410 vsize=14067516 CPUtime=0.18 cores=0,2,4,6
/proc/31413/task/31466/stat : 31466 (java) S 31410 31413 19618 0 -1 1077944384 78 12326 0 0 10 0 5 3 20 0 15 0 48048947 14405136384 111721 18446744073709551615 4194304 4196468 140728877859024 139695154809104 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31467] ppid=31410 vsize=14067516 CPUtime=0.19 cores=0,2,4,6
/proc/31413/task/31467/stat : 31467 (java) S 31410 31413 19618 0 -1 1077944384 68 12326 0 0 10 1 5 3 20 0 15 0 48048947 14405136384 111721 18446744073709551615 4194304 4196468 140728877859024 139694797154704 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31468] ppid=31410 vsize=14067516 CPUtime=0.17 cores=0,2,4,6
/proc/31413/task/31468/stat : 31468 (java) S 31410 31413 19618 0 -1 1077944384 1207 12326 0 0 9 0 5 3 20 0 15 0 48048948 14405136384 111721 18446744073709551615 4194304 4196468 140728877859024 139694183783152 139695199959682 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31469] ppid=31410 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/31413/task/31469/stat : 31469 (java) S 31410 31413 19618 0 -1 1077944384 58 12326 0 0 0 0 5 3 20 0 15 0 48048948 14405136384 111721 18446744073709551615 4194304 4196468 140728877859024 139694182729504 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31470] ppid=31410 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/31413/task/31470/stat : 31470 (java) S 31410 31413 19618 0 -1 1077944384 46 12326 0 0 0 0 5 3 20 0 15 0 48048949 14405136384 111721 18446744073709551615 4194304 4196468 140728877859024 139694181676288 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31471] ppid=31410 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/31413/task/31471/stat : 31471 (java) S 31410 31413 19618 0 -1 1077944384 3 12326 0 0 0 0 5 3 20 0 15 0 48048951 14405136384 111721 18446744073709551615 4194304 4196468 140728877859024 139694180624848 139695199967131 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31472] ppid=31410 vsize=14067516 CPUtime=2.21 cores=0,2,4,6
/proc/31413/task/31472/stat : 31472 (java) S 31410 31413 19618 0 -1 1077944384 4161 12326 0 0 212 1 5 3 20 0 15 0 48048951 14405136384 111721 18446744073709551615 4194304 4196468 140728877859024 139694179571952 139695199959682 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31473] ppid=31410 vsize=14067516 CPUtime=2.56 cores=0,2,4,6
/proc/31413/task/31473/stat : 31473 (java) S 31410 31413 19618 0 -1 1077944384 5438 12326 0 0 246 2 5 3 20 0 15 0 48048951 14405136384 111721 18446744073709551615 4194304 4196468 140728877859024 139694178519408 139695199959682 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31474] ppid=31410 vsize=14067516 CPUtime=1.34 cores=0,2,4,6
/proc/31413/task/31474/stat : 31474 (java) S 31410 31413 19618 0 -1 1077944384 5255 12326 0 0 124 2 5 3 20 0 15 0 48048951 14405136384 111721 18446744073709551615 4194304 4196468 140728877859024 139694177466352 139695199959682 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31475] ppid=31410 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/31413/task/31475/stat : 31475 (java) S 31410 31413 19618 0 -1 1077944384 3 12326 0 0 0 0 5 3 20 0 15 0 48048951 14405136384 111721 18446744073709551615 4194304 4196468 140728877859024 139694176414048 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31476] ppid=31410 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/31413/task/31476/stat : 31476 (java) S 31410 31413 19618 0 -1 1077944384 1349 12326 0 0 0 0 5 3 20 0 15 0 48048955 14405136384 111721 18446744073709551615 4194304 4196468 140728877859024 139694175362096 139695199959682 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 14067516

[startup+12.7013 s]
/proc/loadavg: 1.75 1.62 1.58 4/209 31476
/proc/meminfo: memFree=29803404/32770624 swapFree=0/544576
[pid=31413] ppid=31410 vsize=14067516 CPUtime=23.6 cores=0,2,4,6
/proc/31413/stat : 31413 (java) S 31410 31413 19618 0 -1 1077944320 68501 12326 0 0 2318 34 5 3 20 0 15 0 48048928 14405136384 153992 18446744073709551615 4194304 4196468 140728877859024 140728877841568 139695199948535 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
/proc/31413/statm: 3516879 153992 3466 1 0 3505493 0
[pid=31413/tid=31463] ppid=31410 vsize=14067516 CPUtime=12.3 cores=0,2,4,6
/proc/31413/task/31463/stat : 31463 (java) R 31410 31413 19618 0 -1 4202560 40393 12326 0 0 1204 18 5 3 20 0 15 0 48048946 14405136384 153992 18446744073709551615 4194304 4196468 140728877859024 139695204182232 139694845897771 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31464] ppid=31410 vsize=14067516 CPUtime=0.2 cores=0,2,4,6
/proc/31413/task/31464/stat : 31464 (java) S 31410 31413 19618 0 -1 1077944384 1305 12326 0 0 11 1 5 3 20 0 15 0 48048947 14405136384 153992 18446744073709551615 4194304 4196468 140728877859024 139695156914704 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31465] ppid=31410 vsize=14067516 CPUtime=0.2 cores=0,2,4,6
/proc/31413/task/31465/stat : 31465 (java) S 31410 31413 19618 0 -1 1077944384 220 12326 0 0 11 1 5 3 20 0 15 0 48048947 14405136384 153992 18446744073709551615 4194304 4196468 140728877859024 139695155862160 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31466] ppid=31410 vsize=14067516 CPUtime=0.19 cores=0,2,4,6
/proc/31413/task/31466/stat : 31466 (java) S 31410 31413 19618 0 -1 1077944384 537 12326 0 0 10 1 5 3 20 0 15 0 48048947 14405136384 153992 18446744073709551615 4194304 4196468 140728877859024 139695154809104 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31467] ppid=31410 vsize=14067516 CPUtime=0.2 cores=0,2,4,6
/proc/31413/task/31467/stat : 31467 (java) S 31410 31413 19618 0 -1 1077944384 133 12326 0 0 11 1 5 3 20 0 15 0 48048947 14405136384 153992 18446744073709551615 4194304 4196468 140728877859024 139694797154704 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31468] ppid=31410 vsize=14067516 CPUtime=0.18 cores=0,2,4,6
/proc/31413/task/31468/stat : 31468 (java) S 31410 31413 19618 0 -1 1077944384 1512 12326 0 0 10 0 5 3 20 0 15 0 48048948 14405136384 153992 18446744073709551615 4194304 4196468 140728877859024 139694183783152 139695199959682 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31469] ppid=31410 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/31413/task/31469/stat : 31469 (java) S 31410 31413 19618 0 -1 1077944384 58 12326 0 0 0 0 5 3 20 0 15 0 48048948 14405136384 153992 18446744073709551615 4194304 4196468 140728877859024 139694182729504 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31470] ppid=31410 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/31413/task/31470/stat : 31470 (java) S 31410 31413 19618 0 -1 1077944384 46 12326 0 0 0 0 5 3 20 0 15 0 48048949 14405136384 153992 18446744073709551615 4194304 4196468 140728877859024 139694181676288 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31471] ppid=31410 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/31413/task/31471/stat : 31471 (java) S 31410 31413 19618 0 -1 1077944384 3 12326 0 0 0 0 5 3 20 0 15 0 48048951 14405136384 153992 18446744073709551615 4194304 4196468 140728877859024 139694180624848 139695199967131 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0

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

/proc/31413/task/31475/stat : 31475 (java) S 31410 31413 19618 0 -1 1077944384 3 12326 0 0 0 0 5 3 20 0 15 0 48048951 14405136384 209457 18446744073709551615 4194304 4196468 140728877859024 139694176414048 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31476] ppid=31410 vsize=14067516 CPUtime=1.54 cores=0,2,4,6
/proc/31413/task/31476/stat : 31476 (java) S 31410 31413 19618 0 -1 1077944384 2065 12326 0 0 70 76 5 3 20 0 15 0 48048955 14405136384 209457 18446744073709551615 4194304 4196468 140728877859024 139694175362096 139695199959682 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
Current children cumulated CPU time (s) 2378.06
Current children cumulated vsize (KiB) 14067516

[startup+2382.3 s]
/proc/loadavg: 1.51 1.37 1.36 3/213 31766
/proc/meminfo: memFree=29615360/32770624 swapFree=0/545040
[pid=31413] ppid=31410 vsize=14067516 CPUtime=2438.99 cores=0,2,4,6
/proc/31413/stat : 31413 (java) S 31410 31413 19618 0 -1 1077944320 193435 12326 0 0 243484 407 5 3 20 0 15 0 48048928 14405136384 209470 18446744073709551615 4194304 4196468 140728877859024 140728877841568 139695199948535 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
/proc/31413/statm: 3516879 209470 3466 1 0 3505493 0
[pid=31413/tid=31463] ppid=31410 vsize=14067516 CPUtime=2354.07 cores=0,2,4,6
/proc/31413/task/31463/stat : 31463 (java) R 31410 31413 19618 0 -1 4202560 86983 12326 0 0 235344 55 5 3 20 0 15 0 48048946 14405136384 209470 18446744073709551615 4194304 4196468 140728877859024 139695204182528 139694846061590 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31464] ppid=31410 vsize=14067516 CPUtime=12.28 cores=0,2,4,6
/proc/31413/task/31464/stat : 31464 (java) S 31410 31413 19618 0 -1 1077944384 7770 12326 0 0 1149 71 5 3 20 0 15 0 48048947 14405136384 209470 18446744073709551615 4194304 4196468 140728877859024 139695156914704 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31465] ppid=31410 vsize=14067516 CPUtime=12.29 cores=0,2,4,6
/proc/31413/task/31465/stat : 31465 (java) S 31410 31413 19618 0 -1 1077944384 17158 12326 0 0 1146 75 5 3 20 0 15 0 48048947 14405136384 209470 18446744073709551615 4194304 4196468 140728877859024 139695155862160 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31466] ppid=31410 vsize=14067516 CPUtime=12.25 cores=0,2,4,6
/proc/31413/task/31466/stat : 31466 (java) S 31410 31413 19618 0 -1 1077944384 13077 12326 0 0 1149 68 5 3 20 0 15 0 48048947 14405136384 209470 18446744073709551615 4194304 4196468 140728877859024 139695154809104 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31467] ppid=31410 vsize=14067516 CPUtime=12.26 cores=0,2,4,6
/proc/31413/task/31467/stat : 31467 (java) S 31410 31413 19618 0 -1 1077944384 16742 12326 0 0 1149 69 5 3 20 0 15 0 48048947 14405136384 209470 18446744073709551615 4194304 4196468 140728877859024 139694797154704 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31468] ppid=31410 vsize=14067516 CPUtime=12.53 cores=0,2,4,6
/proc/31413/task/31468/stat : 31468 (java) S 31410 31413 19618 0 -1 1077944384 13748 12326 0 0 1179 66 5 3 20 0 15 0 48048948 14405136384 209470 18446744073709551615 4194304 4196468 140728877859024 139694183783152 139695199959682 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31469] ppid=31410 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/31413/task/31469/stat : 31469 (java) S 31410 31413 19618 0 -1 1077944384 58 12326 0 0 0 0 5 3 20 0 15 0 48048948 14405136384 209470 18446744073709551615 4194304 4196468 140728877859024 139694182729504 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31470] ppid=31410 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/31413/task/31470/stat : 31470 (java) S 31410 31413 19618 0 -1 1077944384 46 12326 0 0 0 0 5 3 20 0 15 0 48048949 14405136384 209470 18446744073709551615 4194304 4196468 140728877859024 139694181676288 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31471] ppid=31410 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/31413/task/31471/stat : 31471 (java) S 31410 31413 19618 0 -1 1077944384 3 12326 0 0 0 0 5 3 20 0 15 0 48048951 14405136384 209470 18446744073709551615 4194304 4196468 140728877859024 139694180624848 139695199967131 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31472] ppid=31410 vsize=14067516 CPUtime=9.51 cores=0,2,4,6
/proc/31413/task/31472/stat : 31472 (java) S 31410 31413 19618 0 -1 1077944384 10066 12326 0 0 938 5 5 3 20 0 15 0 48048951 14405136384 209470 18446744073709551615 4194304 4196468 140728877859024 139694179571952 139695199959682 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31473] ppid=31410 vsize=14067516 CPUtime=9.76 cores=0,2,4,6
/proc/31413/task/31473/stat : 31473 (java) S 31410 31413 19618 0 -1 1077944384 10850 12326 0 0 963 5 5 3 20 0 15 0 48048951 14405136384 209470 18446744073709551615 4194304 4196468 140728877859024 139694178519408 139695199959682 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31474] ppid=31410 vsize=14067516 CPUtime=3.06 cores=0,2,4,6
/proc/31413/task/31474/stat : 31474 (java) S 31410 31413 19618 0 -1 1077944384 12704 12326 0 0 292 6 5 3 20 0 15 0 48048951 14405136384 209470 18446744073709551615 4194304 4196468 140728877859024 139694177466352 139695199959682 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31475] ppid=31410 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/31413/task/31475/stat : 31475 (java) S 31410 31413 19618 0 -1 1077944384 3 12326 0 0 0 0 5 3 20 0 15 0 48048951 14405136384 209470 18446744073709551615 4194304 4196468 140728877859024 139694176414048 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31476] ppid=31410 vsize=14067516 CPUtime=1.59 cores=0,2,4,6
/proc/31413/task/31476/stat : 31476 (java) S 31410 31413 19618 0 -1 1077944384 2073 12326 0 0 72 79 5 3 20 0 15 0 48048955 14405136384 209470 18446744073709551615 4194304 4196468 140728877859024 139694175362096 139695199959682 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
Current children cumulated CPU time (s) 2438.99
Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 1.45 1.37 1.36 3/213 31768
/proc/meminfo: memFree=28747316/32770624 swapFree=0/545072
[pid=31413] ppid=31410 vsize=14067516 CPUtime=2499.92 cores=0,2,4,6
/proc/31413/stat : 31413 (java) S 31410 31413 19618 0 -1 1077944320 194846 12326 0 0 249569 415 5 3 20 0 15 0 48048928 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 140728877841568 139695199948535 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
/proc/31413/statm: 3516879 209490 3466 1 0 3505493 0
[pid=31413/tid=31463] ppid=31410 vsize=14067516 CPUtime=2413.33 cores=0,2,4,6
/proc/31413/task/31463/stat : 31463 (java) R 31410 31413 19618 0 -1 4202560 87797 12326 0 0 241270 55 5 3 20 0 15 0 48048946 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139695204181584 139694845353996 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31464] ppid=31410 vsize=14067516 CPUtime=12.6 cores=0,2,4,6
/proc/31413/task/31464/stat : 31464 (java) S 31410 31413 19618 0 -1 1077944384 7977 12326 0 0 1180 72 5 3 20 0 15 0 48048947 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139695156914704 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31465] ppid=31410 vsize=14067516 CPUtime=12.61 cores=0,2,4,6
/proc/31413/task/31465/stat : 31465 (java) S 31410 31413 19618 0 -1 1077944384 17207 12326 0 0 1177 76 5 3 20 0 15 0 48048947 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139695155862160 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31466] ppid=31410 vsize=14067516 CPUtime=12.58 cores=0,2,4,6
/proc/31413/task/31466/stat : 31466 (java) S 31410 31413 19618 0 -1 1077944384 13148 12326 0 0 1180 70 5 3 20 0 15 0 48048947 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139695154809104 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31467] ppid=31410 vsize=14067516 CPUtime=12.59 cores=0,2,4,6
/proc/31413/task/31467/stat : 31467 (java) S 31410 31413 19618 0 -1 1077944384 16792 12326 0 0 1180 71 5 3 20 0 15 0 48048947 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139694797154704 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31468] ppid=31410 vsize=14067516 CPUtime=12.85 cores=0,2,4,6
/proc/31413/task/31468/stat : 31468 (java) S 31410 31413 19618 0 -1 1077944384 13946 12326 0 0 1209 68 5 3 20 0 15 0 48048948 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139694183783152 139695199959682 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31469] ppid=31410 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/31413/task/31469/stat : 31469 (java) S 31410 31413 19618 0 -1 1077944384 58 12326 0 0 0 0 5 3 20 0 15 0 48048948 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139694182729504 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31470] ppid=31410 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/31413/task/31470/stat : 31470 (java) S 31410 31413 19618 0 -1 1077944384 46 12326 0 0 0 0 5 3 20 0 15 0 48048949 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139694181676288 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31471] ppid=31410 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/31413/task/31471/stat : 31471 (java) S 31410 31413 19618 0 -1 1077944384 3 12326 0 0 0 0 5 3 20 0 15 0 48048951 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139694180624848 139695199967131 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31472] ppid=31410 vsize=14067516 CPUtime=9.51 cores=0,2,4,6
/proc/31413/task/31472/stat : 31472 (java) S 31410 31413 19618 0 -1 1077944384 10068 12326 0 0 938 5 5 3 20 0 15 0 48048951 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139694179571952 139695199959682 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31473] ppid=31410 vsize=14067516 CPUtime=9.76 cores=0,2,4,6
/proc/31413/task/31473/stat : 31473 (java) S 31410 31413 19618 0 -1 1077944384 10852 12326 0 0 963 5 5 3 20 0 15 0 48048951 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139694178519408 139695199959682 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31474] ppid=31410 vsize=14067516 CPUtime=3.06 cores=0,2,4,6
/proc/31413/task/31474/stat : 31474 (java) S 31410 31413 19618 0 -1 1077944384 12706 12326 0 0 292 6 5 3 20 0 15 0 48048951 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139694177466352 139695199959682 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31475] ppid=31410 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/31413/task/31475/stat : 31475 (java) S 31410 31413 19618 0 -1 1077944384 3 12326 0 0 0 0 5 3 20 0 15 0 48048951 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139694176414048 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31476] ppid=31410 vsize=14067516 CPUtime=1.62 cores=0,2,4,6
/proc/31413/task/31476/stat : 31476 (java) S 31410 31413 19618 0 -1 1077944384 2089 12326 0 0 74 80 5 3 20 0 15 0 48048955 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139694175362096 139695199959682 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
Current children cumulated CPU time (s) 2499.92
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2462.1 s]
/proc/loadavg: 1.40 1.36 1.36 3/211 31770
/proc/meminfo: memFree=28691912/32770624 swapFree=0/545060
[pid=31413] ppid=31410 vsize=14067516 CPUtime=2520.03 cores=0,2,4,6
/proc/31413/stat : 31413 (java) S 31410 31413 19618 0 -1 1077944320 195196 12326 0 0 251577 418 5 3 20 0 15 0 48048928 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 140728877841568 139695199948535 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
/proc/31413/statm: 3516879 209490 3466 1 0 3505493 0
[pid=31413/tid=31463] ppid=31410 vsize=14067516 CPUtime=2432.9 cores=0,2,4,6
/proc/31413/task/31463/stat : 31463 (java) S 31410 31413 19618 0 -1 1077944384 88137 12326 0 0 243227 55 5 3 20 0 15 0 48048946 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139695204181888 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31464] ppid=31410 vsize=14067516 CPUtime=12.71 cores=0,2,4,6
/proc/31413/task/31464/stat : 31464 (java) S 31410 31413 19618 0 -1 1077944384 7978 12326 0 0 1190 73 5 3 20 0 15 0 48048947 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139695156914704 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31465] ppid=31410 vsize=14067516 CPUtime=12.72 cores=0,2,4,6
/proc/31413/task/31465/stat : 31465 (java) S 31410 31413 19618 0 -1 1077944384 17208 12326 0 0 1187 77 5 3 20 0 15 0 48048947 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139695155862160 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31466] ppid=31410 vsize=14067516 CPUtime=12.69 cores=0,2,4,6
/proc/31413/task/31466/stat : 31466 (java) R 31410 31413 19618 0 -1 4202560 13151 12326 0 0 1190 71 5 3 20 0 15 0 48048947 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139695154809104 139695199960470 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31467] ppid=31410 vsize=14067516 CPUtime=12.7 cores=0,2,4,6
/proc/31413/task/31467/stat : 31467 (java) S 31410 31413 19618 0 -1 1077944384 16793 12326 0 0 1190 72 5 3 20 0 15 0 48048947 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139694797154704 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31468] ppid=31410 vsize=14067516 CPUtime=12.96 cores=0,2,4,6
/proc/31413/task/31468/stat : 31468 (java) S 31410 31413 19618 0 -1 1077944384 13949 12326 0 0 1219 69 5 3 20 0 15 0 48048948 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139694183781664 139695199958741 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31469] ppid=31410 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/31413/task/31469/stat : 31469 (java) S 31410 31413 19618 0 -1 1077944384 58 12326 0 0 0 0 5 3 20 0 15 0 48048948 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139694182729504 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31470] ppid=31410 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/31413/task/31470/stat : 31470 (java) S 31410 31413 19618 0 -1 1077944384 46 12326 0 0 0 0 5 3 20 0 15 0 48048949 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139694181676288 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31471] ppid=31410 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/31413/task/31471/stat : 31471 (java) S 31410 31413 19618 0 -1 1077944384 3 12326 0 0 0 0 5 3 20 0 15 0 48048951 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139694180624848 139695199967131 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31472] ppid=31410 vsize=14067516 CPUtime=9.51 cores=0,2,4,6
/proc/31413/task/31472/stat : 31472 (java) S 31410 31413 19618 0 -1 1077944384 10068 12326 0 0 938 5 5 3 20 0 15 0 48048951 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139694179571952 139695199959682 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31473] ppid=31410 vsize=14067516 CPUtime=9.76 cores=0,2,4,6
/proc/31413/task/31473/stat : 31473 (java) S 31410 31413 19618 0 -1 1077944384 10852 12326 0 0 963 5 5 3 20 0 15 0 48048951 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139694178519408 139695199959682 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31474] ppid=31410 vsize=14067516 CPUtime=3.06 cores=0,2,4,6
/proc/31413/task/31474/stat : 31474 (java) S 31410 31413 19618 0 -1 1077944384 12706 12326 0 0 292 6 5 3 20 0 15 0 48048951 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139694177466352 139695199959682 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31475] ppid=31410 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/31413/task/31475/stat : 31475 (java) S 31410 31413 19618 0 -1 1077944384 3 12326 0 0 0 0 5 3 20 0 15 0 48048951 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139694176414048 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31476] ppid=31410 vsize=14067516 CPUtime=1.64 cores=0,2,4,6
/proc/31413/task/31476/stat : 31476 (java) S 31410 31413 19618 0 -1 1077944384 2090 12326 0 0 75 81 5 3 20 0 15 0 48048955 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139694175362096 139695199959682 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
Current children cumulated CPU time (s) 2520.03
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 31413 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2462.1 s]
/proc/loadavg: 1.40 1.36 1.36 3/211 31770
/proc/meminfo: memFree=28691912/32770624 swapFree=0/545060
[pid=31413] ppid=31410 vsize=14067516 CPUtime=2520.03 cores=0,2,4,6
/proc/31413/stat : 31413 (java) S 31410 31413 19618 0 -1 1077944320 195196 12326 0 0 251577 418 5 3 20 0 15 0 48048928 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 140728877841568 139695199948535 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
/proc/31413/statm: 3516879 209490 3466 1 0 3505493 0
[pid=31413/tid=31463] ppid=31410 vsize=14067516 CPUtime=2432.9 cores=0,2,4,6
/proc/31413/task/31463/stat : 31463 (java) S 31410 31413 19618 0 -1 1077944384 88137 12326 0 0 243227 55 5 3 20 0 15 0 48048946 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139695204181888 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31464] ppid=31410 vsize=14067516 CPUtime=12.71 cores=0,2,4,6
/proc/31413/task/31464/stat : 31464 (java) S 31410 31413 19618 0 -1 1077944384 7978 12326 0 0 1190 73 5 3 20 0 15 0 48048947 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139695156914704 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31465] ppid=31410 vsize=14067516 CPUtime=12.72 cores=0,2,4,6
/proc/31413/task/31465/stat : 31465 (java) S 31410 31413 19618 0 -1 1077944384 17208 12326 0 0 1187 77 5 3 20 0 15 0 48048947 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139695155862160 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31466] ppid=31410 vsize=14067516 CPUtime=12.69 cores=0,2,4,6
/proc/31413/task/31466/stat : 31466 (java) R 31410 31413 19618 0 -1 4202560 13151 12326 0 0 1190 71 5 3 20 0 15 0 48048947 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139695154809104 139695199960470 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31467] ppid=31410 vsize=14067516 CPUtime=12.7 cores=0,2,4,6
/proc/31413/task/31467/stat : 31467 (java) S 31410 31413 19618 0 -1 1077944384 16793 12326 0 0 1190 72 5 3 20 0 15 0 48048947 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139694797154704 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31468] ppid=31410 vsize=14067516 CPUtime=12.96 cores=0,2,4,6
/proc/31413/task/31468/stat : 31468 (java) S 31410 31413 19618 0 -1 1077944384 13949 12326 0 0 1219 69 5 3 20 0 15 0 48048948 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139694183781664 139695199958741 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31469] ppid=31410 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/31413/task/31469/stat : 31469 (java) S 31410 31413 19618 0 -1 1077944384 58 12326 0 0 0 0 5 3 20 0 15 0 48048948 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139694182729504 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31470] ppid=31410 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/31413/task/31470/stat : 31470 (java) S 31410 31413 19618 0 -1 1077944384 46 12326 0 0 0 0 5 3 20 0 15 0 48048949 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139694181676288 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31471] ppid=31410 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/31413/task/31471/stat : 31471 (java) S 31410 31413 19618 0 -1 1077944384 3 12326 0 0 0 0 5 3 20 0 15 0 48048951 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139694180624848 139695199967131 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31472] ppid=31410 vsize=14067516 CPUtime=9.51 cores=0,2,4,6
/proc/31413/task/31472/stat : 31472 (java) S 31410 31413 19618 0 -1 1077944384 10068 12326 0 0 938 5 5 3 20 0 15 0 48048951 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139694179571952 139695199959682 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31473] ppid=31410 vsize=14067516 CPUtime=9.76 cores=0,2,4,6
/proc/31413/task/31473/stat : 31473 (java) S 31410 31413 19618 0 -1 1077944384 10852 12326 0 0 963 5 5 3 20 0 15 0 48048951 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139694178519408 139695199959682 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31474] ppid=31410 vsize=14067516 CPUtime=3.06 cores=0,2,4,6
/proc/31413/task/31474/stat : 31474 (java) S 31410 31413 19618 0 -1 1077944384 12706 12326 0 0 292 6 5 3 20 0 15 0 48048951 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139694177466352 139695199959682 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31475] ppid=31410 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/31413/task/31475/stat : 31475 (java) S 31410 31413 19618 0 -1 1077944384 3 12326 0 0 0 0 5 3 20 0 15 0 48048951 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139694176414048 139695199958741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
[pid=31413/tid=31476] ppid=31410 vsize=14067516 CPUtime=1.64 cores=0,2,4,6
/proc/31413/task/31476/stat : 31476 (java) S 31410 31413 19618 0 -1 1077944384 2090 12326 0 0 75 81 5 3 20 0 15 0 48048955 14405136384 209490 18446744073709551615 4194304 4196468 140728877859024 139694175362096 139695199959682 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32018432 140728877864912 140728877867697 140728877867697 140728877871055 0
Current children cumulated CPU time (s) 2520.03
Current children cumulated vsize (KiB) 14067516

Child status: 143
Real time (s): 2462.14
CPU time (s): 2520.08
CPU user time (s): 2515.85
CPU system time (s): 4.22745
CPU usage (%): 102.353
Max. virtual memory (cumulated for all children) (KiB): 14067516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.85
system time used= 4.22745
maximum resident set size= 838696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 208842
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 352712
involuntary context switches= 8553

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.802 second user time and 15.0369 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-11 15:21:47
IDJOB=4261981
IDBENCH=133498
IDSOLVER=2650
FILE ID=node127/4261981-1502458555
RUNJOBID= node127-1502411410-19681
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s60/Knapsack-60-250-05.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261981-1502458555/watcher-4261981-1502458555 -o /tmp/evaluation-result-4261981-1502458555/solver-4261981-1502458555 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502411410-19681 --watchdog 2580  bin/concrete HOME/instance-4261981-1502458555.xml

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

MD5SUM BENCH= ec17c84eab1701ad56b983b1c216f3af
RANDOM SEED=1058896960

node127.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.92
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.92
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.92
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.92
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:        30399884 kB
MemAvailable:   31201304 kB
Buffers:          255340 kB
Cached:           836160 kB
SwapCached:            0 kB
Active:          1377468 kB
Inactive:         569444 kB
Active(anon):     855716 kB
Inactive(anon):    24908 kB
Active(file):     521752 kB
Inactive(file):   544536 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24544 kB
Writeback:             0 kB
AnonPages:        855040 kB
Mapped:            54892 kB
Shmem:             25252 kB
Slab:             127440 kB
SReclaimable:     101936 kB
SUnreclaim:        25504 kB
KernelStack:        3456 kB
PageTables:         6900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1783388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    643072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61984 MiB
End job on node127 at 2017-08-11 16:02:50