Trace number 4259683

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)1200 252.85001 240.032

General information on the benchmark

NameRack/
Rack-m1c-s1/Rack-m1c-r3.xml
MD5SUMbc26aaa932070946748b52cb6241d030
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1200
Best CPU time to get the best result obtained on this benchmark240.002
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints68
Number of domains8
Minimum domain size2
Maximum domain size17
Distribution of domain sizes[{"size":2,"count":12},{"size":3,"count":60},{"size":5,"count":12},{"size":9,"count":12},{"size":11,"count":12},{"size":17,"count":12}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":36},{"degree":3,"count":70},{"degree":4,"count":12},{"degree":5,"count":2}]
Minimum constraint arity2
Maximum constraint arity12
Distribution of constraint arities[{"arity":2,"count":36},{"arity":4,"count":1},{"arity":7,"count":24},{"arity":12,"count":7}]
Number of extensional constraints36
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":36},{"type":"intension","count":1},{"type":"ordered","count":1},{"type":"sum","count":30}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

3.28/2.23	c Concrete v3.4 running
7.23/3.94	o 2400
7.23/3.98	o 2350
7.59/4.01	o 2200
7.59/4.03	o 2150
7.59/4.05	o 2100
7.59/4.07	o 2050
7.59/4.08	o 2000
7.96/4.10	o 1950
7.96/4.11	o 1800
7.96/4.12	o 1650
7.96/4.13	o 1500
7.96/4.14	o 1350
7.96/4.15	o 1300
7.96/4.19	o 1200
252.81/240.00	java.util.concurrent.TimeoutException
252.81/240.00		at concrete.MAC.mac(MAC.scala:74)
252.81/240.00		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
252.81/240.00		at scala.util.Try$.apply(Try.scala:209)
252.81/240.00		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.81/240.00		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.81/240.00		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.81/240.00		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.81/240.00		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
252.81/240.00		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.81/240.00		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.81/240.00		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.81/240.00		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.81/240.00		at concrete.MAC.oneRun(MAC.scala:146)
252.81/240.00		at concrete.MAC.nextSolution(MAC.scala:166)
252.81/240.00		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
252.81/240.00		at concrete.ProblemState.map(ProblemState.scala:203)
252.81/240.00		at concrete.ProblemState.map(ProblemState.scala:188)
252.81/240.00		at concrete.MAC.nextSolution(MAC.scala:195)
252.81/240.00		at concrete.Solver.hasNext(Solver.scala:202)
252.81/240.00		at scala.collection.Iterator.toStream(Iterator.scala:1403)
252.81/240.00		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
252.81/240.00		at concrete.Solver.toStream(Solver.scala:73)
252.81/240.00		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
252.81/240.00		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
252.81/240.00		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
252.81/240.00		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
252.81/240.00		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
252.81/240.00		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.81/240.00		at scala.util.Success.map(Try.scala:209)
252.81/240.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
252.81/240.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
252.81/240.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
252.81/240.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
252.81/240.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
252.81/240.01		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.81/240.01		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.81/240.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.81/240.01		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.81/240.01		at scala.collection.immutable.List.foreach(List.scala:389)
252.81/240.01		at scala.App.main(App.scala:76)
252.81/240.01		at scala.App.main$(App.scala:74)
252.81/240.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
252.81/240.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.81/240.01	v <instantiation cost="1200">
252.81/240.01	v       <list>
252.81/240.01	v         r[0] r[1] r[2] r[3] r[4] r[5] r[6] r[7] r[8] r[9] r[10] r[11] c[0][0] c[0][1] c[0][2] c[0][3] c[0][4] c[0][5] c[1][0] c[1][1] c[1][2] c[1][3] c[1][4] c[1][5] c[2][0] c[2][1] c[2][2] c[2][3] c[2][4] c[2][5] c[3][0] c[3][1] c[3][2] c[3][3] c[3][4] c[3][5] c[4][0] c[4][1] c[4][2] c[4][3] c[4][4] c[4][5] c[5][0] c[5][1] c[5][2] c[5][3] c[5][4] c[5][5] c[6][0] c[6][1] c[6][2] c[6][3] c[6][4] c[6][5] c[7][0] c[7][1] c[7][2] c[7][3] c[7][4] c[7][5] c[8][0] c[8][1] c[8][2] c[8][3] c[8][4] c[8][5] c[9][0] c[9][1] c[9][2] c[9][3] c[9][4] c[9][5] c[10][0] c[10][1] c[10][2] c[10][3] c[10][4] c[10][5] c[11][0] c[11][1] c[11][2] c[11][3] c[11][4] c[11][5] rpw[0] rpw[1] rpw[2] rpw[3] rpw[4] rpw[5] rpw[6] rpw[7] rpw[8] rpw[9] rpw[10] rpw[11] rcn[0] rcn[1] rcn[2] rcn[3] rcn[4] rcn[5] rcn[6] rcn[7] rcn[8] rcn[9] rcn[10] rcn[11] rpr[0] rpr[1] rpr[2] rpr[3] rpr[4] rpr[5] rpr[6] rpr[7] rpr[8] rpr[9] rpr[10] rpr[11]
252.81/240.01	v       </list>
252.81/240.01	v       <values>
252.81/240.01	v         2 2 2 2 2 2 0 0 0 0 0 0 5 0 3 0 0 0 5 0 0 3 0 0 0 0 5 0 0 0 5 0 0 0 2 0 0 10 0 0 0 0 5 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 200 200 200 200 200 200 0 0 0 0 0 0 16 16 16 16 16 16 0 0 0 0 0 0 200 200 200 200 200 200 0 0 0 0 0 0
252.81/240.01	v       </values>
252.81/240.01	v     </instantiation>
252.81/240.01	s SATISFIABLE

Verifier Data

OK	1200

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-4259683-1502001252/watcher-4259683-1502001252 -o /tmp/evaluation-result-4259683-1502001252/solver-4259683-1502001252 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node127-1501998935-17394 --watchdog 300 bin/concrete HOME/instance-4259683-1502001252.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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.57 1.57 1.92 3/200 19648
/proc/meminfo: memFree=31243220/32770624 swapFree=0/305528
[pid=19648] ppid=19645 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/19648/stat : 19648 (runsolver) D 19645 19648 2450 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 2318944 24240128 105 18446744073709551615 4194304 4338465 140723993140128 140723993137768 139754223694551 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 37122048 140723993141465 140723993141839 140723993141839 140723993145290 0
/proc/19648/statm: 5918 105 52 36 0 2156 0

[startup+0.100055 s]
/proc/loadavg: 1.57 1.57 1.92 3/200 19648
/proc/meminfo: memFree=31243220/32770624 swapFree=0/305528
[pid=19648] ppid=19645 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/19648/stat : 19648 (runsolver) D 19645 19648 2450 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 2318944 24240128 105 18446744073709551615 4194304 4338465 140723993140128 140723993137768 139754223694551 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 37122048 140723993141465 140723993141839 140723993141839 140723993145290 0
/proc/19648/statm: 5918 105 52 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200135 s]
/proc/loadavg: 1.57 1.57 1.92 3/200 19648
/proc/meminfo: memFree=31243220/32770624 swapFree=0/305528
[pid=19648] ppid=19645 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/19648/stat : 19648 (bash) S 19645 19648 2450 0 -1 4202496 892 6493 0 0 0 0 0 1 20 0 1 0 2318944 9867264 377 18446744073709551615 4194304 5098028 140727106023472 140727106017480 140687608175616 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 12 0 0 7196144 7232144 13766656 140727106032154 140727106032239 140727106032239 140727106035690 0
/proc/19648/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300318 s]
/proc/loadavg: 1.57 1.57 1.92 3/200 19648
/proc/meminfo: memFree=31243220/32770624 swapFree=0/305528
[pid=19648] ppid=19645 vsize=13574488 CPUtime=0.12 cores=1,3,5,7
/proc/19648/stat : 19648 (java) S 19645 19648 2450 0 -1 1077944320 4805 12677 0 0 3 1 5 3 20 0 9 0 2318944 13900275712 4055 18446744073709551615 4194304 4196468 140729425351696 140729425334240 140159441424119 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
/proc/19648/statm: 3393622 4055 2104 1 0 3383119 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 13574488

