Trace number 4261839

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.1399 2446.5701

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw120/
BinPacking-mdd-sw120-99.xml
MD5SUM2ef74b22e25f9811269217f63e04e4c4
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.11
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size50
Distribution of domain sizes[{"size":23,"count":1},{"size":50,"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.51/2.32	c Concrete v3.4 running
2031.03/1971.68	o 0
2520.06/2446.51	java.util.concurrent.TimeoutException
2520.06/2446.51		at concrete.MAC.mac(MAC.scala:74)
2520.06/2446.51		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.06/2446.51		at scala.util.Try$.apply(Try.scala:209)
2520.06/2446.51		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.06/2446.51		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.06/2446.51		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.06/2446.51		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.06/2446.51		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.06/2446.51		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.06/2446.51		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.06/2446.51		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.06/2446.51		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.06/2446.51		at concrete.MAC.oneRun(MAC.scala:146)
2520.06/2446.51		at concrete.MAC.nextSolution(MAC.scala:166)
2520.06/2446.51		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.06/2446.51		at concrete.ProblemState.map(ProblemState.scala:203)
2520.06/2446.51		at concrete.ProblemState.map(ProblemState.scala:188)
2520.06/2446.51		at concrete.MAC.nextSolution(MAC.scala:195)
2520.06/2446.51		at concrete.Solver.hasNext(Solver.scala:202)
2520.06/2446.51		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.06/2446.51		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.06/2446.51		at concrete.Solver.toStream(Solver.scala:73)
2520.06/2446.51		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2520.06/2446.51		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2520.06/2446.51		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2520.06/2446.51		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2520.06/2446.51		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2520.06/2446.51		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.06/2446.51		at scala.util.Success.map(Try.scala:209)
2520.06/2446.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.06/2446.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.06/2446.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.06/2446.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.06/2446.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.06/2446.51		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.06/2446.51		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.06/2446.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.06/2446.51		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.06/2446.51		at scala.collection.immutable.List.foreach(List.scala:389)
2520.06/2446.51		at scala.App.main(App.scala:76)
2520.06/2446.51		at scala.App.main$(App.scala:74)
2520.06/2446.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.06/2446.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2446.52	v <instantiation cost="0">
2520.06/2446.52	v       <list>
2520.06/2446.52	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.06/2446.52	v       </list>
2520.06/2446.52	v       <values>
2520.06/2446.52	v         0 200 184 184 178 178 0 200 184 180 179 179 0 198 192 185 180 180 0 198 191 191 191 184 0 198 191 191 190 185 0 198 190 189 188 188 0 197 196 187 185 184 0 197 195 187 187 186 0 197 194 193 193 191 0 197 194 193 192 192 0 184 171 171 170 152 152 183 182 181 181 181 0 177 173 172 172 153 153 177 171 171 171 152 151 176 175 174 170 170 0 174 174 174 173 153 152 170 170 170 170 169 151 169 169 168 168 163 163 168 168 168 167 165 164 163 162 162 161 160 159 159 159 158 157 157 156 155 154 154 153 151 150
2520.06/2446.52	v       </values>
2520.06/2446.52	v     </instantiation>
2520.06/2446.52	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-4261839-1502472633/watcher-4261839-1502472633 -o /tmp/evaluation-result-4261839-1502472633/solver-4261839-1502472633 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502411410-19682 --watchdog 2580 bin/concrete HOME/instance-4261839-1502472633.xml 

pid=2069
running on 4 cores: 1,3,5,7

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.71 1.69 1.67 2/195 2072
/proc/meminfo: memFree=26741380/32770624 swapFree=0/547204
[pid=2072] ppid=2069 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/2072/stat : 2072 (runsolver) D 2069 2072 19618 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 49456767 24240128 108 18446744073709551615 4194304 4338465 140720887742000 140720887739640 140289791480535 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 23699456 140720887746768 140720887747145 140720887747145 140720887750602 0
/proc/2072/statm: 5918 108 54 36 0 2156 0

[startup+0.100445 s]
/proc/loadavg: 1.71 1.69 1.67 2/195 2072
/proc/meminfo: memFree=26741380/32770624 swapFree=0/547204
[pid=2072] ppid=2069 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/2072/stat : 2072 (bash) S 2069 2072 19618 0 -1 4202496 849 6179 0 0 0 0 0 1 20 0 1 0 49456767 9867264 366 18446744073709551615 4194304 5098028 140734793355152 140734793348888 140081671236608 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 8 0 0 7196144 7232144 33878016 140734793363988 140734793364073 140734793364073 140734793367530 0
/proc/2072/statm: 2409 366 287 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200653 s]
/proc/loadavg: 1.71 1.69 1.67 2/195 2072
/proc/meminfo: memFree=26741380/32770624 swapFree=0/547204
[pid=2072] ppid=2069 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/2072/stat : 2072 (bash) S 2069 2072 19618 0 -1 4202496 890 6487 0 0 0 0 0 1 20 0 1 0 49456767 9867264 377 18446744073709551615 4194304 5098028 140734793355152 140734793349160 140081671236608 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 8 0 0 7196144 7232144 33878016 140734793363988 140734793364073 140734793364073 140734793367530 0
/proc/2072/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.30027 s]
/proc/loadavg: 1.71 1.69 1.67 2/195 2072
/proc/meminfo: memFree=26741380/32770624 swapFree=0/547204
[pid=2072] ppid=2069 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/2072/stat : 2072 (java) S 2069 2072 19618 0 -1 1077944320 5758 12669 0 0 5 1 5 3 20 0 14 0 49456767 14241083392 5441 18446744073709551615 4194304 4196468 140730391677328 140730391659872 140283738328823 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
/proc/2072/statm: 3476827 5441 2566 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.70022 s]
/proc/loadavg: 1.71 1.69 1.67 2/195 2072
/proc/meminfo: memFree=26741380/32770624 swapFree=0/547204
[pid=2072] ppid=2069 vsize=13974784 CPUtime=0.51 cores=1,3,5,7
/proc/2072/stat : 2072 (java) S 2069 2072 19618 0 -1 1077944320 13041 12669 0 0 40 3 5 3 20 0 15 0 49456767 14310178816 13397 18446744073709551615 4194304 4196468 140730391677328 140730391659872 140283738328823 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
/proc/2072/statm: 3493696 13397 3071 1 0 3482965 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 13974784

