Trace number 4259524

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)8 249.21899 240.03799

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-queen8-8.xml
MD5SUM1f0f248e074ceb8e6b1804d1246bfc68
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark242.452
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints728
Number of domains1
Minimum domain size64
Maximum domain size64
Distribution of domain sizes[{"size":64,"count":64}]
Minimum variable degree22
Maximum variable degree28
Distribution of variable degrees[{"degree":22,"count":28},{"degree":24,"count":20},{"degree":26,"count":12},{"degree":28,"count":4}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":728}]
Number of extensional constraints0
Number of intensional constraints728
Distribution of constraint types[{"type":"intension","count":728}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

3.24/2.17	c Concrete v3.4 running
8.47/4.08	o 63
8.71/4.12	o 62
10.36/4.64	o 61
10.36/4.64	o 60
10.36/4.64	o 59
10.36/4.64	o 58
10.36/4.64	o 57
10.36/4.64	o 56
10.36/4.64	o 55
10.36/4.64	o 54
10.36/4.64	o 53
10.36/4.64	o 52
10.36/4.64	o 51
10.36/4.64	o 50
10.36/4.64	o 49
10.36/4.64	o 48
10.36/4.64	o 47
10.36/4.64	o 46
10.36/4.64	o 45
10.36/4.64	o 44
10.36/4.64	o 43
10.36/4.64	o 42
10.36/4.64	o 41
10.36/4.64	o 40
10.36/4.64	o 39
10.36/4.64	o 38
10.36/4.64	o 37
10.36/4.64	o 36
10.36/4.64	o 35
10.36/4.64	o 34
10.36/4.64	o 33
10.36/4.64	o 32
10.36/4.64	o 31
10.36/4.64	o 30
10.36/4.64	o 29
10.36/4.64	o 28
10.36/4.64	o 27
10.36/4.64	o 26
10.36/4.64	o 25
10.36/4.64	o 24
10.36/4.64	o 23
10.36/4.64	o 22
10.36/4.64	o 21
10.36/4.64	o 20
10.36/4.64	o 19
10.36/4.64	o 18
10.36/4.64	o 17
10.36/4.64	o 16
10.36/4.64	o 15
10.36/4.64	o 14
10.36/4.64	o 13
10.36/4.64	o 12
10.36/4.64	o 11
10.36/4.64	o 10
10.36/4.67	o 9
19.29/11.52	o 8
249.15/240.01	java.util.concurrent.TimeoutException
249.15/240.01		at concrete.MAC.mac(MAC.scala:74)
249.15/240.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
249.15/240.01		at scala.util.Try$.apply(Try.scala:209)
249.15/240.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
249.15/240.01		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
249.15/240.01		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
249.15/240.01		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
249.15/240.01		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
249.15/240.01		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
249.15/240.01		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
249.15/240.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
249.15/240.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
249.15/240.01		at concrete.MAC.oneRun(MAC.scala:146)
249.15/240.01		at concrete.MAC.nextSolution(MAC.scala:166)
249.15/240.01		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
249.15/240.01		at concrete.ProblemState.map(ProblemState.scala:203)
249.15/240.01		at concrete.ProblemState.map(ProblemState.scala:188)
249.15/240.01		at concrete.MAC.nextSolution(MAC.scala:195)
249.15/240.01		at concrete.Solver.hasNext(Solver.scala:202)
249.15/240.01		at scala.collection.Iterator.toStream(Iterator.scala:1403)
249.15/240.01		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
249.15/240.01		at concrete.Solver.toStream(Solver.scala:73)
249.15/240.01		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
249.15/240.01		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
249.15/240.01		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
249.15/240.01		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
249.15/240.01		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
249.15/240.01		at scala.util.Success.$anonfun$map$1(Try.scala:251)
249.15/240.01		at scala.util.Success.map(Try.scala:209)
249.15/240.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
249.15/240.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
249.15/240.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
249.15/240.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
249.15/240.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
249.15/240.01		at scala.Function0.apply$mcV$sp(Function0.scala:34)
249.15/240.01		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
249.15/240.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
249.15/240.01		at scala.App.$anonfun$main$1$adapted(App.scala:76)
249.15/240.01		at scala.collection.immutable.List.foreach(List.scala:389)
249.15/240.01		at scala.App.main(App.scala:76)
249.15/240.01		at scala.App.main$(App.scala:74)
249.15/240.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
249.15/240.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
249.15/240.02	v <instantiation cost="8">
249.15/240.02	v       <list>
249.15/240.02	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63]
249.15/240.02	v       </list>
249.15/240.02	v       <values>
249.15/240.02	v         5 2 1 8 6 3 7 4 1 6 7 0 2 5 8 3 0 3 8 6 4 7 1 5 4 7 5 3 1 2 6 0 3 8 6 2 7 0 5 1 7 1 0 5 8 4 3 6 2 5 4 1 3 6 0 8 6 0 3 7 5 8 4 2
249.15/240.02	v       </values>
249.15/240.02	v     </instantiation>
249.15/240.02	s SATISFIABLE

Verifier Data

OK	8

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

pid=1109
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: 2.15 1.70 1.69 3/194 1112
/proc/meminfo: memFree=26998516/32770624 swapFree=0/938544
[pid=1112] ppid=1109 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/1112/stat : 1112 (runsolver) D 1109 1112 5678 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 13270857 24240128 106 18446744073709551615 4194304 4338465 140726220708368 140726220706008 139886384739031 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 14098432 140726220710096 140726220710470 140726220710470 140726220713930 0
/proc/1112/statm: 5918 106 53 36 0 2156 0

[startup+0.100907 s]
/proc/loadavg: 2.15 1.70 1.69 3/194 1112
/proc/meminfo: memFree=26998516/32770624 swapFree=0/938544
[pid=1112] ppid=1109 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/1112/stat : 1112 (bash) S 1109 1112 5678 0 -1 4202496 890 6492 0 0 0 0 0 1 20 0 1 0 13270857 9867264 376 18446744073709551615 4194304 5098028 140722517482368 140722517476376 139714001767424 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 7 0 0 7196144 7232144 28459008 140722517484049 140722517484134 140722517484134 140722517487594 0
/proc/1112/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200266 s]
/proc/loadavg: 2.15 1.70 1.69 3/194 1112
/proc/meminfo: memFree=26998516/32770624 swapFree=0/938544
[pid=1112] ppid=1109 vsize=356956 CPUtime=0.07 cores=0,2,4,6
/proc/1112/stat : 1112 (java) S 1109 1112 5678 0 -1 1077944320 2579 12394 0 0 0 0 5 2 20 0 2 0 13270857 365522944 1873 18446744073709551615 4194304 4196468 140736270221968 140736270204512 140358102302455 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
/proc/1112/statm: 89239 1873 1025 1 0 79217 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 356956

