Trace number 4259652

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)116 254.937 240.061

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-esc32d.xml
MD5SUMca834160bf20391dc7be2075ee08801e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark101
Best CPU time to get the best result obtained on this benchmark251.952
Satisfiable
(Un)Satisfiability was proved
Number of variables1056
Number of constraints91
Number of domains2
Minimum domain size5
Maximum domain size32
Distribution of domain sizes[{"size":5,"count":90},{"size":32,"count":32}]
Minimum variable degree0
Maximum variable degree14
Distribution of variable degrees[{"degree":0,"count":934},{"degree":1,"count":14},{"degree":2,"count":92},{"degree":4,"count":2},{"degree":10,"count":2},{"degree":13,"count":2},{"degree":14,"count":10}]
Minimum constraint arity3
Maximum constraint arity32
Distribution of constraint arities[{"arity":3,"count":90},{"arity":32,"count":1}]
Number of extensional constraints90
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":90},{"type":"allDifferent","count":1}]
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.21/2.24	c Concrete v3.4 running
92.32/82.39	o 171
92.63/82.43	o 168
92.63/82.46	o 166
92.63/82.49	o 165
92.91/82.51	o 164
92.91/82.54	o 162
92.91/82.57	o 161
92.91/82.59	o 160
93.21/82.62	o 159
93.21/82.64	o 158
93.21/82.67	o 154
93.21/82.69	o 150
93.97/82.91	o 148
93.97/82.93	o 146
95.10/83.51	o 145
95.10/83.53	o 144
95.22/83.70	o 143
95.34/83.72	o 142
95.88/84.18	o 141
96.05/84.20	o 140
96.05/84.22	o 139
96.05/84.27	o 133
96.21/84.31	o 132
96.21/84.33	o 128
96.21/84.36	o 126
96.32/84.40	o 122
98.18/86.23	o 120
110.40/98.11	o 118
111.12/98.84	o 116
254.87/240.01	java.util.concurrent.TimeoutException
254.87/240.01		at concrete.MAC.mac(MAC.scala:74)
254.87/240.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
254.87/240.01		at scala.util.Try$.apply(Try.scala:209)
254.87/240.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
254.87/240.01		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
254.87/240.01		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
254.87/240.01		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
254.87/240.01		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
254.87/240.01		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
254.87/240.01		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
254.87/240.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
254.87/240.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
254.87/240.01		at concrete.MAC.oneRun(MAC.scala:146)
254.87/240.01		at concrete.MAC.nextSolution(MAC.scala:166)
254.87/240.01		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
254.87/240.01		at concrete.ProblemState.map(ProblemState.scala:203)
254.87/240.01		at concrete.ProblemState.map(ProblemState.scala:188)
254.87/240.01		at concrete.MAC.nextSolution(MAC.scala:195)
254.87/240.01		at concrete.Solver.hasNext(Solver.scala:202)
254.87/240.01		at scala.collection.Iterator.toStream(Iterator.scala:1403)
254.87/240.01		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
254.87/240.01		at concrete.Solver.toStream(Solver.scala:73)
254.87/240.01		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
254.87/240.01		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
254.87/240.01		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
254.87/240.01		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
254.87/240.01		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
254.87/240.01		at scala.util.Success.$anonfun$map$1(Try.scala:251)
254.87/240.01		at scala.util.Success.map(Try.scala:209)
254.87/240.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
254.87/240.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
254.87/240.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
254.87/240.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
254.87/240.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
254.87/240.02		at scala.Function0.apply$mcV$sp(Function0.scala:34)
254.87/240.02		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
254.87/240.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
254.87/240.02		at scala.App.$anonfun$main$1$adapted(App.scala:76)
254.87/240.02		at scala.collection.immutable.List.foreach(List.scala:389)
254.87/240.02		at scala.App.main(App.scala:76)
254.87/240.02		at scala.App.main$(App.scala:74)
254.87/240.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
254.87/240.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
254.87/240.02	v <instantiation cost="116">
254.87/240.02	v       <list>
254.87/240.02	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] d[0][1] d[0][3] d[0][4] d[0][6] d[0][7] d[0][8] d[0][9] d[0][10] d[0][13] d[0][15] d[0][16] d[0][17] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[1][10] d[1][13] d[1][14] d[1][15] d[1][16] d[1][17] d[2][4] d[2][11] d[2][13] d[4][6] d[4][7] d[4][8] d[4][9] d[4][10] d[4][11] d[4][13] d[4][15] d[4][16] d[4][17] d[5][6] d[5][7] d[5][8] d[5][10] d[5][14] d[5][15] d[5][16] d[5][17] d[6][7] d[6][8] d[6][9] d[6][10] d[6][13] d[6][14] d[6][15] d[6][16] d[6][17] d[7][8] d[7][9] d[7][10] d[7][13] d[7][14] d[7][15] d[7][16] d[7][17] d[8][9] d[8][10] d[8][13] d[8][14] d[8][15] d[8][16] d[8][17] d[9][10] d[9][12] d[9][13] d[9][15] d[9][16] d[9][17] d[10][13] d[10][14] d[10][15] d[10][16] d[10][17] d[11][13] d[13][15] d[13][16] d[13][17] d[14][15] d[14][16] d[14][17] d[15][16] d[15][17] d[16][17]
254.87/240.02	v       </list>
254.87/240.02	v       <values>
254.87/240.02	v         16 29 2 18 0 5 1 31 17 24 13 10 26 8 21 25 27 9 14 23 6 30 22 4 20 7 19 28 15 12 3 11 2 0 0 1 3 0 0 3 1 1 2 2 3 1 2 0 1 1 0 2 0 0 1 1 0 0 1 0 4 1 1 2 1 0 2 3 1 0 2 1 0 0 2 3 1 3 0 2 1 1 1 1 2 0 2 2 1 3 1 1 0 2 1 2 2 0 0 1 1 2 0 0 0 1 1 1 1 1 2 0 0 1 2 0 1 2 2 0 0 1
254.87/240.02	v       </values>
254.87/240.02	v     </instantiation>
254.87/240.02	s SATISFIABLE

Verifier Data

OK	116

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-4259652-1501648076/watcher-4259652-1501648076 -o /tmp/evaluation-result-4259652-1501648076/solver-4259652-1501648076 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node128-1501642693-29418 --watchdog 300 bin/concrete HOME/instance-4259652-1501648076.xml 

pid=3236
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: 2.61 2.04 1.84 2/196 3239
/proc/meminfo: memFree=29753200/32770624 swapFree=0/940588
[pid=3239] ppid=3236 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/3239/stat : 3239 (runsolver) D 3236 3239 5678 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 13432280 24240128 106 18446744073709551615 4194304 4338465 140721447331280 140721447328920 140062294774487 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 10096640 140721447334096 140721447334470 140721447334470 140721447337930 0
/proc/3239/statm: 5918 106 53 36 0 2156 0