[startup+0.700246 s]
/proc/loadavg: 1.57 1.57 1.92 3/200 19648
/proc/meminfo: memFree=31243220/32770624 swapFree=0/305528
[pid=19648] ppid=19645 vsize=13974784 CPUtime=0.6 cores=1,3,5,7
/proc/19648/stat : 19648 (java) S 19645 19648 2450 0 -1 1077944320 13488 12677 0 0 48 4 5 3 20 0 15 0 2318944 14310178816 14459 18446744073709551615 4194304 4196468 140729425351696 140729425334240 140159441424119 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
/proc/19648/statm: 3493696 14459 3072 1 0 3482965 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 13974784

[startup+1.50064 s]
/proc/loadavg: 1.68 1.60 1.92 3/215 19711
/proc/meminfo: memFree=31118708/32770624 swapFree=0/305628
[pid=19648] ppid=19645 vsize=13985408 CPUtime=1.8 cores=1,3,5,7
/proc/19648/stat : 19648 (java) S 19645 19648 2450 0 -1 1077944320 26273 12677 0 0 164 8 5 3 20 0 15 0 2318944 14321057792 33824 18446744073709551615 4194304 4196468 140729425351696 140729425334240 140159441424119 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
/proc/19648/statm: 3496352 33824 3341 1 0 3485525 0
[pid=19648/tid=19698] ppid=19645 vsize=13985408 CPUtime=1.26 cores=1,3,5,7
/proc/19648/task/19698/stat : 19698 (java) R 19645 19648 2450 0 -1 4202560 21283 12677 0 0 112 6 5 3 20 0 15 0 2318971 14321057792 33824 18446744073709551615 4194304 4196468 140729425351696 140159445657072 140159441436054 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19699] ppid=19645 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19699/stat : 19699 (java) S 19645 19648 2450 0 -1 1077944384 2 12677 0 0 0 0 5 3 20 0 15 0 2318971 14321057792 33824 18446744073709551615 4194304 4196468 140729425351696 140159041399952 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19700] ppid=19645 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19700/stat : 19700 (java) S 19645 19648 2450 0 -1 1077944384 1 12677 0 0 0 0 5 3 20 0 15 0 2318971 14321057792 33824 18446744073709551615 4194304 4196468 140729425351696 140159040347152 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19701] ppid=19645 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19701/stat : 19701 (java) S 19645 19648 2450 0 -1 1077944384 1 12677 0 0 0 0 5 3 20 0 15 0 2318971 14321057792 33824 18446744073709551615 4194304 4196468 140729425351696 140159039294352 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19702] ppid=19645 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19702/stat : 19702 (java) S 19645 19648 2450 0 -1 1077944384 2 12677 0 0 0 0 5 3 20 0 15 0 2318971 14321057792 33824 18446744073709551615 4194304 4196468 140729425351696 140159038241552 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19703] ppid=19645 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19703/stat : 19703 (java) S 19645 19648 2450 0 -1 1077944384 5 12677 0 0 0 0 5 3 20 0 15 0 2318973 14321057792 33824 18446744073709551615 4194304 4196468 140729425351696 140158919706992 140159441435266 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19704] ppid=19645 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19704/stat : 19704 (java) S 19645 19648 2450 0 -1 1077944384 33 12677 0 0 0 0 5 3 20 0 15 0 2318973 14321057792 33824 18446744073709551615 4194304 4196468 140729425351696 140158918652960 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19705] ppid=19645 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19705/stat : 19705 (java) S 19645 19648 2450 0 -1 1077944384 21 12677 0 0 0 0 5 3 20 0 15 0 2318973 14321057792 33824 18446744073709551615 4194304 4196468 140729425351696 140158917600112 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19706] ppid=19645 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19706/stat : 19706 (java) S 19645 19648 2450 0 -1 1077944384 3 12677 0 0 0 0 5 3 20 0 15 0 2318976 14321057792 33824 18446744073709551615 4194304 4196468 140729425351696 140158916548432 140159441442715 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19707] ppid=19645 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/19648/task/19707/stat : 19707 (java) S 19645 19648 2450 0 -1 1077944384 922 12677 0 0 13 0 5 3 20 0 15 0 2318976 14321057792 33824 18446744073709551615 4194304 4196468 140729425351696 140158915496816 140159441435266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19708] ppid=19645 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/19648/task/19708/stat : 19708 (java) S 19645 19648 2450 0 -1 1077944384 666 12677 0 0 15 0 5 3 20 0 15 0 2318976 14321057792 33824 18446744073709551615 4194304 4196468 140729425351696 140158914444016 140159441435266 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19709] ppid=19645 vsize=13985408 CPUtime=0.29 cores=1,3,5,7
/proc/19648/task/19709/stat : 19709 (java) R 19645 19648 2450 0 -1 4202560 1169 12677 0 0 21 0 5 3 20 0 15 0 2318976 14321057792 33824 18446744073709551615 4194304 4196468 140729425351696 140158913391216 140159434409161 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19710] ppid=19645 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19710/stat : 19710 (java) S 19645 19648 2450 0 -1 1077944384 3 12677 0 0 0 0 5 3 20 0 15 0 2318976 14321057792 33824 18446744073709551615 4194304 4196468 140729425351696 140158912338656 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19711] ppid=19645 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19711/stat : 19711 (java) S 19645 19648 2450 0 -1 1077944384 10 12677 0 0 0 0 5 3 20 0 15 0 2318980 14321057792 33824 18446744073709551615 4194304 4196468 140729425351696 140158911285936 140159441435266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 13985408