[startup+0.302281 s]
/proc/loadavg: 2.15 1.70 1.69 3/194 1112
/proc/meminfo: memFree=26998516/32770624 swapFree=0/938544
[pid=1112] ppid=1109 vsize=13974356 CPUtime=0.18 cores=0,2,4,6
/proc/1112/stat : 1112 (java) S 1109 1112 5678 0 -1 1077944320 6612 12394 0 0 10 1 5 2 20 0 15 0 13270857 14309740544 7249 18446744073709551615 4194304 4196468 140736270221968 140736270204512 140358102302455 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
/proc/1112/statm: 3493589 7249 2838 1 0 3482973 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 13974356

[startup+0.700348 s]
/proc/loadavg: 2.15 1.70 1.69 3/194 1112
/proc/meminfo: memFree=26998516/32770624 swapFree=0/938544
[pid=1112] ppid=1109 vsize=13974784 CPUtime=0.72 cores=0,2,4,6
/proc/1112/stat : 1112 (java) S 1109 1112 5678 0 -1 1077944320 13948 12394 0 0 61 4 5 2 20 0 15 0 13270857 14310178816 14915 18446744073709551615 4194304 4196468 140736270221968 140736270204512 140358102302455 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
/proc/1112/statm: 3493696 14915 3109 1 0 3482973 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 13974784

[startup+1.50067 s]
/proc/loadavg: 2.15 1.70 1.69 4/209 1176
/proc/meminfo: memFree=26900128/32770624 swapFree=0/938792
[pid=1112] ppid=1109 vsize=13985408 CPUtime=1.94 cores=0,2,4,6
/proc/1112/stat : 1112 (java) S 1109 1112 5678 0 -1 1077944320 30167 12394 0 0 178 9 5 2 20 0 15 0 13270857 14321057792 42697 18446744073709551615 4194304 4196468 140736270221968 140736270204512 140358102302455 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
/proc/1112/statm: 3496352 42697 3363 1 0 3485533 0
[pid=1112/tid=1163] ppid=1109 vsize=13985408 CPUtime=1.31 cores=0,2,4,6
/proc/1112/task/1163/stat : 1163 (java) R 1109 1112 5678 0 -1 4202560 22662 12394 0 0 119 5 5 2 20 0 15 0 13270877 14321057792 42697 18446744073709551615 4194304 4196468 140736270221968 140358106521168 140358102324381 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1164] ppid=1109 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/1112/task/1164/stat : 1164 (java) S 1109 1112 5678 0 -1 1077944384 61 12394 0 0 0 0 5 2 20 0 15 0 13270877 14321057792 42697 18446744073709551615 4194304 4196468 140736270221968 140358059269264 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1165] ppid=1109 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/1112/task/1165/stat : 1165 (java) S 1109 1112 5678 0 -1 1077944384 196 12394 0 0 1 0 5 2 20 0 15 0 13270877 14321057792 42697 18446744073709551615 4194304 4196468 140736270221968 140358058216464 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1166] ppid=1109 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/1112/task/1166/stat : 1166 (java) S 1109 1112 5678 0 -1 1077944384 48 12394 0 0 0 0 5 2 20 0 15 0 13270877 14321057792 42697 18446744073709551615 4194304 4196468 140736270221968 140358057163664 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1167] ppid=1109 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/1112/task/1167/stat : 1167 (java) S 1109 1112 5678 0 -1 1077944384 57 12394 0 0 1 0 5 2 20 0 15 0 13270877 14321057792 42697 18446744073709551615 4194304 4196468 140736270221968 140358056110864 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1168] ppid=1109 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/1112/task/1168/stat : 1168 (java) S 1109 1112 5678 0 -1 1077944384 1701 12394 0 0 1 0 5 2 20 0 15 0 13270879 14321057792 42697 18446744073709551615 4194304 4196468 140736270221968 140357580859760 140358102313602 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1169] ppid=1109 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/1112/task/1169/stat : 1169 (java) S 1109 1112 5678 0 -1 1077944384 54 12394 0 0 0 0 5 2 20 0 15 0 13270879 14321057792 42697 18446744073709551615 4194304 4196468 140736270221968 140357579805792 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1170] ppid=1109 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/1112/task/1170/stat : 1170 (java) S 1109 1112 5678 0 -1 1077944384 43 12394 0 0 0 0 5 2 20 0 15 0 13270879 14321057792 42697 18446744073709551615 4194304 4196468 140736270221968 140357578752880 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1171] ppid=1109 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/1112/task/1171/stat : 1171 (java) S 1109 1112 5678 0 -1 1077944384 3 12394 0 0 0 0 5 2 20 0 15 0 13270882 14321057792 42697 18446744073709551615 4194304 4196468 140736270221968 140357577701200 140358102321051 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1172] ppid=1109 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/1112/task/1172/stat : 1172 (java) S 1109 1112 5678 0 -1 1077944384 1231 12394 0 0 16 0 5 2 20 0 15 0 13270882 14321057792 42697 18446744073709551615 4194304 4196468 140736270221968 140357576649584 140358102313602 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1173] ppid=1109 vsize=13985408 CPUtime=0.19 cores=0,2,4,6
/proc/1112/task/1173/stat : 1173 (java) S 1109 1112 5678 0 -1 1077944384 539 12394 0 0 12 0 5 2 20 0 15 0 13270882 14321057792 42697 18446744073709551615 4194304 4196468 140736270221968 140357575596784 140358102313602 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1174] ppid=1109 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/1112/task/1174/stat : 1174 (java) S 1109 1112 5678 0 -1 1077944384 1410 12394 0 0 24 0 5 2 20 0 15 0 13270882 14321057792 42697 18446744073709551615 4194304 4196468 140736270221968 140357574543984 140358102313602 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1175] ppid=1109 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/1112/task/1175/stat : 1175 (java) S 1109 1112 5678 0 -1 1077944384 3 12394 0 0 0 0 5 2 20 0 15 0 13270882 14321057792 42697 18446744073709551615 4194304 4196468 140736270221968 140357573491424 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1176] ppid=1109 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/1112/task/1176/stat : 1176 (java) S 1109 1112 5678 0 -1 1077944384 10 12394 0 0 0 0 5 2 20 0 15 0 13270885 14321057792 42697 18446744073709551615 4194304 4196468 140736270221968 140357572438704 140358102313602 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 13985408

