Trace number 4261836

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.0801 2461.8501

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw120/
BinPacking-mdd-sw120-63.xml
MD5SUM6886ed4ce8536fa7eb6fe38004cd2981
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.06
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.22/2.18	c Concrete v3.4 running
2506.59/2450.40	o 0
2520.01/2461.81	java.util.concurrent.TimeoutException
2520.01/2461.81		at concrete.MAC.mac(MAC.scala:74)
2520.01/2461.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.01/2461.81		at scala.util.Try$.apply(Try.scala:209)
2520.01/2461.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.01/2461.81		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.01/2461.81		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.01/2461.81		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.01/2461.81		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.01/2461.81		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.01/2461.81		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.01/2461.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.01/2461.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.01/2461.81		at concrete.MAC.oneRun(MAC.scala:146)
2520.01/2461.81		at concrete.MAC.nextSolution(MAC.scala:166)
2520.01/2461.81		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.01/2461.81		at concrete.ProblemState.map(ProblemState.scala:203)
2520.01/2461.81		at concrete.ProblemState.map(ProblemState.scala:188)
2520.01/2461.81		at concrete.MAC.nextSolution(MAC.scala:195)
2520.01/2461.81		at concrete.Solver.hasNext(Solver.scala:202)
2520.01/2461.81		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.01/2461.81		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.01/2461.81		at concrete.Solver.toStream(Solver.scala:73)
2520.01/2461.81		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2520.01/2461.81		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2520.01/2461.81		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2520.01/2461.81		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2520.01/2461.81		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2520.01/2461.81		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.01/2461.81		at scala.util.Success.map(Try.scala:209)
2520.01/2461.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.01/2461.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.01/2461.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.01/2461.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.01/2461.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.01/2461.81		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.01/2461.81		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.01/2461.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.01/2461.81		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.01/2461.81		at scala.collection.immutable.List.foreach(List.scala:389)
2520.01/2461.81		at scala.App.main(App.scala:76)
2520.01/2461.81		at scala.App.main$(App.scala:74)
2520.01/2461.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.01/2461.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2461.82	v <instantiation cost="0">
2520.01/2461.82	v       <list>
2520.01/2461.82	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/2461.82	v       </list>
2520.01/2461.82	v       <values>
2520.01/2461.82	v         0 200 182 153 153 151 150 199 199 198 189 183 0 199 199 197 197 184 0 197 193 190 186 184 0 196 196 194 186 185 0 196 192 190 189 184 0 193 193 192 190 186 0 193 193 192 189 188 0 192 173 173 154 154 154 191 191 190 190 187 0 181 180 176 155 154 154 181 176 173 0 0 0 180 180 179 176 176 0 174 171 170 170 157 157 174 170 170 169 157 157 174 156 156 156 156 155 172 172 171 170 158 157 170 170 169 168 162 161 169 168 168 165 165 165 168 167 167 166 166 166 168 166 166 164 164 164 164 161 160 159 159 158
2520.01/2461.82	v       </values>
2520.01/2461.82	v     </instantiation>
2520.01/2461.82	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-4261836-1502472931/watcher-4261836-1502472931 -o /tmp/evaluation-result-4261836-1502472931/solver-4261836-1502472931 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502411403-4960 --watchdog 2580 bin/concrete HOME/instance-4261836-1502472931.xml 

pid=22627
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.54 1.54 1.51 2/201 22630
/proc/meminfo: memFree=25949436/32770624 swapFree=0/454828
[pid=22630] ppid=22627 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/22630/stat : 22630 (runsolver) D 22627 22630 4896 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 146945981 24240128 106 18446744073709551615 4194304 4338465 140727074059840 140727074057480 140119204037335 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 20938752 140727074066641 140727074067017 140727074067017 140727074070474 0
/proc/22630/statm: 5918 106 53 36 0 2156 0

[startup+0.100182 s]
/proc/loadavg: 1.54 1.54 1.51 2/201 22630
/proc/meminfo: memFree=25949436/32770624 swapFree=0/454828
[pid=22630] ppid=22627 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/22630/stat : 22630 (bash) R 22627 22630 4896 0 -1 4194304 802 6171 0 0 0 0 0 1 20 0 1 0 146945981 9867264 360 18446744073709551615 4194304 5098028 140723138544304 140723138541960 140176196510332 0 0 5 65536 0 0 0 17 3 0 0 8 0 0 7196144 7232144 31694848 140723138552340 140723138552425 140723138552425 140723138555882 0
/proc/22630/statm: 2409 360 286 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200953 s]
/proc/loadavg: 1.54 1.54 1.51 2/201 22630
/proc/meminfo: memFree=25949436/32770624 swapFree=0/454828
[pid=22630] ppid=22627 vsize=105200 CPUtime=0.07 cores=1,3,5,7
/proc/22630/stat : 22630 (java) S 22627 22630 4896 0 -1 1077944320 2490 12337 0 0 0 0 5 2 20 0 2 0 146945981 107724800 1318 18446744073709551615 4194304 4196468 140732985192464 140732985175008 140532181298935 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
/proc/22630/statm: 26556 1318 993 1 0 17065 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 105200

[startup+0.300249 s]
/proc/loadavg: 1.54 1.54 1.51 2/201 22630
/proc/meminfo: memFree=25949436/32770624 swapFree=0/454828
[pid=22630] ppid=22627 vsize=13973936 CPUtime=0.15 cores=1,3,5,7
/proc/22630/stat : 22630 (java) S 22627 22630 4896 0 -1 1077944320 6069 12337 0 0 7 1 5 2 20 0 15 0 146945981 14309310464 6142 18446744073709551615 4194304 4196468 140732985192464 140732985175008 140532181298935 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
/proc/22630/statm: 3493484 6142 2652 1 0 3482965 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 13973936

[startup+0.700283 s]
/proc/loadavg: 1.54 1.54 1.51 2/201 22630
/proc/meminfo: memFree=25949436/32770624 swapFree=0/454828
[pid=22630] ppid=22627 vsize=13974784 CPUtime=0.71 cores=1,3,5,7
/proc/22630/stat : 22630 (java) S 22627 22630 4896 0 -1 1077944320 13998 12337 0 0 60 4 5 2 20 0 15 0 146945981 14310178816 14897 18446744073709551615 4194304 4196468 140732985192464 140732985175008 140532181298935 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
/proc/22630/statm: 3493696 14897 3118 1 0 3482965 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 13974784