[startup+3.10056 s]
/proc/loadavg: 1.68 1.60 1.92 6/215 19712
/proc/meminfo: memFree=31013400/32770624 swapFree=0/305628
[pid=19648] ppid=19645 vsize=13999932 CPUtime=4.86 cores=1,3,5,7
/proc/19648/stat : 19648 (java) S 19645 19648 2450 0 -1 1077944320 47480 12677 0 0 464 14 5 3 20 0 15 0 2318944 14335930368 54030 18446744073709551615 4194304 4196468 140729425351696 140729425334240 140159441424119 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
/proc/19648/statm: 3499983 54030 3440 1 0 3488597 0
[pid=19648/tid=19698] ppid=19645 vsize=13999932 CPUtime=2.83 cores=1,3,5,7
/proc/19648/task/19698/stat : 19698 (java) R 19645 19648 2450 0 -1 4202560 36884 12677 0 0 267 8 5 3 20 0 15 0 2318971 14335930368 54030 18446744073709551615 4194304 4196468 140729425351696 140159445652832 140159441436054 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19699] ppid=19645 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19699/stat : 19699 (java) S 19645 19648 2450 0 -1 1077944384 63 12677 0 0 0 0 5 3 20 0 15 0 2318971 14335930368 54030 18446744073709551615 4194304 4196468 140729425351696 140159041399952 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19700] ppid=19645 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/19648/task/19700/stat : 19700 (java) S 19645 19648 2450 0 -1 1077944384 36 12677 0 0 1 0 5 3 20 0 15 0 2318971 14335930368 54030 18446744073709551615 4194304 4196468 140729425351696 140159040347152 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19701] ppid=19645 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/19648/task/19701/stat : 19701 (java) S 19645 19648 2450 0 -1 1077944384 186 12677 0 0 1 0 5 3 20 0 15 0 2318971 14335930368 54030 18446744073709551615 4194304 4196468 140729425351696 140159039294352 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19702] ppid=19645 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/19648/task/19702/stat : 19702 (java) S 19645 19648 2450 0 -1 1077944384 55 12677 0 0 1 0 5 3 20 0 15 0 2318971 14335930368 54030 18446744073709551615 4194304 4196468 140729425351696 140159038241552 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19703] ppid=19645 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/19648/task/19703/stat : 19703 (java) S 19645 19648 2450 0 -1 1077944384 1466 12677 0 0 1 0 5 3 20 0 15 0 2318973 14335930368 54030 18446744073709551615 4194304 4196468 140729425351696 140158919706992 140159441435266 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19704] ppid=19645 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19704/stat : 19704 (java) S 19645 19648 2450 0 -1 1077944384 55 12677 0 0 0 0 5 3 20 0 15 0 2318973 14335930368 54030 18446744073709551615 4194304 4196468 140729425351696 140158918653024 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19705] ppid=19645 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19705/stat : 19705 (java) S 19645 19648 2450 0 -1 1077944384 46 12677 0 0 0 0 5 3 20 0 15 0 2318973 14335930368 54030 18446744073709551615 4194304 4196468 140729425351696 140158917600128 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19706] ppid=19645 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19706/stat : 19706 (java) S 19645 19648 2450 0 -1 1077944384 3 12677 0 0 0 0 5 3 20 0 15 0 2318976 14335930368 54030 18446744073709551615 4194304 4196468 140729425351696 140158916548432 140159441442715 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19707] ppid=19645 vsize=13999932 CPUtime=0.61 cores=1,3,5,7
/proc/19648/task/19707/stat : 19707 (java) R 19645 19648 2450 0 -1 4202560 1610 12677 0 0 53 0 5 3 20 0 15 0 2318976 14335930368 54030 18446744073709551615 4194304 4196468 140729425351696 140158915496816 140159421141255 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19708] ppid=19645 vsize=13999932 CPUtime=0.55 cores=1,3,5,7
/proc/19648/task/19708/stat : 19708 (java) S 19645 19648 2450 0 -1 1077944384 1259 12677 0 0 46 1 5 3 20 0 15 0 2318976 14335930368 54030 18446744073709551615 4194304 4196468 140729425351696 140158914444016 140159441435266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19709] ppid=19645 vsize=13999932 CPUtime=0.99 cores=1,3,5,7
/proc/19648/task/19709/stat : 19709 (java) R 19645 19648 2450 0 -1 1077944384 3653 12677 0 0 90 1 5 3 20 0 15 0 2318976 14335930368 54030 18446744073709551615 4194304 4196468 140729425351696 140158913391216 140159441435266 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19710] ppid=19645 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19710/stat : 19710 (java) S 19645 19648 2450 0 -1 1077944384 3 12677 0 0 0 0 5 3 20 0 15 0 2318976 14335930368 54030 18446744073709551615 4194304 4196468 140729425351696 140158912338656 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19711] ppid=19645 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19711/stat : 19711 (java) S 19645 19648 2450 0 -1 1077944384 11 12677 0 0 0 0 5 3 20 0 15 0 2318980 14335930368 54030 18446744073709551615 4194304 4196468 140729425351696 140158911285936 140159441435266 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
Current children cumulated CPU time (s) 4.86
Current children cumulated vsize (KiB) 13999932