[startup+3.10079 s]
/proc/loadavg: 2.15 1.70 1.69 3/209 1176
/proc/meminfo: memFree=26828344/32770624 swapFree=0/938792
[pid=1112] ppid=1109 vsize=13997884 CPUtime=5.73 cores=0,2,4,6
/proc/1112/stat : 1112 (java) S 1109 1112 5678 0 -1 1077944320 43671 12394 0 0 553 13 5 2 20 0 15 0 13270857 14333833216 55630 18446744073709551615 4194304 4196468 140736270221968 140736270204512 140358102302455 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
/proc/1112/statm: 3499471 55630 3433 1 0 3488093 0
[pid=1112/tid=1163] ppid=1109 vsize=13997884 CPUtime=2.9 cores=0,2,4,6
/proc/1112/task/1163/stat : 1163 (java) R 1109 1112 5678 0 -1 4202560 27753 12394 0 0 276 7 5 2 20 0 15 0 13270877 14333833216 55630 18446744073709551615 4194304 4196468 140736270221968 140358106532640 140357747676787 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1164] ppid=1109 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/1112/task/1164/stat : 1164 (java) S 1109 1112 5678 0 -1 1077944384 61 12394 0 0 0 0 5 2 20 0 15 0 13270877 14333833216 55630 18446744073709551615 4194304 4196468 140736270221968 140358059269264 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1165] ppid=1109 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/1112/task/1165/stat : 1165 (java) S 1109 1112 5678 0 -1 1077944384 196 12394 0 0 1 0 5 2 20 0 15 0 13270877 14333833216 55630 18446744073709551615 4194304 4196468 140736270221968 140358058216464 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1166] ppid=1109 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/1112/task/1166/stat : 1166 (java) S 1109 1112 5678 0 -1 1077944384 48 12394 0 0 0 0 5 2 20 0 15 0 13270877 14333833216 55630 18446744073709551615 4194304 4196468 140736270221968 140358057163664 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1167] ppid=1109 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/1112/task/1167/stat : 1167 (java) S 1109 1112 5678 0 -1 1077944384 57 12394 0 0 1 0 5 2 20 0 15 0 13270877 14333833216 55630 18446744073709551615 4194304 4196468 140736270221968 140358056110864 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1168] ppid=1109 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/1112/task/1168/stat : 1168 (java) S 1109 1112 5678 0 -1 1077944384 1717 12394 0 0 1 0 5 2 20 0 15 0 13270879 14333833216 55630 18446744073709551615 4194304 4196468 140736270221968 140357580859760 140358102313602 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1169] ppid=1109 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/1112/task/1169/stat : 1169 (java) S 1109 1112 5678 0 -1 1077944384 54 12394 0 0 0 0 5 2 20 0 15 0 13270879 14333833216 55630 18446744073709551615 4194304 4196468 140736270221968 140357579805792 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1170] ppid=1109 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/1112/task/1170/stat : 1170 (java) S 1109 1112 5678 0 -1 1077944384 43 12394 0 0 0 0 5 2 20 0 15 0 13270879 14333833216 55630 18446744073709551615 4194304 4196468 140736270221968 140357578752880 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1171] ppid=1109 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/1112/task/1171/stat : 1171 (java) S 1109 1112 5678 0 -1 1077944384 3 12394 0 0 0 0 5 2 20 0 15 0 13270882 14333833216 55630 18446744073709551615 4194304 4196468 140736270221968 140357577701200 140358102321051 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1172] ppid=1109 vsize=13997884 CPUtime=0.86 cores=0,2,4,6
/proc/1112/task/1172/stat : 1172 (java) R 1109 1112 5678 0 -1 4202560 2601 12394 0 0 78 1 5 2 20 0 15 0 13270882 14333833216 55630 18446744073709551615 4194304 4196468 140736270221968 140357576635424 140358086295016 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1173] ppid=1109 vsize=13997884 CPUtime=0.87 cores=0,2,4,6
/proc/1112/task/1173/stat : 1173 (java) R 1109 1112 5678 0 -1 4202560 2043 12394 0 0 79 1 5 2 20 0 15 0 13270882 14333833216 55630 18446744073709551615 4194304 4196468 140736270221968 140357575582880 140358083478344 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1174] ppid=1109 vsize=13997884 CPUtime=1.2 cores=0,2,4,6
/proc/1112/task/1174/stat : 1174 (java) R 1109 1112 5678 0 -1 4202560 6930 12394 0 0 112 1 5 2 20 0 15 0 13270882 14333833216 55630 18446744073709551615 4194304 4196468 140736270221968 140357574543984 140358102323802 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1175] ppid=1109 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/1112/task/1175/stat : 1175 (java) S 1109 1112 5678 0 -1 1077944384 3 12394 0 0 0 0 5 2 20 0 15 0 13270882 14333833216 55630 18446744073709551615 4194304 4196468 140736270221968 140357573491424 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1176] ppid=1109 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/1112/task/1176/stat : 1176 (java) S 1109 1112 5678 0 -1 1077944384 12 12394 0 0 0 0 5 2 20 0 15 0 13270885 14333833216 55630 18446744073709551615 4194304 4196468 140736270221968 140357572438704 140358102313602 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
Current children cumulated CPU time (s) 5.73
Current children cumulated vsize (KiB) 13997884

