Trace number 4259662

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 256.931 240.041

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 benchmark195605
Best CPU time to get the best result obtained on this benchmark251.938
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.46/2.21	c Concrete v3.4 running
9.82/4.46	o 237979
10.10/4.56	o 234451
11.40/4.93	o 232930
11.40/4.93	o 232241
11.40/4.93	o 231366
11.40/4.93	o 231112
11.40/4.93	o 225051
11.40/4.93	o 224538
11.40/4.95	o 222638
11.40/4.97	o 220060
11.72/5.00	o 217149
12.04/5.11	o 216702
12.04/5.18	o 216228
12.35/5.20	o 214974
12.35/5.22	o 212475
12.35/5.27	o 208596
12.96/5.50	o 207894
14.36/5.96	o 207872
14.78/6.13	o 207107
14.96/6.21	o 203700
15.10/6.37	o 201164
15.10/6.39	o 199777
69.23/57.93	o 198845
256.86/240.01	java.util.concurrent.TimeoutException
256.86/240.01		at concrete.MAC.mac(MAC.scala:74)
256.86/240.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
256.86/240.01		at scala.util.Try$.apply(Try.scala:209)
256.86/240.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
256.86/240.01		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
256.86/240.01		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
256.86/240.01		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
256.86/240.01		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
256.86/240.01		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
256.86/240.01		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
256.86/240.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
256.86/240.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
256.86/240.01		at concrete.MAC.oneRun(MAC.scala:146)
256.86/240.01		at concrete.MAC.nextSolution(MAC.scala:166)
256.86/240.01		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
256.86/240.01		at concrete.ProblemState.map(ProblemState.scala:203)
256.86/240.01		at concrete.ProblemState.map(ProblemState.scala:188)
256.86/240.01		at concrete.MAC.nextSolution(MAC.scala:195)
256.86/240.01		at concrete.Solver.hasNext(Solver.scala:202)
256.86/240.01		at scala.collection.Iterator.toStream(Iterator.scala:1403)
256.86/240.01		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
256.86/240.01		at concrete.Solver.toStream(Solver.scala:73)
256.86/240.01		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
256.86/240.01		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
256.86/240.01		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
256.86/240.01		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
256.86/240.01		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
256.86/240.01		at scala.util.Success.$anonfun$map$1(Try.scala:251)
256.86/240.01		at scala.util.Success.map(Try.scala:209)
256.86/240.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
256.86/240.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
256.86/240.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
256.86/240.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
256.86/240.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
256.86/240.01		at scala.Function0.apply$mcV$sp(Function0.scala:34)
256.86/240.01		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
256.86/240.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
256.86/240.01		at scala.App.$anonfun$main$1$adapted(App.scala:76)
256.86/240.01		at scala.collection.immutable.List.foreach(List.scala:389)
256.86/240.01		at scala.App.main(App.scala:76)
256.86/240.01		at scala.App.main$(App.scala:74)
256.86/240.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
256.86/240.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
256.86/240.02	v <instantiation cost="198845">
256.86/240.02	v       <list>
256.86/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] 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]
256.86/240.02	v       </list>
256.86/240.02	v       <values>
256.86/240.02	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
256.86/240.02	v       </values>
256.86/240.02	v     </instantiation>
256.86/240.02	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-4259662-1501647986/watcher-4259662-1501647986 -o /tmp/evaluation-result-4259662-1501647986/solver-4259662-1501647986 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27966 --watchdog 300 bin/concrete HOME/instance-4259662-1501647986.xml 

pid=5488
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.59 1.73 1.76 2/200 5491
/proc/meminfo: memFree=30891428/32770624 swapFree=0/244224
[pid=5491] ppid=5488 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/5491/stat : 5491 (runsolver) D 5488 5491 3187 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 6709221 24240128 108 18446744073709551615 4194304 4338465 140735945916640 140735945914280 140185460343511 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 25681920 140735945924817 140735945925191 140735945925191 140735945928650 0
/proc/5491/statm: 5918 108 54 36 0 2156 0

[startup+0.10025 s]
/proc/loadavg: 1.59 1.73 1.76 2/200 5491
/proc/meminfo: memFree=30891428/32770624 swapFree=0/244224
[pid=5491] ppid=5488 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/5491/stat : 5491 (bash) S 5488 5491 3187 0 -1 4202496 889 6484 0 0 0 0 0 1 20 0 1 0 6709221 9867264 376 18446744073709551615 4194304 5098028 140727146351728 140727146345736 140521481047040 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 7 0 0 7196144 7232144 26091520 140727146353170 140727146353255 140727146353255 140727146356714 0
/proc/5491/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200271 s]
/proc/loadavg: 1.59 1.73 1.76 2/200 5491
/proc/meminfo: memFree=30891428/32770624 swapFree=0/244224
[pid=5491] ppid=5488 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/5491/stat : 5491 (bash) S 5488 5491 3187 0 -1 4202496 889 6484 0 0 0 0 0 1 20 0 1 0 6709221 9867264 376 18446744073709551615 4194304 5098028 140727146351728 140727146345736 140521481047040 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 7 0 0 7196144 7232144 26091520 140727146353170 140727146353255 140727146353255 140727146356714 0
/proc/5491/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300294 s]
/proc/loadavg: 1.59 1.73 1.76 2/200 5491
/proc/meminfo: memFree=30891428/32770624 swapFree=0/244224
[pid=5491] ppid=5488 vsize=13907308 CPUtime=0.13 cores=0,2,4,6
/proc/5491/stat : 5491 (java) S 5488 5491 3187 0 -1 1077944320 5859 12442 0 0 5 1 4 3 20 0 14 0 6709221 14241083392 5533 18446744073709551615 4194304 4196468 140736885498128 140736885480672 139716838715127 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
/proc/5491/statm: 3476827 5533 2549 1 0 3466332 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700809 s]
/proc/loadavg: 1.59 1.73 1.76 2/200 5491
/proc/meminfo: memFree=30891428/32770624 swapFree=0/244224
[pid=5491] ppid=5488 vsize=13974784 CPUtime=0.68 cores=0,2,4,6
/proc/5491/stat : 5491 (java) S 5488 5491 3187 0 -1 1077944320 13889 12442 0 0 57 4 4 3 20 0 15 0 6709221 14310178816 14345 18446744073709551615 4194304 4196468 140736885498128 140736885480672 139716838715127 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
/proc/5491/statm: 3493696 14345 3128 1 0 3482973 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13974784