[startup+6.30063 s]
/proc/loadavg: 2.03 1.67 1.95 8/215 19712
/proc/meminfo: memFree=30757088/32770624 swapFree=0/305628
[pid=19648] ppid=19645 vsize=14069564 CPUtime=12.97 cores=1,3,5,7
/proc/19648/stat : 19648 (java) S 19645 19648 2450 0 -1 1077944320 67634 12677 0 0 1266 23 5 3 20 0 15 0 2318944 14407233536 104071 18446744073709551615 4194304 4196468 140729425351696 140729425334240 140159441424119 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
/proc/19648/statm: 3517391 104071 3474 1 0 3506005 0
[pid=19648/tid=19698] ppid=19645 vsize=14069564 CPUtime=5.64 cores=1,3,5,7
/proc/19648/task/19698/stat : 19698 (java) R 19645 19648 2450 0 -1 4202560 47855 12677 0 0 543 13 5 3 20 0 15 0 2318971 14407233536 104071 18446744073709551615 4194304 4196468 140729425351696 140159445654096 140159096100626 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19699] ppid=19645 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/19648/task/19699/stat : 19699 (java) S 19645 19648 2450 0 -1 1077944384 90 12677 0 0 11 0 5 3 20 0 15 0 2318971 14407233536 104071 18446744073709551615 4194304 4196468 140729425351696 140159041399952 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19700] ppid=19645 vsize=14069564 CPUtime=0.18 cores=1,3,5,7
/proc/19648/task/19700/stat : 19700 (java) S 19645 19648 2450 0 -1 1077944384 70 12677 0 0 10 0 5 3 20 0 15 0 2318971 14407233536 104071 18446744073709551615 4194304 4196468 140729425351696 140159040347152 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19701] ppid=19645 vsize=14069564 CPUtime=0.18 cores=1,3,5,7
/proc/19648/task/19701/stat : 19701 (java) S 19645 19648 2450 0 -1 1077944384 259 12677 0 0 10 0 5 3 20 0 15 0 2318971 14407233536 104071 18446744073709551615 4194304 4196468 140729425351696 140159039294352 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19702] ppid=19645 vsize=14069564 CPUtime=0.18 cores=1,3,5,7
/proc/19648/task/19702/stat : 19702 (java) S 19645 19648 2450 0 -1 1077944384 89 12677 0 0 10 0 5 3 20 0 15 0 2318971 14407233536 104071 18446744073709551615 4194304 4196468 140729425351696 140159038241552 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19703] ppid=19645 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/19648/task/19703/stat : 19703 (java) S 19645 19648 2450 0 -1 1077944384 2212 12677 0 0 11 0 5 3 20 0 15 0 2318973 14407233536 104071 18446744073709551615 4194304 4196468 140729425351696 140158919706992 140159441435266 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19704] ppid=19645 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19704/stat : 19704 (java) S 19645 19648 2450 0 -1 1077944384 56 12677 0 0 0 0 5 3 20 0 15 0 2318973 14407233536 104071 18446744073709551615 4194304 4196468 140729425351696 140158918653024 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19705] ppid=19645 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19705/stat : 19705 (java) S 19645 19648 2450 0 -1 1077944384 46 12677 0 0 0 0 5 3 20 0 15 0 2318973 14407233536 104071 18446744073709551615 4194304 4196468 140729425351696 140158917600128 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19706] ppid=19645 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19706/stat : 19706 (java) S 19645 19648 2450 0 -1 1077944384 3 12677 0 0 0 0 5 3 20 0 15 0 2318976 14407233536 104071 18446744073709551615 4194304 4196468 140729425351696 140158916548432 140159441442715 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19707] ppid=19645 vsize=14069564 CPUtime=2.93 cores=1,3,5,7
/proc/19648/task/19707/stat : 19707 (java) S 19645 19648 2450 0 -1 1077944384 6043 12677 0 0 284 1 5 3 20 0 15 0 2318976 14407233536 104071 18446744073709551615 4194304 4196468 140729425351696 140158915496816 140159441435266 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19708] ppid=19645 vsize=14069564 CPUtime=2.43 cores=1,3,5,7
/proc/19648/task/19708/stat : 19708 (java) S 19645 19648 2450 0 -1 1077944384 3801 12677 0 0 234 1 5 3 20 0 15 0 2318976 14407233536 104071 18446744073709551615 4194304 4196468 140729425351696 140158914444016 140159441435266 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19709] ppid=19645 vsize=14069564 CPUtime=1.58 cores=1,3,5,7
/proc/19648/task/19709/stat : 19709 (java) S 19645 19648 2450 0 -1 1077944384 4941 12677 0 0 148 2 5 3 20 0 15 0 2318976 14407233536 104071 18446744073709551615 4194304 4196468 140729425351696 140158913391216 140159441435266 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19710] ppid=19645 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19710/stat : 19710 (java) S 19645 19648 2450 0 -1 1077944384 3 12677 0 0 0 0 5 3 20 0 15 0 2318976 14407233536 104071 18446744073709551615 4194304 4196468 140729425351696 140158912338656 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19711] ppid=19645 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19711/stat : 19711 (java) S 19645 19648 2450 0 -1 1077944384 14 12677 0 0 0 0 5 3 20 0 15 0 2318980 14407233536 104071 18446744073709551615 4194304 4196468 140729425351696 140158911285936 140159441435266 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 18 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
Current children cumulated CPU time (s) 12.97
Current children cumulated vsize (KiB) 14069564

[startup+12.7006 s]
/proc/loadavg: 2.03 1.68 1.95 4/215 19712
/proc/meminfo: memFree=30452072/32770624 swapFree=0/305640
[pid=19648] ppid=19645 vsize=14069564 CPUtime=21.35 cores=1,3,5,7
/proc/19648/stat : 19648 (java) S 19645 19648 2450 0 -1 1077944320 77983 12677 0 0 2097 30 5 3 20 0 15 0 2318944 14407233536 156070 18446744073709551615 4194304 4196468 140729425351696 140729425334240 140159441424119 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
/proc/19648/statm: 3517391 156070 3474 1 0 3506005 0
[pid=19648/tid=19698] ppid=19645 vsize=14069564 CPUtime=12.02 cores=1,3,5,7
/proc/19648/task/19698/stat : 19698 (java) R 19645 19648 2450 0 -1 4202560 49106 12677 0 0 1178 16 5 3 20 0 15 0 2318971 14407233536 156070 18446744073709551615 4194304 4196468 140729425351696 140159445658176 140159423073167 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19699] ppid=19645 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/19648/task/19699/stat : 19699 (java) S 19645 19648 2450 0 -1 1077944384 178 12677 0 0 12 1 5 3 20 0 15 0 2318971 14407233536 156070 18446744073709551615 4194304 4196468 140729425351696 140159041399952 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19700] ppid=19645 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/19648/task/19700/stat : 19700 (java) S 19645 19648 2450 0 -1 1077944384 1149 12677 0 0 11 1 5 3 20 0 15 0 2318971 14407233536 156070 18446744073709551615 4194304 4196468 140729425351696 140159040347152 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19701] ppid=19645 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/19648/task/19701/stat : 19701 (java) S 19645 19648 2450 0 -1 1077944384 297 12677 0 0 11 1 5 3 20 0 15 0 2318971 14407233536 156070 18446744073709551615 4194304 4196468 140729425351696 140159039294352 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19702] ppid=19645 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/19648/task/19702/stat : 19702 (java) S 19645 19648 2450 0 -1 1077944384 595 12677 0 0 11 1 5 3 20 0 15 0 2318971 14407233536 156070 18446744073709551615 4194304 4196468 140729425351696 140159038241552 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19703] ppid=19645 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/19648/task/19703/stat : 19703 (java) S 19645 19648 2450 0 -1 1077944384 2555 12677 0 0 12 0 5 3 20 0 15 0 2318973 14407233536 156070 18446744073709551615 4194304 4196468 140729425351696 140158919706992 140159441435266 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19704] ppid=19645 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19704/stat : 19704 (java) S 19645 19648 2450 0 -1 1077944384 56 12677 0 0 0 0 5 3 20 0 15 0 2318973 14407233536 156070 18446744073709551615 4194304 4196468 140729425351696 140158918653024 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19705] ppid=19645 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19705/stat : 19705 (java) S 19645 19648 2450 0 -1 1077944384 46 12677 0 0 0 0 5 3 20 0 15 0 2318973 14407233536 156070 18446744073709551615 4194304 4196468 140729425351696 140158917600128 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19706] ppid=19645 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19706/stat : 19706 (java) S 19645 19648 2450 0 -1 1077944384 3 12677 0 0 0 0 5 3 20 0 15 0 2318976 14407233536 156070 18446744073709551615 4194304 4196468 140729425351696 140158916548432 140159441442715 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0

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

