Trace number 4261828

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)0 2520.0901 2462.25

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw100/
BinPacking-mdd-sw100-03.xml
MD5SUM61729e5e51cdc1a72244a455e64fc056
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables109
Number of constraints21
Number of domains2
Minimum domain size19
Maximum domain size45
Distribution of domain sizes[{"size":19,"count":1},{"size":45,"count":108}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":90},{"degree":4,"count":18}]
Minimum constraint arity6
Maximum constraint arity108
Distribution of constraint arities[{"arity":6,"count":18},{"arity":19,"count":1},{"arity":108,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":18},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

3.51/2.21	c Concrete v3.4 running
46.26/26.23	o 0
2520.02/2462.21	java.util.concurrent.TimeoutException
2520.02/2462.21		at concrete.MAC.mac(MAC.scala:74)
2520.02/2462.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.02/2462.21		at scala.util.Try$.apply(Try.scala:209)
2520.02/2462.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.02/2462.21		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.02/2462.21		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.02/2462.21		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.02/2462.21		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.02/2462.21		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.02/2462.21		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.02/2462.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.02/2462.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.02/2462.21		at concrete.MAC.oneRun(MAC.scala:146)
2520.02/2462.21		at concrete.MAC.nextSolution(MAC.scala:166)
2520.02/2462.21		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.02/2462.21		at concrete.ProblemState.map(ProblemState.scala:203)
2520.02/2462.21		at concrete.ProblemState.map(ProblemState.scala:188)
2520.02/2462.21		at concrete.MAC.nextSolution(MAC.scala:195)
2520.02/2462.21		at concrete.Solver.hasNext(Solver.scala:202)
2520.02/2462.21		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.02/2462.21		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.02/2462.21		at concrete.Solver.toStream(Solver.scala:73)
2520.02/2462.21		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2520.02/2462.21		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2520.02/2462.21		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2520.02/2462.21		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2520.02/2462.21		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2520.02/2462.21		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.02/2462.21		at scala.util.Success.map(Try.scala:209)
2520.02/2462.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.02/2462.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.02/2462.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.02/2462.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.02/2462.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.02/2462.21		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.02/2462.21		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.02/2462.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.02/2462.21		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.02/2462.21		at scala.collection.immutable.List.foreach(List.scala:389)
2520.02/2462.21		at scala.App.main(App.scala:76)
2520.02/2462.21		at scala.App.main$(App.scala:74)
2520.02/2462.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.02/2462.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2462.22	v <instantiation cost="0">
2520.02/2462.22	v       <list>
2520.02/2462.22	v         x b[0][0] b[0][1] b[0][2] b[0][3] b[0][4] b[0][5] b[1][0] b[1][1] b[1][2] b[1][3] b[1][4] b[1][5] b[2][0] b[2][1] b[2][2] b[2][3] b[2][4] b[2][5] b[3][0] b[3][1] b[3][2] b[3][3] b[3][4] b[3][5] b[4][0] b[4][1] b[4][2] b[4][3] b[4][4] b[4][5] b[5][0] b[5][1] b[5][2] b[5][3] b[5][4] b[5][5] b[6][0] b[6][1] b[6][2] b[6][3] b[6][4] b[6][5] b[7][0] b[7][1] b[7][2] b[7][3] b[7][4] b[7][5] b[8][0] b[8][1] b[8][2] b[8][3] b[8][4] b[8][5] b[9][0] b[9][1] b[9][2] b[9][3] b[9][4] b[9][5] b[10][0] b[10][1] b[10][2] b[10][3] b[10][4] b[10][5] b[11][0] b[11][1] b[11][2] b[11][3] b[11][4] b[11][5] b[12][0] b[12][1] b[12][2] b[12][3] b[12][4] b[12][5] b[13][0] b[13][1] b[13][2] b[13][3] b[13][4] b[13][5] b[14][0] b[14][1] b[14][2] b[14][3] b[14][4] b[14][5] b[15][0] b[15][1] b[15][2] b[15][3] b[15][4] b[15][5] b[16][0] b[16][1] b[16][2] b[16][3] b[16][4] b[16][5] b[17][0] b[17][1] b[17][2] b[17][3] b[17][4] b[17][5]
2520.02/2462.22	v       </list>
2520.02/2462.22	v       <values>
2520.02/2462.22	v         0 200 190 175 175 150 0 199 199 181 177 174 0 197 193 176 176 174 0 197 192 192 191 151 0 196 193 189 189 189 0 196 193 183 183 182 0 191 190 155 155 155 154 188 187 157 156 156 156 185 180 180 152 152 151 185 179 179 177 177 0 185 179 178 177 177 0 181 181 180 153 153 152 175 175 175 159 158 158 174 174 173 160 160 159 171 171 169 165 162 162 171 170 168 161 161 160 169 167 166 166 166 166 168 168 168 168 165 163
2520.02/2462.22	v       </values>
2520.02/2462.22	v     </instantiation>
2520.02/2462.22	s SATISFIABLE

Verifier Data

OK	0

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-4261828-1502474733/watcher-4261828-1502474733 -o /tmp/evaluation-result-4261828-1502474733/solver-4261828-1502474733 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502411438-1523 --watchdog 2580 bin/concrete HOME/instance-4261828-1502474733.xml 

pid=18090
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.39 1.51 1.56 2/200 18093
/proc/meminfo: memFree=26382232/32770624 swapFree=0/575888
[pid=18093] ppid=18090 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/18093/stat : 18093 (runsolver) D 18090 18093 1460 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 94979658 24240128 106 18446744073709551615 4194304 4338465 140729172281072 140729172278712 140038403637975 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 14827520 140729172287697 140729172288073 140729172288073 140729172291530 0
/proc/18093/statm: 5918 106 53 36 0 2156 0

[startup+0.100126 s]
/proc/loadavg: 1.39 1.51 1.56 2/200 18093
/proc/meminfo: memFree=26382232/32770624 swapFree=0/575888
[pid=18093] ppid=18090 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/18093/stat : 18093 (bash) S 18090 18093 1460 0 -1 4202496 763 5088 0 0 0 0 0 1 20 0 1 0 94979658 9867264 360 18446744073709551615 4194304 5098028 140734635980112 140734635978040 140303256673280 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 8 0 0 7196144 7232144 31391744 140734635983380 140734635983465 140734635983465 140734635986922 0
/proc/18093/statm: 2409 360 286 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200325 s]
/proc/loadavg: 1.39 1.51 1.56 2/200 18093
/proc/meminfo: memFree=26382232/32770624 swapFree=0/575888
[pid=18093] ppid=18090 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/18093/stat : 18093 (bash) S 18090 18093 1460 0 -1 4202496 897 6477 0 0 0 0 0 1 20 0 1 0 94979658 9867264 377 18446744073709551615 4194304 5098028 140734635980112 140734635974120 140303256673280 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 8 0 0 7196144 7232144 31391744 140734635983380 140734635983465 140734635983465 140734635986922 0
/proc/18093/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300342 s]
/proc/loadavg: 1.39 1.51 1.56 2/200 18093
/proc/meminfo: memFree=26382232/32770624 swapFree=0/575888
[pid=18093] ppid=18090 vsize=13907308 CPUtime=0.13 cores=0,2,4,6
/proc/18093/stat : 18093 (java) S 18090 18093 1460 0 -1 1077944320 5761 12350 0 0 5 1 5 2 20 0 14 0 94979658 14241083392 5439 18446744073709551615 4194304 4196468 140729819442768 140729819425312 140629485084407 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
/proc/18093/statm: 3476827 5439 2561 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.890546 s]
/proc/loadavg: 1.39 1.51 1.56 2/200 18093
/proc/meminfo: memFree=26382232/32770624 swapFree=0/575888
[pid=18093] ppid=18090 vsize=13975168 CPUtime=1.01 cores=0,2,4,6
/proc/18093/stat : 18093 (java) S 18090 18093 1460 0 -1 1077944320 19129 12350 0 0 89 5 5 2 20 0 15 0 94979658 14310572032 20930 18446744073709551615 4194304 4196468 140729819442768 140729819425312 140629485084407 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
/proc/18093/statm: 3493792 20930 3305 1 0 3482965 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 13975168

