Trace number 4262197

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)120 2520.0701 2394.22

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n20/
TravellingSalesman-20-30-09.xml
MD5SUM3778b76dec94085d2dd964afc4e92a91
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark120
Best CPU time to get the best result obtained on this benchmark2400.04
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints21
Number of domains2
Minimum domain size20
Maximum domain size34
Distribution of domain sizes[{"size":20,"count":20},{"size":34,"count":20}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":20},{"arity":20,"count":1}]
Number of extensional constraints20
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":20},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

3.22/2.19	c Concrete v3.4 running
7.79/4.20	o 414
7.79/4.25	o 404
7.79/4.28	o 387
8.15/4.31	o 356
8.15/4.33	o 333
8.15/4.34	o 269
8.15/4.36	o 268
8.15/4.38	o 266
8.47/4.41	o 262
8.47/4.44	o 261
8.47/4.47	o 257
8.47/4.49	o 244
8.47/4.50	o 243
8.81/4.52	o 237
8.81/4.54	o 235
8.81/4.55	o 229
8.81/4.56	o 226
8.81/4.58	o 225
8.81/4.59	o 223
9.09/4.60	o 222
9.09/4.64	o 220
9.09/4.65	o 217
9.09/4.66	o 214
9.09/4.67	o 210
9.09/4.68	o 209
9.09/4.69	o 203
9.43/4.71	o 200
9.43/4.73	o 198
9.43/4.74	o 190
9.43/4.77	o 187
9.43/4.78	o 186
9.43/4.79	o 185
9.74/4.80	o 174
9.74/4.81	o 173
9.74/4.88	o 171
10.04/4.99	o 169
10.34/5.09	o 168
10.65/5.12	o 164
10.65/5.13	o 160
10.65/5.19	o 159
10.94/5.20	o 153
10.94/5.21	o 146
10.94/5.22	o 145
10.94/5.28	o 144
11.24/5.30	o 140
11.24/5.35	o 139
12.43/5.75	o 137
12.69/5.82	o 136
13.57/6.18	o 133
13.86/6.26	o 132
14.47/6.63	o 131
14.47/6.64	o 130
51.47/33.09	o 129
59.34/38.57	o 126
81.64/54.48	o 125
81.64/54.48	o 124
81.64/54.49	o 122
81.78/54.57	o 120
2520.01/2394.20	java.util.concurrent.TimeoutException
2520.01/2394.20		at concrete.MAC.mac(MAC.scala:74)
2520.01/2394.20		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.01/2394.20		at scala.util.Try$.apply(Try.scala:209)
2520.01/2394.20		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.01/2394.20		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.01/2394.20		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.01/2394.20		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.01/2394.20		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.01/2394.20		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.01/2394.20		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.01/2394.20		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.01/2394.20		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.01/2394.20		at concrete.MAC.oneRun(MAC.scala:146)
2520.01/2394.20		at concrete.MAC.nextSolution(MAC.scala:166)
2520.01/2394.20		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.01/2394.20		at concrete.ProblemState.map(ProblemState.scala:203)
2520.01/2394.20		at concrete.ProblemState.map(ProblemState.scala:188)
2520.01/2394.20		at concrete.MAC.nextSolution(MAC.scala:195)
2520.01/2394.20		at concrete.Solver.hasNext(Solver.scala:202)
2520.01/2394.20		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.01/2394.20		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.01/2394.20		at concrete.Solver.toStream(Solver.scala:73)
2520.01/2394.20		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2520.01/2394.20		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2520.01/2394.20		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2520.01/2394.21		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2520.01/2394.21		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2520.01/2394.21		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.01/2394.21		at scala.util.Success.map(Try.scala:209)
2520.01/2394.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.01/2394.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.01/2394.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.01/2394.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.01/2394.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.01/2394.21		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.01/2394.21		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.01/2394.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.01/2394.21		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.01/2394.21		at scala.collection.immutable.List.foreach(List.scala:389)
2520.01/2394.21		at scala.App.main(App.scala:76)
2520.01/2394.21		at scala.App.main$(App.scala:74)
2520.01/2394.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.01/2394.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2394.21	v <instantiation cost="120">
2520.01/2394.21	v       <list>
2520.01/2394.21	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19]
2520.01/2394.21	v       </list>
2520.01/2394.21	v       <values>
2520.01/2394.21	v         8 9 7 1 0 2 5 4 10 16 17 15 18 19 14 13 12 11 6 3 7 3 9 3 2 3 2 5 14 2 5 5 18 10 3 7 4 11 2 5
2520.01/2394.21	v       </values>
2520.01/2394.21	v     </instantiation>
2520.01/2394.21	s SATISFIABLE

Verifier Data

OK	120

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-4262197-1502466967/watcher-4262197-1502466967 -o /tmp/evaluation-result-4262197-1502466967/solver-4262197-1502466967 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16611 --watchdog 2580 bin/concrete HOME/instance-4262197-1502466967.xml 

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

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


[startup+0 s]
/proc/loadavg: 1.61 1.72 1.66 3/195 27865
/proc/meminfo: memFree=30476784/32770624 swapFree=0/312100
[pid=27865] ppid=27862 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/27865/stat : 27865 (runsolver) D 27862 27865 16548 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 48892217 24240128 106 18446744073709551615 4194304 4338465 140721004054704 140721004052344 140298577220311 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 8716288 140721004056784 140721004057161 140721004057161 140721004060618 0
/proc/27865/statm: 5918 106 53 36 0 2156 0

[startup+0.10006 s]
/proc/loadavg: 1.61 1.72 1.66 3/195 27865
/proc/meminfo: memFree=30476784/32770624 swapFree=0/312100
[pid=27865] ppid=27862 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/27865/stat : 27865 (bash) S 27862 27865 16548 0 -1 4202496 891 6479 0 0 0 0 0 1 20 0 1 0 48892217 9867264 376 18446744073709551615 4194304 5098028 140728150711600 140728150705608 140205108612096 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 7 0 0 7196144 7232144 13352960 140728150712852 140728150712937 140728150712937 140728150716394 0
/proc/27865/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200263 s]
/proc/loadavg: 1.61 1.72 1.66 3/195 27865
/proc/meminfo: memFree=30476784/32770624 swapFree=0/312100
[pid=27865] ppid=27862 vsize=356956 CPUtime=0.07 cores=0,2,4,6
/proc/27865/stat : 27865 (java) S 27862 27865 16548 0 -1 1077944320 2599 12629 0 0 0 0 5 2 20 0 2 0 48892217 365522944 1947 18446744073709551615 4194304 4196468 140733386756112 140733386738656 139755492658935 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
/proc/27865/statm: 89239 1947 1089 1 0 79209 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 356956