[startup+6.30069 s]
/proc/loadavg: 2.38 1.75 1.70 3/209 1176
/proc/meminfo: memFree=26632560/32770624 swapFree=0/938804
[pid=1112] ppid=1109 vsize=14067516 CPUtime=13.96 cores=0,2,4,6
/proc/1112/stat : 1112 (java) S 1109 1112 5678 0 -1 1077944320 71427 12394 0 0 1368 21 5 2 20 0 15 0 13270857 14405136384 93287 18446744073709551615 4194304 4196468 140736270221968 140736270204512 140358102302455 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
/proc/1112/statm: 3516879 93287 3465 1 0 3505501 0
[pid=1112/tid=1163] ppid=1109 vsize=14067516 CPUtime=5.87 cores=0,2,4,6
/proc/1112/task/1163/stat : 1163 (java) R 1109 1112 5678 0 -1 4202560 40474 12394 0 0 571 9 5 2 20 0 15 0 13270877 14405136384 93287 18446744073709551615 4194304 4196468 140736270221968 140358106536624 140357752242768 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1164] ppid=1109 vsize=14067516 CPUtime=0.18 cores=0,2,4,6
/proc/1112/task/1164/stat : 1164 (java) S 1109 1112 5678 0 -1 1077944384 126 12394 0 0 11 0 5 2 20 0 15 0 13270877 14405136384 93287 18446744073709551615 4194304 4196468 140736270221968 140358059269264 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1165] ppid=1109 vsize=14067516 CPUtime=0.17 cores=0,2,4,6
/proc/1112/task/1165/stat : 1165 (java) S 1109 1112 5678 0 -1 1077944384 1046 12394 0 0 10 0 5 2 20 0 15 0 13270877 14405136384 93287 18446744073709551615 4194304 4196468 140736270221968 140358058216464 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1166] ppid=1109 vsize=14067516 CPUtime=0.17 cores=0,2,4,6
/proc/1112/task/1166/stat : 1166 (java) S 1109 1112 5678 0 -1 1077944384 126 12394 0 0 10 0 5 2 20 0 15 0 13270877 14405136384 93287 18446744073709551615 4194304 4196468 140736270221968 140358057163664 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1167] ppid=1109 vsize=14067516 CPUtime=0.18 cores=0,2,4,6
/proc/1112/task/1167/stat : 1167 (java) S 1109 1112 5678 0 -1 1077944384 123 12394 0 0 11 0 5 2 20 0 15 0 13270877 14405136384 93287 18446744073709551615 4194304 4196468 140736270221968 140358056110864 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1168] ppid=1109 vsize=14067516 CPUtime=0.18 cores=0,2,4,6
/proc/1112/task/1168/stat : 1168 (java) S 1109 1112 5678 0 -1 1077944384 2498 12394 0 0 11 0 5 2 20 0 15 0 13270879 14405136384 93287 18446744073709551615 4194304 4196468 140736270221968 140357580859760 140358102313602 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1169] ppid=1109 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/1112/task/1169/stat : 1169 (java) S 1109 1112 5678 0 -1 1077944384 54 12394 0 0 0 0 5 2 20 0 15 0 13270879 14405136384 93287 18446744073709551615 4194304 4196468 140736270221968 140357579805792 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1170] ppid=1109 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/1112/task/1170/stat : 1170 (java) S 1109 1112 5678 0 -1 1077944384 43 12394 0 0 0 0 5 2 20 0 15 0 13270879 14405136384 93287 18446744073709551615 4194304 4196468 140736270221968 140357578752896 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1171] ppid=1109 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/1112/task/1171/stat : 1171 (java) S 1109 1112 5678 0 -1 1077944384 3 12394 0 0 0 0 5 2 20 0 15 0 13270882 14405136384 93287 18446744073709551615 4194304 4196468 140736270221968 140357577701200 140358102321051 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1172] ppid=1109 vsize=14067516 CPUtime=2.82 cores=0,2,4,6
/proc/1112/task/1172/stat : 1172 (java) S 1109 1112 5678 0 -1 1077944384 5533 12394 0 0 273 2 5 2 20 0 15 0 13270882 14405136384 93287 18446744073709551615 4194304 4196468 140736270221968 140357576649584 140358102313602 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1173] ppid=1109 vsize=14067516 CPUtime=3.1 cores=0,2,4,6
/proc/1112/task/1173/stat : 1173 (java) S 1109 1112 5678 0 -1 1077944384 11101 12394 0 0 301 2 5 2 20 0 15 0 13270882 14405136384 93287 18446744073709551615 4194304 4196468 140736270221968 140357575596784 140358102313602 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1174] ppid=1109 vsize=14067516 CPUtime=1.74 cores=0,2,4,6
/proc/1112/task/1174/stat : 1174 (java) S 1109 1112 5678 0 -1 1077944384 8134 12394 0 0 165 2 5 2 20 0 15 0 13270882 14405136384 93287 18446744073709551615 4194304 4196468 140736270221968 140357574543984 140358102313602 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1175] ppid=1109 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/1112/task/1175/stat : 1175 (java) S 1109 1112 5678 0 -1 1077944384 3 12394 0 0 0 0 5 2 20 0 15 0 13270882 14405136384 93287 18446744073709551615 4194304 4196468 140736270221968 140357573491424 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1176] ppid=1109 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/1112/task/1176/stat : 1176 (java) S 1109 1112 5678 0 -1 1077944384 13 12394 0 0 0 0 5 2 20 0 15 0 13270885 14405136384 93287 18446744073709551615 4194304 4196468 140736270221968 140357572438704 140358102313602 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
Current children cumulated CPU time (s) 13.96
Current children cumulated vsize (KiB) 14067516

[startup+12.7006 s]
/proc/loadavg: 2.35 1.76 1.70 4/209 1176
/proc/meminfo: memFree=26553928/32770624 swapFree=0/938812
[pid=1112] ppid=1109 vsize=14067516 CPUtime=20.6 cores=0,2,4,6
/proc/1112/stat : 1112 (java) S 1109 1112 5678 0 -1 1077944320 77316 12394 0 0 2029 24 5 2 20 0 15 0 13270857 14405136384 112893 18446744073709551615 4194304 4196468 140736270221968 140736270204512 140358102302455 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
/proc/1112/statm: 3516879 112893 3465 1 0 3505501 0
[pid=1112/tid=1163] ppid=1109 vsize=14067516 CPUtime=12.26 cores=0,2,4,6
/proc/1112/task/1163/stat : 1163 (java) R 1109 1112 5678 0 -1 4202560 42219 12394 0 0 1208 11 5 2 20 0 15 0 13270877 14405136384 112893 18446744073709551615 4194304 4196468 140736270221968 140358106536624 140357752169646 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1164] ppid=1109 vsize=14067516 CPUtime=0.19 cores=0,2,4,6
/proc/1112/task/1164/stat : 1164 (java) S 1109 1112 5678 0 -1 1077944384 225 12394 0 0 11 1 5 2 20 0 15 0 13270877 14405136384 112893 18446744073709551615 4194304 4196468 140736270221968 140358059269264 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1165] ppid=1109 vsize=14067516 CPUtime=0.17 cores=0,2,4,6
/proc/1112/task/1165/stat : 1165 (java) S 1109 1112 5678 0 -1 1077944384 1498 12394 0 0 10 0 5 2 20 0 15 0 13270877 14405136384 112893 18446744073709551615 4194304 4196468 140736270221968 140358058216464 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1166] ppid=1109 vsize=14067516 CPUtime=0.19 cores=0,2,4,6
/proc/1112/task/1166/stat : 1166 (java) S 1109 1112 5678 0 -1 1077944384 141 12394 0 0 11 1 5 2 20 0 15 0 13270877 14405136384 112893 18446744073709551615 4194304 4196468 140736270221968 140358057163664 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1167] ppid=1109 vsize=14067516 CPUtime=0.19 cores=0,2,4,6
/proc/1112/task/1167/stat : 1167 (java) S 1109 1112 5678 0 -1 1077944384 244 12394 0 0 12 0 5 2 20 0 15 0 13270877 14405136384 112893 18446744073709551615 4194304 4196468 140736270221968 140358056110864 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1168] ppid=1109 vsize=14067516 CPUtime=0.19 cores=0,2,4,6
/proc/1112/task/1168/stat : 1168 (java) S 1109 1112 5678 0 -1 1077944384 2797 12394 0 0 12 0 5 2 20 0 15 0 13270879 14405136384 112893 18446744073709551615 4194304 4196468 140736270221968 140357580859760 140358102313602 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1169] ppid=1109 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/1112/task/1169/stat : 1169 (java) S 1109 1112 5678 0 -1 1077944384 60 12394 0 0 0 0 5 2 20 0 15 0 13270879 14405136384 112893 18446744073709551615 4194304 4196468 140736270221968 140357579805792 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1170] ppid=1109 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/1112/task/1170/stat : 1170 (java) S 1109 1112 5678 0 -1 1077944384 43 12394 0 0 0 0 5 2 20 0 15 0 13270879 14405136384 112893 18446744073709551615 4194304 4196468 140736270221968 140357578752896 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1171] ppid=1109 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/1112/task/1171/stat : 1171 (java) S 1109 1112 5678 0 -1 1077944384 3 12394 0 0 0 0 5 2 20 0 15 0 13270882 14405136384 112893 18446744073709551615 4194304 4196468 140736270221968 140357577701200 140358102321051 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0

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