[startup+1.5069 s]
/proc/loadavg: 1.71 1.69 1.67 3/210 2137
/proc/meminfo: memFree=26660792/32770624 swapFree=0/547280
[pid=2072] ppid=2069 vsize=13985408 CPUtime=1.71 cores=1,3,5,7
/proc/2072/stat : 2072 (java) S 2069 2072 19618 0 -1 1077944320 26986 12669 0 0 156 7 5 3 20 0 15 0 49456767 14321057792 33136 18446744073709551615 4194304 4196468 140730391677328 140730391659872 140283738328823 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
/proc/2072/statm: 3496352 33136 3336 1 0 3485525 0
[pid=2072/tid=2124] ppid=2069 vsize=13985408 CPUtime=1.2 cores=1,3,5,7
/proc/2072/task/2124/stat : 2124 (java) R 2069 2072 19618 0 -1 4202560 21856 12669 0 0 107 5 5 3 20 0 15 0 49456788 14321057792 33136 18446744073709551615 4194304 4196468 140730391677328 140283742554304 140283724653207 0 4 1 16800974 0 0 0 -1 1 0 0 15 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2125] ppid=2069 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2125/stat : 2125 (java) S 2069 2072 19618 0 -1 1077944384 1 12669 0 0 0 0 5 3 20 0 15 0 49456788 14321057792 33136 18446744073709551615 4194304 4196468 140730391677328 140283337960592 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2126] ppid=2069 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2126/stat : 2126 (java) S 2069 2072 19618 0 -1 1077944384 2 12669 0 0 0 0 5 3 20 0 15 0 49456789 14321057792 33136 18446744073709551615 4194304 4196468 140730391677328 140283336907792 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2127] ppid=2069 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2127/stat : 2127 (java) S 2069 2072 19618 0 -1 1077944384 1 12669 0 0 0 0 5 3 20 0 15 0 49456789 14321057792 33136 18446744073709551615 4194304 4196468 140730391677328 140283335854992 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2128] ppid=2069 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2128/stat : 2128 (java) S 2069 2072 19618 0 -1 1077944384 2 12669 0 0 0 0 5 3 20 0 15 0 49456789 14321057792 33136 18446744073709551615 4194304 4196468 140730391677328 140283334802192 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2129] ppid=2069 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2129/stat : 2129 (java) S 2069 2072 19618 0 -1 1077944384 5 12669 0 0 0 0 5 3 20 0 15 0 49456790 14321057792 33136 18446744073709551615 4194304 4196468 140730391677328 140283216869744 140283738339970 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2130] ppid=2069 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2130/stat : 2130 (java) S 2069 2072 19618 0 -1 1077944384 33 12669 0 0 0 0 5 3 20 0 15 0 49456790 14321057792 33136 18446744073709551615 4194304 4196468 140730391677328 140283215815712 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2131] ppid=2069 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2131/stat : 2131 (java) S 2069 2072 19618 0 -1 1077944384 21 12669 0 0 0 0 5 3 20 0 15 0 49456790 14321057792 33136 18446744073709551615 4194304 4196468 140730391677328 140283214762864 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2132] ppid=2069 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2132/stat : 2132 (java) S 2069 2072 19618 0 -1 1077944384 3 12669 0 0 0 0 5 3 20 0 15 0 49456793 14321057792 33136 18446744073709551615 4194304 4196468 140730391677328 140283213711184 140283738347419 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2133] ppid=2069 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/2072/task/2133/stat : 2133 (java) S 2069 2072 19618 0 -1 1077944384 811 12669 0 0 12 0 5 3 20 0 15 0 49456793 14321057792 33136 18446744073709551615 4194304 4196468 140730391677328 140283212659568 140283738339970 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2134] ppid=2069 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/2072/task/2134/stat : 2134 (java) R 2069 2072 19618 0 -1 4202560 843 12669 0 0 15 0 5 3 20 0 15 0 49456793 14321057792 33136 18446744073709551615 4194304 4196468 140730391677328 140283211592960 140283719872976 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2135] ppid=2069 vsize=13985408 CPUtime=0.28 cores=1,3,5,7
/proc/2072/task/2135/stat : 2135 (java) S 2069 2072 19618 0 -1 1077944384 1245 12669 0 0 20 0 5 3 20 0 15 0 49456793 14321057792 33136 18446744073709551615 4194304 4196468 140730391677328 140283210553968 140283738339970 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2136] ppid=2069 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2136/stat : 2136 (java) S 2069 2072 19618 0 -1 1077944384 3 12669 0 0 0 0 5 3 20 0 15 0 49456793 14321057792 33136 18446744073709551615 4194304 4196468 140730391677328 140283209501408 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2137] ppid=2069 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2137/stat : 2137 (java) S 2069 2072 19618 0 -1 1077944384 10 12669 0 0 0 0 5 3 20 0 15 0 49456809 14321057792 33136 18446744073709551615 4194304 4196468 140730391677328 140283208448688 140283738339970 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 13985408