[startup+0.300276 s]
/proc/loadavg: 1.61 1.72 1.66 3/195 27865
/proc/meminfo: memFree=30476784/32770624 swapFree=0/312100
[pid=27865] ppid=27862 vsize=13974124 CPUtime=0.16 cores=0,2,4,6
/proc/27865/stat : 27865 (java) S 27862 27865 16548 0 -1 1077944320 6206 12629 0 0 8 1 5 2 20 0 15 0 48892217 14309502976 6904 18446744073709551615 4194304 4196468 140733386756112 140733386738656 139755492658935 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
/proc/27865/statm: 3493531 6904 2750 1 0 3482965 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 13974124

[startup+0.700213 s]
/proc/loadavg: 1.61 1.72 1.66 3/195 27865
/proc/meminfo: memFree=30476784/32770624 swapFree=0/312100
[pid=27865] ppid=27862 vsize=13974784 CPUtime=0.71 cores=0,2,4,6
/proc/27865/stat : 27865 (java) S 27862 27865 16548 0 -1 1077944320 14075 12629 0 0 60 4 5 2 20 0 15 0 48892217 14310178816 15049 18446744073709551615 4194304 4196468 140733386756112 140733386738656 139755492658935 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
/proc/27865/statm: 3493696 15049 3095 1 0 3482965 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 13974784

[startup+1.50053 s]
/proc/loadavg: 1.64 1.73 1.66 4/210 27928
/proc/meminfo: memFree=30382060/32770624 swapFree=0/312132
[pid=27865] ppid=27862 vsize=13985408 CPUtime=1.92 cores=0,2,4,6
/proc/27865/stat : 27865 (java) S 27862 27865 16548 0 -1 1077944320 29795 12629 0 0 176 9 5 2 20 0 15 0 48892217 14321057792 42828 18446744073709551615 4194304 4196468 140733386756112 140733386738656 139755492658935 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
/proc/27865/statm: 3496352 42828 3380 1 0 3485525 0
[pid=27865/tid=27915] ppid=27862 vsize=13985408 CPUtime=1.3 cores=0,2,4,6
/proc/27865/task/27915/stat : 27915 (java) S 27862 27865 16548 0 -1 1077944384 22704 12629 0 0 117 6 5 2 20 0 15 0 48892236 14321057792 42828 18446744073709551615 4194304 4196468 140733386756112 139755496876240 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27916] ppid=27862 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/27865/task/27916/stat : 27916 (java) S 27862 27865 16548 0 -1 1077944384 198 12629 0 0 0 0 5 2 20 0 15 0 48892237 14321057792 42828 18446744073709551615 4194304 4196468 140733386756112 139755427093520 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27917] ppid=27862 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/27865/task/27917/stat : 27917 (java) S 27862 27865 16548 0 -1 1077944384 68 12629 0 0 1 0 5 2 20 0 15 0 48892237 14321057792 42828 18446744073709551615 4194304 4196468 140733386756112 139755426040976 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27918] ppid=27862 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/27865/task/27918/stat : 27918 (java) S 27862 27865 16548 0 -1 1077944384 43 12629 0 0 1 0 5 2 20 0 15 0 48892237 14321057792 42828 18446744073709551615 4194304 4196468 140733386756112 139755424987920 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27919] ppid=27862 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/27865/task/27919/stat : 27919 (java) S 27862 27865 16548 0 -1 1077944384 50 12629 0 0 1 0 5 2 20 0 15 0 48892237 14321057792 42828 18446744073709551615 4194304 4196468 140733386756112 139755423935376 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27920] ppid=27862 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/27865/task/27920/stat : 27920 (java) R 27862 27865 16548 0 -1 4202560 1520 12629 0 0 1 0 5 2 20 0 15 0 48892238 14321057792 42828 18446744073709551615 4194304 4196468 140733386756112 139754971030304 139755484948384 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27921] ppid=27862 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/27865/task/27921/stat : 27921 (java) S 27862 27865 16548 0 -1 1077944384 33 12629 0 0 0 0 5 2 20 0 15 0 48892238 14321057792 42828 18446744073709551615 4194304 4196468 140733386756112 139754969978016 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27922] ppid=27862 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/27865/task/27922/stat : 27922 (java) S 27862 27865 16548 0 -1 1077944384 21 12629 0 0 0 0 5 2 20 0 15 0 48892239 14321057792 42828 18446744073709551615 4194304 4196468 140733386756112 139754968924912 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27923] ppid=27862 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/27865/task/27923/stat : 27923 (java) S 27862 27865 16548 0 -1 1077944384 3 12629 0 0 0 0 5 2 20 0 15 0 48892241 14321057792 42776 18446744073709551615 4194304 4196468 140733386756112 139754967873488 139755492677531 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27924] ppid=27862 vsize=13985408 CPUtime=0.2 cores=0,2,4,6
/proc/27865/task/27924/stat : 27924 (java) S 27862 27865 16548 0 -1 1077944384 980 12629 0 0 13 0 5 2 20 0 15 0 48892241 14321057792 42721 18446744073709551615 4194304 4196468 140733386756112 139754966821616 139755492670082 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27925] ppid=27862 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/27865/task/27925/stat : 27925 (java) S 27862 27865 16548 0 -1 1077944384 699 12629 0 0 16 0 5 2 20 0 15 0 48892241 14321057792 42721 18446744073709551615 4194304 4196468 140733386756112 139754965769072 139755492670082 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27926] ppid=27862 vsize=13985408 CPUtime=0.3 cores=0,2,4,6
/proc/27865/task/27926/stat : 27926 (java) S 27862 27865 16548 0 -1 1077944384 1316 12629 0 0 23 0 5 2 20 0 15 0 48892242 14321057792 42721 18446744073709551615 4194304 4196468 140733386756112 139754964711392 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27927] ppid=27862 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/27865/task/27927/stat : 27927 (java) S 27862 27865 16548 0 -1 1077944384 3 12629 0 0 0 0 5 2 20 0 15 0 48892242 14321057792 42721 18446744073709551615 4194304 4196468 140733386756112 139754963663712 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27928] ppid=27862 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/27865/task/27928/stat : 27928 (java) S 27862 27865 16548 0 -1 1077944384 6 12629 0 0 0 0 5 2 20 0 15 0 48892245 14321057792 42721 18446744073709551615 4194304 4196468 140733386756112 139754962610736 139755492670082 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 13985408