[startup+1.50072 s]
/proc/loadavg: 1.59 1.73 1.76 3/215 5554
/proc/meminfo: memFree=30798104/32770624 swapFree=0/244428
[pid=5491] ppid=5488 vsize=13985408 CPUtime=1.88 cores=0,2,4,6
/proc/5491/stat : 5491 (java) S 5488 5491 3187 0 -1 1077944320 28801 12442 0 0 172 9 4 3 20 0 15 0 6709221 14321057792 39580 18446744073709551615 4194304 4196468 140736885498128 140736885480672 139716838715127 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
/proc/5491/statm: 3496352 39580 3331 1 0 3485533 0
[pid=5491/tid=5541] ppid=5488 vsize=13985408 CPUtime=1.29 cores=0,2,4,6
/proc/5491/task/5541/stat : 5541 (java) S 5488 5491 3187 0 -1 1077944384 23220 12442 0 0 116 6 4 3 20 0 15 0 6709243 14321057792 39580 18446744073709551615 4194304 4196468 140736885498128 139716842936768 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5542] ppid=5488 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5542/stat : 5542 (java) R 5488 5491 3187 0 -1 4202560 42 12442 0 0 0 0 4 3 20 0 15 0 6709244 14321057792 39580 18446744073709551615 4194304 4196468 140736885498128 139716773149456 139716831343335 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5543] ppid=5488 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5543/stat : 5543 (java) R 5488 5491 3187 0 -1 4202560 55 12442 0 0 0 0 4 3 20 0 15 0 6709244 14321057792 39580 18446744073709551615 4194304 4196468 140736885498128 139716772096808 139716831343335 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5544] ppid=5488 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5544/stat : 5544 (java) R 5488 5491 3187 0 -1 1077944384 178 12442 0 0 0 0 4 3 20 0 15 0 6709244 14321057792 39580 18446744073709551615 4194304 4196468 140736885498128 139716771044368 139716838725333 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5545] ppid=5488 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5545/stat : 5545 (java) R 5488 5491 3187 0 -1 4202560 64 12442 0 0 0 0 4 3 20 0 15 0 6709244 14321057792 39580 18446744073709551615 4194304 4196468 140736885498128 139716769991824 139716831343335 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5546] ppid=5488 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5546/stat : 5546 (java) S 5488 5491 3187 0 -1 1077944384 55 12442 0 0 0 0 4 3 20 0 15 0 6709245 14321057792 39580 18446744073709551615 4194304 4196468 140736885498128 139716316324160 139716838725333 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5547] ppid=5488 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5547/stat : 5547 (java) S 5488 5491 3187 0 -1 1077944384 33 12442 0 0 0 0 4 3 20 0 15 0 6709245 14321057792 39580 18446744073709551615 4194304 4196468 140736885498128 139716315272096 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5548] ppid=5488 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5548/stat : 5548 (java) S 5488 5491 3187 0 -1 1077944384 21 12442 0 0 0 0 4 3 20 0 15 0 6709246 14321057792 39580 18446744073709551615 4194304 4196468 140736885498128 139716314219504 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5549] ppid=5488 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5549/stat : 5549 (java) S 5488 5491 3187 0 -1 1077944384 3 12442 0 0 0 0 4 3 20 0 15 0 6709248 14321057792 39580 18446744073709551615 4194304 4196468 140736885498128 139716313168080 139716838733723 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5550] ppid=5488 vsize=13985408 CPUtime=0.21 cores=0,2,4,6
/proc/5491/task/5550/stat : 5550 (java) S 5488 5491 3187 0 -1 1077944384 1023 12442 0 0 14 0 4 3 20 0 15 0 6709248 14321057792 39580 18446744073709551615 4194304 4196468 140736885498128 139716312115696 139716838726274 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5551] ppid=5488 vsize=13985408 CPUtime=0.22 cores=0,2,4,6
/proc/5491/task/5551/stat : 5551 (java) S 5488 5491 3187 0 -1 1077944384 591 12442 0 0 15 0 4 3 20 0 15 0 6709248 14321057792 39580 18446744073709551615 4194304 4196468 140736885498128 139716311063152 139716838726274 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5552] ppid=5488 vsize=13985408 CPUtime=0.3 cores=0,2,4,6
/proc/5491/task/5552/stat : 5552 (java) S 5488 5491 3187 0 -1 1077944384 1354 12442 0 0 23 0 4 3 20 0 15 0 6709248 14321057792 39580 18446744073709551615 4194304 4196468 140736885498128 139716310006480 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5553] ppid=5488 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5553/stat : 5553 (java) S 5488 5491 3187 0 -1 1077944384 3 12442 0 0 0 0 4 3 20 0 15 0 6709249 14321057792 39580 18446744073709551615 4194304 4196468 140736885498128 139716308958304 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5554] ppid=5488 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5554/stat : 5554 (java) S 5488 5491 3187 0 -1 1077944384 10 12442 0 0 0 0 4 3 20 0 15 0 6709252 14321057792 39580 18446744073709551615 4194304 4196468 140736885498128 139716307904816 139716838726274 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 13985408

