Trace number 4261838

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.0701 2455.8401

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw120/
BinPacking-mdd-sw120-91.xml
MD5SUMcdfda5ac0ff03b0975a4559a953a2f29
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.08
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size46
Distribution of domain sizes[{"size":23,"count":1},{"size":46,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

3.33/2.66	c Concrete v3.4 running
770.27/729.87	o 0
2520.01/2455.80	java.util.concurrent.TimeoutException
2520.01/2455.80		at concrete.MAC.mac(MAC.scala:74)
2520.01/2455.80		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.01/2455.80		at scala.util.Try$.apply(Try.scala:209)
2520.01/2455.80		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.01/2455.80		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.01/2455.80		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.01/2455.80		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.01/2455.80		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.01/2455.80		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.01/2455.80		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.01/2455.80		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.01/2455.80		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.01/2455.80		at concrete.MAC.oneRun(MAC.scala:146)
2520.01/2455.80		at concrete.MAC.nextSolution(MAC.scala:166)
2520.01/2455.80		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.01/2455.80		at concrete.ProblemState.map(ProblemState.scala:203)
2520.01/2455.80		at concrete.ProblemState.map(ProblemState.scala:188)
2520.01/2455.80		at concrete.MAC.nextSolution(MAC.scala:195)
2520.01/2455.80		at concrete.Solver.hasNext(Solver.scala:202)
2520.01/2455.80		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.01/2455.80		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.01/2455.80		at concrete.Solver.toStream(Solver.scala:73)
2520.01/2455.80		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2520.01/2455.80		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2520.01/2455.80		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2520.01/2455.80		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2520.01/2455.80		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2520.01/2455.80		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.01/2455.80		at scala.util.Success.map(Try.scala:209)
2520.01/2455.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.01/2455.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.01/2455.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.01/2455.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.01/2455.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.01/2455.81		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.01/2455.81		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.01/2455.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.01/2455.81		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.01/2455.81		at scala.collection.immutable.List.foreach(List.scala:389)
2520.01/2455.81		at scala.App.main(App.scala:76)
2520.01/2455.81		at scala.App.main$(App.scala:74)
2520.01/2455.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.01/2455.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2455.81	v <instantiation cost="0">
2520.01/2455.81	v       <list>
2520.01/2455.81	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] b[18][0] b[18][1] b[18][2] b[18][3] b[18][4] b[18][5] b[19][0] b[19][1] b[19][2] b[19][3] b[19][4] b[19][5] b[20][0] b[20][1] b[20][2] b[20][3] b[20][4] b[20][5] b[21][0] b[21][1] b[21][2] b[21][3] b[21][4] b[21][5]
2520.01/2455.81	v       </list>
2520.01/2455.81	v       <values>
2520.01/2455.81	v         0 200 200 200 200 0 0 200 200 200 182 182 0 198 197 197 196 194 0 194 193 192 192 0 0 194 182 182 182 179 0 193 192 151 151 151 151 191 187 156 156 155 155 191 186 186 183 182 0 190 188 188 188 0 0 190 187 187 187 187 0 190 179 176 152 152 151 189 189 189 189 189 0 181 180 180 153 153 153 178 178 174 157 157 156 178 177 171 158 158 158 177 175 171 160 159 158 177 155 155 154 154 153 172 169 167 164 164 163 170 169 167 165 165 164 169 163 163 162 162 162 168 168 167 166 166 165 162 162 161 161 160 160
2520.01/2455.81	v       </values>
2520.01/2455.81	v     </instantiation>
2520.01/2455.81	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-4261838-1502472275/watcher-4261838-1502472275 -o /tmp/evaluation-result-4261838-1502472275/solver-4261838-1502472275 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502411438-1523 --watchdog 2580 bin/concrete HOME/instance-4261838-1502472275.xml 

pid=17685
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.77 1.63 1.61 3/200 17688
/proc/meminfo: memFree=25398756/32770624 swapFree=0/575096
[pid=17688] ppid=17685 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/17688/stat : 17688 (runsolver) D 17685 17688 1460 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 94733784 24240128 107 18446744073709551615 4194304 4338465 140733285993792 140733285991432 139955152614103 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 32268288 140733285994705 140733285995081 140733285995081 140733285998538 0
/proc/17688/statm: 5918 107 54 36 0 2156 0

[startup+0.100108 s]
/proc/loadavg: 1.77 1.63 1.61 3/200 17688
/proc/meminfo: memFree=25398756/32770624 swapFree=0/575096
[pid=17688] ppid=17685 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/17688/stat : 17688 (bash) S 17685 17688 1460 0 -1 4202496 894 6489 0 0 0 0 0 1 20 0 1 0 94733784 9867264 377 18446744073709551615 4194304 5098028 140731488905664 140731488899672 140041539668992 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 7 0 0 7196144 7232144 37830656 140731488907796 140731488907881 140731488907881 140731488911338 0
/proc/17688/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.653897 s]
/proc/loadavg: 1.77 1.63 1.61 3/200 17688
/proc/meminfo: memFree=25398756/32770624 swapFree=0/575096
[pid=17688] ppid=17685 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/17688/stat : 17688 (bash) S 17685 17688 1460 0 -1 4202496 894 6489 0 0 0 0 0 1 20 0 1 0 94733784 9867264 377 18446744073709551615 4194304 5098028 140731488905664 140731488899672 140041539668992 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 7 0 0 7196144 7232144 37830656 140731488907796 140731488907881 140731488907881 140731488911338 0
/proc/17688/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.700284 s]
/proc/loadavg: 1.77 1.63 1.61 3/200 17688
/proc/meminfo: memFree=25398756/32770624 swapFree=0/575096
[pid=17688] ppid=17685 vsize=13358716 CPUtime=0.08 cores=0,2,4,6
/proc/17688/stat : 17688 (java) S 17685 17688 1460 0 -1 1077944320 4292 12476 0 0 1 0 5 2 20 0 6 0 94733784 13679325184 4106 18446744073709551615 4194304 4196468 140722251414496 140722251397040 140677051195127 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
/proc/17688/statm: 3339679 4106 1904 1 0 3329176 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13358716

[startup+0.800224 s]
/proc/loadavg: 1.77 1.63 1.61 3/200 17688
/proc/meminfo: memFree=25398756/32770624 swapFree=0/575096
[pid=17688] ppid=17685 vsize=13974356 CPUtime=0.2 cores=0,2,4,6
/proc/17688/stat : 17688 (java) S 17685 17688 1460 0 -1 1077944320 6626 12476 0 0 12 1 5 2 20 0 15 0 94733784 14309740544 7276 18446744073709551615 4194304 4196468 140722251414496 140722251397040 140677051195127 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
/proc/17688/statm: 3493589 7276 2904 1 0 3482965 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 13974356

