Trace number 4261982

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)1134 2520.1101 2462.03

General information on the benchmark

NameKnapsack/Knapsack-m1-s60/
Knapsack-60-250-06.xml
MD5SUMe510f4e528f92f41d50b9f762f8b8317
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1134
Best CPU time to get the best result obtained on this benchmark151.156
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.27/2.18	c Concrete v3.4 running
5.97/3.29	o 540
6.30/3.34	o 550
6.30/3.36	o 560
6.30/3.38	o 578
6.30/3.40	o 596
6.68/3.42	o 608
6.68/3.43	o 636
6.68/3.44	o 721
6.68/3.46	o 751
6.68/3.47	o 761
6.68/3.49	o 780
6.68/3.50	o 783
7.02/3.50	o 788
7.02/3.51	o 801
7.02/3.52	o 814
7.02/3.53	o 834
7.02/3.55	o 845
7.02/3.55	o 863
7.02/3.56	o 894
7.02/3.56	o 898
7.02/3.57	o 916
7.02/3.57	o 979
7.02/3.58	o 982
7.31/3.60	o 992
7.31/3.61	o 1014
7.31/3.61	o 1040
7.31/3.63	o 1045
7.31/3.63	o 1066
7.31/3.64	o 1073
7.31/3.64	o 1075
7.31/3.66	o 1079
7.31/3.67	o 1083
7.31/3.68	o 1090
7.31/3.68	o 1102
7.31/3.69	o 1128
8.52/4.00	o 1134
2520.05/2462.01	java.util.concurrent.TimeoutException
2520.05/2462.01		at concrete.MAC.mac(MAC.scala:74)
2520.05/2462.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.05/2462.01		at scala.util.Try$.apply(Try.scala:209)
2520.05/2462.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.05/2462.01		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.05/2462.01		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.05/2462.01		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.05/2462.01		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.05/2462.01		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.05/2462.01		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.05/2462.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.05/2462.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.05/2462.01		at concrete.MAC.oneRun(MAC.scala:146)
2520.05/2462.01		at concrete.MAC.nextSolution(MAC.scala:166)
2520.05/2462.01		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.05/2462.01		at concrete.ProblemState.map(ProblemState.scala:203)
2520.05/2462.01		at concrete.ProblemState.map(ProblemState.scala:188)
2520.05/2462.01		at concrete.MAC.nextSolution(MAC.scala:195)
2520.05/2462.01		at concrete.Solver.hasNext(Solver.scala:202)
2520.05/2462.01		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.05/2462.01		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.05/2462.01		at concrete.Solver.toStream(Solver.scala:73)
2520.05/2462.01		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2520.05/2462.01		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2520.05/2462.01		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2520.05/2462.01		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2520.05/2462.01		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2520.05/2462.01		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.05/2462.01		at scala.util.Success.map(Try.scala:209)
2520.05/2462.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.05/2462.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.05/2462.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.05/2462.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.05/2462.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.05/2462.01		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.05/2462.01		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.05/2462.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.05/2462.01		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.05/2462.01		at scala.collection.immutable.List.foreach(List.scala:389)
2520.05/2462.01		at scala.App.main(App.scala:76)
2520.05/2462.01		at scala.App.main$(App.scala:74)
2520.05/2462.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.05/2462.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2462.02	v <instantiation cost="1134">
2520.05/2462.02	v       <list>
2520.05/2462.02	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.05/2462.02	v       </list>
2520.05/2462.02	v       <values>
2520.05/2462.02	v         0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 1 0 0 1 0 1 0 0 1 0 0 0 0 0 0 1 1 1 0 0 0 1 1 1 0 1 1 0 0 0 0 0 0 1 0 0 1 0 0 0
2520.05/2462.02	v       </values>
2520.05/2462.02	v     </instantiation>
2520.05/2462.02	s SATISFIABLE

Verifier Data

OK	1134

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-4261982-1502458283/watcher-4261982-1502458283 -o /tmp/evaluation-result-4261982-1502458283/solver-4261982-1502458283 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502411387-7497 --watchdog 2580 bin/concrete HOME/instance-4261982-1502458283.xml 

pid=23192
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.49 1.64 1.62 3/194 23195
/proc/meminfo: memFree=30804216/32770624 swapFree=0/395492
[pid=23195] ppid=23192 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/23195/stat : 23195 (runsolver) D 23192 23195 7434 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 34168977 24240128 106 18446744073709551615 4194304 4338465 140730105821040 140730105818680 140502156444375 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 20099072 140730105827537 140730105827913 140730105827913 140730105831370 0
/proc/23195/statm: 5918 106 53 36 0 2156 0

[startup+0.100156 s]
/proc/loadavg: 1.49 1.64 1.62 3/194 23195
/proc/meminfo: memFree=30804216/32770624 swapFree=0/395492
[pid=23195] ppid=23192 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/23195/stat : 23195 (bash) S 23192 23195 7434 0 -1 4202496 897 6477 0 0 0 0 0 1 20 0 1 0 34168977 9867264 377 18446744073709551615 4194304 5098028 140737409037600 140737409031608 140019916479488 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 7 0 0 7196144 7232144 18948096 140737409045012 140737409045097 140737409045097 140737409048554 0
/proc/23195/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200236 s]
/proc/loadavg: 1.49 1.64 1.62 3/194 23195
/proc/meminfo: memFree=30804216/32770624 swapFree=0/395492
[pid=23195] ppid=23192 vsize=11858348 CPUtime=0.07 cores=0,2,4,6
/proc/23195/stat : 23195 (java) S 23192 23195 7434 0 -1 1077944320 3124 12820 0 0 0 0 5 2 20 0 6 0 34168977 12142948352 2409 18446744073709551615 4194304 4196468 140728627869840 140728627852384 140172963405559 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
/proc/23195/statm: 2964587 2409 1152 1 0 2954557 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11858348

[startup+0.300204 s]
/proc/loadavg: 1.49 1.64 1.62 3/194 23195
/proc/meminfo: memFree=30804216/32770624 swapFree=0/395492
[pid=23195] ppid=23192 vsize=13974356 CPUtime=0.15 cores=0,2,4,6
/proc/23195/stat : 23195 (java) S 23192 23195 7434 0 -1 1077944320 6358 12820 0 0 7 1 5 2 20 0 15 0 34168977 14309740544 7035 18446744073709551615 4194304 4196468 140728627869840 140728627852384 140172963405559 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
/proc/23195/statm: 3493589 7035 2754 1 0 3482965 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 13974356

