Trace number 4259794

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)41 259.93399 240.033

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-08-10.xml
MD5SUM3f191bd8c6a70b7bc3302016f10b3be6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark242.29201
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of constraints188
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":80},{"size":9,"count":80}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":80},{"degree":7,"count":4},{"degree":8,"count":28},{"degree":10,"count":48}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":80},{"arity":3,"count":28},{"arity":4,"count":4},{"arity":6,"count":28},{"arity":9,"count":48}]
Number of extensional constraints108
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":108},{"type":"sum","count":80}]
Optimization problemYES
Type of objectivemax 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.38/2.20	c Concrete v3.4 running
8.29/4.28	o 32
8.61/4.37	o 33
8.97/4.41	o 34
9.30/4.57	o 35
12.30/5.51	o 36
16.26/8.82	o 38
19.42/11.66	o 39
56.03/46.16	o 40
171.30/156.44	o 41
259.88/240.00	java.util.concurrent.TimeoutException
259.88/240.00		at concrete.MAC.mac(MAC.scala:74)
259.88/240.00		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
259.88/240.00		at scala.util.Try$.apply(Try.scala:209)
259.88/240.00		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
259.88/240.00		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
259.88/240.00		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
259.88/240.00		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
259.88/240.00		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
259.88/240.00		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
259.88/240.00		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
259.88/240.00		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
259.88/240.00		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
259.88/240.00		at concrete.MAC.oneRun(MAC.scala:146)
259.88/240.00		at concrete.MAC.nextSolution(MAC.scala:166)
259.88/240.00		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
259.88/240.00		at concrete.ProblemState.map(ProblemState.scala:203)
259.88/240.00		at concrete.ProblemState.map(ProblemState.scala:188)
259.88/240.00		at concrete.MAC.nextSolution(MAC.scala:195)
259.88/240.00		at concrete.Solver.hasNext(Solver.scala:202)
259.88/240.00		at scala.collection.Iterator.toStream(Iterator.scala:1403)
259.88/240.00		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
259.88/240.00		at concrete.Solver.toStream(Solver.scala:73)
259.88/240.00		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
259.88/240.00		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
259.88/240.00		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
259.88/240.00		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
259.88/240.00		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
259.88/240.00		at scala.util.Success.$anonfun$map$1(Try.scala:251)
259.88/240.00		at scala.util.Success.map(Try.scala:209)
259.88/240.00		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
259.88/240.00		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
259.88/240.00		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
259.88/240.00		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
259.88/240.00		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
259.88/240.00		at scala.Function0.apply$mcV$sp(Function0.scala:34)
259.88/240.00		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
259.88/240.00		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
259.88/240.00		at scala.App.$anonfun$main$1$adapted(App.scala:76)
259.88/240.00		at scala.collection.immutable.List.foreach(List.scala:389)
259.88/240.00		at scala.App.main(App.scala:76)
259.88/240.00		at scala.App.main$(App.scala:74)
259.88/240.00		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
259.88/240.00		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
259.88/240.01	v <instantiation cost="41">
259.88/240.01	v       <list>
259.88/240.01	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[3][9] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[4][9] s[5][0] s[5][1] s[5][2] s[5][3] s[5][4] s[5][5] s[5][6] s[5][7] s[5][8] s[5][9] s[6][0] s[6][1] s[6][2] s[6][3] s[6][4] s[6][5] s[6][6] s[6][7] s[6][8] s[6][9] s[7][0] s[7][1] s[7][2] s[7][3] s[7][4] s[7][5] s[7][6] s[7][7] s[7][8] s[7][9]
259.88/240.01	v       </list>
259.88/240.01	v       <values>
259.88/240.01	v         0 1 1 0 1 1 0 0 1 1 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 1 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 1 1 0 1 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 1 1 1 0 0 0 1 1 0 1 1 2 3 2 4 2 2 2 2 3 2 2 6 3 6 3 5 4 3 5 2 2 6 3 5 2 4 3 2 4 2 2 3 3 4 4 3 5 4 5 2 2 4 5 3 4 3 4 2 3 2 2 3 3 5 3 5 3 5 5 4 3 6 3 4 2 6 3 5 3 3 2 3 2 2 2 3 2 4 3 3
259.88/240.01	v       </values>
259.88/240.01	v     </instantiation>
259.88/240.01	s SATISFIABLE

Verifier Data

OK	41

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-4259794-1501645801/watcher-4259794-1501645801 -o /tmp/evaluation-result-4259794-1501645801/solver-4259794-1501645801 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27967 --watchdog 300 bin/concrete HOME/instance-4259794-1501645801.xml 

pid=1919
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.53 1.73 1.72 3/198 1922
/proc/meminfo: memFree=30851944/32770624 swapFree=0/242276
[pid=1922] ppid=1919 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/1922/stat : 1922 (runsolver) D 1919 1922 3187 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 6490742 24240128 108 18446744073709551615 4194304 4338465 140732406448384 140732406446024 140413007815383 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 26488832 140732406456529 140732406456903 140732406456903 140732406460362 0
/proc/1922/statm: 5918 108 54 36 0 2156 0

[startup+0.100141 s]
/proc/loadavg: 1.53 1.73 1.72 3/198 1922
/proc/meminfo: memFree=30851944/32770624 swapFree=0/242276
[pid=1922] ppid=1919 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/1922/stat : 1922 (bash) S 1919 1922 3187 0 -1 4202496 649 0 0 0 0 0 0 0 20 0 1 0 6490742 9736192 351 18446744073709551615 4194304 5098028 140723953143248 140723953140888 140481671523328 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 9 0 0 7196144 7232144 16232448 140723953148434 140723953148519 140723953148519 140723953151978 0
/proc/1922/statm: 2377 351 278 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200281 s]
/proc/loadavg: 1.53 1.73 1.72 3/198 1922
/proc/meminfo: memFree=30851944/32770624 swapFree=0/242276
[pid=1922] ppid=1919 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/1922/stat : 1922 (bash) S 1919 1922 3187 0 -1 4202496 891 6492 0 0 0 0 0 1 20 0 1 0 6490742 9867264 377 18446744073709551615 4194304 5098028 140723953143248 140723953137256 140481671523328 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 9 0 0 7196144 7232144 16232448 140723953148434 140723953148519 140723953148519 140723953151978 0
/proc/1922/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.53 1.73 1.72 3/198 1922
/proc/meminfo: memFree=30851944/32770624 swapFree=0/242276
[pid=1922] ppid=1919 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/1922/stat : 1922 (java) S 1919 1922 3187 0 -1 1077944320 5888 12517 0 0 5 1 5 3 20 0 14 0 6490742 14241083392 5574 18446744073709551615 4194304 4196468 140733624635088 140733624617632 139774039740151 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
/proc/1922/statm: 3476827 5574 2553 1 0 3466332 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700281 s]
/proc/loadavg: 1.53 1.73 1.72 3/198 1922
/proc/meminfo: memFree=30851944/32770624 swapFree=0/242276
[pid=1922] ppid=1919 vsize=13974784 CPUtime=0.68 cores=1,3,5,7
/proc/1922/stat : 1922 (java) S 1919 1922 3187 0 -1 1077944320 13982 12517 0 0 56 4 5 3 20 0 15 0 6490742 14310178816 14371 18446744073709551615 4194304 4196468 140733624635088 140733624617632 139774039740151 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
/proc/1922/statm: 3493696 14371 3084 1 0 3482973 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13974784