[startup+1.50066 s]
/proc/loadavg: 1.54 1.54 1.51 4/216 22693
/proc/meminfo: memFree=25853252/32770624 swapFree=0/454876
[pid=22630] ppid=22627 vsize=13985408 CPUtime=1.94 cores=1,3,5,7
/proc/22630/stat : 22630 (java) S 22627 22630 4896 0 -1 1077944320 30070 12337 0 0 176 11 5 2 20 0 15 0 146945981 14321057792 42705 18446744073709551615 4194304 4196468 140732985192464 140732985175008 140532181298935 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
/proc/22630/statm: 3496352 42705 3373 1 0 3485525 0
[pid=22630/tid=22680] ppid=22627 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/22630/task/22680/stat : 22680 (java) R 22627 22630 4896 0 -1 4202560 22649 12337 0 0 115 7 5 2 20 0 15 0 146946001 14321057792 42705 18446744073709551615 4194304 4196468 140732985192464 140532185516672 140531818748439 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22681] ppid=22627 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/22630/task/22681/stat : 22681 (java) S 22627 22630 4896 0 -1 1077944384 53 12337 0 0 0 0 5 2 20 0 15 0 146946001 14321057792 42705 18446744073709551615 4194304 4196468 140732985192464 140532138264976 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22682] ppid=22627 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/22630/task/22682/stat : 22682 (java) S 22627 22630 4896 0 -1 1077944384 203 12337 0 0 1 0 5 2 20 0 15 0 146946001 14321057792 42705 18446744073709551615 4194304 4196468 140732985192464 140532137212176 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22683] ppid=22627 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/22630/task/22683/stat : 22683 (java) S 22627 22630 4896 0 -1 1077944384 64 12337 0 0 1 0 5 2 20 0 15 0 146946001 14321057792 42705 18446744073709551615 4194304 4196468 140732985192464 140531778906768 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22684] ppid=22627 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/22630/task/22684/stat : 22684 (java) S 22627 22630 4896 0 -1 1077944384 42 12337 0 0 1 0 5 2 20 0 15 0 146946001 14321057792 42705 18446744073709551615 4194304 4196468 140732985192464 140531777853968 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22685] ppid=22627 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/22630/task/22685/stat : 22685 (java) S 22627 22630 4896 0 -1 1077944384 1675 12337 0 0 1 0 5 2 20 0 15 0 146946003 14321057792 42705 18446744073709551615 4194304 4196468 140732985192464 140531659147888 140532181310082 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22686] ppid=22627 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/22630/task/22686/stat : 22686 (java) S 22627 22630 4896 0 -1 1077944384 55 12337 0 0 0 0 5 2 20 0 15 0 146946003 14321057792 42705 18446744073709551615 4194304 4196468 140732985192464 140531658093856 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22687] ppid=22627 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/22630/task/22687/stat : 22687 (java) S 22627 22630 4896 0 -1 1077944384 43 12337 0 0 0 0 5 2 20 0 15 0 146946003 14321057792 42705 18446744073709551615 4194304 4196468 140732985192464 140531657041520 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22688] ppid=22627 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/22630/task/22688/stat : 22688 (java) S 22627 22630 4896 0 -1 1077944384 3 12337 0 0 0 0 5 2 20 0 15 0 146946006 14321057792 42705 18446744073709551615 4194304 4196468 140732985192464 140531655989840 140532181317531 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22689] ppid=22627 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/22630/task/22689/stat : 22689 (java) S 22627 22630 4896 0 -1 1077944384 876 12337 0 0 16 0 5 2 20 0 15 0 146946006 14321057792 42705 18446744073709551615 4194304 4196468 140732985192464 140531654936688 140532181310082 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22690] ppid=22627 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/22630/task/22690/stat : 22690 (java) S 22627 22630 4896 0 -1 1077944384 820 12337 0 0 14 0 5 2 20 0 15 0 146946006 14321057792 42705 18446744073709551615 4194304 4196468 140732985192464 140531653883888 140532181310082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22691] ppid=22627 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/22630/task/22691/stat : 22691 (java) R 22627 22630 4896 0 -1 4202560 1421 12337 0 0 23 0 5 2 20 0 15 0 146946006 14321057792 42705 18446744073709551615 4194304 4196468 140732985192464 140531652831600 140532174404278 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22692] ppid=22627 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/22630/task/22692/stat : 22692 (java) S 22627 22630 4896 0 -1 1077944384 3 12337 0 0 0 0 5 2 20 0 15 0 146946006 14321057792 42705 18446744073709551615 4194304 4196468 140732985192464 140531651779040 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22693] ppid=22627 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/22630/task/22693/stat : 22693 (java) S 22627 22630 4896 0 -1 1077944384 10 12337 0 0 0 0 5 2 20 0 15 0 146946010 14321057792 42705 18446744073709551615 4194304 4196468 140732985192464 140531650726832 140532181310082 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 13985408