[startup+3.10073 s]
/proc/loadavg: 1.73 1.69 1.67 5/210 2137
/proc/meminfo: memFree=26573620/32770624 swapFree=0/547280
[pid=2072] ppid=2069 vsize=13995836 CPUtime=5.28 cores=1,3,5,7
/proc/2072/stat : 2072 (java) S 2069 2072 19618 0 -1 1077944320 41571 12669 0 0 503 17 5 3 20 0 15 0 49456767 14331736064 70079 18446744073709551615 4194304 4196468 140730391677328 140730391659872 140283738328823 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
/proc/2072/statm: 3498959 70079 3461 1 0 3487573 0
[pid=2072/tid=2124] ppid=2069 vsize=13995836 CPUtime=2.7 cores=1,3,5,7
/proc/2072/task/2124/stat : 2124 (java) D 2069 2072 19618 0 -1 4202560 27705 12669 0 0 254 8 5 3 20 0 15 0 49456788 14331736064 70079 18446744073709551615 4194304 4196468 140730391677328 140283742563688 140283724069106 0 4 1 16800974 18446744072099675269 0 0 -1 5 0 0 15 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2125] ppid=2069 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/2072/task/2125/stat : 2125 (java) S 2069 2072 19618 0 -1 1077944384 200 12669 0 0 1 0 5 3 20 0 15 0 49456788 14331736064 70079 18446744073709551615 4194304 4196468 140730391677328 140283337960592 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2126] ppid=2069 vsize=13995836 CPUtime=0.1 cores=1,3,5,7
/proc/2072/task/2126/stat : 2126 (java) S 2069 2072 19618 0 -1 1077944384 77 12669 0 0 2 0 5 3 20 0 15 0 49456789 14331736064 70079 18446744073709551615 4194304 4196468 140730391677328 140283336907792 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2127] ppid=2069 vsize=13995836 CPUtime=0.1 cores=1,3,5,7
/proc/2072/task/2127/stat : 2127 (java) S 2069 2072 19618 0 -1 1077944384 178 12669 0 0 2 0 5 3 20 0 15 0 49456789 14331736064 70079 18446744073709551615 4194304 4196468 140730391677328 140283335854992 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2128] ppid=2069 vsize=13995836 CPUtime=0.1 cores=1,3,5,7
/proc/2072/task/2128/stat : 2128 (java) S 2069 2072 19618 0 -1 1077944384 74 12669 0 0 1 1 5 3 20 0 15 0 49456789 14331736064 70079 18446744073709551615 4194304 4196468 140730391677328 140283334802192 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2129] ppid=2069 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/2072/task/2129/stat : 2129 (java) S 2069 2072 19618 0 -1 1077944384 1690 12669 0 0 1 0 5 3 20 0 15 0 49456790 14331736064 70079 18446744073709551615 4194304 4196468 140730391677328 140283216869744 140283738339970 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2130] ppid=2069 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2130/stat : 2130 (java) S 2069 2072 19618 0 -1 1077944384 54 12669 0 0 0 0 5 3 20 0 15 0 49456790 14331736064 70079 18446744073709551615 4194304 4196468 140730391677328 140283215815776 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2131] ppid=2069 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2131/stat : 2131 (java) S 2069 2072 19618 0 -1 1077944384 44 12669 0 0 0 0 5 3 20 0 15 0 49456790 14331736064 70079 18446744073709551615 4194304 4196468 140730391677328 140283214762880 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2132] ppid=2069 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2132/stat : 2132 (java) S 2069 2072 19618 0 -1 1077944384 3 12669 0 0 0 0 5 3 20 0 15 0 49456793 14331736064 70079 18446744073709551615 4194304 4196468 140730391677328 140283213711184 140283738347419 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2133] ppid=2069 vsize=13995836 CPUtime=0.93 cores=1,3,5,7
/proc/2072/task/2133/stat : 2133 (java) S 2069 2072 19618 0 -1 1077944384 4394 12669 0 0 84 1 5 3 20 0 15 0 49456793 14331736064 70079 18446744073709551615 4194304 4196468 140730391677328 140283212659568 140283738339970 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2134] ppid=2069 vsize=13995836 CPUtime=0.9 cores=1,3,5,7
/proc/2072/task/2134/stat : 2134 (java) S 2069 2072 19618 0 -1 1077944384 2095 12669 0 0 81 1 5 3 20 0 15 0 49456793 14331736064 70079 18446744073709551615 4194304 4196468 140730391677328 140283211606768 140283738339970 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2135] ppid=2069 vsize=13995836 CPUtime=0.82 cores=1,3,5,7
/proc/2072/task/2135/stat : 2135 (java) S 2069 2072 19618 0 -1 1077944384 2891 12669 0 0 73 1 5 3 20 0 15 0 49456793 14331736064 70079 18446744073709551615 4194304 4196468 140730391677328 140283210553968 140283738339970 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2136] ppid=2069 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2136/stat : 2136 (java) S 2069 2072 19618 0 -1 1077944384 3 12669 0 0 0 0 5 3 20 0 15 0 49456793 14331736064 70079 18446744073709551615 4194304 4196468 140730391677328 140283209501408 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2137] ppid=2069 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2137/stat : 2137 (java) D 2069 2072 19618 0 -1 4202560 13 12669 0 0 0 0 5 3 20 0 15 0 49456809 14331736064 70079 18446744073709551615 4194304 4196468 140730391677328 140283208448608 140283723184910 0 4 1 16800974 18446744072099675269 0 0 -1 7 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
Current children cumulated CPU time (s) 5.28
Current children cumulated vsize (KiB) 13995836