[startup+1.50875 s]
/proc/loadavg: 1.49 1.71 1.72 3/213 1989
/proc/meminfo: memFree=30758252/32770624 swapFree=0/242264
[pid=1922] ppid=1919 vsize=13985408 CPUtime=1.88 cores=1,3,5,7
/proc/1922/stat : 1922 (java) S 1919 1922 3187 0 -1 1077944320 29318 12517 0 0 170 10 5 3 20 0 15 0 6490742 14321057792 40112 18446744073709551615 4194304 4196468 140733624635088 140733624617632 139774039740151 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
/proc/1922/statm: 3496352 40112 3355 1 0 3485533 0
[pid=1922/tid=1976] ppid=1919 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/1922/task/1976/stat : 1976 (java) S 1919 1922 3187 0 -1 1077944384 22394 12517 0 0 115 6 5 3 20 0 15 0 6490764 14321057792 40152 18446744073709551615 4194304 4196468 140733624635088 139774043963824 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1977] ppid=1919 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1977/stat : 1977 (java) R 1919 1922 3187 0 -1 4202560 182 12517 0 0 0 0 5 3 20 0 15 0 6490764 14321057792 40152 18446744073709551615 4194304 4196468 140733624635088 139773639478160 139774039752086 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1978] ppid=1919 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1978/stat : 1978 (java) R 1919 1922 3187 0 -1 1077944384 49 12517 0 0 0 0 5 3 20 0 15 0 6490764 14321057792 40152 18446744073709551615 4194304 4196468 140733624635088 139773638425360 139774039750357 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1979] ppid=1919 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1979/stat : 1979 (java) R 1919 1922 3187 0 -1 4202560 42 12517 0 0 0 0 5 3 20 0 15 0 6490764 14321057792 40152 18446744073709551615 4194304 4196468 140733624635088 139773637373072 139774032843788 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1980] ppid=1919 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1980/stat : 1980 (java) R 1919 1922 3187 0 -1 4202560 66 12517 0 0 0 0 5 3 20 0 15 0 6490764 14321057792 40152 18446744073709551615 4194304 4196468 140733624635088 139773636320272 139774024728551 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1981] ppid=1919 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/1922/task/1981/stat : 1981 (java) S 1919 1922 3187 0 -1 1077944384 1490 12517 0 0 1 0 5 3 20 0 15 0 6490766 14321057792 40152 18446744073709551615 4194304 4196468 140733624635088 139772956447392 139774039750357 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1982] ppid=1919 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1982/stat : 1982 (java) S 1919 1922 3187 0 -1 1077944384 33 12517 0 0 0 0 5 3 20 0 15 0 6490766 14321057792 40152 18446744073709551615 4194304 4196468 140733624635088 139772955394848 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1983] ppid=1919 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1983/stat : 1983 (java) S 1919 1922 3187 0 -1 1077944384 21 12517 0 0 0 0 5 3 20 0 15 0 6490766 14321057792 40152 18446744073709551615 4194304 4196468 140733624635088 139772954342512 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1984] ppid=1919 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1984/stat : 1984 (java) S 1919 1922 3187 0 -1 1077944384 3 12517 0 0 0 0 5 3 20 0 15 0 6490769 14321057792 40152 18446744073709551615 4194304 4196468 140733624635088 139772953290832 139774039758747 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1985] ppid=1919 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/1922/task/1985/stat : 1985 (java) S 1919 1922 3187 0 -1 1077944384 732 12517 0 0 13 0 5 3 20 0 15 0 6490769 14321057792 40152 18446744073709551615 4194304 4196468 140733624635088 139772952238704 139774039751298 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1986] ppid=1919 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/1922/task/1986/stat : 1986 (java) S 1919 1922 3187 0 -1 1077944384 914 12517 0 0 15 0 5 3 20 0 15 0 6490769 14321057792 40152 18446744073709551615 4194304 4196468 140733624635088 139772951185904 139774039751298 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1987] ppid=1919 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/1922/task/1987/stat : 1987 (java) S 1919 1922 3187 0 -1 1077944384 1231 12517 0 0 22 0 5 3 20 0 15 0 6490769 14321057792 40152 18446744073709551615 4194304 4196468 140733624635088 139772950129552 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1988] ppid=1919 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1988/stat : 1988 (java) S 1919 1922 3187 0 -1 1077944384 3 12517 0 0 0 0 5 3 20 0 15 0 6490769 14321057792 40152 18446744073709551615 4194304 4196468 140733624635088 139772949081056 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1989] ppid=1919 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1989/stat : 1989 (java) S 1919 1922 3187 0 -1 1077944384 8 12517 0 0 0 0 5 3 20 0 15 0 6490774 14321057792 40152 18446744073709551615 4194304 4196468 140733624635088 139772948027824 139774039751298 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 13985408

