Trace number 4262053

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)198845 2520.0601 2458.03

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-tai15a.xml
MD5SUM01e5f10d01ef86069967703c8ffb230e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark195391
Best CPU time to get the best result obtained on this benchmark2400.01
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints105
Number of domains2
Minimum domain size15
Maximum domain size61
Distribution of domain sizes[{"size":15,"count":15},{"size":61,"count":104}]
Minimum variable degree0
Maximum variable degree15
Distribution of variable degrees[{"degree":0,"count":121},{"degree":2,"count":104},{"degree":14,"count":2},{"degree":15,"count":13}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":104},{"arity":15,"count":1}]
Number of extensional constraints104
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":104},{"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.22/2.20	c Concrete v3.4 running
9.91/4.45	o 237979
11.16/4.85	o 234451
11.16/4.85	o 232930
11.16/4.85	o 232241
11.16/4.85	o 231366
11.16/4.88	o 231112
11.50/4.90	o 225051
11.50/4.93	o 224538
11.50/4.95	o 222638
11.50/4.97	o 220060
11.81/5.00	o 217149
12.13/5.10	o 216702
12.13/5.17	o 216228
12.13/5.19	o 214974
12.44/5.21	o 212475
12.44/5.27	o 208596
13.05/5.47	o 207894
14.28/5.94	o 207872
14.65/6.14	o 207107
14.86/6.22	o 203700
15.16/6.40	o 201164
15.16/6.42	o 199777
74.77/63.66	o 198845
2520.01/2458.00	java.util.concurrent.TimeoutException
2520.01/2458.00		at concrete.MAC.mac(MAC.scala:74)
2520.01/2458.00		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.01/2458.00		at scala.util.Try$.apply(Try.scala:209)
2520.01/2458.00		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.01/2458.00		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.01/2458.00		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.01/2458.00		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.01/2458.00		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.01/2458.00		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.01/2458.00		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.01/2458.00		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.01/2458.00		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.01/2458.00		at concrete.MAC.oneRun(MAC.scala:146)
2520.01/2458.00		at concrete.MAC.nextSolution(MAC.scala:166)
2520.01/2458.00		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.01/2458.00		at concrete.ProblemState.map(ProblemState.scala:203)
2520.01/2458.00		at concrete.ProblemState.map(ProblemState.scala:188)
2520.01/2458.00		at concrete.MAC.nextSolution(MAC.scala:195)
2520.01/2458.00		at concrete.Solver.hasNext(Solver.scala:202)
2520.01/2458.00		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.01/2458.00		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.01/2458.00		at concrete.Solver.toStream(Solver.scala:73)
2520.01/2458.00		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2520.01/2458.00		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2520.01/2458.00		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2520.01/2458.00		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2520.01/2458.00		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2520.01/2458.00		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.01/2458.00		at scala.util.Success.map(Try.scala:209)
2520.01/2458.00		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.01/2458.00		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.01/2458.00		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.01/2458.00		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.01/2458.00		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.01/2458.00		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.01/2458.00		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.01/2458.00		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.01/2458.00		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.01/2458.00		at scala.collection.immutable.List.foreach(List.scala:389)
2520.01/2458.01		at scala.App.main(App.scala:76)
2520.01/2458.01		at scala.App.main$(App.scala:74)
2520.01/2458.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.01/2458.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2458.01	v <instantiation cost="198845">
2520.01/2458.01	v       <list>
2520.01/2458.01	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] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[0][10] d[0][11] d[0][12] d[0][13] d[0][14] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[1][10] d[1][11] d[1][12] d[1][13] d[1][14] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[2][10] d[2][11] d[2][12] d[2][13] d[2][14] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[3][10] d[3][12] d[3][13] d[3][14] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[4][10] d[4][11] d[4][12] d[4][13] d[4][14] d[5][6] d[5][7] d[5][8] d[5][9] d[5][10] d[5][11] d[5][12] d[5][13] d[5][14] d[6][7] d[6][8] d[6][9] d[6][10] d[6][11] d[6][12] d[6][13] d[6][14] d[7][8] d[7][9] d[7][10] d[7][11] d[7][12] d[7][13] d[7][14] d[8][9] d[8][10] d[8][11] d[8][12] d[8][13] d[8][14] d[9][10] d[9][11] d[9][12] d[9][13] d[9][14] d[10][11] d[10][12] d[10][13] d[10][14] d[11][12] d[11][13] d[11][14] d[12][13] d[12][14] d[13][14]
2520.01/2458.01	v       </list>
2520.01/2458.01	v       <values>
2520.01/2458.01	v         1 8 6 0 9 14 5 3 13 4 10 2 11 7 12 85 9 21 84 11 35 0 91 89 12 79 0 1 26 15 10 94 29 1 36 48 77 90 86 51 80 3 6 11 61 93 36 21 71 35 69 11 1 20 4 75 41 82 40 56 63 6 25 44 83 50 21 15 74 90 45 66 58 41 2 82 77 40 65 39 83 85 71 57 85 6 4 26 36 56 27 82 18 71 35 11 61 29 76 45 76 54 44 14 30 82 89 8 76 91 96 21 74 59 56 18 76 40 72
2520.01/2458.01	v       </values>
2520.01/2458.01	v     </instantiation>
2520.01/2458.01	s SATISFIABLE

Verifier Data

OK	198845

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-4262053-1502430190/watcher-4262053-1502430190 -o /tmp/evaluation-result-4262053-1502430190/solver-4262053-1502430190 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502411403-4960 --watchdog 2580 bin/concrete HOME/instance-4262053-1502430190.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.77 1.44 1.37 4/198 11361
/proc/meminfo: memFree=28022364/32770624 swapFree=0/446464
[pid=11361] ppid=11358 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/11361/stat : 11361 (runsolver) D 11358 11361 4896 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 142671940 24240128 108 18446744073709551615 4194304 4338465 140721187962432 140721187960072 140063003140823 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 19935232 140721187971281 140721187971657 140721187971657 140721187975114 0
/proc/11361/statm: 5918 108 54 36 0 2156 0