[startup+0.700355 s]
/proc/loadavg: 1.49 1.64 1.62 3/194 23195
/proc/meminfo: memFree=30804216/32770624 swapFree=0/395492
[pid=23195] ppid=23192 vsize=13974784 CPUtime=0.71 cores=0,2,4,6
/proc/23195/stat : 23195 (java) S 23192 23195 7434 0 -1 1077944320 14208 12820 0 0 60 4 5 2 20 0 15 0 34168977 14310178816 15107 18446744073709551615 4194304 4196468 140728627869840 140728627852384 140172963405559 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
/proc/23195/statm: 3493696 15107 3101 1 0 3482965 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 13974784

[startup+1.50805 s]
/proc/loadavg: 1.49 1.64 1.62 4/209 23258
/proc/meminfo: memFree=30705912/32770624 swapFree=0/395316
[pid=23195] ppid=23192 vsize=13985408 CPUtime=1.98 cores=0,2,4,6
/proc/23195/stat : 23195 (java) S 23192 23195 7434 0 -1 1077944320 29668 12820 0 0 183 8 5 2 20 0 15 0 34168977 14321057792 43225 18446744073709551615 4194304 4196468 140728627869840 140728627852384 140172963405559 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
/proc/23195/statm: 3496352 43225 3377 1 0 3485525 0
[pid=23195/tid=23245] ppid=23192 vsize=13985408 CPUtime=1.3 cores=0,2,4,6
/proc/23195/task/23245/stat : 23245 (java) R 23192 23195 7434 0 -1 4202560 22169 12820 0 0 118 5 5 2 20 0 15 0 34168996 14321057792 43225 18446744073709551615 4194304 4196468 140728627869840 140172967626408 140172582796410 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23246] ppid=23192 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/23195/task/23246/stat : 23246 (java) S 23192 23195 7434 0 -1 1077944384 195 12820 0 0 1 0 5 2 20 0 15 0 34168997 14321057792 43225 18446744073709551615 4194304 4196468 140728627869840 140172905351952 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23247] ppid=23192 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/23195/task/23247/stat : 23247 (java) S 23192 23195 7434 0 -1 1077944384 58 12820 0 0 1 0 5 2 20 0 15 0 34168997 14321057792 43225 18446744073709551615 4194304 4196468 140728627869840 140172904299408 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23248] ppid=23192 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/23195/task/23248/stat : 23248 (java) S 23192 23195 7434 0 -1 1077944384 43 12820 0 0 1 0 5 2 20 0 15 0 34168997 14321057792 43225 18446744073709551615 4194304 4196468 140728627869840 140172903246864 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23249] ppid=23192 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/23195/task/23249/stat : 23249 (java) S 23192 23195 7434 0 -1 1077944384 69 12820 0 0 1 0 5 2 20 0 15 0 34168997 14321057792 43225 18446744073709551615 4194304 4196468 140728627869840 140172560178320 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23250] ppid=23192 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/23195/task/23250/stat : 23250 (java) S 23192 23195 7434 0 -1 1077944384 1463 12820 0 0 1 0 5 2 20 0 15 0 34168998 14321057792 43225 18446744073709551615 4194304 4196468 140728627869840 140172509132784 140172963416706 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23251] ppid=23192 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/23195/task/23251/stat : 23251 (java) S 23192 23195 7434 0 -1 1077944384 55 12820 0 0 0 0 5 2 20 0 15 0 34168999 14321057792 43225 18446744073709551615 4194304 4196468 140728627869840 140172508079072 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23252] ppid=23192 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/23195/task/23252/stat : 23252 (java) S 23192 23195 7434 0 -1 1077944384 43 12820 0 0 0 0 5 2 20 0 15 0 34168999 14321057792 43225 18446744073709551615 4194304 4196468 140728627869840 140172507026432 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23253] ppid=23192 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/23195/task/23253/stat : 23253 (java) S 23192 23195 7434 0 -1 1077944384 3 12820 0 0 0 0 5 2 20 0 15 0 34169002 14321057792 43225 18446744073709551615 4194304 4196468 140728627869840 140172505974992 140172963424155 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23254] ppid=23192 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/23195/task/23254/stat : 23254 (java) S 23192 23195 7434 0 -1 1077944384 1057 12820 0 0 16 0 5 2 20 0 15 0 34169002 14321057792 43225 18446744073709551615 4194304 4196468 140728627869840 140172504922608 140172963416706 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23255] ppid=23192 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/23195/task/23255/stat : 23255 (java) S 23192 23195 7434 0 -1 1077944384 988 12820 0 0 17 0 5 2 20 0 15 0 34169002 14321057792 43225 18446744073709551615 4194304 4196468 140728627869840 140172503870064 140172963416706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23256] ppid=23192 vsize=13985408 CPUtime=0.3 cores=0,2,4,6
/proc/23195/task/23256/stat : 23256 (java) S 23192 23195 7434 0 -1 1077944384 1357 12820 0 0 23 0 5 2 20 0 15 0 34169002 14321057792 43225 18446744073709551615 4194304 4196468 140728627869840 140172502817520 140172963416706 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23257] ppid=23192 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/23195/task/23257/stat : 23257 (java) S 23192 23195 7434 0 -1 1077944384 3 12820 0 0 0 0 5 2 20 0 15 0 34169002 14321057792 43225 18446744073709551615 4194304 4196468 140728627869840 140172501765216 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23258] ppid=23192 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/23195/task/23258/stat : 23258 (java) S 23192 23195 7434 0 -1 1077944384 10 12820 0 0 0 0 5 2 20 0 15 0 34169005 14321057792 43225 18446744073709551615 4194304 4196468 140728627869840 140172500711728 140172963416706 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 13985408

