Trace number 4259651

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)87 257.53799 240.048

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-esc32a.xml
MD5SUMca8832984a17c67db3e889c6d91adcf4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark66
Best CPU time to get the best result obtained on this benchmark251.924
Satisfiable
(Un)Satisfiability was proved
Number of variables1056
Number of constraints75
Number of domains2
Minimum domain size5
Maximum domain size32
Distribution of domain sizes[{"size":5,"count":74},{"size":32,"count":32}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":950},{"degree":1,"count":7},{"degree":2,"count":75},{"degree":4,"count":1},{"degree":5,"count":2},{"degree":6,"count":4},{"degree":7,"count":8},{"degree":8,"count":6},{"degree":9,"count":2},{"degree":11,"count":1}]
Minimum constraint arity3
Maximum constraint arity32
Distribution of constraint arities[{"arity":3,"count":74},{"arity":32,"count":1}]
Number of extensional constraints74
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":74},{"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.15/2.17	c Concrete v3.4 running
157.26/145.19	o 216
157.57/145.23	o 210
157.57/145.26	o 206
157.57/145.29	o 201
157.89/145.32	o 195
157.89/145.34	o 193
157.89/145.38	o 189
158.17/145.40	o 187
158.17/145.42	o 183
158.17/145.45	o 180
158.17/145.47	o 169
158.47/145.50	o 165
158.47/145.54	o 159
158.47/145.57	o 157
158.47/145.59	o 155
158.78/145.65	o 151
158.78/145.67	o 150
159.06/145.73	o 148
159.06/145.76	o 146
159.06/145.78	o 144
159.35/145.82	o 141
159.35/145.84	o 129
159.35/145.86	o 127
159.35/145.88	o 125
159.66/145.91	o 124
159.66/145.93	o 123
159.66/145.99	o 122
159.92/146.04	o 121
160.20/146.15	o 119
160.66/146.45	o 118
160.78/146.50	o 117
160.95/146.62	o 114
161.27/146.88	o 112
161.41/146.95	o 110
163.32/148.78	o 109
163.42/148.83	o 105
163.79/149.15	o 104
163.91/149.22	o 98
164.74/150.06	o 97
172.35/157.32	o 95
172.71/157.61	o 94
173.24/158.01	o 92
173.24/158.03	o 91
178.32/162.93	o 90
227.36/210.56	o 88
227.45/210.60	o 87
257.47/240.00	java.util.concurrent.TimeoutException
257.47/240.00		at concrete.MAC.mac(MAC.scala:74)
257.47/240.00		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
257.47/240.00		at scala.util.Try$.apply(Try.scala:209)
257.47/240.00		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
257.47/240.00		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
257.47/240.00		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
257.47/240.00		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
257.47/240.00		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
257.47/240.00		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
257.47/240.00		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
257.47/240.00		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
257.47/240.00		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
257.47/240.00		at concrete.MAC.oneRun(MAC.scala:146)
257.47/240.00		at concrete.MAC.nextSolution(MAC.scala:166)
257.47/240.00		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
257.47/240.00		at concrete.ProblemState.map(ProblemState.scala:203)
257.47/240.00		at concrete.ProblemState.map(ProblemState.scala:188)
257.47/240.00		at concrete.MAC.nextSolution(MAC.scala:195)
257.47/240.00		at concrete.Solver.hasNext(Solver.scala:202)
257.47/240.00		at scala.collection.Iterator.toStream(Iterator.scala:1403)
257.47/240.00		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
257.47/240.00		at concrete.Solver.toStream(Solver.scala:73)
257.47/240.00		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
257.47/240.00		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
257.47/240.01		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
257.47/240.01		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
257.47/240.01		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
257.47/240.01		at scala.util.Success.$anonfun$map$1(Try.scala:251)
257.47/240.01		at scala.util.Success.map(Try.scala:209)
257.47/240.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
257.47/240.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
257.47/240.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
257.47/240.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
257.47/240.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
257.47/240.01		at scala.Function0.apply$mcV$sp(Function0.scala:34)
257.47/240.01		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
257.47/240.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
257.47/240.01		at scala.App.$anonfun$main$1$adapted(App.scala:76)
257.47/240.01		at scala.collection.immutable.List.foreach(List.scala:389)
257.47/240.01		at scala.App.main(App.scala:76)
257.47/240.01		at scala.App.main$(App.scala:74)
257.47/240.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
257.47/240.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
257.47/240.01	v <instantiation cost="87">
257.47/240.01	v       <list>
257.47/240.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] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] d[0][1] d[0][2] d[0][5] d[0][10] d[0][12] d[0][21] d[1][2] d[1][4] d[1][8] d[1][13] d[2][3] d[2][8] d[2][14] d[2][17] d[3][4] d[3][5] d[3][8] d[3][14] d[3][17] d[4][5] d[4][8] d[4][13] d[5][10] d[5][12] d[5][21] d[7][15] d[7][16] d[7][20] d[7][22] d[7][23] d[7][24] d[7][26] d[8][13] d[8][14] d[8][17] d[9][23] d[10][12] d[10][16] d[10][18] d[10][21] d[11][15] d[11][16] d[11][21] d[11][25] d[12][13] d[12][14] d[12][21] d[13][14] d[14][17] d[15][20] d[15][22] d[15][23] d[15][25] d[15][26] d[16][18] d[16][24] d[16][25] d[16][26] d[17][18] d[17][20] d[17][23] d[17][26] d[18][20] d[18][23] d[18][26] d[20][22] d[20][23] d[20][26] d[21][24] d[21][26] d[22][23] d[22][26] d[23][26] d[24][26]
257.47/240.01	v       </list>
257.47/240.01	v       <values>
257.47/240.01	v         7 15 6 4 13 5 9 24 14 26 19 17 3 11 10 25 16 2 18 8 29 1 28 27 30 21 31 22 23 20 12 0 0 0 0 1 0 1 1 0 0 0 0 0 1 0 1 0 1 2 1 0 1 1 2 1 0 0 0 1 0 1 1 2 1 0 1 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 1 0 1 1 0 2 1 3 0 4 2 3 3 1 2 0 1 0 4 3 2 1 0 0
257.47/240.01	v       </values>
257.47/240.01	v     </instantiation>
257.47/240.01	s SATISFIABLE

Verifier Data

OK	87

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

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

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


[startup+0 s]
/proc/loadavg: 1.48 1.66 1.73 2/199 5619
/proc/meminfo: memFree=30483040/32770624 swapFree=0/244516
[pid=5619] ppid=5616 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/5619/stat : 5619 (runsolver) D 5616 5619 3187 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 6718030 24240128 108 18446744073709551615 4194304 4338465 140734634328352 140734634325992 140407590134487 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 39849984 140734634336465 140734634336839 140734634336839 140734634340298 0
/proc/5619/statm: 5918 108 54 36 0 2156 0