[startup+0.100248 s]
/proc/loadavg: 1.77 1.44 1.37 4/198 11361
/proc/meminfo: memFree=28022364/32770624 swapFree=0/446464
[pid=11361] ppid=11358 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/11361/stat : 11361 (bash) S 11358 11361 4896 0 -1 4202496 891 6481 0 0 0 0 0 1 20 0 1 0 142671940 9867264 373 18446744073709551615 4194304 5098028 140733791510928 140733791504936 140398829526016 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 8 0 0 7196144 7232144 8192000 140733791515156 140733791515241 140733791515241 140733791518698 0
/proc/11361/statm: 2409 373 292 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200242 s]
/proc/loadavg: 1.77 1.44 1.37 4/198 11361
/proc/meminfo: memFree=28022364/32770624 swapFree=0/446464
[pid=11361] ppid=11358 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/11361/stat : 11361 (bash) S 11358 11361 4896 0 -1 4202496 891 6481 0 0 0 0 0 1 20 0 1 0 142671940 9867264 373 18446744073709551615 4194304 5098028 140733791510928 140733791504936 140398829526016 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 8 0 0 7196144 7232144 8192000 140733791515156 140733791515241 140733791515241 140733791518698 0
/proc/11361/statm: 2409 373 292 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300197 s]
/proc/loadavg: 1.77 1.44 1.37 4/198 11361
/proc/meminfo: memFree=28022364/32770624 swapFree=0/446464
[pid=11361] ppid=11358 vsize=13973872 CPUtime=0.13 cores=1,3,5,7
/proc/11361/stat : 11361 (java) S 11358 11361 4896 0 -1 1077944320 5595 12490 0 0 5 1 5 2 20 0 15 0 142671940 14309244928 5249 18446744073709551615 4194304 4196468 140726844742928 140726844725472 140660542328567 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
/proc/11361/statm: 3493468 5249 2550 1 0 3482965 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13973872

[startup+0.700707 s]
/proc/loadavg: 1.77 1.44 1.37 4/198 11361
/proc/meminfo: memFree=28022364/32770624 swapFree=0/446464
[pid=11361] ppid=11358 vsize=13974784 CPUtime=0.7 cores=1,3,5,7
/proc/11361/stat : 11361 (java) S 11358 11361 4896 0 -1 1077944320 13908 12490 0 0 59 4 5 2 20 0 15 0 142671940 14310178816 14860 18446744073709551615 4194304 4196468 140726844742928 140726844725472 140660542328567 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
/proc/11361/statm: 3493696 14860 3130 1 0 3482965 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.50457 s]
/proc/loadavg: 1.79 1.45 1.37 4/213 11424
/proc/meminfo: memFree=27926980/32770624 swapFree=0/446732
[pid=11361] ppid=11358 vsize=13985408 CPUtime=1.95 cores=1,3,5,7
/proc/11361/stat : 11361 (java) S 11358 11361 4896 0 -1 1077944320 28984 12490 0 0 179 9 5 2 20 0 15 0 142671940 14321057792 43177 18446744073709551615 4194304 4196468 140726844742928 140726844725472 140660542328567 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
/proc/11361/statm: 3496352 43177 3374 1 0 3485525 0
[pid=11361/tid=11411] ppid=11358 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/11361/task/11411/stat : 11411 (java) S 11358 11361 4896 0 -1 1077944384 22257 12490 0 0 116 6 5 2 20 0 15 0 142671961 14321057792 43177 18446744073709551615 4194304 4196468 140726844742928 140660546545280 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11412] ppid=11358 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/11361/task/11412/stat : 11412 (java) S 11358 11361 4896 0 -1 1077944384 47 12490 0 0 1 0 5 2 20 0 15 0 142671962 14321057792 43177 18446744073709551615 4194304 4196468 140726844742928 140660461743120 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11413] ppid=11358 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/11361/task/11413/stat : 11413 (java) S 11358 11361 4896 0 -1 1077944384 34 12490 0 0 1 0 5 2 20 0 15 0 142671962 14321057792 43177 18446744073709551615 4194304 4196468 140726844742928 140660460690592 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11414] ppid=11358 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/11361/task/11414/stat : 11414 (java) S 11358 11361 4896 0 -1 1077944384 195 12490 0 0 1 0 5 2 20 0 15 0 142671962 14321057792 43177 18446744073709551615 4194304 4196468 140726844742928 140660459637520 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11415] ppid=11358 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11415/stat : 11415 (java) R 11358 11361 4896 0 -1 4202560 74 12490 0 0 0 0 5 2 20 0 15 0 142671962 14321057792 43177 18446744073709551615 4194304 4196468 140726844742928 140660458585096 140660534956775 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11416] ppid=11358 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/11361/task/11416/stat : 11416 (java) S 11358 11361 4896 0 -1 1077944384 724 12490 0 0 1 0 5 2 20 0 15 0 142671963 14321057792 43177 18446744073709551615 4194304 4196468 140726844742928 140660020085536 140660542338773 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11417] ppid=11358 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11417/stat : 11417 (java) S 11358 11361 4896 0 -1 1077944384 33 12490 0 0 0 0 5 2 20 0 15 0 142671963 14321057792 43177 18446744073709551615 4194304 4196468 140726844742928 140660019033248 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11418] ppid=11358 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11418/stat : 11418 (java) S 11358 11361 4896 0 -1 1077944384 21 12490 0 0 0 0 5 2 20 0 15 0 142671964 14321057792 43177 18446744073709551615 4194304 4196468 140726844742928 140660017980144 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11419] ppid=11358 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11419/stat : 11419 (java) S 11358 11361 4896 0 -1 1077944384 3 12490 0 0 0 0 5 2 20 0 15 0 142671966 14321057792 43177 18446744073709551615 4194304 4196468 140726844742928 140660016928720 140660542347163 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11420] ppid=11358 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/11361/task/11420/stat : 11420 (java) S 11358 11361 4896 0 -1 1077944384 933 12490 0 0 17 0 5 2 20 0 15 0 142671966 14321057792 43177 18446744073709551615 4194304 4196468 140726844742928 140660015876848 140660542339714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11421] ppid=11358 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/11361/task/11421/stat : 11421 (java) S 11358 11361 4896 0 -1 1077944384 1147 12490 0 0 16 0 5 2 20 0 15 0 142671966 14321057792 43177 18446744073709551615 4194304 4196468 140726844742928 140660014824304 140660542339714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11422] ppid=11358 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/11361/task/11422/stat : 11422 (java) S 11358 11361 4896 0 -1 1077944384 1358 12490 0 0 23 0 5 2 20 0 15 0 142671966 14321057792 43177 18446744073709551615 4194304 4196468 140726844742928 140660013771248 140660542339714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11423] ppid=11358 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11423/stat : 11423 (java) S 11358 11361 4896 0 -1 1077944384 3 12490 0 0 0 0 5 2 20 0 15 0 142671967 14321057792 43177 18446744073709551615 4194304 4196468 140726844742928 140660012718944 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11424] ppid=11358 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11424/stat : 11424 (java) S 11358 11361 4896 0 -1 1077944384 5 12490 0 0 0 0 5 2 20 0 15 0 142671970 14321057792 43177 18446744073709551615 4194304 4196468 140726844742928 140660011665968 140660542339714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 13985408