[startup+1.50031 s]
/proc/loadavg: 1.77 1.63 1.61 3/215 17751
/proc/meminfo: memFree=25311472/32770624 swapFree=0/575356
[pid=17688] ppid=17685 vsize=13979264 CPUtime=1.3 cores=0,2,4,6
/proc/17688/stat : 17688 (java) S 17685 17688 1460 0 -1 1077944320 21025 12476 0 0 116 7 5 2 20 0 15 0 94733784 14314766336 25639 18446744073709551615 4194304 4196468 140722251414496 140722251397040 140677051195127 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
/proc/17688/statm: 3494816 25639 3325 1 0 3483989 0
[pid=17688/tid=17738] ppid=17685 vsize=13979264 CPUtime=0.85 cores=0,2,4,6
/proc/17688/task/17738/stat : 17738 (java) R 17685 17688 1460 0 -1 4202560 16528 12476 0 0 73 5 5 2 20 0 15 0 94733852 14314766336 25639 18446744073709551615 4194304 4196468 140722251414496 140677055427232 140677035275614 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17739] ppid=17685 vsize=13979264 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17739/stat : 17739 (java) S 17685 17688 1460 0 -1 1077944384 1 12476 0 0 0 0 5 2 20 0 15 0 94733853 14314766336 25639 18446744073709551615 4194304 4196468 140722251414496 140676970609808 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17740] ppid=17685 vsize=13979264 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17740/stat : 17740 (java) S 17685 17688 1460 0 -1 1077944384 1 12476 0 0 0 0 5 2 20 0 15 0 94733853 14314766336 25639 18446744073709551615 4194304 4196468 140722251414496 140676969557008 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17741] ppid=17685 vsize=13979264 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17741/stat : 17741 (java) S 17685 17688 1460 0 -1 1077944384 1 12476 0 0 0 0 5 2 20 0 15 0 94733853 14314766336 25639 18446744073709551615 4194304 4196468 140722251414496 140676968504208 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17742] ppid=17685 vsize=13979264 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17742/stat : 17742 (java) S 17685 17688 1460 0 -1 1077944384 2 12476 0 0 0 0 5 2 20 0 15 0 94733853 14314766336 25639 18446744073709551615 4194304 4196468 140722251414496 140676967451408 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17743] ppid=17685 vsize=13979264 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17743/stat : 17743 (java) S 17685 17688 1460 0 -1 1077944384 5 12476 0 0 0 0 5 2 20 0 15 0 94733854 14314766336 25639 18446744073709551615 4194304 4196468 140722251414496 140676394649968 140677051206274 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17744] ppid=17685 vsize=13979264 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17744/stat : 17744 (java) S 17685 17688 1460 0 -1 1077944384 33 12476 0 0 0 0 5 2 20 0 15 0 94733855 14314766336 25639 18446744073709551615 4194304 4196468 140722251414496 140676393595936 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17745] ppid=17685 vsize=13979264 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17745/stat : 17745 (java) S 17685 17688 1460 0 -1 1077944384 21 12476 0 0 0 0 5 2 20 0 15 0 94733855 14314766336 25639 18446744073709551615 4194304 4196468 140722251414496 140676392543088 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17746] ppid=17685 vsize=13979264 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17746/stat : 17746 (java) S 17685 17688 1460 0 -1 1077944384 3 12476 0 0 0 0 5 2 20 0 15 0 94733858 14314766336 25639 18446744073709551615 4194304 4196468 140722251414496 140676391491408 140677051213723 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17747] ppid=17685 vsize=13979264 CPUtime=0.2 cores=0,2,4,6
/proc/17688/task/17747/stat : 17747 (java) S 17685 17688 1460 0 -1 1077944384 1076 12476 0 0 13 0 5 2 20 0 15 0 94733858 14314766336 25639 18446744073709551615 4194304 4196468 140722251414496 140676390439792 140677051206274 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17748] ppid=17685 vsize=13979264 CPUtime=0.18 cores=0,2,4,6
/proc/17688/task/17748/stat : 17748 (java) S 17685 17688 1460 0 -1 1077944384 488 12476 0 0 11 0 5 2 20 0 15 0 94733858 14314766336 25639 18446744073709551615 4194304 4196468 140722251414496 140676389386992 140677051206274 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17749] ppid=17685 vsize=13979264 CPUtime=0.24 cores=0,2,4,6
/proc/17688/task/17749/stat : 17749 (java) S 17685 17688 1460 0 -1 1077944384 719 12476 0 0 17 0 5 2 20 0 15 0 94733858 14314766336 25703 18446744073709551615 4194304 4196468 140722251414496 140676388334192 140677051206274 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17750] ppid=17685 vsize=13979264 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17750/stat : 17750 (java) S 17685 17688 1460 0 -1 1077944384 3 12476 0 0 0 0 5 2 20 0 15 0 94733858 14314766336 25703 18446744073709551615 4194304 4196468 140722251414496 140676387281632 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17751] ppid=17685 vsize=13979264 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17751/stat : 17751 (java) S 17685 17688 1460 0 -1 1077944384 1 12476 0 0 0 0 5 2 20 0 15 0 94733861 14314766336 25705 18446744073709551615 4194304 4196468 140722251414496 140676386228912 140677051206274 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 13979264