[startup+0.100109 s]
/proc/loadavg: 2.61 2.04 1.84 2/196 3239
/proc/meminfo: memFree=29753200/32770624 swapFree=0/940588
[pid=3239] ppid=3236 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/3239/stat : 3239 (bash) R 3236 3239 5678 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 13432280 9736192 223 18446744073709551615 4194304 5098028 140720662474624 140720662474624 140149956889009 0 0 1 0 0 0 0 17 3 0 0 9 0 0 7196144 7232144 34476032 140720662483473 140720662483558 140720662483558 140720662487018 0
/proc/3239/statm: 2377 223 186 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200216 s]
/proc/loadavg: 2.61 2.04 1.84 2/196 3239
/proc/meminfo: memFree=29753200/32770624 swapFree=0/940588
[pid=3239] ppid=3236 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/3239/stat : 3239 (bash) S 3236 3239 5678 0 -1 4202496 892 6492 0 0 0 0 0 1 20 0 1 0 13432280 9867264 377 18446744073709551615 4194304 5098028 140720662474624 140720662468632 140149957258240 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 9 0 0 7196144 7232144 34476032 140720662483473 140720662483558 140720662483558 140720662487018 0
/proc/3239/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300311 s]
/proc/loadavg: 2.61 2.04 1.84 2/196 3239
/proc/meminfo: memFree=29753200/32770624 swapFree=0/940588
[pid=3239] ppid=3236 vsize=13907308 CPUtime=0.13 cores=1,3,5,7
/proc/3239/stat : 3239 (java) S 3236 3239 5678 0 -1 1077944320 5916 12376 0 0 4 1 5 3 20 0 14 0 13432280 14241083392 5595 18446744073709551615 4194304 4196468 140724391093392 140724391075936 140302231645943 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
/proc/3239/statm: 3476827 5595 2559 1 0 3466332 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700237 s]
/proc/loadavg: 2.61 2.04 1.84 2/196 3239
/proc/meminfo: memFree=29753200/32770624 swapFree=0/940588
[pid=3239] ppid=3236 vsize=13974784 CPUtime=0.57 cores=1,3,5,7
/proc/3239/stat : 3239 (java) S 3236 3239 5678 0 -1 1077944320 13751 12376 0 0 45 4 5 3 20 0 15 0 13432280 14310178816 14220 18446744073709551615 4194304 4196468 140724391093392 140724391075936 140302231645943 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
/proc/3239/statm: 3493696 14220 3059 1 0 3482973 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 13974784

[startup+1.50056 s]
/proc/loadavg: 2.61 2.04 1.84 3/211 3302
/proc/meminfo: memFree=29609828/32770624 swapFree=0/940632
[pid=3239] ppid=3236 vsize=13985408 CPUtime=1.77 cores=1,3,5,7
/proc/3239/stat : 3239 (java) S 3236 3239 5678 0 -1 1077944320 28650 12376 0 0 161 8 5 3 20 0 15 0 13432280 14321057792 33826 18446744073709551615 4194304 4196468 140724391093392 140724391075936 140302231645943 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
/proc/3239/statm: 3496352 33826 3332 1 0 3485533 0
[pid=3239/tid=3289] ppid=3236 vsize=13985408 CPUtime=1.26 cores=1,3,5,7
/proc/3239/task/3289/stat : 3289 (java) R 3236 3239 5678 0 -1 4202560 23703 12376 0 0 112 6 5 3 20 0 15 0 13432304 14321057792 33826 18446744073709551615 4194304 4196468 140724391093392 140302235879920 140302211917799 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3290] ppid=3236 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3290/stat : 3290 (java) S 3236 3239 5678 0 -1 1077944384 1 12376 0 0 0 0 5 3 20 0 15 0 13432304 14321057792 33826 18446744073709551615 4194304 4196468 140724391093392 140302166079760 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3291] ppid=3236 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3291/stat : 3291 (java) S 3236 3239 5678 0 -1 1077944384 1 12376 0 0 0 0 5 3 20 0 15 0 13432304 14321057792 33826 18446744073709551615 4194304 4196468 140724391093392 140302165027216 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3292] ppid=3236 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3292/stat : 3292 (java) S 3236 3239 5678 0 -1 1077944384 1 12376 0 0 0 0 5 3 20 0 15 0 13432304 14321057792 33826 18446744073709551615 4194304 4196468 140724391093392 140302163974672 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3293] ppid=3236 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3293/stat : 3293 (java) S 3236 3239 5678 0 -1 1077944384 2 12376 0 0 0 0 5 3 20 0 15 0 13432304 14321057792 33826 18446744073709551615 4194304 4196468 140724391093392 140302162922128 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3294] ppid=3236 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3294/stat : 3294 (java) S 3236 3239 5678 0 -1 1077944384 5 12376 0 0 0 0 5 3 20 0 15 0 13432306 14321057792 33826 18446744073709551615 4194304 4196468 140724391093392 140301710240240 140302231657090 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3295] ppid=3236 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3295/stat : 3295 (java) S 3236 3239 5678 0 -1 1077944384 33 12376 0 0 0 0 5 3 20 0 15 0 13432306 14321057792 33826 18446744073709551615 4194304 4196468 140724391093392 140301709186464 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3296] ppid=3236 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3296/stat : 3296 (java) S 3236 3239 5678 0 -1 1077944384 21 12376 0 0 0 0 5 3 20 0 15 0 13432306 14321057792 33826 18446744073709551615 4194304 4196468 140724391093392 140301708133872 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3297] ppid=3236 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3297/stat : 3297 (java) S 3236 3239 5678 0 -1 1077944384 3 12376 0 0 0 0 5 3 20 0 15 0 13432309 14321057792 33826 18446744073709551615 4194304 4196468 140724391093392 140301707082448 140302231664539 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3298] ppid=3236 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/3239/task/3298/stat : 3298 (java) S 3236 3239 5678 0 -1 1077944384 1220 12376 0 0 15 0 5 3 20 0 15 0 13432309 14321057792 33826 18446744073709551615 4194304 4196468 140724391093392 140301706029040 140302231657090 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3299] ppid=3236 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/3239/task/3299/stat : 3299 (java) S 3236 3239 5678 0 -1 1077944384 544 12376 0 0 12 0 5 3 20 0 15 0 13432309 14321057792 33826 18446744073709551615 4194304 4196468 140724391093392 140301704976496 140302231657090 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3300] ppid=3236 vsize=13985408 CPUtime=0.29 cores=1,3,5,7
/proc/3239/task/3300/stat : 3300 (java) S 3236 3239 5678 0 -1 1077944384 951 12376 0 0 21 0 5 3 20 0 15 0 13432309 14321057792 33826 18446744073709551615 4194304 4196468 140724391093392 140301703923952 140302231657090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3301] ppid=3236 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3301/stat : 3301 (java) S 3236 3239 5678 0 -1 1077944384 3 12376 0 0 0 0 5 3 20 0 15 0 13432309 14321057792 33826 18446744073709551615 4194304 4196468 140724391093392 140301702871648 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3302] ppid=3236 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3302/stat : 3302 (java) S 3236 3239 5678 0 -1 1077944384 10 12376 0 0 0 0 5 3 20 0 15 0 13432317 14321057792 33826 18446744073709551615 4194304 4196468 140724391093392 140301701819184 140302231657090 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 13985408