[startup+3.10541 s]
/proc/loadavg: 1.79 1.45 1.37 5/213 11424
/proc/meminfo: memFree=27776956/32770624 swapFree=0/446732
[pid=11361] ppid=11358 vsize=13999932 CPUtime=5.7 cores=1,3,5,7
/proc/11361/stat : 11361 (java) S 11358 11361 4896 0 -1 1077944320 49039 12490 0 0 549 14 5 2 20 0 15 0 142671940 14335930368 56464 18446744073709551615 4194304 4196468 140726844742928 140726844725472 140660542328567 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
/proc/11361/statm: 3499983 56464 3454 1 0 3488597 0
[pid=11361/tid=11411] ppid=11358 vsize=13999932 CPUtime=2.87 cores=1,3,5,7
/proc/11361/task/11411/stat : 11411 (java) R 11358 11361 4896 0 -1 4202560 36961 12490 0 0 273 7 5 2 20 0 15 0 142671961 14335930368 56464 18446744073709551615 4194304 4196468 140726844742928 140660546555504 140660542340502 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11412] ppid=11358 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/11361/task/11412/stat : 11412 (java) S 11358 11361 4896 0 -1 1077944384 47 12490 0 0 1 0 5 2 20 0 15 0 142671962 14335930368 56464 18446744073709551615 4194304 4196468 140726844742928 140660461743120 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11413] ppid=11358 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/11361/task/11413/stat : 11413 (java) S 11358 11361 4896 0 -1 1077944384 34 12490 0 0 1 0 5 2 20 0 15 0 142671962 14335930368 56464 18446744073709551615 4194304 4196468 140726844742928 140660460690576 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11414] ppid=11358 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/11361/task/11414/stat : 11414 (java) S 11358 11361 4896 0 -1 1077944384 195 12490 0 0 1 0 5 2 20 0 15 0 142671962 14335930368 56464 18446744073709551615 4194304 4196468 140726844742928 140660459637520 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11415] ppid=11358 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/11361/task/11415/stat : 11415 (java) S 11358 11361 4896 0 -1 1077944384 74 12490 0 0 1 0 5 2 20 0 15 0 142671962 14335930368 56464 18446744073709551615 4194304 4196468 140726844742928 140660458584976 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11416] ppid=11358 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/11361/task/11416/stat : 11416 (java) S 11358 11361 4896 0 -1 1077944384 742 12490 0 0 1 0 5 2 20 0 15 0 142671963 14335930368 56464 18446744073709551615 4194304 4196468 140726844742928 140660020087024 140660542339714 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11417] ppid=11358 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11417/stat : 11417 (java) S 11358 11361 4896 0 -1 1077944384 54 12490 0 0 0 0 5 2 20 0 15 0 142671963 14335930368 56464 18446744073709551615 4194304 4196468 140726844742928 140660019033312 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11418] ppid=11358 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11418/stat : 11418 (java) S 11358 11361 4896 0 -1 1077944384 45 12490 0 0 0 0 5 2 20 0 15 0 142671964 14335930368 56464 18446744073709551615 4194304 4196468 140726844742928 140660017980160 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11419] ppid=11358 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11419/stat : 11419 (java) S 11358 11361 4896 0 -1 1077944384 3 12490 0 0 0 0 5 2 20 0 15 0 142671966 14335930368 56464 18446744073709551615 4194304 4196468 140726844742928 140660016928720 140660542347163 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11420] ppid=11358 vsize=13999932 CPUtime=1.11 cores=1,3,5,7
/proc/11361/task/11420/stat : 11420 (java) R 11358 11361 4896 0 -1 1077944384 3481 12490 0 0 103 1 5 2 20 0 15 0 142671966 14335930368 56464 18446744073709551615 4194304 4196468 140726844742928 140660015876848 140660542339714 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11421] ppid=11358 vsize=13999932 CPUtime=0.76 cores=1,3,5,7
/proc/11361/task/11421/stat : 11421 (java) R 11358 11361 4896 0 -1 4202560 1816 12490 0 0 69 0 5 2 20 0 15 0 142671966 14335930368 56464 18446744073709551615 4194304 4196468 140726844742928 140660014812976 140660527103502 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11422] ppid=11358 vsize=13999932 CPUtime=1.04 cores=1,3,5,7
/proc/11361/task/11422/stat : 11422 (java) R 11358 11361 4896 0 -1 4202560 3427 12490 0 0 95 2 5 2 20 0 15 0 142671966 14335930368 56464 18446744073709551615 4194304 4196468 140726844742928 140660013771248 140660521033318 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11423] ppid=11358 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11423/stat : 11423 (java) S 11358 11361 4896 0 -1 1077944384 3 12490 0 0 0 0 5 2 20 0 15 0 142671967 14335930368 56464 18446744073709551615 4194304 4196468 140726844742928 140660012718944 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11424] ppid=11358 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11424/stat : 11424 (java) S 11358 11361 4896 0 -1 1077944384 7 12490 0 0 0 0 5 2 20 0 15 0 142671970 14335930368 56464 18446744073709551615 4194304 4196468 140726844742928 140660011665968 140660542339714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 13999932

