Trace number 4261870

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.4SAT (TO)0 2520.0901 2436.25

General information on the benchmark

NameBinPacking/BinPacking-tab-sw120/
BinPacking-tab-sw120-10.xml
MD5SUM67f07639019614dd1d008c87f8253383
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark679.95697
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 constraints22
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

Verifier Data

OK	0

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4261870-1502475611/watcher-4261870-1502475611 -o /tmp/evaluation-result-4261870-1502475611/solver-4261870-1502475611 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502411387-7498 --watchdog 2580 bin/concrete HOME/instance-4261870-1502475611.xml 

pid=27859
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.73 1.60 1.45 4/195 27862
/proc/meminfo: memFree=27690792/32770624 swapFree=0/402392
[pid=27862] ppid=27859 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/27862/stat : 27862 (runsolver) D 27859 27862 7434 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 35901832 24240128 106 18446744073709551615 4194304 4338465 140735042439040 140735042436680 140216427147991 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 31260672 140735042445521 140735042445897 140735042445897 140735042449354 0
/proc/27862/statm: 5918 106 53 36 0 2156 0

[startup+0.101388 s]
/proc/loadavg: 1.73 1.60 1.45 4/195 27862
/proc/meminfo: memFree=27690792/32770624 swapFree=0/402392
[pid=27862] ppid=27859 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/27862/stat : 27862 (bash) S 27859 27862 7434 0 -1 4202496 892 6485 0 0 0 0 0 1 20 0 1 0 35901832 9867264 377 18446744073709551615 4194304 5098028 140722519645824 140722519639832 140712481582080 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 7 0 0 7196144 7232144 33206272 140722519650836 140722519650921 140722519650921 140722519654378 0
/proc/27862/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200277 s]
/proc/loadavg: 1.73 1.60 1.45 4/195 27862
/proc/meminfo: memFree=27690792/32770624 swapFree=0/402392
[pid=27862] ppid=27859 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/27862/stat : 27862 (bash) S 27859 27862 7434 0 -1 4202496 892 6485 0 0 0 0 0 1 20 0 1 0 35901832 9867264 377 18446744073709551615 4194304 5098028 140722519645824 140722519639832 140712481582080 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 7 0 0 7196144 7232144 33206272 140722519650836 140722519650921 140722519650921 140722519654378 0
/proc/27862/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300344 s]
/proc/loadavg: 1.73 1.60 1.45 4/195 27862
/proc/meminfo: memFree=27690792/32770624 swapFree=0/402392
[pid=27862] ppid=27859 vsize=13907308 CPUtime=0.13 cores=1,3,5,7
/proc/27862/stat : 27862 (java) S 27859 27862 7434 0 -1 1077944320 5934 12670 0 0 5 1 5 2 20 0 14 0 35901832 14241083392 6114 18446744073709551615 4194304 4196468 140724229993584 140724229976128 140064039698167 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
/proc/27862/statm: 3476827 6114 2554 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700282 s]
/proc/loadavg: 1.73 1.60 1.45 4/195 27862
/proc/meminfo: memFree=27690792/32770624 swapFree=0/402392
[pid=27862] ppid=27859 vsize=13974784 CPUtime=0.69 cores=1,3,5,7
/proc/27862/stat : 27862 (java) S 27859 27862 7434 0 -1 1077944320 14036 12670 0 0 58 4 5 2 20 0 15 0 35901832 14310178816 15473 18446744073709551615 4194304 4196468 140724229993584 140724229976128 140064039698167 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
/proc/27862/statm: 3493696 15473 3116 1 0 3482965 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13974784

[startup+1.50275 s]
/proc/loadavg: 1.73 1.60 1.45 4/210 27925
/proc/meminfo: memFree=27562472/32770624 swapFree=0/402848
[pid=27862] ppid=27859 vsize=13985408 CPUtime=1.91 cores=1,3,5,7
/proc/27862/stat : 27862 (java) S 27859 27862 7434 0 -1 1077944320 26698 12670 0 0 174 10 5 2 20 0 15 0 35901832 14321057792 43124 18446744073709551615 4194304 4196468 140724229993584 140724229976128 140064039698167 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
/proc/27862/statm: 3496352 43124 3361 1 0 3485525 0
[pid=27862/tid=27912] ppid=27859 vsize=13985408 CPUtime=1.28 cores=1,3,5,7
/proc/27862/task/27912/stat : 27912 (java) S 27859 27862 7434 0 -1 1077944384 20526 12670 0 0 114 7 5 2 20 0 15 0 35901853 14321057792 43124 18446744073709551615 4194304 4196468 140724229993584 140064043924560 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27913] ppid=27859 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/27862/task/27913/stat : 27913 (java) S 27859 27862 7434 0 -1 1077944384 191 12670 0 0 1 0 5 2 20 0 15 0 35901854 14321057792 43124 18446744073709551615 4194304 4196468 140724229993584 140063996664208 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27914] ppid=27859 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/27862/task/27914/stat : 27914 (java) S 27859 27862 7434 0 -1 1077944384 37 12670 0 0 1 0 5 2 20 0 15 0 35901854 14321057792 43124 18446744073709551615 4194304 4196468 140724229993584 140063995611408 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27915] ppid=27859 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/27862/task/27915/stat : 27915 (java) S 27859 27862 7434 0 -1 1077944384 26 12670 0 0 1 0 5 2 20 0 15 0 35901854 14321057792 43124 18446744073709551615 4194304 4196468 140724229993584 140063994559120 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27916] ppid=27859 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27862/task/27916/stat : 27916 (java) S 27859 27862 7434 0 -1 1077944384 42 12670 0 0 0 0 5 2 20 0 15 0 35901854 14321057792 43124 18446744073709551615 4194304 4196468 140724229993584 140063993506320 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27917] ppid=27859 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/27862/task/27917/stat : 27917 (java) S 27859 27862 7434 0 -1 1077944384 646 12670 0 0 1 0 5 2 20 0 15 0 35901855 14321057792 43124 18446744073709551615 4194304 4196468 140724229993584 140063585360496 140064039709314 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27918] ppid=27859 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27862/task/27918/stat : 27918 (java) S 27859 27862 7434 0 -1 1077944384 33 12670 0 0 0 0 5 2 20 0 15 0 35901856 14321057792 43124 18446744073709551615 4194304 4196468 140724229993584 140063584306528 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27919] ppid=27859 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27862/task/27919/stat : 27919 (java) R 27859 27862 7434 0 -1 4202560 23 12670 0 0 0 0 5 2 20 0 15 0 35901856 14321057792 43124 18446744073709551615 4194304 4196468 140724229993584 140063583253728 140063665160742 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27920] ppid=27859 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27862/task/27920/stat : 27920 (java) S 27859 27862 7434 0 -1 1077944384 3 12670 0 0 0 0 5 2 20 0 15 0 35901859 14321057792 43124 18446744073709551615 4194304 4196468 140724229993584 140063582202448 140064039716763 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27921] ppid=27859 vsize=13985408 CPUtime=0.19 cores=1,3,5,7
/proc/27862/task/27921/stat : 27921 (java) R 27859 27862 7434 0 -1 1077944384 972 12670 0 0 12 0 5 2 20 0 15 0 35901859 14321057792 43124 18446744073709551615 4194304 4196468 140724229993584 140063019362416 140064039709314 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27922] ppid=27859 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/27862/task/27922/stat : 27922 (java) S 27859 27862 7434 0 -1 1077944384 765 12670 0 0 16 0 5 2 20 0 15 0 35901859 14321057792 43124 18446744073709551615 4194304 4196468 140724229993584 140063018309616 140064039709314 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27923] ppid=27859 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/27862/task/27923/stat : 27923 (java) R 27859 27862 7434 0 -1 4202560 1276 12670 0 0 23 0 5 2 20 0 15 0 35901859 14321057792 43124 18446744073709551615 4194304 4196468 140724229993584 140063017252544 140064039710102 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27924] ppid=27859 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27862/task/27924/stat : 27924 (java) S 27859 27862 7434 0 -1 1077944384 3 12670 0 0 0 0 5 2 20 0 15 0 35901859 14321057792 43124 18446744073709551615 4194304 4196468 140724229993584 140063016204768 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27925] ppid=27859 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27862/task/27925/stat : 27925 (java) S 27859 27862 7434 0 -1 1077944384 3 12670 0 0 0 0 5 2 20 0 15 0 35901863 14321057792 43124 18446744073709551615 4194304 4196468 140724229993584 140063015152560 140064039709314 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 13985408