[startup+3.10228 s]
/proc/loadavg: 2.61 2.04 1.84 7/211 3302
/proc/meminfo: memFree=29532772/32770624 swapFree=0/940632
[pid=3239] ppid=3236 vsize=13999932 CPUtime=4.91 cores=1,3,5,7
/proc/3239/stat : 3239 (java) S 3236 3239 5678 0 -1 1077944320 48393 12376 0 0 468 15 5 3 20 0 15 0 13432280 14335930368 53802 18446744073709551615 4194304 4196468 140724391093392 140724391075936 140302231645943 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
/proc/3239/statm: 3499983 53802 3432 1 0 3488605 0
[pid=3239/tid=3289] ppid=3236 vsize=13999932 CPUtime=2.82 cores=1,3,5,7
/proc/3239/task/3289/stat : 3289 (java) R 3236 3239 5678 0 -1 4202560 37397 12376 0 0 265 9 5 3 20 0 15 0 13432304 14335930368 53802 18446744073709551615 4194304 4196468 140724391093392 140302235875312 140301834707936 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3290] ppid=3236 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/3239/task/3290/stat : 3290 (java) S 3236 3239 5678 0 -1 1077944384 65 12376 0 0 1 0 5 3 20 0 15 0 13432304 14335930368 53802 18446744073709551615 4194304 4196468 140724391093392 140302166079760 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3291] ppid=3236 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/3239/task/3291/stat : 3291 (java) S 3236 3239 5678 0 -1 1077944384 46 12376 0 0 1 0 5 3 20 0 15 0 13432304 14335930368 53802 18446744073709551615 4194304 4196468 140724391093392 140302165027216 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3292] ppid=3236 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/3239/task/3292/stat : 3292 (java) S 3236 3239 5678 0 -1 1077944384 59 12376 0 0 1 0 5 3 20 0 15 0 13432304 14335930368 53802 18446744073709551615 4194304 4196468 140724391093392 140302163974672 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3293] ppid=3236 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/3239/task/3293/stat : 3293 (java) S 3236 3239 5678 0 -1 1077944384 226 12376 0 0 1 0 5 3 20 0 15 0 13432304 14335930368 53802 18446744073709551615 4194304 4196468 140724391093392 140302162922128 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3294] ppid=3236 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/3239/task/3294/stat : 3294 (java) S 3236 3239 5678 0 -1 1077944384 2129 12376 0 0 1 0 5 3 20 0 15 0 13432306 14335930368 53802 18446744073709551615 4194304 4196468 140724391093392 140301710240240 140302231657090 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3295] ppid=3236 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3295/stat : 3295 (java) S 3236 3239 5678 0 -1 1077944384 55 12376 0 0 0 0 5 3 20 0 15 0 13432306 14335930368 53802 18446744073709551615 4194304 4196468 140724391093392 140301709186528 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3296] ppid=3236 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3296/stat : 3296 (java) S 3236 3239 5678 0 -1 1077944384 44 12376 0 0 0 0 5 3 20 0 15 0 13432306 14335930368 53802 18446744073709551615 4194304 4196468 140724391093392 140301708133872 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3297] ppid=3236 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3297/stat : 3297 (java) S 3236 3239 5678 0 -1 1077944384 3 12376 0 0 0 0 5 3 20 0 15 0 13432309 14335930368 53802 18446744073709551615 4194304 4196468 140724391093392 140301707082448 140302231664539 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3298] ppid=3236 vsize=13999932 CPUtime=0.57 cores=1,3,5,7
/proc/3239/task/3298/stat : 3298 (java) S 3236 3239 5678 0 -1 1077944384 1692 12376 0 0 48 1 5 3 20 0 15 0 13432309 14335930368 53802 18446744073709551615 4194304 4196468 140724391093392 140301706029040 140302231657090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3299] ppid=3236 vsize=13999932 CPUtime=0.6 cores=1,3,5,7
/proc/3239/task/3299/stat : 3299 (java) R 3236 3239 5678 0 -1 4202560 1176 12376 0 0 52 0 5 3 20 0 15 0 13432309 14335930368 53802 18446744073709551615 4194304 4196468 140724391093392 140301704968448 140302215146375 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3300] ppid=3236 vsize=13999932 CPUtime=1.03 cores=1,3,5,7
/proc/3239/task/3300/stat : 3300 (java) S 3236 3239 5678 0 -1 1077944384 3335 12376 0 0 94 1 5 3 20 0 15 0 13432309 14335930368 53802 18446744073709551615 4194304 4196468 140724391093392 140301703923952 140302231657090 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3301] ppid=3236 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3301/stat : 3301 (java) S 3236 3239 5678 0 -1 1077944384 3 12376 0 0 0 0 5 3 20 0 15 0 13432309 14335930368 53802 18446744073709551615 4194304 4196468 140724391093392 140301702871648 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3302] ppid=3236 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3302/stat : 3302 (java) S 3236 3239 5678 0 -1 1077944384 11 12376 0 0 0 0 5 3 20 0 15 0 13432317 14335930368 53802 18446744073709551615 4194304 4196468 140724391093392 140301701819184 140302231657090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
Current children cumulated CPU time (s) 4.91
Current children cumulated vsize (KiB) 13999932