[startup+1.50111 s]
/proc/loadavg: 1.39 1.51 1.56 3/215 18156
/proc/meminfo: memFree=26238444/32770624 swapFree=0/575920
[pid=18093] ppid=18090 vsize=13985408 CPUtime=1.88 cores=0,2,4,6
/proc/18093/stat : 18093 (java) S 18090 18093 1460 0 -1 1077944320 29465 12350 0 0 171 10 5 2 20 0 15 0 94979658 14321057792 40189 18446744073709551615 4194304 4196468 140729819442768 140729819425312 140629485084407 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
/proc/18093/statm: 3496352 40189 3366 1 0 3485525 0
[pid=18093/tid=18143] ppid=18090 vsize=13985408 CPUtime=1.28 cores=0,2,4,6
/proc/18093/task/18143/stat : 18143 (java) S 18090 18093 1460 0 -1 1077944384 22559 12350 0 0 115 6 5 2 20 0 15 0 94979679 14321057792 40189 18446744073709551615 4194304 4196468 140729819442768 140629489300144 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18144] ppid=18090 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18144/stat : 18144 (java) S 18090 18093 1460 0 -1 1077944384 205 12350 0 0 0 0 5 2 20 0 15 0 94979680 14321057792 40189 18446744073709551615 4194304 4196468 140729819442768 140629445982736 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18145] ppid=18090 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18145/stat : 18145 (java) S 18090 18093 1460 0 -1 1077944384 63 12350 0 0 0 0 5 2 20 0 15 0 94979680 14321057792 40189 18446744073709551615 4194304 4196468 140729819442768 140629444930192 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18146] ppid=18090 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18146/stat : 18146 (java) S 18090 18093 1460 0 -1 1077944384 41 12350 0 0 0 0 5 2 20 0 15 0 94979680 14321057792 40189 18446744073709551615 4194304 4196468 140729819442768 140629082827024 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18147] ppid=18090 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18147/stat : 18147 (java) S 18090 18093 1460 0 -1 1077944384 53 12350 0 0 0 0 5 2 20 0 15 0 94979680 14321057792 40189 18446744073709551615 4194304 4196468 140729819442768 140629081774480 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18148] ppid=18090 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18148/stat : 18148 (java) R 18090 18093 1460 0 -1 4202560 1306 12350 0 0 0 0 5 2 20 0 15 0 94979681 14321057792 40189 18446744073709551615 4194304 4196468 140729819442768 140628963570752 140629470080677 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18149] ppid=18090 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18149/stat : 18149 (java) S 18090 18093 1460 0 -1 1077944384 33 12350 0 0 0 0 5 2 20 0 15 0 94979681 14321057792 40189 18446744073709551615 4194304 4196468 140729819442768 140628962518688 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18150] ppid=18090 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18150/stat : 18150 (java) S 18090 18093 1460 0 -1 1077944384 21 12350 0 0 0 0 5 2 20 0 15 0 94979682 14321057792 40189 18446744073709551615 4194304 4196468 140729819442768 140628961465584 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18151] ppid=18090 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18151/stat : 18151 (java) S 18090 18093 1460 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 94979684 14321057792 40189 18446744073709551615 4194304 4196468 140729819442768 140628960414160 140629485103003 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18152] ppid=18090 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/18093/task/18152/stat : 18152 (java) S 18090 18093 1460 0 -1 1077944384 1175 12350 0 0 16 0 5 2 20 0 15 0 94979684 14321057792 40189 18446744073709551615 4194304 4196468 140729819442768 140628959361264 140629485095554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18153] ppid=18090 vsize=13985408 CPUtime=0.19 cores=0,2,4,6
/proc/18093/task/18153/stat : 18153 (java) S 18090 18093 1460 0 -1 1077944384 464 12350 0 0 12 0 5 2 20 0 15 0 94979684 14321057792 40189 18446744073709551615 4194304 4196468 140729819442768 140628958308720 140629485095554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18154] ppid=18090 vsize=13985408 CPUtime=0.3 cores=0,2,4,6
/proc/18093/task/18154/stat : 18154 (java) S 18090 18093 1460 0 -1 1077944384 1373 12350 0 0 23 0 5 2 20 0 15 0 94979684 14321057792 40189 18446744073709551615 4194304 4196468 140729819442768 140628957251040 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18155] ppid=18090 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18155/stat : 18155 (java) S 18090 18093 1460 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 94979685 14321057792 40189 18446744073709551615 4194304 4196468 140729819442768 140628956203360 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18156] ppid=18090 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18156/stat : 18156 (java) S 18090 18093 1460 0 -1 1077944384 10 12350 0 0 0 0 5 2 20 0 15 0 94979690 14321057792 40189 18446744073709551615 4194304 4196468 140729819442768 140628955151408 140629485095554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 13985408