[startup+3.10582 s]
/proc/loadavg: 1.73 1.60 1.45 4/210 27925
/proc/meminfo: memFree=27486532/32770624 swapFree=0/402852
[pid=27862] ppid=27859 vsize=13993788 CPUtime=5.56 cores=1,3,5,7
/proc/27862/stat : 27862 (java) S 27859 27862 7434 0 -1 1077944320 34327 12670 0 0 497 52 5 2 20 0 15 0 35901832 14329638912 309595 18446744073709551615 4194304 4196468 140724229993584 140724229976128 140064039698167 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
/proc/27862/statm: 3498447 309595 3459 1 0 3487061 0
[pid=27862/tid=27912] ppid=27859 vsize=13993788 CPUtime=2.68 cores=1,3,5,7
/proc/27862/task/27912/stat : 27912 (java) R 27859 27862 7434 0 -1 4202560 23805 12670 0 0 240 21 5 2 20 0 15 0 35901853 14329638912 309595 18446744073709551615 4194304 4196468 140724229993584 140064043929552 140063665150763 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27913] ppid=27859 vsize=13993788 CPUtime=0.24 cores=1,3,5,7
/proc/27862/task/27913/stat : 27913 (java) S 27859 27862 7434 0 -1 1077944384 324 12670 0 0 11 6 5 2 20 0 15 0 35901854 14329638912 309595 18446744073709551615 4194304 4196468 140724229993584 140063996664208 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27914] ppid=27859 vsize=13993788 CPUtime=0.24 cores=1,3,5,7
/proc/27862/task/27914/stat : 27914 (java) S 27859 27862 7434 0 -1 1077944384 161 12670 0 0 12 5 5 2 20 0 15 0 35901854 14329638912 309595 18446744073709551615 4194304 4196468 140724229993584 140063995611408 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27915] ppid=27859 vsize=13993788 CPUtime=0.26 cores=1,3,5,7
/proc/27862/task/27915/stat : 27915 (java) S 27859 27862 7434 0 -1 1077944384 188 12670 0 0 12 7 5 2 20 0 15 0 35901854 14329638912 309595 18446744073709551615 4194304 4196468 140724229993584 140063994559120 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27916] ppid=27859 vsize=13993788 CPUtime=0.26 cores=1,3,5,7
/proc/27862/task/27916/stat : 27916 (java) S 27859 27862 7434 0 -1 1077944384 195 12670 0 0 12 7 5 2 20 0 15 0 35901854 14329638912 309595 18446744073709551615 4194304 4196468 140724229993584 140063993506320 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27917] ppid=27859 vsize=13993788 CPUtime=0.09 cores=1,3,5,7
/proc/27862/task/27917/stat : 27917 (java) S 27859 27862 7434 0 -1 1077944384 1171 12670 0 0 2 0 5 2 20 0 15 0 35901855 14329638912 309595 18446744073709551615 4194304 4196468 140724229993584 140063585360496 140064039709314 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27918] ppid=27859 vsize=13993788 CPUtime=0.07 cores=1,3,5,7
/proc/27862/task/27918/stat : 27918 (java) S 27859 27862 7434 0 -1 1077944384 33 12670 0 0 0 0 5 2 20 0 15 0 35901856 14329638912 309595 18446744073709551615 4194304 4196468 140724229993584 140063584306528 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27919] ppid=27859 vsize=13993788 CPUtime=0.07 cores=1,3,5,7
/proc/27862/task/27919/stat : 27919 (java) S 27859 27862 7434 0 -1 1077944384 23 12670 0 0 0 0 5 2 20 0 15 0 35901856 14329638912 309595 18446744073709551615 4194304 4196468 140724229993584 140063583254144 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27920] ppid=27859 vsize=13993788 CPUtime=0.07 cores=1,3,5,7
/proc/27862/task/27920/stat : 27920 (java) S 27859 27862 7434 0 -1 1077944384 3 12670 0 0 0 0 5 2 20 0 15 0 35901859 14329638912 309595 18446744073709551615 4194304 4196468 140724229993584 140063582202448 140064039716763 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27921] ppid=27859 vsize=13993788 CPUtime=0.85 cores=1,3,5,7
/proc/27862/task/27921/stat : 27921 (java) R 27859 27862 7434 0 -1 1077944384 2600 12670 0 0 78 0 5 2 20 0 15 0 35901859 14329638912 309595 18446744073709551615 4194304 4196468 140724229993584 140063019353744 140064039708373 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27922] ppid=27859 vsize=13993788 CPUtime=0.6 cores=1,3,5,7
/proc/27862/task/27922/stat : 27922 (java) R 27859 27862 7434 0 -1 4202560 1179 12670 0 0 53 0 5 2 20 0 15 0 35901859 14329638912 309595 18446744073709551615 4194304 4196468 140724229993584 140063018296400 140064023193341 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27923] ppid=27859 vsize=13993788 CPUtime=0.79 cores=1,3,5,7
/proc/27862/task/27923/stat : 27923 (java) R 27859 27862 7434 0 -1 4202560 2487 12670 0 0 72 0 5 2 20 0 15 0 35901859 14329638912 309595 18446744073709551615 4194304 4196468 140724229993584 140063017253280 140064019106465 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27924] ppid=27859 vsize=13993788 CPUtime=0.07 cores=1,3,5,7
/proc/27862/task/27924/stat : 27924 (java) S 27859 27862 7434 0 -1 1077944384 3 12670 0 0 0 0 5 2 20 0 15 0 35901859 14329638912 309595 18446744073709551615 4194304 4196468 140724229993584 140063016204768 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27925] ppid=27859 vsize=13993788 CPUtime=0.07 cores=1,3,5,7
/proc/27862/task/27925/stat : 27925 (java) S 27859 27862 7434 0 -1 1077944384 3 12670 0 0 0 0 5 2 20 0 15 0 35901863 14329638912 309595 18446744073709551615 4194304 4196468 140724229993584 140063015152560 140064039709314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
Current children cumulated CPU time (s) 5.56
Current children cumulated vsize (KiB) 13993788