[startup+3.10056 s]
/proc/loadavg: 1.64 1.73 1.66 4/210 27928
/proc/meminfo: memFree=30295432/32770624 swapFree=0/312132
[pid=27865] ppid=27862 vsize=13997884 CPUtime=4.84 cores=0,2,4,6
/proc/27865/stat : 27865 (java) S 27862 27865 16548 0 -1 1077944320 48481 12629 0 0 463 14 5 2 20 0 15 0 48892217 14333833216 52317 18446744073709551615 4194304 4196468 140733386756112 140733386738656 139755492658935 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
/proc/27865/statm: 3499471 52317 3453 1 0 3488085 0
[pid=27865/tid=27915] ppid=27862 vsize=13997884 CPUtime=2.62 cores=0,2,4,6
/proc/27865/task/27915/stat : 27915 (java) R 27862 27865 16548 0 -1 4202560 37170 12629 0 0 247 8 5 2 20 0 15 0 48892236 14333833216 52317 18446744073709551615 4194304 4196468 140733386756112 139755496891392 139755492670870 0 4 1 16800974 0 0 0 -1 4 0 0 29 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27916] ppid=27862 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/27865/task/27916/stat : 27916 (java) S 27862 27865 16548 0 -1 1077944384 198 12629 0 0 0 0 5 2 20 0 15 0 48892237 14333833216 52317 18446744073709551615 4194304 4196468 140733386756112 139755427093520 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27917] ppid=27862 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/27865/task/27917/stat : 27917 (java) S 27862 27865 16548 0 -1 1077944384 68 12629 0 0 1 0 5 2 20 0 15 0 48892237 14333833216 52317 18446744073709551615 4194304 4196468 140733386756112 139755426040976 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27918] ppid=27862 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/27865/task/27918/stat : 27918 (java) S 27862 27865 16548 0 -1 1077944384 43 12629 0 0 1 0 5 2 20 0 15 0 48892237 14333833216 52317 18446744073709551615 4194304 4196468 140733386756112 139755424987920 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27919] ppid=27862 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/27865/task/27919/stat : 27919 (java) S 27862 27865 16548 0 -1 1077944384 50 12629 0 0 1 0 5 2 20 0 15 0 48892237 14333833216 52317 18446744073709551615 4194304 4196468 140733386756112 139755423935376 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27920] ppid=27862 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/27865/task/27920/stat : 27920 (java) S 27862 27865 16548 0 -1 1077944384 1536 12629 0 0 1 0 5 2 20 0 15 0 48892238 14333833216 52317 18446744073709551615 4194304 4196468 140733386756112 139754971031792 139755492670082 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27921] ppid=27862 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/27865/task/27921/stat : 27921 (java) S 27862 27865 16548 0 -1 1077944384 56 12629 0 0 0 0 5 2 20 0 15 0 48892238 14333833216 52317 18446744073709551615 4194304 4196468 140733386756112 139754969978080 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27922] ppid=27862 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/27865/task/27922/stat : 27922 (java) S 27862 27865 16548 0 -1 1077944384 44 12629 0 0 0 0 5 2 20 0 15 0 48892239 14333833216 52317 18446744073709551615 4194304 4196468 140733386756112 139754968924928 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27923] ppid=27862 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/27865/task/27923/stat : 27923 (java) S 27862 27865 16548 0 -1 1077944384 3 12629 0 0 0 0 5 2 20 0 15 0 48892241 14333833216 52317 18446744073709551615 4194304 4196468 140733386756112 139754967873488 139755492677531 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27924] ppid=27862 vsize=13997884 CPUtime=0.94 cores=0,2,4,6
/proc/27865/task/27924/stat : 27924 (java) R 27862 27865 16548 0 -1 1077944384 3132 12629 0 0 85 2 5 2 20 0 15 0 48892241 14333833216 52317 18446744073709551615 4194304 4196468 140733386756112 139754966821616 139755492670082 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27925] ppid=27862 vsize=13997884 CPUtime=0.51 cores=0,2,4,6
/proc/27865/task/27925/stat : 27925 (java) R 27862 27865 16548 0 -1 4202560 1129 12629 0 0 43 1 5 2 20 0 15 0 48892241 14333833216 52317 18446744073709551615 4194304 4196468 140733386756112 139754965757744 139755474203169 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27926] ppid=27862 vsize=13997884 CPUtime=0.87 cores=0,2,4,6
/proc/27865/task/27926/stat : 27926 (java) R 27862 27865 16548 0 -1 4202560 2892 12629 0 0 79 1 5 2 20 0 15 0 48892242 14333833216 52317 18446744073709551615 4194304 4196468 140733386756112 139754964716016 139755472373724 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27927] ppid=27862 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/27865/task/27927/stat : 27927 (java) S 27862 27865 16548 0 -1 1077944384 3 12629 0 0 0 0 5 2 20 0 15 0 48892242 14333833216 52317 18446744073709551615 4194304 4196468 140733386756112 139754963663712 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27928] ppid=27862 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/27865/task/27928/stat : 27928 (java) S 27862 27865 16548 0 -1 1077944384 7 12629 0 0 0 0 5 2 20 0 15 0 48892245 14333833216 52317 18446744073709551615 4194304 4196468 140733386756112 139754962610736 139755492670082 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
Current children cumulated CPU time (s) 4.84
Current children cumulated vsize (KiB) 13997884