[startup+3.10057 s]
/proc/loadavg: 1.49 1.71 1.72 4/213 1989
/proc/meminfo: memFree=30683576/32770624 swapFree=0/242264
[pid=1922] ppid=1919 vsize=13999932 CPUtime=5.02 cores=1,3,5,7
/proc/1922/stat : 1922 (java) S 1919 1922 3187 0 -1 1077944320 48837 12517 0 0 478 16 5 3 20 0 15 0 6490742 14335930368 54842 18446744073709551615 4194304 4196468 140733624635088 140733624617632 139774039740151 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
/proc/1922/statm: 3499983 54842 3439 1 0 3488605 0
[pid=1922/tid=1976] ppid=1919 vsize=13999932 CPUtime=2.86 cores=1,3,5,7
/proc/1922/task/1976/stat : 1976 (java) R 1919 1922 3187 0 -1 4202560 37497 12517 0 0 269 9 5 3 20 0 15 0 6490764 14335930368 54842 18446744073709551615 4194304 4196468 140733624635088 139774043969968 139774025108298 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1977] ppid=1919 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1977/stat : 1977 (java) S 1919 1922 3187 0 -1 1077944384 187 12517 0 0 0 0 5 3 20 0 15 0 6490764 14335930368 54842 18446744073709551615 4194304 4196468 140733624635088 139773639478160 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1978] ppid=1919 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1978/stat : 1978 (java) S 1919 1922 3187 0 -1 1077944384 49 12517 0 0 0 0 5 3 20 0 15 0 6490764 14335930368 54842 18446744073709551615 4194304 4196468 140733624635088 139773638425360 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1979] ppid=1919 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/1922/task/1979/stat : 1979 (java) S 1919 1922 3187 0 -1 1077944384 42 12517 0 0 1 0 5 3 20 0 15 0 6490764 14335930368 54842 18446744073709551615 4194304 4196468 140733624635088 139773637373072 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1980] ppid=1919 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1980/stat : 1980 (java) S 1919 1922 3187 0 -1 1077944384 67 12517 0 0 0 0 5 3 20 0 15 0 6490764 14335930368 54842 18446744073709551615 4194304 4196468 140733624635088 139773636320272 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1981] ppid=1919 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/1922/task/1981/stat : 1981 (java) S 1919 1922 3187 0 -1 1077944384 1680 12517 0 0 1 0 5 3 20 0 15 0 6490766 14335930368 54842 18446744073709551615 4194304 4196468 140733624635088 139772956448880 139774039751298 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1982] ppid=1919 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1982/stat : 1982 (java) S 1919 1922 3187 0 -1 1077944384 57 12517 0 0 0 0 5 3 20 0 15 0 6490766 14335930368 54842 18446744073709551615 4194304 4196468 140733624635088 139772955394848 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1983] ppid=1919 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1983/stat : 1983 (java) S 1919 1922 3187 0 -1 1077944384 46 12517 0 0 0 0 5 3 20 0 15 0 6490766 14335930368 54842 18446744073709551615 4194304 4196468 140733624635088 139772954342512 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1984] ppid=1919 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1984/stat : 1984 (java) S 1919 1922 3187 0 -1 1077944384 3 12517 0 0 0 0 5 3 20 0 15 0 6490769 14335930368 54842 18446744073709551615 4194304 4196468 140733624635088 139772953290832 139774039758747 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1985] ppid=1919 vsize=13999932 CPUtime=0.62 cores=1,3,5,7
/proc/1922/task/1985/stat : 1985 (java) R 1919 1922 3187 0 -1 4202560 1716 12517 0 0 53 1 5 3 20 0 15 0 6490769 14335930368 54842 18446744073709551615 4194304 4196468 140733624635088 139772952228624 139774020441865 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1986] ppid=1919 vsize=13999932 CPUtime=0.62 cores=1,3,5,7
/proc/1922/task/1986/stat : 1986 (java) S 1919 1922 3187 0 -1 1077944384 1551 12517 0 0 53 1 5 3 20 0 15 0 6490769 14335930368 54842 18446744073709551615 4194304 4196468 140733624635088 139772951185904 139774039751298 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1987] ppid=1919 vsize=13999932 CPUtime=1.04 cores=1,3,5,7
/proc/1922/task/1987/stat : 1987 (java) S 1919 1922 3187 0 -1 1077944384 3779 12517 0 0 95 1 5 3 20 0 15 0 6490769 14335930368 54842 18446744073709551615 4194304 4196468 140733624635088 139772950133616 139774039751298 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1988] ppid=1919 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1988/stat : 1988 (java) S 1919 1922 3187 0 -1 1077944384 3 12517 0 0 0 0 5 3 20 0 15 0 6490769 14335930368 54842 18446744073709551615 4194304 4196468 140733624635088 139772949081056 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1989] ppid=1919 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1989/stat : 1989 (java) S 1919 1922 3187 0 -1 1077944384 9 12517 0 0 0 0 5 3 20 0 15 0 6490774 14335930368 54842 18446744073709551615 4194304 4196468 140733624635088 139772948027824 139774039751298 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
Current children cumulated CPU time (s) 5.02
Current children cumulated vsize (KiB) 13999932