[startup+3.10073 s]
/proc/loadavg: 1.49 1.64 1.62 5/209 23258
/proc/meminfo: memFree=30630220/32770624 swapFree=0/395316
[pid=23195] ppid=23192 vsize=14065468 CPUtime=5.64 cores=0,2,4,6
/proc/23195/stat : 23195 (java) S 23192 23195 7434 0 -1 1077944320 60263 12820 0 0 541 16 5 2 20 0 15 0 34168977 14403039232 71086 18446744073709551615 4194304 4196468 140728627869840 140728627852384 140172963405559 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
/proc/23195/statm: 3516367 71086 3459 1 0 3504981 0
[pid=23195/tid=23245] ppid=23192 vsize=14065468 CPUtime=2.85 cores=0,2,4,6
/proc/23195/task/23245/stat : 23245 (java) S 23192 23195 7434 0 -1 1077944384 43506 12820 0 0 269 9 5 2 20 0 15 0 34168996 14403039232 71086 18446744073709551615 4194304 4196468 140728627869840 140172967634912 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23246] ppid=23192 vsize=14065468 CPUtime=0.09 cores=0,2,4,6
/proc/23195/task/23246/stat : 23246 (java) R 23192 23195 7434 0 -1 1077944384 200 12820 0 0 2 0 5 2 20 0 15 0 34168997 14403039232 71086 18446744073709551615 4194304 4196468 140728627869840 140172905351952 140172963415765 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23247] ppid=23192 vsize=14065468 CPUtime=0.1 cores=0,2,4,6
/proc/23195/task/23247/stat : 23247 (java) R 23192 23195 7434 0 -1 4202560 90 12820 0 0 3 0 5 2 20 0 15 0 34168997 14403039232 71086 18446744073709551615 4194304 4196468 140728627869840 140172904299408 140172942600589 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23248] ppid=23192 vsize=14065468 CPUtime=0.1 cores=0,2,4,6
/proc/23195/task/23248/stat : 23248 (java) R 23192 23195 7434 0 -1 4202560 68 12820 0 0 3 0 5 2 20 0 15 0 34168997 14403039232 71086 18446744073709551615 4194304 4196468 140728627869840 140172903246864 140172942600589 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23249] ppid=23192 vsize=14065468 CPUtime=0.1 cores=0,2,4,6
/proc/23195/task/23249/stat : 23249 (java) S 23192 23195 7434 0 -1 1077944384 137 12820 0 0 3 0 5 2 20 0 15 0 34168997 14403039232 71086 18446744073709551615 4194304 4196468 140728627869840 140172560178320 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23250] ppid=23192 vsize=14065468 CPUtime=0.09 cores=0,2,4,6
/proc/23195/task/23250/stat : 23250 (java) S 23192 23195 7434 0 -1 1077944384 2188 12820 0 0 2 0 5 2 20 0 15 0 34168998 14403039232 71086 18446744073709551615 4194304 4196468 140728627869840 140172509131376 140172963415765 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23251] ppid=23192 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/23195/task/23251/stat : 23251 (java) S 23192 23195 7434 0 -1 1077944384 55 12820 0 0 0 0 5 2 20 0 15 0 34168999 14403039232 71086 18446744073709551615 4194304 4196468 140728627869840 140172508079072 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23252] ppid=23192 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/23195/task/23252/stat : 23252 (java) S 23192 23195 7434 0 -1 1077944384 43 12820 0 0 0 0 5 2 20 0 15 0 34168999 14403039232 71086 18446744073709551615 4194304 4196468 140728627869840 140172507026432 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23253] ppid=23192 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/23195/task/23253/stat : 23253 (java) S 23192 23195 7434 0 -1 1077944384 3 12820 0 0 0 0 5 2 20 0 15 0 34169002 14403039232 71086 18446744073709551615 4194304 4196468 140728627869840 140172505974992 140172963424155 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23254] ppid=23192 vsize=14065468 CPUtime=0.89 cores=0,2,4,6
/proc/23195/task/23254/stat : 23254 (java) S 23192 23195 7434 0 -1 1077944384 4454 12820 0 0 82 0 5 2 20 0 15 0 34169002 14403039232 71086 18446744073709551615 4194304 4196468 140728627869840 140172504922608 140172963416706 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23255] ppid=23192 vsize=14065468 CPUtime=0.97 cores=0,2,4,6
/proc/23195/task/23255/stat : 23255 (java) R 23192 23195 7434 0 -1 4202560 4247 12820 0 0 89 1 5 2 20 0 15 0 34169002 14403039232 71086 18446744073709551615 4194304 4196468 140728627869840 140172503854160 140172942652164 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23256] ppid=23192 vsize=14065468 CPUtime=0.92 cores=0,2,4,6
/proc/23195/task/23256/stat : 23256 (java) S 23192 23195 7434 0 -1 1077944384 3102 12820 0 0 84 1 5 2 20 0 15 0 34169002 14403039232 71086 18446744073709551615 4194304 4196468 140728627869840 140172502817520 140172963416706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23257] ppid=23192 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/23195/task/23257/stat : 23257 (java) S 23192 23195 7434 0 -1 1077944384 3 12820 0 0 0 0 5 2 20 0 15 0 34169002 14403039232 71086 18446744073709551615 4194304 4196468 140728627869840 140172501765216 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23258] ppid=23192 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/23195/task/23258/stat : 23258 (java) S 23192 23195 7434 0 -1 1077944384 11 12820 0 0 0 0 5 2 20 0 15 0 34169005 14403039232 71086 18446744073709551615 4194304 4196468 140728627869840 140172500711728 140172963416706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
Current children cumulated CPU time (s) 5.64
Current children cumulated vsize (KiB) 14065468