[startup+3.1006 s]
/proc/loadavg: 1.54 1.54 1.51 5/216 22693
/proc/meminfo: memFree=25777052/32770624 swapFree=0/454876
[pid=22630] ppid=22627 vsize=13995836 CPUtime=5.77 cores=1,3,5,7
/proc/22630/stat : 22630 (java) S 22627 22630 4896 0 -1 1077944320 42459 12337 0 0 552 18 5 2 20 0 15 0 146945981 14331736064 70208 18446744073709551615 4194304 4196468 140732985192464 140732985175008 140532181298935 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
/proc/22630/statm: 3498959 70208 3456 1 0 3487573 0
[pid=22630/tid=22680] ppid=22627 vsize=13995836 CPUtime=2.87 cores=1,3,5,7
/proc/22630/task/22680/stat : 22680 (java) R 22627 22630 4896 0 -1 4202560 28291 12337 0 0 270 10 5 2 20 0 15 0 146946001 14331736064 70208 18446744073709551615 4194304 4196468 140732985192464 140532185514816 140532161574269 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22681] ppid=22627 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/22630/task/22681/stat : 22681 (java) S 22627 22630 4896 0 -1 1077944384 63 12337 0 0 1 1 5 2 20 0 15 0 146946001 14331736064 70208 18446744073709551615 4194304 4196468 140732985192464 140532138264976 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22682] ppid=22627 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/22630/task/22682/stat : 22682 (java) S 22627 22630 4896 0 -1 1077944384 224 12337 0 0 1 0 5 2 20 0 15 0 146946001 14331736064 70208 18446744073709551615 4194304 4196468 140732985192464 140532137212176 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22683] ppid=22627 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/22630/task/22683/stat : 22683 (java) S 22627 22630 4896 0 -1 1077944384 70 12337 0 0 1 1 5 2 20 0 15 0 146946001 14331736064 70208 18446744073709551615 4194304 4196468 140732985192464 140531778906768 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22684] ppid=22627 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/22630/task/22684/stat : 22684 (java) S 22627 22630 4896 0 -1 1077944384 158 12337 0 0 1 0 5 2 20 0 15 0 146946001 14331736064 70208 18446744073709551615 4194304 4196468 140732985192464 140531777853968 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22685] ppid=22627 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/22630/task/22685/stat : 22685 (java) S 22627 22630 4896 0 -1 1077944384 1750 12337 0 0 1 0 5 2 20 0 15 0 146946003 14331736064 70208 18446744073709551615 4194304 4196468 140732985192464 140531659147888 140532181310082 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22686] ppid=22627 vsize=13995836 CPUtime=0.07 cores=1,3,5,7
/proc/22630/task/22686/stat : 22686 (java) S 22627 22630 4896 0 -1 1077944384 55 12337 0 0 0 0 5 2 20 0 15 0 146946003 14331736064 70208 18446744073709551615 4194304 4196468 140732985192464 140531658093920 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22687] ppid=22627 vsize=13995836 CPUtime=0.07 cores=1,3,5,7
/proc/22630/task/22687/stat : 22687 (java) S 22627 22630 4896 0 -1 1077944384 43 12337 0 0 0 0 5 2 20 0 15 0 146946003 14331736064 70208 18446744073709551615 4194304 4196468 140732985192464 140531657041536 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22688] ppid=22627 vsize=13995836 CPUtime=0.07 cores=1,3,5,7
/proc/22630/task/22688/stat : 22688 (java) S 22627 22630 4896 0 -1 1077944384 3 12337 0 0 0 0 5 2 20 0 15 0 146946006 14331736064 70208 18446744073709551615 4194304 4196468 140732985192464 140531655989840 140532181317531 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22689] ppid=22627 vsize=13995836 CPUtime=1.08 cores=1,3,5,7
/proc/22630/task/22689/stat : 22689 (java) S 22627 22630 4896 0 -1 1077944384 4255 12337 0 0 100 1 5 2 20 0 15 0 146946006 14331736064 70208 18446744073709551615 4194304 4196468 140732985192464 140531654936688 140532181310082 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22690] ppid=22627 vsize=13995836 CPUtime=0.98 cores=1,3,5,7
/proc/22630/task/22690/stat : 22690 (java) S 22627 22630 4896 0 -1 1077944384 2339 12337 0 0 91 0 5 2 20 0 15 0 146946006 14331736064 70208 18446744073709551615 4194304 4196468 140732985192464 140531653883888 140532181310082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22691] ppid=22627 vsize=13995836 CPUtime=0.87 cores=1,3,5,7
/proc/22630/task/22691/stat : 22691 (java) S 22627 22630 4896 0 -1 1077944384 3036 12337 0 0 79 1 5 2 20 0 15 0 146946006 14331736064 70208 18446744073709551615 4194304 4196468 140732985192464 140531652831600 140532181310082 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22692] ppid=22627 vsize=13995836 CPUtime=0.07 cores=1,3,5,7
/proc/22630/task/22692/stat : 22692 (java) S 22627 22630 4896 0 -1 1077944384 3 12337 0 0 0 0 5 2 20 0 15 0 146946006 14331736064 70208 18446744073709551615 4194304 4196468 140732985192464 140531651779040 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22693] ppid=22627 vsize=13995836 CPUtime=0.07 cores=1,3,5,7
/proc/22630/task/22693/stat : 22693 (java) S 22627 22630 4896 0 -1 1077944384 13 12337 0 0 0 0 5 2 20 0 15 0 146946010 14331736064 70208 18446744073709551615 4194304 4196468 140732985192464 140531650726832 140532181310082 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 13995836