[startup+0.100172 s]
/proc/loadavg: 1.48 1.66 1.73 2/199 5619
/proc/meminfo: memFree=30483040/32770624 swapFree=0/244516
[pid=5619] ppid=5616 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/5619/stat : 5619 (bash) S 5616 5619 3187 0 -1 4202496 713 3541 0 0 0 0 0 0 20 0 1 0 6718030 9736192 355 18446744073709551615 4194304 5098028 140731335999280 140731335996920 140264554081280 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 8 0 0 7196144 7232144 39198720 140731336004114 140731336004199 140731336004199 140731336007658 0
/proc/5619/statm: 2377 355 282 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.20028 s]
/proc/loadavg: 1.48 1.66 1.73 2/199 5619
/proc/meminfo: memFree=30483040/32770624 swapFree=0/244516
[pid=5619] ppid=5616 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/5619/stat : 5619 (bash) S 5616 5619 3187 0 -1 4202496 890 6493 0 0 0 0 0 1 20 0 1 0 6718030 9867264 377 18446744073709551615 4194304 5098028 140731335999280 140731335993288 140264554081280 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 8 0 0 7196144 7232144 39198720 140731336004114 140731336004199 140731336004199 140731336007658 0
/proc/5619/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.301151 s]
/proc/loadavg: 1.48 1.66 1.73 2/199 5619
/proc/meminfo: memFree=30483040/32770624 swapFree=0/244516
[pid=5619] ppid=5616 vsize=13973872 CPUtime=0.14 cores=1,3,5,7
/proc/5619/stat : 5619 (java) S 5616 5619 3187 0 -1 1077944320 5663 12379 0 0 6 1 5 2 20 0 15 0 6718030 14309244928 5821 18446744073709551615 4194304 4196468 140724898515856 140724898498400 139812972396279 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
/proc/5619/statm: 3493468 5821 2645 1 0 3482973 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13973872

[startup+0.700677 s]
/proc/loadavg: 1.48 1.66 1.73 2/199 5619
/proc/meminfo: memFree=30483040/32770624 swapFree=0/244516
[pid=5619] ppid=5616 vsize=13974784 CPUtime=0.7 cores=1,3,5,7
/proc/5619/stat : 5619 (java) S 5616 5619 3187 0 -1 1077944320 13954 12379 0 0 59 4 5 2 20 0 15 0 6718030 14310178816 14880 18446744073709551615 4194304 4196468 140724898515856 140724898498400 139812972396279 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
/proc/5619/statm: 3493696 14880 3103 1 0 3482973 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.50684 s]
/proc/loadavg: 1.48 1.66 1.73 4/214 5682
/proc/meminfo: memFree=30388596/32770624 swapFree=0/244516
[pid=5619] ppid=5616 vsize=13985408 CPUtime=1.93 cores=1,3,5,7
/proc/5619/stat : 5619 (java) S 5616 5619 3187 0 -1 1077944320 26648 12379 0 0 176 10 5 2 20 0 15 0 6718030 14321057792 43184 18446744073709551615 4194304 4196468 140724898515856 140724898498400 139812972396279 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
/proc/5619/statm: 3496352 43184 3364 1 0 3485533 0
[pid=5619/tid=5669] ppid=5616 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/5619/task/5669/stat : 5669 (java) R 5616 5619 3187 0 -1 4202560 20421 12379 0 0 117 5 5 2 20 0 15 0 6718051 14321057792 43184 18446744073709551615 4194304 4196468 140724898515856 139812976625824 139812972417626 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5670] ppid=5616 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5670/stat : 5670 (java) S 5616 5619 3187 0 -1 1077944384 47 12379 0 0 0 0 5 2 20 0 15 0 6718052 14321057792 43184 18446744073709551615 4194304 4196468 140724898515856 139812933294864 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5671] ppid=5616 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/5619/task/5671/stat : 5671 (java) S 5616 5619 3187 0 -1 1077944384 29 12379 0 0 1 0 5 2 20 0 15 0 6718052 14321057792 43184 18446744073709551615 4194304 4196468 140724898515856 139812932242320 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5672] ppid=5616 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5672/stat : 5672 (java) S 5616 5619 3187 0 -1 1077944384 190 12379 0 0 0 0 5 2 20 0 15 0 6718052 14321057792 43184 18446744073709551615 4194304 4196468 140724898515856 139812931189776 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5673] ppid=5616 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/5619/task/5673/stat : 5673 (java) S 5616 5619 3187 0 -1 1077944384 47 12379 0 0 1 0 5 2 20 0 15 0 6718052 14321057792 43184 18446744073709551615 4194304 4196468 140724898515856 139812569279632 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5674] ppid=5616 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/5619/task/5674/stat : 5674 (java) S 5616 5619 3187 0 -1 1077944384 644 12379 0 0 1 0 5 2 20 0 15 0 6718053 14321057792 43184 18446744073709551615 4194304 4196468 140724898515856 139811889166320 139812972407426 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5675] ppid=5616 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5675/stat : 5675 (java) S 5616 5619 3187 0 -1 1077944384 54 12379 0 0 0 0 5 2 20 0 15 0 6718054 14321057792 43184 18446744073709551615 4194304 4196468 140724898515856 139811888112608 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5676] ppid=5616 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5676/stat : 5676 (java) S 5616 5619 3187 0 -1 1077944384 45 12379 0 0 0 0 5 2 20 0 15 0 6718054 14321057792 43184 18446744073709551615 4194304 4196468 140724898515856 139811887059968 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5677] ppid=5616 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5677/stat : 5677 (java) S 5616 5619 3187 0 -1 1077944384 3 12379 0 0 0 0 5 2 20 0 15 0 6718056 14321057792 43184 18446744073709551615 4194304 4196468 140724898515856 139811886008528 139812972414875 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5678] ppid=5616 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/5619/task/5678/stat : 5678 (java) S 5616 5619 3187 0 -1 1077944384 1035 12379 0 0 15 0 5 2 20 0 15 0 6718056 14321057792 43184 18446744073709551615 4194304 4196468 140724898515856 139811884956144 139812972407426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5679] ppid=5616 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/5619/task/5679/stat : 5679 (java) S 5616 5619 3187 0 -1 1077944384 635 12379 0 0 13 0 5 2 20 0 15 0 6718056 14321057792 43184 18446744073709551615 4194304 4196468 140724898515856 139811883903600 139812972407426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5680] ppid=5616 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/5619/task/5680/stat : 5680 (java) R 5616 5619 3187 0 -1 4202560 1343 12379 0 0 23 0 5 2 20 0 15 0 6718056 14321057792 43184 18446744073709551615 4194304 4196468 140724898515856 139811882851056 139812965493115 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5681] ppid=5616 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5681/stat : 5681 (java) S 5616 5619 3187 0 -1 1077944384 3 12379 0 0 0 0 5 2 20 0 15 0 6718057 14321057792 43184 18446744073709551615 4194304 4196468 140724898515856 139811881798752 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5682] ppid=5616 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5682/stat : 5682 (java) S 5616 5619 3187 0 -1 1077944384 3 12379 0 0 0 0 5 2 20 0 15 0 6718059 14321057792 43184 18446744073709551615 4194304 4196468 140724898515856 139811880745264 139812972407426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 13985408