[startup+3.10069 s]
/proc/loadavg: 1.87 1.66 1.62 5/215 17751
/proc/meminfo: memFree=25227960/32770624 swapFree=0/575356
[pid=17688] ppid=17685 vsize=13995836 CPUtime=4.85 cores=0,2,4,6
/proc/17688/stat : 17688 (java) S 17685 17688 1460 0 -1 1077944320 40612 12476 0 0 463 15 5 2 20 0 15 0 94733784 14331736064 56084 18446744073709551615 4194304 4196468 140722251414496 140722251397040 140677051195127 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
/proc/17688/statm: 3498959 56084 3449 1 0 3487573 0
[pid=17688/tid=17738] ppid=17685 vsize=13995836 CPUtime=2.41 cores=0,2,4,6
/proc/17688/task/17738/stat : 17738 (java) R 17685 17688 1460 0 -1 4202560 29283 12476 0 0 225 9 5 2 20 0 15 0 94733852 14331736064 56084 18446744073709551615 4194304 4196468 140722251414496 140677055426400 140677033055458 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17739] ppid=17685 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17739/stat : 17739 (java) S 17685 17688 1460 0 -1 1077944384 46 12476 0 0 0 0 5 2 20 0 15 0 94733853 14331736064 56084 18446744073709551615 4194304 4196468 140722251414496 140676970609808 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17740] ppid=17685 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/17688/task/17740/stat : 17740 (java) S 17685 17688 1460 0 -1 1077944384 189 12476 0 0 1 0 5 2 20 0 15 0 94733853 14331736064 56084 18446744073709551615 4194304 4196468 140722251414496 140676969557008 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17741] ppid=17685 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/17688/task/17741/stat : 17741 (java) S 17685 17688 1460 0 -1 1077944384 38 12476 0 0 1 0 5 2 20 0 15 0 94733853 14331736064 56084 18446744073709551615 4194304 4196468 140722251414496 140676968504208 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17742] ppid=17685 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/17688/task/17742/stat : 17742 (java) S 17685 17688 1460 0 -1 1077944384 72 12476 0 0 1 0 5 2 20 0 15 0 94733853 14331736064 56084 18446744073709551615 4194304 4196468 140722251414496 140676967451408 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17743] ppid=17685 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/17688/task/17743/stat : 17743 (java) S 17685 17688 1460 0 -1 1077944384 778 12476 0 0 1 0 5 2 20 0 15 0 94733854 14331736064 56084 18446744073709551615 4194304 4196468 140722251414496 140676394649968 140677051206274 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17744] ppid=17685 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17744/stat : 17744 (java) S 17685 17688 1460 0 -1 1077944384 55 12476 0 0 0 0 5 2 20 0 15 0 94733855 14331736064 56084 18446744073709551615 4194304 4196468 140722251414496 140676393596000 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17745] ppid=17685 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17745/stat : 17745 (java) S 17685 17688 1460 0 -1 1077944384 44 12476 0 0 0 0 5 2 20 0 15 0 94733855 14331736064 56084 18446744073709551615 4194304 4196468 140722251414496 140676392543088 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17746] ppid=17685 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17746/stat : 17746 (java) S 17685 17688 1460 0 -1 1077944384 3 12476 0 0 0 0 5 2 20 0 15 0 94733858 14331736064 56084 18446744073709551615 4194304 4196468 140722251414496 140676391491408 140677051213723 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17747] ppid=17685 vsize=13995836 CPUtime=0.96 cores=0,2,4,6
/proc/17688/task/17747/stat : 17747 (java) R 17685 17688 1460 0 -1 4202560 3783 12476 0 0 88 1 5 2 20 0 15 0 94733858 14331736064 56084 18446744073709551615 4194304 4196468 140722251414496 140676390428144 140677032716403 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17748] ppid=17685 vsize=13995836 CPUtime=0.79 cores=0,2,4,6
/proc/17688/task/17748/stat : 17748 (java) R 17685 17688 1460 0 -1 4202560 1578 12476 0 0 71 1 5 2 20 0 15 0 94733858 14331736064 56084 18446744073709551615 4194304 4196468 140722251414496 140676389372752 140677036123456 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17749] ppid=17685 vsize=13995836 CPUtime=0.79 cores=0,2,4,6
/proc/17688/task/17749/stat : 17749 (java) R 17685 17688 1460 0 -1 4202560 2576 12476 0 0 71 1 5 2 20 0 15 0 94733858 14331736064 56084 18446744073709551615 4194304 4196468 140722251414496 140676388334192 140677044291963 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17750] ppid=17685 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17750/stat : 17750 (java) S 17685 17688 1460 0 -1 1077944384 3 12476 0 0 0 0 5 2 20 0 15 0 94733858 14331736064 56084 18446744073709551615 4194304 4196468 140722251414496 140676387281632 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17751] ppid=17685 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17751/stat : 17751 (java) S 17685 17688 1460 0 -1 1077944384 13 12476 0 0 0 0 5 2 20 0 15 0 94733861 14331736064 56084 18446744073709551615 4194304 4196468 140722251414496 140676386228912 140677051206274 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
Current children cumulated CPU time (s) 4.85
Current children cumulated vsize (KiB) 13995836