[startup+3.10337 s]
/proc/loadavg: 1.55 1.72 1.75 4/215 5554
/proc/meminfo: memFree=30720984/32770624 swapFree=0/244428
[pid=5491] ppid=5488 vsize=13999932 CPUtime=5.65 cores=0,2,4,6
/proc/5491/stat : 5491 (java) S 5488 5491 3187 0 -1 1077944320 49617 12442 0 0 543 15 4 3 20 0 15 0 6709221 14335930368 54946 18446744073709551615 4194304 4196468 140736885498128 140736885480672 139716838715127 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
/proc/5491/statm: 3499983 54946 3443 1 0 3488605 0
[pid=5491/tid=5541] ppid=5488 vsize=13999932 CPUtime=2.86 cores=0,2,4,6
/proc/5491/task/5541/stat : 5541 (java) R 5488 5491 3187 0 -1 4202560 37134 12442 0 0 270 9 4 3 20 0 15 0 6709243 14335930368 54946 18446744073709551615 4194304 4196468 140736885498128 139716842940384 139716838727062 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5542] ppid=5488 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/5491/task/5542/stat : 5542 (java) S 5488 5491 3187 0 -1 1077944384 47 12442 0 0 1 0 4 3 20 0 15 0 6709244 14335930368 54946 18446744073709551615 4194304 4196468 140736885498128 139716773149456 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5543] ppid=5488 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/5491/task/5543/stat : 5543 (java) S 5488 5491 3187 0 -1 1077944384 55 12442 0 0 1 0 4 3 20 0 15 0 6709244 14335930368 54946 18446744073709551615 4194304 4196468 140736885498128 139716772096912 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5544] ppid=5488 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5544/stat : 5544 (java) S 5488 5491 3187 0 -1 1077944384 178 12442 0 0 0 0 4 3 20 0 15 0 6709244 14335930368 54946 18446744073709551615 4194304 4196468 140736885498128 139716771044368 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5545] ppid=5488 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/5491/task/5545/stat : 5545 (java) S 5488 5491 3187 0 -1 1077944384 67 12442 0 0 1 0 4 3 20 0 15 0 6709244 14335930368 54946 18446744073709551615 4194304 4196468 140736885498128 139716769991824 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5546] ppid=5488 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/5491/task/5546/stat : 5546 (java) S 5488 5491 3187 0 -1 1077944384 1488 12442 0 0 1 0 4 3 20 0 15 0 6709245 14335930368 54946 18446744073709551615 4194304 4196468 140736885498128 139716316325872 139716838726274 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5547] ppid=5488 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5547/stat : 5547 (java) S 5488 5491 3187 0 -1 1077944384 54 12442 0 0 0 0 4 3 20 0 15 0 6709245 14335930368 54946 18446744073709551615 4194304 4196468 140736885498128 139716315272160 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5548] ppid=5488 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5548/stat : 5548 (java) S 5488 5491 3187 0 -1 1077944384 44 12442 0 0 0 0 4 3 20 0 15 0 6709246 14335930368 54946 18446744073709551615 4194304 4196468 140736885498128 139716314219520 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5549] ppid=5488 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5549/stat : 5549 (java) S 5488 5491 3187 0 -1 1077944384 3 12442 0 0 0 0 4 3 20 0 15 0 6709248 14335930368 54946 18446744073709551615 4194304 4196468 140736885498128 139716313168080 139716838733723 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5550] ppid=5488 vsize=13999932 CPUtime=1.08 cores=0,2,4,6
/proc/5491/task/5550/stat : 5550 (java) S 5488 5491 3187 0 -1 1077944384 3724 12442 0 0 100 1 4 3 20 0 15 0 6709248 14335930368 54946 18446744073709551615 4194304 4196468 140736885498128 139716312115696 139716838726274 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5551] ppid=5488 vsize=13999932 CPUtime=0.78 cores=0,2,4,6
/proc/5491/task/5551/stat : 5551 (java) R 5488 5491 3187 0 -1 1077944384 1339 12442 0 0 71 0 4 3 20 0 15 0 6709248 14335930368 54946 18446744073709551615 4194304 4196468 140736885498128 139716311063152 139716838726274 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5552] ppid=5488 vsize=13999932 CPUtime=1.02 cores=0,2,4,6
/proc/5491/task/5552/stat : 5552 (java) R 5488 5491 3187 0 -1 4202560 3321 12442 0 0 94 1 4 3 20 0 15 0 6709248 14335930368 54946 18446744073709551615 4194304 4196468 140736885498128 139716310002928 139716831811963 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5553] ppid=5488 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5553/stat : 5553 (java) S 5488 5491 3187 0 -1 1077944384 3 12442 0 0 0 0 4 3 20 0 15 0 6709249 14335930368 54946 18446744073709551615 4194304 4196468 140736885498128 139716308958304 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5554] ppid=5488 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5554/stat : 5554 (java) S 5488 5491 3187 0 -1 1077944384 12 12442 0 0 0 0 4 3 20 0 15 0 6709252 14335930368 54946 18446744073709551615 4194304 4196468 140736885498128 139716307904816 139716838726274 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
Current children cumulated CPU time (s) 5.65
Current children cumulated vsize (KiB) 13999932