/proc/19648/task/19710/stat : 19710 (java) S 19645 19648 2450 0 -1 1077944384 3 12677 0 0 0 0 5 3 20 0 15 0 2318976 14407233536 215023 18446744073709551615 4194304 4196468 140729425351696 140158912338656 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19711] ppid=19645 vsize=14069564 CPUtime=0.1 cores=1,3,5,7
/proc/19648/task/19711/stat : 19711 (java) S 19645 19648 2450 0 -1 1077944384 185 12677 0 0 1 1 5 3 20 0 15 0 2318980 14407233536 215023 18446744073709551615 4194304 4196468 140729425351696 140158911285936 140159441435266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 18 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
Current children cumulated CPU time (s) 61.64
Current children cumulated vsize (KiB) 14069564

[startup+102.301 s]
/proc/loadavg: 1.67 1.66 1.92 3/212 19714
/proc/meminfo: memFree=30117512/32770624 swapFree=0/305728
[pid=19648] ppid=19645 vsize=14069564 CPUtime=113.32 cores=1,3,5,7
/proc/19648/stat : 19648 (java) S 19645 19648 2450 0 -1 1077944320 97938 12677 0 0 11277 47 5 3 20 0 15 0 2318944 14407233536 215046 18446744073709551615 4194304 4196468 140729425351696 140729425334240 140159441424119 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
/proc/19648/statm: 3517391 215046 3474 1 0 3506005 0
[pid=19648/tid=19698] ppid=19645 vsize=14069564 CPUtime=101.14 cores=1,3,5,7
/proc/19648/task/19698/stat : 19698 (java) R 19645 19648 2450 0 -1 4202560 55356 12677 0 0 10086 20 5 3 20 0 15 0 2318971 14407233536 215046 18446744073709551615 4194304 4196468 140729425351696 140159445658112 140159096139591 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19699] ppid=19645 vsize=14069564 CPUtime=0.42 cores=1,3,5,7
/proc/19648/task/19699/stat : 19699 (java) S 19645 19648 2450 0 -1 1077944384 2417 12677 0 0 31 3 5 3 20 0 15 0 2318971 14407233536 215046 18446744073709551615 4194304 4196468 140729425351696 140159041399952 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19700] ppid=19645 vsize=14069564 CPUtime=0.4 cores=1,3,5,7
/proc/19648/task/19700/stat : 19700 (java) S 19645 19648 2450 0 -1 1077944384 3977 12677 0 0 29 3 5 3 20 0 15 0 2318971 14407233536 215046 18446744073709551615 4194304 4196468 140729425351696 140159040347152 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19701] ppid=19645 vsize=14069564 CPUtime=0.4 cores=1,3,5,7
/proc/19648/task/19701/stat : 19701 (java) S 19645 19648 2450 0 -1 1077944384 576 12677 0 0 30 2 5 3 20 0 15 0 2318971 14407233536 215046 18446744073709551615 4194304 4196468 140729425351696 140159039294352 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19702] ppid=19645 vsize=14069564 CPUtime=0.4 cores=1,3,5,7
/proc/19648/task/19702/stat : 19702 (java) S 19645 19648 2450 0 -1 1077944384 843 12677 0 0 30 2 5 3 20 0 15 0 2318971 14407233536 215046 18446744073709551615 4194304 4196468 140729425351696 140159038241552 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19703] ppid=19645 vsize=14069564 CPUtime=0.4 cores=1,3,5,7
/proc/19648/task/19703/stat : 19703 (java) S 19645 19648 2450 0 -1 1077944384 3658 12677 0 0 31 1 5 3 20 0 15 0 2318973 14407233536 215046 18446744073709551615 4194304 4196468 140729425351696 140158919706992 140159441435266 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19704] ppid=19645 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19704/stat : 19704 (java) S 19645 19648 2450 0 -1 1077944384 56 12677 0 0 0 0 5 3 20 0 15 0 2318973 14407233536 215046 18446744073709551615 4194304 4196468 140729425351696 140158918653024 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19705] ppid=19645 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19705/stat : 19705 (java) S 19645 19648 2450 0 -1 1077944384 46 12677 0 0 0 0 5 3 20 0 15 0 2318973 14407233536 215046 18446744073709551615 4194304 4196468 140729425351696 140158917600128 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19706] ppid=19645 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19706/stat : 19706 (java) S 19645 19648 2450 0 -1 1077944384 3 12677 0 0 0 0 5 3 20 0 15 0 2318976 14407233536 215046 18446744073709551615 4194304 4196468 140729425351696 140158916548432 140159441442715 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19707] ppid=19645 vsize=14069564 CPUtime=4.43 cores=1,3,5,7
/proc/19648/task/19707/stat : 19707 (java) S 19645 19648 2450 0 -1 1077944384 9880 12677 0 0 432 3 5 3 20 0 15 0 2318976 14407233536 215046 18446744073709551615 4194304 4196468 140729425351696 140158915496816 140159441435266 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19708] ppid=19645 vsize=14069564 CPUtime=3.86 cores=1,3,5,7
/proc/19648/task/19708/stat : 19708 (java) S 19645 19648 2450 0 -1 1077944384 7128 12677 0 0 375 3 5 3 20 0 15 0 2318976 14407233536 215046 18446744073709551615 4194304 4196468 140729425351696 140158914444016 140159441435266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19709] ppid=19645 vsize=14069564 CPUtime=2.34 cores=1,3,5,7
/proc/19648/task/19709/stat : 19709 (java) S 19645 19648 2450 0 -1 1077944384 11629 12677 0 0 222 4 5 3 20 0 15 0 2318976 14407233536 215046 18446744073709551615 4194304 4196468 140729425351696 140158913391216 140159441435266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19710] ppid=19645 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19710/stat : 19710 (java) S 19645 19648 2450 0 -1 1077944384 3 12677 0 0 0 0 5 3 20 0 15 0 2318976 14407233536 215046 18446744073709551615 4194304 4196468 140729425351696 140158912338656 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19711] ppid=19645 vsize=14069564 CPUtime=0.14 cores=1,3,5,7
/proc/19648/task/19711/stat : 19711 (java) S 19645 19648 2450 0 -1 1077944384 214 12677 0 0 3 3 5 3 20 0 15 0 2318980 14407233536 215046 18446744073709551615 4194304 4196468 140729425351696 140158911285936 140159441435266 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
Current children cumulated CPU time (s) 113.32
Current children cumulated vsize (KiB) 14069564