[startup+6.30151 s]
/proc/loadavg: 1.64 1.73 1.66 5/210 27928
/proc/meminfo: memFree=30148396/32770624 swapFree=0/312132
[pid=27865] ppid=27862 vsize=14069564 CPUtime=14.07 cores=0,2,4,6
/proc/27865/stat : 27865 (java) S 27862 27865 16548 0 -1 1077944320 65169 12629 0 0 1378 22 5 2 20 0 15 0 48892217 14407233536 90964 18446744073709551615 4194304 4196468 140733386756112 140733386738656 139755492658935 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
/proc/27865/statm: 3517391 90964 3475 1 0 3506005 0
[pid=27865/tid=27915] ppid=27862 vsize=14069564 CPUtime=5.59 cores=0,2,4,6
/proc/27865/task/27915/stat : 27915 (java) R 27862 27865 16548 0 -1 4202560 44437 12629 0 0 540 12 5 2 20 0 15 0 48892236 14407233536 90964 18446744073709551615 4194304 4196468 140733386756112 139755496890904 139755475180146 0 4 1 16800974 0 0 0 -1 6 0 0 29 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27916] ppid=27862 vsize=14069564 CPUtime=0.18 cores=0,2,4,6
/proc/27865/task/27916/stat : 27916 (java) S 27862 27865 16548 0 -1 1077944384 244 12629 0 0 11 0 5 2 20 0 15 0 48892237 14407233536 90964 18446744073709551615 4194304 4196468 140733386756112 139755427093520 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27917] ppid=27862 vsize=14069564 CPUtime=0.18 cores=0,2,4,6
/proc/27865/task/27917/stat : 27917 (java) S 27862 27865 16548 0 -1 1077944384 96 12629 0 0 11 0 5 2 20 0 15 0 48892237 14407233536 90964 18446744073709551615 4194304 4196468 140733386756112 139755426040976 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27918] ppid=27862 vsize=14069564 CPUtime=0.18 cores=0,2,4,6
/proc/27865/task/27918/stat : 27918 (java) S 27862 27865 16548 0 -1 1077944384 142 12629 0 0 11 0 5 2 20 0 15 0 48892237 14407233536 90964 18446744073709551615 4194304 4196468 140733386756112 139755424987920 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27919] ppid=27862 vsize=14069564 CPUtime=0.17 cores=0,2,4,6
/proc/27865/task/27919/stat : 27919 (java) S 27862 27865 16548 0 -1 1077944384 71 12629 0 0 10 0 5 2 20 0 15 0 48892237 14407233536 90964 18446744073709551615 4194304 4196468 140733386756112 139755423935376 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27920] ppid=27862 vsize=14069564 CPUtime=0.17 cores=0,2,4,6
/proc/27865/task/27920/stat : 27920 (java) S 27862 27865 16548 0 -1 1077944384 2367 12629 0 0 10 0 5 2 20 0 15 0 48892238 14407233536 90964 18446744073709551615 4194304 4196468 140733386756112 139754971031792 139755492670082 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27921] ppid=27862 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/27865/task/27921/stat : 27921 (java) S 27862 27865 16548 0 -1 1077944384 56 12629 0 0 0 0 5 2 20 0 15 0 48892238 14407233536 90964 18446744073709551615 4194304 4196468 140733386756112 139754969978144 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27922] ppid=27862 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/27865/task/27922/stat : 27922 (java) S 27862 27865 16548 0 -1 1077944384 45 12629 0 0 0 0 5 2 20 0 15 0 48892239 14407233536 90964 18446744073709551615 4194304 4196468 140733386756112 139754968924928 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27923] ppid=27862 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/27865/task/27923/stat : 27923 (java) S 27862 27865 16548 0 -1 1077944384 3 12629 0 0 0 0 5 2 20 0 15 0 48892241 14407233536 90964 18446744073709551615 4194304 4196468 140733386756112 139754967873488 139755492677531 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27924] ppid=27862 vsize=14069564 CPUtime=3.4 cores=0,2,4,6
/proc/27865/task/27924/stat : 27924 (java) S 27862 27865 16548 0 -1 1077944384 5792 12629 0 0 331 2 5 2 20 0 15 0 48892241 14407233536 90964 18446744073709551615 4194304 4196468 140733386756112 139754966821616 139755492670082 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27925] ppid=27862 vsize=14069564 CPUtime=3.12 cores=0,2,4,6
/proc/27865/task/27925/stat : 27925 (java) S 27862 27865 16548 0 -1 1077944384 5531 12629 0 0 304 1 5 2 20 0 15 0 48892241 14407233536 90964 18446744073709551615 4194304 4196468 140733386756112 139754965769072 139755492670082 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27926] ppid=27862 vsize=14069564 CPUtime=1.52 cores=0,2,4,6
/proc/27865/task/27926/stat : 27926 (java) S 27862 27865 16548 0 -1 1077944384 4223 12629 0 0 143 2 5 2 20 0 15 0 48892242 14407233536 90964 18446744073709551615 4194304 4196468 140733386756112 139754964716016 139755492670082 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27927] ppid=27862 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/27865/task/27927/stat : 27927 (java) S 27862 27865 16548 0 -1 1077944384 3 12629 0 0 0 0 5 2 20 0 15 0 48892242 14407233536 90964 18446744073709551615 4194304 4196468 140733386756112 139754963663712 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27928] ppid=27862 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/27865/task/27928/stat : 27928 (java) S 27862 27865 16548 0 -1 1077944384 8 12629 0 0 0 0 5 2 20 0 15 0 48892245 14407233536 90964 18446744073709551615 4194304 4196468 140733386756112 139754962610736 139755492670082 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
Current children cumulated CPU time (s) 14.07
Current children cumulated vsize (KiB) 14069564

[startup+12.7007 s]
/proc/loadavg: 1.85 1.77 1.67 4/210 27928
/proc/meminfo: memFree=29886076/32770624 swapFree=0/312140
[pid=27865] ppid=27862 vsize=14069564 CPUtime=23.18 cores=0,2,4,6
/proc/27865/stat : 27865 (java) S 27862 27865 16548 0 -1 1077944320 74773 12629 0 0 2281 30 5 2 20 0 15 0 48892217 14407233536 156348 18446744073709551615 4194304 4196468 140733386756112 140733386738656 139755492658935 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
/proc/27865/statm: 3517391 156348 3475 1 0 3506005 0
[pid=27865/tid=27915] ppid=27862 vsize=14069564 CPUtime=11.95 cores=0,2,4,6
/proc/27865/task/27915/stat : 27915 (java) R 27862 27865 16548 0 -1 4202560 45975 12629 0 0 1173 15 5 2 20 0 15 0 48892236 14407233536 156348 18446744073709551615 4194304 4196468 140733386756112 139755496892584 139755109911994 0 4 1 16800974 0 0 0 -1 2 0 0 29 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27916] ppid=27862 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/27865/task/27916/stat : 27916 (java) S 27862 27865 16548 0 -1 1077944384 339 12629 0 0 12 1 5 2 20 0 15 0 48892237 14407233536 156348 18446744073709551615 4194304 4196468 140733386756112 139755427093520 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27917] ppid=27862 vsize=14069564 CPUtime=0.21 cores=0,2,4,6
/proc/27865/task/27917/stat : 27917 (java) S 27862 27865 16548 0 -1 1077944384 139 12629 0 0 13 1 5 2 20 0 15 0 48892237 14407233536 156348 18446744073709551615 4194304 4196468 140733386756112 139755426040976 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27918] ppid=27862 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/27865/task/27918/stat : 27918 (java) S 27862 27865 16548 0 -1 1077944384 236 12629 0 0 12 1 5 2 20 0 15 0 48892237 14407233536 156348 18446744073709551615 4194304 4196468 140733386756112 139755424987920 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27919] ppid=27862 vsize=14069564 CPUtime=0.19 cores=0,2,4,6
/proc/27865/task/27919/stat : 27919 (java) S 27862 27865 16548 0 -1 1077944384 1283 12629 0 0 11 1 5 2 20 0 15 0 48892237 14407233536 156348 18446744073709551615 4194304 4196468 140733386756112 139755423935376 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27920] ppid=27862 vsize=14069564 CPUtime=0.18 cores=0,2,4,6
/proc/27865/task/27920/stat : 27920 (java) S 27862 27865 16548 0 -1 1077944384 2754 12629 0 0 11 0 5 2 20 0 15 0 48892238 14407233536 156348 18446744073709551615 4194304 4196468 140733386756112 139754971031792 139755492670082 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27921] ppid=27862 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/27865/task/27921/stat : 27921 (java) S 27862 27865 16548 0 -1 1077944384 56 12629 0 0 0 0 5 2 20 0 15 0 48892238 14407233536 156348 18446744073709551615 4194304 4196468 140733386756112 139754969978144 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27922] ppid=27862 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/27865/task/27922/stat : 27922 (java) S 27862 27865 16548 0 -1 1077944384 45 12629 0 0 0 0 5 2 20 0 15 0 48892239 14407233536 156348 18446744073709551615 4194304 4196468 140733386756112 139754968924928 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27923] ppid=27862 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/27865/task/27923/stat : 27923 (java) S 27862 27865 16548 0 -1 1077944384 3 12629 0 0 0 0 5 2 20 0 15 0 48892241 14407233536 156348 18446744073709551615 4194304 4196468 140733386756112 139754967873488 139755492677531 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0

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