[startup+3.10065 s]
/proc/loadavg: 1.39 1.51 1.56 5/215 18156
/proc/meminfo: memFree=26178712/32770624 swapFree=0/575920
[pid=18093] ppid=18090 vsize=13995836 CPUtime=5.61 cores=0,2,4,6
/proc/18093/stat : 18093 (java) S 18090 18093 1460 0 -1 1077944320 47921 12350 0 0 538 16 5 2 20 0 15 0 94979658 14331736064 73077 18446744073709551615 4194304 4196468 140729819442768 140729819425312 140629485084407 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
/proc/18093/statm: 3498959 73077 3453 1 0 3487573 0
[pid=18093/tid=18143] ppid=18090 vsize=13995836 CPUtime=2.85 cores=0,2,4,6
/proc/18093/task/18143/stat : 18143 (java) R 18090 18093 1460 0 -1 4202560 33902 12350 0 0 269 9 5 2 20 0 15 0 94979679 14331736064 73143 18446744073709551615 4194304 4196468 140729819442768 140629489315536 140629465360235 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18144] ppid=18090 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/18093/task/18144/stat : 18144 (java) S 18090 18093 1460 0 -1 1077944384 218 12350 0 0 1 0 5 2 20 0 15 0 94979680 14331736064 73143 18446744073709551615 4194304 4196468 140729819442768 140629445982736 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18145] ppid=18090 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/18093/task/18145/stat : 18145 (java) S 18090 18093 1460 0 -1 1077944384 90 12350 0 0 1 0 5 2 20 0 15 0 94979680 14331736064 73143 18446744073709551615 4194304 4196468 140729819442768 140629444930192 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18146] ppid=18090 vsize=13995836 CPUtime=0.09 cores=0,2,4,6
/proc/18093/task/18146/stat : 18146 (java) S 18090 18093 1460 0 -1 1077944384 135 12350 0 0 2 0 5 2 20 0 15 0 94979680 14331736064 73143 18446744073709551615 4194304 4196468 140729819442768 140629082827024 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18147] ppid=18090 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/18093/task/18147/stat : 18147 (java) S 18090 18093 1460 0 -1 1077944384 64 12350 0 0 1 0 5 2 20 0 15 0 94979680 14331736064 73143 18446744073709551615 4194304 4196468 140729819442768 140629081774480 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18148] ppid=18090 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/18093/task/18148/stat : 18148 (java) S 18090 18093 1460 0 -1 1077944384 1698 12350 0 0 1 0 5 2 20 0 15 0 94979681 14331736064 73143 18446744073709551615 4194304 4196468 140729819442768 140628963572464 140629485095554 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18149] ppid=18090 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18149/stat : 18149 (java) S 18090 18093 1460 0 -1 1077944384 57 12350 0 0 0 0 5 2 20 0 15 0 94979681 14331736064 73143 18446744073709551615 4194304 4196468 140729819442768 140628962518752 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18150] ppid=18090 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18150/stat : 18150 (java) S 18090 18093 1460 0 -1 1077944384 44 12350 0 0 0 0 5 2 20 0 15 0 94979682 14331736064 73143 18446744073709551615 4194304 4196468 140729819442768 140628961465600 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18151] ppid=18090 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18151/stat : 18151 (java) S 18090 18093 1460 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 94979684 14331736064 73143 18446744073709551615 4194304 4196468 140729819442768 140628960414160 140629485103003 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18152] ppid=18090 vsize=13995836 CPUtime=1.04 cores=0,2,4,6
/proc/18093/task/18152/stat : 18152 (java) S 18090 18093 1460 0 -1 1077944384 4642 12350 0 0 96 1 5 2 20 0 15 0 94979684 14331736064 73143 18446744073709551615 4194304 4196468 140729819442768 140628959361264 140629485095554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18153] ppid=18090 vsize=13995836 CPUtime=0.89 cores=0,2,4,6
/proc/18093/task/18153/stat : 18153 (java) S 18090 18093 1460 0 -1 1077944384 1903 12350 0 0 81 1 5 2 20 0 15 0 94979684 14331736064 73143 18446744073709551615 4194304 4196468 140729819442768 140628958308720 140629485095554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18154] ppid=18090 vsize=13995836 CPUtime=0.88 cores=0,2,4,6
/proc/18093/task/18154/stat : 18154 (java) S 18090 18093 1460 0 -1 1077944384 3005 12350 0 0 80 1 5 2 20 0 15 0 94979684 14331736064 73143 18446744073709551615 4194304 4196468 140729819442768 140628957255664 140629485095554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18155] ppid=18090 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18155/stat : 18155 (java) S 18090 18093 1460 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 94979685 14331736064 73143 18446744073709551615 4194304 4196468 140729819442768 140628956203360 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18156] ppid=18090 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18156/stat : 18156 (java) S 18090 18093 1460 0 -1 1077944384 13 12350 0 0 0 0 5 2 20 0 15 0 94979690 14331736064 73143 18446744073709551615 4194304 4196468 140729819442768 140628955151408 140629485095554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
Current children cumulated CPU time (s) 5.61
Current children cumulated vsize (KiB) 13995836