[startup+6.30069 s]
/proc/loadavg: 1.49 1.71 1.72 5/213 1989
/proc/meminfo: memFree=30489860/32770624 swapFree=0/242272
[pid=1922] ppid=1919 vsize=14069564 CPUtime=13.5 cores=1,3,5,7
/proc/1922/stat : 1922 (java) S 1919 1922 3187 0 -1 1077944320 70628 12517 0 0 1315 27 5 3 20 0 15 0 6490742 14407233536 104136 18446744073709551615 4194304 4196468 140733624635088 140733624617632 139774039740151 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
/proc/1922/statm: 3517391 104136 3466 1 0 3506013 0
[pid=1922/tid=1976] ppid=1919 vsize=14069564 CPUtime=5.82 cores=1,3,5,7
/proc/1922/task/1976/stat : 1976 (java) R 1919 1922 3187 0 -1 4202560 47953 12517 0 0 559 15 5 3 20 0 15 0 6490764 14407233536 104136 18446744073709551615 4194304 4196468 140733624635088 139774043971184 139773692720316 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1977] ppid=1919 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/1922/task/1977/stat : 1977 (java) S 1919 1922 3187 0 -1 1077944384 262 12517 0 0 12 0 5 3 20 0 15 0 6490764 14407233536 104136 18446744073709551615 4194304 4196468 140733624635088 139773639478160 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1978] ppid=1919 vsize=14069564 CPUtime=0.18 cores=1,3,5,7
/proc/1922/task/1978/stat : 1978 (java) S 1919 1922 3187 0 -1 1077944384 91 12517 0 0 9 1 5 3 20 0 15 0 6490764 14407233536 104136 18446744073709551615 4194304 4196468 140733624635088 139773638425360 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1979] ppid=1919 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/1922/task/1979/stat : 1979 (java) S 1919 1922 3187 0 -1 1077944384 138 12517 0 0 9 0 5 3 20 0 15 0 6490764 14407233536 104136 18446744073709551615 4194304 4196468 140733624635088 139773637373072 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1980] ppid=1919 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/1922/task/1980/stat : 1980 (java) S 1919 1922 3187 0 -1 1077944384 1047 12517 0 0 11 1 5 3 20 0 15 0 6490764 14407233536 104136 18446744073709551615 4194304 4196468 140733624635088 139773636320272 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1981] ppid=1919 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/1922/task/1981/stat : 1981 (java) S 1919 1922 3187 0 -1 1077944384 2403 12517 0 0 12 0 5 3 20 0 15 0 6490766 14407233536 104136 18446744073709551615 4194304 4196468 140733624635088 139772956448880 139774039751298 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1982] ppid=1919 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1982/stat : 1982 (java) S 1919 1922 3187 0 -1 1077944384 57 12517 0 0 0 0 5 3 20 0 15 0 6490766 14407233536 104136 18446744073709551615 4194304 4196468 140733624635088 139772955394976 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1983] ppid=1919 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1983/stat : 1983 (java) S 1919 1922 3187 0 -1 1077944384 47 12517 0 0 0 0 5 3 20 0 15 0 6490766 14407233536 104136 18446744073709551615 4194304 4196468 140733624635088 139772954342528 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1984] ppid=1919 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1984/stat : 1984 (java) S 1919 1922 3187 0 -1 1077944384 3 12517 0 0 0 0 5 3 20 0 15 0 6490769 14407233536 104136 18446744073709551615 4194304 4196468 140733624635088 139772953290832 139774039758747 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1985] ppid=1919 vsize=14069564 CPUtime=2.91 cores=1,3,5,7
/proc/1922/task/1985/stat : 1985 (java) S 1919 1922 3187 0 -1 1077944384 6723 12517 0 0 281 2 5 3 20 0 15 0 6490769 14407233536 104136 18446744073709551615 4194304 4196468 140733624635088 139772952238704 139774039751298 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1986] ppid=1919 vsize=14069564 CPUtime=2.72 cores=1,3,5,7
/proc/1922/task/1986/stat : 1986 (java) S 1919 1922 3187 0 -1 1077944384 4505 12517 0 0 263 1 5 3 20 0 15 0 6490769 14407233536 104136 18446744073709551615 4194304 4196468 140733624635088 139772951185904 139774039751298 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1987] ppid=1919 vsize=14069564 CPUtime=1.64 cores=1,3,5,7
/proc/1922/task/1987/stat : 1987 (java) S 1919 1922 3187 0 -1 1077944384 5235 12517 0 0 154 2 5 3 20 0 15 0 6490769 14407233536 104136 18446744073709551615 4194304 4196468 140733624635088 139772950133616 139774039751298 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1988] ppid=1919 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1988/stat : 1988 (java) S 1919 1922 3187 0 -1 1077944384 3 12517 0 0 0 0 5 3 20 0 15 0 6490769 14407233536 104136 18446744073709551615 4194304 4196468 140733624635088 139772949081056 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1989] ppid=1919 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1989/stat : 1989 (java) S 1919 1922 3187 0 -1 1077944384 10 12517 0 0 0 0 5 3 20 0 15 0 6490774 14407233536 104136 18446744073709551615 4194304 4196468 140733624635088 139772948027824 139774039751298 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
Current children cumulated CPU time (s) 13.5
Current children cumulated vsize (KiB) 14069564

[startup+12.7007 s]
/proc/loadavg: 1.64 1.74 1.73 3/213 1989
/proc/meminfo: memFree=30242124/32770624 swapFree=0/242284
[pid=1922] ppid=1919 vsize=14069564 CPUtime=20.62 cores=1,3,5,7
/proc/1922/stat : 1922 (java) S 1919 1922 3187 0 -1 1077944320 80788 12517 0 0 2021 33 5 3 20 0 15 0 6490742 14407233536 156962 18446744073709551615 4194304 4196468 140733624635088 140733624617632 139774039740151 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
/proc/1922/statm: 3517391 156962 3466 1 0 3506013 0
[pid=1922/tid=1976] ppid=1919 vsize=14069564 CPUtime=12.2 cores=1,3,5,7
/proc/1922/task/1976/stat : 1976 (java) R 1919 1922 3187 0 -1 4202560 49851 12517 0 0 1194 18 5 3 20 0 15 0 6490764 14407233536 156962 18446744073709551615 4194304 4196468 140733624635088 139774043973400 139773695593731 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1977] ppid=1919 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/1922/task/1977/stat : 1977 (java) S 1919 1922 3187 0 -1 1077944384 276 12517 0 0 12 1 5 3 20 0 15 0 6490764 14407233536 156962 18446744073709551615 4194304 4196468 140733624635088 139773639478160 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1978] ppid=1919 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/1922/task/1978/stat : 1978 (java) S 1919 1922 3187 0 -1 1077944384 134 12517 0 0 10 1 5 3 20 0 15 0 6490764 14407233536 156962 18446744073709551615 4194304 4196468 140733624635088 139773638425360 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1979] ppid=1919 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/1922/task/1979/stat : 1979 (java) S 1919 1922 3187 0 -1 1077944384 178 12517 0 0 10 1 5 3 20 0 15 0 6490764 14407233536 156962 18446744073709551615 4194304 4196468 140733624635088 139773637373072 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1980] ppid=1919 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/1922/task/1980/stat : 1980 (java) S 1919 1922 3187 0 -1 1077944384 1497 12517 0 0 12 1 5 3 20 0 15 0 6490764 14407233536 156962 18446744073709551615 4194304 4196468 140733624635088 139773636320272 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1981] ppid=1919 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/1922/task/1981/stat : 1981 (java) S 1919 1922 3187 0 -1 1077944384 2746 12517 0 0 13 0 5 3 20 0 15 0 6490766 14407233536 156962 18446744073709551615 4194304 4196468 140733624635088 139772956448880 139774039751298 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1982] ppid=1919 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1982/stat : 1982 (java) S 1919 1922 3187 0 -1 1077944384 60 12517 0 0 0 0 5 3 20 0 15 0 6490766 14407233536 156962 18446744073709551615 4194304 4196468 140733624635088 139772955394976 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1983] ppid=1919 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1983/stat : 1983 (java) S 1919 1922 3187 0 -1 1077944384 47 12517 0 0 0 0 5 3 20 0 15 0 6490766 14407233536 156962 18446744073709551615 4194304 4196468 140733624635088 139772954342528 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1984] ppid=1919 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1984/stat : 1984 (java) S 1919 1922 3187 0 -1 1077944384 3 12517 0 0 0 0 5 3 20 0 15 0 6490769 14407233536 156962 18446744073709551615 4194304 4196468 140733624635088 139772953290832 139774039758747 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0

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