[startup+6.30074 s]
/proc/loadavg: 1.73 1.69 1.67 5/210 2137
/proc/meminfo: memFree=26183372/32770624 swapFree=0/547284
[pid=2072] ppid=2069 vsize=13999932 CPUtime=12.67 cores=1,3,5,7
/proc/2072/stat : 2072 (java) S 2069 2072 19618 0 -1 1077944320 52769 12669 0 0 1218 41 5 3 20 0 15 0 49456767 14335930368 206563 18446744073709551615 4194304 4196468 140730391677328 140730391659872 140283738328823 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
/proc/2072/statm: 3499983 206563 3466 1 0 3488597 0
[pid=2072/tid=2124] ppid=2069 vsize=13999932 CPUtime=5.61 cores=1,3,5,7
/proc/2072/task/2124/stat : 2124 (java) R 2069 2072 19618 0 -1 4202560 36471 12669 0 0 538 15 5 3 20 0 15 0 49456788 14335930368 206563 18446744073709551615 4194304 4196468 140730391677328 140283742555808 140283389621583 0 4 1 16800974 0 0 0 -1 1 0 0 36 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2125] ppid=2069 vsize=13999932 CPUtime=0.2 cores=1,3,5,7
/proc/2072/task/2125/stat : 2125 (java) S 2069 2072 19618 0 -1 1077944384 279 12669 0 0 8 4 5 3 20 0 15 0 49456788 14335930368 206563 18446744073709551615 4194304 4196468 140730391677328 140283337960592 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2126] ppid=2069 vsize=13999932 CPUtime=0.21 cores=1,3,5,7
/proc/2072/task/2126/stat : 2126 (java) S 2069 2072 19618 0 -1 1077944384 154 12669 0 0 9 4 5 3 20 0 15 0 49456789 14335930368 206563 18446744073709551615 4194304 4196468 140730391677328 140283336907792 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2127] ppid=2069 vsize=13999932 CPUtime=0.21 cores=1,3,5,7
/proc/2072/task/2127/stat : 2127 (java) S 2069 2072 19618 0 -1 1077944384 328 12669 0 0 9 4 5 3 20 0 15 0 49456789 14335930368 206563 18446744073709551615 4194304 4196468 140730391677328 140283335854992 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2128] ppid=2069 vsize=13999932 CPUtime=0.2 cores=1,3,5,7
/proc/2072/task/2128/stat : 2128 (java) S 2069 2072 19618 0 -1 1077944384 160 12669 0 0 8 4 5 3 20 0 15 0 49456789 14335930368 206563 18446744073709551615 4194304 4196468 140730391677328 140283334802192 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2129] ppid=2069 vsize=13999932 CPUtime=0.1 cores=1,3,5,7
/proc/2072/task/2129/stat : 2129 (java) S 2069 2072 19618 0 -1 1077944384 2051 12669 0 0 2 0 5 3 20 0 15 0 49456790 14335930368 206563 18446744073709551615 4194304 4196468 140730391677328 140283216869744 140283738339970 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2130] ppid=2069 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2130/stat : 2130 (java) S 2069 2072 19618 0 -1 1077944384 54 12669 0 0 0 0 5 3 20 0 15 0 49456790 14335930368 206563 18446744073709551615 4194304 4196468 140730391677328 140283215815776 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2131] ppid=2069 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2131/stat : 2131 (java) S 2069 2072 19618 0 -1 1077944384 44 12669 0 0 0 0 5 3 20 0 15 0 49456790 14335930368 206563 18446744073709551615 4194304 4196468 140730391677328 140283214762880 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2132] ppid=2069 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2132/stat : 2132 (java) S 2069 2072 19618 0 -1 1077944384 3 12669 0 0 0 0 5 3 20 0 15 0 49456793 14335930368 206563 18446744073709551615 4194304 4196468 140730391677328 140283213711184 140283738347419 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2133] ppid=2069 vsize=13999932 CPUtime=2.73 cores=1,3,5,7
/proc/2072/task/2133/stat : 2133 (java) S 2069 2072 19618 0 -1 1077944384 4878 12669 0 0 264 1 5 3 20 0 15 0 49456793 14335930368 206563 18446744073709551615 4194304 4196468 140730391677328 140283212659568 140283738339970 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2134] ppid=2069 vsize=13999932 CPUtime=2.77 cores=1,3,5,7
/proc/2072/task/2134/stat : 2134 (java) R 2069 2072 19618 0 -1 4202560 2695 12669 0 0 268 1 5 3 20 0 15 0 49456793 14335930368 206563 18446744073709551615 4194304 4196468 140730391677328 140283211587120 140283721860298 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2135] ppid=2069 vsize=13999932 CPUtime=1.17 cores=1,3,5,7
/proc/2072/task/2135/stat : 2135 (java) S 2069 2072 19618 0 -1 1077944384 3482 12669 0 0 108 1 5 3 20 0 15 0 49456793 14335930368 206563 18446744073709551615 4194304 4196468 140730391677328 140283210553968 140283738339970 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2136] ppid=2069 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2136/stat : 2136 (java) S 2069 2072 19618 0 -1 1077944384 3 12669 0 0 0 0 5 3 20 0 15 0 49456793 14335930368 206563 18446744073709551615 4194304 4196468 140730391677328 140283209501408 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2137] ppid=2069 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2137/stat : 2137 (java) S 2069 2072 19618 0 -1 1077944384 17 12669 0 0 0 0 5 3 20 0 15 0 49456809 14335930368 206563 18446744073709551615 4194304 4196468 140730391677328 140283208448688 140283738339970 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 22 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 13999932

[startup+12.7069 s]
/proc/loadavg: 2.01 1.75 1.69 3/210 2137
/proc/meminfo: memFree=25028796/32770624 swapFree=0/547276
[pid=2072] ppid=2069 vsize=14069564 CPUtime=26.39 cores=1,3,5,7
/proc/2072/stat : 2072 (java) S 2069 2072 19618 0 -1 1077944320 71868 12669 0 0 2547 84 5 3 20 0 15 0 49456767 14407233536 430522 18446744073709551615 4194304 4196468 140730391677328 140730391659872 140283738328823 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
/proc/2072/statm: 3517391 430522 3476 1 0 3506005 0
[pid=2072/tid=2124] ppid=2069 vsize=14069564 CPUtime=11.7 cores=1,3,5,7
/proc/2072/task/2124/stat : 2124 (java) R 2069 2072 19618 0 -1 4202560 45412 12669 0 0 1136 26 5 3 20 0 15 0 49456788 14407233536 430522 18446744073709551615 4194304 4196468 140730391677328 140283742561720 140283393357548 0 4 1 16800974 0 0 0 -1 1 0 0 36 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2125] ppid=2069 vsize=14069564 CPUtime=0.47 cores=1,3,5,7
/proc/2072/task/2125/stat : 2125 (java) S 2069 2072 19618 0 -1 1077944384 594 12669 0 0 28 11 5 3 20 0 15 0 49456788 14407233536 430522 18446744073709551615 4194304 4196468 140730391677328 140283337960592 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2126] ppid=2069 vsize=14069564 CPUtime=0.49 cores=1,3,5,7
/proc/2072/task/2126/stat : 2126 (java) S 2069 2072 19618 0 -1 1077944384 403 12669 0 0 29 12 5 3 20 0 15 0 49456789 14407233536 430522 18446744073709551615 4194304 4196468 140730391677328 140283336907792 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2127] ppid=2069 vsize=14069564 CPUtime=0.49 cores=1,3,5,7
/proc/2072/task/2127/stat : 2127 (java) S 2069 2072 19618 0 -1 1077944384 637 12669 0 0 30 11 5 3 20 0 15 0 49456789 14407233536 430522 18446744073709551615 4194304 4196468 140730391677328 140283335854992 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2128] ppid=2069 vsize=14069564 CPUtime=0.48 cores=1,3,5,7
/proc/2072/task/2128/stat : 2128 (java) S 2069 2072 19618 0 -1 1077944384 537 12669 0 0 28 12 5 3 20 0 15 0 49456789 14407233536 430522 18446744073709551615 4194304 4196468 140730391677328 140283334802192 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2129] ppid=2069 vsize=14069564 CPUtime=0.13 cores=1,3,5,7
/proc/2072/task/2129/stat : 2129 (java) S 2069 2072 19618 0 -1 1077944384 3180 12669 0 0 4 1 5 3 20 0 15 0 49456790 14407233536 430522 18446744073709551615 4194304 4196468 140730391677328 140283216869744 140283738339970 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2130] ppid=2069 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2130/stat : 2130 (java) S 2069 2072 19618 0 -1 1077944384 54 12669 0 0 0 0 5 3 20 0 15 0 49456790 14407233536 430522 18446744073709551615 4194304 4196468 140730391677328 140283215815776 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2131] ppid=2069 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2131/stat : 2131 (java) S 2069 2072 19618 0 -1 1077944384 44 12669 0 0 0 0 5 3 20 0 15 0 49456790 14407233536 430522 18446744073709551615 4194304 4196468 140730391677328 140283214762880 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2132] ppid=2069 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2132/stat : 2132 (java) S 2069 2072 19618 0 -1 1077944384 3 12669 0 0 0 0 5 3 20 0 15 0 49456793 14407233536 430522 18446744073709551615 4194304 4196468 140730391677328 140283213711184 140283738347419 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0

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