[startup+6.30068 s]
/proc/loadavg: 1.79 1.45 1.37 5/213 11424
/proc/meminfo: memFree=27273536/32770624 swapFree=0/446728
[pid=11361] ppid=11358 vsize=14069564 CPUtime=15.05 cores=1,3,5,7
/proc/11361/stat : 11361 (java) S 11358 11361 4896 0 -1 1077944320 79774 12490 0 0 1477 21 5 2 20 0 15 0 142671940 14407233536 98838 18446744073709551615 4194304 4196468 140726844742928 140726844725472 140660542328567 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
/proc/11361/statm: 3517391 98838 3479 1 0 3506005 0
[pid=11361/tid=11411] ppid=11358 vsize=14069564 CPUtime=5.79 cores=1,3,5,7
/proc/11361/task/11411/stat : 11411 (java) R 11358 11361 4896 0 -1 4202560 49566 12490 0 0 562 10 5 2 20 0 15 0 142671961 14407233536 98838 18446744073709551615 4194304 4196468 140726844742928 140660546559688 140660142893536 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11412] ppid=11358 vsize=14069564 CPUtime=0.22 cores=1,3,5,7
/proc/11361/task/11412/stat : 11412 (java) S 11358 11361 4896 0 -1 1077944384 795 12490 0 0 15 0 5 2 20 0 15 0 142671962 14407233536 98838 18446744073709551615 4194304 4196468 140726844742928 140660461743120 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11413] ppid=11358 vsize=14069564 CPUtime=0.23 cores=1,3,5,7
/proc/11361/task/11413/stat : 11413 (java) S 11358 11361 4896 0 -1 1077944384 548 12490 0 0 16 0 5 2 20 0 15 0 142671962 14407233536 98838 18446744073709551615 4194304 4196468 140726844742928 140660460690576 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11414] ppid=11358 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/11361/task/11414/stat : 11414 (java) S 11358 11361 4896 0 -1 1077944384 232 12490 0 0 14 0 5 2 20 0 15 0 142671962 14407233536 98838 18446744073709551615 4194304 4196468 140726844742928 140660459637520 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11415] ppid=11358 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/11361/task/11415/stat : 11415 (java) S 11358 11361 4896 0 -1 1077944384 221 12490 0 0 14 0 5 2 20 0 15 0 142671962 14407233536 98838 18446744073709551615 4194304 4196468 140726844742928 140660458584976 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11416] ppid=11358 vsize=14069564 CPUtime=0.18 cores=1,3,5,7
/proc/11361/task/11416/stat : 11416 (java) S 11358 11361 4896 0 -1 1077944384 2181 12490 0 0 11 0 5 2 20 0 15 0 142671963 14407233536 98838 18446744073709551615 4194304 4196468 140726844742928 140660020087024 140660542339714 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11417] ppid=11358 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11417/stat : 11417 (java) S 11358 11361 4896 0 -1 1077944384 59 12490 0 0 0 0 5 2 20 0 15 0 142671963 14407233536 98838 18446744073709551615 4194304 4196468 140726844742928 140660019033312 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11418] ppid=11358 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11418/stat : 11418 (java) S 11358 11361 4896 0 -1 1077944384 45 12490 0 0 0 0 5 2 20 0 15 0 142671964 14407233536 98838 18446744073709551615 4194304 4196468 140726844742928 140660017980160 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11419] ppid=11358 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11419/stat : 11419 (java) S 11358 11361 4896 0 -1 1077944384 3 12490 0 0 0 0 5 2 20 0 15 0 142671966 14407233536 98838 18446744073709551615 4194304 4196468 140726844742928 140660016928720 140660542347163 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11420] ppid=11358 vsize=14069564 CPUtime=3.63 cores=1,3,5,7
/proc/11361/task/11420/stat : 11420 (java) S 11358 11361 4896 0 -1 1077944384 8842 12490 0 0 355 1 5 2 20 0 15 0 142671966 14407233536 98838 18446744073709551615 4194304 4196468 140726844742928 140660015876848 140660542339714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11421] ppid=11358 vsize=14069564 CPUtime=3.32 cores=1,3,5,7
/proc/11361/task/11421/stat : 11421 (java) S 11358 11361 4896 0 -1 1077944384 7375 12490 0 0 324 1 5 2 20 0 15 0 142671966 14407233536 98838 18446744073709551615 4194304 4196468 140726844742928 140660014824304 140660542339714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11422] ppid=11358 vsize=14069564 CPUtime=1.69 cores=1,3,5,7
/proc/11361/task/11422/stat : 11422 (java) S 11358 11361 4896 0 -1 1077944384 7046 12490 0 0 159 3 5 2 20 0 15 0 142671966 14407233536 98838 18446744073709551615 4194304 4196468 140726844742928 140660013771248 140660542339714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11423] ppid=11358 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11423/stat : 11423 (java) S 11358 11361 4896 0 -1 1077944384 3 12490 0 0 0 0 5 2 20 0 15 0 142671967 14407233536 98838 18446744073709551615 4194304 4196468 140726844742928 140660012718944 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11424] ppid=11358 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11424/stat : 11424 (java) S 11358 11361 4896 0 -1 1077944384 708 12490 0 0 0 0 5 2 20 0 15 0 142671970 14407233536 98838 18446744073709551615 4194304 4196468 140726844742928 140660011665968 140660542339714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
Current children cumulated CPU time (s) 15.05
Current children cumulated vsize (KiB) 14069564

[startup+12.7007 s]
/proc/loadavg: 1.82 1.46 1.38 3/213 11424
/proc/meminfo: memFree=26690636/32770624 swapFree=0/446720
[pid=11361] ppid=11358 vsize=14069564 CPUtime=22.61 cores=1,3,5,7
/proc/11361/stat : 11361 (java) S 11358 11361 4896 0 -1 1077944320 82600 12490 0 0 2224 30 5 2 20 0 15 0 142671940 14407233536 176557 18446744073709551615 4194304 4196468 140726844742928 140726844725472 140660542328567 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
/proc/11361/statm: 3517391 176557 3481 1 0 3506005 0
[pid=11361/tid=11411] ppid=11358 vsize=14069564 CPUtime=12.15 cores=1,3,5,7
/proc/11361/task/11411/stat : 11411 (java) R 11358 11361 4896 0 -1 4202560 50722 12490 0 0 1194 14 5 2 20 0 15 0 142671961 14407233536 176557 18446744073709551615 4194304 4196468 140726844742928 140660546562744 140660140712382 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11412] ppid=11358 vsize=14069564 CPUtime=0.26 cores=1,3,5,7
/proc/11361/task/11412/stat : 11412 (java) S 11358 11361 4896 0 -1 1077944384 814 12490 0 0 18 1 5 2 20 0 15 0 142671962 14407233536 176557 18446744073709551615 4194304 4196468 140726844742928 140660461743120 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11413] ppid=11358 vsize=14069564 CPUtime=0.26 cores=1,3,5,7
/proc/11361/task/11413/stat : 11413 (java) S 11358 11361 4896 0 -1 1077944384 565 12490 0 0 18 1 5 2 20 0 15 0 142671962 14407233536 176557 18446744073709551615 4194304 4196468 140726844742928 140660460690576 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11414] ppid=11358 vsize=14069564 CPUtime=0.25 cores=1,3,5,7
/proc/11361/task/11414/stat : 11414 (java) S 11358 11361 4896 0 -1 1077944384 253 12490 0 0 17 1 5 2 20 0 15 0 142671962 14407233536 176557 18446744073709551615 4194304 4196468 140726844742928 140660459637520 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11415] ppid=11358 vsize=14069564 CPUtime=0.24 cores=1,3,5,7
/proc/11361/task/11415/stat : 11415 (java) S 11358 11361 4896 0 -1 1077944384 240 12490 0 0 16 1 5 2 20 0 15 0 142671962 14407233536 176557 18446744073709551615 4194304 4196468 140726844742928 140660458584976 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11416] ppid=11358 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/11361/task/11416/stat : 11416 (java) S 11358 11361 4896 0 -1 1077944384 2351 12490 0 0 12 0 5 2 20 0 15 0 142671963 14407233536 176557 18446744073709551615 4194304 4196468 140726844742928 140660020087024 140660542339714 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11417] ppid=11358 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11417/stat : 11417 (java) S 11358 11361 4896 0 -1 1077944384 59 12490 0 0 0 0 5 2 20 0 15 0 142671963 14407233536 176557 18446744073709551615 4194304 4196468 140726844742928 140660019033312 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11418] ppid=11358 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11418/stat : 11418 (java) S 11358 11361 4896 0 -1 1077944384 45 12490 0 0 0 0 5 2 20 0 15 0 142671964 14407233536 176557 18446744073709551615 4194304 4196468 140726844742928 140660017980160 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11419] ppid=11358 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11419/stat : 11419 (java) S 11358 11361 4896 0 -1 1077944384 3 12490 0 0 0 0 5 2 20 0 15 0 142671966 14407233536 176557 18446744073709551615 4194304 4196468 140726844742928 140660016928720 140660542347163 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0

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