[startup+6.30157 s]
/proc/loadavg: 1.55 1.72 1.75 5/215 5554
/proc/meminfo: memFree=30522132/32770624 swapFree=0/244436
[pid=5491] ppid=5488 vsize=14069564 CPUtime=15.1 cores=0,2,4,6
/proc/5491/stat : 5491 (java) S 5488 5491 3187 0 -1 1077944320 82434 12442 0 0 1478 25 4 3 20 0 15 0 6709221 14407233536 97818 18446744073709551615 4194304 4196468 140736885498128 140736885480672 139716838715127 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
/proc/5491/statm: 3517391 97818 3466 1 0 3506013 0
[pid=5491/tid=5541] ppid=5488 vsize=14069564 CPUtime=5.81 cores=0,2,4,6
/proc/5491/task/5541/stat : 5541 (java) R 5488 5491 3187 0 -1 4202560 49687 12442 0 0 560 14 4 3 20 0 15 0 6709243 14407233536 97818 18446744073709551615 4194304 4196468 140736885498128 139716842946536 139716820278683 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5542] ppid=5488 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/5491/task/5542/stat : 5542 (java) S 5488 5491 3187 0 -1 1077944384 570 12442 0 0 13 0 4 3 20 0 15 0 6709244 14407233536 97818 18446744073709551615 4194304 4196468 140736885498128 139716773149456 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5543] ppid=5488 vsize=14069564 CPUtime=0.22 cores=0,2,4,6
/proc/5491/task/5543/stat : 5543 (java) S 5488 5491 3187 0 -1 1077944384 140 12442 0 0 15 0 4 3 20 0 15 0 6709244 14407233536 97818 18446744073709551615 4194304 4196468 140736885498128 139716772096912 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5544] ppid=5488 vsize=14069564 CPUtime=0.19 cores=0,2,4,6
/proc/5491/task/5544/stat : 5544 (java) S 5488 5491 3187 0 -1 1077944384 218 12442 0 0 12 0 4 3 20 0 15 0 6709244 14407233536 97818 18446744073709551615 4194304 4196468 140736885498128 139716771044368 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5545] ppid=5488 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/5491/task/5545/stat : 5545 (java) S 5488 5491 3187 0 -1 1077944384 858 12442 0 0 13 0 4 3 20 0 15 0 6709244 14407233536 97818 18446744073709551615 4194304 4196468 140736885498128 139716769991824 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5546] ppid=5488 vsize=14069564 CPUtime=0.18 cores=0,2,4,6
/proc/5491/task/5546/stat : 5546 (java) S 5488 5491 3187 0 -1 1077944384 2527 12442 0 0 11 0 4 3 20 0 15 0 6709245 14407233536 97818 18446744073709551615 4194304 4196468 140736885498128 139716316325872 139716838726274 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5547] ppid=5488 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5547/stat : 5547 (java) S 5488 5491 3187 0 -1 1077944384 60 12442 0 0 0 0 4 3 20 0 15 0 6709245 14407233536 97818 18446744073709551615 4194304 4196468 140736885498128 139716315272160 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5548] ppid=5488 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5548/stat : 5548 (java) S 5488 5491 3187 0 -1 1077944384 45 12442 0 0 0 0 4 3 20 0 15 0 6709246 14407233536 97818 18446744073709551615 4194304 4196468 140736885498128 139716314219520 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5549] ppid=5488 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5549/stat : 5549 (java) S 5488 5491 3187 0 -1 1077944384 3 12442 0 0 0 0 4 3 20 0 15 0 6709248 14407233536 97818 18446744073709551615 4194304 4196468 140736885498128 139716313168080 139716838733723 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5550] ppid=5488 vsize=14069564 CPUtime=3.71 cores=0,2,4,6
/proc/5491/task/5550/stat : 5550 (java) S 5488 5491 3187 0 -1 1077944384 9766 12442 0 0 360 4 4 3 20 0 15 0 6709248 14407233536 97818 18446744073709551615 4194304 4196468 140736885498128 139716312115696 139716838726274 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5551] ppid=5488 vsize=14069564 CPUtime=3.37 cores=0,2,4,6
/proc/5491/task/5551/stat : 5551 (java) S 5488 5491 3187 0 -1 1077944384 7662 12442 0 0 330 0 4 3 20 0 15 0 6709248 14407233536 97818 18446744073709551615 4194304 4196468 140736885498128 139716311063152 139716838726274 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5552] ppid=5488 vsize=14069564 CPUtime=1.68 cores=0,2,4,6
/proc/5491/task/5552/stat : 5552 (java) R 5488 5491 3187 0 -1 4202560 8101 12442 0 0 159 2 4 3 20 0 15 0 6709248 14407233536 97818 18446744073709551615 4194304 4196468 140736885498128 139716310010608 139716824395825 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5553] ppid=5488 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5553/stat : 5553 (java) S 5488 5491 3187 0 -1 1077944384 3 12442 0 0 0 0 4 3 20 0 15 0 6709249 14407233536 97818 18446744073709551615 4194304 4196468 140736885498128 139716308958304 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5554] ppid=5488 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5554/stat : 5554 (java) S 5488 5491 3187 0 -1 1077944384 645 12442 0 0 0 0 4 3 20 0 15 0 6709252 14407233536 97818 18446744073709551615 4194304 4196468 140736885498128 139716307904816 139716838726274 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
Current children cumulated CPU time (s) 15.1
Current children cumulated vsize (KiB) 14069564

[startup+12.7008 s]
/proc/loadavg: 1.54 1.71 1.75 3/215 5554
/proc/meminfo: memFree=30112076/32770624 swapFree=0/244444
[pid=5491] ppid=5488 vsize=14069564 CPUtime=22.74 cores=0,2,4,6
/proc/5491/stat : 5491 (java) S 5488 5491 3187 0 -1 1077944320 84362 12442 0 0 2230 37 4 3 20 0 15 0 6709221 14407233536 198816 18446744073709551615 4194304 4196468 140736885498128 140736885480672 139716838715127 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
/proc/5491/statm: 3517391 198816 3471 1 0 3506013 0
[pid=5491/tid=5541] ppid=5488 vsize=14069564 CPUtime=12.15 cores=0,2,4,6
/proc/5491/task/5541/stat : 5541 (java) R 5488 5491 3187 0 -1 4202560 50455 12442 0 0 1189 19 4 3 20 0 15 0 6709243 14407233536 198816 18446744073709551615 4194304 4196468 140736885498128 139716842948816 139716458306980 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5542] ppid=5488 vsize=14069564 CPUtime=0.24 cores=0,2,4,6
/proc/5491/task/5542/stat : 5542 (java) S 5488 5491 3187 0 -1 1077944384 590 12442 0 0 15 2 4 3 20 0 15 0 6709244 14407233536 198816 18446744073709551615 4194304 4196468 140736885498128 139716773149456 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5543] ppid=5488 vsize=14069564 CPUtime=0.25 cores=0,2,4,6
/proc/5491/task/5543/stat : 5543 (java) S 5488 5491 3187 0 -1 1077944384 158 12442 0 0 17 1 4 3 20 0 15 0 6709244 14407233536 198816 18446744073709551615 4194304 4196468 140736885498128 139716772096912 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5544] ppid=5488 vsize=14069564 CPUtime=0.23 cores=0,2,4,6
/proc/5491/task/5544/stat : 5544 (java) S 5488 5491 3187 0 -1 1077944384 241 12442 0 0 15 1 4 3 20 0 15 0 6709244 14407233536 198816 18446744073709551615 4194304 4196468 140736885498128 139716771044368 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5545] ppid=5488 vsize=14069564 CPUtime=0.24 cores=0,2,4,6
/proc/5491/task/5545/stat : 5545 (java) S 5488 5491 3187 0 -1 1077944384 882 12442 0 0 15 2 4 3 20 0 15 0 6709244 14407233536 198816 18446744073709551615 4194304 4196468 140736885498128 139716769991824 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5546] ppid=5488 vsize=14069564 CPUtime=0.19 cores=0,2,4,6
/proc/5491/task/5546/stat : 5546 (java) S 5488 5491 3187 0 -1 1077944384 2742 12442 0 0 12 0 4 3 20 0 15 0 6709245 14407233536 198816 18446744073709551615 4194304 4196468 140736885498128 139716316325872 139716838726274 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5547] ppid=5488 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5547/stat : 5547 (java) S 5488 5491 3187 0 -1 1077944384 60 12442 0 0 0 0 4 3 20 0 15 0 6709245 14407233536 198816 18446744073709551615 4194304 4196468 140736885498128 139716315272160 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5548] ppid=5488 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5548/stat : 5548 (java) S 5488 5491 3187 0 -1 1077944384 45 12442 0 0 0 0 4 3 20 0 15 0 6709246 14407233536 198816 18446744073709551615 4194304 4196468 140736885498128 139716314219520 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5549] ppid=5488 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5549/stat : 5549 (java) S 5488 5491 3187 0 -1 1077944384 3 12442 0 0 0 0 4 3 20 0 15 0 6709248 14407233536 198816 18446744073709551615 4194304 4196468 140736885498128 139716313168080 139716838733723 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0

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