/proc/1922/task/1988/stat : 1988 (java) S 1919 1922 3187 0 -1 1077944384 3 12517 0 0 0 0 5 3 20 0 15 0 6490769 14407233536 218011 18446744073709551615 4194304 4196468 140733624635088 139772949081056 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1989] ppid=1919 vsize=14069564 CPUtime=0.09 cores=1,3,5,7
/proc/1922/task/1989/stat : 1989 (java) S 1919 1922 3187 0 -1 1077944384 486 12517 0 0 0 1 5 3 20 0 15 0 6490774 14407233536 218011 18446744073709551615 4194304 4196468 140733624635088 139772948027824 139774039751298 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
Current children cumulated CPU time (s) 61.33
Current children cumulated vsize (KiB) 14069564

[startup+102.301 s]
/proc/loadavg: 1.49 1.66 1.70 3/213 1994
/proc/meminfo: memFree=30059516/32770624 swapFree=0/242336
[pid=1922] ppid=1919 vsize=14069564 CPUtime=114.78 cores=1,3,5,7
/proc/1922/stat : 1922 (java) S 1919 1922 3187 0 -1 1077944320 118504 12517 0 0 11416 54 5 3 20 0 15 0 6490742 14407233536 217134 18446744073709551615 4194304 4196468 140733624635088 140733624617632 139774039740151 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
/proc/1922/statm: 3517391 217134 3472 1 0 3506013 0
[pid=1922/tid=1976] ppid=1919 vsize=14069564 CPUtime=101.35 cores=1,3,5,7
/proc/1922/task/1976/stat : 1976 (java) R 1919 1922 3187 0 -1 4202560 58397 12517 0 0 10104 23 5 3 20 0 15 0 6490764 14407233536 217134 18446744073709551615 4194304 4196468 140733624635088 139774043974416 139773694523272 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1977] ppid=1919 vsize=14069564 CPUtime=0.42 cores=1,3,5,7
/proc/1922/task/1977/stat : 1977 (java) S 1919 1922 3187 0 -1 1077944384 474 12517 0 0 31 3 5 3 20 0 15 0 6490764 14407233536 217134 18446744073709551615 4194304 4196468 140733624635088 139773639478160 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1978] ppid=1919 vsize=14069564 CPUtime=0.39 cores=1,3,5,7
/proc/1922/task/1978/stat : 1978 (java) S 1919 1922 3187 0 -1 1077944384 522 12517 0 0 28 3 5 3 20 0 15 0 6490764 14407233536 217134 18446744073709551615 4194304 4196468 140733624635088 139773638425360 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1979] ppid=1919 vsize=14069564 CPUtime=0.39 cores=1,3,5,7
/proc/1922/task/1979/stat : 1979 (java) S 1919 1922 3187 0 -1 1077944384 1868 12517 0 0 28 3 5 3 20 0 15 0 6490764 14407233536 217134 18446744073709551615 4194304 4196468 140733624635088 139773637373072 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1980] ppid=1919 vsize=14069564 CPUtime=0.42 cores=1,3,5,7
/proc/1922/task/1980/stat : 1980 (java) S 1919 1922 3187 0 -1 1077944384 4544 12517 0 0 31 3 5 3 20 0 15 0 6490764 14407233536 217134 18446744073709551615 4194304 4196468 140733624635088 139773636320272 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1981] ppid=1919 vsize=14069564 CPUtime=0.4 cores=1,3,5,7
/proc/1922/task/1981/stat : 1981 (java) S 1919 1922 3187 0 -1 1077944384 3701 12517 0 0 30 2 5 3 20 0 15 0 6490766 14407233536 217134 18446744073709551615 4194304 4196468 140733624635088 139772956448880 139774039751298 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1982] ppid=1919 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1982/stat : 1982 (java) S 1919 1922 3187 0 -1 1077944384 63 12517 0 0 0 0 5 3 20 0 15 0 6490766 14407233536 217134 18446744073709551615 4194304 4196468 140733624635088 139772955394976 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1983] ppid=1919 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1983/stat : 1983 (java) S 1919 1922 3187 0 -1 1077944384 47 12517 0 0 0 0 5 3 20 0 15 0 6490766 14407233536 217134 18446744073709551615 4194304 4196468 140733624635088 139772954342528 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1984] ppid=1919 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1984/stat : 1984 (java) S 1919 1922 3187 0 -1 1077944384 3 12517 0 0 0 0 5 3 20 0 15 0 6490769 14407233536 217134 18446744073709551615 4194304 4196468 140733624635088 139772953290832 139774039758747 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1985] ppid=1919 vsize=14069564 CPUtime=4.99 cores=1,3,5,7
/proc/1922/task/1985/stat : 1985 (java) S 1919 1922 3187 0 -1 1077944384 18461 12517 0 0 487 4 5 3 20 0 15 0 6490769 14407233536 217134 18446744073709551615 4194304 4196468 140733624635088 139772952238704 139774039751298 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1986] ppid=1919 vsize=14069564 CPUtime=4.76 cores=1,3,5,7
/proc/1922/task/1986/stat : 1986 (java) S 1919 1922 3187 0 -1 1077944384 12596 12517 0 0 465 3 5 3 20 0 15 0 6490769 14407233536 217134 18446744073709551615 4194304 4196468 140733624635088 139772951185904 139774039751298 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1987] ppid=1919 vsize=14069564 CPUtime=2.15 cores=1,3,5,7
/proc/1922/task/1987/stat : 1987 (java) S 1919 1922 3187 0 -1 1077944384 15146 12517 0 0 203 4 5 3 20 0 15 0 6490769 14407233536 217134 18446744073709551615 4194304 4196468 140733624635088 139772950133616 139774039751298 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1988] ppid=1919 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1988/stat : 1988 (java) S 1919 1922 3187 0 -1 1077944384 3 12517 0 0 0 0 5 3 20 0 15 0 6490769 14407233536 217134 18446744073709551615 4194304 4196468 140733624635088 139772949081056 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1989] ppid=1919 vsize=14069564 CPUtime=0.12 cores=1,3,5,7
/proc/1922/task/1989/stat : 1989 (java) S 1919 1922 3187 0 -1 1077944384 528 12517 0 0 1 3 5 3 20 0 15 0 6490774 14407233536 217134 18446744073709551615 4194304 4196468 140733624635088 139772948027824 139774039751298 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
Current children cumulated CPU time (s) 114.78
Current children cumulated vsize (KiB) 14069564