/proc/1112/task/1175/stat : 1175 (java) S 1109 1112 5678 0 -1 1077944384 3 12394 0 0 0 0 5 2 20 0 15 0 13270882 14405136384 136233 18446744073709551615 4194304 4196468 140736270221968 140357573491424 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1176] ppid=1109 vsize=14067516 CPUtime=0.09 cores=0,2,4,6
/proc/1112/task/1176/stat : 1176 (java) S 1109 1112 5678 0 -1 1077944384 440 12394 0 0 1 1 5 2 20 0 15 0 13270885 14405136384 136233 18446744073709551615 4194304 4196468 140736270221968 140357572438704 140358102313602 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
Current children cumulated CPU time (s) 59.12
Current children cumulated vsize (KiB) 14067516

[startup+102.301 s]
/proc/loadavg: 1.71 1.70 1.69 3/209 1178
/proc/meminfo: memFree=26375368/32770624 swapFree=0/938872
[pid=1112] ppid=1109 vsize=14067516 CPUtime=110.5 cores=0,2,4,6
/proc/1112/stat : 1112 (java) S 1109 1112 5678 0 -1 1077944320 90205 12394 0 0 11010 33 5 2 20 0 15 0 13270857 14405136384 135082 18446744073709551615 4194304 4196468 140736270221968 140736270204512 140358102302455 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
/proc/1112/statm: 3516879 135082 3465 1 0 3505501 0
[pid=1112/tid=1163] ppid=1109 vsize=14067516 CPUtime=101.69 cores=0,2,4,6
/proc/1112/task/1163/stat : 1163 (java) R 1109 1112 5678 0 -1 4202560 45984 12394 0 0 10149 13 5 2 20 0 15 0 13270877 14405136384 135082 18446744073709551615 4194304 4196468 140736270221968 140358106536448 140357751229020 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1164] ppid=1109 vsize=14067516 CPUtime=0.27 cores=0,2,4,6
/proc/1112/task/1164/stat : 1164 (java) S 1109 1112 5678 0 -1 1077944384 534 12394 0 0 18 2 5 2 20 0 15 0 13270877 14405136384 135082 18446744073709551615 4194304 4196468 140736270221968 140358059269264 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1165] ppid=1109 vsize=14067516 CPUtime=0.26 cores=0,2,4,6
/proc/1112/task/1165/stat : 1165 (java) S 1109 1112 5678 0 -1 1077944384 4100 12394 0 0 17 2 5 2 20 0 15 0 13270877 14405136384 135082 18446744073709551615 4194304 4196468 140736270221968 140358058216464 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1166] ppid=1109 vsize=14067516 CPUtime=0.26 cores=0,2,4,6
/proc/1112/task/1166/stat : 1166 (java) S 1109 1112 5678 0 -1 1077944384 1709 12394 0 0 17 2 5 2 20 0 15 0 13270877 14405136384 135082 18446744073709551615 4194304 4196468 140736270221968 140358057163664 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1167] ppid=1109 vsize=14067516 CPUtime=0.27 cores=0,2,4,6
/proc/1112/task/1167/stat : 1167 (java) S 1109 1112 5678 0 -1 1077944384 909 12394 0 0 19 1 5 2 20 0 15 0 13270877 14405136384 135082 18446744073709551615 4194304 4196468 140736270221968 140358056110864 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1168] ppid=1109 vsize=14067516 CPUtime=0.27 cores=0,2,4,6
/proc/1112/task/1168/stat : 1168 (java) S 1109 1112 5678 0 -1 1077944384 3742 12394 0 0 19 1 5 2 20 0 15 0 13270879 14405136384 135082 18446744073709551615 4194304 4196468 140736270221968 140357580859760 140358102313602 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1169] ppid=1109 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/1112/task/1169/stat : 1169 (java) S 1109 1112 5678 0 -1 1077944384 60 12394 0 0 0 0 5 2 20 0 15 0 13270879 14405136384 135082 18446744073709551615 4194304 4196468 140736270221968 140357579805792 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1170] ppid=1109 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/1112/task/1170/stat : 1170 (java) S 1109 1112 5678 0 -1 1077944384 43 12394 0 0 0 0 5 2 20 0 15 0 13270879 14405136384 135082 18446744073709551615 4194304 4196468 140736270221968 140357578752896 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1171] ppid=1109 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/1112/task/1171/stat : 1171 (java) S 1109 1112 5678 0 -1 1077944384 3 12394 0 0 0 0 5 2 20 0 15 0 13270882 14405136384 135082 18446744073709551615 4194304 4196468 140736270221968 140357577701200 140358102321051 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1172] ppid=1109 vsize=14067516 CPUtime=2.88 cores=0,2,4,6
/proc/1112/task/1172/stat : 1172 (java) S 1109 1112 5678 0 -1 1077944384 6360 12394 0 0 279 2 5 2 20 0 15 0 13270882 14405136384 135082 18446744073709551615 4194304 4196468 140736270221968 140357576649584 140358102313602 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1173] ppid=1109 vsize=14067516 CPUtime=3.25 cores=0,2,4,6
/proc/1112/task/1173/stat : 1173 (java) S 1109 1112 5678 0 -1 1077944384 12949 12394 0 0 316 2 5 2 20 0 15 0 13270882 14405136384 135082 18446744073709551615 4194304 4196468 140736270221968 140357575596784 140358102313602 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1174] ppid=1109 vsize=14067516 CPUtime=1.77 cores=0,2,4,6
/proc/1112/task/1174/stat : 1174 (java) S 1109 1112 5678 0 -1 1077944384 11200 12394 0 0 167 3 5 2 20 0 15 0 13270882 14405136384 135082 18446744073709551615 4194304 4196468 140736270221968 140357574543984 140358102313602 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1175] ppid=1109 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/1112/task/1175/stat : 1175 (java) S 1109 1112 5678 0 -1 1077944384 3 12394 0 0 0 0 5 2 20 0 15 0 13270882 14405136384 135082 18446744073709551615 4194304 4196468 140736270221968 140357573491424 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1176] ppid=1109 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/1112/task/1176/stat : 1176 (java) S 1109 1112 5678 0 -1 1077944384 459 12394 0 0 2 2 5 2 20 0 15 0 13270885 14405136384 135082 18446744073709551615 4194304 4196468 140736270221968 140357572438704 140358102313602 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
Current children cumulated CPU time (s) 110.5
Current children cumulated vsize (KiB) 14067516