[startup+6.3007 s]
/proc/loadavg: 2.72 2.07 1.85 4/211 3302
/proc/meminfo: memFree=28981508/32770624 swapFree=0/940644
[pid=3239] ppid=3236 vsize=14069564 CPUtime=13.45 cores=1,3,5,7
/proc/3239/stat : 3239 (java) S 3236 3239 5678 0 -1 1077944320 67440 12376 0 0 1306 31 5 3 20 0 15 0 13432280 14407233536 122576 18446744073709551615 4194304 4196468 140724391093392 140724391075936 140302231645943 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
/proc/3239/statm: 3517391 122576 3464 1 0 3506013 0
[pid=3239/tid=3289] ppid=3236 vsize=14069564 CPUtime=5.91 cores=1,3,5,7
/proc/3239/task/3289/stat : 3289 (java) R 3236 3239 5678 0 -1 4202560 48439 12376 0 0 569 14 5 3 20 0 15 0 13432304 14407233536 122576 18446744073709551615 4194304 4196468 140724391093392 140302235879472 140301847532607 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3290] ppid=3236 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/3239/task/3290/stat : 3290 (java) S 3236 3239 5678 0 -1 1077944384 133 12376 0 0 7 2 5 3 20 0 15 0 13432304 14407233536 122576 18446744073709551615 4194304 4196468 140724391093392 140302166079760 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3291] ppid=3236 vsize=14069564 CPUtime=0.14 cores=1,3,5,7
/proc/3239/task/3291/stat : 3291 (java) S 3236 3239 5678 0 -1 1077944384 97 12376 0 0 4 2 5 3 20 0 15 0 13432304 14407233536 122576 18446744073709551615 4194304 4196468 140724391093392 140302165027216 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3292] ppid=3236 vsize=14069564 CPUtime=0.15 cores=1,3,5,7
/proc/3239/task/3292/stat : 3292 (java) S 3236 3239 5678 0 -1 1077944384 106 12376 0 0 5 2 5 3 20 0 15 0 13432304 14407233536 122576 18446744073709551615 4194304 4196468 140724391093392 140302163974672 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3293] ppid=3236 vsize=14069564 CPUtime=0.15 cores=1,3,5,7
/proc/3239/task/3293/stat : 3293 (java) S 3236 3239 5678 0 -1 1077944384 272 12376 0 0 5 2 5 3 20 0 15 0 13432304 14407233536 122576 18446744073709551615 4194304 4196468 140724391093392 140302162922128 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3294] ppid=3236 vsize=14069564 CPUtime=0.12 cores=1,3,5,7
/proc/3239/task/3294/stat : 3294 (java) S 3236 3239 5678 0 -1 1077944384 2428 12376 0 0 4 0 5 3 20 0 15 0 13432306 14407233536 122576 18446744073709551615 4194304 4196468 140724391093392 140301710240240 140302231657090 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3295] ppid=3236 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3295/stat : 3295 (java) S 3236 3239 5678 0 -1 1077944384 55 12376 0 0 0 0 5 3 20 0 15 0 13432306 14407233536 122576 18446744073709551615 4194304 4196468 140724391093392 140301709186528 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3296] ppid=3236 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3296/stat : 3296 (java) S 3236 3239 5678 0 -1 1077944384 44 12376 0 0 0 0 5 3 20 0 15 0 13432306 14407233536 122576 18446744073709551615 4194304 4196468 140724391093392 140301708133888 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3297] ppid=3236 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3297/stat : 3297 (java) S 3236 3239 5678 0 -1 1077944384 3 12376 0 0 0 0 5 3 20 0 15 0 13432309 14407233536 122576 18446744073709551615 4194304 4196468 140724391093392 140301707082448 140302231664539 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3298] ppid=3236 vsize=14069564 CPUtime=2.81 cores=1,3,5,7
/proc/3239/task/3298/stat : 3298 (java) S 3236 3239 5678 0 -1 1077944384 5709 12376 0 0 271 2 5 3 20 0 15 0 13432309 14407233536 122576 18446744073709551615 4194304 4196468 140724391093392 140301706029040 140302231657090 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3299] ppid=3236 vsize=14069564 CPUtime=2.9 cores=1,3,5,7
/proc/3239/task/3299/stat : 3299 (java) S 3236 3239 5678 0 -1 1077944384 3562 12376 0 0 281 1 5 3 20 0 15 0 13432309 14407233536 122576 18446744073709551615 4194304 4196468 140724391093392 140301704976496 140302231657090 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3300] ppid=3236 vsize=14069564 CPUtime=1.65 cores=1,3,5,7
/proc/3239/task/3300/stat : 3300 (java) S 3236 3239 5678 0 -1 1077944384 4424 12376 0 0 155 2 5 3 20 0 15 0 13432309 14407233536 122576 18446744073709551615 4194304 4196468 140724391093392 140301703923952 140302231657090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3301] ppid=3236 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3301/stat : 3301 (java) S 3236 3239 5678 0 -1 1077944384 3 12376 0 0 0 0 5 3 20 0 15 0 13432309 14407233536 122576 18446744073709551615 4194304 4196468 140724391093392 140301702871648 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3302] ppid=3236 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3302/stat : 3302 (java) S 3236 3239 5678 0 -1 1077944384 13 12376 0 0 0 0 5 3 20 0 15 0 13432317 14407233536 122576 18446744073709551615 4194304 4196468 140724391093392 140301701819184 140302231657090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
Current children cumulated CPU time (s) 13.45
Current children cumulated vsize (KiB) 14069564

[startup+12.7007 s]
/proc/loadavg: 2.67 2.07 1.85 3/211 3302
/proc/meminfo: memFree=27710824/32770624 swapFree=0/940652
[pid=3239] ppid=3236 vsize=14069564 CPUtime=20.87 cores=1,3,5,7
/proc/3239/stat : 3239 (java) S 3236 3239 5678 0 -1 1077944320 68983 12376 0 0 2028 51 5 3 20 0 15 0 13432280 14407233536 289084 18446744073709551615 4194304 4196468 140724391093392 140724391075936 140302231645943 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
/proc/3239/statm: 3517391 289084 3466 1 0 3506013 0
[pid=3239/tid=3289] ppid=3236 vsize=14069564 CPUtime=12.23 cores=1,3,5,7
/proc/3239/task/3289/stat : 3289 (java) R 3236 3239 5678 0 -1 4202560 48988 12376 0 0 1192 23 5 3 20 0 15 0 13432304 14407233536 289084 18446744073709551615 4194304 4196468 140724391093392 140302235872512 140301849056673 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3290] ppid=3236 vsize=14069564 CPUtime=0.23 cores=1,3,5,7
/proc/3239/task/3290/stat : 3290 (java) S 3236 3239 5678 0 -1 1077944384 257 12376 0 0 11 4 5 3 20 0 15 0 13432304 14407233536 289084 18446744073709551615 4194304 4196468 140724391093392 140302166079760 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3291] ppid=3236 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/3239/task/3291/stat : 3291 (java) S 3236 3239 5678 0 -1 1077944384 211 12376 0 0 8 4 5 3 20 0 15 0 13432304 14407233536 289084 18446744073709551615 4194304 4196468 140724391093392 140302165027216 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3292] ppid=3236 vsize=14069564 CPUtime=0.22 cores=1,3,5,7
/proc/3239/task/3292/stat : 3292 (java) S 3236 3239 5678 0 -1 1077944384 224 12376 0 0 10 4 5 3 20 0 15 0 13432304 14407233536 289084 18446744073709551615 4194304 4196468 140724391093392 140302163974672 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3293] ppid=3236 vsize=14069564 CPUtime=0.23 cores=1,3,5,7
/proc/3239/task/3293/stat : 3293 (java) S 3236 3239 5678 0 -1 1077944384 408 12376 0 0 10 5 5 3 20 0 15 0 13432304 14407233536 289084 18446744073709551615 4194304 4196468 140724391093392 140302162922128 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3294] ppid=3236 vsize=14069564 CPUtime=0.13 cores=1,3,5,7
/proc/3239/task/3294/stat : 3294 (java) S 3236 3239 5678 0 -1 1077944384 2814 12376 0 0 4 1 5 3 20 0 15 0 13432306 14407233536 289084 18446744073709551615 4194304 4196468 140724391093392 140301710240240 140302231657090 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3295] ppid=3236 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3295/stat : 3295 (java) S 3236 3239 5678 0 -1 1077944384 55 12376 0 0 0 0 5 3 20 0 15 0 13432306 14407233536 289084 18446744073709551615 4194304 4196468 140724391093392 140301709186528 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3296] ppid=3236 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3296/stat : 3296 (java) S 3236 3239 5678 0 -1 1077944384 44 12376 0 0 0 0 5 3 20 0 15 0 13432306 14407233536 289084 18446744073709551615 4194304 4196468 140724391093392 140301708133888 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3297] ppid=3236 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3297/stat : 3297 (java) S 3236 3239 5678 0 -1 1077944384 3 12376 0 0 0 0 5 3 20 0 15 0 13432309 14407233536 289084 18446744073709551615 4194304 4196468 140724391093392 140301707082448 140302231664539 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0

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