[startup+3.10151 s]
/proc/loadavg: 1.48 1.66 1.73 3/214 5682
/proc/meminfo: memFree=30316544/32770624 swapFree=0/244516
[pid=5619] ppid=5616 vsize=13999932 CPUtime=5.11 cores=1,3,5,7
/proc/5619/stat : 5619 (java) S 5616 5619 3187 0 -1 1077944320 37922 12379 0 0 489 15 5 2 20 0 15 0 6718030 14335930368 57089 18446744073709551615 4194304 4196468 140724898515856 140724898498400 139812972396279 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
/proc/5619/statm: 3499983 57089 3434 1 0 3488605 0
[pid=5619/tid=5669] ppid=5616 vsize=13999932 CPUtime=2.88 cores=1,3,5,7
/proc/5619/task/5669/stat : 5669 (java) R 5616 5619 3187 0 -1 4202560 28893 12379 0 0 273 8 5 2 20 0 15 0 6718051 14335930368 57089 18446744073709551615 4194304 4196468 140724898515856 139812976626048 139812972408214 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5670] ppid=5616 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5670/stat : 5670 (java) S 5616 5619 3187 0 -1 1077944384 47 12379 0 0 0 0 5 2 20 0 15 0 6718052 14335930368 57089 18446744073709551615 4194304 4196468 140724898515856 139812933294864 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5671] ppid=5616 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/5619/task/5671/stat : 5671 (java) S 5616 5619 3187 0 -1 1077944384 29 12379 0 0 1 0 5 2 20 0 15 0 6718052 14335930368 57089 18446744073709551615 4194304 4196468 140724898515856 139812932242320 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5672] ppid=5616 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5672/stat : 5672 (java) S 5616 5619 3187 0 -1 1077944384 190 12379 0 0 0 0 5 2 20 0 15 0 6718052 14335930368 57089 18446744073709551615 4194304 4196468 140724898515856 139812931189776 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5673] ppid=5616 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/5619/task/5673/stat : 5673 (java) S 5616 5619 3187 0 -1 1077944384 47 12379 0 0 1 0 5 2 20 0 15 0 6718052 14335930368 57089 18446744073709551615 4194304 4196468 140724898515856 139812569279632 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5674] ppid=5616 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/5619/task/5674/stat : 5674 (java) S 5616 5619 3187 0 -1 1077944384 646 12379 0 0 1 0 5 2 20 0 15 0 6718053 14335930368 57089 18446744073709551615 4194304 4196468 140724898515856 139811889166320 139812972407426 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5675] ppid=5616 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5675/stat : 5675 (java) S 5616 5619 3187 0 -1 1077944384 54 12379 0 0 0 0 5 2 20 0 15 0 6718054 14335930368 57089 18446744073709551615 4194304 4196468 140724898515856 139811888112608 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5676] ppid=5616 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5676/stat : 5676 (java) S 5616 5619 3187 0 -1 1077944384 45 12379 0 0 0 0 5 2 20 0 15 0 6718054 14335930368 57089 18446744073709551615 4194304 4196468 140724898515856 139811887059968 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5677] ppid=5616 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5677/stat : 5677 (java) S 5616 5619 3187 0 -1 1077944384 3 12379 0 0 0 0 5 2 20 0 15 0 6718056 14335930368 57089 18446744073709551615 4194304 4196468 140724898515856 139811886008528 139812972414875 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5678] ppid=5616 vsize=13999932 CPUtime=0.61 cores=1,3,5,7
/proc/5619/task/5678/stat : 5678 (java) R 5616 5619 3187 0 -1 4202560 1408 12379 0 0 53 1 5 2 20 0 15 0 6718056 14335930368 57089 18446744073709551615 4194304 4196468 140724898515856 139811884942688 139812950659937 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5679] ppid=5616 vsize=13999932 CPUtime=0.67 cores=1,3,5,7
/proc/5619/task/5679/stat : 5679 (java) R 5616 5619 3187 0 -1 4202560 1192 12379 0 0 59 1 5 2 20 0 15 0 6718056 14335930368 57089 18446744073709551615 4194304 4196468 140724898515856 139811883888640 139812957321104 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5680] ppid=5616 vsize=13999932 CPUtime=1.04 cores=1,3,5,7
/proc/5619/task/5680/stat : 5680 (java) S 5616 5619 3187 0 -1 1077944384 3212 12379 0 0 96 1 5 2 20 0 15 0 6718056 14335930368 57089 18446744073709551615 4194304 4196468 140724898515856 139811882851056 139812972407426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5681] ppid=5616 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5681/stat : 5681 (java) S 5616 5619 3187 0 -1 1077944384 3 12379 0 0 0 0 5 2 20 0 15 0 6718057 14335930368 57089 18446744073709551615 4194304 4196468 140724898515856 139811881798752 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5682] ppid=5616 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5682/stat : 5682 (java) S 5616 5619 3187 0 -1 1077944384 3 12379 0 0 0 0 5 2 20 0 15 0 6718059 14335930368 57089 18446744073709551615 4194304 4196468 140724898515856 139811880745264 139812972407426 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
Current children cumulated CPU time (s) 5.11
Current children cumulated vsize (KiB) 13999932