/proc/5491/task/5553/stat : 5553 (java) S 5488 5491 3187 0 -1 1077944384 3 12442 0 0 0 0 4 3 20 0 15 0 6709249 14407233536 332560 18446744073709551615 4194304 4196468 140736885498128 139716308958304 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5554] ppid=5488 vsize=14069564 CPUtime=0.09 cores=0,2,4,6
/proc/5491/task/5554/stat : 5554 (java) S 5488 5491 3187 0 -1 1077944384 860 12442 0 0 1 1 4 3 20 0 15 0 6709252 14407233536 332560 18446744073709551615 4194304 4196468 140736885498128 139716307904816 139716838726274 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
Current children cumulated CPU time (s) 62.27
Current children cumulated vsize (KiB) 14069564

[startup+102.301 s]
/proc/loadavg: 1.58 1.67 1.74 3/214 5682
/proc/meminfo: memFree=29363824/32770624 swapFree=0/244520
[pid=5491] ppid=5488 vsize=14069564 CPUtime=115.03 cores=0,2,4,6
/proc/5491/stat : 5491 (java) S 5488 5491 3187 0 -1 1077944320 115121 12442 0 0 11434 62 4 3 20 0 15 0 6709221 14407233536 310021 18446744073709551615 4194304 4196468 140736885498128 140736885480672 139716838715127 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
/proc/5491/statm: 3517391 310021 3471 1 0 3506013 0
[pid=5491/tid=5541] ppid=5488 vsize=14069564 CPUtime=101.32 cores=0,2,4,6
/proc/5491/task/5541/stat : 5541 (java) R 5488 5491 3187 0 -1 4202560 59097 12442 0 0 10097 28 4 3 20 0 15 0 6709243 14407233536 310021 18446744073709551615 4194304 4196468 140736885498128 139716842949488 139716456883689 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5542] ppid=5488 vsize=14069564 CPUtime=0.52 cores=0,2,4,6
/proc/5491/task/5542/stat : 5542 (java) S 5488 5491 3187 0 -1 1077944384 1785 12442 0 0 40 5 4 3 20 0 15 0 6709244 14407233536 310021 18446744073709551615 4194304 4196468 140736885498128 139716773149456 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5543] ppid=5488 vsize=14069564 CPUtime=0.52 cores=0,2,4,6
/proc/5491/task/5543/stat : 5543 (java) S 5488 5491 3187 0 -1 1077944384 1851 12442 0 0 42 3 4 3 20 0 15 0 6709244 14407233536 310021 18446744073709551615 4194304 4196468 140736885498128 139716772096912 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5544] ppid=5488 vsize=14069564 CPUtime=0.51 cores=0,2,4,6
/proc/5491/task/5544/stat : 5544 (java) S 5488 5491 3187 0 -1 1077944384 2064 12442 0 0 40 4 4 3 20 0 15 0 6709244 14407233536 310021 18446744073709551615 4194304 4196468 140736885498128 139716771044368 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5545] ppid=5488 vsize=14069564 CPUtime=0.52 cores=0,2,4,6
/proc/5491/task/5545/stat : 5545 (java) S 5488 5491 3187 0 -1 1077944384 1036 12442 0 0 41 4 4 3 20 0 15 0 6709244 14407233536 310021 18446744073709551615 4194304 4196468 140736885498128 139716769991824 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5546] ppid=5488 vsize=14069564 CPUtime=0.31 cores=0,2,4,6
/proc/5491/task/5546/stat : 5546 (java) S 5488 5491 3187 0 -1 1077944384 3557 12442 0 0 22 2 4 3 20 0 15 0 6709245 14407233536 310021 18446744073709551615 4194304 4196468 140736885498128 139716316325872 139716838726274 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5547] ppid=5488 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5547/stat : 5547 (java) S 5488 5491 3187 0 -1 1077944384 65 12442 0 0 0 0 4 3 20 0 15 0 6709245 14407233536 310021 18446744073709551615 4194304 4196468 140736885498128 139716315272160 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5548] ppid=5488 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5548/stat : 5548 (java) S 5488 5491 3187 0 -1 1077944384 45 12442 0 0 0 0 4 3 20 0 15 0 6709246 14407233536 310021 18446744073709551615 4194304 4196468 140736885498128 139716314219520 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5549] ppid=5488 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5549/stat : 5549 (java) S 5488 5491 3187 0 -1 1077944384 3 12442 0 0 0 0 4 3 20 0 15 0 6709248 14407233536 310021 18446744073709551615 4194304 4196468 140736885498128 139716313168080 139716838733723 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5550] ppid=5488 vsize=14069564 CPUtime=5 cores=0,2,4,6
/proc/5491/task/5550/stat : 5550 (java) S 5488 5491 3187 0 -1 1077944384 16671 12442 0 0 488 5 4 3 20 0 15 0 6709248 14407233536 310021 18446744073709551615 4194304 4196468 140736885498128 139716312115696 139716838726274 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5551] ppid=5488 vsize=14069564 CPUtime=4.57 cores=0,2,4,6
/proc/5491/task/5551/stat : 5551 (java) S 5488 5491 3187 0 -1 1077944384 11048 12442 0 0 448 2 4 3 20 0 15 0 6709248 14407233536 310021 18446744073709551615 4194304 4196468 140736885498128 139716311063152 139716838726274 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5552] ppid=5488 vsize=14069564 CPUtime=2.17 cores=0,2,4,6
/proc/5491/task/5552/stat : 5552 (java) S 5488 5491 3187 0 -1 1077944384 14864 12442 0 0 206 4 4 3 20 0 15 0 6709248 14407233536 310021 18446744073709551615 4194304 4196468 140736885498128 139716310010608 139716838726274 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5553] ppid=5488 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5553/stat : 5553 (java) S 5488 5491 3187 0 -1 1077944384 3 12442 0 0 0 0 4 3 20 0 15 0 6709249 14407233536 310021 18446744073709551615 4194304 4196468 140736885498128 139716308958304 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5554] ppid=5488 vsize=14069564 CPUtime=0.13 cores=0,2,4,6
/proc/5491/task/5554/stat : 5554 (java) S 5488 5491 3187 0 -1 1077944384 883 12442 0 0 3 3 4 3 20 0 15 0 6709252 14407233536 310021 18446744073709551615 4194304 4196468 140736885498128 139716307904816 139716838726274 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
Current children cumulated CPU time (s) 115.03
Current children cumulated vsize (KiB) 14069564