/proc/3239/task/3301/stat : 3301 (java) S 3236 3239 5678 0 -1 1077944384 3 12376 0 0 0 0 5 3 20 0 15 0 13432309 14407233536 667904 18446744073709551615 4194304 4196468 140724391093392 140301702871648 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3302] ppid=3236 vsize=14069564 CPUtime=0.1 cores=1,3,5,7
/proc/3239/task/3302/stat : 3302 (java) S 3236 3239 5678 0 -1 1077944384 72 12376 0 0 1 1 5 3 20 0 15 0 13432317 14407233536 667904 18446744073709551615 4194304 4196468 140724391093392 140301701819184 140302231657090 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
Current children cumulated CPU time (s) 60.03
Current children cumulated vsize (KiB) 14069564

[startup+102.301 s]
/proc/loadavg: 1.86 1.96 1.83 3/210 3304
/proc/meminfo: memFree=23666656/32770624 swapFree=0/940732
[pid=3239] ppid=3236 vsize=14069564 CPUtime=114.7 cores=1,3,5,7
/proc/3239/stat : 3239 (java) S 3236 3239 5678 0 -1 1077944320 114007 12376 0 0 11319 143 5 3 20 0 15 0 13432280 14407233536 820998 18446744073709551615 4194304 4196468 140724391093392 140724391075936 140302231645943 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
/proc/3239/statm: 3517391 820998 3473 1 0 3506013 0
[pid=3239/tid=3289] ppid=3236 vsize=14069564 CPUtime=101.18 cores=1,3,5,7
/proc/3239/task/3289/stat : 3289 (java) R 3236 3239 5678 0 -1 4202560 62838 12376 0 0 10060 50 5 3 20 0 15 0 13432304 14407233536 820998 18446744073709551615 4194304 4196468 140724391093392 140302235876816 140301847871889 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3290] ppid=3236 vsize=14069564 CPUtime=0.76 cores=1,3,5,7
/proc/3239/task/3290/stat : 3290 (java) S 3236 3239 5678 0 -1 1077944384 767 12376 0 0 49 19 5 3 20 0 15 0 13432304 14407233536 820998 18446744073709551615 4194304 4196468 140724391093392 140302166079760 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3291] ppid=3236 vsize=14069564 CPUtime=0.73 cores=1,3,5,7
/proc/3239/task/3291/stat : 3291 (java) S 3236 3239 5678 0 -1 1077944384 585 12376 0 0 46 19 5 3 20 0 15 0 13432304 14407233536 820998 18446744073709551615 4194304 4196468 140724391093392 140302165027216 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3292] ppid=3236 vsize=14069564 CPUtime=0.75 cores=1,3,5,7
/proc/3239/task/3292/stat : 3292 (java) S 3236 3239 5678 0 -1 1077944384 1977 12376 0 0 48 19 5 3 20 0 15 0 13432304 14407233536 820998 18446744073709551615 4194304 4196468 140724391093392 140302163974672 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3293] ppid=3236 vsize=14069564 CPUtime=0.75 cores=1,3,5,7
/proc/3239/task/3293/stat : 3293 (java) S 3236 3239 5678 0 -1 1077944384 2195 12376 0 0 47 20 5 3 20 0 15 0 13432304 14407233536 820998 18446744073709551615 4194304 4196468 140724391093392 140302162922128 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3294] ppid=3236 vsize=14069564 CPUtime=0.25 cores=1,3,5,7
/proc/3239/task/3294/stat : 3294 (java) S 3236 3239 5678 0 -1 1077944384 11950 12376 0 0 15 2 5 3 20 0 15 0 13432306 14407233536 820998 18446744073709551615 4194304 4196468 140724391093392 140301710240240 140302231657090 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3295] ppid=3236 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3295/stat : 3295 (java) S 3236 3239 5678 0 -1 1077944384 58 12376 0 0 0 0 5 3 20 0 15 0 13432306 14407233536 820998 18446744073709551615 4194304 4196468 140724391093392 140301709186528 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3296] ppid=3236 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3296/stat : 3296 (java) S 3236 3239 5678 0 -1 1077944384 46 12376 0 0 0 0 5 3 20 0 15 0 13432306 14407233536 820998 18446744073709551615 4194304 4196468 140724391093392 140301708133888 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3297] ppid=3236 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3297/stat : 3297 (java) S 3236 3239 5678 0 -1 1077944384 3 12376 0 0 0 0 5 3 20 0 15 0 13432309 14407233536 820998 18446744073709551615 4194304 4196468 140724391093392 140301707082448 140302231664539 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3298] ppid=3236 vsize=14069564 CPUtime=4.4 cores=1,3,5,7
/proc/3239/task/3298/stat : 3298 (java) S 3236 3239 5678 0 -1 1077944384 9704 12376 0 0 430 2 5 3 20 0 15 0 13432309 14407233536 820998 18446744073709551615 4194304 4196468 140724391093392 140301706029040 140302231657090 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3299] ppid=3236 vsize=14069564 CPUtime=4.41 cores=1,3,5,7
/proc/3239/task/3299/stat : 3299 (java) S 3236 3239 5678 0 -1 1077944384 11201 12376 0 0 431 2 5 3 20 0 15 0 13432309 14407233536 820998 18446744073709551615 4194304 4196468 140724391093392 140301704976496 140302231657090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3300] ppid=3236 vsize=14069564 CPUtime=1.95 cores=1,3,5,7
/proc/3239/task/3300/stat : 3300 (java) S 3236 3239 5678 0 -1 1077944384 10453 12376 0 0 184 3 5 3 20 0 15 0 13432309 14407233536 820998 18446744073709551615 4194304 4196468 140724391093392 140301703923952 140302231657090 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3301] ppid=3236 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3301/stat : 3301 (java) S 3236 3239 5678 0 -1 1077944384 3 12376 0 0 0 0 5 3 20 0 15 0 13432309 14407233536 820998 18446744073709551615 4194304 4196468 140724391093392 140301702871648 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3302] ppid=3236 vsize=14069564 CPUtime=0.13 cores=1,3,5,7
/proc/3239/task/3302/stat : 3302 (java) S 3236 3239 5678 0 -1 1077944384 75 12376 0 0 2 3 5 3 20 0 15 0 13432317 14407233536 820998 18446744073709551615 4194304 4196468 140724391093392 140301701819184 140302231657090 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
Current children cumulated CPU time (s) 114.7
Current children cumulated vsize (KiB) 14069564