[startup+162.301 s]
/proc/loadavg: 1.74 1.70 1.69 3/209 1180
/proc/meminfo: memFree=26353276/32770624 swapFree=0/938896
[pid=1112] ppid=1109 vsize=14067516 CPUtime=170.9 cores=0,2,4,6
/proc/1112/stat : 1112 (java) S 1109 1112 5678 0 -1 1077944320 97365 12394 0 0 17045 38 5 2 20 0 15 0 13270857 14405136384 135104 18446744073709551615 4194304 4196468 140736270221968 140736270204512 140358102302455 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
/proc/1112/statm: 3516879 135104 3465 1 0 3505501 0
[pid=1112/tid=1163] ppid=1109 vsize=14067516 CPUtime=161.37 cores=0,2,4,6
/proc/1112/task/1163/stat : 1163 (java) R 1109 1112 5678 0 -1 4202560 47075 12394 0 0 16117 13 5 2 20 0 15 0 13270877 14405136384 135104 18446744073709551615 4194304 4196468 140736270221968 140358106536576 140357740169566 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1164] ppid=1109 vsize=14067516 CPUtime=0.4 cores=0,2,4,6
/proc/1112/task/1164/stat : 1164 (java) S 1109 1112 5678 0 -1 1077944384 1977 12394 0 0 30 3 5 2 20 0 15 0 13270877 14405136384 135104 18446744073709551615 4194304 4196468 140736270221968 140358059269264 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1165] ppid=1109 vsize=14067516 CPUtime=0.39 cores=0,2,4,6
/proc/1112/task/1165/stat : 1165 (java) S 1109 1112 5678 0 -1 1077944384 4171 12394 0 0 29 3 5 2 20 0 15 0 13270877 14405136384 135104 18446744073709551615 4194304 4196468 140736270221968 140358058216464 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1166] ppid=1109 vsize=14067516 CPUtime=0.4 cores=0,2,4,6
/proc/1112/task/1166/stat : 1166 (java) S 1109 1112 5678 0 -1 1077944384 1771 12394 0 0 29 4 5 2 20 0 15 0 13270877 14405136384 135104 18446744073709551615 4194304 4196468 140736270221968 140358057163664 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1167] ppid=1109 vsize=14067516 CPUtime=0.4 cores=0,2,4,6
/proc/1112/task/1167/stat : 1167 (java) S 1109 1112 5678 0 -1 1077944384 1071 12394 0 0 31 2 5 2 20 0 15 0 13270877 14405136384 135104 18446744073709551615 4194304 4196468 140736270221968 140358056110864 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1168] ppid=1109 vsize=14067516 CPUtime=0.41 cores=0,2,4,6
/proc/1112/task/1168/stat : 1168 (java) S 1109 1112 5678 0 -1 1077944384 4068 12394 0 0 32 2 5 2 20 0 15 0 13270879 14405136384 135104 18446744073709551615 4194304 4196468 140736270221968 140357580859760 140358102313602 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1169] ppid=1109 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/1112/task/1169/stat : 1169 (java) S 1109 1112 5678 0 -1 1077944384 60 12394 0 0 0 0 5 2 20 0 15 0 13270879 14405136384 135104 18446744073709551615 4194304 4196468 140736270221968 140357579805792 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1170] ppid=1109 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/1112/task/1170/stat : 1170 (java) S 1109 1112 5678 0 -1 1077944384 43 12394 0 0 0 0 5 2 20 0 15 0 13270879 14405136384 135104 18446744073709551615 4194304 4196468 140736270221968 140357578752896 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1171] ppid=1109 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/1112/task/1171/stat : 1171 (java) S 1109 1112 5678 0 -1 1077944384 3 12394 0 0 0 0 5 2 20 0 15 0 13270882 14405136384 135104 18446744073709551615 4194304 4196468 140736270221968 140357577701200 140358102321051 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1172] ppid=1109 vsize=14067516 CPUtime=2.88 cores=0,2,4,6
/proc/1112/task/1172/stat : 1172 (java) S 1109 1112 5678 0 -1 1077944384 6363 12394 0 0 279 2 5 2 20 0 15 0 13270882 14405136384 135104 18446744073709551615 4194304 4196468 140736270221968 140357576649584 140358102313602 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1173] ppid=1109 vsize=14067516 CPUtime=3.25 cores=0,2,4,6
/proc/1112/task/1173/stat : 1173 (java) S 1109 1112 5678 0 -1 1077944384 12951 12394 0 0 316 2 5 2 20 0 15 0 13270882 14405136384 135104 18446744073709551615 4194304 4196468 140736270221968 140357575596784 140358102313602 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1174] ppid=1109 vsize=14067516 CPUtime=1.78 cores=0,2,4,6
/proc/1112/task/1174/stat : 1174 (java) S 1109 1112 5678 0 -1 1077944384 15181 12394 0 0 168 3 5 2 20 0 15 0 13270882 14405136384 135104 18446744073709551615 4194304 4196468 140736270221968 140357574543984 140358102313602 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1175] ppid=1109 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/1112/task/1175/stat : 1175 (java) S 1109 1112 5678 0 -1 1077944384 3 12394 0 0 0 0 5 2 20 0 15 0 13270882 14405136384 135104 18446744073709551615 4194304 4196468 140736270221968 140357573491424 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1176] ppid=1109 vsize=14067516 CPUtime=0.15 cores=0,2,4,6
/proc/1112/task/1176/stat : 1176 (java) S 1109 1112 5678 0 -1 1077944384 478 12394 0 0 4 4 5 2 20 0 15 0 13270885 14405136384 135104 18446744073709551615 4194304 4196468 140736270221968 140357572438704 140358102313602 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
Current children cumulated CPU time (s) 170.9
Current children cumulated vsize (KiB) 14067516