[startup+6.30066 s]
/proc/loadavg: 1.60 1.55 1.58 6/213 18156
/proc/meminfo: memFree=25899096/32770624 swapFree=0/575920
[pid=18093] ppid=18090 vsize=14001980 CPUtime=14.31 cores=0,2,4,6
/proc/18093/stat : 18093 (java) S 18090 18093 1460 0 -1 1077944320 54529 12350 0 0 1390 34 5 2 20 0 15 0 94979658 14338027520 146689 18446744073709551615 4194304 4196468 140729819442768 140729819425312 140629485084407 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
/proc/18093/statm: 3500495 146689 3467 1 0 3489109 0
[pid=18093/tid=18143] ppid=18090 vsize=14001980 CPUtime=5.87 cores=0,2,4,6
/proc/18093/task/18143/stat : 18143 (java) R 18090 18093 1460 0 -1 4202560 36469 12350 0 0 569 11 5 2 20 0 15 0 94979679 14338027520 146689 18446744073709551615 4194304 4196468 140729819442768 140629489311872 140629485106333 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18144] ppid=18090 vsize=14001980 CPUtime=0.2 cores=0,2,4,6
/proc/18093/task/18144/stat : 18144 (java) S 18090 18093 1460 0 -1 1077944384 365 12350 0 0 10 3 5 2 20 0 15 0 94979680 14338027520 146689 18446744073709551615 4194304 4196468 140729819442768 140629445982736 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18145] ppid=18090 vsize=14001980 CPUtime=0.21 cores=0,2,4,6
/proc/18093/task/18145/stat : 18145 (java) S 18090 18093 1460 0 -1 1077944384 309 12350 0 0 10 4 5 2 20 0 15 0 94979680 14338027520 146689 18446744073709551615 4194304 4196468 140729819442768 140629444930192 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18146] ppid=18090 vsize=14001980 CPUtime=0.2 cores=0,2,4,6
/proc/18093/task/18146/stat : 18146 (java) S 18090 18093 1460 0 -1 1077944384 291 12350 0 0 10 3 5 2 20 0 15 0 94979680 14338027520 146689 18446744073709551615 4194304 4196468 140729819442768 140629082827024 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18147] ppid=18090 vsize=14001980 CPUtime=0.22 cores=0,2,4,6
/proc/18093/task/18147/stat : 18147 (java) S 18090 18093 1460 0 -1 1077944384 205 12350 0 0 11 4 5 2 20 0 15 0 94979680 14338027520 146689 18446744073709551615 4194304 4196468 140729819442768 140629081774480 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18148] ppid=18090 vsize=14001980 CPUtime=0.11 cores=0,2,4,6
/proc/18093/task/18148/stat : 18148 (java) S 18090 18093 1460 0 -1 1077944384 2565 12350 0 0 4 0 5 2 20 0 15 0 94979681 14338027520 146689 18446744073709551615 4194304 4196468 140729819442768 140628963572464 140629485095554 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18149] ppid=18090 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18149/stat : 18149 (java) S 18090 18093 1460 0 -1 1077944384 57 12350 0 0 0 0 5 2 20 0 15 0 94979681 14338027520 146689 18446744073709551615 4194304 4196468 140729819442768 140628962518752 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18150] ppid=18090 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18150/stat : 18150 (java) S 18090 18093 1460 0 -1 1077944384 44 12350 0 0 0 0 5 2 20 0 15 0 94979682 14338027520 146689 18446744073709551615 4194304 4196468 140729819442768 140628961465600 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18151] ppid=18090 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18151/stat : 18151 (java) S 18090 18093 1460 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 94979684 14338027520 146689 18446744073709551615 4194304 4196468 140729819442768 140628960414160 140629485103003 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18152] ppid=18090 vsize=14001980 CPUtime=3.26 cores=0,2,4,6
/proc/18093/task/18152/stat : 18152 (java) R 18090 18093 1460 0 -1 4202560 5571 12350 0 0 318 1 5 2 20 0 15 0 94979684 14338027520 146689 18446744073709551615 4194304 4196468 140729819442768 140628959348192 140629471112506 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18153] ppid=18090 vsize=14001980 CPUtime=3.38 cores=0,2,4,6
/proc/18093/task/18153/stat : 18153 (java) R 18090 18093 1460 0 -1 4202560 2816 12350 0 0 330 1 5 2 20 0 15 0 94979684 14338027520 146689 18446744073709551615 4194304 4196468 140729819442768 140628958292912 140629464330255 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18154] ppid=18090 vsize=14001980 CPUtime=1.31 cores=0,2,4,6
/proc/18093/task/18154/stat : 18154 (java) S 18090 18093 1460 0 -1 1077944384 3658 12350 0 0 122 2 5 2 20 0 15 0 94979684 14338027520 146689 18446744073709551615 4194304 4196468 140729819442768 140628957255664 140629485095554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18155] ppid=18090 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18155/stat : 18155 (java) S 18090 18093 1460 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 94979685 14338027520 146689 18446744073709551615 4194304 4196468 140729819442768 140628956203360 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18156] ppid=18090 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18156/stat : 18156 (java) S 18090 18093 1460 0 -1 1077944384 17 12350 0 0 0 0 5 2 20 0 15 0 94979690 14338027520 146689 18446744073709551615 4194304 4196468 140729819442768 140628955151408 140629485095554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
Current children cumulated CPU time (s) 14.31
Current children cumulated vsize (KiB) 14001980

[startup+12.7008 s]
/proc/loadavg: 1.79 1.59 1.59 3/212 18156
/proc/meminfo: memFree=25358944/32770624 swapFree=0/575916
[pid=18093] ppid=18090 vsize=14069564 CPUtime=28.03 cores=0,2,4,6
/proc/18093/stat : 18093 (java) S 18090 18093 1460 0 -1 1077944320 69901 12350 0 0 2741 55 5 2 20 0 15 0 94979658 14407233536 288259 18446744073709551615 4194304 4196468 140729819442768 140729819425312 140629485084407 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
/proc/18093/statm: 3517391 288259 3478 1 0 3506005 0
[pid=18093/tid=18143] ppid=18090 vsize=14069564 CPUtime=12.16 cores=0,2,4,6
/proc/18093/task/18143/stat : 18143 (java) R 18090 18093 1460 0 -1 4202560 43110 12350 0 0 1189 20 5 2 20 0 15 0 94979679 14407233536 288259 18446744073709551615 4194304 4196468 140729819442768 140629489316088 140629127813171 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18144] ppid=18090 vsize=14069564 CPUtime=0.27 cores=0,2,4,6
/proc/18093/task/18144/stat : 18144 (java) S 18090 18093 1460 0 -1 1077944384 413 12350 0 0 15 5 5 2 20 0 15 0 94979680 14407233536 288259 18446744073709551615 4194304 4196468 140729819442768 140629445982736 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18145] ppid=18090 vsize=14069564 CPUtime=0.28 cores=0,2,4,6
/proc/18093/task/18145/stat : 18145 (java) S 18090 18093 1460 0 -1 1077944384 355 12350 0 0 16 5 5 2 20 0 15 0 94979680 14407233536 288259 18446744073709551615 4194304 4196468 140729819442768 140629444930192 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18146] ppid=18090 vsize=14069564 CPUtime=0.25 cores=0,2,4,6
/proc/18093/task/18146/stat : 18146 (java) S 18090 18093 1460 0 -1 1077944384 337 12350 0 0 14 4 5 2 20 0 15 0 94979680 14407233536 288259 18446744073709551615 4194304 4196468 140729819442768 140629082827024 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18147] ppid=18090 vsize=14069564 CPUtime=0.3 cores=0,2,4,6
/proc/18093/task/18147/stat : 18147 (java) S 18090 18093 1460 0 -1 1077944384 256 12350 0 0 17 6 5 2 20 0 15 0 94979680 14407233536 288259 18446744073709551615 4194304 4196468 140729819442768 140629081774480 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18148] ppid=18090 vsize=14069564 CPUtime=0.11 cores=0,2,4,6
/proc/18093/task/18148/stat : 18148 (java) S 18090 18093 1460 0 -1 1077944384 2742 12350 0 0 4 0 5 2 20 0 15 0 94979681 14407233536 288259 18446744073709551615 4194304 4196468 140729819442768 140628963572464 140629485095554 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18149] ppid=18090 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18149/stat : 18149 (java) S 18090 18093 1460 0 -1 1077944384 57 12350 0 0 0 0 5 2 20 0 15 0 94979681 14407233536 288259 18446744073709551615 4194304 4196468 140729819442768 140628962518816 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18150] ppid=18090 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18150/stat : 18150 (java) S 18090 18093 1460 0 -1 1077944384 44 12350 0 0 0 0 5 2 20 0 15 0 94979682 14407233536 288259 18446744073709551615 4194304 4196468 140729819442768 140628961465600 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18151] ppid=18090 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18151/stat : 18151 (java) S 18090 18093 1460 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 94979684 14407233536 288259 18446744073709551615 4194304 4196468 140729819442768 140628960414160 140629485103003 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0

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