/proc/27865/task/27927/stat : 27927 (java) S 27862 27865 16548 0 -1 1077944384 3 12629 0 0 0 0 5 2 20 0 15 0 48892242 14407233536 164305 18446744073709551615 4194304 4196468 140733386756112 139754963663712 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27928] ppid=27862 vsize=14069564 CPUtime=1.42 cores=0,2,4,6
/proc/27865/task/27928/stat : 27928 (java) S 27862 27865 16548 0 -1 1077944384 868 12629 0 0 66 69 5 2 20 0 15 0 48892245 14407233536 164305 18446744073709551615 4194304 4196468 140733386756112 139754962610736 139755492670082 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
Current children cumulated CPU time (s) 2324.11
Current children cumulated vsize (KiB) 14069564

[startup+2262.3 s]
/proc/loadavg: 1.56 1.51 1.48 6/209 28456
/proc/meminfo: memFree=27223108/32770624 swapFree=0/312776
[pid=27865] ppid=27862 vsize=14069564 CPUtime=2385.35 cores=0,2,4,6
/proc/27865/stat : 27865 (java) S 27862 27865 16548 0 -1 1077944320 396416 12629 0 0 238092 436 5 2 20 0 15 0 48892217 14407233536 167191 18446744073709551615 4194304 4196468 140733386756112 140733386738656 139755492658935 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
/proc/27865/statm: 3517391 167191 3481 1 0 3506005 0
[pid=27865/tid=27915] ppid=27862 vsize=14069564 CPUtime=2236.38 cores=0,2,4,6
/proc/27865/task/27915/stat : 27915 (java) R 27862 27865 16548 0 -1 4202560 207196 12629 0 0 223557 74 5 2 20 0 15 0 48892236 14407233536 167191 18446744073709551615 4194304 4196468 140733386756112 139755496892784 139755112806058 0 4 1 16800974 0 0 0 -1 0 0 0 29 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27916] ppid=27862 vsize=14069564 CPUtime=14.4 cores=0,2,4,6
/proc/27865/task/27916/stat : 27916 (java) S 27862 27865 16548 0 -1 1077944384 22521 12629 0 0 1370 63 5 2 20 0 15 0 48892237 14407233536 167191 18446744073709551615 4194304 4196468 140733386756112 139755427093520 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27917] ppid=27862 vsize=14069564 CPUtime=14.4 cores=0,2,4,6
/proc/27865/task/27917/stat : 27917 (java) S 27862 27865 16548 0 -1 1077944384 18082 12629 0 0 1371 62 5 2 20 0 15 0 48892237 14407233536 167191 18446744073709551615 4194304 4196468 140733386756112 139755426040976 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27918] ppid=27862 vsize=14069564 CPUtime=14.37 cores=0,2,4,6
/proc/27865/task/27918/stat : 27918 (java) S 27862 27865 16548 0 -1 1077944384 24056 12629 0 0 1369 61 5 2 20 0 15 0 48892237 14407233536 167191 18446744073709551615 4194304 4196468 140733386756112 139755424987920 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27919] ppid=27862 vsize=14069564 CPUtime=14.36 cores=0,2,4,6
/proc/27865/task/27919/stat : 27919 (java) S 27862 27865 16548 0 -1 1077944384 19591 12629 0 0 1367 62 5 2 20 0 15 0 48892237 14407233536 167191 18446744073709551615 4194304 4196468 140733386756112 139755423935376 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27920] ppid=27862 vsize=14069564 CPUtime=7.95 cores=0,2,4,6
/proc/27865/task/27920/stat : 27920 (java) S 27862 27865 16548 0 -1 1077944384 13293 12629 0 0 714 74 5 2 20 0 15 0 48892238 14407233536 167191 18446744073709551615 4194304 4196468 140733386756112 139754971031792 139755492670082 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27921] ppid=27862 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/27865/task/27921/stat : 27921 (java) S 27862 27865 16548 0 -1 1077944384 62 12629 0 0 0 0 5 2 20 0 15 0 48892238 14407233536 167191 18446744073709551615 4194304 4196468 140733386756112 139754969978144 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27922] ppid=27862 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/27865/task/27922/stat : 27922 (java) S 27862 27865 16548 0 -1 1077944384 45 12629 0 0 0 0 5 2 20 0 15 0 48892239 14407233536 167191 18446744073709551615 4194304 4196468 140733386756112 139754968924928 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27923] ppid=27862 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/27865/task/27923/stat : 27923 (java) S 27862 27865 16548 0 -1 1077944384 3 12629 0 0 0 0 5 2 20 0 15 0 48892241 14407233536 167191 18446744073709551615 4194304 4196468 140733386756112 139754967873488 139755492677531 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27924] ppid=27862 vsize=14069564 CPUtime=42.23 cores=0,2,4,6
/proc/27865/task/27924/stat : 27924 (java) S 27862 27865 16548 0 -1 1077944384 31774 12629 0 0 4208 8 5 2 20 0 15 0 48892241 14407233536 167191 18446744073709551615 4194304 4196468 140733386756112 139754966821616 139755492670082 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27925] ppid=27862 vsize=14069564 CPUtime=36.86 cores=0,2,4,6
/proc/27865/task/27925/stat : 27925 (java) S 27862 27865 16548 0 -1 1077944384 32505 12629 0 0 3673 6 5 2 20 0 15 0 48892241 14407233536 167191 18446744073709551615 4194304 4196468 140733386756112 139754965769072 139755492670082 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27926] ppid=27862 vsize=14069564 CPUtime=3.47 cores=0,2,4,6
/proc/27865/task/27926/stat : 27926 (java) S 27862 27865 16548 0 -1 1077944384 24258 12629 0 0 334 6 5 2 20 0 15 0 48892242 14407233536 167191 18446744073709551615 4194304 4196468 140733386756112 139754964716016 139755492670082 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27927] ppid=27862 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/27865/task/27927/stat : 27927 (java) S 27862 27865 16548 0 -1 1077944384 3 12629 0 0 0 0 5 2 20 0 15 0 48892242 14407233536 167191 18446744073709551615 4194304 4196468 140733386756112 139754963663712 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27928] ppid=27862 vsize=14069564 CPUtime=1.45 cores=0,2,4,6
/proc/27865/task/27928/stat : 27928 (java) S 27862 27865 16548 0 -1 1077944384 876 12629 0 0 68 70 5 2 20 0 15 0 48892245 14407233536 167191 18446744073709551615 4194304 4196468 140733386756112 139754962610736 139755492670082 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
Current children cumulated CPU time (s) 2385.35
Current children cumulated vsize (KiB) 14069564