[startup+162.301 s]
/proc/loadavg: 1.87 1.94 1.84 3/211 3307
/proc/meminfo: memFree=23714912/32770624 swapFree=0/940772
[pid=3239] ppid=3236 vsize=14069564 CPUtime=176.03 cores=1,3,5,7
/proc/3239/stat : 3239 (java) S 3236 3239 5678 0 -1 1077944320 128326 12376 0 0 17439 156 5 3 20 0 15 0 13432280 14407233536 866876 18446744073709551615 4194304 4196468 140724391093392 140724391075936 140302231645943 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
/proc/3239/statm: 3517391 866876 3473 1 0 3506013 0
[pid=3239/tid=3289] ppid=3236 vsize=14069564 CPUtime=161.07 cores=1,3,5,7
/proc/3239/task/3289/stat : 3289 (java) R 3236 3239 5678 0 -1 4202560 68758 12376 0 0 16044 55 5 3 20 0 15 0 13432304 14407233536 866876 18446744073709551615 4194304 4196468 140724391093392 140302235879440 140301847422608 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3290] ppid=3236 vsize=14069564 CPUtime=0.85 cores=1,3,5,7
/proc/3239/task/3290/stat : 3290 (java) S 3236 3239 5678 0 -1 1077944384 1304 12376 0 0 57 20 5 3 20 0 15 0 13432304 14407233536 866876 18446744073709551615 4194304 4196468 140724391093392 140302166079760 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3291] ppid=3236 vsize=14069564 CPUtime=0.82 cores=1,3,5,7
/proc/3239/task/3291/stat : 3291 (java) S 3236 3239 5678 0 -1 1077944384 1570 12376 0 0 53 21 5 3 20 0 15 0 13432304 14407233536 866876 18446744073709551615 4194304 4196468 140724391093392 140302165027216 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3292] ppid=3236 vsize=14069564 CPUtime=0.85 cores=1,3,5,7
/proc/3239/task/3292/stat : 3292 (java) S 3236 3239 5678 0 -1 1077944384 2080 12376 0 0 56 21 5 3 20 0 15 0 13432304 14407233536 866876 18446744073709551615 4194304 4196468 140724391093392 140302163974672 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3293] ppid=3236 vsize=14069564 CPUtime=0.84 cores=1,3,5,7
/proc/3239/task/3293/stat : 3293 (java) S 3236 3239 5678 0 -1 1077944384 2286 12376 0 0 55 21 5 3 20 0 15 0 13432304 14407233536 866876 18446744073709551615 4194304 4196468 140724391093392 140302162922128 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3294] ppid=3236 vsize=14069564 CPUtime=0.26 cores=1,3,5,7
/proc/3239/task/3294/stat : 3294 (java) S 3236 3239 5678 0 -1 1077944384 12292 12376 0 0 16 2 5 3 20 0 15 0 13432306 14407233536 866876 18446744073709551615 4194304 4196468 140724391093392 140301710240240 140302231657090 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3295] ppid=3236 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3295/stat : 3295 (java) S 3236 3239 5678 0 -1 1077944384 58 12376 0 0 0 0 5 3 20 0 15 0 13432306 14407233536 866876 18446744073709551615 4194304 4196468 140724391093392 140301709186528 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3296] ppid=3236 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3296/stat : 3296 (java) S 3236 3239 5678 0 -1 1077944384 46 12376 0 0 0 0 5 3 20 0 15 0 13432306 14407233536 866876 18446744073709551615 4194304 4196468 140724391093392 140301708133888 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3297] ppid=3236 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3297/stat : 3297 (java) S 3236 3239 5678 0 -1 1077944384 3 12376 0 0 0 0 5 3 20 0 15 0 13432309 14407233536 866876 18446744073709551615 4194304 4196468 140724391093392 140301707082448 140302231664539 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3298] ppid=3236 vsize=14069564 CPUtime=4.82 cores=1,3,5,7
/proc/3239/task/3298/stat : 3298 (java) S 3236 3239 5678 0 -1 1077944384 12547 12376 0 0 471 3 5 3 20 0 15 0 13432309 14407233536 866876 18446744073709551615 4194304 4196468 140724391093392 140301706029040 140302231657090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3299] ppid=3236 vsize=14069564 CPUtime=4.81 cores=1,3,5,7
/proc/3239/task/3299/stat : 3299 (java) S 3236 3239 5678 0 -1 1077944384 12612 12376 0 0 471 2 5 3 20 0 15 0 13432309 14407233536 866876 18446744073709551615 4194304 4196468 140724391093392 140301704976496 140302231657090 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3300] ppid=3236 vsize=14069564 CPUtime=2.17 cores=1,3,5,7
/proc/3239/task/3300/stat : 3300 (java) S 3236 3239 5678 0 -1 1077944384 12515 12376 0 0 205 4 5 3 20 0 15 0 13432309 14407233536 866876 18446744073709551615 4194304 4196468 140724391093392 140301703923952 140302231657090 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3301] ppid=3236 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3301/stat : 3301 (java) S 3236 3239 5678 0 -1 1077944384 3 12376 0 0 0 0 5 3 20 0 15 0 13432309 14407233536 866876 18446744073709551615 4194304 4196468 140724391093392 140301702871648 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3302] ppid=3236 vsize=14069564 CPUtime=0.16 cores=1,3,5,7
/proc/3239/task/3302/stat : 3302 (java) S 3236 3239 5678 0 -1 1077944384 100 12376 0 0 3 5 5 3 20 0 15 0 13432317 14407233536 866876 18446744073709551615 4194304 4196468 140724391093392 140301701819184 140302231657090 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
Current children cumulated CPU time (s) 176.03
Current children cumulated vsize (KiB) 14069564