[startup+6.30071 s]
/proc/loadavg: 1.68 1.70 1.74 5/214 5682
/proc/meminfo: memFree=30113012/32770624 swapFree=0/244516
[pid=5619] ppid=5616 vsize=14069564 CPUtime=14 cores=1,3,5,7
/proc/5619/stat : 5619 (java) S 5616 5619 3187 0 -1 1077944320 79907 12379 0 0 1364 29 5 2 20 0 15 0 6718030 14407233536 123278 18446744073709551615 4194304 4196468 140724898515856 140724898498400 139812972396279 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
/proc/5619/statm: 3517391 123278 3473 1 0 3506013 0
[pid=5619/tid=5669] ppid=5616 vsize=14069564 CPUtime=5.96 cores=1,3,5,7
/proc/5619/task/5669/stat : 5669 (java) R 5616 5619 3187 0 -1 4202560 47190 12379 0 0 577 12 5 2 20 0 15 0 6718051 14407233536 123278 18446744073709551615 4194304 4196468 140724898515856 139812976627008 139812624032980 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5670] ppid=5616 vsize=14069564 CPUtime=0.13 cores=1,3,5,7
/proc/5619/task/5670/stat : 5670 (java) S 5616 5619 3187 0 -1 1077944384 121 12379 0 0 5 1 5 2 20 0 15 0 6718052 14407233536 123278 18446744073709551615 4194304 4196468 140724898515856 139812933294864 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5671] ppid=5616 vsize=14069564 CPUtime=0.14 cores=1,3,5,7
/proc/5619/task/5671/stat : 5671 (java) S 5616 5619 3187 0 -1 1077944384 154 12379 0 0 6 1 5 2 20 0 15 0 6718052 14407233536 123278 18446744073709551615 4194304 4196468 140724898515856 139812932242320 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5672] ppid=5616 vsize=14069564 CPUtime=0.15 cores=1,3,5,7
/proc/5619/task/5672/stat : 5672 (java) S 5616 5619 3187 0 -1 1077944384 1033 12379 0 0 7 1 5 2 20 0 15 0 6718052 14407233536 123278 18446744073709551615 4194304 4196468 140724898515856 139812931189776 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5673] ppid=5616 vsize=14069564 CPUtime=0.15 cores=1,3,5,7
/proc/5619/task/5673/stat : 5673 (java) S 5616 5619 3187 0 -1 1077944384 283 12379 0 0 7 1 5 2 20 0 15 0 6718052 14407233536 123278 18446744073709551615 4194304 4196468 140724898515856 139812569279632 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5674] ppid=5616 vsize=14069564 CPUtime=0.11 cores=1,3,5,7
/proc/5619/task/5674/stat : 5674 (java) S 5616 5619 3187 0 -1 1077944384 3075 12379 0 0 4 0 5 2 20 0 15 0 6718053 14407233536 123278 18446744073709551615 4194304 4196468 140724898515856 139811889166320 139812972407426 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5675] ppid=5616 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5675/stat : 5675 (java) S 5616 5619 3187 0 -1 1077944384 70 12379 0 0 0 0 5 2 20 0 15 0 6718054 14407233536 123278 18446744073709551615 4194304 4196468 140724898515856 139811888112608 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5676] ppid=5616 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5676/stat : 5676 (java) S 5616 5619 3187 0 -1 1077944384 63 12379 0 0 0 0 5 2 20 0 15 0 6718054 14407233536 123278 18446744073709551615 4194304 4196468 140724898515856 139811887059968 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5677] ppid=5616 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5677/stat : 5677 (java) S 5616 5619 3187 0 -1 1077944384 3 12379 0 0 0 0 5 2 20 0 15 0 6718056 14407233536 123278 18446744073709551615 4194304 4196468 140724898515856 139811886008528 139812972414875 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5678] ppid=5616 vsize=14069564 CPUtime=3 cores=1,3,5,7
/proc/5619/task/5678/stat : 5678 (java) S 5616 5619 3187 0 -1 1077944384 9637 12379 0 0 291 2 5 2 20 0 15 0 6718056 14407233536 123278 18446744073709551615 4194304 4196468 140724898515856 139811884956144 139812972407426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5679] ppid=5616 vsize=14069564 CPUtime=3.2 cores=1,3,5,7
/proc/5619/task/5679/stat : 5679 (java) S 5616 5619 3187 0 -1 1077944384 8860 12379 0 0 311 2 5 2 20 0 15 0 6718056 14407233536 123278 18446744073709551615 4194304 4196468 140724898515856 139811883903600 139812972407426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5680] ppid=5616 vsize=14069564 CPUtime=1.62 cores=1,3,5,7
/proc/5619/task/5680/stat : 5680 (java) S 5616 5619 3187 0 -1 1077944384 7023 12379 0 0 152 3 5 2 20 0 15 0 6718056 14407233536 123278 18446744073709551615 4194304 4196468 140724898515856 139811882851056 139812972407426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5681] ppid=5616 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5681/stat : 5681 (java) S 5616 5619 3187 0 -1 1077944384 3 12379 0 0 0 0 5 2 20 0 15 0 6718057 14407233536 123278 18446744073709551615 4194304 4196468 140724898515856 139811881798752 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5682] ppid=5616 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5682/stat : 5682 (java) S 5616 5619 3187 0 -1 1077944384 242 12379 0 0 0 0 5 2 20 0 15 0 6718059 14407233536 123278 18446744073709551615 4194304 4196468 140724898515856 139811880745264 139812972407426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
Current children cumulated CPU time (s) 14
Current children cumulated vsize (KiB) 14069564