[pid=18093/tid=18156] ppid=18090 vsize=14069564 CPUtime=1.42 cores=0,2,4,6
/proc/18093/task/18156/stat : 18156 (java) S 18090 18093 1460 0 -1 1077944384 1611 12350 0 0 65 70 5 2 20 0 15 0 94979690 14407233536 985455 18446744073709551615 4194304 4196468 140729819442768 140628955151408 140629485095554 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
Current children cumulated CPU time (s) 2317.48
Current children cumulated vsize (KiB) 14069564

[startup+2322.3 s]
/proc/loadavg: 1.47 1.62 1.62 3/218 18461
/proc/meminfo: memFree=22428984/32770624 swapFree=0/576556
[pid=18093] ppid=18090 vsize=14069564 CPUtime=2378.04 cores=0,2,4,6
/proc/18093/stat : 18093 (java) S 18090 18093 1460 0 -1 1077944320 433683 12350 0 0 237298 499 5 2 20 0 15 0 94979658 14407233536 976854 18446744073709551615 4194304 4196468 140729819442768 140729819425312 140629485084407 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
/proc/18093/statm: 3517391 976854 3483 1 0 3506005 0
[pid=18093/tid=18143] ppid=18090 vsize=14069564 CPUtime=2308.63 cores=0,2,4,6
/proc/18093/task/18143/stat : 18143 (java) R 18090 18093 1460 0 -1 4202560 218805 12350 0 0 230754 102 5 2 20 0 15 0 94979679 14407233536 976854 18446744073709551615 4194304 4196468 140729819442768 140629489318800 140629127064443 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18144] ppid=18090 vsize=14069564 CPUtime=12.44 cores=0,2,4,6
/proc/18093/task/18144/stat : 18144 (java) S 18090 18093 1460 0 -1 1077944384 33746 12350 0 0 1156 81 5 2 20 0 15 0 94979680 14407233536 976854 18446744073709551615 4194304 4196468 140729819442768 140629445982736 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18145] ppid=18090 vsize=14069564 CPUtime=12.46 cores=0,2,4,6
/proc/18093/task/18145/stat : 18145 (java) S 18090 18093 1460 0 -1 1077944384 32965 12350 0 0 1160 79 5 2 20 0 15 0 94979680 14407233536 976854 18446744073709551615 4194304 4196468 140729819442768 140629444930192 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18146] ppid=18090 vsize=14069564 CPUtime=12.43 cores=0,2,4,6
/proc/18093/task/18146/stat : 18146 (java) S 18090 18093 1460 0 -1 1077944384 24373 12350 0 0 1157 79 5 2 20 0 15 0 94979680 14407233536 976854 18446744073709551615 4194304 4196468 140729819442768 140629082827024 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18147] ppid=18090 vsize=14069564 CPUtime=12.46 cores=0,2,4,6
/proc/18093/task/18147/stat : 18147 (java) S 18090 18093 1460 0 -1 1077944384 25525 12350 0 0 1159 80 5 2 20 0 15 0 94979680 14407233536 976854 18446744073709551615 4194304 4196468 140729819442768 140629081774480 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18148] ppid=18090 vsize=14069564 CPUtime=0.87 cores=0,2,4,6
/proc/18093/task/18148/stat : 18148 (java) S 18090 18093 1460 0 -1 1077944384 49176 12350 0 0 66 14 5 2 20 0 15 0 94979681 14407233536 976854 18446744073709551615 4194304 4196468 140729819442768 140628963572464 140629485095554 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18149] ppid=18090 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18149/stat : 18149 (java) S 18090 18093 1460 0 -1 1077944384 59 12350 0 0 0 0 5 2 20 0 15 0 94979681 14407233536 976854 18446744073709551615 4194304 4196468 140729819442768 140628962518816 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18150] ppid=18090 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18150/stat : 18150 (java) S 18090 18093 1460 0 -1 1077944384 46 12350 0 0 0 0 5 2 20 0 15 0 94979682 14407233536 976854 18446744073709551615 4194304 4196468 140729819442768 140628961465600 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18151] ppid=18090 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18151/stat : 18151 (java) S 18090 18093 1460 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 94979684 14407233536 976854 18446744073709551615 4194304 4196468 140729819442768 140628960414160 140629485103003 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18152] ppid=18090 vsize=14069564 CPUtime=8.01 cores=0,2,4,6
/proc/18093/task/18152/stat : 18152 (java) S 18090 18093 1460 0 -1 1077944384 20054 12350 0 0 791 3 5 2 20 0 15 0 94979684 14407233536 976854 18446744073709551615 4194304 4196468 140729819442768 140628959361264 140629485095554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18153] ppid=18090 vsize=14069564 CPUtime=7.92 cores=0,2,4,6
/proc/18093/task/18153/stat : 18153 (java) S 18090 18093 1460 0 -1 1077944384 15594 12350 0 0 781 4 5 2 20 0 15 0 94979684 14407233536 976854 18446744073709551615 4194304 4196468 140729819442768 140628958308720 140629485095554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18154] ppid=18090 vsize=14069564 CPUtime=1.88 cores=0,2,4,6
/proc/18093/task/18154/stat : 18154 (java) S 18090 18093 1460 0 -1 1077944384 9533 12350 0 0 177 4 5 2 20 0 15 0 94979684 14407233536 976854 18446744073709551615 4194304 4196468 140729819442768 140628957255664 140629485095554 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18155] ppid=18090 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18155/stat : 18155 (java) S 18090 18093 1460 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 94979685 14407233536 976854 18446744073709551615 4194304 4196468 140729819442768 140628956203360 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18156] ppid=18090 vsize=14069564 CPUtime=1.46 cores=0,2,4,6
/proc/18093/task/18156/stat : 18156 (java) S 18090 18093 1460 0 -1 1077944384 1645 12350 0 0 67 72 5 2 20 0 15 0 94979690 14407233536 976854 18446744073709551615 4194304 4196468 140729819442768 140628955151408 140629485095554 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
Current children cumulated CPU time (s) 2378.04
Current children cumulated vsize (KiB) 14069564