[startup+6.30064 s]
/proc/loadavg: 1.87 1.66 1.62 5/215 17751
/proc/meminfo: memFree=24845888/32770624 swapFree=0/575352
[pid=17688] ppid=17685 vsize=13999932 CPUtime=12.64 cores=0,2,4,6
/proc/17688/stat : 17688 (java) S 17685 17688 1460 0 -1 1077944320 51626 12476 0 0 1220 37 5 2 20 0 15 0 94733784 14335930368 160989 18446744073709551615 4194304 4196468 140722251414496 140722251397040 140677051195127 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
/proc/17688/statm: 3499983 160989 3466 1 0 3488597 0
[pid=17688/tid=17738] ppid=17685 vsize=13999932 CPUtime=5.48 cores=0,2,4,6
/proc/17688/task/17738/stat : 17738 (java) R 17685 17688 1460 0 -1 4202560 37734 12476 0 0 527 14 5 2 20 0 15 0 94733852 14335930368 160989 18446744073709551615 4194304 4196468 140722251414496 140677055424416 140676641049964 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17739] ppid=17685 vsize=13999932 CPUtime=0.18 cores=0,2,4,6
/proc/17688/task/17739/stat : 17739 (java) S 17685 17688 1460 0 -1 1077944384 153 12476 0 0 7 4 5 2 20 0 15 0 94733853 14335930368 160989 18446744073709551615 4194304 4196468 140722251414496 140676970609808 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17740] ppid=17685 vsize=13999932 CPUtime=0.19 cores=0,2,4,6
/proc/17688/task/17740/stat : 17740 (java) S 17685 17688 1460 0 -1 1077944384 327 12476 0 0 8 4 5 2 20 0 15 0 94733853 14335930368 160989 18446744073709551615 4194304 4196468 140722251414496 140676969557008 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17741] ppid=17685 vsize=13999932 CPUtime=0.17 cores=0,2,4,6
/proc/17688/task/17741/stat : 17741 (java) S 17685 17688 1460 0 -1 1077944384 302 12476 0 0 6 4 5 2 20 0 15 0 94733853 14335930368 160989 18446744073709551615 4194304 4196468 140722251414496 140676968504208 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17742] ppid=17685 vsize=13999932 CPUtime=0.18 cores=0,2,4,6
/proc/17688/task/17742/stat : 17742 (java) S 17685 17688 1460 0 -1 1077944384 202 12476 0 0 7 4 5 2 20 0 15 0 94733853 14335930368 160989 18446744073709551615 4194304 4196468 140722251414496 140676967451408 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17743] ppid=17685 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/17688/task/17743/stat : 17743 (java) S 17685 17688 1460 0 -1 1077944384 1026 12476 0 0 2 0 5 2 20 0 15 0 94733854 14335930368 160989 18446744073709551615 4194304 4196468 140722251414496 140676394649968 140677051206274 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17744] ppid=17685 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17744/stat : 17744 (java) S 17685 17688 1460 0 -1 1077944384 55 12476 0 0 0 0 5 2 20 0 15 0 94733855 14335930368 160989 18446744073709551615 4194304 4196468 140722251414496 140676393596000 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17745] ppid=17685 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17745/stat : 17745 (java) S 17685 17688 1460 0 -1 1077944384 45 12476 0 0 0 0 5 2 20 0 15 0 94733855 14335930368 160989 18446744073709551615 4194304 4196468 140722251414496 140676392543104 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17746] ppid=17685 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17746/stat : 17746 (java) S 17685 17688 1460 0 -1 1077944384 3 12476 0 0 0 0 5 2 20 0 15 0 94733858 14335930368 160989 18446744073709551615 4194304 4196468 140722251414496 140676391491408 140677051213723 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17747] ppid=17685 vsize=13999932 CPUtime=2.91 cores=0,2,4,6
/proc/17688/task/17747/stat : 17747 (java) R 17685 17688 1460 0 -1 4202560 4171 12476 0 0 283 1 5 2 20 0 15 0 94733858 14335930368 160989 18446744073709551615 4194304 4196468 140722251414496 140676390432984 140677034691915 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17748] ppid=17685 vsize=13999932 CPUtime=2.78 cores=0,2,4,6
/proc/17688/task/17748/stat : 17748 (java) R 17685 17688 1460 0 -1 4202560 2148 12476 0 0 269 2 5 2 20 0 15 0 94733858 14335930368 160989 18446744073709551615 4194304 4196468 140722251414496 140676389374192 140677034581915 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17749] ppid=17685 vsize=13999932 CPUtime=1.13 cores=0,2,4,6
/proc/17688/task/17749/stat : 17749 (java) S 17685 17688 1460 0 -1 1077944384 3288 12476 0 0 105 1 5 2 20 0 15 0 94733858 14335930368 160989 18446744073709551615 4194304 4196468 140722251414496 140676388334192 140677051206274 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17750] ppid=17685 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17750/stat : 17750 (java) S 17685 17688 1460 0 -1 1077944384 3 12476 0 0 0 0 5 2 20 0 15 0 94733858 14335930368 160989 18446744073709551615 4194304 4196468 140722251414496 140676387281632 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17751] ppid=17685 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17751/stat : 17751 (java) S 17685 17688 1460 0 -1 1077944384 17 12476 0 0 0 0 5 2 20 0 15 0 94733861 14335930368 160989 18446744073709551615 4194304 4196468 140722251414496 140676386228912 140677051206274 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 13999932

[startup+12.7007 s]
/proc/loadavg: 1.97 1.68 1.62 3/215 17752
/proc/meminfo: memFree=23938796/32770624 swapFree=0/575348
[pid=17688] ppid=17685 vsize=14069564 CPUtime=27.64 cores=0,2,4,6
/proc/17688/stat : 17688 (java) S 17685 17688 1460 0 -1 1077944320 96792 12476 0 0 2676 81 5 2 20 0 15 0 94733784 14407233536 400546 18446744073709551615 4194304 4196468 140722251414496 140722251397040 140677051195127 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
/proc/17688/statm: 3517391 400546 3476 1 0 3506005 0
[pid=17688/tid=17738] ppid=17685 vsize=14069564 CPUtime=11.59 cores=0,2,4,6
/proc/17688/task/17738/stat : 17738 (java) R 17685 17688 1460 0 -1 4202560 52834 12476 0 0 1126 26 5 2 20 0 15 0 94733852 14407233536 400546 18446744073709551615 4194304 4196468 140722251414496 140677055426864 140676653983441 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17739] ppid=17685 vsize=14069564 CPUtime=0.41 cores=0,2,4,6
/proc/17688/task/17739/stat : 17739 (java) S 17685 17688 1460 0 -1 1077944384 512 12476 0 0 24 10 5 2 20 0 15 0 94733853 14407233536 400546 18446744073709551615 4194304 4196468 140722251414496 140676970609808 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17740] ppid=17685 vsize=14069564 CPUtime=0.44 cores=0,2,4,6
/proc/17688/task/17740/stat : 17740 (java) S 17685 17688 1460 0 -1 1077944384 607 12476 0 0 26 11 5 2 20 0 15 0 94733853 14407233536 400546 18446744073709551615 4194304 4196468 140722251414496 140676969557008 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17741] ppid=17685 vsize=14069564 CPUtime=0.4 cores=0,2,4,6
/proc/17688/task/17741/stat : 17741 (java) S 17685 17688 1460 0 -1 1077944384 555 12476 0 0 23 10 5 2 20 0 15 0 94733853 14407233536 400546 18446744073709551615 4194304 4196468 140722251414496 140676968504208 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17742] ppid=17685 vsize=14069564 CPUtime=0.43 cores=0,2,4,6
/proc/17688/task/17742/stat : 17742 (java) S 17685 17688 1460 0 -1 1077944384 1267 12476 0 0 26 10 5 2 20 0 15 0 94733853 14407233536 400546 18446744073709551615 4194304 4196468 140722251414496 140676967451408 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17743] ppid=17685 vsize=14069564 CPUtime=0.12 cores=0,2,4,6
/proc/17688/task/17743/stat : 17743 (java) S 17685 17688 1460 0 -1 1077944384 2907 12476 0 0 4 1 5 2 20 0 15 0 94733854 14407233536 400546 18446744073709551615 4194304 4196468 140722251414496 140676394649968 140677051206274 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17744] ppid=17685 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17744/stat : 17744 (java) S 17685 17688 1460 0 -1 1077944384 61 12476 0 0 0 0 5 2 20 0 15 0 94733855 14407233536 400546 18446744073709551615 4194304 4196468 140722251414496 140676393596000 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17745] ppid=17685 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17745/stat : 17745 (java) S 17685 17688 1460 0 -1 1077944384 52 12476 0 0 0 0 5 2 20 0 15 0 94733855 14407233536 400546 18446744073709551615 4194304 4196468 140722251414496 140676392543104 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17746] ppid=17685 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17746/stat : 17746 (java) S 17685 17688 1460 0 -1 1077944384 3 12476 0 0 0 0 5 2 20 0 15 0 94733858 14407233536 400546 18446744073709551615 4194304 4196468 140722251414496 140676391491408 140677051213723 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0

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