[startup+12.7007 s]
/proc/loadavg: 1.63 1.68 1.74 3/214 5682
/proc/meminfo: memFree=29561804/32770624 swapFree=0/244520
[pid=5619] ppid=5616 vsize=14069564 CPUtime=21.39 cores=1,3,5,7
/proc/5619/stat : 5619 (java) S 5616 5619 3187 0 -1 1077944320 86323 12379 0 0 2085 47 5 2 20 0 15 0 6718030 14407233536 288370 18446744073709551615 4194304 4196468 140724898515856 140724898498400 139812972396279 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
/proc/5619/statm: 3517391 288370 3474 1 0 3506013 0
[pid=5619/tid=5669] ppid=5616 vsize=14069564 CPUtime=12.29 cores=1,3,5,7
/proc/5619/task/5669/stat : 5669 (java) R 5616 5619 3187 0 -1 4202560 48986 12379 0 0 1202 20 5 2 20 0 15 0 6718051 14407233536 288370 18446744073709551615 4194304 4196468 140724898515856 139812976627168 139812624031016 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5670] ppid=5616 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/5619/task/5670/stat : 5670 (java) S 5616 5619 3187 0 -1 1077944384 164 12379 0 0 8 4 5 2 20 0 15 0 6718052 14407233536 288370 18446744073709551615 4194304 4196468 140724898515856 139812933294864 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5671] ppid=5616 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/5619/task/5671/stat : 5671 (java) S 5616 5619 3187 0 -1 1077944384 201 12379 0 0 10 4 5 2 20 0 15 0 6718052 14407233536 288370 18446744073709551615 4194304 4196468 140724898515856 139812932242320 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5672] ppid=5616 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/5619/task/5672/stat : 5672 (java) S 5616 5619 3187 0 -1 1077944384 1775 12379 0 0 10 4 5 2 20 0 15 0 6718052 14407233536 288370 18446744073709551615 4194304 4196468 140724898515856 139812931189776 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5673] ppid=5616 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/5619/task/5673/stat : 5673 (java) S 5616 5619 3187 0 -1 1077944384 364 12379 0 0 10 4 5 2 20 0 15 0 6718052 14407233536 288370 18446744073709551615 4194304 4196468 140724898515856 139812569279632 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5674] ppid=5616 vsize=14069564 CPUtime=0.11 cores=1,3,5,7
/proc/5619/task/5674/stat : 5674 (java) S 5616 5619 3187 0 -1 1077944384 3670 12379 0 0 4 0 5 2 20 0 15 0 6718053 14407233536 288370 18446744073709551615 4194304 4196468 140724898515856 139811889166320 139812972407426 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5675] ppid=5616 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5675/stat : 5675 (java) S 5616 5619 3187 0 -1 1077944384 70 12379 0 0 0 0 5 2 20 0 15 0 6718054 14407233536 288370 18446744073709551615 4194304 4196468 140724898515856 139811888112608 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5676] ppid=5616 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5676/stat : 5676 (java) S 5616 5619 3187 0 -1 1077944384 63 12379 0 0 0 0 5 2 20 0 15 0 6718054 14407233536 288370 18446744073709551615 4194304 4196468 140724898515856 139811887059968 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5677] ppid=5616 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5677/stat : 5677 (java) S 5616 5619 3187 0 -1 1077944384 3 12379 0 0 0 0 5 2 20 0 15 0 6718056 14407233536 288370 18446744073709551615 4194304 4196468 140724898515856 139811886008528 139812972414875 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0

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

/proc/5619/task/5681/stat : 5681 (java) S 5616 5619 3187 0 -1 1077944384 3 12379 0 0 0 0 5 2 20 0 15 0 6718057 14407233536 603096 18446744073709551615 4194304 4196468 140724898515856 139811881798752 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5682] ppid=5616 vsize=14069564 CPUtime=0.09 cores=1,3,5,7
/proc/5619/task/5682/stat : 5682 (java) S 5616 5619 3187 0 -1 1077944384 555 12379 0 0 1 1 5 2 20 0 15 0 6718059 14407233536 603096 18446744073709551615 4194304 4196468 140724898515856 139811880745264 139812972407426 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
Current children cumulated CPU time (s) 60.76
Current children cumulated vsize (KiB) 14069564

[startup+102.301 s]
/proc/loadavg: 1.48 1.61 1.71 3/213 5684
/proc/meminfo: memFree=28135368/32770624 swapFree=0/244564
[pid=5619] ppid=5616 vsize=14069564 CPUtime=112.89 cores=1,3,5,7
/proc/5619/stat : 5619 (java) S 5616 5619 3187 0 -1 1077944320 116765 12379 0 0 11172 110 5 2 20 0 15 0 6718030 14407233536 637249 18446744073709551615 4194304 4196468 140724898515856 140724898498400 139812972396279 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
/proc/5619/statm: 3517391 637249 3474 1 0 3506013 0
[pid=5619/tid=5669] ppid=5616 vsize=14069564 CPUtime=101.43 cores=1,3,5,7
/proc/5619/task/5669/stat : 5669 (java) R 5616 5619 3187 0 -1 4202560 61479 12379 0 0 10098 38 5 2 20 0 15 0 6718051 14407233536 637249 18446744073709551615 4194304 4196468 140724898515856 139812976628288 139812611888863 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5670] ppid=5616 vsize=14069564 CPUtime=0.62 cores=1,3,5,7
/proc/5619/task/5670/stat : 5670 (java) S 5616 5619 3187 0 -1 1077944384 692 12379 0 0 41 14 5 2 20 0 15 0 6718052 14407233536 637249 18446744073709551615 4194304 4196468 140724898515856 139812933294864 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5671] ppid=5616 vsize=14069564 CPUtime=0.62 cores=1,3,5,7
/proc/5619/task/5671/stat : 5671 (java) S 5616 5619 3187 0 -1 1077944384 3060 12379 0 0 41 14 5 2 20 0 15 0 6718052 14407233536 637249 18446744073709551615 4194304 4196468 140724898515856 139812932242320 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5672] ppid=5616 vsize=14069564 CPUtime=0.63 cores=1,3,5,7
/proc/5619/task/5672/stat : 5672 (java) S 5616 5619 3187 0 -1 1077944384 2713 12379 0 0 42 14 5 2 20 0 15 0 6718052 14407233536 637249 18446744073709551615 4194304 4196468 140724898515856 139812931189776 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5673] ppid=5616 vsize=14069564 CPUtime=0.64 cores=1,3,5,7
/proc/5619/task/5673/stat : 5673 (java) S 5616 5619 3187 0 -1 1077944384 640 12379 0 0 43 14 5 2 20 0 15 0 6718052 14407233536 637249 18446744073709551615 4194304 4196468 140724898515856 139812569279632 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5674] ppid=5616 vsize=14069564 CPUtime=0.15 cores=1,3,5,7
/proc/5619/task/5674/stat : 5674 (java) S 5616 5619 3187 0 -1 1077944384 4866 12379 0 0 7 1 5 2 20 0 15 0 6718053 14407233536 637249 18446744073709551615 4194304 4196468 140724898515856 139811889166320 139812972407426 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5675] ppid=5616 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5675/stat : 5675 (java) S 5616 5619 3187 0 -1 1077944384 70 12379 0 0 0 0 5 2 20 0 15 0 6718054 14407233536 637249 18446744073709551615 4194304 4196468 140724898515856 139811888112608 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5676] ppid=5616 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5676/stat : 5676 (java) S 5616 5619 3187 0 -1 1077944384 63 12379 0 0 0 0 5 2 20 0 15 0 6718054 14407233536 637249 18446744073709551615 4194304 4196468 140724898515856 139811887059968 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5677] ppid=5616 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5677/stat : 5677 (java) S 5616 5619 3187 0 -1 1077944384 3 12379 0 0 0 0 5 2 20 0 15 0 6718056 14407233536 637249 18446744073709551615 4194304 4196468 140724898515856 139811886008528 139812972414875 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5678] ppid=5616 vsize=14069564 CPUtime=3.83 cores=1,3,5,7
/proc/5619/task/5678/stat : 5678 (java) S 5616 5619 3187 0 -1 1077944384 14851 12379 0 0 373 3 5 2 20 0 15 0 6718056 14407233536 637249 18446744073709551615 4194304 4196468 140724898515856 139811884956144 139812972407426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5679] ppid=5616 vsize=14069564 CPUtime=3.61 cores=1,3,5,7
/proc/5619/task/5679/stat : 5679 (java) S 5616 5619 3187 0 -1 1077944384 14021 12379 0 0 352 2 5 2 20 0 15 0 6718056 14407233536 637249 18446744073709551615 4194304 4196468 140724898515856 139811883903600 139812972407426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5680] ppid=5616 vsize=14069564 CPUtime=1.75 cores=1,3,5,7
/proc/5619/task/5680/stat : 5680 (java) S 5616 5619 3187 0 -1 1077944384 11524 12379 0 0 165 3 5 2 20 0 15 0 6718056 14407233536 637249 18446744073709551615 4194304 4196468 140724898515856 139811882851056 139812972407426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5681] ppid=5616 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5681/stat : 5681 (java) S 5616 5619 3187 0 -1 1077944384 3 12379 0 0 0 0 5 2 20 0 15 0 6718057 14407233536 637249 18446744073709551615 4194304 4196468 140724898515856 139811881798752 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5682] ppid=5616 vsize=14069564 CPUtime=0.12 cores=1,3,5,7
/proc/5619/task/5682/stat : 5682 (java) S 5616 5619 3187 0 -1 1077944384 630 12379 0 0 2 3 5 2 20 0 15 0 6718059 14407233536 637249 18446744073709551615 4194304 4196468 140724898515856 139811880745264 139812972407426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
Current children cumulated CPU time (s) 112.89
Current children cumulated vsize (KiB) 14069564