[startup+162.302 s]
/proc/loadavg: 1.42 1.61 1.71 3/213 5684
/proc/meminfo: memFree=27949208/32770624 swapFree=0/244564
[pid=5491] ppid=5488 vsize=14069564 CPUtime=176.98 cores=0,2,4,6
/proc/5491/stat : 5491 (java) S 5488 5491 3187 0 -1 1077944320 131577 12442 0 0 17619 72 4 3 20 0 15 0 6709221 14407233536 277673 18446744073709551615 4194304 4196468 140736885498128 140736885480672 139716838715127 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
/proc/5491/statm: 3517391 277673 3471 1 0 3506013 0
[pid=5491/tid=5541] ppid=5488 vsize=14069564 CPUtime=160.78 cores=0,2,4,6
/proc/5491/task/5541/stat : 5541 (java) R 5488 5491 3187 0 -1 4202560 60912 12442 0 0 16042 29 4 3 20 0 15 0 6709243 14407233536 277673 18446744073709551615 4194304 4196468 140736885498128 139716842948864 139716444944673 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5542] ppid=5488 vsize=14069564 CPUtime=0.82 cores=0,2,4,6
/proc/5491/task/5542/stat : 5542 (java) S 5488 5491 3187 0 -1 1077944384 2463 12442 0 0 69 6 4 3 20 0 15 0 6709244 14407233536 277673 18446744073709551615 4194304 4196468 140736885498128 139716773149456 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5543] ppid=5488 vsize=14069564 CPUtime=0.82 cores=0,2,4,6
/proc/5491/task/5543/stat : 5543 (java) S 5488 5491 3187 0 -1 1077944384 2085 12442 0 0 71 4 4 3 20 0 15 0 6709244 14407233536 277673 18446744073709551615 4194304 4196468 140736885498128 139716772096912 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5544] ppid=5488 vsize=14069564 CPUtime=0.81 cores=0,2,4,6
/proc/5491/task/5544/stat : 5544 (java) S 5488 5491 3187 0 -1 1077944384 3410 12442 0 0 69 5 4 3 20 0 15 0 6709244 14407233536 277673 18446744073709551615 4194304 4196468 140736885498128 139716771044368 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5545] ppid=5488 vsize=14069564 CPUtime=0.82 cores=0,2,4,6
/proc/5491/task/5545/stat : 5545 (java) S 5488 5491 3187 0 -1 1077944384 1222 12442 0 0 70 5 4 3 20 0 15 0 6709244 14407233536 277673 18446744073709551615 4194304 4196468 140736885498128 139716769991824 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5546] ppid=5488 vsize=14069564 CPUtime=0.5 cores=0,2,4,6
/proc/5491/task/5546/stat : 5546 (java) S 5488 5491 3187 0 -1 1077944384 3930 12442 0 0 39 4 4 3 20 0 15 0 6709245 14407233536 277673 18446744073709551615 4194304 4196468 140736885498128 139716316325872 139716838726274 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5547] ppid=5488 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5547/stat : 5547 (java) S 5488 5491 3187 0 -1 1077944384 65 12442 0 0 0 0 4 3 20 0 15 0 6709245 14407233536 277673 18446744073709551615 4194304 4196468 140736885498128 139716315272160 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5548] ppid=5488 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5548/stat : 5548 (java) S 5488 5491 3187 0 -1 1077944384 45 12442 0 0 0 0 4 3 20 0 15 0 6709246 14407233536 277673 18446744073709551615 4194304 4196468 140736885498128 139716314219520 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5549] ppid=5488 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5549/stat : 5549 (java) S 5488 5491 3187 0 -1 1077944384 3 12442 0 0 0 0 4 3 20 0 15 0 6709248 14407233536 277673 18446744073709551615 4194304 4196468 140736885498128 139716313168080 139716838733723 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5550] ppid=5488 vsize=14069564 CPUtime=5.38 cores=0,2,4,6
/proc/5491/task/5550/stat : 5550 (java) S 5488 5491 3187 0 -1 1077944384 18939 12442 0 0 526 5 4 3 20 0 15 0 6709248 14407233536 277673 18446744073709551615 4194304 4196468 140736885498128 139716312115696 139716838726274 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5551] ppid=5488 vsize=14069564 CPUtime=4.97 cores=0,2,4,6
/proc/5491/task/5551/stat : 5551 (java) S 5488 5491 3187 0 -1 1077944384 16416 12442 0 0 487 3 4 3 20 0 15 0 6709248 14407233536 277673 18446744073709551615 4194304 4196468 140736885498128 139716311063152 139716838726274 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5552] ppid=5488 vsize=14069564 CPUtime=2.44 cores=0,2,4,6
/proc/5491/task/5552/stat : 5552 (java) S 5488 5491 3187 0 -1 1077944384 19016 12442 0 0 232 5 4 3 20 0 15 0 6709248 14407233536 277673 18446744073709551615 4194304 4196468 140736885498128 139716310010608 139716838726274 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5553] ppid=5488 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5553/stat : 5553 (java) S 5488 5491 3187 0 -1 1077944384 3 12442 0 0 0 0 4 3 20 0 15 0 6709249 14407233536 277673 18446744073709551615 4194304 4196468 140736885498128 139716308958304 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5554] ppid=5488 vsize=14069564 CPUtime=0.16 cores=0,2,4,6
/proc/5491/task/5554/stat : 5554 (java) S 5488 5491 3187 0 -1 1077944384 919 12442 0 0 5 4 4 3 20 0 15 0 6709252 14407233536 277673 18446744073709551615 4194304 4196468 140736885498128 139716307904816 139716838726274 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
Current children cumulated CPU time (s) 176.98
Current children cumulated vsize (KiB) 14069564