/proc/17688/task/17750/stat : 17750 (java) S 17685 17688 1460 0 -1 1077944384 3 12476 0 0 0 0 5 2 20 0 15 0 94733858 14407233536 840232 18446744073709551615 4194304 4196468 140722251414496 140676387281632 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17751] ppid=17685 vsize=14069564 CPUtime=1.44 cores=0,2,4,6
/proc/17688/task/17751/stat : 17751 (java) S 17685 17688 1460 0 -1 1077944384 2305 12476 0 0 68 69 5 2 20 0 15 0 94733861 14407233536 840232 18446744073709551615 4194304 4196468 140722251414496 140676386228912 140677051206274 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
Current children cumulated CPU time (s) 2325.55
Current children cumulated vsize (KiB) 14069564

[startup+2322.3 s]
/proc/loadavg: 1.61 1.57 1.58 3/214 18013
/proc/meminfo: memFree=21746548/32770624 swapFree=0/575884
[pid=17688] ppid=17685 vsize=14069564 CPUtime=2385.93 cores=0,2,4,6
/proc/17688/stat : 17688 (java) S 17685 17688 1460 0 -1 1077944320 502260 12476 0 0 238193 393 5 2 20 0 15 0 94733784 14407233536 1123984 18446744073709551615 4194304 4196468 140722251414496 140722251397040 140677051195127 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
/proc/17688/statm: 3517391 1123984 3482 1 0 3506005 0
[pid=17688/tid=17738] ppid=17685 vsize=14069564 CPUtime=2305.36 cores=0,2,4,6
/proc/17688/task/17738/stat : 17738 (java) R 17685 17688 1460 0 -1 4202560 234446 12476 0 0 230432 97 5 2 20 0 15 0 94733852 14407233536 1123984 18446744073709551615 4194304 4196468 140722251414496 140677055426000 140676653981587 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17739] ppid=17685 vsize=14069564 CPUtime=14.89 cores=0,2,4,6
/proc/17688/task/17739/stat : 17739 (java) S 17685 17688 1460 0 -1 1077944384 36691 12476 0 0 1429 53 5 2 20 0 15 0 94733853 14407233536 1123984 18446744073709551615 4194304 4196468 140722251414496 140676970609808 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17740] ppid=17685 vsize=14069564 CPUtime=14.91 cores=0,2,4,6
/proc/17688/task/17740/stat : 17740 (java) S 17685 17688 1460 0 -1 1077944384 24819 12476 0 0 1430 54 5 2 20 0 15 0 94733853 14407233536 1123984 18446744073709551615 4194304 4196468 140722251414496 140676969557008 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17741] ppid=17685 vsize=14069564 CPUtime=14.88 cores=0,2,4,6
/proc/17688/task/17741/stat : 17741 (java) S 17685 17688 1460 0 -1 1077944384 39062 12476 0 0 1428 53 5 2 20 0 15 0 94733853 14407233536 1123984 18446744073709551615 4194304 4196468 140722251414496 140676968504208 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17742] ppid=17685 vsize=14069564 CPUtime=14.9 cores=0,2,4,6
/proc/17688/task/17742/stat : 17742 (java) S 17685 17688 1460 0 -1 1077944384 34721 12476 0 0 1430 53 5 2 20 0 15 0 94733853 14407233536 1123984 18446744073709551615 4194304 4196468 140722251414496 140676967451408 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17743] ppid=17685 vsize=14069564 CPUtime=1.12 cores=0,2,4,6
/proc/17688/task/17743/stat : 17743 (java) S 17685 17688 1460 0 -1 1077944384 52465 12476 0 0 90 15 5 2 20 0 15 0 94733854 14407233536 1123984 18446744073709551615 4194304 4196468 140722251414496 140676394649968 140677051206274 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17744] ppid=17685 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17744/stat : 17744 (java) S 17685 17688 1460 0 -1 1077944384 64 12476 0 0 0 0 5 2 20 0 15 0 94733855 14407233536 1123984 18446744073709551615 4194304 4196468 140722251414496 140676393596000 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17745] ppid=17685 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17745/stat : 17745 (java) S 17685 17688 1460 0 -1 1077944384 54 12476 0 0 0 0 5 2 20 0 15 0 94733855 14407233536 1123984 18446744073709551615 4194304 4196468 140722251414496 140676392543104 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17746] ppid=17685 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17746/stat : 17746 (java) S 17685 17688 1460 0 -1 1077944384 3 12476 0 0 0 0 5 2 20 0 15 0 94733858 14407233536 1123984 18446744073709551615 4194304 4196468 140722251414496 140676391491408 140677051213723 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17747] ppid=17685 vsize=14069564 CPUtime=8.87 cores=0,2,4,6
/proc/17688/task/17747/stat : 17747 (java) S 17685 17688 1460 0 -1 1077944384 27641 12476 0 0 875 5 5 2 20 0 15 0 94733858 14407233536 1123984 18446744073709551615 4194304 4196468 140722251414496 140676390439792 140677051206274 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17748] ppid=17685 vsize=14069564 CPUtime=8.1 cores=0,2,4,6
/proc/17688/task/17748/stat : 17748 (java) S 17685 17688 1460 0 -1 1077944384 21894 12476 0 0 797 6 5 2 20 0 15 0 94733858 14407233536 1123984 18446744073709551615 4194304 4196468 140722251414496 140676389386992 140677051206274 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17749] ppid=17685 vsize=14069564 CPUtime=1.95 cores=0,2,4,6
/proc/17688/task/17749/stat : 17749 (java) S 17685 17688 1460 0 -1 1077944384 25920 12476 0 0 183 5 5 2 20 0 15 0 94733858 14407233536 1123984 18446744073709551615 4194304 4196468 140722251414496 140676388334192 140677051206274 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17750] ppid=17685 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17750/stat : 17750 (java) S 17685 17688 1460 0 -1 1077944384 3 12476 0 0 0 0 5 2 20 0 15 0 94733858 14407233536 1123984 18446744073709551615 4194304 4196468 140722251414496 140676387281632 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17751] ppid=17685 vsize=14069564 CPUtime=1.48 cores=0,2,4,6
/proc/17688/task/17751/stat : 17751 (java) S 17685 17688 1460 0 -1 1077944384 2325 12476 0 0 70 71 5 2 20 0 15 0 94733861 14407233536 1123984 18446744073709551615 4194304 4196468 140722251414496 140676386228912 140677051206274 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
Current children cumulated CPU time (s) 2385.93
Current children cumulated vsize (KiB) 14069564