[startup+6.30073 s]
/proc/loadavg: 1.75 1.61 1.46 4/210 27925
/proc/meminfo: memFree=25892936/32770624 swapFree=0/402844
[pid=27862] ppid=27859 vsize=13993788 CPUtime=10.36 cores=1,3,5,7
/proc/27862/stat : 27862 (java) S 27859 27862 7434 0 -1 1077944320 40797 12670 0 0 938 91 5 2 20 0 15 0 35901832 14329638912 448921 18446744073709551615 4194304 4196468 140724229993584 140724229976128 140064039698167 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
/proc/27862/statm: 3498447 448921 3460 1 0 3487061 0
[pid=27862/tid=27912] ppid=27859 vsize=13993788 CPUtime=5.39 cores=1,3,5,7
/proc/27862/task/27912/stat : 27912 (java) R 27859 27862 7434 0 -1 4202560 24887 12670 0 0 508 24 5 2 20 0 15 0 35901853 14329638912 448921 18446744073709551615 4194304 4196468 140724229993584 140064043932288 140063672662693 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27913] ppid=27859 vsize=13993788 CPUtime=0.69 cores=1,3,5,7
/proc/27862/task/27913/stat : 27913 (java) S 27859 27862 7434 0 -1 1077944384 1437 12670 0 0 47 15 5 2 20 0 15 0 35901854 14329638912 448921 18446744073709551615 4194304 4196468 140724229993584 140063996664208 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27914] ppid=27859 vsize=13993788 CPUtime=0.67 cores=1,3,5,7
/proc/27862/task/27914/stat : 27914 (java) S 27859 27862 7434 0 -1 1077944384 829 12670 0 0 46 14 5 2 20 0 15 0 35901854 14329638912 448921 18446744073709551615 4194304 4196468 140724229993584 140063995611408 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27915] ppid=27859 vsize=13993788 CPUtime=0.7 cores=1,3,5,7
/proc/27862/task/27915/stat : 27915 (java) S 27859 27862 7434 0 -1 1077944384 801 12670 0 0 47 16 5 2 20 0 15 0 35901854 14329638912 448921 18446744073709551615 4194304 4196468 140724229993584 140063994559120 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27916] ppid=27859 vsize=13993788 CPUtime=0.69 cores=1,3,5,7
/proc/27862/task/27916/stat : 27916 (java) S 27859 27862 7434 0 -1 1077944384 1000 12670 0 0 47 15 5 2 20 0 15 0 35901854 14329638912 448921 18446744073709551615 4194304 4196468 140724229993584 140063993506320 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27917] ppid=27859 vsize=13993788 CPUtime=0.12 cores=1,3,5,7
/proc/27862/task/27917/stat : 27917 (java) S 27859 27862 7434 0 -1 1077944384 2337 12670 0 0 5 0 5 2 20 0 15 0 35901855 14329638912 448921 18446744073709551615 4194304 4196468 140724229993584 140063585360496 140064039709314 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27918] ppid=27859 vsize=13993788 CPUtime=0.07 cores=1,3,5,7
/proc/27862/task/27918/stat : 27918 (java) S 27859 27862 7434 0 -1 1077944384 33 12670 0 0 0 0 5 2 20 0 15 0 35901856 14329638912 448921 18446744073709551615 4194304 4196468 140724229993584 140063584306528 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27919] ppid=27859 vsize=13993788 CPUtime=0.07 cores=1,3,5,7
/proc/27862/task/27919/stat : 27919 (java) S 27859 27862 7434 0 -1 1077944384 23 12670 0 0 0 0 5 2 20 0 15 0 35901856 14329638912 448921 18446744073709551615 4194304 4196468 140724229993584 140063583254144 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27920] ppid=27859 vsize=13993788 CPUtime=0.07 cores=1,3,5,7
/proc/27862/task/27920/stat : 27920 (java) S 27859 27862 7434 0 -1 1077944384 3 12670 0 0 0 0 5 2 20 0 15 0 35901859 14329638912 448921 18446744073709551615 4194304 4196468 140724229993584 140063582202448 140064039716763 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27921] ppid=27859 vsize=13993788 CPUtime=0.99 cores=1,3,5,7
/proc/27862/task/27921/stat : 27921 (java) S 27859 27862 7434 0 -1 1077944384 2623 12670 0 0 92 0 5 2 20 0 15 0 35901859 14329638912 448921 18446744073709551615 4194304 4196468 140724229993584 140063019362416 140064039709314 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27922] ppid=27859 vsize=13993788 CPUtime=0.74 cores=1,3,5,7
/proc/27862/task/27922/stat : 27922 (java) S 27859 27862 7434 0 -1 1077944384 1305 12670 0 0 67 0 5 2 20 0 15 0 35901859 14329638912 448921 18446744073709551615 4194304 4196468 140724229993584 140063018309616 140064039709314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27923] ppid=27859 vsize=13993788 CPUtime=0.8 cores=1,3,5,7
/proc/27862/task/27923/stat : 27923 (java) S 27859 27862 7434 0 -1 1077944384 2513 12670 0 0 73 0 5 2 20 0 15 0 35901859 14329638912 448921 18446744073709551615 4194304 4196468 140724229993584 140063017257328 140064039709314 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27924] ppid=27859 vsize=13993788 CPUtime=0.07 cores=1,3,5,7
/proc/27862/task/27924/stat : 27924 (java) S 27859 27862 7434 0 -1 1077944384 3 12670 0 0 0 0 5 2 20 0 15 0 35901859 14329638912 448921 18446744073709551615 4194304 4196468 140724229993584 140063016204768 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27925] ppid=27859 vsize=13993788 CPUtime=0.07 cores=1,3,5,7
/proc/27862/task/27925/stat : 27925 (java) S 27859 27862 7434 0 -1 1077944384 851 12670 0 0 0 0 5 2 20 0 15 0 35901863 14329638912 448921 18446744073709551615 4194304 4196468 140724229993584 140063015152560 140064039709314 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
Current children cumulated CPU time (s) 10.36
Current children cumulated vsize (KiB) 13993788