[startup+222.307 s]
/proc/loadavg: 1.34 1.56 1.68 3/213 5686
/proc/meminfo: memFree=28402812/32770624 swapFree=0/244588
[pid=5491] ppid=5488 vsize=14069564 CPUtime=238.86 cores=0,2,4,6
/proc/5491/stat : 5491 (java) S 5488 5491 3187 0 -1 1077944320 142637 12442 0 0 23798 81 4 3 20 0 15 0 6709221 14407233536 261490 18446744073709551615 4194304 4196468 140736885498128 140736885480672 139716838715127 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
/proc/5491/statm: 3517391 261490 3471 1 0 3506013 0
[pid=5491/tid=5541] ppid=5488 vsize=14069564 CPUtime=220.19 cores=0,2,4,6
/proc/5491/task/5541/stat : 5541 (java) R 5488 5491 3187 0 -1 4202560 62585 12442 0 0 21982 30 4 3 20 0 15 0 6709243 14407233536 261490 18446744073709551615 4194304 4196468 140736885498128 139716842949200 139716456851927 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5542] ppid=5488 vsize=14069564 CPUtime=1.15 cores=0,2,4,6
/proc/5491/task/5542/stat : 5542 (java) S 5488 5491 3187 0 -1 1077944384 2698 12442 0 0 101 7 4 3 20 0 15 0 6709244 14407233536 261490 18446744073709551615 4194304 4196468 140736885498128 139716773149456 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5543] ppid=5488 vsize=14069564 CPUtime=1.16 cores=0,2,4,6
/proc/5491/task/5543/stat : 5543 (java) S 5488 5491 3187 0 -1 1077944384 2656 12442 0 0 103 6 4 3 20 0 15 0 6709244 14407233536 261490 18446744073709551615 4194304 4196468 140736885498128 139716772096912 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5544] ppid=5488 vsize=14069564 CPUtime=1.14 cores=0,2,4,6
/proc/5491/task/5544/stat : 5544 (java) S 5488 5491 3187 0 -1 1077944384 5097 12442 0 0 101 6 4 3 20 0 15 0 6709244 14407233536 261490 18446744073709551615 4194304 4196468 140736885498128 139716771044368 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5545] ppid=5488 vsize=14069564 CPUtime=1.15 cores=0,2,4,6
/proc/5491/task/5545/stat : 5545 (java) S 5488 5491 3187 0 -1 1077944384 1398 12442 0 0 102 6 4 3 20 0 15 0 6709244 14407233536 261490 18446744073709551615 4194304 4196468 140736885498128 139716769991824 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5546] ppid=5488 vsize=14069564 CPUtime=0.7 cores=0,2,4,6
/proc/5491/task/5546/stat : 5546 (java) S 5488 5491 3187 0 -1 1077944384 4426 12442 0 0 57 6 4 3 20 0 15 0 6709245 14407233536 261490 18446744073709551615 4194304 4196468 140736885498128 139716316325872 139716838726274 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5547] ppid=5488 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5547/stat : 5547 (java) S 5488 5491 3187 0 -1 1077944384 65 12442 0 0 0 0 4 3 20 0 15 0 6709245 14407233536 261490 18446744073709551615 4194304 4196468 140736885498128 139716315272160 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5548] ppid=5488 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5548/stat : 5548 (java) S 5488 5491 3187 0 -1 1077944384 45 12442 0 0 0 0 4 3 20 0 15 0 6709246 14407233536 261490 18446744073709551615 4194304 4196468 140736885498128 139716314219520 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5549] ppid=5488 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5549/stat : 5549 (java) S 5488 5491 3187 0 -1 1077944384 3 12442 0 0 0 0 4 3 20 0 15 0 6709248 14407233536 261490 18446744073709551615 4194304 4196468 140736885498128 139716313168080 139716838733723 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5550] ppid=5488 vsize=14069564 CPUtime=5.71 cores=0,2,4,6
/proc/5491/task/5550/stat : 5550 (java) S 5488 5491 3187 0 -1 1077944384 21682 12442 0 0 559 5 4 3 20 0 15 0 6709248 14407233536 261490 18446744073709551615 4194304 4196468 140736885498128 139716312115696 139716838726274 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5551] ppid=5488 vsize=14069564 CPUtime=5.31 cores=0,2,4,6
/proc/5491/task/5551/stat : 5551 (java) S 5488 5491 3187 0 -1 1077944384 17634 12442 0 0 521 3 4 3 20 0 15 0 6709248 14407233536 261490 18446744073709551615 4194304 4196468 140736885498128 139716311063152 139716838726274 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5552] ppid=5488 vsize=14069564 CPUtime=2.68 cores=0,2,4,6
/proc/5491/task/5552/stat : 5552 (java) S 5488 5491 3187 0 -1 1077944384 21241 12442 0 0 255 6 4 3 20 0 15 0 6709248 14407233536 261490 18446744073709551615 4194304 4196468 140736885498128 139716310010608 139716838726274 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5553] ppid=5488 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5553/stat : 5553 (java) S 5488 5491 3187 0 -1 1077944384 3 12442 0 0 0 0 4 3 20 0 15 0 6709249 14407233536 261490 18446744073709551615 4194304 4196468 140736885498128 139716308958304 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5554] ppid=5488 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/5491/task/5554/stat : 5554 (java) S 5488 5491 3187 0 -1 1077944384 955 12442 0 0 6 7 4 3 20 0 15 0 6709252 14407233536 261490 18446744073709551615 4194304 4196468 140736885498128 139716307904816 139716838726274 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
Current children cumulated CPU time (s) 238.86
Current children cumulated vsize (KiB) 14069564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.002 s]
/proc/loadavg: 1.19 1.52 1.67 3/213 5686
/proc/meminfo: memFree=28550376/32770624 swapFree=0/244596
[pid=5491] ppid=5488 vsize=14069564 CPUtime=256.86 cores=0,2,4,6
/proc/5491/stat : 5491 (java) S 5488 5491 3187 0 -1 1077944320 143006 12442 0 0 25596 83 4 3 20 0 15 0 6709221 14407233536 260348 18446744073709551615 4194304 4196468 140736885498128 140736885480672 139716838715127 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
/proc/5491/statm: 3517391 260348 3471 1 0 3506013 0
[pid=5491/tid=5541] ppid=5488 vsize=14069564 CPUtime=237.7 cores=0,2,4,6
/proc/5491/task/5541/stat : 5541 (java) R 5488 5491 3187 0 -1 4202560 62886 12442 0 0 23732 31 4 3 20 0 15 0 6709243 14407233536 260348 18446744073709551615 4194304 4196468 140736885498128 139716842949296 139716456851808 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5542] ppid=5488 vsize=14069564 CPUtime=1.26 cores=0,2,4,6
/proc/5491/task/5542/stat : 5542 (java) S 5488 5491 3187 0 -1 1077944384 2716 12442 0 0 112 7 4 3 20 0 15 0 6709244 14407233536 260348 18446744073709551615 4194304 4196468 140736885498128 139716773149456 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5543] ppid=5488 vsize=14069564 CPUtime=1.26 cores=0,2,4,6
/proc/5491/task/5543/stat : 5543 (java) S 5488 5491 3187 0 -1 1077944384 2669 12442 0 0 113 6 4 3 20 0 15 0 6709244 14407233536 260348 18446744073709551615 4194304 4196468 140736885498128 139716772096912 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5544] ppid=5488 vsize=14069564 CPUtime=1.24 cores=0,2,4,6
/proc/5491/task/5544/stat : 5544 (java) S 5488 5491 3187 0 -1 1077944384 5115 12442 0 0 111 6 4 3 20 0 15 0 6709244 14407233536 260348 18446744073709551615 4194304 4196468 140736885498128 139716771044368 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5545] ppid=5488 vsize=14069564 CPUtime=1.25 cores=0,2,4,6
/proc/5491/task/5545/stat : 5545 (java) S 5488 5491 3187 0 -1 1077944384 1411 12442 0 0 112 6 4 3 20 0 15 0 6709244 14407233536 260348 18446744073709551615 4194304 4196468 140736885498128 139716769991824 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5546] ppid=5488 vsize=14069564 CPUtime=0.77 cores=0,2,4,6
/proc/5491/task/5546/stat : 5546 (java) S 5488 5491 3187 0 -1 1077944384 4428 12442 0 0 63 7 4 3 20 0 15 0 6709245 14407233536 260348 18446744073709551615 4194304 4196468 140736885498128 139716316325872 139716838726274 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5547] ppid=5488 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5547/stat : 5547 (java) S 5488 5491 3187 0 -1 1077944384 65 12442 0 0 0 0 4 3 20 0 15 0 6709245 14407233536 260348 18446744073709551615 4194304 4196468 140736885498128 139716315272160 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5548] ppid=5488 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5548/stat : 5548 (java) S 5488 5491 3187 0 -1 1077944384 45 12442 0 0 0 0 4 3 20 0 15 0 6709246 14407233536 260348 18446744073709551615 4194304 4196468 140736885498128 139716314219520 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5549] ppid=5488 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5549/stat : 5549 (java) S 5488 5491 3187 0 -1 1077944384 3 12442 0 0 0 0 4 3 20 0 15 0 6709248 14407233536 260348 18446744073709551615 4194304 4196468 140736885498128 139716313168080 139716838733723 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5550] ppid=5488 vsize=14069564 CPUtime=5.71 cores=0,2,4,6
/proc/5491/task/5550/stat : 5550 (java) S 5488 5491 3187 0 -1 1077944384 21682 12442 0 0 559 5 4 3 20 0 15 0 6709248 14407233536 260348 18446744073709551615 4194304 4196468 140736885498128 139716312115696 139716838726274 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5551] ppid=5488 vsize=14069564 CPUtime=5.31 cores=0,2,4,6
/proc/5491/task/5551/stat : 5551 (java) S 5488 5491 3187 0 -1 1077944384 17634 12442 0 0 521 3 4 3 20 0 15 0 6709248 14407233536 260348 18446744073709551615 4194304 4196468 140736885498128 139716311063152 139716838726274 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5552] ppid=5488 vsize=14069564 CPUtime=2.68 cores=0,2,4,6
/proc/5491/task/5552/stat : 5552 (java) S 5488 5491 3187 0 -1 1077944384 21245 12442 0 0 255 6 4 3 20 0 15 0 6709248 14407233536 260348 18446744073709551615 4194304 4196468 140736885498128 139716310010608 139716838726274 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5553] ppid=5488 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/5491/task/5553/stat : 5553 (java) S 5488 5491 3187 0 -1 1077944384 3 12442 0 0 0 0 4 3 20 0 15 0 6709249 14407233536 260348 18446744073709551615 4194304 4196468 140736885498128 139716308958304 139716838725333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
[pid=5491/tid=5554] ppid=5488 vsize=14069564 CPUtime=0.21 cores=0,2,4,6
/proc/5491/task/5554/stat : 5554 (java) S 5488 5491 3187 0 -1 1077944384 955 12442 0 0 6 8 4 3 20 0 15 0 6709252 14407233536 260348 18446744073709551615 4194304 4196468 140736885498128 139716307904816 139716838726274 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7380992 140736885499854 140736885502639 140736885502639 140736885505999 0
Current children cumulated CPU time (s) 256.86
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 5491 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.041
CPU time (s): 256.931
CPU user time (s): 256.038
CPU system time (s): 0.892359
CPU usage (%): 107.036
Max. virtual memory (cumulated for all children) (KiB): 14069564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 256.038
system time used= 0.892359
maximum resident set size= 1340500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157222
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= 26571
involuntary context switches= 761

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.04921 second user time and 1.52257 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 06:12:25
IDJOB=4259662
IDBENCH=123042
IDSOLVER=2646
FILE ID=node135/4259662-1501647986
RUNJOBID= node135-1501639717-27966
PBS_JOBID= 
Free space on /tmp= 61816 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-4259662-1501647986/watcher-4259662-1501647986 -o /tmp/evaluation-result-4259662-1501647986/solver-4259662-1501647986 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27966 --watchdog 300  bin/concrete HOME/instance-4259662-1501647986.xml

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

MD5SUM BENCH= 01e5f10d01ef86069967703c8ffb230e
RANDOM SEED=925574284

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30892528 kB
MemAvailable:   31158624 kB
Buffers:          123168 kB
Cached:           420216 kB
SwapCached:            0 kB
Active:          1207368 kB
Inactive:         252360 kB
Active(anon):     916968 kB
Inactive(anon):     8592 kB
Active(file):     290400 kB
Inactive(file):   243768 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             23980 kB
Writeback:             0 kB
AnonPages:        916352 kB
Mapped:            42272 kB
Shmem:              8960 kB
Slab:             121796 kB
SReclaimable:      95524 kB
SUnreclaim:        26272 kB
KernelStack:        3520 kB
PageTables:         6604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1743140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    671744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61792 MiB
End job on node135 at 2017-08-02 06:16:26