[startup+2382.3 s]
/proc/loadavg: 1.61 1.57 1.58 3/217 18029
/proc/meminfo: memFree=22074904/32770624 swapFree=0/575908
[pid=17688] ppid=17685 vsize=14069564 CPUtime=2446.2 cores=0,2,4,6
/proc/17688/stat : 17688 (java) S 17685 17688 1460 0 -1 1077944320 505240 12476 0 0 244217 396 5 2 20 0 15 0 94733784 14407233536 1108458 18446744073709551615 4194304 4196468 140722251414496 140722251397040 140677051195127 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
/proc/17688/statm: 3517391 1108458 3482 1 0 3506005 0
[pid=17688/tid=17738] ppid=17685 vsize=14069564 CPUtime=2365.26 cores=0,2,4,6
/proc/17688/task/17738/stat : 17738 (java) R 17685 17688 1460 0 -1 4202560 236864 12476 0 0 236422 97 5 2 20 0 15 0 94733852 14407233536 1108458 18446744073709551615 4194304 4196468 140722251414496 140677055428560 140676654112048 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17739] ppid=17685 vsize=14069564 CPUtime=14.97 cores=0,2,4,6
/proc/17688/task/17739/stat : 17739 (java) S 17685 17688 1460 0 -1 1077944384 36760 12476 0 0 1437 53 5 2 20 0 15 0 94733853 14407233536 1108458 18446744073709551615 4194304 4196468 140722251414496 140676970609808 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17740] ppid=17685 vsize=14069564 CPUtime=14.99 cores=0,2,4,6
/proc/17688/task/17740/stat : 17740 (java) S 17685 17688 1460 0 -1 1077944384 25152 12476 0 0 1438 54 5 2 20 0 15 0 94733853 14407233536 1108458 18446744073709551615 4194304 4196468 140722251414496 140676969557008 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17741] ppid=17685 vsize=14069564 CPUtime=14.95 cores=0,2,4,6
/proc/17688/task/17741/stat : 17741 (java) S 17685 17688 1460 0 -1 1077944384 39088 12476 0 0 1435 53 5 2 20 0 15 0 94733853 14407233536 1108458 18446744073709551615 4194304 4196468 140722251414496 140676968504208 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17742] ppid=17685 vsize=14069564 CPUtime=14.97 cores=0,2,4,6
/proc/17688/task/17742/stat : 17742 (java) S 17685 17688 1460 0 -1 1077944384 34800 12476 0 0 1437 53 5 2 20 0 15 0 94733853 14407233536 1108458 18446744073709551615 4194304 4196468 140722251414496 140676967451408 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17743] ppid=17685 vsize=14069564 CPUtime=1.15 cores=0,2,4,6
/proc/17688/task/17743/stat : 17743 (java) S 17685 17688 1460 0 -1 1077944384 52496 12476 0 0 92 16 5 2 20 0 15 0 94733854 14407233536 1108458 18446744073709551615 4194304 4196468 140722251414496 140676394649968 140677051206274 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17744] ppid=17685 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17744/stat : 17744 (java) S 17685 17688 1460 0 -1 1077944384 64 12476 0 0 0 0 5 2 20 0 15 0 94733855 14407233536 1108458 18446744073709551615 4194304 4196468 140722251414496 140676393596000 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17745] ppid=17685 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17745/stat : 17745 (java) S 17685 17688 1460 0 -1 1077944384 54 12476 0 0 0 0 5 2 20 0 15 0 94733855 14407233536 1108458 18446744073709551615 4194304 4196468 140722251414496 140676392543104 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17746] ppid=17685 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17746/stat : 17746 (java) S 17685 17688 1460 0 -1 1077944384 3 12476 0 0 0 0 5 2 20 0 15 0 94733858 14407233536 1108458 18446744073709551615 4194304 4196468 140722251414496 140676391491408 140677051213723 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17747] ppid=17685 vsize=14069564 CPUtime=8.87 cores=0,2,4,6
/proc/17688/task/17747/stat : 17747 (java) S 17685 17688 1460 0 -1 1077944384 27643 12476 0 0 875 5 5 2 20 0 15 0 94733858 14407233536 1108458 18446744073709551615 4194304 4196468 140722251414496 140676390439792 140677051206274 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17748] ppid=17685 vsize=14069564 CPUtime=8.1 cores=0,2,4,6
/proc/17688/task/17748/stat : 17748 (java) S 17685 17688 1460 0 -1 1077944384 21896 12476 0 0 797 6 5 2 20 0 15 0 94733858 14407233536 1108458 18446744073709551615 4194304 4196468 140722251414496 140676389386992 140677051206274 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17749] ppid=17685 vsize=14069564 CPUtime=1.95 cores=0,2,4,6
/proc/17688/task/17749/stat : 17749 (java) S 17685 17688 1460 0 -1 1077944384 25922 12476 0 0 183 5 5 2 20 0 15 0 94733858 14407233536 1108458 18446744073709551615 4194304 4196468 140722251414496 140676388334192 140677051206274 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17750] ppid=17685 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17750/stat : 17750 (java) S 17685 17688 1460 0 -1 1077944384 3 12476 0 0 0 0 5 2 20 0 15 0 94733858 14407233536 1108458 18446744073709551615 4194304 4196468 140722251414496 140676387281632 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17751] ppid=17685 vsize=14069564 CPUtime=1.51 cores=0,2,4,6
/proc/17688/task/17751/stat : 17751 (java) S 17685 17688 1460 0 -1 1077944384 2343 12476 0 0 71 73 5 2 20 0 15 0 94733861 14407233536 1108458 18446744073709551615 4194304 4196468 140722251414496 140676386228912 140677051206274 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
Current children cumulated CPU time (s) 2446.2
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.53 1.55 1.58 3/215 18031
/proc/meminfo: memFree=21920568/32770624 swapFree=0/575928
[pid=17688] ppid=17685 vsize=14069564 CPUtime=2506.44 cores=0,2,4,6
/proc/17688/stat : 17688 (java) S 17685 17688 1460 0 -1 1077944320 509905 12476 0 0 250239 398 5 2 20 0 15 0 94733784 14407233536 1097304 18446744073709551615 4194304 4196468 140722251414496 140722251397040 140677051195127 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
/proc/17688/statm: 3517391 1097304 3482 1 0 3506005 0
[pid=17688/tid=17738] ppid=17685 vsize=14069564 CPUtime=2425.14 cores=0,2,4,6
/proc/17688/task/17738/stat : 17738 (java) R 17685 17688 1460 0 -1 4202560 239607 12476 0 0 242410 97 5 2 20 0 15 0 94733852 14407233536 1097304 18446744073709551615 4194304 4196468 140722251414496 140677055429312 140676640670474 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17739] ppid=17685 vsize=14069564 CPUtime=15.04 cores=0,2,4,6
/proc/17688/task/17739/stat : 17739 (java) S 17685 17688 1460 0 -1 1077944384 37349 12476 0 0 1444 53 5 2 20 0 15 0 94733853 14407233536 1097304 18446744073709551615 4194304 4196468 140722251414496 140676970609808 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17740] ppid=17685 vsize=14069564 CPUtime=15.06 cores=0,2,4,6
/proc/17688/task/17740/stat : 17740 (java) S 17685 17688 1460 0 -1 1077944384 25404 12476 0 0 1445 54 5 2 20 0 15 0 94733853 14407233536 1097304 18446744073709551615 4194304 4196468 140722251414496 140676969557008 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17741] ppid=17685 vsize=14069564 CPUtime=15.03 cores=0,2,4,6
/proc/17688/task/17741/stat : 17741 (java) S 17685 17688 1460 0 -1 1077944384 39286 12476 0 0 1443 53 5 2 20 0 15 0 94733853 14407233536 1097304 18446744073709551615 4194304 4196468 140722251414496 140676968504208 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17742] ppid=17685 vsize=14069564 CPUtime=15.05 cores=0,2,4,6
/proc/17688/task/17742/stat : 17742 (java) S 17685 17688 1460 0 -1 1077944384 35302 12476 0 0 1445 53 5 2 20 0 15 0 94733853 14407233536 1097304 18446744073709551615 4194304 4196468 140722251414496 140676967451408 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17743] ppid=17685 vsize=14069564 CPUtime=1.16 cores=0,2,4,6
/proc/17688/task/17743/stat : 17743 (java) S 17685 17688 1460 0 -1 1077944384 52850 12476 0 0 93 16 5 2 20 0 15 0 94733854 14407233536 1097304 18446744073709551615 4194304 4196468 140722251414496 140676394649968 140677051206274 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17744] ppid=17685 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17744/stat : 17744 (java) S 17685 17688 1460 0 -1 1077944384 64 12476 0 0 0 0 5 2 20 0 15 0 94733855 14407233536 1097304 18446744073709551615 4194304 4196468 140722251414496 140676393596000 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17745] ppid=17685 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17745/stat : 17745 (java) S 17685 17688 1460 0 -1 1077944384 54 12476 0 0 0 0 5 2 20 0 15 0 94733855 14407233536 1097304 18446744073709551615 4194304 4196468 140722251414496 140676392543104 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17746] ppid=17685 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17746/stat : 17746 (java) S 17685 17688 1460 0 -1 1077944384 3 12476 0 0 0 0 5 2 20 0 15 0 94733858 14407233536 1097304 18446744073709551615 4194304 4196468 140722251414496 140676391491408 140677051213723 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17747] ppid=17685 vsize=14069564 CPUtime=8.87 cores=0,2,4,6
/proc/17688/task/17747/stat : 17747 (java) S 17685 17688 1460 0 -1 1077944384 27646 12476 0 0 875 5 5 2 20 0 15 0 94733858 14407233536 1097304 18446744073709551615 4194304 4196468 140722251414496 140676390439792 140677051206274 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17748] ppid=17685 vsize=14069564 CPUtime=8.1 cores=0,2,4,6
/proc/17688/task/17748/stat : 17748 (java) S 17685 17688 1460 0 -1 1077944384 21898 12476 0 0 797 6 5 2 20 0 15 0 94733858 14407233536 1097304 18446744073709551615 4194304 4196468 140722251414496 140676389386992 140677051206274 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17749] ppid=17685 vsize=14069564 CPUtime=1.95 cores=0,2,4,6
/proc/17688/task/17749/stat : 17749 (java) S 17685 17688 1460 0 -1 1077944384 25924 12476 0 0 183 5 5 2 20 0 15 0 94733858 14407233536 1097304 18446744073709551615 4194304 4196468 140722251414496 140676388334192 140677051206274 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17750] ppid=17685 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17750/stat : 17750 (java) S 17685 17688 1460 0 -1 1077944384 3 12476 0 0 0 0 5 2 20 0 15 0 94733858 14407233536 1097304 18446744073709551615 4194304 4196468 140722251414496 140676387281632 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17751] ppid=17685 vsize=14069564 CPUtime=1.55 cores=0,2,4,6
/proc/17688/task/17751/stat : 17751 (java) S 17685 17688 1460 0 -1 1077944384 2363 12476 0 0 73 75 5 2 20 0 15 0 94733861 14407233536 1097304 18446744073709551615 4194304 4196468 140722251414496 140676386228912 140677051206274 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
Current children cumulated CPU time (s) 2506.44
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2455.8 s]
/proc/loadavg: 1.42 1.52 1.57 3/215 18031
/proc/meminfo: memFree=21998772/32770624 swapFree=0/575924
[pid=17688] ppid=17685 vsize=14069564 CPUtime=2520.01 cores=0,2,4,6
/proc/17688/stat : 17688 (java) S 17685 17688 1460 0 -1 1077944320 510450 12476 0 0 251595 399 5 2 20 0 15 0 94733784 14407233536 1095123 18446744073709551615 4194304 4196468 140722251414496 140722251397040 140677051195127 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
/proc/17688/statm: 3517391 1095123 3482 1 0 3506005 0
[pid=17688/tid=17738] ppid=17685 vsize=14069564 CPUtime=2438.62 cores=0,2,4,6
/proc/17688/task/17738/stat : 17738 (java) R 17685 17688 1460 0 -1 4202560 240127 12476 0 0 243758 97 5 2 20 0 15 0 94733852 14407233536 1095123 18446744073709551615 4194304 4196468 140722251414496 140677055429312 140676653981358 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17739] ppid=17685 vsize=14069564 CPUtime=15.06 cores=0,2,4,6
/proc/17688/task/17739/stat : 17739 (java) S 17685 17688 1460 0 -1 1077944384 37352 12476 0 0 1446 53 5 2 20 0 15 0 94733853 14407233536 1095123 18446744073709551615 4194304 4196468 140722251414496 140676970609808 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17740] ppid=17685 vsize=14069564 CPUtime=15.08 cores=0,2,4,6
/proc/17688/task/17740/stat : 17740 (java) S 17685 17688 1460 0 -1 1077944384 25408 12476 0 0 1447 54 5 2 20 0 15 0 94733853 14407233536 1095123 18446744073709551615 4194304 4196468 140722251414496 140676969557008 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17741] ppid=17685 vsize=14069564 CPUtime=15.04 cores=0,2,4,6
/proc/17688/task/17741/stat : 17741 (java) S 17685 17688 1460 0 -1 1077944384 39291 12476 0 0 1444 53 5 2 20 0 15 0 94733853 14407233536 1095123 18446744073709551615 4194304 4196468 140722251414496 140676968504208 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17742] ppid=17685 vsize=14069564 CPUtime=15.07 cores=0,2,4,6
/proc/17688/task/17742/stat : 17742 (java) S 17685 17688 1460 0 -1 1077944384 35303 12476 0 0 1447 53 5 2 20 0 15 0 94733853 14407233536 1095123 18446744073709551615 4194304 4196468 140722251414496 140676967451408 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17743] ppid=17685 vsize=14069564 CPUtime=1.17 cores=0,2,4,6
/proc/17688/task/17743/stat : 17743 (java) S 17685 17688 1460 0 -1 1077944384 52860 12476 0 0 94 16 5 2 20 0 15 0 94733854 14407233536 1095123 18446744073709551615 4194304 4196468 140722251414496 140676394649968 140677051206274 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17744] ppid=17685 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17744/stat : 17744 (java) S 17685 17688 1460 0 -1 1077944384 64 12476 0 0 0 0 5 2 20 0 15 0 94733855 14407233536 1095123 18446744073709551615 4194304 4196468 140722251414496 140676393596000 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17745] ppid=17685 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17745/stat : 17745 (java) S 17685 17688 1460 0 -1 1077944384 54 12476 0 0 0 0 5 2 20 0 15 0 94733855 14407233536 1095123 18446744073709551615 4194304 4196468 140722251414496 140676392543104 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17746] ppid=17685 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17746/stat : 17746 (java) S 17685 17688 1460 0 -1 1077944384 3 12476 0 0 0 0 5 2 20 0 15 0 94733858 14407233536 1095123 18446744073709551615 4194304 4196468 140722251414496 140676391491408 140677051213723 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17747] ppid=17685 vsize=14069564 CPUtime=8.87 cores=0,2,4,6
/proc/17688/task/17747/stat : 17747 (java) S 17685 17688 1460 0 -1 1077944384 27646 12476 0 0 875 5 5 2 20 0 15 0 94733858 14407233536 1095123 18446744073709551615 4194304 4196468 140722251414496 140676390439792 140677051206274 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17748] ppid=17685 vsize=14069564 CPUtime=8.1 cores=0,2,4,6
/proc/17688/task/17748/stat : 17748 (java) S 17685 17688 1460 0 -1 1077944384 21898 12476 0 0 797 6 5 2 20 0 15 0 94733858 14407233536 1095123 18446744073709551615 4194304 4196468 140722251414496 140676389386992 140677051206274 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17749] ppid=17685 vsize=14069564 CPUtime=1.95 cores=0,2,4,6
/proc/17688/task/17749/stat : 17749 (java) S 17685 17688 1460 0 -1 1077944384 25924 12476 0 0 183 5 5 2 20 0 15 0 94733858 14407233536 1095123 18446744073709551615 4194304 4196468 140722251414496 140676388334192 140677051206274 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17750] ppid=17685 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/17688/task/17750/stat : 17750 (java) S 17685 17688 1460 0 -1 1077944384 3 12476 0 0 0 0 5 2 20 0 15 0 94733858 14407233536 1095123 18446744073709551615 4194304 4196468 140722251414496 140676387281632 140677051205333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
[pid=17688/tid=17751] ppid=17685 vsize=14069564 CPUtime=1.56 cores=0,2,4,6
/proc/17688/task/17751/stat : 17751 (java) S 17685 17688 1460 0 -1 1077944384 2365 12476 0 0 74 75 5 2 20 0 15 0 94733861 14407233536 1095123 18446744073709551615 4194304 4196468 140722251414496 140676386228912 140677051206274 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30560256 140722251417552 140722251420337 140722251420337 140722251423695 0
Current children cumulated CPU time (s) 2520.01
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 17688 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2455.84
CPU time (s): 2520.07
CPU user time (s): 2516.03
CPU system time (s): 4.03942
CPU usage (%): 102.615
Max. virtual memory (cumulated for all children) (KiB): 14071680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.03
system time used= 4.03942
maximum resident set size= 4515532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 524035
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 76777
involuntary context switches= 3193

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3157 second user time and 16.4135 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-11 19:10:39
IDJOB=4261838
IDBENCH=137112
IDSOLVER=2650
FILE ID=node134/4261838-1502472275
RUNJOBID= node134-1502411438-1523
PBS_JOBID= 
Free space on /tmp= 62004 MiB

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

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

MD5SUM BENCH= cdfda5ac0ff03b0975a4559a953a2f29
RANDOM SEED=552396616

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:        25399804 kB
MemAvailable:   26396000 kB
Buffers:          292100 kB
Cached:           997564 kB
SwapCached:            0 kB
Active:          6317000 kB
Inactive:         606312 kB
Active(anon):    5636260 kB
Inactive(anon):    31216 kB
Active(file):     680740 kB
Inactive(file):   575096 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24900 kB
Writeback:             0 kB
AnonPages:       5633904 kB
Mapped:            65920 kB
Shmem:             33468 kB
Slab:             139228 kB
SReclaimable:     112388 kB
SUnreclaim:        26840 kB
KernelStack:        3504 kB
PageTables:        16556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6096892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5271552 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 19:51:35