/proc/11361/task/11423/stat : 11423 (java) S 11358 11361 4896 0 -1 1077944384 3 12490 0 0 0 0 5 2 20 0 15 0 142671967 14407233536 198745 18446744073709551615 4194304 4196468 140726844742928 140660012718944 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11424] ppid=11358 vsize=14069564 CPUtime=1.43 cores=1,3,5,7
/proc/11361/task/11424/stat : 11424 (java) S 11358 11361 4896 0 -1 1077944384 1776 12490 0 0 63 73 5 2 20 0 15 0 142671970 14407233536 198745 18446744073709551615 4194304 4196468 140726844742928 140660011665968 140660542339714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
Current children cumulated CPU time (s) 2319.99
Current children cumulated vsize (KiB) 14069564

[startup+2322.3 s]
/proc/loadavg: 1.54 1.52 1.65 3/212 11738
/proc/meminfo: memFree=26105820/32770624 swapFree=0/447052
[pid=11361] ppid=11358 vsize=14069564 CPUtime=2381.32 cores=1,3,5,7
/proc/11361/stat : 11361 (java) S 11358 11361 4896 0 -1 1077944320 322177 12490 0 0 237729 396 5 2 20 0 15 0 142671940 14407233536 191175 18446744073709551615 4194304 4196468 140726844742928 140726844725472 140660542328567 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
/proc/11361/statm: 3517391 191175 3482 1 0 3506005 0
[pid=11361/tid=11411] ppid=11358 vsize=14069564 CPUtime=2296.2 cores=1,3,5,7
/proc/11361/task/11411/stat : 11411 (java) R 11358 11361 4896 0 -1 4202560 159492 12490 0 0 229552 61 5 2 20 0 15 0 142671961 14407233536 191175 18446744073709551615 4194304 4196468 140726844742928 140660546562864 140660141259815 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11412] ppid=11358 vsize=14069564 CPUtime=15.79 cores=1,3,5,7
/proc/11361/task/11412/stat : 11412 (java) S 11358 11361 4896 0 -1 1077944384 16981 12490 0 0 1517 55 5 2 20 0 15 0 142671962 14407233536 191175 18446744073709551615 4194304 4196468 140726844742928 140660461743120 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11413] ppid=11358 vsize=14069564 CPUtime=15.76 cores=1,3,5,7
/proc/11361/task/11413/stat : 11413 (java) S 11358 11361 4896 0 -1 1077944384 16041 12490 0 0 1515 54 5 2 20 0 15 0 142671962 14407233536 191175 18446744073709551615 4194304 4196468 140726844742928 140660460690576 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11414] ppid=11358 vsize=14069564 CPUtime=15.78 cores=1,3,5,7
/proc/11361/task/11414/stat : 11414 (java) S 11358 11361 4896 0 -1 1077944384 17033 12490 0 0 1512 59 5 2 20 0 15 0 142671962 14407233536 191175 18446744073709551615 4194304 4196468 140726844742928 140660459637520 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11415] ppid=11358 vsize=14069564 CPUtime=15.75 cores=1,3,5,7
/proc/11361/task/11415/stat : 11415 (java) S 11358 11361 4896 0 -1 1077944384 24711 12490 0 0 1513 55 5 2 20 0 15 0 142671962 14407233536 191175 18446744073709551615 4194304 4196468 140726844742928 140660458584976 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11416] ppid=11358 vsize=14069564 CPUtime=7.56 cores=1,3,5,7
/proc/11361/task/11416/stat : 11416 (java) S 11358 11361 4896 0 -1 1077944384 12687 12490 0 0 685 64 5 2 20 0 15 0 142671963 14407233536 191175 18446744073709551615 4194304 4196468 140726844742928 140660020087024 140660542339714 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11417] ppid=11358 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11417/stat : 11417 (java) S 11358 11361 4896 0 -1 1077944384 63 12490 0 0 0 0 5 2 20 0 15 0 142671963 14407233536 191175 18446744073709551615 4194304 4196468 140726844742928 140660019033312 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11418] ppid=11358 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11418/stat : 11418 (java) S 11358 11361 4896 0 -1 1077944384 45 12490 0 0 0 0 5 2 20 0 15 0 142671964 14407233536 191175 18446744073709551615 4194304 4196468 140726844742928 140660017980160 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11419] ppid=11358 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11419/stat : 11419 (java) S 11358 11361 4896 0 -1 1077944384 3 12490 0 0 0 0 5 2 20 0 15 0 142671966 14407233536 191175 18446744073709551615 4194304 4196468 140726844742928 140660016928720 140660542347163 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11420] ppid=11358 vsize=14069564 CPUtime=5.76 cores=1,3,5,7
/proc/11361/task/11420/stat : 11420 (java) S 11358 11361 4896 0 -1 1077944384 24099 12490 0 0 566 3 5 2 20 0 15 0 142671966 14407233536 191175 18446744073709551615 4194304 4196468 140726844742928 140660015876848 140660542339714 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11421] ppid=11358 vsize=14069564 CPUtime=5.07 cores=1,3,5,7
/proc/11361/task/11421/stat : 11421 (java) S 11358 11361 4896 0 -1 1077944384 17848 12490 0 0 498 2 5 2 20 0 15 0 142671966 14407233536 191175 18446744073709551615 4194304 4196468 140726844742928 140660014824304 140660542339714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11422] ppid=11358 vsize=14069564 CPUtime=2.72 cores=1,3,5,7
/proc/11361/task/11422/stat : 11422 (java) S 11358 11361 4896 0 -1 1077944384 29218 12490 0 0 259 6 5 2 20 0 15 0 142671966 14407233536 191175 18446744073709551615 4194304 4196468 140726844742928 140660013771248 140660542339714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11423] ppid=11358 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11423/stat : 11423 (java) S 11358 11361 4896 0 -1 1077944384 3 12490 0 0 0 0 5 2 20 0 15 0 142671967 14407233536 191175 18446744073709551615 4194304 4196468 140726844742928 140660012718944 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11424] ppid=11358 vsize=14069564 CPUtime=1.46 cores=1,3,5,7
/proc/11361/task/11424/stat : 11424 (java) S 11358 11361 4896 0 -1 1077944384 1803 12490 0 0 64 75 5 2 20 0 15 0 142671970 14407233536 191175 18446744073709551615 4194304 4196468 140726844742928 140660011665968 140660542339714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
Current children cumulated CPU time (s) 2381.32
Current children cumulated vsize (KiB) 14069564