[startup+162.301 s]
/proc/loadavg: 1.24 1.51 1.67 4/213 5815
/proc/meminfo: memFree=28731600/32770624 swapFree=0/244556
[pid=5619] ppid=5616 vsize=14069564 CPUtime=177.7 cores=1,3,5,7
/proc/5619/stat : 5619 (java) S 5616 5619 3187 0 -1 1077944320 149181 12379 0 0 17629 134 5 2 20 0 15 0 6718030 14407233536 576802 18446744073709551615 4194304 4196468 140724898515856 140724898498400 139812972396279 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
/proc/5619/statm: 3517391 576802 3481 1 0 3506013 0
[pid=5619/tid=5669] ppid=5616 vsize=14069564 CPUtime=160.71 cores=1,3,5,7
/proc/5619/task/5669/stat : 5669 (java) R 5616 5619 3187 0 -1 4202560 70357 12379 0 0 16024 40 5 2 20 0 15 0 6718051 14407233536 576802 18446744073709551615 4194304 4196468 140724898515856 139812976629360 139812624666695 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5670] ppid=5616 vsize=14069564 CPUtime=1.17 cores=1,3,5,7
/proc/5619/task/5670/stat : 5670 (java) S 5616 5619 3187 0 -1 1077944384 927 12379 0 0 92 18 5 2 20 0 15 0 6718052 14407233536 576802 18446744073709551615 4194304 4196468 140724898515856 139812933294864 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5671] ppid=5616 vsize=14069564 CPUtime=1.2 cores=1,3,5,7
/proc/5619/task/5671/stat : 5671 (java) S 5616 5619 3187 0 -1 1077944384 3360 12379 0 0 94 19 5 2 20 0 15 0 6718052 14407233536 576802 18446744073709551615 4194304 4196468 140724898515856 139812932242320 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5672] ppid=5616 vsize=14069564 CPUtime=1.2 cores=1,3,5,7
/proc/5619/task/5672/stat : 5672 (java) S 5616 5619 3187 0 -1 1077944384 2977 12379 0 0 95 18 5 2 20 0 15 0 6718052 14407233536 576802 18446744073709551615 4194304 4196468 140724898515856 139812931189776 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5673] ppid=5616 vsize=14069564 CPUtime=1.2 cores=1,3,5,7
/proc/5619/task/5673/stat : 5673 (java) S 5616 5619 3187 0 -1 1077944384 1722 12379 0 0 95 18 5 2 20 0 15 0 6718052 14407233536 576802 18446744073709551615 4194304 4196468 140724898515856 139812569279632 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5674] ppid=5616 vsize=14069564 CPUtime=0.28 cores=1,3,5,7
/proc/5619/task/5674/stat : 5674 (java) S 5616 5619 3187 0 -1 1077944384 12133 12379 0 0 18 3 5 2 20 0 15 0 6718053 14407233536 576802 18446744073709551615 4194304 4196468 140724898515856 139811889166320 139812972407426 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5675] ppid=5616 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5675/stat : 5675 (java) S 5616 5619 3187 0 -1 1077944384 76 12379 0 0 0 0 5 2 20 0 15 0 6718054 14407233536 576802 18446744073709551615 4194304 4196468 140724898515856 139811888112608 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5676] ppid=5616 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5676/stat : 5676 (java) S 5616 5619 3187 0 -1 1077944384 65 12379 0 0 0 0 5 2 20 0 15 0 6718054 14407233536 576802 18446744073709551615 4194304 4196468 140724898515856 139811887059968 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5677] ppid=5616 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5677/stat : 5677 (java) S 5616 5619 3187 0 -1 1077944384 3 12379 0 0 0 0 5 2 20 0 15 0 6718056 14407233536 576802 18446744073709551615 4194304 4196468 140724898515856 139811886008528 139812972414875 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5678] ppid=5616 vsize=14069564 CPUtime=5.32 cores=1,3,5,7
/proc/5619/task/5678/stat : 5678 (java) S 5616 5619 3187 0 -1 1077944384 19795 12379 0 0 522 3 5 2 20 0 15 0 6718056 14407233536 576802 18446744073709551615 4194304 4196468 140724898515856 139811884956144 139812972407426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5679] ppid=5616 vsize=14069564 CPUtime=4.94 cores=1,3,5,7
/proc/5619/task/5679/stat : 5679 (java) S 5616 5619 3187 0 -1 1077944384 19171 12379 0 0 484 3 5 2 20 0 15 0 6718056 14407233536 576802 18446744073709551615 4194304 4196468 140724898515856 139811883903600 139812972407426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5680] ppid=5616 vsize=14069564 CPUtime=2.03 cores=1,3,5,7
/proc/5619/task/5680/stat : 5680 (java) S 5616 5619 3187 0 -1 1077944384 15476 12379 0 0 192 4 5 2 20 0 15 0 6718056 14407233536 576802 18446744073709551615 4194304 4196468 140724898515856 139811882851056 139812972407426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5681] ppid=5616 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5681/stat : 5681 (java) S 5616 5619 3187 0 -1 1077944384 3 12379 0 0 0 0 5 2 20 0 15 0 6718057 14407233536 576802 18446744073709551615 4194304 4196468 140724898515856 139811881798752 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5682] ppid=5616 vsize=14069564 CPUtime=0.16 cores=1,3,5,7
/proc/5619/task/5682/stat : 5682 (java) S 5616 5619 3187 0 -1 1077944384 966 12379 0 0 4 5 5 2 20 0 15 0 6718059 14407233536 576802 18446744073709551615 4194304 4196468 140724898515856 139811880745264 139812972407426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
Current children cumulated CPU time (s) 177.7
Current children cumulated vsize (KiB) 14069564