[startup+12.7007 s]
/proc/loadavg: 1.77 1.61 1.46 3/209 27925
/proc/meminfo: memFree=25455560/32770624 swapFree=0/402836
[pid=27862] ppid=27859 vsize=13995836 CPUtime=17.72 cores=1,3,5,7
/proc/27862/stat : 27862 (java) S 27859 27862 7434 0 -1 1077944320 44967 12670 0 0 1641 124 5 2 20 0 15 0 35901832 14331736064 535646 18446744073709551615 4194304 4196468 140724229993584 140724229976128 140064039698167 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
/proc/27862/statm: 3498959 535646 3461 1 0 3487573 0
[pid=27862/tid=27912] ppid=27859 vsize=13995836 CPUtime=11.51 cores=1,3,5,7
/proc/27862/task/27912/stat : 27912 (java) R 27859 27862 7434 0 -1 4202560 26197 12670 0 0 1118 26 5 2 20 0 15 0 35901853 14331736064 535646 18446744073709551615 4194304 4196468 140724229993584 140064043933032 140064016922320 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27913] ppid=27859 vsize=13995836 CPUtime=0.97 cores=1,3,5,7
/proc/27862/task/27913/stat : 27913 (java) S 27859 27862 7434 0 -1 1077944384 1658 12670 0 0 67 23 5 2 20 0 15 0 35901854 14331736064 535646 18446744073709551615 4194304 4196468 140724229993584 140063996664208 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27914] ppid=27859 vsize=13995836 CPUtime=0.95 cores=1,3,5,7
/proc/27862/task/27914/stat : 27914 (java) S 27859 27862 7434 0 -1 1077944384 1036 12670 0 0 66 22 5 2 20 0 15 0 35901854 14331736064 535646 18446744073709551615 4194304 4196468 140724229993584 140063995611408 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27915] ppid=27859 vsize=13995836 CPUtime=0.97 cores=1,3,5,7
/proc/27862/task/27915/stat : 27915 (java) S 27859 27862 7434 0 -1 1077944384 995 12670 0 0 67 23 5 2 20 0 15 0 35901854 14331736064 535646 18446744073709551615 4194304 4196468 140724229993584 140063994559120 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27916] ppid=27859 vsize=13995836 CPUtime=0.97 cores=1,3,5,7
/proc/27862/task/27916/stat : 27916 (java) S 27859 27862 7434 0 -1 1077944384 1212 12670 0 0 67 23 5 2 20 0 15 0 35901854 14331736064 535646 18446744073709551615 4194304 4196468 140724229993584 140063993506320 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27917] ppid=27859 vsize=13995836 CPUtime=0.12 cores=1,3,5,7
/proc/27862/task/27917/stat : 27917 (java) S 27859 27862 7434 0 -1 1077944384 2571 12670 0 0 5 0 5 2 20 0 15 0 35901855 14331736064 535646 18446744073709551615 4194304 4196468 140724229993584 140063585360496 140064039709314 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27918] ppid=27859 vsize=13995836 CPUtime=0.07 cores=1,3,5,7
/proc/27862/task/27918/stat : 27918 (java) S 27859 27862 7434 0 -1 1077944384 33 12670 0 0 0 0 5 2 20 0 15 0 35901856 14331736064 535646 18446744073709551615 4194304 4196468 140724229993584 140063584306528 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27919] ppid=27859 vsize=13995836 CPUtime=0.07 cores=1,3,5,7
/proc/27862/task/27919/stat : 27919 (java) S 27859 27862 7434 0 -1 1077944384 23 12670 0 0 0 0 5 2 20 0 15 0 35901856 14331736064 535646 18446744073709551615 4194304 4196468 140724229993584 140063583254144 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27920] ppid=27859 vsize=13995836 CPUtime=0.07 cores=1,3,5,7
/proc/27862/task/27920/stat : 27920 (java) S 27859 27862 7434 0 -1 1077944384 3 12670 0 0 0 0 5 2 20 0 15 0 35901859 14331736064 535646 18446744073709551615 4194304 4196468 140724229993584 140063582202448 140064039716763 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0

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

/proc/27862/task/27924/stat : 27924 (java) S 27859 27862 7434 0 -1 1077944384 3 12670 0 0 0 0 5 2 20 0 15 0 35901859 14340124672 830126 18446744073709551615 4194304 4196468 140724229993584 140063016204768 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27925] ppid=27859 vsize=14004028 CPUtime=1.4 cores=1,3,5,7
/proc/27862/task/27925/stat : 27925 (java) S 27859 27862 7434 0 -1 1077944384 4177 12670 0 0 59 74 5 2 20 0 15 0 35901863 14340124672 830126 18446744073709551615 4194304 4196468 140724229993584 140063015152560 140064039709314 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
Current children cumulated CPU time (s) 2282.25
Current children cumulated vsize (KiB) 14004028