[startup+2382.3 s]
/proc/loadavg: 1.55 1.52 1.64 3/212 11740
/proc/meminfo: memFree=26150472/32770624 swapFree=0/447060
[pid=11361] ppid=11358 vsize=14069564 CPUtime=2442.64 cores=1,3,5,7
/proc/11361/stat : 11361 (java) S 11358 11361 4896 0 -1 1077944320 325766 12490 0 0 243854 403 5 2 20 0 15 0 142671940 14407233536 180144 18446744073709551615 4194304 4196468 140726844742928 140726844725472 140660542328567 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
/proc/11361/statm: 3517391 180144 3482 1 0 3506005 0
[pid=11361/tid=11411] ppid=11358 vsize=14069564 CPUtime=2355.48 cores=1,3,5,7
/proc/11361/task/11411/stat : 11411 (java) R 11358 11361 4896 0 -1 4202560 161629 12490 0 0 235479 62 5 2 20 0 15 0 142671961 14407233536 180144 18446744073709551615 4194304 4196468 140726844742928 140660546562784 140660142281293 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11412] ppid=11358 vsize=14069564 CPUtime=16.25 cores=1,3,5,7
/proc/11361/task/11412/stat : 11412 (java) S 11358 11361 4896 0 -1 1077944384 17491 12490 0 0 1562 56 5 2 20 0 15 0 142671962 14407233536 180144 18446744073709551615 4194304 4196468 140726844742928 140660461743120 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11413] ppid=11358 vsize=14069564 CPUtime=16.22 cores=1,3,5,7
/proc/11361/task/11413/stat : 11413 (java) S 11358 11361 4896 0 -1 1077944384 16398 12490 0 0 1560 55 5 2 20 0 15 0 142671962 14407233536 180144 18446744073709551615 4194304 4196468 140726844742928 140660460690576 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11414] ppid=11358 vsize=14069564 CPUtime=16.24 cores=1,3,5,7
/proc/11361/task/11414/stat : 11414 (java) S 11358 11361 4896 0 -1 1077944384 17255 12490 0 0 1557 60 5 2 20 0 15 0 142671962 14407233536 180144 18446744073709551615 4194304 4196468 140726844742928 140660459637520 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11415] ppid=11358 vsize=14069564 CPUtime=16.21 cores=1,3,5,7
/proc/11361/task/11415/stat : 11415 (java) S 11358 11361 4896 0 -1 1077944384 25036 12490 0 0 1558 56 5 2 20 0 15 0 142671962 14407233536 180144 18446744073709551615 4194304 4196468 140726844742928 140660458584976 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11416] ppid=11358 vsize=14069564 CPUtime=7.73 cores=1,3,5,7
/proc/11361/task/11416/stat : 11416 (java) S 11358 11361 4896 0 -1 1077944384 12713 12490 0 0 701 65 5 2 20 0 15 0 142671963 14407233536 180144 18446744073709551615 4194304 4196468 140726844742928 140660020087024 140660542339714 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11417] ppid=11358 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11417/stat : 11417 (java) S 11358 11361 4896 0 -1 1077944384 63 12490 0 0 0 0 5 2 20 0 15 0 142671963 14407233536 180144 18446744073709551615 4194304 4196468 140726844742928 140660019033312 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11418] ppid=11358 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11418/stat : 11418 (java) S 11358 11361 4896 0 -1 1077944384 45 12490 0 0 0 0 5 2 20 0 15 0 142671964 14407233536 180144 18446744073709551615 4194304 4196468 140726844742928 140660017980160 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11419] ppid=11358 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11419/stat : 11419 (java) S 11358 11361 4896 0 -1 1077944384 3 12490 0 0 0 0 5 2 20 0 15 0 142671966 14407233536 180144 18446744073709551615 4194304 4196468 140726844742928 140660016928720 140660542347163 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11420] ppid=11358 vsize=14069564 CPUtime=5.76 cores=1,3,5,7
/proc/11361/task/11420/stat : 11420 (java) S 11358 11361 4896 0 -1 1077944384 24101 12490 0 0 566 3 5 2 20 0 15 0 142671966 14407233536 180144 18446744073709551615 4194304 4196468 140726844742928 140660015876848 140660542339714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11421] ppid=11358 vsize=14069564 CPUtime=5.07 cores=1,3,5,7
/proc/11361/task/11421/stat : 11421 (java) S 11358 11361 4896 0 -1 1077944384 17850 12490 0 0 498 2 5 2 20 0 15 0 142671966 14407233536 180144 18446744073709551615 4194304 4196468 140726844742928 140660014824304 140660542339714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11422] ppid=11358 vsize=14069564 CPUtime=2.72 cores=1,3,5,7
/proc/11361/task/11422/stat : 11422 (java) S 11358 11361 4896 0 -1 1077944384 29220 12490 0 0 259 6 5 2 20 0 15 0 142671966 14407233536 180144 18446744073709551615 4194304 4196468 140726844742928 140660013771248 140660542339714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11423] ppid=11358 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11423/stat : 11423 (java) S 11358 11361 4896 0 -1 1077944384 3 12490 0 0 0 0 5 2 20 0 15 0 142671967 14407233536 180144 18446744073709551615 4194304 4196468 140726844742928 140660012718944 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11424] ppid=11358 vsize=14069564 CPUtime=1.5 cores=1,3,5,7
/proc/11361/task/11424/stat : 11424 (java) S 11358 11361 4896 0 -1 1077944384 1809 12490 0 0 65 78 5 2 20 0 15 0 142671970 14407233536 180144 18446744073709551615 4194304 4196468 140726844742928 140660011665968 140660542339714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
Current children cumulated CPU time (s) 2442.64
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.60 1.55 1.64 3/212 11742
/proc/meminfo: memFree=26118732/32770624 swapFree=0/447072
[pid=11361] ppid=11358 vsize=14069564 CPUtime=2503.96 cores=1,3,5,7
/proc/11361/stat : 11361 (java) S 11358 11361 4896 0 -1 1077944320 330518 12490 0 0 249977 412 5 2 20 0 15 0 142671940 14407233536 187845 18446744073709551615 4194304 4196468 140726844742928 140726844725472 140660542328567 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
/proc/11361/statm: 3517391 187845 3482 1 0 3506005 0
[pid=11361/tid=11411] ppid=11358 vsize=14069564 CPUtime=2414.81 cores=1,3,5,7
/proc/11361/task/11411/stat : 11411 (java) R 11358 11361 4896 0 -1 4202560 164629 12490 0 0 241411 63 5 2 20 0 15 0 142671961 14407233536 187845 18446744073709551615 4194304 4196468 140726844742928 140660546562736 140660143135232 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11412] ppid=11358 vsize=14069564 CPUtime=16.7 cores=1,3,5,7
/proc/11361/task/11412/stat : 11412 (java) S 11358 11361 4896 0 -1 1077944384 17794 12490 0 0 1606 57 5 2 20 0 15 0 142671962 14407233536 187845 18446744073709551615 4194304 4196468 140726844742928 140660461743120 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11413] ppid=11358 vsize=14069564 CPUtime=16.66 cores=1,3,5,7
/proc/11361/task/11413/stat : 11413 (java) S 11358 11361 4896 0 -1 1077944384 16830 12490 0 0 1603 56 5 2 20 0 15 0 142671962 14407233536 187845 18446744073709551615 4194304 4196468 140726844742928 140660460690576 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11414] ppid=11358 vsize=14069564 CPUtime=16.68 cores=1,3,5,7
/proc/11361/task/11414/stat : 11414 (java) S 11358 11361 4896 0 -1 1077944384 17620 12490 0 0 1600 61 5 2 20 0 15 0 142671962 14407233536 187845 18446744073709551615 4194304 4196468 140726844742928 140660459637520 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11415] ppid=11358 vsize=14069564 CPUtime=16.65 cores=1,3,5,7
/proc/11361/task/11415/stat : 11415 (java) S 11358 11361 4896 0 -1 1077944384 25460 12490 0 0 1601 57 5 2 20 0 15 0 142671962 14407233536 187845 18446744073709551615 4194304 4196468 140726844742928 140660458584976 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11416] ppid=11358 vsize=14069564 CPUtime=7.89 cores=1,3,5,7
/proc/11361/task/11416/stat : 11416 (java) S 11358 11361 4896 0 -1 1077944384 12927 12490 0 0 716 66 5 2 20 0 15 0 142671963 14407233536 187845 18446744073709551615 4194304 4196468 140726844742928 140660020087024 140660542339714 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11417] ppid=11358 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11417/stat : 11417 (java) S 11358 11361 4896 0 -1 1077944384 63 12490 0 0 0 0 5 2 20 0 15 0 142671963 14407233536 187845 18446744073709551615 4194304 4196468 140726844742928 140660019033312 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11418] ppid=11358 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11418/stat : 11418 (java) S 11358 11361 4896 0 -1 1077944384 45 12490 0 0 0 0 5 2 20 0 15 0 142671964 14407233536 187845 18446744073709551615 4194304 4196468 140726844742928 140660017980160 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11419] ppid=11358 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11419/stat : 11419 (java) S 11358 11361 4896 0 -1 1077944384 3 12490 0 0 0 0 5 2 20 0 15 0 142671966 14407233536 187845 18446744073709551615 4194304 4196468 140726844742928 140660016928720 140660542347163 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11420] ppid=11358 vsize=14069564 CPUtime=5.76 cores=1,3,5,7
/proc/11361/task/11420/stat : 11420 (java) S 11358 11361 4896 0 -1 1077944384 24101 12490 0 0 566 3 5 2 20 0 15 0 142671966 14407233536 187845 18446744073709551615 4194304 4196468 140726844742928 140660015876848 140660542339714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11421] ppid=11358 vsize=14069564 CPUtime=5.07 cores=1,3,5,7
/proc/11361/task/11421/stat : 11421 (java) S 11358 11361 4896 0 -1 1077944384 17850 12490 0 0 498 2 5 2 20 0 15 0 142671966 14407233536 187845 18446744073709551615 4194304 4196468 140726844742928 140660014824304 140660542339714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11422] ppid=11358 vsize=14069564 CPUtime=2.72 cores=1,3,5,7
/proc/11361/task/11422/stat : 11422 (java) S 11358 11361 4896 0 -1 1077944384 29220 12490 0 0 259 6 5 2 20 0 15 0 142671966 14407233536 187845 18446744073709551615 4194304 4196468 140726844742928 140660013771248 140660542339714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11423] ppid=11358 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11423/stat : 11423 (java) S 11358 11361 4896 0 -1 1077944384 3 12490 0 0 0 0 5 2 20 0 15 0 142671967 14407233536 187845 18446744073709551615 4194304 4196468 140726844742928 140660012718944 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11424] ppid=11358 vsize=14069564 CPUtime=1.53 cores=1,3,5,7
/proc/11361/task/11424/stat : 11424 (java) S 11358 11361 4896 0 -1 1077944384 1823 12490 0 0 67 79 5 2 20 0 15 0 142671970 14407233536 187845 18446744073709551615 4194304 4196468 140726844742928 140660011665968 140660542339714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
Current children cumulated CPU time (s) 2503.96
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2458 s]
/proc/loadavg: 1.70 1.57 1.65 4/213 11744
/proc/meminfo: memFree=26126124/32770624 swapFree=0/447072
[pid=11361] ppid=11358 vsize=14069564 CPUtime=2520.01 cores=1,3,5,7
/proc/11361/stat : 11361 (java) S 11358 11361 4896 0 -1 1077944320 332954 12490 0 0 251580 414 5 2 20 0 15 0 142671940 14407233536 186424 18446744073709551615 4194304 4196468 140726844742928 140726844725472 140660542328567 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
/proc/11361/statm: 3517391 186424 3482 1 0 3506005 0
[pid=11361/tid=11411] ppid=11358 vsize=14069564 CPUtime=2430.33 cores=1,3,5,7
/proc/11361/task/11411/stat : 11411 (java) R 11358 11361 4896 0 -1 4202560 166353 12490 0 0 242962 64 5 2 20 0 15 0 142671961 14407233536 186424 18446744073709551615 4194304 4196468 140726844742928 140660546562784 140660142222796 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11412] ppid=11358 vsize=14069564 CPUtime=16.82 cores=1,3,5,7
/proc/11361/task/11412/stat : 11412 (java) S 11358 11361 4896 0 -1 1077944384 17900 12490 0 0 1618 57 5 2 20 0 15 0 142671962 14407233536 186424 18446744073709551615 4194304 4196468 140726844742928 140660461743120 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11413] ppid=11358 vsize=14069564 CPUtime=16.79 cores=1,3,5,7
/proc/11361/task/11413/stat : 11413 (java) S 11358 11361 4896 0 -1 1077944384 16917 12490 0 0 1615 57 5 2 20 0 15 0 142671962 14407233536 186424 18446744073709551615 4194304 4196468 140726844742928 140660460690576 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11414] ppid=11358 vsize=14069564 CPUtime=16.8 cores=1,3,5,7
/proc/11361/task/11414/stat : 11414 (java) S 11358 11361 4896 0 -1 1077944384 17798 12490 0 0 1612 61 5 2 20 0 15 0 142671962 14407233536 186424 18446744073709551615 4194304 4196468 140726844742928 140660459637520 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11415] ppid=11358 vsize=14069564 CPUtime=16.78 cores=1,3,5,7
/proc/11361/task/11415/stat : 11415 (java) S 11358 11361 4896 0 -1 1077944384 25773 12490 0 0 1613 58 5 2 20 0 15 0 142671962 14407233536 186424 18446744073709551615 4194304 4196468 140726844742928 140660458584976 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11416] ppid=11358 vsize=14069564 CPUtime=7.93 cores=1,3,5,7
/proc/11361/task/11416/stat : 11416 (java) S 11358 11361 4896 0 -1 1077944384 12947 12490 0 0 720 66 5 2 20 0 15 0 142671963 14407233536 186424 18446744073709551615 4194304 4196468 140726844742928 140660020087024 140660542339714 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11417] ppid=11358 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11417/stat : 11417 (java) S 11358 11361 4896 0 -1 1077944384 63 12490 0 0 0 0 5 2 20 0 15 0 142671963 14407233536 186424 18446744073709551615 4194304 4196468 140726844742928 140660019033312 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11418] ppid=11358 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11418/stat : 11418 (java) S 11358 11361 4896 0 -1 1077944384 45 12490 0 0 0 0 5 2 20 0 15 0 142671964 14407233536 186424 18446744073709551615 4194304 4196468 140726844742928 140660017980160 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11419] ppid=11358 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11419/stat : 11419 (java) S 11358 11361 4896 0 -1 1077944384 3 12490 0 0 0 0 5 2 20 0 15 0 142671966 14407233536 186424 18446744073709551615 4194304 4196468 140726844742928 140660016928720 140660542347163 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11420] ppid=11358 vsize=14069564 CPUtime=5.76 cores=1,3,5,7
/proc/11361/task/11420/stat : 11420 (java) S 11358 11361 4896 0 -1 1077944384 24103 12490 0 0 566 3 5 2 20 0 15 0 142671966 14407233536 186424 18446744073709551615 4194304 4196468 140726844742928 140660015876848 140660542339714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11421] ppid=11358 vsize=14069564 CPUtime=5.07 cores=1,3,5,7
/proc/11361/task/11421/stat : 11421 (java) S 11358 11361 4896 0 -1 1077944384 17852 12490 0 0 498 2 5 2 20 0 15 0 142671966 14407233536 186424 18446744073709551615 4194304 4196468 140726844742928 140660014824304 140660542339714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11422] ppid=11358 vsize=14069564 CPUtime=2.72 cores=1,3,5,7
/proc/11361/task/11422/stat : 11422 (java) S 11358 11361 4896 0 -1 1077944384 29222 12490 0 0 259 6 5 2 20 0 15 0 142671966 14407233536 186424 18446744073709551615 4194304 4196468 140726844742928 140660013771248 140660542339714 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11423] ppid=11358 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/11361/task/11423/stat : 11423 (java) S 11358 11361 4896 0 -1 1077944384 3 12490 0 0 0 0 5 2 20 0 15 0 142671967 14407233536 186424 18446744073709551615 4194304 4196468 140726844742928 140660012718944 140660542338773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
[pid=11361/tid=11424] ppid=11358 vsize=14069564 CPUtime=1.54 cores=1,3,5,7
/proc/11361/task/11424/stat : 11424 (java) S 11358 11361 4896 0 -1 1077944384 1825 12490 0 0 67 80 5 2 20 0 15 0 142671970 14407233536 186424 18446744073709551615 4194304 4196468 140726844742928 140660011665968 140660542339714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14200832 140726844745680 140726844748465 140726844748465 140726844751823 0
Current children cumulated CPU time (s) 2520.01
Current children cumulated vsize (KiB) 14069564

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 11361 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2458.03
CPU time (s): 2520.06
CPU user time (s): 2515.88
CPU system time (s): 4.17694
CPU usage (%): 102.524
Max. virtual memory (cumulated for all children) (KiB): 14069564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.88
system time used= 4.17694
maximum resident set size= 1192592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 346744
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 218407
involuntary context switches= 7878

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8215 second user time and 12.4825 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-11 07:28:47
IDJOB=4262053
IDBENCH=123042
IDSOLVER=2650
FILE ID=node132/4262053-1502430190
RUNJOBID= node132-1502411403-4960
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-tai15a.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262053-1502430190/watcher-4262053-1502430190 -o /tmp/evaluation-result-4262053-1502430190/solver-4262053-1502430190 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502411403-4960 --watchdog 2580  bin/concrete HOME/instance-4262053-1502430190.xml

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

MD5SUM BENCH= 01e5f10d01ef86069967703c8ffb230e
RANDOM SEED=566452808

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28023156 kB
MemAvailable:   28869424 kB
Buffers:          290960 kB
Cached:           865724 kB
SwapCached:            0 kB
Active:          3815180 kB
Inactive:         495476 kB
Active(anon):    3154552 kB
Inactive(anon):    49012 kB
Active(file):     660628 kB
Inactive(file):   446464 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24160 kB
Writeback:             0 kB
AnonPages:       3153440 kB
Mapped:            71972 kB
Shmem:             49852 kB
Slab:             137444 kB
SReclaimable:     110024 kB
SUnreclaim:        27420 kB
KernelStack:        3504 kB
PageTables:        11292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4377868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2959360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

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