[startup+2322.3 s]
/proc/loadavg: 1.62 1.53 1.49 3/213 28473
/proc/meminfo: memFree=26886384/32770624 swapFree=0/312812
[pid=27865] ppid=27862 vsize=14069564 CPUtime=2446.61 cores=0,2,4,6
/proc/27865/stat : 27865 (java) S 27862 27865 16548 0 -1 1077944320 406046 12629 0 0 244210 444 5 2 20 0 15 0 48892217 14407233536 162040 18446744073709551615 4194304 4196468 140733386756112 140733386738656 139755492658935 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
/proc/27865/statm: 3517391 162040 3481 1 0 3506005 0
[pid=27865/tid=27915] ppid=27862 vsize=14069564 CPUtime=2295.69 cores=0,2,4,6
/proc/27865/task/27915/stat : 27915 (java) R 27862 27865 16548 0 -1 4202560 214364 12629 0 0 229487 75 5 2 20 0 15 0 48892236 14407233536 162040 18446744073709551615 4194304 4196468 140733386756112 139755496892176 139755106481603 0 4 1 16800974 0 0 0 -1 0 0 0 29 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27916] ppid=27862 vsize=14069564 CPUtime=14.83 cores=0,2,4,6
/proc/27865/task/27916/stat : 27916 (java) S 27862 27865 16548 0 -1 1077944384 23268 12629 0 0 1412 64 5 2 20 0 15 0 48892237 14407233536 162040 18446744073709551615 4194304 4196468 140733386756112 139755427093520 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27917] ppid=27862 vsize=14069564 CPUtime=14.83 cores=0,2,4,6
/proc/27865/task/27917/stat : 27917 (java) S 27862 27865 16548 0 -1 1077944384 18669 12629 0 0 1413 63 5 2 20 0 15 0 48892237 14407233536 162040 18446744073709551615 4194304 4196468 140733386756112 139755426040976 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27918] ppid=27862 vsize=14069564 CPUtime=14.8 cores=0,2,4,6
/proc/27865/task/27918/stat : 27918 (java) S 27862 27865 16548 0 -1 1077944384 24475 12629 0 0 1411 62 5 2 20 0 15 0 48892237 14407233536 162040 18446744073709551615 4194304 4196468 140733386756112 139755424987920 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27919] ppid=27862 vsize=14069564 CPUtime=14.79 cores=0,2,4,6
/proc/27865/task/27919/stat : 27919 (java) S 27862 27865 16548 0 -1 1077944384 20038 12629 0 0 1409 63 5 2 20 0 15 0 48892237 14407233536 162040 18446744073709551615 4194304 4196468 140733386756112 139755423935376 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27920] ppid=27862 vsize=14069564 CPUtime=8.14 cores=0,2,4,6
/proc/27865/task/27920/stat : 27920 (java) S 27862 27865 16548 0 -1 1077944384 13530 12629 0 0 731 76 5 2 20 0 15 0 48892238 14407233536 162040 18446744073709551615 4194304 4196468 140733386756112 139754971031792 139755492670082 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27921] ppid=27862 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/27865/task/27921/stat : 27921 (java) S 27862 27865 16548 0 -1 1077944384 62 12629 0 0 0 0 5 2 20 0 15 0 48892238 14407233536 162040 18446744073709551615 4194304 4196468 140733386756112 139754969978144 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27922] ppid=27862 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/27865/task/27922/stat : 27922 (java) S 27862 27865 16548 0 -1 1077944384 45 12629 0 0 0 0 5 2 20 0 15 0 48892239 14407233536 162040 18446744073709551615 4194304 4196468 140733386756112 139754968924928 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27923] ppid=27862 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/27865/task/27923/stat : 27923 (java) S 27862 27865 16548 0 -1 1077944384 3 12629 0 0 0 0 5 2 20 0 15 0 48892241 14407233536 162040 18446744073709551615 4194304 4196468 140733386756112 139754967873488 139755492677531 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27924] ppid=27862 vsize=14069564 CPUtime=42.23 cores=0,2,4,6
/proc/27865/task/27924/stat : 27924 (java) S 27862 27865 16548 0 -1 1077944384 31776 12629 0 0 4208 8 5 2 20 0 15 0 48892241 14407233536 162040 18446744073709551615 4194304 4196468 140733386756112 139754966821616 139755492670082 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27925] ppid=27862 vsize=14069564 CPUtime=36.86 cores=0,2,4,6
/proc/27865/task/27925/stat : 27925 (java) S 27862 27865 16548 0 -1 1077944384 32507 12629 0 0 3673 6 5 2 20 0 15 0 48892241 14407233536 162040 18446744073709551615 4194304 4196468 140733386756112 139754965769072 139755492670082 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27926] ppid=27862 vsize=14069564 CPUtime=3.47 cores=0,2,4,6
/proc/27865/task/27926/stat : 27926 (java) S 27862 27865 16548 0 -1 1077944384 24260 12629 0 0 334 6 5 2 20 0 15 0 48892242 14407233536 162040 18446744073709551615 4194304 4196468 140733386756112 139754964716016 139755492670082 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27927] ppid=27862 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/27865/task/27927/stat : 27927 (java) S 27862 27865 16548 0 -1 1077944384 3 12629 0 0 0 0 5 2 20 0 15 0 48892242 14407233536 162040 18446744073709551615 4194304 4196468 140733386756112 139754963663712 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27928] ppid=27862 vsize=14069564 CPUtime=1.49 cores=0,2,4,6
/proc/27865/task/27928/stat : 27928 (java) S 27862 27865 16548 0 -1 1077944384 895 12629 0 0 71 71 5 2 20 0 15 0 48892245 14407233536 162040 18446744073709551615 4194304 4196468 140733386756112 139754962610736 139755492670082 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
Current children cumulated CPU time (s) 2446.61
Current children cumulated vsize (KiB) 14069564