[startup+222.307 s]
/proc/loadavg: 1.68 1.59 1.68 3/212 5817
/proc/meminfo: memFree=26888724/32770624 swapFree=0/244616
[pid=5619] ppid=5616 vsize=14069564 CPUtime=239.36 cores=1,3,5,7
/proc/5619/stat : 5619 (java) S 5616 5619 3187 0 -1 1077944320 156673 12379 0 0 23772 157 5 2 20 0 15 0 6718030 14407233536 629238 18446744073709551615 4194304 4196468 140724898515856 140724898498400 139812972396279 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
/proc/5619/statm: 3517391 629238 3481 1 0 3506013 0
[pid=5619/tid=5669] ppid=5616 vsize=14069564 CPUtime=220.56 cores=1,3,5,7
/proc/5619/task/5669/stat : 5669 (java) R 5616 5619 3187 0 -1 4202560 74328 12379 0 0 22006 43 5 2 20 0 15 0 6718051 14407233536 629238 18446744073709551615 4194304 4196468 140724898515856 139812976628832 139812625605108 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5670] ppid=5616 vsize=14069564 CPUtime=1.32 cores=1,3,5,7
/proc/5619/task/5670/stat : 5670 (java) S 5616 5619 3187 0 -1 1077944384 994 12379 0 0 102 23 5 2 20 0 15 0 6718052 14407233536 629238 18446744073709551615 4194304 4196468 140724898515856 139812933294864 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5671] ppid=5616 vsize=14069564 CPUtime=1.33 cores=1,3,5,7
/proc/5619/task/5671/stat : 5671 (java) S 5616 5619 3187 0 -1 1077944384 3439 12379 0 0 103 23 5 2 20 0 15 0 6718052 14407233536 629238 18446744073709551615 4194304 4196468 140724898515856 139812932242320 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5672] ppid=5616 vsize=14069564 CPUtime=1.34 cores=1,3,5,7
/proc/5619/task/5672/stat : 5672 (java) S 5616 5619 3187 0 -1 1077944384 3422 12379 0 0 104 23 5 2 20 0 15 0 6718052 14407233536 629238 18446744073709551615 4194304 4196468 140724898515856 139812931189776 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5673] ppid=5616 vsize=14069564 CPUtime=1.33 cores=1,3,5,7
/proc/5619/task/5673/stat : 5673 (java) S 5616 5619 3187 0 -1 1077944384 1789 12379 0 0 104 22 5 2 20 0 15 0 6718052 14407233536 629238 18446744073709551615 4194304 4196468 140724898515856 139812569279632 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5674] ppid=5616 vsize=14069564 CPUtime=0.3 cores=1,3,5,7
/proc/5619/task/5674/stat : 5674 (java) S 5616 5619 3187 0 -1 1077944384 12301 12379 0 0 20 3 5 2 20 0 15 0 6718053 14407233536 629238 18446744073709551615 4194304 4196468 140724898515856 139811889166320 139812972407426 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5675] ppid=5616 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5675/stat : 5675 (java) S 5616 5619 3187 0 -1 1077944384 76 12379 0 0 0 0 5 2 20 0 15 0 6718054 14407233536 629238 18446744073709551615 4194304 4196468 140724898515856 139811888112608 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5676] ppid=5616 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5676/stat : 5676 (java) S 5616 5619 3187 0 -1 1077944384 65 12379 0 0 0 0 5 2 20 0 15 0 6718054 14407233536 629238 18446744073709551615 4194304 4196468 140724898515856 139811887059968 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5677] ppid=5616 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5677/stat : 5677 (java) S 5616 5619 3187 0 -1 1077944384 3 12379 0 0 0 0 5 2 20 0 15 0 6718056 14407233536 629238 18446744073709551615 4194304 4196468 140724898515856 139811886008528 139812972414875 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5678] ppid=5616 vsize=14069564 CPUtime=5.71 cores=1,3,5,7
/proc/5619/task/5678/stat : 5678 (java) S 5616 5619 3187 0 -1 1077944384 20073 12379 0 0 560 4 5 2 20 0 15 0 6718056 14407233536 629238 18446744073709551615 4194304 4196468 140724898515856 139811884956144 139812972407426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5679] ppid=5616 vsize=14069564 CPUtime=5.54 cores=1,3,5,7
/proc/5619/task/5679/stat : 5679 (java) S 5616 5619 3187 0 -1 1077944384 20806 12379 0 0 543 4 5 2 20 0 15 0 6718056 14407233536 629238 18446744073709551615 4194304 4196468 140724898515856 139811883903600 139812972407426 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5680] ppid=5616 vsize=14069564 CPUtime=2.26 cores=1,3,5,7
/proc/5619/task/5680/stat : 5680 (java) S 5616 5619 3187 0 -1 1077944384 16258 12379 0 0 214 5 5 2 20 0 15 0 6718056 14407233536 629238 18446744073709551615 4194304 4196468 140724898515856 139811882851056 139812972407426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5681] ppid=5616 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5681/stat : 5681 (java) S 5616 5619 3187 0 -1 1077944384 3 12379 0 0 0 0 5 2 20 0 15 0 6718057 14407233536 629238 18446744073709551615 4194304 4196468 140724898515856 139811881798752 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5682] ppid=5616 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/5619/task/5682/stat : 5682 (java) S 5616 5619 3187 0 -1 1077944384 966 12379 0 0 5 7 5 2 20 0 15 0 6718059 14407233536 629238 18446744073709551615 4194304 4196468 140724898515856 139811880745264 139812972407426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
Current children cumulated CPU time (s) 239.36
Current children cumulated vsize (KiB) 14069564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.65 1.58 1.68 3/212 5818
/proc/meminfo: memFree=27026096/32770624 swapFree=0/244616
[pid=5619] ppid=5616 vsize=14069564 CPUtime=257.47 cores=1,3,5,7
/proc/5619/stat : 5619 (java) S 5616 5619 3187 0 -1 1077944320 163714 12379 0 0 25582 158 5 2 20 0 15 0 6718030 14407233536 611805 18446744073709551615 4194304 4196468 140724898515856 140724898498400 139812972396279 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
/proc/5619/statm: 3517391 611805 3481 1 0 3506013 0
[pid=5619/tid=5669] ppid=5616 vsize=14069564 CPUtime=238.2 cores=1,3,5,7
/proc/5619/task/5669/stat : 5669 (java) R 5616 5619 3187 0 -1 4202560 75643 12379 0 0 23770 43 5 2 20 0 15 0 6718051 14407233536 611805 18446744073709551615 4194304 4196468 140724898515856 139812976627664 139812624284949 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5670] ppid=5616 vsize=14069564 CPUtime=1.36 cores=1,3,5,7
/proc/5619/task/5670/stat : 5670 (java) S 5616 5619 3187 0 -1 1077944384 2105 12379 0 0 106 23 5 2 20 0 15 0 6718052 14407233536 611805 18446744073709551615 4194304 4196468 140724898515856 139812933294864 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5671] ppid=5616 vsize=14069564 CPUtime=1.36 cores=1,3,5,7
/proc/5619/task/5671/stat : 5671 (java) S 5616 5619 3187 0 -1 1077944384 3549 12379 0 0 106 23 5 2 20 0 15 0 6718052 14407233536 611805 18446744073709551615 4194304 4196468 140724898515856 139812932242320 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5672] ppid=5616 vsize=14069564 CPUtime=1.38 cores=1,3,5,7
/proc/5619/task/5672/stat : 5672 (java) S 5616 5619 3187 0 -1 1077944384 3444 12379 0 0 108 23 5 2 20 0 15 0 6718052 14407233536 611805 18446744073709551615 4194304 4196468 140724898515856 139812931189776 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5673] ppid=5616 vsize=14069564 CPUtime=1.38 cores=1,3,5,7
/proc/5619/task/5673/stat : 5673 (java) S 5616 5619 3187 0 -1 1077944384 2291 12379 0 0 108 23 5 2 20 0 15 0 6718052 14407233536 611805 18446744073709551615 4194304 4196468 140724898515856 139812569279632 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5674] ppid=5616 vsize=14069564 CPUtime=0.32 cores=1,3,5,7
/proc/5619/task/5674/stat : 5674 (java) S 5616 5619 3187 0 -1 1077944384 12555 12379 0 0 21 4 5 2 20 0 15 0 6718053 14407233536 611805 18446744073709551615 4194304 4196468 140724898515856 139811889166320 139812972407426 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5675] ppid=5616 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5675/stat : 5675 (java) S 5616 5619 3187 0 -1 1077944384 76 12379 0 0 0 0 5 2 20 0 15 0 6718054 14407233536 611805 18446744073709551615 4194304 4196468 140724898515856 139811888112608 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5676] ppid=5616 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5676/stat : 5676 (java) S 5616 5619 3187 0 -1 1077944384 65 12379 0 0 0 0 5 2 20 0 15 0 6718054 14407233536 611805 18446744073709551615 4194304 4196468 140724898515856 139811887059968 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5677] ppid=5616 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5677/stat : 5677 (java) S 5616 5619 3187 0 -1 1077944384 3 12379 0 0 0 0 5 2 20 0 15 0 6718056 14407233536 611805 18446744073709551615 4194304 4196468 140724898515856 139811886008528 139812972414875 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5678] ppid=5616 vsize=14069564 CPUtime=5.82 cores=1,3,5,7
/proc/5619/task/5678/stat : 5678 (java) S 5616 5619 3187 0 -1 1077944384 20639 12379 0 0 571 4 5 2 20 0 15 0 6718056 14407233536 611805 18446744073709551615 4194304 4196468 140724898515856 139811884956144 139812972407426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5679] ppid=5616 vsize=14069564 CPUtime=5.66 cores=1,3,5,7
/proc/5619/task/5679/stat : 5679 (java) S 5616 5619 3187 0 -1 1077944384 23072 12379 0 0 555 4 5 2 20 0 15 0 6718056 14407233536 611805 18446744073709551615 4194304 4196468 140724898515856 139811883903600 139812972407426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5680] ppid=5616 vsize=14069564 CPUtime=2.33 cores=1,3,5,7
/proc/5619/task/5680/stat : 5680 (java) S 5616 5619 3187 0 -1 1077944384 17128 12379 0 0 221 5 5 2 20 0 15 0 6718056 14407233536 611805 18446744073709551615 4194304 4196468 140724898515856 139811882851056 139812972407426 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5681] ppid=5616 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5619/task/5681/stat : 5681 (java) S 5616 5619 3187 0 -1 1077944384 3 12379 0 0 0 0 5 2 20 0 15 0 6718057 14407233536 611805 18446744073709551615 4194304 4196468 140724898515856 139811881798752 139812972406485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
[pid=5619/tid=5682] ppid=5616 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/5619/task/5682/stat : 5682 (java) S 5616 5619 3187 0 -1 1077944384 991 12379 0 0 5 7 5 2 20 0 15 0 6718059 14407233536 611805 18446744073709551615 4194304 4196468 140724898515856 139811880745264 139812972407426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26722304 140724898523086 140724898525871 140724898525871 140724898529231 0
Current children cumulated CPU time (s) 257.47
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 5619 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.048
CPU time (s): 257.538
CPU user time (s): 255.902
CPU system time (s): 1.63534
CPU usage (%): 107.286
Max. virtual memory (cumulated for all children) (KiB): 14069564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 255.902
system time used= 1.63534
maximum resident set size= 2723420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177954
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= 17047
involuntary context switches= 477

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.06895 second user time and 1.49469 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 06:13:53
IDJOB=4259651
IDBENCH=123050
IDSOLVER=2646
FILE ID=node135/4259651-1501648074
RUNJOBID= node135-1501639717-27967
PBS_JOBID= 
Free space on /tmp= 61816 MiB

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

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

MD5SUM BENCH= ca8832984a17c67db3e889c6d91adcf4
RANDOM SEED=1956476115

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:        30483996 kB
MemAvailable:   30750580 kB
Buffers:          123228 kB
Cached:           420668 kB
SwapCached:            0 kB
Active:          1612416 kB
Inactive:         253108 kB
Active(anon):    1322248 kB
Inactive(anon):     8592 kB
Active(file):     290168 kB
Inactive(file):   244516 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24528 kB
Writeback:             4 kB
AnonPages:       1323816 kB
Mapped:            42268 kB
Shmem:              8960 kB
Slab:             121688 kB
SReclaimable:      95468 kB
SUnreclaim:        26220 kB
KernelStack:        3552 kB
PageTables:         7484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2201148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1093632 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:17:54