[startup+6.30065 s]
/proc/loadavg: 1.53 1.65 1.62 3/209 23258
/proc/meminfo: memFree=30411516/32770624 swapFree=0/395312
[pid=23195] ppid=23192 vsize=14067516 CPUtime=12.92 cores=0,2,4,6
/proc/23195/stat : 23195 (java) S 23192 23195 7434 0 -1 1077944320 70690 12820 0 0 1262 23 5 2 20 0 15 0 34168977 14405136384 113724 18446744073709551615 4194304 4196468 140728627869840 140728627852384 140172963405559 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
/proc/23195/statm: 3516879 113724 3468 1 0 3505493 0
[pid=23195/tid=23245] ppid=23192 vsize=14067516 CPUtime=5.88 cores=0,2,4,6
/proc/23195/task/23245/stat : 23245 (java) R 23192 23195 7434 0 -1 4202560 44930 12820 0 0 568 13 5 2 20 0 15 0 34168996 14405136384 113724 18446744073709551615 4194304 4196468 140728627869840 140172967630864 140172593692511 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23246] ppid=23192 vsize=14067516 CPUtime=0.16 cores=0,2,4,6
/proc/23195/task/23246/stat : 23246 (java) S 23192 23195 7434 0 -1 1077944384 337 12820 0 0 9 0 5 2 20 0 15 0 34168997 14405136384 113724 18446744073709551615 4194304 4196468 140728627869840 140172905351952 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23247] ppid=23192 vsize=14067516 CPUtime=0.15 cores=0,2,4,6
/proc/23195/task/23247/stat : 23247 (java) S 23192 23195 7434 0 -1 1077944384 952 12820 0 0 8 0 5 2 20 0 15 0 34168997 14405136384 113724 18446744073709551615 4194304 4196468 140728627869840 140172904299408 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23248] ppid=23192 vsize=14067516 CPUtime=0.16 cores=0,2,4,6
/proc/23195/task/23248/stat : 23248 (java) S 23192 23195 7434 0 -1 1077944384 140 12820 0 0 9 0 5 2 20 0 15 0 34168997 14405136384 113724 18446744073709551615 4194304 4196468 140728627869840 140172903246864 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23249] ppid=23192 vsize=14067516 CPUtime=0.17 cores=0,2,4,6
/proc/23195/task/23249/stat : 23249 (java) S 23192 23195 7434 0 -1 1077944384 563 12820 0 0 10 0 5 2 20 0 15 0 34168997 14405136384 113724 18446744073709551615 4194304 4196468 140728627869840 140172560178320 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23250] ppid=23192 vsize=14067516 CPUtime=0.16 cores=0,2,4,6
/proc/23195/task/23250/stat : 23250 (java) S 23192 23195 7434 0 -1 1077944384 2493 12820 0 0 9 0 5 2 20 0 15 0 34168998 14405136384 113724 18446744073709551615 4194304 4196468 140728627869840 140172509132784 140172963416706 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23251] ppid=23192 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23195/task/23251/stat : 23251 (java) S 23192 23195 7434 0 -1 1077944384 55 12820 0 0 0 0 5 2 20 0 15 0 34168999 14405136384 113724 18446744073709551615 4194304 4196468 140728627869840 140172508079136 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23252] ppid=23192 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23195/task/23252/stat : 23252 (java) S 23192 23195 7434 0 -1 1077944384 44 12820 0 0 0 0 5 2 20 0 15 0 34168999 14405136384 113724 18446744073709551615 4194304 4196468 140728627869840 140172507026432 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23253] ppid=23192 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23195/task/23253/stat : 23253 (java) S 23192 23195 7434 0 -1 1077944384 3 12820 0 0 0 0 5 2 20 0 15 0 34169002 14405136384 113724 18446744073709551615 4194304 4196468 140728627869840 140172505974992 140172963424155 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23254] ppid=23192 vsize=14067516 CPUtime=2.6 cores=0,2,4,6
/proc/23195/task/23254/stat : 23254 (java) R 23192 23195 7434 0 -1 4202560 5864 12820 0 0 252 1 5 2 20 0 15 0 34169002 14405136384 113724 18446744073709551615 4194304 4196468 140728627869840 140172504912080 140172947365056 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23255] ppid=23192 vsize=14067516 CPUtime=2.76 cores=0,2,4,6
/proc/23195/task/23255/stat : 23255 (java) R 23192 23195 7434 0 -1 4202560 8213 12820 0 0 266 3 5 2 20 0 15 0 34169002 14405136384 113724 18446744073709551615 4194304 4196468 140728627869840 140172503870064 140172948290242 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23256] ppid=23192 vsize=14067516 CPUtime=1.33 cores=0,2,4,6
/proc/23195/task/23256/stat : 23256 (java) S 23192 23195 7434 0 -1 1077944384 4306 12820 0 0 124 2 5 2 20 0 15 0 34169002 14405136384 113724 18446744073709551615 4194304 4196468 140728627869840 140172502817520 140172963416706 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23257] ppid=23192 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23195/task/23257/stat : 23257 (java) S 23192 23195 7434 0 -1 1077944384 3 12820 0 0 0 0 5 2 20 0 15 0 34169002 14405136384 113724 18446744073709551615 4194304 4196468 140728627869840 140172501765216 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23258] ppid=23192 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23195/task/23258/stat : 23258 (java) S 23192 23195 7434 0 -1 1077944384 631 12820 0 0 0 0 5 2 20 0 15 0 34169005 14405136384 113724 18446744073709551615 4194304 4196468 140728627869840 140172500711728 140172963416706 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
Current children cumulated CPU time (s) 12.92
Current children cumulated vsize (KiB) 14067516

[startup+12.7008 s]
/proc/loadavg: 1.65 1.67 1.63 3/209 23258
/proc/meminfo: memFree=30220156/32770624 swapFree=0/395304
[pid=23195] ppid=23192 vsize=14067516 CPUtime=24.03 cores=0,2,4,6
/proc/23195/stat : 23195 (java) S 23192 23195 7434 0 -1 1077944320 75547 12820 0 0 2365 31 5 2 20 0 15 0 34168977 14405136384 154381 18446744073709551615 4194304 4196468 140728627869840 140728627852384 140172963405559 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
/proc/23195/statm: 3516879 154381 3468 1 0 3505493 0
[pid=23195/tid=23245] ppid=23192 vsize=14067516 CPUtime=12.25 cores=0,2,4,6
/proc/23195/task/23245/stat : 23245 (java) R 23192 23195 7434 0 -1 4202560 45409 12820 0 0 1202 16 5 2 20 0 15 0 34168996 14405136384 154381 18446744073709551615 4194304 4196468 140728627869840 140172967628752 140172963417494 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23246] ppid=23192 vsize=14067516 CPUtime=0.18 cores=0,2,4,6
/proc/23195/task/23246/stat : 23246 (java) S 23192 23195 7434 0 -1 1077944384 371 12820 0 0 10 1 5 2 20 0 15 0 34168997 14405136384 154381 18446744073709551615 4194304 4196468 140728627869840 140172905351952 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23247] ppid=23192 vsize=14067516 CPUtime=0.16 cores=0,2,4,6
/proc/23195/task/23247/stat : 23247 (java) S 23192 23195 7434 0 -1 1077944384 1001 12820 0 0 9 0 5 2 20 0 15 0 34168997 14405136384 154381 18446744073709551615 4194304 4196468 140728627869840 140172904299408 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23248] ppid=23192 vsize=14067516 CPUtime=0.18 cores=0,2,4,6
/proc/23195/task/23248/stat : 23248 (java) S 23192 23195 7434 0 -1 1077944384 156 12820 0 0 10 1 5 2 20 0 15 0 34168997 14405136384 154381 18446744073709551615 4194304 4196468 140728627869840 140172903246864 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23249] ppid=23192 vsize=14067516 CPUtime=0.19 cores=0,2,4,6
/proc/23195/task/23249/stat : 23249 (java) S 23192 23195 7434 0 -1 1077944384 597 12820 0 0 11 1 5 2 20 0 15 0 34168997 14405136384 154381 18446744073709551615 4194304 4196468 140728627869840 140172560178320 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23250] ppid=23192 vsize=14067516 CPUtime=0.17 cores=0,2,4,6
/proc/23195/task/23250/stat : 23250 (java) S 23192 23195 7434 0 -1 1077944384 2588 12820 0 0 10 0 5 2 20 0 15 0 34168998 14405136384 154381 18446744073709551615 4194304 4196468 140728627869840 140172509132784 140172963416706 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23251] ppid=23192 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23195/task/23251/stat : 23251 (java) S 23192 23195 7434 0 -1 1077944384 55 12820 0 0 0 0 5 2 20 0 15 0 34168999 14405136384 154381 18446744073709551615 4194304 4196468 140728627869840 140172508079136 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23252] ppid=23192 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23195/task/23252/stat : 23252 (java) S 23192 23195 7434 0 -1 1077944384 44 12820 0 0 0 0 5 2 20 0 15 0 34168999 14405136384 154381 18446744073709551615 4194304 4196468 140728627869840 140172507026432 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23253] ppid=23192 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23195/task/23253/stat : 23253 (java) S 23192 23195 7434 0 -1 1077944384 3 12820 0 0 0 0 5 2 20 0 15 0 34169002 14405136384 154381 18446744073709551615 4194304 4196468 140728627869840 140172505974992 140172963424155 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0

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