[startup+6.30074 s]
/proc/loadavg: 1.74 1.59 1.52 5/216 22693
/proc/meminfo: memFree=25443724/32770624 swapFree=0/454692
[pid=22630] ppid=22627 vsize=13999932 CPUtime=12.18 cores=1,3,5,7
/proc/22630/stat : 22630 (java) S 22627 22630 4896 0 -1 1077944320 52891 12337 0 0 1174 37 5 2 20 0 15 0 146945981 14335930368 161456 18446744073709551615 4194304 4196468 140732985192464 140732985175008 140532181298935 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
/proc/22630/statm: 3499983 161456 3464 1 0 3488597 0
[pid=22630/tid=22680] ppid=22627 vsize=13999932 CPUtime=5.32 cores=1,3,5,7
/proc/22630/task/22680/stat : 22680 (java) R 22627 22630 4896 0 -1 4202560 36532 12337 0 0 510 15 5 2 20 0 15 0 146946001 14335930368 161456 18446744073709551615 4194304 4196468 140732985192464 140532185526048 140531819882899 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22681] ppid=22627 vsize=13999932 CPUtime=0.17 cores=1,3,5,7
/proc/22630/task/22681/stat : 22681 (java) S 22627 22630 4896 0 -1 1077944384 155 12337 0 0 6 4 5 2 20 0 15 0 146946001 14335930368 161456 18446744073709551615 4194304 4196468 140732985192464 140532138264976 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22682] ppid=22627 vsize=13999932 CPUtime=0.18 cores=1,3,5,7
/proc/22630/task/22682/stat : 22682 (java) S 22627 22630 4896 0 -1 1077944384 390 12337 0 0 8 3 5 2 20 0 15 0 146946001 14335930368 161456 18446744073709551615 4194304 4196468 140732985192464 140532137212176 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22683] ppid=22627 vsize=13999932 CPUtime=0.17 cores=1,3,5,7
/proc/22630/task/22683/stat : 22683 (java) S 22627 22630 4896 0 -1 1077944384 162 12337 0 0 6 4 5 2 20 0 15 0 146946001 14335930368 161456 18446744073709551615 4194304 4196468 140732985192464 140531778906768 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22684] ppid=22627 vsize=13999932 CPUtime=0.16 cores=1,3,5,7
/proc/22630/task/22684/stat : 22684 (java) S 22627 22630 4896 0 -1 1077944384 238 12337 0 0 6 3 5 2 20 0 15 0 146946001 14335930368 161456 18446744073709551615 4194304 4196468 140732985192464 140531777853968 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22685] ppid=22627 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/22630/task/22685/stat : 22685 (java) S 22627 22630 4896 0 -1 1077944384 1948 12337 0 0 2 0 5 2 20 0 15 0 146946003 14335930368 161456 18446744073709551615 4194304 4196468 140732985192464 140531659147888 140532181310082 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22686] ppid=22627 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/22630/task/22686/stat : 22686 (java) S 22627 22630 4896 0 -1 1077944384 55 12337 0 0 0 0 5 2 20 0 15 0 146946003 14335930368 161456 18446744073709551615 4194304 4196468 140732985192464 140531658093920 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22687] ppid=22627 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/22630/task/22687/stat : 22687 (java) S 22627 22630 4896 0 -1 1077944384 43 12337 0 0 0 0 5 2 20 0 15 0 146946003 14335930368 161456 18446744073709551615 4194304 4196468 140732985192464 140531657041536 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22688] ppid=22627 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/22630/task/22688/stat : 22688 (java) S 22627 22630 4896 0 -1 1077944384 3 12337 0 0 0 0 5 2 20 0 15 0 146946006 14335930368 161456 18446744073709551615 4194304 4196468 140732985192464 140531655989840 140532181317531 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22689] ppid=22627 vsize=13999932 CPUtime=2.74 cores=1,3,5,7
/proc/22630/task/22689/stat : 22689 (java) R 22627 22630 4896 0 -1 4202560 5065 12337 0 0 266 1 5 2 20 0 15 0 146946006 14335930368 161456 18446744073709551615 4194304 4196468 140732985192464 140531654936688 140532162821478 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22690] ppid=22627 vsize=13999932 CPUtime=2.67 cores=1,3,5,7
/proc/22630/task/22690/stat : 22690 (java) R 22627 22630 4896 0 -1 4202560 2647 12337 0 0 260 0 5 2 20 0 15 0 146946006 14335930368 161456 18446744073709551615 4194304 4196468 140732985192464 140531653870400 140532161142512 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22691] ppid=22627 vsize=13999932 CPUtime=1.14 cores=1,3,5,7
/proc/22630/task/22691/stat : 22691 (java) S 22627 22630 4896 0 -1 1077944384 3476 12337 0 0 105 2 5 2 20 0 15 0 146946006 14335930368 161456 18446744073709551615 4194304 4196468 140732985192464 140531652831600 140532181310082 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22692] ppid=22627 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/22630/task/22692/stat : 22692 (java) S 22627 22630 4896 0 -1 1077944384 3 12337 0 0 0 0 5 2 20 0 15 0 146946006 14335930368 161456 18446744073709551615 4194304 4196468 140732985192464 140531651779040 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22693] ppid=22627 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/22630/task/22693/stat : 22693 (java) S 22627 22630 4896 0 -1 1077944384 18 12337 0 0 0 0 5 2 20 0 15 0 146946010 14335930368 161456 18446744073709551615 4194304 4196468 140732985192464 140531650726832 140532181310082 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 65 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
Current children cumulated CPU time (s) 12.18
Current children cumulated vsize (KiB) 13999932

[startup+12.7007 s]
/proc/loadavg: 2.00 1.64 1.54 3/216 22693
/proc/meminfo: memFree=24820260/32770624 swapFree=0/454688
[pid=22630] ppid=22627 vsize=14069564 CPUtime=26.26 cores=1,3,5,7
/proc/22630/stat : 22630 (java) S 22627 22630 4896 0 -1 1077944320 73980 12337 0 0 2556 63 5 2 20 0 15 0 146945981 14407233536 284671 18446744073709551615 4194304 4196468 140732985192464 140732985175008 140532181298935 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
/proc/22630/statm: 3517391 284671 3476 1 0 3506005 0
[pid=22630/tid=22680] ppid=22627 vsize=14069564 CPUtime=11.53 cores=1,3,5,7
/proc/22630/task/22680/stat : 22680 (java) R 22627 22630 4896 0 -1 4202560 42807 12337 0 0 1124 22 5 2 20 0 15 0 146946001 14407233536 284671 18446744073709551615 4194304 4196468 140732985192464 140532185529968 140531827734291 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22681] ppid=22627 vsize=14069564 CPUtime=0.32 cores=1,3,5,7
/proc/22630/task/22681/stat : 22681 (java) S 22627 22630 4896 0 -1 1077944384 366 12337 0 0 17 8 5 2 20 0 15 0 146946001 14407233536 284671 18446744073709551615 4194304 4196468 140732985192464 140532138264976 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22682] ppid=22627 vsize=14069564 CPUtime=0.33 cores=1,3,5,7
/proc/22630/task/22682/stat : 22682 (java) S 22627 22630 4896 0 -1 1077944384 585 12337 0 0 19 7 5 2 20 0 15 0 146946001 14407233536 284671 18446744073709551615 4194304 4196468 140732985192464 140532137212176 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22683] ppid=22627 vsize=14069564 CPUtime=0.31 cores=1,3,5,7
/proc/22630/task/22683/stat : 22683 (java) S 22627 22630 4896 0 -1 1077944384 360 12337 0 0 17 7 5 2 20 0 15 0 146946001 14407233536 284671 18446744073709551615 4194304 4196468 140732985192464 140531778906768 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22684] ppid=22627 vsize=14069564 CPUtime=0.31 cores=1,3,5,7
/proc/22630/task/22684/stat : 22684 (java) S 22627 22630 4896 0 -1 1077944384 377 12337 0 0 17 7 5 2 20 0 15 0 146946001 14407233536 284671 18446744073709551615 4194304 4196468 140732985192464 140531777853968 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22685] ppid=22627 vsize=14069564 CPUtime=0.12 cores=1,3,5,7
/proc/22630/task/22685/stat : 22685 (java) S 22627 22630 4896 0 -1 1077944384 2849 12337 0 0 5 0 5 2 20 0 15 0 146946003 14407233536 284671 18446744073709551615 4194304 4196468 140732985192464 140531659147888 140532181310082 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22686] ppid=22627 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/22630/task/22686/stat : 22686 (java) S 22627 22630 4896 0 -1 1077944384 55 12337 0 0 0 0 5 2 20 0 15 0 146946003 14407233536 284671 18446744073709551615 4194304 4196468 140732985192464 140531658093984 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22687] ppid=22627 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/22630/task/22687/stat : 22687 (java) S 22627 22630 4896 0 -1 1077944384 43 12337 0 0 0 0 5 2 20 0 15 0 146946003 14407233536 284671 18446744073709551615 4194304 4196468 140732985192464 140531657041536 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22688] ppid=22627 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/22630/task/22688/stat : 22688 (java) S 22627 22630 4896 0 -1 1077944384 3 12337 0 0 0 0 5 2 20 0 15 0 146946006 14407233536 284671 18446744073709551615 4194304 4196468 140732985192464 140531655989840 140532181317531 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0

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