[startup+2382.3 s]
/proc/loadavg: 1.73 1.57 1.51 3/210 28475
/proc/meminfo: memFree=27034872/32770624 swapFree=0/312796
[pid=27865] ppid=27862 vsize=14069564 CPUtime=2507.86 cores=0,2,4,6
/proc/27865/stat : 27865 (java) S 27862 27865 16548 0 -1 1077944320 411369 12629 0 0 250327 452 5 2 20 0 15 0 48892217 14407233536 164586 18446744073709551615 4194304 4196468 140733386756112 140733386738656 139755492658935 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
/proc/27865/statm: 3517391 164586 3481 1 0 3506005 0
[pid=27865/tid=27915] ppid=27862 vsize=14069564 CPUtime=2354.99 cores=0,2,4,6
/proc/27865/task/27915/stat : 27915 (java) R 27862 27865 16548 0 -1 4202560 216833 12629 0 0 235416 76 5 2 20 0 15 0 48892236 14407233536 164586 18446744073709551615 4194304 4196468 140733386756112 139755496891744 139755099590534 0 4 1 16800974 0 0 0 -1 2 0 0 29 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27916] ppid=27862 vsize=14069564 CPUtime=15.26 cores=0,2,4,6
/proc/27865/task/27916/stat : 27916 (java) S 27862 27865 16548 0 -1 1077944384 24005 12629 0 0 1454 65 5 2 20 0 15 0 48892237 14407233536 164586 18446744073709551615 4194304 4196468 140733386756112 139755427093520 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27917] ppid=27862 vsize=14069564 CPUtime=15.25 cores=0,2,4,6
/proc/27865/task/27917/stat : 27917 (java) S 27862 27865 16548 0 -1 1077944384 19151 12629 0 0 1454 64 5 2 20 0 15 0 48892237 14407233536 164586 18446744073709551615 4194304 4196468 140733386756112 139755426040976 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27918] ppid=27862 vsize=14069564 CPUtime=15.23 cores=0,2,4,6
/proc/27865/task/27918/stat : 27918 (java) S 27862 27865 16548 0 -1 1077944384 24978 12629 0 0 1453 63 5 2 20 0 15 0 48892237 14407233536 164586 18446744073709551615 4194304 4196468 140733386756112 139755424987920 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27919] ppid=27862 vsize=14069564 CPUtime=15.22 cores=0,2,4,6
/proc/27865/task/27919/stat : 27919 (java) S 27862 27865 16548 0 -1 1077944384 20889 12629 0 0 1450 65 5 2 20 0 15 0 48892237 14407233536 164586 18446744073709551615 4194304 4196468 140733386756112 139755423935376 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27920] ppid=27862 vsize=14069564 CPUtime=8.33 cores=0,2,4,6
/proc/27865/task/27920/stat : 27920 (java) S 27862 27865 16548 0 -1 1077944384 13797 12629 0 0 748 78 5 2 20 0 15 0 48892238 14407233536 164586 18446744073709551615 4194304 4196468 140733386756112 139754971031792 139755492670082 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27921] ppid=27862 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/27865/task/27921/stat : 27921 (java) S 27862 27865 16548 0 -1 1077944384 62 12629 0 0 0 0 5 2 20 0 15 0 48892238 14407233536 164586 18446744073709551615 4194304 4196468 140733386756112 139754969978144 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27922] ppid=27862 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/27865/task/27922/stat : 27922 (java) S 27862 27865 16548 0 -1 1077944384 45 12629 0 0 0 0 5 2 20 0 15 0 48892239 14407233536 164586 18446744073709551615 4194304 4196468 140733386756112 139754968924928 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27923] ppid=27862 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/27865/task/27923/stat : 27923 (java) S 27862 27865 16548 0 -1 1077944384 3 12629 0 0 0 0 5 2 20 0 15 0 48892241 14407233536 164586 18446744073709551615 4194304 4196468 140733386756112 139754967873488 139755492677531 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27924] ppid=27862 vsize=14069564 CPUtime=42.23 cores=0,2,4,6
/proc/27865/task/27924/stat : 27924 (java) S 27862 27865 16548 0 -1 1077944384 31778 12629 0 0 4208 8 5 2 20 0 15 0 48892241 14407233536 164586 18446744073709551615 4194304 4196468 140733386756112 139754966821616 139755492670082 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27925] ppid=27862 vsize=14069564 CPUtime=36.86 cores=0,2,4,6
/proc/27865/task/27925/stat : 27925 (java) S 27862 27865 16548 0 -1 1077944384 32509 12629 0 0 3673 6 5 2 20 0 15 0 48892241 14407233536 164586 18446744073709551615 4194304 4196468 140733386756112 139754965769072 139755492670082 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27926] ppid=27862 vsize=14069564 CPUtime=3.47 cores=0,2,4,6
/proc/27865/task/27926/stat : 27926 (java) S 27862 27865 16548 0 -1 1077944384 24262 12629 0 0 334 6 5 2 20 0 15 0 48892242 14407233536 164586 18446744073709551615 4194304 4196468 140733386756112 139754964716016 139755492670082 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27927] ppid=27862 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/27865/task/27927/stat : 27927 (java) S 27862 27865 16548 0 -1 1077944384 3 12629 0 0 0 0 5 2 20 0 15 0 48892242 14407233536 164586 18446744073709551615 4194304 4196468 140733386756112 139754963663712 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27928] ppid=27862 vsize=14069564 CPUtime=1.53 cores=0,2,4,6
/proc/27865/task/27928/stat : 27928 (java) S 27862 27865 16548 0 -1 1077944384 903 12629 0 0 73 73 5 2 20 0 15 0 48892245 14407233536 164586 18446744073709551615 4194304 4196468 140733386756112 139754962610736 139755492670082 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
Current children cumulated CPU time (s) 2507.86
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2394.2 s]
/proc/loadavg: 1.69 1.57 1.51 3/210 28475
/proc/meminfo: memFree=27079720/32770624 swapFree=0/312808
[pid=27865] ppid=27862 vsize=14069564 CPUtime=2520.01 cores=0,2,4,6
/proc/27865/stat : 27865 (java) S 27862 27865 16548 0 -1 1077944320 412455 12629 0 0 251540 454 5 2 20 0 15 0 48892217 14407233536 164731 18446744073709551615 4194304 4196468 140733386756112 140733386738656 139755492658935 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
/proc/27865/statm: 3517391 164731 3481 1 0 3506005 0
[pid=27865/tid=27915] ppid=27862 vsize=14069564 CPUtime=2366.75 cores=0,2,4,6
/proc/27865/task/27915/stat : 27915 (java) R 27862 27865 16548 0 -1 4202560 217660 12629 0 0 236591 77 5 2 20 0 15 0 48892236 14407233536 164731 18446744073709551615 4194304 4196468 140733386756112 139755496893120 139755099590508 0 4 1 16800974 0 0 0 -1 4 0 0 29 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27916] ppid=27862 vsize=14069564 CPUtime=15.35 cores=0,2,4,6
/proc/27865/task/27916/stat : 27916 (java) S 27862 27865 16548 0 -1 1077944384 24047 12629 0 0 1462 66 5 2 20 0 15 0 48892237 14407233536 164731 18446744073709551615 4194304 4196468 140733386756112 139755427093520 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27917] ppid=27862 vsize=14069564 CPUtime=15.34 cores=0,2,4,6
/proc/27865/task/27917/stat : 27917 (java) S 27862 27865 16548 0 -1 1077944384 19226 12629 0 0 1463 64 5 2 20 0 15 0 48892237 14407233536 164731 18446744073709551615 4194304 4196468 140733386756112 139755426040976 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27918] ppid=27862 vsize=14069564 CPUtime=15.32 cores=0,2,4,6
/proc/27865/task/27918/stat : 27918 (java) S 27862 27865 16548 0 -1 1077944384 25042 12629 0 0 1462 63 5 2 20 0 15 0 48892237 14407233536 164731 18446744073709551615 4194304 4196468 140733386756112 139755424987920 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27919] ppid=27862 vsize=14069564 CPUtime=15.31 cores=0,2,4,6
/proc/27865/task/27919/stat : 27919 (java) S 27862 27865 16548 0 -1 1077944384 20962 12629 0 0 1459 65 5 2 20 0 15 0 48892237 14407233536 164731 18446744073709551615 4194304 4196468 140733386756112 139755423935376 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27920] ppid=27862 vsize=14069564 CPUtime=8.37 cores=0,2,4,6
/proc/27865/task/27920/stat : 27920 (java) S 27862 27865 16548 0 -1 1077944384 13802 12629 0 0 752 78 5 2 20 0 15 0 48892238 14407233536 164731 18446744073709551615 4194304 4196468 140733386756112 139754971031792 139755492670082 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27921] ppid=27862 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/27865/task/27921/stat : 27921 (java) S 27862 27865 16548 0 -1 1077944384 62 12629 0 0 0 0 5 2 20 0 15 0 48892238 14407233536 164731 18446744073709551615 4194304 4196468 140733386756112 139754969978144 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27922] ppid=27862 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/27865/task/27922/stat : 27922 (java) S 27862 27865 16548 0 -1 1077944384 45 12629 0 0 0 0 5 2 20 0 15 0 48892239 14407233536 164731 18446744073709551615 4194304 4196468 140733386756112 139754968924928 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27923] ppid=27862 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/27865/task/27923/stat : 27923 (java) S 27862 27865 16548 0 -1 1077944384 3 12629 0 0 0 0 5 2 20 0 15 0 48892241 14407233536 164731 18446744073709551615 4194304 4196468 140733386756112 139754967873488 139755492677531 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27924] ppid=27862 vsize=14069564 CPUtime=42.23 cores=0,2,4,6
/proc/27865/task/27924/stat : 27924 (java) S 27862 27865 16548 0 -1 1077944384 31778 12629 0 0 4208 8 5 2 20 0 15 0 48892241 14407233536 164731 18446744073709551615 4194304 4196468 140733386756112 139754966821616 139755492670082 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27925] ppid=27862 vsize=14069564 CPUtime=36.86 cores=0,2,4,6
/proc/27865/task/27925/stat : 27925 (java) S 27862 27865 16548 0 -1 1077944384 32509 12629 0 0 3673 6 5 2 20 0 15 0 48892241 14407233536 164731 18446744073709551615 4194304 4196468 140733386756112 139754965769072 139755492670082 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27926] ppid=27862 vsize=14069564 CPUtime=3.47 cores=0,2,4,6
/proc/27865/task/27926/stat : 27926 (java) S 27862 27865 16548 0 -1 1077944384 24262 12629 0 0 334 6 5 2 20 0 15 0 48892242 14407233536 164731 18446744073709551615 4194304 4196468 140733386756112 139754964716016 139755492670082 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27927] ppid=27862 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/27865/task/27927/stat : 27927 (java) S 27862 27865 16548 0 -1 1077944384 3 12629 0 0 0 0 5 2 20 0 15 0 48892242 14407233536 164731 18446744073709551615 4194304 4196468 140733386756112 139754963663712 139755492669141 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
[pid=27865/tid=27928] ppid=27862 vsize=14069564 CPUtime=1.54 cores=0,2,4,6
/proc/27865/task/27928/stat : 27928 (java) S 27862 27865 16548 0 -1 1077944384 903 12629 0 0 74 73 5 2 20 0 15 0 48892245 14407233536 164731 18446744073709551615 4194304 4196468 140733386756112 139754962610736 139755492670082 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140733386762192 140733386764977 140733386764977 140733386768335 0
Current children cumulated CPU time (s) 2520.01
Current children cumulated vsize (KiB) 14069564

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

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