[startup+222.306 s]
/proc/loadavg: 1.68 1.89 1.83 3/211 3309
/proc/meminfo: memFree=24591104/32770624 swapFree=0/940800
[pid=3239] ppid=3236 vsize=14069564 CPUtime=236.96 cores=1,3,5,7
/proc/3239/stat : 3239 (java) S 3236 3239 5678 0 -1 1077944320 138874 12376 0 0 23528 160 5 3 20 0 15 0 13432280 14407233536 824196 18446744073709551615 4194304 4196468 140724391093392 140724391075936 140302231645943 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
/proc/3239/statm: 3517391 824196 3473 1 0 3506013 0
[pid=3239/tid=3289] ppid=3236 vsize=14069564 CPUtime=220.94 cores=1,3,5,7
/proc/3239/task/3289/stat : 3289 (java) R 3236 3239 5678 0 -1 4202560 70942 12376 0 0 22031 55 5 3 20 0 15 0 13432304 14407233536 824196 18446744073709551615 4194304 4196468 140724391093392 140302235880560 140301847529779 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3290] ppid=3236 vsize=14069564 CPUtime=0.94 cores=1,3,5,7
/proc/3239/task/3290/stat : 3290 (java) S 3236 3239 5678 0 -1 1077944384 1426 12376 0 0 65 21 5 3 20 0 15 0 13432304 14407233536 824196 18446744073709551615 4194304 4196468 140724391093392 140302166079760 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3291] ppid=3236 vsize=14069564 CPUtime=0.91 cores=1,3,5,7
/proc/3239/task/3291/stat : 3291 (java) S 3236 3239 5678 0 -1 1077944384 1714 12376 0 0 62 21 5 3 20 0 15 0 13432304 14407233536 824196 18446744073709551615 4194304 4196468 140724391093392 140302165027216 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3292] ppid=3236 vsize=14069564 CPUtime=0.93 cores=1,3,5,7
/proc/3239/task/3292/stat : 3292 (java) S 3236 3239 5678 0 -1 1077944384 2142 12376 0 0 64 21 5 3 20 0 15 0 13432304 14407233536 824196 18446744073709551615 4194304 4196468 140724391093392 140302163974672 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3293] ppid=3236 vsize=14069564 CPUtime=0.93 cores=1,3,5,7
/proc/3239/task/3293/stat : 3293 (java) S 3236 3239 5678 0 -1 1077944384 3857 12376 0 0 63 22 5 3 20 0 15 0 13432304 14407233536 824196 18446744073709551615 4194304 4196468 140724391093392 140302162922128 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3294] ppid=3236 vsize=14069564 CPUtime=0.3 cores=1,3,5,7
/proc/3239/task/3294/stat : 3294 (java) S 3236 3239 5678 0 -1 1077944384 12597 12376 0 0 19 3 5 3 20 0 15 0 13432306 14407233536 824196 18446744073709551615 4194304 4196468 140724391093392 140301710240240 140302231657090 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3295] ppid=3236 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3295/stat : 3295 (java) S 3236 3239 5678 0 -1 1077944384 58 12376 0 0 0 0 5 3 20 0 15 0 13432306 14407233536 824196 18446744073709551615 4194304 4196468 140724391093392 140301709186528 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3296] ppid=3236 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3296/stat : 3296 (java) S 3236 3239 5678 0 -1 1077944384 46 12376 0 0 0 0 5 3 20 0 15 0 13432306 14407233536 824196 18446744073709551615 4194304 4196468 140724391093392 140301708133888 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3297] ppid=3236 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3297/stat : 3297 (java) S 3236 3239 5678 0 -1 1077944384 3 12376 0 0 0 0 5 3 20 0 15 0 13432309 14407233536 824196 18446744073709551615 4194304 4196468 140724391093392 140301707082448 140302231664539 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3298] ppid=3236 vsize=14069564 CPUtime=5.07 cores=1,3,5,7
/proc/3239/task/3298/stat : 3298 (java) S 3236 3239 5678 0 -1 1077944384 13896 12376 0 0 496 3 5 3 20 0 15 0 13432309 14407233536 824196 18446744073709551615 4194304 4196468 140724391093392 140301706029040 140302231657090 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3299] ppid=3236 vsize=14069564 CPUtime=5.05 cores=1,3,5,7
/proc/3239/task/3299/stat : 3299 (java) S 3236 3239 5678 0 -1 1077944384 15171 12376 0 0 495 2 5 3 20 0 15 0 13432309 14407233536 824196 18446744073709551615 4194304 4196468 140724391093392 140301704976496 140302231657090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3300] ppid=3236 vsize=14069564 CPUtime=2.3 cores=1,3,5,7
/proc/3239/task/3300/stat : 3300 (java) S 3236 3239 5678 0 -1 1077944384 14747 12376 0 0 218 4 5 3 20 0 15 0 13432309 14407233536 824196 18446744073709551615 4194304 4196468 140724391093392 140301703923952 140302231657090 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3301] ppid=3236 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3301/stat : 3301 (java) S 3236 3239 5678 0 -1 1077944384 3 12376 0 0 0 0 5 3 20 0 15 0 13432309 14407233536 824196 18446744073709551615 4194304 4196468 140724391093392 140301702871648 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3302] ppid=3236 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/3239/task/3302/stat : 3302 (java) S 3236 3239 5678 0 -1 1077944384 120 12376 0 0 4 7 5 3 20 0 15 0 13432317 14407233536 824196 18446744073709551615 4194304 4196468 140724391093392 140301701819184 140302231657090 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
Current children cumulated CPU time (s) 236.96
Current children cumulated vsize (KiB) 14069564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.005 s]
/proc/loadavg: 1.84 1.91 1.83 3/210 3439
/proc/meminfo: memFree=25194504/32770624 swapFree=0/940852
[pid=3239] ppid=3236 vsize=14069564 CPUtime=254.87 cores=1,3,5,7
/proc/3239/stat : 3239 (java) S 3236 3239 5678 0 -1 1077944320 144391 12376 0 0 25317 162 5 3 20 0 15 0 13432280 14407233536 812154 18446744073709551615 4194304 4196468 140724391093392 140724391075936 140302231645943 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
/proc/3239/statm: 3517391 812154 3473 1 0 3506013 0
[pid=3239/tid=3289] ppid=3236 vsize=14069564 CPUtime=238.56 cores=1,3,5,7
/proc/3239/task/3289/stat : 3289 (java) R 3236 3239 5678 0 -1 4202560 71862 12376 0 0 23793 55 5 3 20 0 15 0 13432304 14407233536 812154 18446744073709551615 4194304 4196468 140724391093392 140302235880448 140301847529779 0 4 1 16800974 0 0 0 -1 7 0 0 7 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3290] ppid=3236 vsize=14069564 CPUtime=0.98 cores=1,3,5,7
/proc/3239/task/3290/stat : 3290 (java) S 3236 3239 5678 0 -1 1077944384 1919 12376 0 0 69 21 5 3 20 0 15 0 13432304 14407233536 812154 18446744073709551615 4194304 4196468 140724391093392 140302166079760 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3291] ppid=3236 vsize=14069564 CPUtime=0.96 cores=1,3,5,7
/proc/3239/task/3291/stat : 3291 (java) S 3236 3239 5678 0 -1 1077944384 1856 12376 0 0 66 22 5 3 20 0 15 0 13432304 14407233536 812154 18446744073709551615 4194304 4196468 140724391093392 140302165027216 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3292] ppid=3236 vsize=14069564 CPUtime=0.97 cores=1,3,5,7
/proc/3239/task/3292/stat : 3292 (java) S 3236 3239 5678 0 -1 1077944384 3247 12376 0 0 68 21 5 3 20 0 15 0 13432304 14407233536 812154 18446744073709551615 4194304 4196468 140724391093392 140302163974672 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3293] ppid=3236 vsize=14069564 CPUtime=0.97 cores=1,3,5,7
/proc/3239/task/3293/stat : 3293 (java) S 3236 3239 5678 0 -1 1077944384 3942 12376 0 0 67 22 5 3 20 0 15 0 13432304 14407233536 812154 18446744073709551615 4194304 4196468 140724391093392 140302162922128 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3294] ppid=3236 vsize=14069564 CPUtime=0.33 cores=1,3,5,7
/proc/3239/task/3294/stat : 3294 (java) S 3236 3239 5678 0 -1 1077944384 12906 12376 0 0 22 3 5 3 20 0 15 0 13432306 14407233536 812154 18446744073709551615 4194304 4196468 140724391093392 140301710240240 140302231657090 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3295] ppid=3236 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3295/stat : 3295 (java) S 3236 3239 5678 0 -1 1077944384 58 12376 0 0 0 0 5 3 20 0 15 0 13432306 14407233536 812154 18446744073709551615 4194304 4196468 140724391093392 140301709186528 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3296] ppid=3236 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3296/stat : 3296 (java) S 3236 3239 5678 0 -1 1077944384 46 12376 0 0 0 0 5 3 20 0 15 0 13432306 14407233536 812154 18446744073709551615 4194304 4196468 140724391093392 140301708133888 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3297] ppid=3236 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3297/stat : 3297 (java) S 3236 3239 5678 0 -1 1077944384 3 12376 0 0 0 0 5 3 20 0 15 0 13432309 14407233536 812154 18446744073709551615 4194304 4196468 140724391093392 140301707082448 140302231664539 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3298] ppid=3236 vsize=14069564 CPUtime=5.1 cores=1,3,5,7
/proc/3239/task/3298/stat : 3298 (java) S 3236 3239 5678 0 -1 1077944384 15250 12376 0 0 499 3 5 3 20 0 15 0 13432309 14407233536 812154 18446744073709551615 4194304 4196468 140724391093392 140301706029040 140302231657090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3299] ppid=3236 vsize=14069564 CPUtime=5.1 cores=1,3,5,7
/proc/3239/task/3299/stat : 3299 (java) S 3236 3239 5678 0 -1 1077944384 15607 12376 0 0 499 3 5 3 20 0 15 0 13432309 14407233536 812154 18446744073709551615 4194304 4196468 140724391093392 140301704976496 140302231657090 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3300] ppid=3236 vsize=14069564 CPUtime=2.32 cores=1,3,5,7
/proc/3239/task/3300/stat : 3300 (java) S 3236 3239 5678 0 -1 1077944384 15340 12376 0 0 220 4 5 3 20 0 15 0 13432309 14407233536 812154 18446744073709551615 4194304 4196468 140724391093392 140301703923952 140302231657090 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3301] ppid=3236 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/3239/task/3301/stat : 3301 (java) S 3236 3239 5678 0 -1 1077944384 3 12376 0 0 0 0 5 3 20 0 15 0 13432309 14407233536 812154 18446744073709551615 4194304 4196468 140724391093392 140301702871648 140302231656149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
[pid=3239/tid=3302] ppid=3236 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/3239/task/3302/stat : 3302 (java) S 3236 3239 5678 0 -1 1077944384 200 12376 0 0 5 7 5 3 20 0 15 0 13432317 14407233536 812154 18446744073709551615 4194304 4196468 140724391093392 140301701819184 140302231657090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12644352 140724391098317 140724391101102 140724391101102 140724391104463 0
Current children cumulated CPU time (s) 254.87
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 3239 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.061
CPU time (s): 254.937
CPU user time (s): 253.258
CPU system time (s): 1.67924
CPU usage (%): 106.197
Max. virtual memory (cumulated for all children) (KiB): 14072084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 253.258
system time used= 1.67924
maximum resident set size= 3550680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159763
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= 17097
involuntary context switches= 679

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.01535 second user time and 1.52936 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-02 06:13:57
IDJOB=4259652
IDBENCH=123056
IDSOLVER=2646
FILE ID=node128/4259652-1501648076
RUNJOBID= node128-1501642693-29418
PBS_JOBID= 
Free space on /tmp= 61828 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-esc32d.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259652-1501648076/watcher-4259652-1501648076 -o /tmp/evaluation-result-4259652-1501648076/solver-4259652-1501648076 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node128-1501642693-29418 --watchdog 300  bin/concrete HOME/instance-4259652-1501648076.xml

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

MD5SUM BENCH= ca834160bf20391dc7be2075ee08801e
RANDOM SEED=115572587

node128.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.05
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.05
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.05
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.05
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:        29754000 kB
MemAvailable:   30692444 kB
Buffers:          117360 kB
Cached:          1101400 kB
SwapCached:            0 kB
Active:          1659888 kB
Inactive:         949120 kB
Active(anon):    1390452 kB
Inactive(anon):     8532 kB
Active(file):     269436 kB
Inactive(file):   940588 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24156 kB
Writeback:             0 kB
AnonPages:       1244948 kB
Mapped:            43656 kB
Shmem:              8872 kB
Slab:             114592 kB
SReclaimable:      88512 kB
SUnreclaim:        26080 kB
KernelStack:        3472 kB
PageTables:         6900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2544952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1028096 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= 61804 MiB
End job on node128 at 2017-08-02 06:17:57