[startup+2262.3 s]
/proc/loadavg: 1.37 1.43 1.45 3/209 28060
/proc/meminfo: memFree=26077940/32770624 swapFree=0/403612
[pid=27862] ppid=27859 vsize=14004028 CPUtime=2343.38 cores=1,3,5,7
/proc/27862/stat : 27862 (java) S 27859 27862 7434 0 -1 1077944320 661014 12670 0 0 233506 825 5 2 20 0 15 0 35901832 14340124672 776902 18446744073709551615 4194304 4196468 140724229993584 140724229976128 140064039698167 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
/proc/27862/statm: 3501007 776902 3483 1 0 3489621 0
[pid=27862/tid=27912] ppid=27859 vsize=14004028 CPUtime=2237.67 cores=1,3,5,7
/proc/27862/task/27912/stat : 27912 (java) R 27859 27862 7434 0 -1 4202560 323211 12670 0 0 223703 57 5 2 20 0 15 0 35901853 14340124672 776902 18446744073709551615 4194304 4196468 140724229993584 140064043932416 140063676838753 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27913] ppid=27859 vsize=14004028 CPUtime=21.47 cores=1,3,5,7
/proc/27862/task/27913/stat : 27913 (java) S 27859 27862 7434 0 -1 1077944384 54290 12670 0 0 1978 162 5 2 20 0 15 0 35901854 14340124672 776902 18446744073709551615 4194304 4196468 140724229993584 140063996664208 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27914] ppid=27859 vsize=14004028 CPUtime=21.47 cores=1,3,5,7
/proc/27862/task/27914/stat : 27914 (java) S 27859 27862 7434 0 -1 1077944384 58069 12670 0 0 1968 172 5 2 20 0 15 0 35901854 14340124672 776902 18446744073709551615 4194304 4196468 140724229993584 140063995611408 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27915] ppid=27859 vsize=14004028 CPUtime=21.49 cores=1,3,5,7
/proc/27862/task/27915/stat : 27915 (java) S 27859 27862 7434 0 -1 1077944384 55782 12670 0 0 1971 171 5 2 20 0 15 0 35901854 14340124672 776902 18446744073709551615 4194304 4196468 140724229993584 140063994559120 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27916] ppid=27859 vsize=14004028 CPUtime=21.46 cores=1,3,5,7
/proc/27862/task/27916/stat : 27916 (java) S 27859 27862 7434 0 -1 1077944384 52393 12670 0 0 1970 169 5 2 20 0 15 0 35901854 14340124672 776902 18446744073709551615 4194304 4196468 140724229993584 140063993506320 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27917] ppid=27859 vsize=14004028 CPUtime=2.54 cores=1,3,5,7
/proc/27862/task/27917/stat : 27917 (java) S 27859 27862 7434 0 -1 1077944384 41083 12670 0 0 225 22 5 2 20 0 15 0 35901855 14340124672 776902 18446744073709551615 4194304 4196468 140724229993584 140063585360496 140064039709314 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27918] ppid=27859 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/27862/task/27918/stat : 27918 (java) S 27859 27862 7434 0 -1 1077944384 50 12670 0 0 0 0 5 2 20 0 15 0 35901856 14340124672 776902 18446744073709551615 4194304 4196468 140724229993584 140063584306592 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27919] ppid=27859 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/27862/task/27919/stat : 27919 (java) S 27859 27862 7434 0 -1 1077944384 40 12670 0 0 0 0 5 2 20 0 15 0 35901856 14340124672 776902 18446744073709551615 4194304 4196468 140724229993584 140063583254144 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27920] ppid=27859 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/27862/task/27920/stat : 27920 (java) S 27859 27862 7434 0 -1 1077944384 3 12670 0 0 0 0 5 2 20 0 15 0 35901859 14340124672 776902 18446744073709551615 4194304 4196468 140724229993584 140063582202448 140064039716763 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27921] ppid=27859 vsize=14004028 CPUtime=7.51 cores=1,3,5,7
/proc/27862/task/27921/stat : 27921 (java) S 27859 27862 7434 0 -1 1077944384 22314 12670 0 0 740 4 5 2 20 0 15 0 35901859 14340124672 776902 18446744073709551615 4194304 4196468 140724229993584 140063019362416 140064039709314 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27922] ppid=27859 vsize=14004028 CPUtime=6.82 cores=1,3,5,7
/proc/27862/task/27922/stat : 27922 (java) S 27859 27862 7434 0 -1 1077944384 24421 12670 0 0 671 4 5 2 20 0 15 0 35901859 14340124672 776902 18446744073709551615 4194304 4196468 140724229993584 140063018309616 140064039709314 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27923] ppid=27859 vsize=14004028 CPUtime=2.03 cores=1,3,5,7
/proc/27862/task/27923/stat : 27923 (java) S 27859 27862 7434 0 -1 1077944384 23003 12670 0 0 191 5 5 2 20 0 15 0 35901859 14340124672 776902 18446744073709551615 4194304 4196468 140724229993584 140063017257328 140064039709314 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27924] ppid=27859 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/27862/task/27924/stat : 27924 (java) S 27859 27862 7434 0 -1 1077944384 3 12670 0 0 0 0 5 2 20 0 15 0 35901859 14340124672 776902 18446744073709551615 4194304 4196468 140724229993584 140063016204768 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27925] ppid=27859 vsize=14004028 CPUtime=1.44 cores=1,3,5,7
/proc/27862/task/27925/stat : 27925 (java) S 27859 27862 7434 0 -1 1077944384 4200 12670 0 0 60 77 5 2 20 0 15 0 35901863 14340124672 776902 18446744073709551615 4194304 4196468 140724229993584 140063015152560 140064039709314 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
Current children cumulated CPU time (s) 2343.38
Current children cumulated vsize (KiB) 14004028