[startup+162.301 s]
/proc/loadavg: 1.48 1.61 1.89 3/210 19716
/proc/meminfo: memFree=30118028/32770624 swapFree=0/305808
[pid=19648] ppid=19645 vsize=14069564 CPUtime=174.06 cores=1,3,5,7
/proc/19648/stat : 19648 (java) S 19645 19648 2450 0 -1 1077944320 102037 12677 0 0 17345 53 5 3 20 0 15 0 2318944 14407233536 215061 18446744073709551615 4194304 4196468 140729425351696 140729425334240 140159441424119 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
/proc/19648/statm: 3517391 215061 3474 1 0 3506005 0
[pid=19648/tid=19698] ppid=19645 vsize=14069564 CPUtime=160.55 cores=1,3,5,7
/proc/19648/task/19698/stat : 19698 (java) R 19645 19648 2450 0 -1 4202560 56886 12677 0 0 16026 21 5 3 20 0 15 0 2318971 14407233536 215061 18446744073709551615 4194304 4196468 140729425351696 140159445657904 140159096100268 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19699] ppid=19645 vsize=14069564 CPUtime=0.67 cores=1,3,5,7
/proc/19648/task/19699/stat : 19699 (java) S 19645 19648 2450 0 -1 1077944384 2523 12677 0 0 55 4 5 3 20 0 15 0 2318971 14407233536 215061 18446744073709551615 4194304 4196468 140729425351696 140159041399952 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19700] ppid=19645 vsize=14069564 CPUtime=0.66 cores=1,3,5,7
/proc/19648/task/19700/stat : 19700 (java) S 19645 19648 2450 0 -1 1077944384 4135 12677 0 0 53 5 5 3 20 0 15 0 2318971 14407233536 215061 18446744073709551615 4194304 4196468 140729425351696 140159040347152 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19701] ppid=19645 vsize=14069564 CPUtime=0.66 cores=1,3,5,7
/proc/19648/task/19701/stat : 19701 (java) S 19645 19648 2450 0 -1 1077944384 1132 12677 0 0 54 4 5 3 20 0 15 0 2318971 14407233536 215061 18446744073709551615 4194304 4196468 140729425351696 140159039294352 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19702] ppid=19645 vsize=14069564 CPUtime=0.66 cores=1,3,5,7
/proc/19648/task/19702/stat : 19702 (java) S 19645 19648 2450 0 -1 1077944384 1951 12677 0 0 54 4 5 3 20 0 15 0 2318971 14407233536 215061 18446744073709551615 4194304 4196468 140729425351696 140159038241552 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19703] ppid=19645 vsize=14069564 CPUtime=0.67 cores=1,3,5,7
/proc/19648/task/19703/stat : 19703 (java) S 19645 19648 2450 0 -1 1077944384 4027 12677 0 0 56 3 5 3 20 0 15 0 2318973 14407233536 215061 18446744073709551615 4194304 4196468 140729425351696 140158919706992 140159441435266 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19704] ppid=19645 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19704/stat : 19704 (java) S 19645 19648 2450 0 -1 1077944384 56 12677 0 0 0 0 5 3 20 0 15 0 2318973 14407233536 215061 18446744073709551615 4194304 4196468 140729425351696 140158918653024 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19705] ppid=19645 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19705/stat : 19705 (java) S 19645 19648 2450 0 -1 1077944384 46 12677 0 0 0 0 5 3 20 0 15 0 2318973 14407233536 215061 18446744073709551615 4194304 4196468 140729425351696 140158917600128 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19706] ppid=19645 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19706/stat : 19706 (java) S 19645 19648 2450 0 -1 1077944384 3 12677 0 0 0 0 5 3 20 0 15 0 2318976 14407233536 215061 18446744073709551615 4194304 4196468 140729425351696 140158916548432 140159441442715 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19707] ppid=19645 vsize=14069564 CPUtime=4.43 cores=1,3,5,7
/proc/19648/task/19707/stat : 19707 (java) S 19645 19648 2450 0 -1 1077944384 9882 12677 0 0 432 3 5 3 20 0 15 0 2318976 14407233536 215061 18446744073709551615 4194304 4196468 140729425351696 140158915496816 140159441435266 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19708] ppid=19645 vsize=14069564 CPUtime=3.87 cores=1,3,5,7
/proc/19648/task/19708/stat : 19708 (java) S 19645 19648 2450 0 -1 1077944384 7131 12677 0 0 376 3 5 3 20 0 15 0 2318976 14407233536 215061 18446744073709551615 4194304 4196468 140729425351696 140158914444016 140159441435266 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19709] ppid=19645 vsize=14069564 CPUtime=2.34 cores=1,3,5,7
/proc/19648/task/19709/stat : 19709 (java) S 19645 19648 2450 0 -1 1077944384 11885 12677 0 0 222 4 5 3 20 0 15 0 2318976 14407233536 215061 18446744073709551615 4194304 4196468 140729425351696 140158913391216 140159441435266 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19710] ppid=19645 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19710/stat : 19710 (java) S 19645 19648 2450 0 -1 1077944384 3 12677 0 0 0 0 5 3 20 0 15 0 2318976 14407233536 215061 18446744073709551615 4194304 4196468 140729425351696 140158912338656 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19711] ppid=19645 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/19648/task/19711/stat : 19711 (java) S 19645 19648 2450 0 -1 1077944384 225 12677 0 0 4 5 5 3 20 0 15 0 2318980 14407233536 215061 18446744073709551615 4194304 4196468 140729425351696 140158911285936 140159441435266 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 18 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
Current children cumulated CPU time (s) 174.06
Current children cumulated vsize (KiB) 14069564