[pid=22630/tid=22693] ppid=22627 vsize=14069564 CPUtime=1.47 cores=1,3,5,7
/proc/22630/task/22693/stat : 22693 (java) S 22627 22630 4896 0 -1 1077944384 1563 12337 0 0 59 81 5 2 20 0 15 0 146946010 14407233536 982992 18446744073709551615 4194304 4196468 140732985192464 140531650726832 140532181310082 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 65 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
Current children cumulated CPU time (s) 2313.46
Current children cumulated vsize (KiB) 14069564

[startup+2322.3 s]
/proc/loadavg: 1.39 1.42 1.47 3/214 22955
/proc/meminfo: memFree=26616988/32770624 swapFree=0/455200
[pid=22630] ppid=22627 vsize=14069564 CPUtime=2374.02 cores=1,3,5,7
/proc/22630/stat : 22630 (java) S 22627 22630 4896 0 -1 1077944320 486172 12337 0 0 236910 485 5 2 20 0 15 0 146945981 14407233536 957876 18446744073709551615 4194304 4196468 140732985192464 140732985175008 140532181298935 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
/proc/22630/statm: 3517391 957876 3480 1 0 3506005 0
[pid=22630/tid=22680] ppid=22627 vsize=14069564 CPUtime=2308.35 cores=1,3,5,7
/proc/22630/task/22680/stat : 22680 (java) R 22627 22630 4896 0 -1 4202560 268671 12337 0 0 230714 114 5 2 20 0 15 0 146946001 14407233536 957876 18446744073709551615 4194304 4196468 140732985192464 140532185533136 140531830812344 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22681] ppid=22627 vsize=14069564 CPUtime=12.07 cores=1,3,5,7
/proc/22630/task/22681/stat : 22681 (java) S 22627 22630 4896 0 -1 1077944384 24072 12337 0 0 1128 72 5 2 20 0 15 0 146946001 14407233536 957876 18446744073709551615 4194304 4196468 140732985192464 140532138264976 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22682] ppid=22627 vsize=14069564 CPUtime=12.1 cores=1,3,5,7
/proc/22630/task/22682/stat : 22682 (java) S 22627 22630 4896 0 -1 1077944384 29373 12337 0 0 1133 70 5 2 20 0 15 0 146946001 14407233536 957876 18446744073709551615 4194304 4196468 140732985192464 140532137212176 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22683] ppid=22627 vsize=14069564 CPUtime=12.07 cores=1,3,5,7
/proc/22630/task/22683/stat : 22683 (java) S 22627 22630 4896 0 -1 1077944384 25120 12337 0 0 1130 70 5 2 20 0 15 0 146946001 14407233536 957876 18446744073709551615 4194304 4196468 140732985192464 140531778906768 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22684] ppid=22627 vsize=14069564 CPUtime=12.04 cores=1,3,5,7
/proc/22630/task/22684/stat : 22684 (java) S 22627 22630 4896 0 -1 1077944384 34441 12337 0 0 1126 71 5 2 20 0 15 0 146946001 14407233536 957876 18446744073709551615 4194304 4196468 140732985192464 140531777853968 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22685] ppid=22627 vsize=14069564 CPUtime=0.75 cores=1,3,5,7
/proc/22630/task/22685/stat : 22685 (java) S 22627 22630 4896 0 -1 1077944384 38847 12337 0 0 55 13 5 2 20 0 15 0 146946003 14407233536 957876 18446744073709551615 4194304 4196468 140732985192464 140531659147888 140532181310082 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22686] ppid=22627 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/22630/task/22686/stat : 22686 (java) S 22627 22630 4896 0 -1 1077944384 55 12337 0 0 0 0 5 2 20 0 15 0 146946003 14407233536 957876 18446744073709551615 4194304 4196468 140732985192464 140531658093984 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22687] ppid=22627 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/22630/task/22687/stat : 22687 (java) S 22627 22630 4896 0 -1 1077944384 43 12337 0 0 0 0 5 2 20 0 15 0 146946003 14407233536 957876 18446744073709551615 4194304 4196468 140732985192464 140531657041536 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22688] ppid=22627 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/22630/task/22688/stat : 22688 (java) S 22627 22630 4896 0 -1 1077944384 3 12337 0 0 0 0 5 2 20 0 15 0 146946006 14407233536 957876 18446744073709551615 4194304 4196468 140732985192464 140531655989840 140532181317531 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22689] ppid=22627 vsize=14069564 CPUtime=7.06 cores=1,3,5,7
/proc/22630/task/22689/stat : 22689 (java) S 22627 22630 4896 0 -1 1077944384 25385 12337 0 0 694 5 5 2 20 0 15 0 146946006 14407233536 957876 18446744073709551615 4194304 4196468 140732985192464 140531654936688 140532181310082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22690] ppid=22627 vsize=14069564 CPUtime=6.73 cores=1,3,5,7
/proc/22630/task/22690/stat : 22690 (java) S 22627 22630 4896 0 -1 1077944384 21009 12337 0 0 663 3 5 2 20 0 15 0 146946006 14407233536 957876 18446744073709551615 4194304 4196468 140732985192464 140531653883888 140532181310082 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22691] ppid=22627 vsize=14069564 CPUtime=1.88 cores=1,3,5,7
/proc/22630/task/22691/stat : 22691 (java) S 22627 22630 4896 0 -1 1077944384 15395 12337 0 0 176 5 5 2 20 0 15 0 146946006 14407233536 957876 18446744073709551615 4194304 4196468 140732985192464 140531652831600 140532181310082 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22692] ppid=22627 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/22630/task/22692/stat : 22692 (java) S 22627 22630 4896 0 -1 1077944384 3 12337 0 0 0 0 5 2 20 0 15 0 146946006 14407233536 957876 18446744073709551615 4194304 4196468 140732985192464 140531651779040 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22693] ppid=22627 vsize=14069564 CPUtime=1.5 cores=1,3,5,7
/proc/22630/task/22693/stat : 22693 (java) S 22627 22630 4896 0 -1 1077944384 1599 12337 0 0 61 82 5 2 20 0 15 0 146946010 14407233536 957876 18446744073709551615 4194304 4196468 140732985192464 140531650726832 140532181310082 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 66 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
Current children cumulated CPU time (s) 2374.02
Current children cumulated vsize (KiB) 14069564