[pid=2072/tid=2137] ppid=2069 vsize=14069564 CPUtime=1.54 cores=1,3,5,7
/proc/2072/task/2137/stat : 2137 (java) S 2069 2072 19618 0 -1 1077944384 1518 12669 0 0 67 79 5 3 20 0 15 0 49456809 14407233536 1185203 18446744073709551615 4194304 4196468 140730391677328 140283208448688 140283738339970 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 22 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
Current children cumulated CPU time (s) 2332.51
Current children cumulated vsize (KiB) 14069564

[startup+2322.31 s]
/proc/loadavg: 1.32 1.48 1.51 3/209 2406
/proc/meminfo: memFree=22416576/32770624 swapFree=0/547576
[pid=2072] ppid=2069 vsize=14069564 CPUtime=2393.92 cores=1,3,5,7
/proc/2072/stat : 2072 (java) S 2069 2072 19618 0 -1 1077944320 611791 12669 0 0 238825 559 5 3 20 0 15 0 49456767 14407233536 1079500 18446744073709551615 4194304 4196468 140730391677328 140730391659872 140283738328823 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
/proc/2072/statm: 3517391 1079500 3480 1 0 3506005 0
[pid=2072/tid=2124] ppid=2069 vsize=14069564 CPUtime=2302.19 cores=1,3,5,7
/proc/2072/task/2124/stat : 2124 (java) R 2069 2072 19618 0 -1 4202560 291790 12669 0 0 230101 110 5 3 20 0 15 0 49456788 14407233536 1079500 18446744073709551615 4194304 4196468 140730391677328 140283742563424 140283380567570 0 4 1 16800974 0 0 0 -1 3 0 0 36 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2125] ppid=2069 vsize=14069564 CPUtime=18.1 cores=1,3,5,7
/proc/2072/task/2125/stat : 2125 (java) S 2069 2072 19618 0 -1 1077944384 32639 12669 0 0 1714 88 5 3 20 0 15 0 49456788 14407233536 1079500 18446744073709551615 4194304 4196468 140730391677328 140283337960592 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2126] ppid=2069 vsize=14069564 CPUtime=18.16 cores=1,3,5,7
/proc/2072/task/2126/stat : 2126 (java) S 2069 2072 19618 0 -1 1077944384 35979 12669 0 0 1722 86 5 3 20 0 15 0 49456789 14407233536 1079500 18446744073709551615 4194304 4196468 140730391677328 140283336907792 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2127] ppid=2069 vsize=14069564 CPUtime=18.14 cores=1,3,5,7
/proc/2072/task/2127/stat : 2127 (java) S 2069 2072 19618 0 -1 1077944384 40250 12669 0 0 1719 87 5 3 20 0 15 0 49456789 14407233536 1079500 18446744073709551615 4194304 4196468 140730391677328 140283335854992 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2128] ppid=2069 vsize=14069564 CPUtime=18.16 cores=1,3,5,7
/proc/2072/task/2128/stat : 2128 (java) S 2069 2072 19618 0 -1 1077944384 43734 12669 0 0 1721 87 5 3 20 0 15 0 49456789 14407233536 1079500 18446744073709551615 4194304 4196468 140730391677328 140283334802192 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2129] ppid=2069 vsize=14069564 CPUtime=1.18 cores=1,3,5,7
/proc/2072/task/2129/stat : 2129 (java) S 2069 2072 19618 0 -1 1077944384 101561 12669 0 0 89 21 5 3 20 0 15 0 49456790 14407233536 1079500 18446744073709551615 4194304 4196468 140730391677328 140283216869744 140283738339970 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2130] ppid=2069 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2130/stat : 2130 (java) S 2069 2072 19618 0 -1 1077944384 60 12669 0 0 0 0 5 3 20 0 15 0 49456790 14407233536 1079500 18446744073709551615 4194304 4196468 140730391677328 140283215815776 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2131] ppid=2069 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2131/stat : 2131 (java) S 2069 2072 19618 0 -1 1077944384 50 12669 0 0 0 0 5 3 20 0 15 0 49456790 14407233536 1079500 18446744073709551615 4194304 4196468 140730391677328 140283214762880 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2132] ppid=2069 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2132/stat : 2132 (java) S 2069 2072 19618 0 -1 1077944384 3 12669 0 0 0 0 5 3 20 0 15 0 49456793 14407233536 1079500 18446744073709551615 4194304 4196468 140730391677328 140283213711184 140283738347419 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2133] ppid=2069 vsize=14069564 CPUtime=7.27 cores=1,3,5,7
/proc/2072/task/2133/stat : 2133 (java) S 2069 2072 19618 0 -1 1077944384 21592 12669 0 0 715 4 5 3 20 0 15 0 49456793 14407233536 1079500 18446744073709551615 4194304 4196468 140730391677328 140283212659568 140283738339970 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2134] ppid=2069 vsize=14069564 CPUtime=7.77 cores=1,3,5,7
/proc/2072/task/2134/stat : 2134 (java) S 2069 2072 19618 0 -1 1077944384 22565 12669 0 0 766 3 5 3 20 0 15 0 49456793 14407233536 1079500 18446744073709551615 4194304 4196468 140730391677328 140283211606768 140283738339970 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2135] ppid=2069 vsize=14069564 CPUtime=1.97 cores=1,3,5,7
/proc/2072/task/2135/stat : 2135 (java) S 2069 2072 19618 0 -1 1077944384 17869 12669 0 0 185 4 5 3 20 0 15 0 49456793 14407233536 1079500 18446744073709551615 4194304 4196468 140730391677328 140283210553968 140283738339970 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2136] ppid=2069 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2136/stat : 2136 (java) S 2069 2072 19618 0 -1 1077944384 3 12669 0 0 0 0 5 3 20 0 15 0 49456793 14407233536 1079500 18446744073709551615 4194304 4196468 140730391677328 140283209501408 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2137] ppid=2069 vsize=14069564 CPUtime=1.58 cores=1,3,5,7
/proc/2072/task/2137/stat : 2137 (java) S 2069 2072 19618 0 -1 1077944384 1546 12669 0 0 69 81 5 3 20 0 15 0 49456809 14407233536 1079500 18446744073709551615 4194304 4196468 140730391677328 140283208448688 140283738339970 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 22 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
Current children cumulated CPU time (s) 2393.92
Current children cumulated vsize (KiB) 14069564