Child status: 143
Real time (s): 2394.22
CPU time (s): 2520.07
CPU user time (s): 2515.48
CPU system time (s): 4.58235
CPU usage (%): 105.256
Max. virtual memory (cumulated for all children) (KiB): 14069564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.48
system time used= 4.58235
maximum resident set size= 1003012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 426188
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 233762
involuntary context switches= 9556

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7388 second user time and 14.5143 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-11 17:42:06
IDJOB=4262197
IDBENCH=135672
IDSOLVER=2650
FILE ID=node126/4262197-1502466967
RUNJOBID= node126-1502411413-16611
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n20/TravellingSalesman-20-30-09.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262197-1502466967/watcher-4262197-1502466967 -o /tmp/evaluation-result-4262197-1502466967/solver-4262197-1502466967 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16611 --watchdog 2580  bin/concrete HOME/instance-4262197-1502466967.xml

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

MD5SUM BENCH= 3778b76dec94085d2dd964afc4e92a91
RANDOM SEED=1901013196

node126.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.81
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.81
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.81
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.81
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:        30477156 kB
MemAvailable:   31100972 kB
Buffers:          286800 kB
Cached:           610052 kB
SwapCached:          524 kB
Active:          1450968 kB
Inactive:         383424 kB
Active(anon):     891588 kB
Inactive(anon):    71324 kB
Active(file):     559380 kB
Inactive(file):   312100 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             24316 kB
Writeback:             0 kB
AnonPages:        937092 kB
Mapped:            54524 kB
Shmem:             25248 kB
Slab:             162648 kB
SReclaimable:     136344 kB
SUnreclaim:        26304 kB
KernelStack:        3440 kB
PageTables:         7256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1839428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    714752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61984 MiB
End job on node126 at 2017-08-11 18:22:01