[startup+2382.3 s]
/proc/loadavg: 1.31 1.41 1.47 3/217 22971
/proc/meminfo: memFree=26550468/32770624 swapFree=0/455208
[pid=22630] ppid=22627 vsize=14069564 CPUtime=2434.77 cores=1,3,5,7
/proc/22630/stat : 22630 (java) S 22627 22630 4896 0 -1 1077944320 508059 12337 0 0 242979 491 5 2 20 0 15 0 146945981 14407233536 920243 18446744073709551615 4194304 4196468 140732985192464 140732985175008 140532181298935 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
/proc/22630/statm: 3517391 920243 3480 1 0 3506005 0
[pid=22630/tid=22680] ppid=22627 vsize=14069564 CPUtime=2368.02 cores=1,3,5,7
/proc/22630/task/22680/stat : 22680 (java) R 22627 22630 4896 0 -1 4202560 272769 12337 0 0 236681 114 5 2 20 0 15 0 146946001 14407233536 920243 18446744073709551615 4194304 4196468 140732985192464 140532185533376 140531823431282 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22681] ppid=22627 vsize=14069564 CPUtime=12.31 cores=1,3,5,7
/proc/22630/task/22681/stat : 22681 (java) S 22627 22630 4896 0 -1 1077944384 24966 12337 0 0 1152 72 5 2 20 0 15 0 146946001 14407233536 920243 18446744073709551615 4194304 4196468 140732985192464 140532138264976 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22682] ppid=22627 vsize=14069564 CPUtime=12.34 cores=1,3,5,7
/proc/22630/task/22682/stat : 22682 (java) S 22627 22630 4896 0 -1 1077944384 30598 12337 0 0 1157 70 5 2 20 0 15 0 146946001 14407233536 920243 18446744073709551615 4194304 4196468 140732985192464 140532137212176 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22683] ppid=22627 vsize=14069564 CPUtime=12.32 cores=1,3,5,7
/proc/22630/task/22683/stat : 22683 (java) S 22627 22630 4896 0 -1 1077944384 26845 12337 0 0 1154 71 5 2 20 0 15 0 146946001 14407233536 920243 18446744073709551615 4194304 4196468 140732985192464 140531778906768 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22684] ppid=22627 vsize=14069564 CPUtime=12.29 cores=1,3,5,7
/proc/22630/task/22684/stat : 22684 (java) S 22627 22630 4896 0 -1 1077944384 35541 12337 0 0 1150 72 5 2 20 0 15 0 146946001 14407233536 920243 18446744073709551615 4194304 4196468 140732985192464 140531777853968 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22685] ppid=22627 vsize=14069564 CPUtime=0.81 cores=1,3,5,7
/proc/22630/task/22685/stat : 22685 (java) S 22627 22630 4896 0 -1 1077944384 51636 12337 0 0 59 15 5 2 20 0 15 0 146946003 14407233536 920243 18446744073709551615 4194304 4196468 140732985192464 140531659147888 140532181310082 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22686] ppid=22627 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/22630/task/22686/stat : 22686 (java) S 22627 22630 4896 0 -1 1077944384 55 12337 0 0 0 0 5 2 20 0 15 0 146946003 14407233536 920243 18446744073709551615 4194304 4196468 140732985192464 140531658093984 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22687] ppid=22627 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/22630/task/22687/stat : 22687 (java) S 22627 22630 4896 0 -1 1077944384 43 12337 0 0 0 0 5 2 20 0 15 0 146946003 14407233536 920243 18446744073709551615 4194304 4196468 140732985192464 140531657041536 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22688] ppid=22627 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/22630/task/22688/stat : 22688 (java) S 22627 22630 4896 0 -1 1077944384 3 12337 0 0 0 0 5 2 20 0 15 0 146946006 14407233536 920243 18446744073709551615 4194304 4196468 140732985192464 140531655989840 140532181317531 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22689] ppid=22627 vsize=14069564 CPUtime=7.06 cores=1,3,5,7
/proc/22630/task/22689/stat : 22689 (java) S 22627 22630 4896 0 -1 1077944384 25390 12337 0 0 694 5 5 2 20 0 15 0 146946006 14407233536 920243 18446744073709551615 4194304 4196468 140732985192464 140531654936688 140532181310082 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22690] ppid=22627 vsize=14069564 CPUtime=6.73 cores=1,3,5,7
/proc/22630/task/22690/stat : 22690 (java) S 22627 22630 4896 0 -1 1077944384 21014 12337 0 0 663 3 5 2 20 0 15 0 146946006 14407233536 920243 18446744073709551615 4194304 4196468 140732985192464 140531653883888 140532181310082 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22691] ppid=22627 vsize=14069564 CPUtime=1.88 cores=1,3,5,7
/proc/22630/task/22691/stat : 22691 (java) S 22627 22630 4896 0 -1 1077944384 15399 12337 0 0 176 5 5 2 20 0 15 0 146946006 14407233536 920243 18446744073709551615 4194304 4196468 140732985192464 140531652831600 140532181310082 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22692] ppid=22627 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/22630/task/22692/stat : 22692 (java) S 22627 22630 4896 0 -1 1077944384 3 12337 0 0 0 0 5 2 20 0 15 0 146946006 14407233536 920243 18446744073709551615 4194304 4196468 140732985192464 140531651779040 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22693] ppid=22627 vsize=14069564 CPUtime=1.53 cores=1,3,5,7
/proc/22630/task/22693/stat : 22693 (java) S 22627 22630 4896 0 -1 1077944384 1641 12337 0 0 63 83 5 2 20 0 15 0 146946010 14407233536 920243 18446744073709551615 4194304 4196468 140732985192464 140531650726832 140532181310082 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 66 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
Current children cumulated CPU time (s) 2434.77
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.49 1.46 1.48 3/217 22997
/proc/meminfo: memFree=26803124/32770624 swapFree=0/455228
[pid=22630] ppid=22627 vsize=14069564 CPUtime=2495.48 cores=1,3,5,7
/proc/22630/stat : 22630 (java) S 22627 22630 4896 0 -1 1077944320 512739 12337 0 0 249045 496 5 2 20 0 15 0 146945981 14407233536 884232 18446744073709551615 4194304 4196468 140732985192464 140732985175008 140532181298935 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
/proc/22630/statm: 3517391 884232 3480 1 0 3506005 0
[pid=22630/tid=22680] ppid=22627 vsize=14069564 CPUtime=2427.66 cores=1,3,5,7
/proc/22630/task/22680/stat : 22680 (java) R 22627 22630 4896 0 -1 4202560 274926 12337 0 0 242644 115 5 2 20 0 15 0 146946001 14407233536 884232 18446744073709551615 4194304 4196468 140732985192464 140532185533344 140531827639340 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22681] ppid=22627 vsize=14069564 CPUtime=12.55 cores=1,3,5,7
/proc/22630/task/22681/stat : 22681 (java) S 22627 22630 4896 0 -1 1077944384 25074 12337 0 0 1175 73 5 2 20 0 15 0 146946001 14407233536 884232 18446744073709551615 4194304 4196468 140732985192464 140532138264976 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22682] ppid=22627 vsize=14069564 CPUtime=12.58 cores=1,3,5,7
/proc/22630/task/22682/stat : 22682 (java) S 22627 22630 4896 0 -1 1077944384 31191 12337 0 0 1181 70 5 2 20 0 15 0 146946001 14407233536 884232 18446744073709551615 4194304 4196468 140732985192464 140532137212176 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22683] ppid=22627 vsize=14069564 CPUtime=12.55 cores=1,3,5,7
/proc/22630/task/22683/stat : 22683 (java) S 22627 22630 4896 0 -1 1077944384 28019 12337 0 0 1177 71 5 2 20 0 15 0 146946001 14407233536 884232 18446744073709551615 4194304 4196468 140732985192464 140531778906768 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22684] ppid=22627 vsize=14069564 CPUtime=12.53 cores=1,3,5,7
/proc/22630/task/22684/stat : 22684 (java) S 22627 22630 4896 0 -1 1077944384 35810 12337 0 0 1174 72 5 2 20 0 15 0 146946001 14407233536 884232 18446744073709551615 4194304 4196468 140732985192464 140531777853968 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22685] ppid=22627 vsize=14069564 CPUtime=0.89 cores=1,3,5,7
/proc/22630/task/22685/stat : 22685 (java) S 22627 22630 4896 0 -1 1077944384 51985 12337 0 0 65 17 5 2 20 0 15 0 146946003 14407233536 884232 18446744073709551615 4194304 4196468 140732985192464 140531659147888 140532181310082 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22686] ppid=22627 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/22630/task/22686/stat : 22686 (java) S 22627 22630 4896 0 -1 1077944384 55 12337 0 0 0 0 5 2 20 0 15 0 146946003 14407233536 884232 18446744073709551615 4194304 4196468 140732985192464 140531658093984 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22687] ppid=22627 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/22630/task/22687/stat : 22687 (java) S 22627 22630 4896 0 -1 1077944384 43 12337 0 0 0 0 5 2 20 0 15 0 146946003 14407233536 884232 18446744073709551615 4194304 4196468 140732985192464 140531657041536 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22688] ppid=22627 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/22630/task/22688/stat : 22688 (java) S 22627 22630 4896 0 -1 1077944384 3 12337 0 0 0 0 5 2 20 0 15 0 146946006 14407233536 884232 18446744073709551615 4194304 4196468 140732985192464 140531655989840 140532181317531 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22689] ppid=22627 vsize=14069564 CPUtime=7.06 cores=1,3,5,7
/proc/22630/task/22689/stat : 22689 (java) S 22627 22630 4896 0 -1 1077944384 25393 12337 0 0 694 5 5 2 20 0 15 0 146946006 14407233536 884232 18446744073709551615 4194304 4196468 140732985192464 140531654936688 140532181310082 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22690] ppid=22627 vsize=14069564 CPUtime=6.73 cores=1,3,5,7
/proc/22630/task/22690/stat : 22690 (java) S 22627 22630 4896 0 -1 1077944384 21016 12337 0 0 663 3 5 2 20 0 15 0 146946006 14407233536 884232 18446744073709551615 4194304 4196468 140732985192464 140531653883888 140532181310082 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22691] ppid=22627 vsize=14069564 CPUtime=1.88 cores=1,3,5,7
/proc/22630/task/22691/stat : 22691 (java) S 22627 22630 4896 0 -1 1077944384 15401 12337 0 0 176 5 5 2 20 0 15 0 146946006 14407233536 884232 18446744073709551615 4194304 4196468 140732985192464 140531652831600 140532181310082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22692] ppid=22627 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/22630/task/22692/stat : 22692 (java) S 22627 22630 4896 0 -1 1077944384 3 12337 0 0 0 0 5 2 20 0 15 0 146946006 14407233536 884232 18446744073709551615 4194304 4196468 140732985192464 140531651779040 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22693] ppid=22627 vsize=14069564 CPUtime=1.58 cores=1,3,5,7
/proc/22630/task/22693/stat : 22693 (java) S 22627 22630 4896 0 -1 1077944384 1664 12337 0 0 65 86 5 2 20 0 15 0 146946010 14407233536 884232 18446744073709551615 4194304 4196468 140732985192464 140531650726832 140532181310082 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 66 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
Current children cumulated CPU time (s) 2495.48
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2461.8 s]
/proc/loadavg: 1.49 1.46 1.49 3/217 22997
/proc/meminfo: memFree=26842508/32770624 swapFree=0/455224
[pid=22630] ppid=22627 vsize=14069564 CPUtime=2520.01 cores=1,3,5,7
/proc/22630/stat : 22630 (java) S 22627 22630 4896 0 -1 1077944320 535989 12337 0 0 251495 499 5 2 20 0 15 0 146945981 14407233536 857489 18446744073709551615 4194304 4196468 140732985192464 140732985175008 140532181298935 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
/proc/22630/statm: 3517391 857489 3480 1 0 3506005 0
[pid=22630/tid=22680] ppid=22627 vsize=14069564 CPUtime=2445.91 cores=1,3,5,7
/proc/22630/task/22680/stat : 22680 (java) R 22627 22630 4896 0 -1 4202560 280038 12337 0 0 244468 116 5 2 20 0 15 0 146946001 14407233536 857489 18446744073709551615 4194304 4196468 140732985192464 140532185529872 140531824438147 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22681] ppid=22627 vsize=14069564 CPUtime=13.71 cores=1,3,5,7
/proc/22630/task/22681/stat : 22681 (java) S 22627 22630 4896 0 -1 1077944384 25514 12337 0 0 1291 73 5 2 20 0 15 0 146946001 14407233536 857489 18446744073709551615 4194304 4196468 140732985192464 140532138264976 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22682] ppid=22627 vsize=14069564 CPUtime=13.74 cores=1,3,5,7
/proc/22630/task/22682/stat : 22682 (java) S 22627 22630 4896 0 -1 1077944384 31665 12337 0 0 1296 71 5 2 20 0 15 0 146946001 14407233536 857489 18446744073709551615 4194304 4196468 140732985192464 140532137212176 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22683] ppid=22627 vsize=14069564 CPUtime=13.71 cores=1,3,5,7
/proc/22630/task/22683/stat : 22683 (java) S 22627 22630 4896 0 -1 1077944384 28442 12337 0 0 1292 72 5 2 20 0 15 0 146946001 14407233536 857489 18446744073709551615 4194304 4196468 140732985192464 140531778906768 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22684] ppid=22627 vsize=14069564 CPUtime=13.68 cores=1,3,5,7
/proc/22630/task/22684/stat : 22684 (java) S 22627 22630 4896 0 -1 1077944384 36151 12337 0 0 1289 72 5 2 20 0 15 0 146946001 14407233536 857489 18446744073709551615 4194304 4196468 140732985192464 140531777853968 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22685] ppid=22627 vsize=14069564 CPUtime=0.99 cores=1,3,5,7
/proc/22630/task/22685/stat : 22685 (java) S 22627 22630 4896 0 -1 1077944384 60884 12337 0 0 74 18 5 2 20 0 15 0 146946003 14407233536 857489 18446744073709551615 4194304 4196468 140732985192464 140531659147888 140532181310082 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22686] ppid=22627 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/22630/task/22686/stat : 22686 (java) S 22627 22630 4896 0 -1 1077944384 57 12337 0 0 0 0 5 2 20 0 15 0 146946003 14407233536 857489 18446744073709551615 4194304 4196468 140732985192464 140531658093984 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22687] ppid=22627 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/22630/task/22687/stat : 22687 (java) S 22627 22630 4896 0 -1 1077944384 45 12337 0 0 0 0 5 2 20 0 15 0 146946003 14407233536 857489 18446744073709551615 4194304 4196468 140732985192464 140531657041536 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22688] ppid=22627 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/22630/task/22688/stat : 22688 (java) S 22627 22630 4896 0 -1 1077944384 3 12337 0 0 0 0 5 2 20 0 15 0 146946006 14407233536 857489 18446744073709551615 4194304 4196468 140732985192464 140531655989840 140532181317531 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22689] ppid=22627 vsize=14069564 CPUtime=7.74 cores=1,3,5,7
/proc/22630/task/22689/stat : 22689 (java) S 22627 22630 4896 0 -1 1077944384 28790 12337 0 0 762 5 5 2 20 0 15 0 146946006 14407233536 857489 18446744073709551615 4194304 4196468 140732985192464 140531654936688 140532181310082 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22690] ppid=22627 vsize=14069564 CPUtime=7.55 cores=1,3,5,7
/proc/22630/task/22690/stat : 22690 (java) S 22627 22630 4896 0 -1 1077944384 23966 12337 0 0 745 3 5 2 20 0 15 0 146946006 14407233536 857489 18446744073709551615 4194304 4196468 140732985192464 140531653883888 140532181310082 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22691] ppid=22627 vsize=14069564 CPUtime=1.93 cores=1,3,5,7
/proc/22630/task/22691/stat : 22691 (java) S 22627 22630 4896 0 -1 1077944384 16605 12337 0 0 181 5 5 2 20 0 15 0 146946006 14407233536 857489 18446744073709551615 4194304 4196468 140732985192464 140531652831600 140532181310082 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22692] ppid=22627 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/22630/task/22692/stat : 22692 (java) S 22627 22630 4896 0 -1 1077944384 3 12337 0 0 0 0 5 2 20 0 15 0 146946006 14407233536 857489 18446744073709551615 4194304 4196468 140732985192464 140531651779040 140532181309141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 0
[pid=22630/tid=22693] ppid=22627 vsize=14069564 CPUtime=1.58 cores=1,3,5,7
/proc/22630/task/22693/stat : 22693 (java) S 22627 22630 4896 0 -1 1077944384 1670 12337 0 0 65 86 5 2 20 0 15 0 146946010 14407233536 857489 18446744073709551615 4194304 4196468 140732985192464 140531650726832 140532181310082 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 66 0 0 6293624 6294260 14626816 140732985194448 140732985197233 140732985197233 140732985200591 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 22630 sig 9
??? kill -22630 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2461.85
CPU time (s): 2520.08
CPU user time (s): 2515.03
CPU system time (s): 5.04924
CPU usage (%): 102.365
Max. virtual memory (cumulated for all children) (KiB): 14071660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.03
system time used= 5.04924
maximum resident set size= 4570120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 548488
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 72054
involuntary context switches= 3277

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.755 second user time and 16.6085 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-11 19:21:07
IDJOB=4261836
IDBENCH=137180
IDSOLVER=2650
FILE ID=node132/4261836-1502472931
RUNJOBID= node132-1502411403-4960
PBS_JOBID= 
Free space on /tmp= 62004 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw120/BinPacking-mdd-sw120-63.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261836-1502472931/watcher-4261836-1502472931 -o /tmp/evaluation-result-4261836-1502472931/solver-4261836-1502472931 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502411403-4960 --watchdog 2580  bin/concrete HOME/instance-4261836-1502472931.xml

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

MD5SUM BENCH= 6886ed4ce8536fa7eb6fe38004cd2981
RANDOM SEED=473027476

node132.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.74
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.74
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.74
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.74
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:        25949840 kB
MemAvailable:   26828948 kB
Buffers:          300860 kB
Cached:           888100 kB
SwapCached:            0 kB
Active:          5871028 kB
Inactive:         503832 kB
Active(anon):    5186748 kB
Inactive(anon):    49012 kB
Active(file):     684280 kB
Inactive(file):   454820 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24852 kB
Writeback:             0 kB
AnonPages:       5181700 kB
Mapped:            74416 kB
Shmem:             49852 kB
Slab:             138692 kB
SReclaimable:     111684 kB
SUnreclaim:        27008 kB
KernelStack:        3504 kB
PageTables:        15716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5691444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4900864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61984 MiB
End job on node132 at 2017-08-11 20:02:09