[startup+222.307 s]
/proc/loadavg: 1.44 1.56 1.85 3/210 19718
/proc/meminfo: memFree=30117300/32770624 swapFree=0/305864
[pid=19648] ppid=19645 vsize=14069564 CPUtime=234.87 cores=1,3,5,7
/proc/19648/stat : 19648 (java) S 19645 19648 2450 0 -1 1077944320 107689 12677 0 0 23417 62 5 3 20 0 15 0 2318944 14407233536 215086 18446744073709551615 4194304 4196468 140729425351696 140729425334240 140159441424119 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
/proc/19648/statm: 3517391 215086 3474 1 0 3506005 0
[pid=19648/tid=19698] ppid=19645 vsize=14069564 CPUtime=219.9 cores=1,3,5,7
/proc/19648/task/19698/stat : 19698 (java) R 19645 19648 2450 0 -1 4202560 58263 12677 0 0 21961 21 5 3 20 0 15 0 2318971 14407233536 215086 18446744073709551615 4194304 4196468 140729425351696 140159445658160 140159094122176 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19699] ppid=19645 vsize=14069564 CPUtime=0.95 cores=1,3,5,7
/proc/19648/task/19699/stat : 19699 (java) S 19645 19648 2450 0 -1 1077944384 2574 12677 0 0 81 6 5 3 20 0 15 0 2318971 14407233536 215086 18446744073709551615 4194304 4196468 140729425351696 140159041399952 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19700] ppid=19645 vsize=14069564 CPUtime=0.94 cores=1,3,5,7
/proc/19648/task/19700/stat : 19700 (java) S 19645 19648 2450 0 -1 1077944384 5756 12677 0 0 80 6 5 3 20 0 15 0 2318971 14407233536 215086 18446744073709551615 4194304 4196468 140729425351696 140159040347152 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19701] ppid=19645 vsize=14069564 CPUtime=0.93 cores=1,3,5,7
/proc/19648/task/19701/stat : 19701 (java) S 19645 19648 2450 0 -1 1077944384 1238 12677 0 0 80 5 5 3 20 0 15 0 2318971 14407233536 215086 18446744073709551615 4194304 4196468 140729425351696 140159039294352 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19702] ppid=19645 vsize=14069564 CPUtime=0.93 cores=1,3,5,7
/proc/19648/task/19702/stat : 19702 (java) S 19645 19648 2450 0 -1 1077944384 2095 12677 0 0 80 5 5 3 20 0 15 0 2318971 14407233536 215086 18446744073709551615 4194304 4196468 140729425351696 140159038241552 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19703] ppid=19645 vsize=14069564 CPUtime=0.94 cores=1,3,5,7
/proc/19648/task/19703/stat : 19703 (java) S 19645 19648 2450 0 -1 1077944384 4368 12677 0 0 82 4 5 3 20 0 15 0 2318973 14407233536 215086 18446744073709551615 4194304 4196468 140729425351696 140158919706992 140159441435266 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19704] ppid=19645 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19704/stat : 19704 (java) S 19645 19648 2450 0 -1 1077944384 56 12677 0 0 0 0 5 3 20 0 15 0 2318973 14407233536 215086 18446744073709551615 4194304 4196468 140729425351696 140158918653024 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19705] ppid=19645 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19705/stat : 19705 (java) S 19645 19648 2450 0 -1 1077944384 46 12677 0 0 0 0 5 3 20 0 15 0 2318973 14407233536 215086 18446744073709551615 4194304 4196468 140729425351696 140158917600128 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19706] ppid=19645 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19706/stat : 19706 (java) S 19645 19648 2450 0 -1 1077944384 3 12677 0 0 0 0 5 3 20 0 15 0 2318976 14407233536 215086 18446744073709551615 4194304 4196468 140729425351696 140158916548432 140159441442715 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19707] ppid=19645 vsize=14069564 CPUtime=4.43 cores=1,3,5,7
/proc/19648/task/19707/stat : 19707 (java) S 19645 19648 2450 0 -1 1077944384 10263 12677 0 0 432 3 5 3 20 0 15 0 2318976 14407233536 215086 18446744073709551615 4194304 4196468 140729425351696 140158915496816 140159441435266 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19708] ppid=19645 vsize=14069564 CPUtime=3.88 cores=1,3,5,7
/proc/19648/task/19708/stat : 19708 (java) S 19645 19648 2450 0 -1 1077944384 8713 12677 0 0 377 3 5 3 20 0 15 0 2318976 14407233536 215086 18446744073709551615 4194304 4196468 140729425351696 140158914444016 140159441435266 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19709] ppid=19645 vsize=14069564 CPUtime=2.35 cores=1,3,5,7
/proc/19648/task/19709/stat : 19709 (java) S 19645 19648 2450 0 -1 1077944384 11887 12677 0 0 223 4 5 3 20 0 15 0 2318976 14407233536 215086 18446744073709551615 4194304 4196468 140729425351696 140158913391216 140159441435266 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19710] ppid=19645 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19710/stat : 19710 (java) S 19645 19648 2450 0 -1 1077944384 3 12677 0 0 0 0 5 3 20 0 15 0 2318976 14407233536 215086 18446744073709551615 4194304 4196468 140729425351696 140158912338656 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19711] ppid=19645 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/19648/task/19711/stat : 19711 (java) S 19645 19648 2450 0 -1 1077944384 272 12677 0 0 6 7 5 3 20 0 15 0 2318980 14407233536 215086 18446744073709551615 4194304 4196468 140729425351696 140158911285936 140159441435266 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
Current children cumulated CPU time (s) 234.87
Current children cumulated vsize (KiB) 14069564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.66 1.60 1.86 3/210 19846
/proc/meminfo: memFree=30473776/32770624 swapFree=0/305856
[pid=19648] ppid=19645 vsize=14069564 CPUtime=252.81 cores=1,3,5,7
/proc/19648/stat : 19648 (java) S 19645 19648 2450 0 -1 1077944320 108181 12677 0 0 25208 65 5 3 20 0 15 0 2318944 14407233536 215086 18446744073709551615 4194304 4196468 140729425351696 140729425334240 140159441424119 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
/proc/19648/statm: 3517391 215086 3474 1 0 3506005 0
[pid=19648/tid=19698] ppid=19645 vsize=14069564 CPUtime=237.4 cores=1,3,5,7
/proc/19648/task/19698/stat : 19698 (java) R 19645 19648 2450 0 -1 4202560 58741 12677 0 0 23710 22 5 3 20 0 15 0 2318971 14407233536 215086 18446744073709551615 4194304 4196468 140729425351696 140159445657424 140159096193743 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19699] ppid=19645 vsize=14069564 CPUtime=1.03 cores=1,3,5,7
/proc/19648/task/19699/stat : 19699 (java) S 19645 19648 2450 0 -1 1077944384 2577 12677 0 0 89 6 5 3 20 0 15 0 2318971 14407233536 215086 18446744073709551615 4194304 4196468 140729425351696 140159041399952 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19700] ppid=19645 vsize=14069564 CPUtime=1.02 cores=1,3,5,7
/proc/19648/task/19700/stat : 19700 (java) S 19645 19648 2450 0 -1 1077944384 5760 12677 0 0 88 6 5 3 20 0 15 0 2318971 14407233536 215086 18446744073709551615 4194304 4196468 140729425351696 140159040347152 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19701] ppid=19645 vsize=14069564 CPUtime=1.03 cores=1,3,5,7
/proc/19648/task/19701/stat : 19701 (java) S 19645 19648 2450 0 -1 1077944384 1239 12677 0 0 89 6 5 3 20 0 15 0 2318971 14407233536 215086 18446744073709551615 4194304 4196468 140729425351696 140159039294352 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19702] ppid=19645 vsize=14069564 CPUtime=1.02 cores=1,3,5,7
/proc/19648/task/19702/stat : 19702 (java) S 19645 19648 2450 0 -1 1077944384 2096 12677 0 0 88 6 5 3 20 0 15 0 2318971 14407233536 215086 18446744073709551615 4194304 4196468 140729425351696 140159038241552 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19703] ppid=19645 vsize=14069564 CPUtime=1.04 cores=1,3,5,7
/proc/19648/task/19703/stat : 19703 (java) S 19645 19648 2450 0 -1 1077944384 4371 12677 0 0 91 5 5 3 20 0 15 0 2318973 14407233536 215086 18446744073709551615 4194304 4196468 140729425351696 140158919706992 140159441435266 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19704] ppid=19645 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19704/stat : 19704 (java) S 19645 19648 2450 0 -1 1077944384 56 12677 0 0 0 0 5 3 20 0 15 0 2318973 14407233536 215086 18446744073709551615 4194304 4196468 140729425351696 140158918653024 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19705] ppid=19645 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19705/stat : 19705 (java) S 19645 19648 2450 0 -1 1077944384 46 12677 0 0 0 0 5 3 20 0 15 0 2318973 14407233536 215086 18446744073709551615 4194304 4196468 140729425351696 140158917600128 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19706] ppid=19645 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19706/stat : 19706 (java) S 19645 19648 2450 0 -1 1077944384 3 12677 0 0 0 0 5 3 20 0 15 0 2318976 14407233536 215086 18446744073709551615 4194304 4196468 140729425351696 140158916548432 140159441442715 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19707] ppid=19645 vsize=14069564 CPUtime=4.43 cores=1,3,5,7
/proc/19648/task/19707/stat : 19707 (java) S 19645 19648 2450 0 -1 1077944384 10263 12677 0 0 432 3 5 3 20 0 15 0 2318976 14407233536 215086 18446744073709551615 4194304 4196468 140729425351696 140158915496816 140159441435266 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19708] ppid=19645 vsize=14069564 CPUtime=3.88 cores=1,3,5,7
/proc/19648/task/19708/stat : 19708 (java) S 19645 19648 2450 0 -1 1077944384 8713 12677 0 0 377 3 5 3 20 0 15 0 2318976 14407233536 215086 18446744073709551615 4194304 4196468 140729425351696 140158914444016 140159441435266 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19709] ppid=19645 vsize=14069564 CPUtime=2.35 cores=1,3,5,7
/proc/19648/task/19709/stat : 19709 (java) S 19645 19648 2450 0 -1 1077944384 11887 12677 0 0 223 4 5 3 20 0 15 0 2318976 14407233536 215086 18446744073709551615 4194304 4196468 140729425351696 140158913391216 140159441435266 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19710] ppid=19645 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19648/task/19710/stat : 19710 (java) S 19645 19648 2450 0 -1 1077944384 3 12677 0 0 0 0 5 3 20 0 15 0 2318976 14407233536 215086 18446744073709551615 4194304 4196468 140729425351696 140158912338656 140159441434325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
[pid=19648/tid=19711] ppid=19645 vsize=14069564 CPUtime=0.22 cores=1,3,5,7
/proc/19648/task/19711/stat : 19711 (java) S 19645 19648 2450 0 -1 1077944384 274 12677 0 0 6 8 5 3 20 0 15 0 2318980 14407233536 215086 18446744073709551615 4194304 4196468 140729425351696 140158911285936 140159441435266 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 18 0 0 6293624 6294260 37863424 140729425356758 140729425359543 140729425359543 140729425362895 0
Current children cumulated CPU time (s) 252.81
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 19648 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.032
CPU time (s): 252.85
CPU user time (s): 252.15
CPU system time (s): 0.700002
CPU usage (%): 105.34
Max. virtual memory (cumulated for all children) (KiB): 14071660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 252.15
system time used= 0.700002
maximum resident set size= 861144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122933
page faults= 0
swaps= 0
block input operations= 0
block output operations= 488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33047
involuntary context switches= 1271

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.09515 second user time and 1.50958 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-06 08:20:08
IDJOB=4259683
IDBENCH=140551
IDSOLVER=2646
FILE ID=node127/4259683-1502001252
RUNJOBID= node127-1501998935-17394
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Rack/Rack-m1c-s1/Rack-m1c-r3.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259683-1502001252/watcher-4259683-1502001252 -o /tmp/evaluation-result-4259683-1502001252/solver-4259683-1502001252 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node127-1501998935-17394 --watchdog 300  bin/concrete HOME/instance-4259683-1502001252.xml

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

MD5SUM BENCH= bc26aaa932070946748b52cb6241d030
RANDOM SEED=1528009587

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31243968 kB
MemAvailable:   31494632 kB
Buffers:          104372 kB
Cached:           427668 kB
SwapCached:            0 kB
Active:           808920 kB
Inactive:         313800 kB
Active(anon):     591012 kB
Inactive(anon):     8532 kB
Active(file):     217908 kB
Inactive(file):   305268 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24728 kB
Writeback:             4 kB
AnonPages:        588236 kB
Mapped:            42816 kB
Shmem:              8868 kB
Slab:             111456 kB
SReclaimable:      86644 kB
SUnreclaim:        24812 kB
KernelStack:        3616 kB
PageTables:         6524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1554824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    372736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61984 MiB
End job on node127 at 2017-08-06 08:24:08