[startup+2382.3 s]
/proc/loadavg: 1.50 1.49 1.51 3/209 2408
/proc/meminfo: memFree=22024868/32770624 swapFree=0/547588
[pid=2072] ppid=2069 vsize=14069564 CPUtime=2454.89 cores=1,3,5,7
/proc/2072/stat : 2072 (java) S 2069 2072 19618 0 -1 1077944320 622152 12669 0 0 244896 585 5 3 20 0 15 0 49456767 14407233536 1166849 18446744073709551615 4194304 4196468 140730391677328 140730391659872 140283738328823 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
/proc/2072/statm: 3517391 1166849 3480 1 0 3506005 0
[pid=2072/tid=2124] ppid=2069 vsize=14069564 CPUtime=2361.85 cores=1,3,5,7
/proc/2072/task/2124/stat : 2124 (java) R 2069 2072 19618 0 -1 4202560 298417 12669 0 0 236058 119 5 3 20 0 15 0 49456788 14407233536 1166849 18446744073709551615 4194304 4196468 140730391677328 140283742563216 140283393786908 0 4 1 16800974 0 0 0 -1 5 0 0 36 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2125] ppid=2069 vsize=14069564 CPUtime=18.41 cores=1,3,5,7
/proc/2072/task/2125/stat : 2125 (java) S 2069 2072 19618 0 -1 1077944384 33000 12669 0 0 1741 92 5 3 20 0 15 0 49456788 14407233536 1166849 18446744073709551615 4194304 4196468 140730391677328 140283337960592 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2126] ppid=2069 vsize=14069564 CPUtime=18.48 cores=1,3,5,7
/proc/2072/task/2126/stat : 2126 (java) S 2069 2072 19618 0 -1 1077944384 36900 12669 0 0 1749 91 5 3 20 0 15 0 49456789 14407233536 1166849 18446744073709551615 4194304 4196468 140730391677328 140283336907792 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2127] ppid=2069 vsize=14069564 CPUtime=18.45 cores=1,3,5,7
/proc/2072/task/2127/stat : 2127 (java) S 2069 2072 19618 0 -1 1077944384 41649 12669 0 0 1746 91 5 3 20 0 15 0 49456789 14407233536 1166849 18446744073709551615 4194304 4196468 140730391677328 140283335854992 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2128] ppid=2069 vsize=14069564 CPUtime=18.48 cores=1,3,5,7
/proc/2072/task/2128/stat : 2128 (java) S 2069 2072 19618 0 -1 1077944384 44130 12669 0 0 1749 91 5 3 20 0 15 0 49456789 14407233536 1166849 18446744073709551615 4194304 4196468 140730391677328 140283334802192 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2129] ppid=2069 vsize=14069564 CPUtime=1.19 cores=1,3,5,7
/proc/2072/task/2129/stat : 2129 (java) S 2069 2072 19618 0 -1 1077944384 102167 12669 0 0 90 21 5 3 20 0 15 0 49456790 14407233536 1166849 18446744073709551615 4194304 4196468 140730391677328 140283216869744 140283738339970 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2130] ppid=2069 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2130/stat : 2130 (java) S 2069 2072 19618 0 -1 1077944384 60 12669 0 0 0 0 5 3 20 0 15 0 49456790 14407233536 1166849 18446744073709551615 4194304 4196468 140730391677328 140283215815776 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2131] ppid=2069 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2131/stat : 2131 (java) S 2069 2072 19618 0 -1 1077944384 50 12669 0 0 0 0 5 3 20 0 15 0 49456790 14407233536 1166849 18446744073709551615 4194304 4196468 140730391677328 140283214762880 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2132] ppid=2069 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2132/stat : 2132 (java) S 2069 2072 19618 0 -1 1077944384 3 12669 0 0 0 0 5 3 20 0 15 0 49456793 14407233536 1166849 18446744073709551615 4194304 4196468 140730391677328 140283213711184 140283738347419 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2133] ppid=2069 vsize=14069564 CPUtime=7.27 cores=1,3,5,7
/proc/2072/task/2133/stat : 2133 (java) S 2069 2072 19618 0 -1 1077944384 21595 12669 0 0 715 4 5 3 20 0 15 0 49456793 14407233536 1166849 18446744073709551615 4194304 4196468 140730391677328 140283212659568 140283738339970 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2134] ppid=2069 vsize=14069564 CPUtime=7.77 cores=1,3,5,7
/proc/2072/task/2134/stat : 2134 (java) S 2069 2072 19618 0 -1 1077944384 22573 12669 0 0 766 3 5 3 20 0 15 0 49456793 14407233536 1166849 18446744073709551615 4194304 4196468 140730391677328 140283211606768 140283738339970 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2135] ppid=2069 vsize=14069564 CPUtime=1.97 cores=1,3,5,7
/proc/2072/task/2135/stat : 2135 (java) S 2069 2072 19618 0 -1 1077944384 17873 12669 0 0 185 4 5 3 20 0 15 0 49456793 14407233536 1166849 18446744073709551615 4194304 4196468 140730391677328 140283210553968 140283738339970 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2136] ppid=2069 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2136/stat : 2136 (java) S 2069 2072 19618 0 -1 1077944384 3 12669 0 0 0 0 5 3 20 0 15 0 49456793 14407233536 1166849 18446744073709551615 4194304 4196468 140730391677328 140283209501408 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2137] ppid=2069 vsize=14069564 CPUtime=1.61 cores=1,3,5,7
/proc/2072/task/2137/stat : 2137 (java) S 2069 2072 19618 0 -1 1077944384 1582 12669 0 0 70 83 5 3 20 0 15 0 49456809 14407233536 1166849 18446744073709551615 4194304 4196468 140730391677328 140283208448688 140283738339970 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 22 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
Current children cumulated CPU time (s) 2454.89
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.77 1.59 1.55 3/209 2410
/proc/meminfo: memFree=21995688/32770624 swapFree=0/547596
[pid=2072] ppid=2069 vsize=14069564 CPUtime=2515.84 cores=1,3,5,7
/proc/2072/stat : 2072 (java) S 2069 2072 19618 0 -1 1077944320 633226 12669 0 0 250982 594 5 3 20 0 15 0 49456767 14407233536 1166583 18446744073709551615 4194304 4196468 140730391677328 140730391659872 140283738328823 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
/proc/2072/statm: 3517391 1166583 3480 1 0 3506005 0
[pid=2072/tid=2124] ppid=2069 vsize=14069564 CPUtime=2421.5 cores=1,3,5,7
/proc/2072/task/2124/stat : 2124 (java) R 2069 2072 19618 0 -1 4202560 304451 12669 0 0 242018 124 5 3 20 0 15 0 49456788 14407233536 1166583 18446744073709551615 4194304 4196468 140730391677328 140283742560048 140283393098859 0 4 1 16800974 0 0 0 -1 1 0 0 36 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2125] ppid=2069 vsize=14069564 CPUtime=18.73 cores=1,3,5,7
/proc/2072/task/2125/stat : 2125 (java) S 2069 2072 19618 0 -1 1077944384 33567 12669 0 0 1772 93 5 3 20 0 15 0 49456788 14407233536 1166583 18446744073709551615 4194304 4196468 140730391677328 140283337960592 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2126] ppid=2069 vsize=14069564 CPUtime=18.79 cores=1,3,5,7
/proc/2072/task/2126/stat : 2126 (java) S 2069 2072 19618 0 -1 1077944384 37237 12669 0 0 1780 91 5 3 20 0 15 0 49456789 14407233536 1166583 18446744073709551615 4194304 4196468 140730391677328 140283336907792 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2127] ppid=2069 vsize=14069564 CPUtime=18.75 cores=1,3,5,7
/proc/2072/task/2127/stat : 2127 (java) S 2069 2072 19618 0 -1 1077944384 43674 12669 0 0 1776 91 5 3 20 0 15 0 49456789 14407233536 1166583 18446744073709551615 4194304 4196468 140730391677328 140283335854992 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2128] ppid=2069 vsize=14069564 CPUtime=18.78 cores=1,3,5,7
/proc/2072/task/2128/stat : 2128 (java) S 2069 2072 19618 0 -1 1077944384 44571 12669 0 0 1779 91 5 3 20 0 15 0 49456789 14407233536 1166583 18446744073709551615 4194304 4196468 140730391677328 140283334802192 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2129] ppid=2069 vsize=14069564 CPUtime=1.23 cores=1,3,5,7
/proc/2072/task/2129/stat : 2129 (java) S 2069 2072 19618 0 -1 1077944384 102789 12669 0 0 93 22 5 3 20 0 15 0 49456790 14407233536 1166583 18446744073709551615 4194304 4196468 140730391677328 140283216869744 140283738339970 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2130] ppid=2069 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2130/stat : 2130 (java) S 2069 2072 19618 0 -1 1077944384 60 12669 0 0 0 0 5 3 20 0 15 0 49456790 14407233536 1166583 18446744073709551615 4194304 4196468 140730391677328 140283215815776 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2131] ppid=2069 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2131/stat : 2131 (java) S 2069 2072 19618 0 -1 1077944384 50 12669 0 0 0 0 5 3 20 0 15 0 49456790 14407233536 1166583 18446744073709551615 4194304 4196468 140730391677328 140283214762880 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2132] ppid=2069 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2132/stat : 2132 (java) S 2069 2072 19618 0 -1 1077944384 3 12669 0 0 0 0 5 3 20 0 15 0 49456793 14407233536 1166583 18446744073709551615 4194304 4196468 140730391677328 140283213711184 140283738347419 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2133] ppid=2069 vsize=14069564 CPUtime=7.27 cores=1,3,5,7
/proc/2072/task/2133/stat : 2133 (java) S 2069 2072 19618 0 -1 1077944384 21597 12669 0 0 715 4 5 3 20 0 15 0 49456793 14407233536 1166583 18446744073709551615 4194304 4196468 140730391677328 140283212659568 140283738339970 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2134] ppid=2069 vsize=14069564 CPUtime=7.77 cores=1,3,5,7
/proc/2072/task/2134/stat : 2134 (java) S 2069 2072 19618 0 -1 1077944384 22576 12669 0 0 766 3 5 3 20 0 15 0 49456793 14407233536 1166583 18446744073709551615 4194304 4196468 140730391677328 140283211606768 140283738339970 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2135] ppid=2069 vsize=14069564 CPUtime=1.97 cores=1,3,5,7
/proc/2072/task/2135/stat : 2135 (java) S 2069 2072 19618 0 -1 1077944384 18905 12669 0 0 185 4 5 3 20 0 15 0 49456793 14407233536 1166583 18446744073709551615 4194304 4196468 140730391677328 140283210553968 140283738339970 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2136] ppid=2069 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2136/stat : 2136 (java) S 2069 2072 19618 0 -1 1077944384 3 12669 0 0 0 0 5 3 20 0 15 0 49456793 14407233536 1166583 18446744073709551615 4194304 4196468 140730391677328 140283209501408 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2137] ppid=2069 vsize=14069564 CPUtime=1.66 cores=1,3,5,7
/proc/2072/task/2137/stat : 2137 (java) S 2069 2072 19618 0 -1 1077944384 1593 12669 0 0 72 86 5 3 20 0 15 0 49456809 14407233536 1166583 18446744073709551615 4194304 4196468 140730391677328 140283208448688 140283738339970 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 22 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
Current children cumulated CPU time (s) 2515.84
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2446.5 s]
/proc/loadavg: 1.77 1.59 1.55 3/209 2411
/proc/meminfo: memFree=21991600/32770624 swapFree=0/547596
[pid=2072] ppid=2069 vsize=14069564 CPUtime=2520.06 cores=1,3,5,7
/proc/2072/stat : 2072 (java) S 2069 2072 19618 0 -1 1077944320 633495 12669 0 0 251404 594 5 3 20 0 15 0 49456767 14407233536 1167591 18446744073709551615 4194304 4196468 140730391677328 140730391659872 140283738328823 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
/proc/2072/statm: 3517391 1167591 3480 1 0 3506005 0
[pid=2072/tid=2124] ppid=2069 vsize=14069564 CPUtime=2425.7 cores=1,3,5,7
/proc/2072/task/2124/stat : 2124 (java) R 2069 2072 19618 0 -1 4202560 304708 12669 0 0 242438 124 5 3 20 0 15 0 49456788 14407233536 1167591 18446744073709551615 4194304 4196468 140730391677328 140283742561392 140283393776829 0 4 1 16800974 0 0 0 -1 5 0 0 36 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2125] ppid=2069 vsize=14069564 CPUtime=18.73 cores=1,3,5,7
/proc/2072/task/2125/stat : 2125 (java) S 2069 2072 19618 0 -1 1077944384 33569 12669 0 0 1772 93 5 3 20 0 15 0 49456788 14407233536 1167591 18446744073709551615 4194304 4196468 140730391677328 140283337960592 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2126] ppid=2069 vsize=14069564 CPUtime=18.79 cores=1,3,5,7
/proc/2072/task/2126/stat : 2126 (java) S 2069 2072 19618 0 -1 1077944384 37240 12669 0 0 1780 91 5 3 20 0 15 0 49456789 14407233536 1167591 18446744073709551615 4194304 4196468 140730391677328 140283336907792 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2127] ppid=2069 vsize=14069564 CPUtime=18.76 cores=1,3,5,7
/proc/2072/task/2127/stat : 2127 (java) S 2069 2072 19618 0 -1 1077944384 43677 12669 0 0 1777 91 5 3 20 0 15 0 49456789 14407233536 1167591 18446744073709551615 4194304 4196468 140730391677328 140283335854992 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2128] ppid=2069 vsize=14069564 CPUtime=18.79 cores=1,3,5,7
/proc/2072/task/2128/stat : 2128 (java) S 2069 2072 19618 0 -1 1077944384 44573 12669 0 0 1780 91 5 3 20 0 15 0 49456789 14407233536 1167591 18446744073709551615 4194304 4196468 140730391677328 140283334802192 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2129] ppid=2069 vsize=14069564 CPUtime=1.23 cores=1,3,5,7
/proc/2072/task/2129/stat : 2129 (java) S 2069 2072 19618 0 -1 1077944384 102791 12669 0 0 93 22 5 3 20 0 15 0 49456790 14407233536 1167591 18446744073709551615 4194304 4196468 140730391677328 140283216869744 140283738339970 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2130] ppid=2069 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2130/stat : 2130 (java) S 2069 2072 19618 0 -1 1077944384 60 12669 0 0 0 0 5 3 20 0 15 0 49456790 14407233536 1167591 18446744073709551615 4194304 4196468 140730391677328 140283215815776 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2131] ppid=2069 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2131/stat : 2131 (java) S 2069 2072 19618 0 -1 1077944384 50 12669 0 0 0 0 5 3 20 0 15 0 49456790 14407233536 1167591 18446744073709551615 4194304 4196468 140730391677328 140283214762880 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2132] ppid=2069 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2132/stat : 2132 (java) S 2069 2072 19618 0 -1 1077944384 3 12669 0 0 0 0 5 3 20 0 15 0 49456793 14407233536 1167591 18446744073709551615 4194304 4196468 140730391677328 140283213711184 140283738347419 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2133] ppid=2069 vsize=14069564 CPUtime=7.27 cores=1,3,5,7
/proc/2072/task/2133/stat : 2133 (java) S 2069 2072 19618 0 -1 1077944384 21597 12669 0 0 715 4 5 3 20 0 15 0 49456793 14407233536 1167591 18446744073709551615 4194304 4196468 140730391677328 140283212659568 140283738339970 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2134] ppid=2069 vsize=14069564 CPUtime=7.77 cores=1,3,5,7
/proc/2072/task/2134/stat : 2134 (java) S 2069 2072 19618 0 -1 1077944384 22576 12669 0 0 766 3 5 3 20 0 15 0 49456793 14407233536 1167591 18446744073709551615 4194304 4196468 140730391677328 140283211606768 140283738339970 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2135] ppid=2069 vsize=14069564 CPUtime=1.97 cores=1,3,5,7
/proc/2072/task/2135/stat : 2135 (java) S 2069 2072 19618 0 -1 1077944384 18905 12669 0 0 185 4 5 3 20 0 15 0 49456793 14407233536 1167591 18446744073709551615 4194304 4196468 140730391677328 140283210553968 140283738339970 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2136] ppid=2069 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/2072/task/2136/stat : 2136 (java) S 2069 2072 19618 0 -1 1077944384 3 12669 0 0 0 0 5 3 20 0 15 0 49456793 14407233536 1167591 18446744073709551615 4194304 4196468 140730391677328 140283209501408 140283738339029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
[pid=2072/tid=2137] ppid=2069 vsize=14069564 CPUtime=1.67 cores=1,3,5,7
/proc/2072/task/2137/stat : 2137 (java) S 2069 2072 19618 0 -1 1077944384 1593 12669 0 0 73 86 5 3 20 0 15 0 49456809 14407233536 1167591 18446744073709551615 4194304 4196468 140730391677328 140283208448688 140283738339970 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 22 0 0 6293624 6294260 37851136 140730391680976 140730391683761 140730391683761 140730391687119 0
Current children cumulated CPU time (s) 2520.06
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 2072 sig 9
??? kill -2072 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2446.57
CPU time (s): 2520.14
CPU user time (s): 2514.13
CPU system time (s): 6.01167
CPU usage (%): 103.007
Max. virtual memory (cumulated for all children) (KiB): 14072276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.13
system time used= 6.01167
maximum resident set size= 4869516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 649255
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 75257
involuntary context switches= 2695

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4447 second user time and 16.3037 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-11 19:16:26
IDJOB=4261839
IDBENCH=137169
IDSOLVER=2650
FILE ID=node127/4261839-1502472633
RUNJOBID= node127-1502411410-19682
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw120/BinPacking-mdd-sw120-99.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261839-1502472633/watcher-4261839-1502472633 -o /tmp/evaluation-result-4261839-1502472633/solver-4261839-1502472633 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502411410-19682 --watchdog 2580  bin/concrete HOME/instance-4261839-1502472633.xml

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

MD5SUM BENCH= 2ef74b22e25f9811269217f63e04e4c4
RANDOM SEED=1608684716

node127.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26741656 kB
MemAvailable:   27554328 kB
Buffers:          259396 kB
Cached:           843240 kB
SwapCached:            0 kB
Active:          5027384 kB
Inactive:         572112 kB
Active(anon):    4497196 kB
Inactive(anon):    24908 kB
Active(file):     530188 kB
Inactive(file):   547204 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24920 kB
Writeback:             0 kB
AnonPages:       4496512 kB
Mapped:            55324 kB
Shmem:             25252 kB
Slab:             127984 kB
SReclaimable:     102228 kB
SUnreclaim:        25756 kB
KernelStack:        3488 kB
PageTables:        13744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5123248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4257792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61980 MiB
End job on node127 at 2017-08-11 19:57:13