[startup+222.306 s]
/proc/loadavg: 1.95 1.74 1.70 3/209 1322
/proc/meminfo: memFree=28957896/32770624 swapFree=0/938904
[pid=1112] ppid=1109 vsize=14067516 CPUtime=231.33 cores=0,2,4,6
/proc/1112/stat : 1112 (java) S 1109 1112 5678 0 -1 1077944320 100524 12394 0 0 23082 44 5 2 20 0 15 0 13270857 14405136384 135155 18446744073709551615 4194304 4196468 140736270221968 140736270204512 140358102302455 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
/proc/1112/statm: 3516879 135155 3465 1 0 3505501 0
[pid=1112/tid=1163] ppid=1109 vsize=14067516 CPUtime=221.05 cores=0,2,4,6
/proc/1112/task/1163/stat : 1163 (java) R 1109 1112 5678 0 -1 4202560 48158 12394 0 0 22083 15 5 2 20 0 15 0 13270877 14405136384 135155 18446744073709551615 4194304 4196468 140736270221968 140358106536736 140357752891801 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1164] ppid=1109 vsize=14067516 CPUtime=0.54 cores=0,2,4,6
/proc/1112/task/1164/stat : 1164 (java) S 1109 1112 5678 0 -1 1077944384 3402 12394 0 0 44 3 5 2 20 0 15 0 13270877 14405136384 135155 18446744073709551615 4194304 4196468 140736270221968 140358059269264 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1165] ppid=1109 vsize=14067516 CPUtime=0.53 cores=0,2,4,6
/proc/1112/task/1165/stat : 1165 (java) S 1109 1112 5678 0 -1 1077944384 4261 12394 0 0 42 4 5 2 20 0 15 0 13270877 14405136384 135155 18446744073709551615 4194304 4196468 140736270221968 140358058216464 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1166] ppid=1109 vsize=14067516 CPUtime=0.55 cores=0,2,4,6
/proc/1112/task/1166/stat : 1166 (java) S 1109 1112 5678 0 -1 1077944384 1817 12394 0 0 43 5 5 2 20 0 15 0 13270877 14405136384 135155 18446744073709551615 4194304 4196468 140736270221968 140358057163664 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1167] ppid=1109 vsize=14067516 CPUtime=0.54 cores=0,2,4,6
/proc/1112/task/1167/stat : 1167 (java) S 1109 1112 5678 0 -1 1077944384 1237 12394 0 0 45 2 5 2 20 0 15 0 13270877 14405136384 135155 18446744073709551615 4194304 4196468 140736270221968 140358056110864 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1168] ppid=1109 vsize=14067516 CPUtime=0.55 cores=0,2,4,6
/proc/1112/task/1168/stat : 1168 (java) S 1109 1112 5678 0 -1 1077944384 4391 12394 0 0 46 2 5 2 20 0 15 0 13270879 14405136384 135155 18446744073709551615 4194304 4196468 140736270221968 140357580859760 140358102313602 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1169] ppid=1109 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/1112/task/1169/stat : 1169 (java) S 1109 1112 5678 0 -1 1077944384 60 12394 0 0 0 0 5 2 20 0 15 0 13270879 14405136384 135155 18446744073709551615 4194304 4196468 140736270221968 140357579805792 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1170] ppid=1109 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/1112/task/1170/stat : 1170 (java) S 1109 1112 5678 0 -1 1077944384 43 12394 0 0 0 0 5 2 20 0 15 0 13270879 14405136384 135155 18446744073709551615 4194304 4196468 140736270221968 140357578752896 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1171] ppid=1109 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/1112/task/1171/stat : 1171 (java) S 1109 1112 5678 0 -1 1077944384 3 12394 0 0 0 0 5 2 20 0 15 0 13270882 14405136384 135155 18446744073709551615 4194304 4196468 140736270221968 140357577701200 140358102321051 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1172] ppid=1109 vsize=14067516 CPUtime=2.88 cores=0,2,4,6
/proc/1112/task/1172/stat : 1172 (java) S 1109 1112 5678 0 -1 1077944384 6365 12394 0 0 279 2 5 2 20 0 15 0 13270882 14405136384 135155 18446744073709551615 4194304 4196468 140736270221968 140357576649584 140358102313602 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1173] ppid=1109 vsize=14067516 CPUtime=3.25 cores=0,2,4,6
/proc/1112/task/1173/stat : 1173 (java) S 1109 1112 5678 0 -1 1077944384 12954 12394 0 0 316 2 5 2 20 0 15 0 13270882 14405136384 135155 18446744073709551615 4194304 4196468 140736270221968 140357575596784 140358102313602 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1174] ppid=1109 vsize=14067516 CPUtime=1.78 cores=0,2,4,6
/proc/1112/task/1174/stat : 1174 (java) S 1109 1112 5678 0 -1 1077944384 15183 12394 0 0 168 3 5 2 20 0 15 0 13270882 14405136384 135155 18446744073709551615 4194304 4196468 140736270221968 140357574543984 140358102313602 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1175] ppid=1109 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/1112/task/1175/stat : 1175 (java) S 1109 1112 5678 0 -1 1077944384 3 12394 0 0 0 0 5 2 20 0 15 0 13270882 14405136384 135155 18446744073709551615 4194304 4196468 140736270221968 140357573491424 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1176] ppid=1109 vsize=14067516 CPUtime=0.18 cores=0,2,4,6
/proc/1112/task/1176/stat : 1176 (java) S 1109 1112 5678 0 -1 1077944384 497 12394 0 0 5 6 5 2 20 0 15 0 13270885 14405136384 135155 18446744073709551615 4194304 4196468 140736270221968 140357572438704 140358102313602 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
Current children cumulated CPU time (s) 231.33
Current children cumulated vsize (KiB) 14067516



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.96 1.76 1.71 3/209 1323
/proc/meminfo: memFree=27702788/32770624 swapFree=0/938928
[pid=1112] ppid=1109 vsize=14067516 CPUtime=249.15 cores=0,2,4,6
/proc/1112/stat : 1112 (java) S 1109 1112 5678 0 -1 1077944320 100621 12394 0 0 24862 46 5 2 20 0 15 0 13270857 14405136384 135155 18446744073709551615 4194304 4196468 140736270221968 140736270204512 140358102302455 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
/proc/1112/statm: 3516879 135155 3465 1 0 3505501 0
[pid=1112/tid=1163] ppid=1109 vsize=14067516 CPUtime=238.64 cores=0,2,4,6
/proc/1112/task/1163/stat : 1163 (java) R 1109 1112 5678 0 -1 4202560 48222 12394 0 0 23842 15 5 2 20 0 15 0 13270877 14405136384 135155 18446744073709551615 4194304 4196468 140736270221968 140358106536496 140357751228883 0 4 1 16800974 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1164] ppid=1109 vsize=14067516 CPUtime=0.59 cores=0,2,4,6
/proc/1112/task/1164/stat : 1164 (java) S 1109 1112 5678 0 -1 1077944384 3407 12394 0 0 48 4 5 2 20 0 15 0 13270877 14405136384 135155 18446744073709551615 4194304 4196468 140736270221968 140358059269264 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1165] ppid=1109 vsize=14067516 CPUtime=0.59 cores=0,2,4,6
/proc/1112/task/1165/stat : 1165 (java) S 1109 1112 5678 0 -1 1077944384 4264 12394 0 0 47 5 5 2 20 0 15 0 13270877 14405136384 135155 18446744073709551615 4194304 4196468 140736270221968 140358058216464 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1166] ppid=1109 vsize=14067516 CPUtime=0.58 cores=0,2,4,6
/proc/1112/task/1166/stat : 1166 (java) S 1109 1112 5678 0 -1 1077944384 1824 12394 0 0 46 5 5 2 20 0 15 0 13270877 14405136384 135155 18446744073709551615 4194304 4196468 140736270221968 140358057163664 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1167] ppid=1109 vsize=14067516 CPUtime=0.59 cores=0,2,4,6
/proc/1112/task/1167/stat : 1167 (java) S 1109 1112 5678 0 -1 1077944384 1243 12394 0 0 49 3 5 2 20 0 15 0 13270877 14405136384 135155 18446744073709551615 4194304 4196468 140736270221968 140358056110864 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1168] ppid=1109 vsize=14067516 CPUtime=0.59 cores=0,2,4,6
/proc/1112/task/1168/stat : 1168 (java) S 1109 1112 5678 0 -1 1077944384 4403 12394 0 0 50 2 5 2 20 0 15 0 13270879 14405136384 135155 18446744073709551615 4194304 4196468 140736270221968 140357580859760 140358102313602 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1169] ppid=1109 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/1112/task/1169/stat : 1169 (java) S 1109 1112 5678 0 -1 1077944384 60 12394 0 0 0 0 5 2 20 0 15 0 13270879 14405136384 135155 18446744073709551615 4194304 4196468 140736270221968 140357579805792 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1170] ppid=1109 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/1112/task/1170/stat : 1170 (java) S 1109 1112 5678 0 -1 1077944384 43 12394 0 0 0 0 5 2 20 0 15 0 13270879 14405136384 135155 18446744073709551615 4194304 4196468 140736270221968 140357578752896 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1171] ppid=1109 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/1112/task/1171/stat : 1171 (java) S 1109 1112 5678 0 -1 1077944384 3 12394 0 0 0 0 5 2 20 0 15 0 13270882 14405136384 135155 18446744073709551615 4194304 4196468 140736270221968 140357577701200 140358102321051 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1172] ppid=1109 vsize=14067516 CPUtime=2.88 cores=0,2,4,6
/proc/1112/task/1172/stat : 1172 (java) S 1109 1112 5678 0 -1 1077944384 6365 12394 0 0 279 2 5 2 20 0 15 0 13270882 14405136384 135155 18446744073709551615 4194304 4196468 140736270221968 140357576649584 140358102313602 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1173] ppid=1109 vsize=14067516 CPUtime=3.25 cores=0,2,4,6
/proc/1112/task/1173/stat : 1173 (java) S 1109 1112 5678 0 -1 1077944384 12954 12394 0 0 316 2 5 2 20 0 15 0 13270882 14405136384 135155 18446744073709551615 4194304 4196468 140736270221968 140357575596784 140358102313602 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1174] ppid=1109 vsize=14067516 CPUtime=1.78 cores=0,2,4,6
/proc/1112/task/1174/stat : 1174 (java) S 1109 1112 5678 0 -1 1077944384 15183 12394 0 0 168 3 5 2 20 0 15 0 13270882 14405136384 135155 18446744073709551615 4194304 4196468 140736270221968 140357574543984 140358102313602 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1175] ppid=1109 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/1112/task/1175/stat : 1175 (java) S 1109 1112 5678 0 -1 1077944384 3 12394 0 0 0 0 5 2 20 0 15 0 13270882 14405136384 135155 18446744073709551615 4194304 4196468 140736270221968 140357573491424 140358102312661 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
[pid=1112/tid=1176] ppid=1109 vsize=14067516 CPUtime=0.19 cores=0,2,4,6
/proc/1112/task/1176/stat : 1176 (java) S 1109 1112 5678 0 -1 1077944384 497 12394 0 0 5 7 5 2 20 0 15 0 13270885 14405136384 135155 18446744073709551615 4194304 4196468 140736270221968 140357572438704 140358102313602 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11796480 140736270223309 140736270226094 140736270226094 140736270229455 0
Current children cumulated CPU time (s) 249.15
Current children cumulated vsize (KiB) 14067516

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 1112 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.038
CPU time (s): 249.219
CPU user time (s): 248.701
CPU system time (s): 0.518061
CPU usage (%): 103.825
Max. virtual memory (cumulated for all children) (KiB): 14070228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.701
system time used= 0.518061
maximum resident set size= 556208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116702
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= 20827
involuntary context switches= 708

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.54696 second user time and 0.977558 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-02 05:47:03
IDJOB=4259524
IDBENCH=120544
IDSOLVER=2646
FILE ID=node128/4259524-1501646461
RUNJOBID= node128-1501642693-29417
PBS_JOBID= 
Free space on /tmp= 61824 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-queen8-8.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259524-1501646461/watcher-4259524-1501646461 -o /tmp/evaluation-result-4259524-1501646461/solver-4259524-1501646461 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node128-1501642693-29417 --watchdog 300  bin/concrete HOME/instance-4259524-1501646461.xml

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

MD5SUM BENCH= 1f0f248e074ceb8e6b1804d1246bfc68
RANDOM SEED=875070209

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26999340 kB
MemAvailable:   27938992 kB
Buffers:          115240 kB
Cached:          1104920 kB
SwapCached:            0 kB
Active:          4411764 kB
Inactive:         947076 kB
Active(anon):    4139012 kB
Inactive(anon):     8532 kB
Active(file):     272752 kB
Inactive(file):   938544 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24056 kB
Writeback:             0 kB
AnonPages:       4138480 kB
Mapped:            43636 kB
Shmem:              8872 kB
Slab:             114508 kB
SReclaimable:      88380 kB
SUnreclaim:        26128 kB
KernelStack:        3472 kB
PageTables:        13300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4986496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3872768 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= 61800 MiB
End job on node128 at 2017-08-02 05:51:03