[startup+2322.3 s]
/proc/loadavg: 1.32 1.41 1.44 3/209 28062
/proc/meminfo: memFree=26216956/32770624 swapFree=0/403628
[pid=27862] ppid=27859 vsize=14004028 CPUtime=2404.32 cores=1,3,5,7
/proc/27862/stat : 27862 (java) S 27859 27862 7434 0 -1 1077944320 668574 12670 0 0 239596 829 5 2 20 0 15 0 35901832 14340124672 758947 18446744073709551615 4194304 4196468 140724229993584 140724229976128 140064039698167 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
/proc/27862/statm: 3501007 758947 3483 1 0 3489621 0
[pid=27862/tid=27912] ppid=27859 vsize=14004028 CPUtime=2297.26 cores=1,3,5,7
/proc/27862/task/27912/stat : 27912 (java) R 27859 27862 7434 0 -1 4202560 325824 12670 0 0 229661 58 5 2 20 0 15 0 35901853 14340124672 758947 18446744073709551615 4194304 4196468 140724229993584 140064043931072 140063681046896 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27913] ppid=27859 vsize=14004028 CPUtime=21.79 cores=1,3,5,7
/proc/27862/task/27913/stat : 27913 (java) S 27859 27862 7434 0 -1 1077944384 54962 12670 0 0 2009 163 5 2 20 0 15 0 35901854 14340124672 758947 18446744073709551615 4194304 4196468 140724229993584 140063996664208 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27914] ppid=27859 vsize=14004028 CPUtime=21.78 cores=1,3,5,7
/proc/27862/task/27914/stat : 27914 (java) S 27859 27862 7434 0 -1 1077944384 59804 12670 0 0 1999 172 5 2 20 0 15 0 35901854 14340124672 758947 18446744073709551615 4194304 4196468 140724229993584 140063995611408 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27915] ppid=27859 vsize=14004028 CPUtime=21.79 cores=1,3,5,7
/proc/27862/task/27915/stat : 27915 (java) S 27859 27862 7434 0 -1 1077944384 56498 12670 0 0 2001 171 5 2 20 0 15 0 35901854 14340124672 758947 18446744073709551615 4194304 4196468 140724229993584 140063994559120 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27916] ppid=27859 vsize=14004028 CPUtime=21.77 cores=1,3,5,7
/proc/27862/task/27916/stat : 27916 (java) S 27859 27862 7434 0 -1 1077944384 53821 12670 0 0 2000 170 5 2 20 0 15 0 35901854 14340124672 758947 18446744073709551615 4194304 4196468 140724229993584 140063993506320 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27917] ppid=27859 vsize=14004028 CPUtime=2.62 cores=1,3,5,7
/proc/27862/task/27917/stat : 27917 (java) S 27859 27862 7434 0 -1 1077944384 41450 12670 0 0 232 23 5 2 20 0 15 0 35901855 14340124672 758947 18446744073709551615 4194304 4196468 140724229993584 140063585360496 140064039709314 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27918] ppid=27859 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/27862/task/27918/stat : 27918 (java) S 27859 27862 7434 0 -1 1077944384 50 12670 0 0 0 0 5 2 20 0 15 0 35901856 14340124672 758947 18446744073709551615 4194304 4196468 140724229993584 140063584306592 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27919] ppid=27859 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/27862/task/27919/stat : 27919 (java) S 27859 27862 7434 0 -1 1077944384 40 12670 0 0 0 0 5 2 20 0 15 0 35901856 14340124672 758947 18446744073709551615 4194304 4196468 140724229993584 140063583254144 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27920] ppid=27859 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/27862/task/27920/stat : 27920 (java) S 27859 27862 7434 0 -1 1077944384 3 12670 0 0 0 0 5 2 20 0 15 0 35901859 14340124672 758947 18446744073709551615 4194304 4196468 140724229993584 140063582202448 140064039716763 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27921] ppid=27859 vsize=14004028 CPUtime=7.51 cores=1,3,5,7
/proc/27862/task/27921/stat : 27921 (java) S 27859 27862 7434 0 -1 1077944384 22315 12670 0 0 740 4 5 2 20 0 15 0 35901859 14340124672 758947 18446744073709551615 4194304 4196468 140724229993584 140063019362416 140064039709314 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27922] ppid=27859 vsize=14004028 CPUtime=6.82 cores=1,3,5,7
/proc/27862/task/27922/stat : 27922 (java) S 27859 27862 7434 0 -1 1077944384 24424 12670 0 0 671 4 5 2 20 0 15 0 35901859 14340124672 758947 18446744073709551615 4194304 4196468 140724229993584 140063018309616 140064039709314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27923] ppid=27859 vsize=14004028 CPUtime=2.03 cores=1,3,5,7
/proc/27862/task/27923/stat : 27923 (java) S 27859 27862 7434 0 -1 1077944384 23005 12670 0 0 191 5 5 2 20 0 15 0 35901859 14340124672 758947 18446744073709551615 4194304 4196468 140724229993584 140063017257328 140064039709314 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27924] ppid=27859 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/27862/task/27924/stat : 27924 (java) S 27859 27862 7434 0 -1 1077944384 3 12670 0 0 0 0 5 2 20 0 15 0 35901859 14340124672 758947 18446744073709551615 4194304 4196468 140724229993584 140063016204768 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27925] ppid=27859 vsize=14004028 CPUtime=1.48 cores=1,3,5,7
/proc/27862/task/27925/stat : 27925 (java) S 27859 27862 7434 0 -1 1077944384 4223 12670 0 0 62 79 5 2 20 0 15 0 35901863 14340124672 758947 18446744073709551615 4194304 4196468 140724229993584 140063015152560 140064039709314 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
Current children cumulated CPU time (s) 2404.32
Current children cumulated vsize (KiB) 14004028