/proc/23195/task/23257/stat : 23257 (java) S 23192 23195 7434 0 -1 1077944384 3 12820 0 0 0 0 5 2 20 0 15 0 34169002 14405136384 203807 18446744073709551615 4194304 4196468 140728627869840 140172501765216 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23258] ppid=23192 vsize=14067516 CPUtime=1.46 cores=0,2,4,6
/proc/23195/task/23258/stat : 23258 (java) S 23192 23195 7434 0 -1 1077944384 1378 12820 0 0 67 72 5 2 20 0 15 0 34169005 14405136384 203807 18446744073709551615 4194304 4196468 140728627869840 140172500711728 140172963416706 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
Current children cumulated CPU time (s) 2317.39
Current children cumulated vsize (KiB) 14067516

[startup+2322.3 s]
/proc/loadavg: 1.26 1.36 1.40 3/209 23397
/proc/meminfo: memFree=29970164/32770624 swapFree=0/395860
[pid=23195] ppid=23192 vsize=14067516 CPUtime=2378.3 cores=0,2,4,6
/proc/23195/stat : 23195 (java) S 23192 23195 7434 0 -1 1077944320 197114 12820 0 0 237419 404 5 2 20 0 15 0 34168977 14405136384 204324 18446744073709551615 4194304 4196468 140728627869840 140728627852384 140172963405559 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
/proc/23195/statm: 3516879 204324 3469 1 0 3505493 0
[pid=23195/tid=23245] ppid=23192 vsize=14067516 CPUtime=2295.23 cores=0,2,4,6
/proc/23195/task/23245/stat : 23245 (java) R 23192 23195 7434 0 -1 4202560 91880 12820 0 0 229458 58 5 2 20 0 15 0 34168996 14405136384 204324 18446744073709551615 4194304 4196468 140728627869840 140172967630640 140172593692371 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23246] ppid=23192 vsize=14067516 CPUtime=11.73 cores=0,2,4,6
/proc/23195/task/23246/stat : 23246 (java) S 23192 23195 7434 0 -1 1077944384 13971 12820 0 0 1097 69 5 2 20 0 15 0 34168997 14405136384 204324 18446744073709551615 4194304 4196468 140728627869840 140172905351952 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23247] ppid=23192 vsize=14067516 CPUtime=11.74 cores=0,2,4,6
/proc/23195/task/23247/stat : 23247 (java) S 23192 23195 7434 0 -1 1077944384 19923 12820 0 0 1099 68 5 2 20 0 15 0 34168997 14405136384 204324 18446744073709551615 4194304 4196468 140728627869840 140172904299408 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23248] ppid=23192 vsize=14067516 CPUtime=11.76 cores=0,2,4,6
/proc/23195/task/23248/stat : 23248 (java) S 23192 23195 7434 0 -1 1077944384 10130 12820 0 0 1100 69 5 2 20 0 15 0 34168997 14405136384 204324 18446744073709551615 4194304 4196468 140728627869840 140172903246864 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23249] ppid=23192 vsize=14067516 CPUtime=11.74 cores=0,2,4,6
/proc/23195/task/23249/stat : 23249 (java) S 23192 23195 7434 0 -1 1077944384 7295 12820 0 0 1098 69 5 2 20 0 15 0 34168997 14405136384 204324 18446744073709551615 4194304 4196468 140728627869840 140172560178320 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23250] ppid=23192 vsize=14067516 CPUtime=12.06 cores=0,2,4,6
/proc/23195/task/23250/stat : 23250 (java) S 23192 23195 7434 0 -1 1077944384 14479 12820 0 0 1133 66 5 2 20 0 15 0 34168998 14405136384 204324 18446744073709551615 4194304 4196468 140728627869840 140172509132784 140172963416706 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23251] ppid=23192 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23195/task/23251/stat : 23251 (java) S 23192 23195 7434 0 -1 1077944384 55 12820 0 0 0 0 5 2 20 0 15 0 34168999 14405136384 204324 18446744073709551615 4194304 4196468 140728627869840 140172508079136 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23252] ppid=23192 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23195/task/23252/stat : 23252 (java) S 23192 23195 7434 0 -1 1077944384 44 12820 0 0 0 0 5 2 20 0 15 0 34168999 14405136384 204324 18446744073709551615 4194304 4196468 140728627869840 140172507026432 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23253] ppid=23192 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23195/task/23253/stat : 23253 (java) S 23192 23195 7434 0 -1 1077944384 3 12820 0 0 0 0 5 2 20 0 15 0 34169002 14405136384 204324 18446744073709551615 4194304 4196468 140728627869840 140172505974992 140172963424155 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23254] ppid=23192 vsize=14067516 CPUtime=9.96 cores=0,2,4,6
/proc/23195/task/23254/stat : 23254 (java) S 23192 23195 7434 0 -1 1077944384 10041 12820 0 0 985 4 5 2 20 0 15 0 34169002 14405136384 204324 18446744073709551615 4194304 4196468 140728627869840 140172504922608 140172963416706 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23255] ppid=23192 vsize=14067516 CPUtime=10.03 cores=0,2,4,6
/proc/23195/task/23255/stat : 23255 (java) S 23192 23195 7434 0 -1 1077944384 11227 12820 0 0 989 7 5 2 20 0 15 0 34169002 14405136384 204324 18446744073709551615 4194304 4196468 140728627869840 140172503870064 140172963416706 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23256] ppid=23192 vsize=14067516 CPUtime=3.08 cores=0,2,4,6
/proc/23195/task/23256/stat : 23256 (java) S 23192 23195 7434 0 -1 1077944384 14522 12820 0 0 296 5 5 2 20 0 15 0 34169002 14405136384 204324 18446744073709551615 4194304 4196468 140728627869840 140172502817520 140172963416706 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23257] ppid=23192 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23195/task/23257/stat : 23257 (java) S 23192 23195 7434 0 -1 1077944384 3 12820 0 0 0 0 5 2 20 0 15 0 34169002 14405136384 204324 18446744073709551615 4194304 4196468 140728627869840 140172501765216 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23258] ppid=23192 vsize=14067516 CPUtime=1.5 cores=0,2,4,6
/proc/23195/task/23258/stat : 23258 (java) S 23192 23195 7434 0 -1 1077944384 1385 12820 0 0 69 74 5 2 20 0 15 0 34169005 14405136384 204324 18446744073709551615 4194304 4196468 140728627869840 140172500711728 140172963416706 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
Current children cumulated CPU time (s) 2378.3
Current children cumulated vsize (KiB) 14067516