[startup+162.302 s]
/proc/loadavg: 1.36 1.61 1.68 3/214 1997
/proc/meminfo: memFree=30093864/32770624 swapFree=0/242372
[pid=1922] ppid=1919 vsize=14069564 CPUtime=177.61 cores=1,3,5,7
/proc/1922/stat : 1922 (java) S 1919 1922 3187 0 -1 1077944320 129043 12517 0 0 17690 63 5 3 20 0 15 0 6490742 14407233536 217200 18446744073709551615 4194304 4196468 140733624635088 140733624617632 139774039740151 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
/proc/1922/statm: 3517391 217200 3472 1 0 3506013 0
[pid=1922/tid=1976] ppid=1919 vsize=14069564 CPUtime=160.76 cores=1,3,5,7
/proc/1922/task/1976/stat : 1976 (java) R 1919 1922 3187 0 -1 4202560 60207 12517 0 0 16044 24 5 3 20 0 15 0 6490764 14407233536 217200 18446744073709551615 4194304 4196468 140733624635088 139774043974304 139773695714633 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1977] ppid=1919 vsize=14069564 CPUtime=0.68 cores=1,3,5,7
/proc/1922/task/1977/stat : 1977 (java) S 1919 1922 3187 0 -1 1077944384 601 12517 0 0 56 4 5 3 20 0 15 0 6490764 14407233536 217200 18446744073709551615 4194304 4196468 140733624635088 139773639478160 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1978] ppid=1919 vsize=14069564 CPUtime=0.65 cores=1,3,5,7
/proc/1922/task/1978/stat : 1978 (java) S 1919 1922 3187 0 -1 1077944384 1590 12517 0 0 52 5 5 3 20 0 15 0 6490764 14407233536 217200 18446744073709551615 4194304 4196468 140733624635088 139773638425360 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1979] ppid=1919 vsize=14069564 CPUtime=0.66 cores=1,3,5,7
/proc/1922/task/1979/stat : 1979 (java) S 1919 1922 3187 0 -1 1077944384 1935 12517 0 0 54 4 5 3 20 0 15 0 6490764 14407233536 217200 18446744073709551615 4194304 4196468 140733624635088 139773637373072 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1980] ppid=1919 vsize=14069564 CPUtime=0.68 cores=1,3,5,7
/proc/1922/task/1980/stat : 1980 (java) S 1919 1922 3187 0 -1 1077944384 5151 12517 0 0 56 4 5 3 20 0 15 0 6490764 14407233536 217200 18446744073709551615 4194304 4196468 140733624635088 139773636320272 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1981] ppid=1919 vsize=14069564 CPUtime=0.64 cores=1,3,5,7
/proc/1922/task/1981/stat : 1981 (java) S 1919 1922 3187 0 -1 1077944384 3985 12517 0 0 52 4 5 3 20 0 15 0 6490766 14407233536 217200 18446744073709551615 4194304 4196468 140733624635088 139772956448880 139774039751298 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1982] ppid=1919 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1982/stat : 1982 (java) S 1919 1922 3187 0 -1 1077944384 66 12517 0 0 0 0 5 3 20 0 15 0 6490766 14407233536 217200 18446744073709551615 4194304 4196468 140733624635088 139772955394976 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1983] ppid=1919 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1983/stat : 1983 (java) S 1919 1922 3187 0 -1 1077944384 47 12517 0 0 0 0 5 3 20 0 15 0 6490766 14407233536 217200 18446744073709551615 4194304 4196468 140733624635088 139772954342528 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1984] ppid=1919 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1984/stat : 1984 (java) S 1919 1922 3187 0 -1 1077944384 3 12517 0 0 0 0 5 3 20 0 15 0 6490769 14407233536 217200 18446744073709551615 4194304 4196468 140733624635088 139772953290832 139774039758747 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1985] ppid=1919 vsize=14069564 CPUtime=5.91 cores=1,3,5,7
/proc/1922/task/1985/stat : 1985 (java) S 1919 1922 3187 0 -1 1077944384 20629 12517 0 0 579 4 5 3 20 0 15 0 6490769 14407233536 217200 18446744073709551615 4194304 4196468 140733624635088 139772952238704 139774039751298 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1986] ppid=1919 vsize=14069564 CPUtime=5.66 cores=1,3,5,7
/proc/1922/task/1986/stat : 1986 (java) S 1919 1922 3187 0 -1 1077944384 14371 12517 0 0 554 4 5 3 20 0 15 0 6490769 14407233536 217200 18446744073709551615 4194304 4196468 140733624635088 139772951185904 139774039751298 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1987] ppid=1919 vsize=14069564 CPUtime=2.43 cores=1,3,5,7
/proc/1922/task/1987/stat : 1987 (java) S 1919 1922 3187 0 -1 1077944384 17738 12517 0 0 230 5 5 3 20 0 15 0 6490769 14407233536 217200 18446744073709551615 4194304 4196468 140733624635088 139772950133616 139774039751298 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1988] ppid=1919 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1988/stat : 1988 (java) S 1919 1922 3187 0 -1 1077944384 3 12517 0 0 0 0 5 3 20 0 15 0 6490769 14407233536 217200 18446744073709551615 4194304 4196468 140733624635088 139772949081056 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1989] ppid=1919 vsize=14069564 CPUtime=0.16 cores=1,3,5,7
/proc/1922/task/1989/stat : 1989 (java) S 1919 1922 3187 0 -1 1077944384 566 12517 0 0 3 5 5 3 20 0 15 0 6490774 14407233536 217200 18446744073709551615 4194304 4196468 140733624635088 139772948027824 139774039751298 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
Current children cumulated CPU time (s) 177.61
Current children cumulated vsize (KiB) 14069564