[startup+2382.3 s]
/proc/loadavg: 1.23 1.38 1.43 3/209 28192
/proc/meminfo: memFree=27331148/32770624 swapFree=0/403692
[pid=27862] ppid=27859 vsize=14004028 CPUtime=2465.25 cores=1,3,5,7
/proc/27862/stat : 27862 (java) S 27859 27862 7434 0 -1 1077944320 677226 12670 0 0 245684 834 5 2 20 0 15 0 35901832 14340124672 748430 18446744073709551615 4194304 4196468 140724229993584 140724229976128 140064039698167 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
/proc/27862/statm: 3501007 748430 3483 1 0 3489621 0
[pid=27862/tid=27912] ppid=27859 vsize=14004028 CPUtime=2356.84 cores=1,3,5,7
/proc/27862/task/27912/stat : 27912 (java) R 27859 27862 7434 0 -1 4202560 329725 12670 0 0 235619 58 5 2 20 0 15 0 35901853 14340124672 748430 18446744073709551615 4194304 4196468 140724229993584 140064043930368 140063681158535 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27913] ppid=27859 vsize=14004028 CPUtime=22.1 cores=1,3,5,7
/proc/27862/task/27913/stat : 27913 (java) S 27859 27862 7434 0 -1 1077944384 55714 12670 0 0 2040 163 5 2 20 0 15 0 35901854 14340124672 748430 18446744073709551615 4194304 4196468 140724229993584 140063996664208 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27914] ppid=27859 vsize=14004028 CPUtime=22.09 cores=1,3,5,7
/proc/27862/task/27914/stat : 27914 (java) S 27859 27862 7434 0 -1 1077944384 62106 12670 0 0 2030 172 5 2 20 0 15 0 35901854 14340124672 748430 18446744073709551615 4194304 4196468 140724229993584 140063995611408 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27915] ppid=27859 vsize=14004028 CPUtime=22.1 cores=1,3,5,7
/proc/27862/task/27915/stat : 27915 (java) S 27859 27862 7434 0 -1 1077944384 57096 12670 0 0 2031 172 5 2 20 0 15 0 35901854 14340124672 748430 18446744073709551615 4194304 4196468 140724229993584 140063994559120 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27916] ppid=27859 vsize=14004028 CPUtime=22.07 cores=1,3,5,7
/proc/27862/task/27916/stat : 27916 (java) S 27859 27862 7434 0 -1 1077944384 54503 12670 0 0 2030 170 5 2 20 0 15 0 35901854 14340124672 748430 18446744073709551615 4194304 4196468 140724229993584 140063993506320 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27917] ppid=27859 vsize=14004028 CPUtime=2.7 cores=1,3,5,7
/proc/27862/task/27917/stat : 27917 (java) S 27859 27862 7434 0 -1 1077944384 41831 12670 0 0 239 24 5 2 20 0 15 0 35901855 14340124672 748430 18446744073709551615 4194304 4196468 140724229993584 140063585360496 140064039709314 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27918] ppid=27859 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/27862/task/27918/stat : 27918 (java) S 27859 27862 7434 0 -1 1077944384 50 12670 0 0 0 0 5 2 20 0 15 0 35901856 14340124672 748430 18446744073709551615 4194304 4196468 140724229993584 140063584306592 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27919] ppid=27859 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/27862/task/27919/stat : 27919 (java) S 27859 27862 7434 0 -1 1077944384 40 12670 0 0 0 0 5 2 20 0 15 0 35901856 14340124672 748430 18446744073709551615 4194304 4196468 140724229993584 140063583254144 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27920] ppid=27859 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/27862/task/27920/stat : 27920 (java) S 27859 27862 7434 0 -1 1077944384 3 12670 0 0 0 0 5 2 20 0 15 0 35901859 14340124672 748430 18446744073709551615 4194304 4196468 140724229993584 140063582202448 140064039716763 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27921] ppid=27859 vsize=14004028 CPUtime=7.51 cores=1,3,5,7
/proc/27862/task/27921/stat : 27921 (java) S 27859 27862 7434 0 -1 1077944384 22317 12670 0 0 740 4 5 2 20 0 15 0 35901859 14340124672 748430 18446744073709551615 4194304 4196468 140724229993584 140063019362416 140064039709314 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27922] ppid=27859 vsize=14004028 CPUtime=6.82 cores=1,3,5,7
/proc/27862/task/27922/stat : 27922 (java) S 27859 27862 7434 0 -1 1077944384 24432 12670 0 0 671 4 5 2 20 0 15 0 35901859 14340124672 748430 18446744073709551615 4194304 4196468 140724229993584 140063018309616 140064039709314 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27923] ppid=27859 vsize=14004028 CPUtime=2.03 cores=1,3,5,7
/proc/27862/task/27923/stat : 27923 (java) S 27859 27862 7434 0 -1 1077944384 23009 12670 0 0 191 5 5 2 20 0 15 0 35901859 14340124672 748430 18446744073709551615 4194304 4196468 140724229993584 140063017257328 140064039709314 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27924] ppid=27859 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/27862/task/27924/stat : 27924 (java) S 27859 27862 7434 0 -1 1077944384 3 12670 0 0 0 0 5 2 20 0 15 0 35901859 14340124672 748430 18446744073709551615 4194304 4196468 140724229993584 140063016204768 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27925] ppid=27859 vsize=14004028 CPUtime=1.51 cores=1,3,5,7
/proc/27862/task/27925/stat : 27925 (java) S 27859 27862 7434 0 -1 1077944384 4245 12670 0 0 63 81 5 2 20 0 15 0 35901863 14340124672 748430 18446744073709551615 4194304 4196468 140724229993584 140063015152560 140064039709314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
Current children cumulated CPU time (s) 2465.25
Current children cumulated vsize (KiB) 14004028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2436.2 s]
/proc/loadavg: 1.21 1.36 1.42 3/209 28194
/proc/meminfo: memFree=23550868/32770624 swapFree=0/403700
[pid=27862] ppid=27859 vsize=14004028 CPUtime=2520 cores=1,3,5,7
/proc/27862/stat : 27862 (java) S 27859 27862 7434 0 -1 1077944320 685595 12670 0 0 251155 838 5 2 20 0 15 0 35901832 14340124672 735221 18446744073709551615 4194304 4196468 140724229993584 140724229976128 140064039698167 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
/proc/27862/statm: 3501007 735221 3483 1 0 3489621 0
[pid=27862/tid=27912] ppid=27859 vsize=14004028 CPUtime=2410.36 cores=1,3,5,7
/proc/27862/task/27912/stat : 27912 (java) R 27859 27862 7434 0 -1 4202560 332360 12670 0 0 240970 59 5 2 20 0 15 0 35901853 14340124672 735221 18446744073709551615 4194304 4196468 140724229993584 140064043930368 140063679923060 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27913] ppid=27859 vsize=14004028 CPUtime=22.37 cores=1,3,5,7
/proc/27862/task/27913/stat : 27913 (java) S 27859 27862 7434 0 -1 1077944384 56390 12670 0 0 2067 163 5 2 20 0 15 0 35901854 14340124672 735221 18446744073709551615 4194304 4196468 140724229993584 140063996664208 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27914] ppid=27859 vsize=14004028 CPUtime=22.38 cores=1,3,5,7
/proc/27862/task/27914/stat : 27914 (java) S 27859 27862 7434 0 -1 1077944384 63954 12670 0 0 2058 173 5 2 20 0 15 0 35901854 14340124672 735221 18446744073709551615 4194304 4196468 140724229993584 140063995611408 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27915] ppid=27859 vsize=14004028 CPUtime=22.38 cores=1,3,5,7
/proc/27862/task/27915/stat : 27915 (java) S 27859 27862 7434 0 -1 1077944384 58305 12670 0 0 2059 172 5 2 20 0 15 0 35901854 14340124672 735221 18446744073709551615 4194304 4196468 140724229993584 140063994559120 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27916] ppid=27859 vsize=14004028 CPUtime=22.35 cores=1,3,5,7
/proc/27862/task/27916/stat : 27916 (java) S 27859 27862 7434 0 -1 1077944384 56094 12670 0 0 2057 171 5 2 20 0 15 0 35901854 14340124672 735221 18446744073709551615 4194304 4196468 140724229993584 140063993506320 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27917] ppid=27859 vsize=14004028 CPUtime=2.77 cores=1,3,5,7
/proc/27862/task/27917/stat : 27917 (java) S 27859 27862 7434 0 -1 1077944384 42205 12670 0 0 245 25 5 2 20 0 15 0 35901855 14340124672 735221 18446744073709551615 4194304 4196468 140724229993584 140063585360496 140064039709314 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27918] ppid=27859 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/27862/task/27918/stat : 27918 (java) S 27859 27862 7434 0 -1 1077944384 50 12670 0 0 0 0 5 2 20 0 15 0 35901856 14340124672 735221 18446744073709551615 4194304 4196468 140724229993584 140063584306592 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27919] ppid=27859 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/27862/task/27919/stat : 27919 (java) S 27859 27862 7434 0 -1 1077944384 40 12670 0 0 0 0 5 2 20 0 15 0 35901856 14340124672 735221 18446744073709551615 4194304 4196468 140724229993584 140063583254144 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27920] ppid=27859 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/27862/task/27920/stat : 27920 (java) S 27859 27862 7434 0 -1 1077944384 3 12670 0 0 0 0 5 2 20 0 15 0 35901859 14340124672 735221 18446744073709551615 4194304 4196468 140724229993584 140063582202448 140064039716763 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27921] ppid=27859 vsize=14004028 CPUtime=7.51 cores=1,3,5,7
/proc/27862/task/27921/stat : 27921 (java) S 27859 27862 7434 0 -1 1077944384 22319 12670 0 0 740 4 5 2 20 0 15 0 35901859 14340124672 735221 18446744073709551615 4194304 4196468 140724229993584 140063019362416 140064039709314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27922] ppid=27859 vsize=14004028 CPUtime=6.82 cores=1,3,5,7
/proc/27862/task/27922/stat : 27922 (java) S 27859 27862 7434 0 -1 1077944384 24436 12670 0 0 671 4 5 2 20 0 15 0 35901859 14340124672 735221 18446744073709551615 4194304 4196468 140724229993584 140063018309616 140064039709314 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27923] ppid=27859 vsize=14004028 CPUtime=2.03 cores=1,3,5,7
/proc/27862/task/27923/stat : 27923 (java) S 27859 27862 7434 0 -1 1077944384 23017 12670 0 0 191 5 5 2 20 0 15 0 35901859 14340124672 735221 18446744073709551615 4194304 4196468 140724229993584 140063017257328 140064039709314 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27924] ppid=27859 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/27862/task/27924/stat : 27924 (java) S 27859 27862 7434 0 -1 1077944384 3 12670 0 0 0 0 5 2 20 0 15 0 35901859 14340124672 735221 18446744073709551615 4194304 4196468 140724229993584 140063016204768 140064039708373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
[pid=27862/tid=27925] ppid=27859 vsize=14004028 CPUtime=1.54 cores=1,3,5,7
/proc/27862/task/27925/stat : 27925 (java) S 27859 27862 7434 0 -1 1077944384 4267 12670 0 0 64 83 5 2 20 0 15 0 35901863 14340124672 735221 18446744073709551615 4194304 4196468 140724229993584 140063015152560 140064039709314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140724229994448 140724229997233 140724229997233 140724230000591 0
Current children cumulated CPU time (s) 2520
Current children cumulated vsize (KiB) 14004028

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 27862 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2436.25
CPU time (s): 2520.09
CPU user time (s): 2511.65
CPU system time (s): 8.4386
CPU usage (%): 103.441
Max. virtual memory (cumulated for all children) (KiB): 14004028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2511.65
system time used= 8.4386
maximum resident set size= 5969668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 702247
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 86778
involuntary context switches= 3367

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.396 second user time and 15.7244 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-11 20:05:56
IDJOB=4261870
IDBENCH=138054
IDSOLVER=2650
FILE ID=node124/4261870-1502475611
RUNJOBID= node124-1502411387-7498
PBS_JOBID= 
Free space on /tmp= 61880 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw120/BinPacking-tab-sw120-10.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261870-1502475611/watcher-4261870-1502475611 -o /tmp/evaluation-result-4261870-1502475611/solver-4261870-1502475611 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502411387-7498 --watchdog 2580  bin/concrete HOME/instance-4261870-1502475611.xml

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

MD5SUM BENCH= 67f07639019614dd1d008c87f8253383
RANDOM SEED=332455377

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27691584 kB
MemAvailable:   28270804 kB
Buffers:          218988 kB
Cached:           653756 kB
SwapCached:            0 kB
Active:          4228164 kB
Inactive:         427352 kB
Active(anon):    3783296 kB
Inactive(anon):    24960 kB
Active(file):     444868 kB
Inactive(file):   402392 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            114016 kB
Writeback:             0 kB
AnonPages:       3782548 kB
Mapped:            51368 kB
Shmem:             25320 kB
Slab:             121256 kB
SReclaimable:      95588 kB
SUnreclaim:        25668 kB
KernelStack:        3440 kB
PageTables:        12212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4851520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3536896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61896 MiB
End job on node124 at 2017-08-11 20:46:32