[startup+2382.31 s]
/proc/loadavg: 1.52 1.42 1.41 3/209 23524
/proc/meminfo: memFree=29914300/32770624 swapFree=0/395884
[pid=23195] ppid=23192 vsize=14067516 CPUtime=2439.15 cores=0,2,4,6
/proc/23195/stat : 23195 (java) S 23192 23195 7434 0 -1 1077944320 198522 12820 0 0 243491 417 5 2 20 0 15 0 34168977 14405136384 204333 18446744073709551615 4194304 4196468 140728627869840 140728627852384 140172963405559 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
/proc/23195/statm: 3516879 204333 3469 1 0 3505493 0
[pid=23195/tid=23245] ppid=23192 vsize=14067516 CPUtime=2354.48 cores=0,2,4,6
/proc/23195/task/23245/stat : 23245 (java) R 23192 23195 7434 0 -1 4202560 92729 12820 0 0 235380 61 5 2 20 0 15 0 34168996 14405136384 204333 18446744073709551615 4194304 4196468 140728627869840 140172967631376 140172591474624 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23246] ppid=23192 vsize=14067516 CPUtime=12.03 cores=0,2,4,6
/proc/23195/task/23246/stat : 23246 (java) S 23192 23195 7434 0 -1 1077944384 14174 12820 0 0 1125 71 5 2 20 0 15 0 34168997 14405136384 204333 18446744073709551615 4194304 4196468 140728627869840 140172905351952 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23247] ppid=23192 vsize=14067516 CPUtime=12.06 cores=0,2,4,6
/proc/23195/task/23247/stat : 23247 (java) S 23192 23195 7434 0 -1 1077944384 19971 12820 0 0 1129 70 5 2 20 0 15 0 34168997 14405136384 204333 18446744073709551615 4194304 4196468 140728627869840 140172904299408 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23248] ppid=23192 vsize=14067516 CPUtime=12.07 cores=0,2,4,6
/proc/23195/task/23248/stat : 23248 (java) S 23192 23195 7434 0 -1 1077944384 10157 12820 0 0 1129 71 5 2 20 0 15 0 34168997 14405136384 204333 18446744073709551615 4194304 4196468 140728627869840 140172903246864 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23249] ppid=23192 vsize=14067516 CPUtime=12.05 cores=0,2,4,6
/proc/23195/task/23249/stat : 23249 (java) S 23192 23195 7434 0 -1 1077944384 7364 12820 0 0 1127 71 5 2 20 0 15 0 34168997 14405136384 204333 18446744073709551615 4194304 4196468 140728627869840 140172560178320 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23250] ppid=23192 vsize=14067516 CPUtime=12.38 cores=0,2,4,6
/proc/23195/task/23250/stat : 23250 (java) S 23192 23195 7434 0 -1 1077944384 14676 12820 0 0 1163 68 5 2 20 0 15 0 34168998 14405136384 204333 18446744073709551615 4194304 4196468 140728627869840 140172509132784 140172963416706 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23251] ppid=23192 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23195/task/23251/stat : 23251 (java) S 23192 23195 7434 0 -1 1077944384 55 12820 0 0 0 0 5 2 20 0 15 0 34168999 14405136384 204333 18446744073709551615 4194304 4196468 140728627869840 140172508079136 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23252] ppid=23192 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23195/task/23252/stat : 23252 (java) S 23192 23195 7434 0 -1 1077944384 44 12820 0 0 0 0 5 2 20 0 15 0 34168999 14405136384 204333 18446744073709551615 4194304 4196468 140728627869840 140172507026432 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23253] ppid=23192 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23195/task/23253/stat : 23253 (java) S 23192 23195 7434 0 -1 1077944384 3 12820 0 0 0 0 5 2 20 0 15 0 34169002 14405136384 204333 18446744073709551615 4194304 4196468 140728627869840 140172505974992 140172963424155 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23254] ppid=23192 vsize=14067516 CPUtime=9.97 cores=0,2,4,6
/proc/23195/task/23254/stat : 23254 (java) S 23192 23195 7434 0 -1 1077944384 10043 12820 0 0 986 4 5 2 20 0 15 0 34169002 14405136384 204333 18446744073709551615 4194304 4196468 140728627869840 140172504922608 140172963416706 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23255] ppid=23192 vsize=14067516 CPUtime=10.03 cores=0,2,4,6
/proc/23195/task/23255/stat : 23255 (java) S 23192 23195 7434 0 -1 1077944384 11230 12820 0 0 989 7 5 2 20 0 15 0 34169002 14405136384 204333 18446744073709551615 4194304 4196468 140728627869840 140172503870064 140172963416706 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23256] ppid=23192 vsize=14067516 CPUtime=3.08 cores=0,2,4,6
/proc/23195/task/23256/stat : 23256 (java) S 23192 23195 7434 0 -1 1077944384 14524 12820 0 0 296 5 5 2 20 0 15 0 34169002 14405136384 204333 18446744073709551615 4194304 4196468 140728627869840 140172502817520 140172963416706 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23257] ppid=23192 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23195/task/23257/stat : 23257 (java) S 23192 23195 7434 0 -1 1077944384 3 12820 0 0 0 0 5 2 20 0 15 0 34169002 14405136384 204333 18446744073709551615 4194304 4196468 140728627869840 140172501765216 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23258] ppid=23192 vsize=14067516 CPUtime=1.54 cores=0,2,4,6
/proc/23195/task/23258/stat : 23258 (java) S 23192 23195 7434 0 -1 1077944384 1393 12820 0 0 71 76 5 2 20 0 15 0 34169005 14405136384 204333 18446744073709551615 4194304 4196468 140728627869840 140172500711728 140172963416706 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
Current children cumulated CPU time (s) 2439.15
Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 1.22 1.34 1.39 3/208 23526
/proc/meminfo: memFree=29545468/32770624 swapFree=0/395928
[pid=23195] ppid=23192 vsize=14067516 CPUtime=2500.04 cores=0,2,4,6
/proc/23195/stat : 23195 (java) S 23192 23195 7434 0 -1 1077944320 200399 12820 0 0 249571 426 5 2 20 0 15 0 34168977 14405136384 204346 18446744073709551615 4194304 4196468 140728627869840 140728627852384 140172963405559 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
/proc/23195/statm: 3516879 204346 3469 1 0 3505493 0
[pid=23195/tid=23245] ppid=23192 vsize=14067516 CPUtime=2413.78 cores=0,2,4,6
/proc/23195/task/23245/stat : 23245 (java) R 23192 23195 7434 0 -1 4202560 93734 12820 0 0 241308 63 5 2 20 0 15 0 34168996 14405136384 204346 18446744073709551615 4194304 4196468 140728627869840 140172967630640 140172592388735 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23246] ppid=23192 vsize=14067516 CPUtime=12.34 cores=0,2,4,6
/proc/23195/task/23246/stat : 23246 (java) S 23192 23195 7434 0 -1 1077944384 14220 12820 0 0 1155 72 5 2 20 0 15 0 34168997 14405136384 204346 18446744073709551615 4194304 4196468 140728627869840 140172905351952 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23247] ppid=23192 vsize=14067516 CPUtime=12.36 cores=0,2,4,6
/proc/23195/task/23247/stat : 23247 (java) S 23192 23195 7434 0 -1 1077944384 20054 12820 0 0 1158 71 5 2 20 0 15 0 34168997 14405136384 204346 18446744073709551615 4194304 4196468 140728627869840 140172904299408 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23248] ppid=23192 vsize=14067516 CPUtime=12.38 cores=0,2,4,6
/proc/23195/task/23248/stat : 23248 (java) S 23192 23195 7434 0 -1 1077944384 10193 12820 0 0 1158 73 5 2 20 0 15 0 34168997 14405136384 204346 18446744073709551615 4194304 4196468 140728627869840 140172903246864 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23249] ppid=23192 vsize=14067516 CPUtime=12.36 cores=0,2,4,6
/proc/23195/task/23249/stat : 23249 (java) S 23192 23195 7434 0 -1 1077944384 7572 12820 0 0 1156 73 5 2 20 0 15 0 34168997 14405136384 204346 18446744073709551615 4194304 4196468 140728627869840 140172560178320 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23250] ppid=23192 vsize=14067516 CPUtime=12.69 cores=0,2,4,6
/proc/23195/task/23250/stat : 23250 (java) S 23192 23195 7434 0 -1 1077944384 14863 12820 0 0 1192 70 5 2 20 0 15 0 34168998 14405136384 204346 18446744073709551615 4194304 4196468 140728627869840 140172509132784 140172963416706 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23251] ppid=23192 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23195/task/23251/stat : 23251 (java) S 23192 23195 7434 0 -1 1077944384 55 12820 0 0 0 0 5 2 20 0 15 0 34168999 14405136384 204346 18446744073709551615 4194304 4196468 140728627869840 140172508079136 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23252] ppid=23192 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23195/task/23252/stat : 23252 (java) S 23192 23195 7434 0 -1 1077944384 44 12820 0 0 0 0 5 2 20 0 15 0 34168999 14405136384 204346 18446744073709551615 4194304 4196468 140728627869840 140172507026432 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23253] ppid=23192 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23195/task/23253/stat : 23253 (java) S 23192 23195 7434 0 -1 1077944384 3 12820 0 0 0 0 5 2 20 0 15 0 34169002 14405136384 204346 18446744073709551615 4194304 4196468 140728627869840 140172505974992 140172963424155 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23254] ppid=23192 vsize=14067516 CPUtime=9.97 cores=0,2,4,6
/proc/23195/task/23254/stat : 23254 (java) S 23192 23195 7434 0 -1 1077944384 10045 12820 0 0 986 4 5 2 20 0 15 0 34169002 14405136384 204346 18446744073709551615 4194304 4196468 140728627869840 140172504922608 140172963416706 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23255] ppid=23192 vsize=14067516 CPUtime=10.03 cores=0,2,4,6
/proc/23195/task/23255/stat : 23255 (java) S 23192 23195 7434 0 -1 1077944384 11232 12820 0 0 989 7 5 2 20 0 15 0 34169002 14405136384 204346 18446744073709551615 4194304 4196468 140728627869840 140172503870064 140172963416706 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23256] ppid=23192 vsize=14067516 CPUtime=3.08 cores=0,2,4,6
/proc/23195/task/23256/stat : 23256 (java) S 23192 23195 7434 0 -1 1077944384 14815 12820 0 0 296 5 5 2 20 0 15 0 34169002 14405136384 204346 18446744073709551615 4194304 4196468 140728627869840 140172502817520 140172963416706 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23257] ppid=23192 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23195/task/23257/stat : 23257 (java) S 23192 23195 7434 0 -1 1077944384 3 12820 0 0 0 0 5 2 20 0 15 0 34169002 14405136384 204346 18446744073709551615 4194304 4196468 140728627869840 140172501765216 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23258] ppid=23192 vsize=14067516 CPUtime=1.58 cores=0,2,4,6
/proc/23195/task/23258/stat : 23258 (java) S 23192 23195 7434 0 -1 1077944384 1410 12820 0 0 72 79 5 2 20 0 15 0 34169005 14405136384 204346 18446744073709551615 4194304 4196468 140728627869840 140172500711728 140172963416706 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
Current children cumulated CPU time (s) 2500.04
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2462 s]
/proc/loadavg: 1.44 1.39 1.40 4/208 23528
/proc/meminfo: memFree=29595376/32770624 swapFree=0/395940
[pid=23195] ppid=23192 vsize=14067516 CPUtime=2520.05 cores=0,2,4,6
/proc/23195/stat : 23195 (java) S 23192 23195 7434 0 -1 1077944320 200572 12820 0 0 251570 428 5 2 20 0 15 0 34168977 14405136384 204346 18446744073709551615 4194304 4196468 140728627869840 140728627852384 140172963405559 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
/proc/23195/statm: 3516879 204346 3469 1 0 3505493 0
[pid=23195/tid=23245] ppid=23192 vsize=14067516 CPUtime=2433.25 cores=0,2,4,6
/proc/23195/task/23245/stat : 23245 (java) R 23192 23195 7434 0 -1 4202560 93894 12820 0 0 243255 63 5 2 20 0 15 0 34168996 14405136384 204346 18446744073709551615 4194304 4196468 140728627869840 140172967631376 140172594319104 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23246] ppid=23192 vsize=14067516 CPUtime=12.45 cores=0,2,4,6
/proc/23195/task/23246/stat : 23246 (java) S 23192 23195 7434 0 -1 1077944384 14220 12820 0 0 1165 73 5 2 20 0 15 0 34168997 14405136384 204346 18446744073709551615 4194304 4196468 140728627869840 140172905351952 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23247] ppid=23192 vsize=14067516 CPUtime=12.47 cores=0,2,4,6
/proc/23195/task/23247/stat : 23247 (java) S 23192 23195 7434 0 -1 1077944384 20061 12820 0 0 1168 72 5 2 20 0 15 0 34168997 14405136384 204346 18446744073709551615 4194304 4196468 140728627869840 140172904299408 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23248] ppid=23192 vsize=14067516 CPUtime=12.49 cores=0,2,4,6
/proc/23195/task/23248/stat : 23248 (java) S 23192 23195 7434 0 -1 1077944384 10194 12820 0 0 1169 73 5 2 20 0 15 0 34168997 14405136384 204346 18446744073709551615 4194304 4196468 140728627869840 140172903246864 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23249] ppid=23192 vsize=14067516 CPUtime=12.46 cores=0,2,4,6
/proc/23195/task/23249/stat : 23249 (java) S 23192 23195 7434 0 -1 1077944384 7572 12820 0 0 1166 73 5 2 20 0 15 0 34168997 14405136384 204346 18446744073709551615 4194304 4196468 140728627869840 140172560178320 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23250] ppid=23192 vsize=14067516 CPUtime=12.8 cores=0,2,4,6
/proc/23195/task/23250/stat : 23250 (java) S 23192 23195 7434 0 -1 1077944384 14866 12820 0 0 1203 70 5 2 20 0 15 0 34168998 14405136384 204346 18446744073709551615 4194304 4196468 140728627869840 140172509132784 140172963416706 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23251] ppid=23192 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23195/task/23251/stat : 23251 (java) S 23192 23195 7434 0 -1 1077944384 55 12820 0 0 0 0 5 2 20 0 15 0 34168999 14405136384 204346 18446744073709551615 4194304 4196468 140728627869840 140172508079136 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23252] ppid=23192 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23195/task/23252/stat : 23252 (java) S 23192 23195 7434 0 -1 1077944384 44 12820 0 0 0 0 5 2 20 0 15 0 34168999 14405136384 204346 18446744073709551615 4194304 4196468 140728627869840 140172507026432 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23253] ppid=23192 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23195/task/23253/stat : 23253 (java) S 23192 23195 7434 0 -1 1077944384 3 12820 0 0 0 0 5 2 20 0 15 0 34169002 14405136384 204346 18446744073709551615 4194304 4196468 140728627869840 140172505974992 140172963424155 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23254] ppid=23192 vsize=14067516 CPUtime=9.97 cores=0,2,4,6
/proc/23195/task/23254/stat : 23254 (java) S 23192 23195 7434 0 -1 1077944384 10045 12820 0 0 986 4 5 2 20 0 15 0 34169002 14405136384 204346 18446744073709551615 4194304 4196468 140728627869840 140172504922608 140172963416706 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23255] ppid=23192 vsize=14067516 CPUtime=10.03 cores=0,2,4,6
/proc/23195/task/23255/stat : 23255 (java) S 23192 23195 7434 0 -1 1077944384 11232 12820 0 0 989 7 5 2 20 0 15 0 34169002 14405136384 204346 18446744073709551615 4194304 4196468 140728627869840 140172503870064 140172963416706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23256] ppid=23192 vsize=14067516 CPUtime=3.08 cores=0,2,4,6
/proc/23195/task/23256/stat : 23256 (java) S 23192 23195 7434 0 -1 1077944384 14815 12820 0 0 296 5 5 2 20 0 15 0 34169002 14405136384 204346 18446744073709551615 4194304 4196468 140728627869840 140172502817520 140172963416706 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23257] ppid=23192 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/23195/task/23257/stat : 23257 (java) S 23192 23195 7434 0 -1 1077944384 3 12820 0 0 0 0 5 2 20 0 15 0 34169002 14405136384 204346 18446744073709551615 4194304 4196468 140728627869840 140172501765216 140172963415765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
[pid=23195/tid=23258] ppid=23192 vsize=14067516 CPUtime=1.58 cores=0,2,4,6
/proc/23195/task/23258/stat : 23258 (java) S 23192 23195 7434 0 -1 1077944384 1412 12820 0 0 72 79 5 2 20 0 15 0 34169005 14405136384 204346 18446744073709551615 4194304 4196468 140728627869840 140172500711728 140172963416706 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9945088 140728627877840 140728627880625 140728627880625 140728627883983 0
Current children cumulated CPU time (s) 2520.05
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 23195 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2462.03
CPU time (s): 2520.11
CPU user time (s): 2515.78
CPU system time (s): 4.32564
CPU usage (%): 102.359
Max. virtual memory (cumulated for all children) (KiB): 14069632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.78
system time used= 4.32564
maximum resident set size= 818080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 214212
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 353042
involuntary context switches= 9036

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.5414 second user time and 15.2238 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-11 15:17:07
IDJOB=4261982
IDBENCH=133484
IDSOLVER=2650
FILE ID=node124/4261982-1502458283
RUNJOBID= node124-1502411387-7497
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s60/Knapsack-60-250-06.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261982-1502458283/watcher-4261982-1502458283 -o /tmp/evaluation-result-4261982-1502458283/solver-4261982-1502458283 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502411387-7497 --watchdog 2580  bin/concrete HOME/instance-4261982-1502458283.xml

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

MD5SUM BENCH= e510f4e528f92f41d50b9f762f8b8317
RANDOM SEED=344809422

node124.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.51
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.51
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.51
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.51
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:        30805184 kB
MemAvailable:   31237276 kB
Buffers:          210672 kB
Cached:           508692 kB
SwapCached:            0 kB
Active:          1140200 kB
Inactive:         412000 kB
Active(anon):     833448 kB
Inactive(anon):    16768 kB
Active(file):     306752 kB
Inactive(file):   395232 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24740 kB
Writeback:             0 kB
AnonPages:        832968 kB
Mapped:            51032 kB
Shmem:             17128 kB
Slab:             117468 kB
SReclaimable:      91888 kB
SUnreclaim:        25580 kB
KernelStack:        3408 kB
PageTables:         6516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1747052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    610304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61984 MiB
End job on node124 at 2017-08-11 15:58:09