[startup+2382.3 s]
/proc/loadavg: 1.47 1.58 1.60 3/217 18463
/proc/meminfo: memFree=21677268/32770624 swapFree=0/576544
[pid=18093] ppid=18090 vsize=14069564 CPUtime=2438.7 cores=0,2,4,6
/proc/18093/stat : 18093 (java) S 18090 18093 1460 0 -1 1077944320 441800 12350 0 0 243336 527 5 2 20 0 15 0 94979658 14407233536 1162826 18446744073709551615 4194304 4196468 140729819442768 140729819425312 140629485084407 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
/proc/18093/statm: 3517391 1162826 3483 1 0 3506005 0
[pid=18093/tid=18143] ppid=18090 vsize=14069564 CPUtime=2368.4 cores=0,2,4,6
/proc/18093/task/18143/stat : 18143 (java) R 18090 18093 1460 0 -1 4202560 223213 12350 0 0 236721 112 5 2 20 0 15 0 94979679 14407233536 1162826 18446744073709551615 4194304 4196468 140729819442768 140629489314864 140629127818251 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18144] ppid=18090 vsize=14069564 CPUtime=12.64 cores=0,2,4,6
/proc/18093/task/18144/stat : 18144 (java) S 18090 18093 1460 0 -1 1077944384 34234 12350 0 0 1172 85 5 2 20 0 15 0 94979680 14407233536 1162826 18446744073709551615 4194304 4196468 140729819442768 140629445982736 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18145] ppid=18090 vsize=14069564 CPUtime=12.66 cores=0,2,4,6
/proc/18093/task/18145/stat : 18145 (java) S 18090 18093 1460 0 -1 1077944384 34425 12350 0 0 1176 83 5 2 20 0 15 0 94979680 14407233536 1162826 18446744073709551615 4194304 4196468 140729819442768 140629444930192 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18146] ppid=18090 vsize=14069564 CPUtime=12.63 cores=0,2,4,6
/proc/18093/task/18146/stat : 18146 (java) S 18090 18093 1460 0 -1 1077944384 24934 12350 0 0 1173 83 5 2 20 0 15 0 94979680 14407233536 1162826 18446744073709551615 4194304 4196468 140729819442768 140629082827024 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18147] ppid=18090 vsize=14069564 CPUtime=12.66 cores=0,2,4,6
/proc/18093/task/18147/stat : 18147 (java) S 18090 18093 1460 0 -1 1077944384 26001 12350 0 0 1175 84 5 2 20 0 15 0 94979680 14407233536 1162826 18446744073709551615 4194304 4196468 140729819442768 140629081774480 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18148] ppid=18090 vsize=14069564 CPUtime=0.89 cores=0,2,4,6
/proc/18093/task/18148/stat : 18148 (java) S 18090 18093 1460 0 -1 1077944384 49857 12350 0 0 68 14 5 2 20 0 15 0 94979681 14407233536 1162826 18446744073709551615 4194304 4196468 140729819442768 140628963572464 140629485095554 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18149] ppid=18090 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18149/stat : 18149 (java) S 18090 18093 1460 0 -1 1077944384 59 12350 0 0 0 0 5 2 20 0 15 0 94979681 14407233536 1162826 18446744073709551615 4194304 4196468 140729819442768 140628962518816 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18150] ppid=18090 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18150/stat : 18150 (java) S 18090 18093 1460 0 -1 1077944384 46 12350 0 0 0 0 5 2 20 0 15 0 94979682 14407233536 1162826 18446744073709551615 4194304 4196468 140729819442768 140628961465600 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18151] ppid=18090 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18151/stat : 18151 (java) S 18090 18093 1460 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 94979684 14407233536 1162826 18446744073709551615 4194304 4196468 140729819442768 140628960414160 140629485103003 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18152] ppid=18090 vsize=14069564 CPUtime=8.01 cores=0,2,4,6
/proc/18093/task/18152/stat : 18152 (java) S 18090 18093 1460 0 -1 1077944384 20056 12350 0 0 791 3 5 2 20 0 15 0 94979684 14407233536 1162826 18446744073709551615 4194304 4196468 140729819442768 140628959361264 140629485095554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18153] ppid=18090 vsize=14069564 CPUtime=7.92 cores=0,2,4,6
/proc/18093/task/18153/stat : 18153 (java) S 18090 18093 1460 0 -1 1077944384 15597 12350 0 0 781 4 5 2 20 0 15 0 94979684 14407233536 1162826 18446744073709551615 4194304 4196468 140729819442768 140628958308720 140629485095554 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18154] ppid=18090 vsize=14069564 CPUtime=1.88 cores=0,2,4,6
/proc/18093/task/18154/stat : 18154 (java) S 18090 18093 1460 0 -1 1077944384 9535 12350 0 0 177 4 5 2 20 0 15 0 94979684 14407233536 1162826 18446744073709551615 4194304 4196468 140729819442768 140628957255664 140629485095554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18155] ppid=18090 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18155/stat : 18155 (java) S 18090 18093 1460 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 94979685 14407233536 1162826 18446744073709551615 4194304 4196468 140729819442768 140628956203360 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18156] ppid=18090 vsize=14069564 CPUtime=1.5 cores=0,2,4,6
/proc/18093/task/18156/stat : 18156 (java) S 18090 18093 1460 0 -1 1077944384 1681 12350 0 0 69 74 5 2 20 0 15 0 94979690 14407233536 1162826 18446744073709551615 4194304 4196468 140729819442768 140628955151408 140629485095554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
Current children cumulated CPU time (s) 2438.7
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.46 1.55 1.59 3/215 18466
/proc/meminfo: memFree=21832752/32770624 swapFree=0/576560
[pid=18093] ppid=18090 vsize=14069564 CPUtime=2500.03 cores=0,2,4,6
/proc/18093/stat : 18093 (java) S 18090 18093 1460 0 -1 1077944320 462843 12350 0 0 249460 536 5 2 20 0 15 0 94979658 14407233536 1131685 18446744073709551615 4194304 4196468 140729819442768 140729819425312 140629485084407 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
/proc/18093/statm: 3517391 1131685 3483 1 0 3506005 0
[pid=18093/tid=18143] ppid=18090 vsize=14069564 CPUtime=2427.91 cores=0,2,4,6
/proc/18093/task/18143/stat : 18143 (java) R 18090 18093 1460 0 -1 4202560 227363 12350 0 0 242672 112 5 2 20 0 15 0 94979679 14407233536 1131685 18446744073709551615 4194304 4196468 140729819442768 140629489318880 140629127733736 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18144] ppid=18090 vsize=14069564 CPUtime=13.07 cores=0,2,4,6
/proc/18093/task/18144/stat : 18144 (java) S 18090 18093 1460 0 -1 1077944384 35607 12350 0 0 1214 86 5 2 20 0 15 0 94979680 14407233536 1131685 18446744073709551615 4194304 4196468 140729819442768 140629445982736 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18145] ppid=18090 vsize=14069564 CPUtime=13.1 cores=0,2,4,6
/proc/18093/task/18145/stat : 18145 (java) S 18090 18093 1460 0 -1 1077944384 35517 12350 0 0 1218 85 5 2 20 0 15 0 94979680 14407233536 1131685 18446744073709551615 4194304 4196468 140729819442768 140629444930192 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18146] ppid=18090 vsize=14069564 CPUtime=13.07 cores=0,2,4,6
/proc/18093/task/18146/stat : 18146 (java) S 18090 18093 1460 0 -1 1077944384 25911 12350 0 0 1215 85 5 2 20 0 15 0 94979680 14407233536 1131685 18446744073709551615 4194304 4196468 140729819442768 140629082827024 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18147] ppid=18090 vsize=14069564 CPUtime=13.1 cores=0,2,4,6
/proc/18093/task/18147/stat : 18147 (java) S 18090 18093 1460 0 -1 1077944384 27351 12350 0 0 1217 86 5 2 20 0 15 0 94979680 14407233536 1131685 18446744073709551615 4194304 4196468 140729819442768 140629081774480 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18148] ppid=18090 vsize=14069564 CPUtime=0.93 cores=0,2,4,6
/proc/18093/task/18148/stat : 18148 (java) S 18090 18093 1460 0 -1 1077944384 61929 12350 0 0 71 15 5 2 20 0 15 0 94979681 14407233536 1131685 18446744073709551615 4194304 4196468 140729819442768 140628963572464 140629485095554 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18149] ppid=18090 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18149/stat : 18149 (java) S 18090 18093 1460 0 -1 1077944384 59 12350 0 0 0 0 5 2 20 0 15 0 94979681 14407233536 1131685 18446744073709551615 4194304 4196468 140729819442768 140628962518816 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18150] ppid=18090 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18150/stat : 18150 (java) S 18090 18093 1460 0 -1 1077944384 46 12350 0 0 0 0 5 2 20 0 15 0 94979682 14407233536 1131685 18446744073709551615 4194304 4196468 140729819442768 140628961465600 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18151] ppid=18090 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18151/stat : 18151 (java) S 18090 18093 1460 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 94979684 14407233536 1131685 18446744073709551615 4194304 4196468 140729819442768 140628960414160 140629485103003 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18152] ppid=18090 vsize=14069564 CPUtime=8.01 cores=0,2,4,6
/proc/18093/task/18152/stat : 18152 (java) S 18090 18093 1460 0 -1 1077944384 20059 12350 0 0 791 3 5 2 20 0 15 0 94979684 14407233536 1131685 18446744073709551615 4194304 4196468 140729819442768 140628959361264 140629485095554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18153] ppid=18090 vsize=14069564 CPUtime=7.92 cores=0,2,4,6
/proc/18093/task/18153/stat : 18153 (java) S 18090 18093 1460 0 -1 1077944384 15599 12350 0 0 781 4 5 2 20 0 15 0 94979684 14407233536 1131685 18446744073709551615 4194304 4196468 140729819442768 140628958308720 140629485095554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18154] ppid=18090 vsize=14069564 CPUtime=1.88 cores=0,2,4,6
/proc/18093/task/18154/stat : 18154 (java) S 18090 18093 1460 0 -1 1077944384 9537 12350 0 0 177 4 5 2 20 0 15 0 94979684 14407233536 1131685 18446744073709551615 4194304 4196468 140729819442768 140628957255664 140629485095554 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18155] ppid=18090 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18155/stat : 18155 (java) S 18090 18093 1460 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 94979685 14407233536 1131685 18446744073709551615 4194304 4196468 140729819442768 140628956203360 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18156] ppid=18090 vsize=14069564 CPUtime=1.54 cores=0,2,4,6
/proc/18093/task/18156/stat : 18156 (java) S 18090 18093 1460 0 -1 1077944384 1703 12350 0 0 71 76 5 2 20 0 15 0 94979690 14407233536 1131685 18446744073709551615 4194304 4196468 140729819442768 140628955151408 140629485095554 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
Current children cumulated CPU time (s) 2500.03
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2462.2 s]
/proc/loadavg: 1.53 1.57 1.59 3/215 18466
/proc/meminfo: memFree=21899644/32770624 swapFree=0/576556
[pid=18093] ppid=18090 vsize=14069564 CPUtime=2520.02 cores=0,2,4,6
/proc/18093/stat : 18093 (java) S 18090 18093 1460 0 -1 1077944320 463278 12350 0 0 251458 537 5 2 20 0 15 0 94979658 14407233536 1099370 18446744073709551615 4194304 4196468 140729819442768 140729819425312 140629485084407 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
/proc/18093/statm: 3517391 1099370 3483 1 0 3506005 0
[pid=18093/tid=18143] ppid=18090 vsize=14069564 CPUtime=2447.8 cores=0,2,4,6
/proc/18093/task/18143/stat : 18143 (java) R 18090 18093 1460 0 -1 4202560 227753 12350 0 0 244660 113 5 2 20 0 15 0 94979679 14407233536 1099370 18446744073709551615 4194304 4196468 140729819442768 140629489318864 140629131853356 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18144] ppid=18090 vsize=14069564 CPUtime=13.1 cores=0,2,4,6
/proc/18093/task/18144/stat : 18144 (java) S 18090 18093 1460 0 -1 1077944384 35617 12350 0 0 1217 86 5 2 20 0 15 0 94979680 14407233536 1099370 18446744073709551615 4194304 4196468 140729819442768 140629445982736 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18145] ppid=18090 vsize=14069564 CPUtime=13.12 cores=0,2,4,6
/proc/18093/task/18145/stat : 18145 (java) S 18090 18093 1460 0 -1 1077944384 35525 12350 0 0 1220 85 5 2 20 0 15 0 94979680 14407233536 1099370 18446744073709551615 4194304 4196468 140729819442768 140629444930192 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18146] ppid=18090 vsize=14069564 CPUtime=13.09 cores=0,2,4,6
/proc/18093/task/18146/stat : 18146 (java) S 18090 18093 1460 0 -1 1077944384 25920 12350 0 0 1217 85 5 2 20 0 15 0 94979680 14407233536 1099370 18446744073709551615 4194304 4196468 140729819442768 140629082827024 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18147] ppid=18090 vsize=14069564 CPUtime=13.13 cores=0,2,4,6
/proc/18093/task/18147/stat : 18147 (java) S 18090 18093 1460 0 -1 1077944384 27364 12350 0 0 1220 86 5 2 20 0 15 0 94979680 14407233536 1099370 18446744073709551615 4194304 4196468 140729819442768 140629081774480 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18148] ppid=18090 vsize=14069564 CPUtime=0.94 cores=0,2,4,6
/proc/18093/task/18148/stat : 18148 (java) S 18090 18093 1460 0 -1 1077944384 61932 12350 0 0 72 15 5 2 20 0 15 0 94979681 14407233536 1099370 18446744073709551615 4194304 4196468 140729819442768 140628963572464 140629485095554 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18149] ppid=18090 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18149/stat : 18149 (java) S 18090 18093 1460 0 -1 1077944384 59 12350 0 0 0 0 5 2 20 0 15 0 94979681 14407233536 1099370 18446744073709551615 4194304 4196468 140729819442768 140628962518816 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18150] ppid=18090 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18150/stat : 18150 (java) S 18090 18093 1460 0 -1 1077944384 46 12350 0 0 0 0 5 2 20 0 15 0 94979682 14407233536 1099370 18446744073709551615 4194304 4196468 140729819442768 140628961465600 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18151] ppid=18090 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18151/stat : 18151 (java) S 18090 18093 1460 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 94979684 14407233536 1099370 18446744073709551615 4194304 4196468 140729819442768 140628960414160 140629485103003 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18152] ppid=18090 vsize=14069564 CPUtime=8.01 cores=0,2,4,6
/proc/18093/task/18152/stat : 18152 (java) S 18090 18093 1460 0 -1 1077944384 20059 12350 0 0 791 3 5 2 20 0 15 0 94979684 14407233536 1099370 18446744073709551615 4194304 4196468 140729819442768 140628959361264 140629485095554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18153] ppid=18090 vsize=14069564 CPUtime=7.92 cores=0,2,4,6
/proc/18093/task/18153/stat : 18153 (java) S 18090 18093 1460 0 -1 1077944384 15599 12350 0 0 781 4 5 2 20 0 15 0 94979684 14407233536 1099370 18446744073709551615 4194304 4196468 140729819442768 140628958308720 140629485095554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18154] ppid=18090 vsize=14069564 CPUtime=1.88 cores=0,2,4,6
/proc/18093/task/18154/stat : 18154 (java) S 18090 18093 1460 0 -1 1077944384 9537 12350 0 0 177 4 5 2 20 0 15 0 94979684 14407233536 1099370 18446744073709551615 4194304 4196468 140729819442768 140628957255664 140629485095554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18155] ppid=18090 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18155/stat : 18155 (java) S 18090 18093 1460 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 94979685 14407233536 1099370 18446744073709551615 4194304 4196468 140729819442768 140628956203360 140629485094613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
[pid=18093/tid=18156] ppid=18090 vsize=14069564 CPUtime=1.54 cores=0,2,4,6
/proc/18093/task/18156/stat : 18156 (java) S 18090 18093 1460 0 -1 1077944384 1705 12350 0 0 71 76 5 2 20 0 15 0 94979690 14407233536 1099370 18446744073709551615 4194304 4196468 140729819442768 140628955151408 140629485095554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14303232 140729819445200 140729819447985 140729819447985 140729819451343 0
Current children cumulated CPU time (s) 2520.02
Current children cumulated vsize (KiB) 14069564

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

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