[startup+222.307 s]
/proc/loadavg: 1.48 1.61 1.67 3/214 2126
/proc/meminfo: memFree=29918208/32770624 swapFree=0/242376
[pid=1922] ppid=1919 vsize=14069564 CPUtime=241.2 cores=1,3,5,7
/proc/1922/stat : 1922 (java) S 1919 1922 3187 0 -1 1077944320 138700 12517 0 0 24037 75 5 3 20 0 15 0 6490742 14407233536 217241 18446744073709551615 4194304 4196468 140733624635088 140733624617632 139774039740151 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
/proc/1922/statm: 3517391 217241 3472 1 0 3506013 0
[pid=1922/tid=1976] ppid=1919 vsize=14069564 CPUtime=220.13 cores=1,3,5,7
/proc/1922/task/1976/stat : 1976 (java) R 1919 1922 3187 0 -1 4202560 61567 12517 0 0 21980 25 5 3 20 0 15 0 6490764 14407233536 217241 18446744073709551615 4194304 4196468 140733624635088 139774043974384 139773695046848 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1977] ppid=1919 vsize=14069564 CPUtime=0.96 cores=1,3,5,7
/proc/1922/task/1977/stat : 1977 (java) S 1919 1922 3187 0 -1 1077944384 655 12517 0 0 82 6 5 3 20 0 15 0 6490764 14407233536 217241 18446744073709551615 4194304 4196468 140733624635088 139773639478160 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1978] ppid=1919 vsize=14069564 CPUtime=0.93 cores=1,3,5,7
/proc/1922/task/1978/stat : 1978 (java) S 1919 1922 3187 0 -1 1077944384 1724 12517 0 0 78 7 5 3 20 0 15 0 6490764 14407233536 217241 18446744073709551615 4194304 4196468 140733624635088 139773638425360 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1979] ppid=1919 vsize=14069564 CPUtime=0.95 cores=1,3,5,7
/proc/1922/task/1979/stat : 1979 (java) S 1919 1922 3187 0 -1 1077944384 2096 12517 0 0 81 6 5 3 20 0 15 0 6490764 14407233536 217241 18446744073709551615 4194304 4196468 140733624635088 139773637373072 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1980] ppid=1919 vsize=14069564 CPUtime=0.96 cores=1,3,5,7
/proc/1922/task/1980/stat : 1980 (java) S 1919 1922 3187 0 -1 1077944384 6759 12517 0 0 83 5 5 3 20 0 15 0 6490764 14407233536 217241 18446744073709551615 4194304 4196468 140733624635088 139773636320272 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1981] ppid=1919 vsize=14069564 CPUtime=0.91 cores=1,3,5,7
/proc/1922/task/1981/stat : 1981 (java) S 1919 1922 3187 0 -1 1077944384 4307 12517 0 0 77 6 5 3 20 0 15 0 6490766 14407233536 217241 18446744073709551615 4194304 4196468 140733624635088 139772956448880 139774039751298 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1982] ppid=1919 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1982/stat : 1982 (java) S 1919 1922 3187 0 -1 1077944384 66 12517 0 0 0 0 5 3 20 0 15 0 6490766 14407233536 217241 18446744073709551615 4194304 4196468 140733624635088 139772955394976 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1983] ppid=1919 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1983/stat : 1983 (java) S 1919 1922 3187 0 -1 1077944384 47 12517 0 0 0 0 5 3 20 0 15 0 6490766 14407233536 217241 18446744073709551615 4194304 4196468 140733624635088 139772954342528 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1984] ppid=1919 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1984/stat : 1984 (java) S 1919 1922 3187 0 -1 1077944384 3 12517 0 0 0 0 5 3 20 0 15 0 6490769 14407233536 217241 18446744073709551615 4194304 4196468 140733624635088 139772953290832 139774039758747 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1985] ppid=1919 vsize=14069564 CPUtime=7.06 cores=1,3,5,7
/proc/1922/task/1985/stat : 1985 (java) S 1919 1922 3187 0 -1 1077944384 22553 12517 0 0 693 5 5 3 20 0 15 0 6490769 14407233536 217241 18446744073709551615 4194304 4196468 140733624635088 139772952238704 139774039751298 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1986] ppid=1919 vsize=14069564 CPUtime=6.81 cores=1,3,5,7
/proc/1922/task/1986/stat : 1986 (java) S 1919 1922 3187 0 -1 1077944384 16271 12517 0 0 669 4 5 3 20 0 15 0 6490769 14407233536 217241 18446744073709551615 4194304 4196468 140733624635088 139772951185904 139774039751298 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1987] ppid=1919 vsize=14069564 CPUtime=2.9 cores=1,3,5,7
/proc/1922/task/1987/stat : 1987 (java) S 1919 1922 3187 0 -1 1077944384 19905 12517 0 0 277 5 5 3 20 0 15 0 6490769 14407233536 217241 18446744073709551615 4194304 4196468 140733624635088 139772950133616 139774039751298 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1988] ppid=1919 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1988/stat : 1988 (java) S 1919 1922 3187 0 -1 1077944384 3 12517 0 0 0 0 5 3 20 0 15 0 6490769 14407233536 217241 18446744073709551615 4194304 4196468 140733624635088 139772949081056 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1989] ppid=1919 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/1922/task/1989/stat : 1989 (java) S 1919 1922 3187 0 -1 1077944384 593 12517 0 0 5 7 5 3 20 0 15 0 6490774 14407233536 217241 18446744073709551615 4194304 4196468 140733624635088 139772948027824 139774039751298 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
Current children cumulated CPU time (s) 241.2
Current children cumulated vsize (KiB) 14069564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.37 1.58 1.66 3/214 2127
/proc/meminfo: memFree=29917424/32770624 swapFree=0/242412
[pid=1922] ppid=1919 vsize=14069564 CPUtime=259.88 cores=1,3,5,7
/proc/1922/stat : 1922 (java) S 1919 1922 3187 0 -1 1077944320 139033 12517 0 0 25903 77 5 3 20 0 15 0 6490742 14407233536 217241 18446744073709551615 4194304 4196468 140733624635088 140733624617632 139774039740151 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
/proc/1922/statm: 3517391 217241 3472 1 0 3506013 0
[pid=1922/tid=1976] ppid=1919 vsize=14069564 CPUtime=237.63 cores=1,3,5,7
/proc/1922/task/1976/stat : 1976 (java) R 1919 1922 3187 0 -1 4202560 61859 12517 0 0 23730 25 5 3 20 0 15 0 6490764 14407233536 217241 18446744073709551615 4194304 4196468 140733624635088 139774043974416 139773686776061 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1977] ppid=1919 vsize=14069564 CPUtime=1.05 cores=1,3,5,7
/proc/1922/task/1977/stat : 1977 (java) S 1919 1922 3187 0 -1 1077944384 659 12517 0 0 91 6 5 3 20 0 15 0 6490764 14407233536 217241 18446744073709551615 4194304 4196468 140733624635088 139773639478160 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1978] ppid=1919 vsize=14069564 CPUtime=1.01 cores=1,3,5,7
/proc/1922/task/1978/stat : 1978 (java) S 1919 1922 3187 0 -1 1077944384 1730 12517 0 0 86 7 5 3 20 0 15 0 6490764 14407233536 217241 18446744073709551615 4194304 4196468 140733624635088 139773638425360 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1979] ppid=1919 vsize=14069564 CPUtime=1.03 cores=1,3,5,7
/proc/1922/task/1979/stat : 1979 (java) S 1919 1922 3187 0 -1 1077944384 2101 12517 0 0 89 6 5 3 20 0 15 0 6490764 14407233536 217241 18446744073709551615 4194304 4196468 140733624635088 139773637373072 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1980] ppid=1919 vsize=14069564 CPUtime=1.04 cores=1,3,5,7
/proc/1922/task/1980/stat : 1980 (java) S 1919 1922 3187 0 -1 1077944384 6765 12517 0 0 91 5 5 3 20 0 15 0 6490764 14407233536 217241 18446744073709551615 4194304 4196468 140733624635088 139773636320272 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1981] ppid=1919 vsize=14069564 CPUtime=1 cores=1,3,5,7
/proc/1922/task/1981/stat : 1981 (java) S 1919 1922 3187 0 -1 1077944384 4307 12517 0 0 85 7 5 3 20 0 15 0 6490766 14407233536 217241 18446744073709551615 4194304 4196468 140733624635088 139772956448880 139774039751298 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1982] ppid=1919 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1982/stat : 1982 (java) S 1919 1922 3187 0 -1 1077944384 66 12517 0 0 0 0 5 3 20 0 15 0 6490766 14407233536 217241 18446744073709551615 4194304 4196468 140733624635088 139772955394976 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1983] ppid=1919 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1983/stat : 1983 (java) S 1919 1922 3187 0 -1 1077944384 47 12517 0 0 0 0 5 3 20 0 15 0 6490766 14407233536 217241 18446744073709551615 4194304 4196468 140733624635088 139772954342528 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1984] ppid=1919 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1984/stat : 1984 (java) S 1919 1922 3187 0 -1 1077944384 3 12517 0 0 0 0 5 3 20 0 15 0 6490769 14407233536 217241 18446744073709551615 4194304 4196468 140733624635088 139772953290832 139774039758747 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1985] ppid=1919 vsize=14069564 CPUtime=7.38 cores=1,3,5,7
/proc/1922/task/1985/stat : 1985 (java) S 1919 1922 3187 0 -1 1077944384 22553 12517 0 0 724 6 5 3 20 0 15 0 6490769 14407233536 217241 18446744073709551615 4194304 4196468 140733624635088 139772952238704 139774039751298 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1986] ppid=1919 vsize=14069564 CPUtime=7.12 cores=1,3,5,7
/proc/1922/task/1986/stat : 1986 (java) S 1919 1922 3187 0 -1 1077944384 16272 12517 0 0 699 5 5 3 20 0 15 0 6490769 14407233536 217241 18446744073709551615 4194304 4196468 140733624635088 139772951185904 139774039751298 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1987] ppid=1919 vsize=14069564 CPUtime=3.04 cores=1,3,5,7
/proc/1922/task/1987/stat : 1987 (java) S 1919 1922 3187 0 -1 1077944384 19924 12517 0 0 290 6 5 3 20 0 15 0 6490769 14407233536 217241 18446744073709551615 4194304 4196468 140733624635088 139772950133616 139774039751298 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1988] ppid=1919 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/1922/task/1988/stat : 1988 (java) S 1919 1922 3187 0 -1 1077944384 3 12517 0 0 0 0 5 3 20 0 15 0 6490769 14407233536 217241 18446744073709551615 4194304 4196468 140733624635088 139772949081056 139774039750357 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
[pid=1922/tid=1989] ppid=1919 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/1922/task/1989/stat : 1989 (java) S 1919 1922 3187 0 -1 1077944384 593 12517 0 0 5 7 5 3 20 0 15 0 6490774 14407233536 217241 18446744073709551615 4194304 4196468 140733624635088 139772948027824 139774039751298 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27357184 140733624641486 140733624644271 140733624644271 140733624647631 0
Current children cumulated CPU time (s) 259.88
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 1922 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.033
CPU time (s): 259.934
CPU user time (s): 259.109
CPU system time (s): 0.825001
CPU usage (%): 108.291
Max. virtual memory (cumulated for all children) (KiB): 14072020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 259.109
system time used= 0.825001
maximum resident set size= 879176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152931
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37020
involuntary context switches= 1797

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.03047 second user time and 1.5336 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 05:36:01
IDJOB=4259794
IDBENCH=115933
IDSOLVER=2646
FILE ID=node135/4259794-1501645801
RUNJOBID= node135-1501639717-27967
PBS_JOBID= 
Free space on /tmp= 61816 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-08-10.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259794-1501645801/watcher-4259794-1501645801 -o /tmp/evaluation-result-4259794-1501645801/solver-4259794-1501645801 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27967 --watchdog 300  bin/concrete HOME/instance-4259794-1501645801.xml

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

MD5SUM BENCH= 3f191bd8c6a70b7bc3302016f10b3be6
RANDOM SEED=1499983326

node135.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.21
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.21
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.21
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.21
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:        30852316 kB
MemAvailable:   31114484 kB
Buffers:          120288 kB
Cached:           418972 kB
SwapCached:            0 kB
Active:          1248952 kB
Inactive:         250868 kB
Active(anon):     960792 kB
Inactive(anon):     8592 kB
Active(file):     288160 kB
Inactive(file):   242276 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24164 kB
Writeback:             4 kB
AnonPages:        962240 kB
Mapped:            42212 kB
Shmem:              8960 kB
Slab:             121412 kB
SReclaimable:      95136 kB
SUnreclaim:        26276 kB
KernelStack:        3488 kB
PageTables:         7008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1864020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    737280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61792 MiB
End job on node135 at 2017-08-02 05:40:01