Child status: 143
Real time (s): 2462.25
CPU time (s): 2520.09
CPU user time (s): 2514.66
CPU system time (s): 5.43393
CPU usage (%): 102.349
Max. virtual memory (cumulated for all children) (KiB): 14072276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.66
system time used= 5.43393
maximum resident set size= 4654316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 476126
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 72205
involuntary context switches= 2797

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8029 second user time and 15.6754 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-11 19:51:38
IDJOB=4261828
IDBENCH=137707
IDSOLVER=2650
FILE ID=node134/4261828-1502474733
RUNJOBID= node134-1502411438-1523
PBS_JOBID= 
Free space on /tmp= 62004 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw100/BinPacking-mdd-sw100-03.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261828-1502474733/watcher-4261828-1502474733 -o /tmp/evaluation-result-4261828-1502474733/solver-4261828-1502474733 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502411438-1523 --watchdog 2580  bin/concrete HOME/instance-4261828-1502474733.xml

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

MD5SUM BENCH= 61729e5e51cdc1a72244a455e64fc056
RANDOM SEED=342028375

node134.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.43
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.43
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.43
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.43
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:        26382732 kB
MemAvailable:   27380680 kB
Buffers:          292536 kB
Cached:           998624 kB
SwapCached:            0 kB
Active:          5335244 kB
Inactive:         607104 kB
Active(anon):    4653532 kB
Inactive(anon):    31216 kB
Active(file):     681712 kB
Inactive(file):   575888 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24752 kB
Writeback:             0 kB
AnonPages:       4655716 kB
Mapped:            65856 kB
Shmem:             33468 kB
Slab:             139008 kB
SReclaimable:     112364 kB
SUnreclaim:        26644 kB
KernelStack:        3536 kB
PageTables:        14732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5222332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4380672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61980 MiB
End job on node134 at 2017-08-11 20:32:40