Trace number 4262754

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)1200 2520.04 2463.23

General information on the benchmark

NameRack/
Rack-m1c-s1/Rack-m1c-r3.xml
MD5SUMbc26aaa932070946748b52cb6241d030
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1200
Best CPU time to get the best result obtained on this benchmark2559.0901
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints68
Number of domains8
Minimum domain size2
Maximum domain size17
Distribution of domain sizes[{"size":2,"count":12},{"size":3,"count":60},{"size":5,"count":12},{"size":9,"count":12},{"size":11,"count":12},{"size":17,"count":12}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":36},{"degree":3,"count":70},{"degree":4,"count":12},{"degree":5,"count":2}]
Minimum constraint arity2
Maximum constraint arity12
Distribution of constraint arities[{"arity":2,"count":36},{"arity":4,"count":1},{"arity":7,"count":24},{"arity":12,"count":7}]
Number of extensional constraints36
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":36},{"type":"intension","count":1},{"type":"ordered","count":1},{"type":"sum","count":30}]
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.55/2.21	c Concrete v3.4 running
7.70/3.91	o 2400
7.70/3.94	o 2350
7.70/3.97	o 2200
7.70/4.00	o 2150
8.07/4.01	o 2100
8.07/4.02	o 2050
8.07/4.04	o 2000
8.07/4.05	o 1950
8.07/4.06	o 1800
8.07/4.07	o 1650
8.07/4.08	o 1500
8.07/4.09	o 1350
8.40/4.10	o 1300
8.40/4.14	o 1200
2520.00/2463.20	java.util.concurrent.TimeoutException
2520.00/2463.20		at concrete.MAC.mac(MAC.scala:74)
2520.00/2463.20		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.00/2463.20		at scala.util.Try$.apply(Try.scala:209)
2520.00/2463.20		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.00/2463.20		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.00/2463.20		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.00/2463.20		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.00/2463.20		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.00/2463.20		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.00/2463.21		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.00/2463.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.00/2463.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.00/2463.21		at concrete.MAC.oneRun(MAC.scala:146)
2520.00/2463.21		at concrete.MAC.nextSolution(MAC.scala:166)
2520.00/2463.21		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.00/2463.21		at concrete.ProblemState.map(ProblemState.scala:203)
2520.00/2463.21		at concrete.ProblemState.map(ProblemState.scala:188)
2520.00/2463.21		at concrete.MAC.nextSolution(MAC.scala:195)
2520.00/2463.21		at concrete.Solver.hasNext(Solver.scala:202)
2520.00/2463.21		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.00/2463.21		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.00/2463.21		at concrete.Solver.toStream(Solver.scala:73)
2520.00/2463.21		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2520.00/2463.21		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2520.00/2463.21		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2520.00/2463.21		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2520.00/2463.21		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2520.00/2463.21		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.00/2463.21		at scala.util.Success.map(Try.scala:209)
2520.00/2463.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.00/2463.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.00/2463.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.00/2463.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.00/2463.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.00/2463.21		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.00/2463.21		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.00/2463.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.00/2463.21		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.00/2463.21		at scala.collection.immutable.List.foreach(List.scala:389)
2520.00/2463.21		at scala.App.main(App.scala:76)
2520.00/2463.21		at scala.App.main$(App.scala:74)
2520.00/2463.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.00/2463.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2463.21	v <instantiation cost="1200">
2520.00/2463.21	v       <list>
2520.00/2463.21	v         r[0] r[1] r[2] r[3] r[4] r[5] r[6] r[7] r[8] r[9] r[10] r[11] c[0][0] c[0][1] c[0][2] c[0][3] c[0][4] c[0][5] c[1][0] c[1][1] c[1][2] c[1][3] c[1][4] c[1][5] c[2][0] c[2][1] c[2][2] c[2][3] c[2][4] c[2][5] c[3][0] c[3][1] c[3][2] c[3][3] c[3][4] c[3][5] c[4][0] c[4][1] c[4][2] c[4][3] c[4][4] c[4][5] c[5][0] c[5][1] c[5][2] c[5][3] c[5][4] c[5][5] c[6][0] c[6][1] c[6][2] c[6][3] c[6][4] c[6][5] c[7][0] c[7][1] c[7][2] c[7][3] c[7][4] c[7][5] c[8][0] c[8][1] c[8][2] c[8][3] c[8][4] c[8][5] c[9][0] c[9][1] c[9][2] c[9][3] c[9][4] c[9][5] c[10][0] c[10][1] c[10][2] c[10][3] c[10][4] c[10][5] c[11][0] c[11][1] c[11][2] c[11][3] c[11][4] c[11][5] rpw[0] rpw[1] rpw[2] rpw[3] rpw[4] rpw[5] rpw[6] rpw[7] rpw[8] rpw[9] rpw[10] rpw[11] rcn[0] rcn[1] rcn[2] rcn[3] rcn[4] rcn[5] rcn[6] rcn[7] rcn[8] rcn[9] rcn[10] rcn[11] rpr[0] rpr[1] rpr[2] rpr[3] rpr[4] rpr[5] rpr[6] rpr[7] rpr[8] rpr[9] rpr[10] rpr[11]
2520.00/2463.21	v       </list>
2520.00/2463.21	v       <values>
2520.00/2463.21	v         2 2 2 2 2 2 0 0 0 0 0 0 5 0 3 0 0 0 5 0 0 3 0 0 0 0 5 0 0 0 5 0 0 0 2 0 0 10 0 0 0 0 5 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 200 200 200 200 200 200 0 0 0 0 0 0 16 16 16 16 16 16 0 0 0 0 0 0 200 200 200 200 200 200 0 0 0 0 0 0
2520.00/2463.21	v       </values>
2520.00/2463.21	v     </instantiation>
2520.00/2463.21	s SATISFIABLE

Verifier Data

OK	1200

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-4262754-1502489388/watcher-4262754-1502489388 -o /tmp/evaluation-result-4262754-1502489388/solver-4262754-1502489388 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502411443-13072 --watchdog 2580 bin/concrete HOME/instance-4262754-1502489388.xml 

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

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


[startup+0 s]
/proc/loadavg: 1.56 1.51 1.46 2/198 32727
/proc/meminfo: memFree=26843308/32770624 swapFree=0/474524
[pid=32727] ppid=32724 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/32727/stat : 32727 (runsolver) D 32724 32727 13007 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 90850083 24240128 106 18446744073709551615 4194304 4338465 140728164116896 140728164114536 140406904414935 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 37261312 140728164122832 140728164123209 140728164123209 140728164126666 0
/proc/32727/statm: 5918 106 53 36 0 2156 0

[startup+0.100161 s]
/proc/loadavg: 1.56 1.51 1.46 2/198 32727
/proc/meminfo: memFree=26843308/32770624 swapFree=0/474524
[pid=32727] ppid=32724 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/32727/stat : 32727 (runsolver) D 32724 32727 13007 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 90850083 24240128 106 18446744073709551615 4194304 4338465 140728164116896 140728164114536 140406904414935 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 37261312 140728164122832 140728164123209 140728164123209 140728164126666 0
/proc/32727/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.2003 s]
/proc/loadavg: 1.56 1.51 1.46 2/198 32727
/proc/meminfo: memFree=26843308/32770624 swapFree=0/474524
[pid=32727] ppid=32724 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/32727/stat : 32727 (bash) S 32724 32727 13007 0 -1 4202496 897 6477 0 0 0 0 0 1 20 0 1 0 90850083 9867264 377 18446744073709551615 4194304 5098028 140731987678864 140731987672872 140332150864896 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 11 0 0 7196144 7232144 24276992 140731987681812 140731987681897 140731987681897 140731987685354 0
/proc/32727/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300345 s]
/proc/loadavg: 1.56 1.51 1.46 2/198 32727
/proc/meminfo: memFree=26843308/32770624 swapFree=0/474524
[pid=32727] ppid=32724 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/32727/stat : 32727 (java) S 32724 32727 13007 0 -1 1077944320 5872 12351 0 0 5 1 5 3 20 0 14 0 90850083 14241083392 5539 18446744073709551615 4194304 4196468 140720492970496 140720492953040 140552810868471 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 11 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
/proc/32727/statm: 3476827 5539 2562 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700285 s]
/proc/loadavg: 1.56 1.51 1.46 2/198 32727
/proc/meminfo: memFree=26843308/32770624 swapFree=0/474524
[pid=32727] ppid=32724 vsize=13974784 CPUtime=0.68 cores=1,3,5,7
/proc/32727/stat : 32727 (java) S 32724 32727 13007 0 -1 1077944320 13921 12351 0 0 55 5 5 3 20 0 15 0 90850083 14310178816 14341 18446744073709551615 4194304 4196468 140720492970496 140720492953040 140552810868471 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 11 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
/proc/32727/statm: 3493696 14341 3113 1 0 3482965 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13974784

[startup+1.50126 s]
/proc/loadavg: 1.67 1.54 1.47 3/213 331
/proc/meminfo: memFree=26750640/32770624 swapFree=0/474492
[pid=32727] ppid=32724 vsize=13985408 CPUtime=1.91 cores=1,3,5,7
/proc/32727/stat : 32727 (java) S 32724 32727 13007 0 -1 1077944320 27922 12351 0 0 172 11 5 3 20 0 15 0 90850083 14321057792 39629 18446744073709551615 4194304 4196468 140720492970496 140720492953040 140552810868471 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 11 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
/proc/32727/statm: 3496352 39629 3347 1 0 3485525 0
[pid=32727/tid=315] ppid=32724 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/32727/task/315/stat : 315 (java) S 32724 32727 13007 0 -1 1077944384 21942 12351 0 0 114 7 5 3 20 0 15 0 90850107 14321057792 39629 18446744073709551615 4194304 4196468 140720492970496 140552815090528 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=316] ppid=32724 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/316/stat : 316 (java) S 32724 32727 13007 0 -1 1077944384 194 12351 0 0 0 0 5 3 20 0 15 0 90850107 14321057792 39629 18446744073709551615 4194304 4196468 140720492970496 140552745302288 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=317] ppid=32724 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/317/stat : 317 (java) S 32724 32727 13007 0 -1 1077944384 58 12351 0 0 0 0 5 3 20 0 15 0 90850107 14321057792 39629 18446744073709551615 4194304 4196468 140720492970496 140552744249744 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=318] ppid=32724 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/318/stat : 318 (java) S 32724 32727 13007 0 -1 1077944384 32 12351 0 0 0 0 5 3 20 0 15 0 90850107 14321057792 39629 18446744073709551615 4194304 4196468 140720492970496 140552743197200 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=319] ppid=32724 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/319/stat : 319 (java) S 32724 32727 13007 0 -1 1077944384 65 12351 0 0 0 0 5 3 20 0 15 0 90850107 14321057792 39629 18446744073709551615 4194304 4196468 140720492970496 140552742144656 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=320] ppid=32724 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/320/stat : 320 (java) R 32724 32727 13007 0 -1 4202560 67 12351 0 0 0 0 5 3 20 0 15 0 90850109 14321057792 39655 18446744073709551615 4194304 4196468 140720492970496 140552289338176 140552790499400 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=321] ppid=32724 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/321/stat : 321 (java) S 32724 32727 13007 0 -1 1077944384 33 12351 0 0 0 0 5 3 20 0 15 0 90850109 14321057792 39655 18446744073709551615 4194304 4196468 140720492970496 140552288286112 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=325] ppid=32724 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/325/stat : 325 (java) S 32724 32727 13007 0 -1 1077944384 21 12351 0 0 0 0 5 3 20 0 15 0 90850109 14321057792 39655 18446744073709551615 4194304 4196468 140720492970496 140552287233520 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=326] ppid=32724 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/326/stat : 326 (java) S 32724 32727 13007 0 -1 1077944384 3 12351 0 0 0 0 5 3 20 0 15 0 90850112 14321057792 39655 18446744073709551615 4194304 4196468 140720492970496 140552286182096 140552810887067 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=327] ppid=32724 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/32727/task/327/stat : 327 (java) S 32724 32727 13007 0 -1 1077944384 1311 12351 0 0 16 0 5 3 20 0 15 0 90850112 14321057792 39655 18446744073709551615 4194304 4196468 140720492970496 140552285128688 140552810879618 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=328] ppid=32724 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/32727/task/328/stat : 328 (java) S 32724 32727 13007 0 -1 1077944384 703 12351 0 0 16 0 5 3 20 0 15 0 90850112 14321057792 39655 18446744073709551615 4194304 4196468 140720492970496 140552284075904 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=329] ppid=32724 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/32727/task/329/stat : 329 (java) S 32724 32727 13007 0 -1 1077944384 1334 12351 0 0 22 0 5 3 20 0 15 0 90850112 14321057792 39655 18446744073709551615 4194304 4196468 140720492970496 140552283018816 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=330] ppid=32724 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/330/stat : 330 (java) S 32724 32727 13007 0 -1 1077944384 3 12351 0 0 0 0 5 3 20 0 15 0 90850112 14321057792 39655 18446744073709551615 4194304 4196468 140720492970496 140552281971296 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=331] ppid=32724 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/331/stat : 331 (java) S 32724 32727 13007 0 -1 1077944384 9 12351 0 0 0 0 5 3 20 0 15 0 90850115 14321057792 39655 18446744073709551615 4194304 4196468 140720492970496 140552280918832 140552810879618 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 13985408

[startup+3.10065 s]
/proc/loadavg: 1.67 1.54 1.47 4/213 331
/proc/meminfo: memFree=26671788/32770624 swapFree=0/474492
[pid=32727] ppid=32724 vsize=13999932 CPUtime=5.44 cores=1,3,5,7
/proc/32727/stat : 32727 (java) S 32724 32727 13007 0 -1 1077944320 49855 12351 0 0 518 18 5 3 20 0 15 0 90850083 14335930368 55901 18446744073709551615 4194304 4196468 140720492970496 140720492953040 140552810868471 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 11 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
/proc/32727/statm: 3499983 55901 3448 1 0 3488597 0
[pid=32727/tid=315] ppid=32724 vsize=13999932 CPUtime=2.86 cores=1,3,5,7
/proc/32727/task/315/stat : 315 (java) R 32724 32727 13007 0 -1 4202560 35273 12351 0 0 268 10 5 3 20 0 15 0 90850107 14335930368 55901 18446744073709551615 4194304 4196468 140720492970496 140552815101488 140552424091159 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=316] ppid=32724 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/316/stat : 316 (java) S 32724 32727 13007 0 -1 1077944384 199 12351 0 0 0 0 5 3 20 0 15 0 90850107 14335930368 55901 18446744073709551615 4194304 4196468 140720492970496 140552745302288 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=317] ppid=32724 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/32727/task/317/stat : 317 (java) S 32724 32727 13007 0 -1 1077944384 58 12351 0 0 1 0 5 3 20 0 15 0 90850107 14335930368 55901 18446744073709551615 4194304 4196468 140720492970496 140552744249744 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=318] ppid=32724 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/32727/task/318/stat : 318 (java) S 32724 32727 13007 0 -1 1077944384 32 12351 0 0 1 0 5 3 20 0 15 0 90850107 14335930368 55901 18446744073709551615 4194304 4196468 140720492970496 140552743197200 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=319] ppid=32724 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/319/stat : 319 (java) S 32724 32727 13007 0 -1 1077944384 69 12351 0 0 0 0 5 3 20 0 15 0 90850107 14335930368 55901 18446744073709551615 4194304 4196468 140720492970496 140552742144656 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=320] ppid=32724 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/32727/task/320/stat : 320 (java) S 32724 32727 13007 0 -1 1077944384 1533 12351 0 0 1 0 5 3 20 0 15 0 90850109 14335930368 55901 18446744073709551615 4194304 4196468 140720492970496 140552289339888 140552810879618 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=321] ppid=32724 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/321/stat : 321 (java) S 32724 32727 13007 0 -1 1077944384 55 12351 0 0 0 0 5 3 20 0 15 0 90850109 14335930368 55901 18446744073709551615 4194304 4196468 140720492970496 140552288286176 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=325] ppid=32724 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/325/stat : 325 (java) S 32724 32727 13007 0 -1 1077944384 44 12351 0 0 0 0 5 3 20 0 15 0 90850109 14335930368 55901 18446744073709551615 4194304 4196468 140720492970496 140552287233504 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=326] ppid=32724 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/326/stat : 326 (java) S 32724 32727 13007 0 -1 1077944384 3 12351 0 0 0 0 5 3 20 0 15 0 90850112 14335930368 55901 18446744073709551615 4194304 4196468 140720492970496 140552286182096 140552810887067 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=327] ppid=32724 vsize=13999932 CPUtime=0.72 cores=1,3,5,7
/proc/32727/task/327/stat : 327 (java) S 32724 32727 13007 0 -1 1077944384 2649 12351 0 0 63 1 5 3 20 0 15 0 90850112 14335930368 55901 18446744073709551615 4194304 4196468 140720492970496 140552285128688 140552810879618 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=328] ppid=32724 vsize=13999932 CPUtime=0.98 cores=1,3,5,7
/proc/32727/task/328/stat : 328 (java) S 32724 32727 13007 0 -1 1077944384 4241 12351 0 0 89 1 5 3 20 0 15 0 90850112 14335930368 55901 18446744073709551615 4194304 4196468 140720492970496 140552284076144 140552810879618 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=329] ppid=32724 vsize=13999932 CPUtime=1 cores=1,3,5,7
/proc/32727/task/329/stat : 329 (java) R 32724 32727 13007 0 -1 4202560 3532 12351 0 0 90 2 5 3 20 0 15 0 90850112 14335930368 55901 18446744073709551615 4194304 4196468 140720492970496 140552283023600 140552803974759 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=330] ppid=32724 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/330/stat : 330 (java) S 32724 32727 13007 0 -1 1077944384 3 12351 0 0 0 0 5 3 20 0 15 0 90850112 14335930368 55901 18446744073709551615 4194304 4196468 140720492970496 140552281971296 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=331] ppid=32724 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/331/stat : 331 (java) S 32724 32727 13007 0 -1 1077944384 10 12351 0 0 0 0 5 3 20 0 15 0 90850115 14335930368 55901 18446744073709551615 4194304 4196468 140720492970496 140552280918832 140552810879618 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
Current children cumulated CPU time (s) 5.44
Current children cumulated vsize (KiB) 13999932

[startup+6.3007 s]
/proc/loadavg: 1.67 1.54 1.47 5/213 331
/proc/meminfo: memFree=26486428/32770624 swapFree=0/474496
[pid=32727] ppid=32724 vsize=14069564 CPUtime=13.9 cores=1,3,5,7
/proc/32727/stat : 32727 (java) S 32724 32727 13007 0 -1 1077944320 65937 12351 0 0 1357 25 5 3 20 0 15 0 90850083 14407233536 102817 18446744073709551615 4194304 4196468 140720492970496 140720492953040 140552810868471 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 11 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
/proc/32727/statm: 3517391 102817 3477 1 0 3506005 0
[pid=32727/tid=315] ppid=32724 vsize=14069564 CPUtime=5.82 cores=1,3,5,7
/proc/32727/task/315/stat : 315 (java) R 32724 32727 13007 0 -1 4202560 44402 12351 0 0 560 14 5 3 20 0 15 0 90850107 14407233536 102817 18446744073709551615 4194304 4196468 140720492970496 140552815101832 140552432162038 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=316] ppid=32724 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/32727/task/316/stat : 316 (java) S 32724 32727 13007 0 -1 1077944384 225 12351 0 0 12 0 5 3 20 0 15 0 90850107 14407233536 102817 18446744073709551615 4194304 4196468 140720492970496 140552745302288 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=317] ppid=32724 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/32727/task/317/stat : 317 (java) S 32724 32727 13007 0 -1 1077944384 92 12351 0 0 12 0 5 3 20 0 15 0 90850107 14407233536 102817 18446744073709551615 4194304 4196468 140720492970496 140552744249744 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=318] ppid=32724 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/32727/task/318/stat : 318 (java) S 32724 32727 13007 0 -1 1077944384 104 12351 0 0 9 0 5 3 20 0 15 0 90850107 14407233536 102817 18446744073709551615 4194304 4196468 140720492970496 140552743197200 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=319] ppid=32724 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/32727/task/319/stat : 319 (java) S 32724 32727 13007 0 -1 1077944384 116 12351 0 0 9 0 5 3 20 0 15 0 90850107 14407233536 102817 18446744073709551615 4194304 4196468 140720492970496 140552742144656 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=320] ppid=32724 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/32727/task/320/stat : 320 (java) S 32724 32727 13007 0 -1 1077944384 2332 12351 0 0 11 0 5 3 20 0 15 0 90850109 14407233536 102817 18446744073709551615 4194304 4196468 140720492970496 140552289339888 140552810879618 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=321] ppid=32724 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/321/stat : 321 (java) S 32724 32727 13007 0 -1 1077944384 55 12351 0 0 0 0 5 3 20 0 15 0 90850109 14407233536 102817 18446744073709551615 4194304 4196468 140720492970496 140552288286176 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=325] ppid=32724 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/325/stat : 325 (java) S 32724 32727 13007 0 -1 1077944384 45 12351 0 0 0 0 5 3 20 0 15 0 90850109 14407233536 102817 18446744073709551615 4194304 4196468 140720492970496 140552287233536 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=326] ppid=32724 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/326/stat : 326 (java) S 32724 32727 13007 0 -1 1077944384 3 12351 0 0 0 0 5 3 20 0 15 0 90850112 14407233536 102817 18446744073709551615 4194304 4196468 140720492970496 140552286182096 140552810887067 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=327] ppid=32724 vsize=14069564 CPUtime=3.2 cores=1,3,5,7
/proc/32727/task/327/stat : 327 (java) S 32724 32727 13007 0 -1 1077944384 7028 12351 0 0 311 1 5 3 20 0 15 0 90850112 14407233536 102817 18446744073709551615 4194304 4196468 140720492970496 140552285128688 140552810879618 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=328] ppid=32724 vsize=14069564 CPUtime=2.95 cores=1,3,5,7
/proc/32727/task/328/stat : 328 (java) S 32724 32727 13007 0 -1 1077944384 4743 12351 0 0 286 1 5 3 20 0 15 0 90850112 14407233536 102817 18446744073709551615 4194304 4196468 140720492970496 140552284076144 140552810879618 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=329] ppid=32724 vsize=14069564 CPUtime=1.54 cores=1,3,5,7
/proc/32727/task/329/stat : 329 (java) S 32724 32727 13007 0 -1 1077944384 4622 12351 0 0 143 3 5 3 20 0 15 0 90850112 14407233536 102817 18446744073709551615 4194304 4196468 140720492970496 140552283023600 140552810879618 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=330] ppid=32724 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/330/stat : 330 (java) S 32724 32727 13007 0 -1 1077944384 3 12351 0 0 0 0 5 3 20 0 15 0 90850112 14407233536 102817 18446744073709551615 4194304 4196468 140720492970496 140552281971296 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=331] ppid=32724 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/331/stat : 331 (java) S 32724 32727 13007 0 -1 1077944384 12 12351 0 0 0 0 5 3 20 0 15 0 90850115 14407233536 102817 18446744073709551615 4194304 4196468 140720492970496 140552280918832 140552810879618 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
Current children cumulated CPU time (s) 13.9
Current children cumulated vsize (KiB) 14069564

[startup+12.7028 s]
/proc/loadavg: 1.72 1.55 1.47 3/214 333
/proc/meminfo: memFree=26271916/32770624 swapFree=0/474496
[pid=32727] ppid=32724 vsize=14069564 CPUtime=24.46 cores=1,3,5,7
/proc/32727/stat : 32727 (java) S 32724 32727 13007 0 -1 1077944320 76771 12351 0 0 2404 34 5 3 20 0 15 0 90850083 14407233536 151382 18446744073709551615 4194304 4196468 140720492970496 140720492953040 140552810868471 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 11 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
/proc/32727/statm: 3517391 151382 3479 1 0 3506005 0
[pid=32727/tid=315] ppid=32724 vsize=14069564 CPUtime=12.19 cores=1,3,5,7
/proc/32727/task/315/stat : 315 (java) R 32724 32727 13007 0 -1 4202560 45821 12351 0 0 1194 17 5 3 20 0 15 0 90850107 14407233536 151382 18446744073709551615 4194304 4196468 140720492970496 140552815099456 140552432229638 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=316] ppid=32724 vsize=14069564 CPUtime=0.22 cores=1,3,5,7
/proc/32727/task/316/stat : 316 (java) S 32724 32727 13007 0 -1 1077944384 341 12351 0 0 13 1 5 3 20 0 15 0 90850107 14407233536 151382 18446744073709551615 4194304 4196468 140720492970496 140552745302288 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=317] ppid=32724 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/32727/task/317/stat : 317 (java) S 32724 32727 13007 0 -1 1077944384 187 12351 0 0 12 1 5 3 20 0 15 0 90850107 14407233536 151382 18446744073709551615 4194304 4196468 140720492970496 140552744249744 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=318] ppid=32724 vsize=14069564 CPUtime=0.18 cores=1,3,5,7
/proc/32727/task/318/stat : 318 (java) S 32724 32727 13007 0 -1 1077944384 1068 12351 0 0 9 1 5 3 20 0 15 0 90850107 14407233536 151382 18446744073709551615 4194304 4196468 140720492970496 140552743197200 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=319] ppid=32724 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/32727/task/319/stat : 319 (java) S 32724 32727 13007 0 -1 1077944384 584 12351 0 0 10 1 5 3 20 0 15 0 90850107 14407233536 151382 18446744073709551615 4194304 4196468 140720492970496 140552742144656 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=320] ppid=32724 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/32727/task/320/stat : 320 (java) S 32724 32727 13007 0 -1 1077944384 2679 12351 0 0 12 0 5 3 20 0 15 0 90850109 14407233536 151382 18446744073709551615 4194304 4196468 140720492970496 140552289339888 140552810879618 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=321] ppid=32724 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/321/stat : 321 (java) S 32724 32727 13007 0 -1 1077944384 55 12351 0 0 0 0 5 3 20 0 15 0 90850109 14407233536 151382 18446744073709551615 4194304 4196468 140720492970496 140552288286176 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=325] ppid=32724 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/325/stat : 325 (java) S 32724 32727 13007 0 -1 1077944384 45 12351 0 0 0 0 5 3 20 0 15 0 90850109 14407233536 151382 18446744073709551615 4194304 4196468 140720492970496 140552287233536 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=326] ppid=32724 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/326/stat : 326 (java) S 32724 32727 13007 0 -1 1077944384 3 12351 0 0 0 0 5 3 20 0 15 0 90850112 14407233536 151382 18446744073709551615 4194304 4196468 140720492970496 140552286182096 140552810887067 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0

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

/proc/32727/task/330/stat : 330 (java) S 32724 32727 13007 0 -1 1077944384 3 12351 0 0 0 0 5 3 20 0 15 0 90850112 14407233536 206147 18446744073709551615 4194304 4196468 140720492970496 140552281971296 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=331] ppid=32724 vsize=14069564 CPUtime=1.52 cores=1,3,5,7
/proc/32727/task/331/stat : 331 (java) S 32724 32727 13007 0 -1 1077944384 1001 12351 0 0 61 83 5 3 20 0 15 0 90850115 14407233536 206147 18446744073709551615 4194304 4196468 140720492970496 140552280918832 140552810879618 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
Current children cumulated CPU time (s) 2316.02
Current children cumulated vsize (KiB) 14069564

[startup+2322.3 s]
/proc/loadavg: 1.49 1.49 1.50 3/213 674
/proc/meminfo: memFree=26764292/32770624 swapFree=0/475120
[pid=32727] ppid=32724 vsize=14069564 CPUtime=2376.9 cores=1,3,5,7
/proc/32727/stat : 32727 (java) S 32724 32727 13007 0 -1 1077944320 254141 12351 0 0 237280 402 5 3 20 0 15 0 90850083 14407233536 206168 18446744073709551615 4194304 4196468 140720492970496 140720492953040 140552810868471 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 11 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
/proc/32727/statm: 3517391 206168 3480 1 0 3506005 0
[pid=32727/tid=315] ppid=32724 vsize=14069564 CPUtime=2295.48 cores=1,3,5,7
/proc/32727/task/315/stat : 315 (java) R 32724 32727 13007 0 -1 4202560 98032 12351 0 0 229481 59 5 3 20 0 15 0 90850107 14407233536 206168 18446744073709551615 4194304 4196468 140720492970496 140552815102176 140552420005958 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=316] ppid=32724 vsize=14069564 CPUtime=12.04 cores=1,3,5,7
/proc/32727/task/316/stat : 316 (java) S 32724 32727 13007 0 -1 1077944384 17991 12351 0 0 1131 65 5 3 20 0 15 0 90850107 14407233536 206168 18446744073709551615 4194304 4196468 140720492970496 140552745302288 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=317] ppid=32724 vsize=14069564 CPUtime=12.01 cores=1,3,5,7
/proc/32727/task/317/stat : 317 (java) S 32724 32727 13007 0 -1 1077944384 23394 12351 0 0 1127 66 5 3 20 0 15 0 90850107 14407233536 206168 18446744073709551615 4194304 4196468 140720492970496 140552744249744 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=318] ppid=32724 vsize=14069564 CPUtime=11.98 cores=1,3,5,7
/proc/32727/task/318/stat : 318 (java) S 32724 32727 13007 0 -1 1077944384 21781 12351 0 0 1125 65 5 3 20 0 15 0 90850107 14407233536 206168 18446744073709551615 4194304 4196468 140720492970496 140552743197200 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=319] ppid=32724 vsize=14069564 CPUtime=11.97 cores=1,3,5,7
/proc/32727/task/319/stat : 319 (java) S 32724 32727 13007 0 -1 1077944384 14625 12351 0 0 1125 64 5 3 20 0 15 0 90850107 14407233536 206168 18446744073709551615 4194304 4196468 140720492970496 140552742144656 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=320] ppid=32724 vsize=14069564 CPUtime=11.63 cores=1,3,5,7
/proc/32727/task/320/stat : 320 (java) S 32724 32727 13007 0 -1 1077944384 17049 12351 0 0 1093 62 5 3 20 0 15 0 90850109 14407233536 206168 18446744073709551615 4194304 4196468 140720492970496 140552289339888 140552810879618 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=321] ppid=32724 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/321/stat : 321 (java) S 32724 32727 13007 0 -1 1077944384 61 12351 0 0 0 0 5 3 20 0 15 0 90850109 14407233536 206168 18446744073709551615 4194304 4196468 140720492970496 140552288286176 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=325] ppid=32724 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/325/stat : 325 (java) S 32724 32727 13007 0 -1 1077944384 45 12351 0 0 0 0 5 3 20 0 15 0 90850109 14407233536 206168 18446744073709551615 4194304 4196468 140720492970496 140552287233536 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=326] ppid=32724 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/326/stat : 326 (java) S 32724 32727 13007 0 -1 1077944384 3 12351 0 0 0 0 5 3 20 0 15 0 90850112 14407233536 206168 18446744073709551615 4194304 4196468 140720492970496 140552286182096 140552810887067 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=327] ppid=32724 vsize=14069564 CPUtime=9.03 cores=1,3,5,7
/proc/32727/task/327/stat : 327 (java) S 32724 32727 13007 0 -1 1077944384 17201 12351 0 0 890 5 5 3 20 0 15 0 90850112 14407233536 206168 18446744073709551615 4194304 4196468 140720492970496 140552285128688 140552810879618 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=328] ppid=32724 vsize=14069564 CPUtime=8.61 cores=1,3,5,7
/proc/32727/task/328/stat : 328 (java) S 32724 32727 13007 0 -1 1077944384 14989 12351 0 0 849 4 5 3 20 0 15 0 90850112 14407233536 206168 18446744073709551615 4194304 4196468 140720492970496 140552284076144 140552810879618 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=329] ppid=32724 vsize=14069564 CPUtime=3.21 cores=1,3,5,7
/proc/32727/task/329/stat : 329 (java) S 32724 32727 13007 0 -1 1077944384 25789 12351 0 0 305 8 5 3 20 0 15 0 90850112 14407233536 206168 18446744073709551615 4194304 4196468 140720492970496 140552283023600 140552810879618 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=330] ppid=32724 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/330/stat : 330 (java) S 32724 32727 13007 0 -1 1077944384 3 12351 0 0 0 0 5 3 20 0 15 0 90850112 14407233536 206168 18446744073709551615 4194304 4196468 140720492970496 140552281971296 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=331] ppid=32724 vsize=14069564 CPUtime=1.56 cores=1,3,5,7
/proc/32727/task/331/stat : 331 (java) S 32724 32727 13007 0 -1 1077944384 1023 12351 0 0 63 85 5 3 20 0 15 0 90850115 14407233536 206168 18446744073709551615 4194304 4196468 140720492970496 140552280918832 140552810879618 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
Current children cumulated CPU time (s) 2376.9
Current children cumulated vsize (KiB) 14069564

[startup+2382.3 s]
/proc/loadavg: 1.48 1.48 1.50 3/214 677
/proc/meminfo: memFree=27163484/32770624 swapFree=0/475124
[pid=32727] ppid=32724 vsize=14069564 CPUtime=2437.81 cores=1,3,5,7
/proc/32727/stat : 32727 (java) S 32724 32727 13007 0 -1 1077944320 256553 12351 0 0 243363 410 5 3 20 0 15 0 90850083 14407233536 206609 18446744073709551615 4194304 4196468 140720492970496 140720492953040 140552810868471 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 11 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
/proc/32727/statm: 3517391 206609 3480 1 0 3506005 0
[pid=32727/tid=315] ppid=32724 vsize=14069564 CPUtime=2354.78 cores=1,3,5,7
/proc/32727/task/315/stat : 315 (java) R 32724 32727 13007 0 -1 4202560 99031 12351 0 0 235411 59 5 3 20 0 15 0 90850107 14407233536 206609 18446744073709551615 4194304 4196468 140720492970496 140552815102640 140552427175662 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=316] ppid=32724 vsize=14069564 CPUtime=12.35 cores=1,3,5,7
/proc/32727/task/316/stat : 316 (java) S 32724 32727 13007 0 -1 1077944384 18017 12351 0 0 1160 67 5 3 20 0 15 0 90850107 14407233536 206609 18446744073709551615 4194304 4196468 140720492970496 140552745302288 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=317] ppid=32724 vsize=14069564 CPUtime=12.32 cores=1,3,5,7
/proc/32727/task/317/stat : 317 (java) S 32724 32727 13007 0 -1 1077944384 24216 12351 0 0 1157 67 5 3 20 0 15 0 90850107 14407233536 206609 18446744073709551615 4194304 4196468 140720492970496 140552744249744 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=318] ppid=32724 vsize=14069564 CPUtime=12.31 cores=1,3,5,7
/proc/32727/task/318/stat : 318 (java) S 32724 32727 13007 0 -1 1077944384 21917 12351 0 0 1156 67 5 3 20 0 15 0 90850107 14407233536 206609 18446744073709551615 4194304 4196468 140720492970496 140552743197200 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=319] ppid=32724 vsize=14069564 CPUtime=12.29 cores=1,3,5,7
/proc/32727/task/319/stat : 319 (java) S 32724 32727 13007 0 -1 1077944384 14709 12351 0 0 1156 65 5 3 20 0 15 0 90850107 14407233536 206609 18446744073709551615 4194304 4196468 140720492970496 140552742144656 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=320] ppid=32724 vsize=14069564 CPUtime=11.92 cores=1,3,5,7
/proc/32727/task/320/stat : 320 (java) S 32724 32727 13007 0 -1 1077944384 17365 12351 0 0 1120 64 5 3 20 0 15 0 90850109 14407233536 206609 18446744073709551615 4194304 4196468 140720492970496 140552289339888 140552810879618 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=321] ppid=32724 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/321/stat : 321 (java) S 32724 32727 13007 0 -1 1077944384 61 12351 0 0 0 0 5 3 20 0 15 0 90850109 14407233536 206609 18446744073709551615 4194304 4196468 140720492970496 140552288286176 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=325] ppid=32724 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/325/stat : 325 (java) S 32724 32727 13007 0 -1 1077944384 45 12351 0 0 0 0 5 3 20 0 15 0 90850109 14407233536 206609 18446744073709551615 4194304 4196468 140720492970496 140552287233536 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=326] ppid=32724 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/326/stat : 326 (java) S 32724 32727 13007 0 -1 1077944384 3 12351 0 0 0 0 5 3 20 0 15 0 90850112 14407233536 206609 18446744073709551615 4194304 4196468 140720492970496 140552286182096 140552810887067 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=327] ppid=32724 vsize=14069564 CPUtime=9.03 cores=1,3,5,7
/proc/32727/task/327/stat : 327 (java) S 32724 32727 13007 0 -1 1077944384 17204 12351 0 0 890 5 5 3 20 0 15 0 90850112 14407233536 206609 18446744073709551615 4194304 4196468 140720492970496 140552285128688 140552810879618 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=328] ppid=32724 vsize=14069564 CPUtime=8.61 cores=1,3,5,7
/proc/32727/task/328/stat : 328 (java) S 32724 32727 13007 0 -1 1077944384 14991 12351 0 0 849 4 5 3 20 0 15 0 90850112 14407233536 206609 18446744073709551615 4194304 4196468 140720492970496 140552284076144 140552810879618 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=329] ppid=32724 vsize=14069564 CPUtime=3.21 cores=1,3,5,7
/proc/32727/task/329/stat : 329 (java) S 32724 32727 13007 0 -1 1077944384 25791 12351 0 0 305 8 5 3 20 0 15 0 90850112 14407233536 206609 18446744073709551615 4194304 4196468 140720492970496 140552283023600 140552810879618 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=330] ppid=32724 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/330/stat : 330 (java) S 32724 32727 13007 0 -1 1077944384 3 12351 0 0 0 0 5 3 20 0 15 0 90850112 14407233536 206609 18446744073709551615 4194304 4196468 140720492970496 140552281971296 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=331] ppid=32724 vsize=14069564 CPUtime=1.59 cores=1,3,5,7
/proc/32727/task/331/stat : 331 (java) S 32724 32727 13007 0 -1 1077944384 1045 12351 0 0 64 87 5 3 20 0 15 0 90850115 14407233536 206609 18446744073709551615 4194304 4196468 140720492970496 140552280918832 140552810879618 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
Current children cumulated CPU time (s) 2437.81
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.34 1.43 1.48 3/214 679
/proc/meminfo: memFree=27316996/32770624 swapFree=0/475132
[pid=32727] ppid=32724 vsize=14069564 CPUtime=2498.76 cores=1,3,5,7
/proc/32727/stat : 32727 (java) S 32724 32727 13007 0 -1 1077944320 258922 12351 0 0 249448 420 5 3 20 0 15 0 90850083 14407233536 206626 18446744073709551615 4194304 4196468 140720492970496 140720492953040 140552810868471 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 11 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
/proc/32727/statm: 3517391 206626 3480 1 0 3506005 0
[pid=32727/tid=315] ppid=32724 vsize=14069564 CPUtime=2414.05 cores=1,3,5,7
/proc/32727/task/315/stat : 315 (java) R 32724 32727 13007 0 -1 4202560 100009 12351 0 0 241337 60 5 3 20 0 15 0 90850107 14407233536 206626 18446744073709551615 4194304 4196468 140720492970496 140552815102560 140552419222692 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=316] ppid=32724 vsize=14069564 CPUtime=12.68 cores=1,3,5,7
/proc/32727/task/316/stat : 316 (java) S 32724 32727 13007 0 -1 1077944384 18061 12351 0 0 1191 69 5 3 20 0 15 0 90850107 14407233536 206626 18446744073709551615 4194304 4196468 140720492970496 140552745302288 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=317] ppid=32724 vsize=14069564 CPUtime=12.66 cores=1,3,5,7
/proc/32727/task/317/stat : 317 (java) S 32724 32727 13007 0 -1 1077944384 25035 12351 0 0 1189 69 5 3 20 0 15 0 90850107 14407233536 206626 18446744073709551615 4194304 4196468 140720492970496 140552744249744 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=318] ppid=32724 vsize=14069564 CPUtime=12.64 cores=1,3,5,7
/proc/32727/task/318/stat : 318 (java) S 32724 32727 13007 0 -1 1077944384 22052 12351 0 0 1187 69 5 3 20 0 15 0 90850107 14407233536 206626 18446744073709551615 4194304 4196468 140720492970496 140552743197200 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=319] ppid=32724 vsize=14069564 CPUtime=12.61 cores=1,3,5,7
/proc/32727/task/319/stat : 319 (java) S 32724 32727 13007 0 -1 1077944384 14759 12351 0 0 1187 66 5 3 20 0 15 0 90850107 14407233536 206626 18446744073709551615 4194304 4196468 140720492970496 140552742144656 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=320] ppid=32724 vsize=14069564 CPUtime=12.23 cores=1,3,5,7
/proc/32727/task/320/stat : 320 (java) S 32724 32727 13007 0 -1 1077944384 17680 12351 0 0 1150 65 5 3 20 0 15 0 90850109 14407233536 206626 18446744073709551615 4194304 4196468 140720492970496 140552289339888 140552810879618 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=321] ppid=32724 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/321/stat : 321 (java) S 32724 32727 13007 0 -1 1077944384 61 12351 0 0 0 0 5 3 20 0 15 0 90850109 14407233536 206626 18446744073709551615 4194304 4196468 140720492970496 140552288286176 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=325] ppid=32724 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/325/stat : 325 (java) S 32724 32727 13007 0 -1 1077944384 45 12351 0 0 0 0 5 3 20 0 15 0 90850109 14407233536 206626 18446744073709551615 4194304 4196468 140720492970496 140552287233536 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=326] ppid=32724 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/326/stat : 326 (java) S 32724 32727 13007 0 -1 1077944384 3 12351 0 0 0 0 5 3 20 0 15 0 90850112 14407233536 206626 18446744073709551615 4194304 4196468 140720492970496 140552286182096 140552810887067 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=327] ppid=32724 vsize=14069564 CPUtime=9.03 cores=1,3,5,7
/proc/32727/task/327/stat : 327 (java) S 32724 32727 13007 0 -1 1077944384 17206 12351 0 0 890 5 5 3 20 0 15 0 90850112 14407233536 206626 18446744073709551615 4194304 4196468 140720492970496 140552285128688 140552810879618 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=328] ppid=32724 vsize=14069564 CPUtime=8.61 cores=1,3,5,7
/proc/32727/task/328/stat : 328 (java) S 32724 32727 13007 0 -1 1077944384 14994 12351 0 0 849 4 5 3 20 0 15 0 90850112 14407233536 206626 18446744073709551615 4194304 4196468 140720492970496 140552284076144 140552810879618 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=329] ppid=32724 vsize=14069564 CPUtime=3.21 cores=1,3,5,7
/proc/32727/task/329/stat : 329 (java) S 32724 32727 13007 0 -1 1077944384 25793 12351 0 0 305 8 5 3 20 0 15 0 90850112 14407233536 206626 18446744073709551615 4194304 4196468 140720492970496 140552283023600 140552810879618 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=330] ppid=32724 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/330/stat : 330 (java) S 32724 32727 13007 0 -1 1077944384 3 12351 0 0 0 0 5 3 20 0 15 0 90850112 14407233536 206626 18446744073709551615 4194304 4196468 140720492970496 140552281971296 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=331] ppid=32724 vsize=14069564 CPUtime=1.63 cores=1,3,5,7
/proc/32727/task/331/stat : 331 (java) S 32724 32727 13007 0 -1 1077944384 1066 12351 0 0 66 89 5 3 20 0 15 0 90850115 14407233536 206626 18446744073709551615 4194304 4196468 140720492970496 140552280918832 140552810879618 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
Current children cumulated CPU time (s) 2498.76
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2463.2 s]
/proc/loadavg: 1.55 1.47 1.49 3/214 679
/proc/meminfo: memFree=27394944/32770624 swapFree=0/475128
[pid=32727] ppid=32724 vsize=14069564 CPUtime=2520 cores=1,3,5,7
/proc/32727/stat : 32727 (java) S 32724 32727 13007 0 -1 1077944320 259392 12351 0 0 251569 423 5 3 20 0 15 0 90850083 14407233536 206626 18446744073709551615 4194304 4196468 140720492970496 140720492953040 140552810868471 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 11 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
/proc/32727/statm: 3517391 206626 3480 1 0 3506005 0
[pid=32727/tid=315] ppid=32724 vsize=14069564 CPUtime=2434.72 cores=1,3,5,7
/proc/32727/task/315/stat : 315 (java) R 32724 32727 13007 0 -1 4202560 100250 12351 0 0 243403 61 5 3 20 0 15 0 90850107 14407233536 206626 18446744073709551615 4194304 4196468 140720492970496 140552815102432 140552432298035 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=316] ppid=32724 vsize=14069564 CPUtime=12.81 cores=1,3,5,7
/proc/32727/task/316/stat : 316 (java) S 32724 32727 13007 0 -1 1077944384 18069 12351 0 0 1203 70 5 3 20 0 15 0 90850107 14407233536 206626 18446744073709551615 4194304 4196468 140720492970496 140552745302288 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=317] ppid=32724 vsize=14069564 CPUtime=12.78 cores=1,3,5,7
/proc/32727/task/317/stat : 317 (java) S 32724 32727 13007 0 -1 1077944384 25048 12351 0 0 1200 70 5 3 20 0 15 0 90850107 14407233536 206626 18446744073709551615 4194304 4196468 140720492970496 140552744249744 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=318] ppid=32724 vsize=14069564 CPUtime=12.75 cores=1,3,5,7
/proc/32727/task/318/stat : 318 (java) S 32724 32727 13007 0 -1 1077944384 22057 12351 0 0 1198 69 5 3 20 0 15 0 90850107 14407233536 206626 18446744073709551615 4194304 4196468 140720492970496 140552743197200 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=319] ppid=32724 vsize=14069564 CPUtime=12.73 cores=1,3,5,7
/proc/32727/task/319/stat : 319 (java) S 32724 32727 13007 0 -1 1077944384 14777 12351 0 0 1198 67 5 3 20 0 15 0 90850107 14407233536 206626 18446744073709551615 4194304 4196468 140720492970496 140552742144656 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=320] ppid=32724 vsize=14069564 CPUtime=12.33 cores=1,3,5,7
/proc/32727/task/320/stat : 320 (java) S 32724 32727 13007 0 -1 1077944384 17854 12351 0 0 1160 65 5 3 20 0 15 0 90850109 14407233536 206626 18446744073709551615 4194304 4196468 140720492970496 140552289339888 140552810879618 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=321] ppid=32724 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/321/stat : 321 (java) S 32724 32727 13007 0 -1 1077944384 61 12351 0 0 0 0 5 3 20 0 15 0 90850109 14407233536 206626 18446744073709551615 4194304 4196468 140720492970496 140552288286176 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=325] ppid=32724 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/325/stat : 325 (java) S 32724 32727 13007 0 -1 1077944384 45 12351 0 0 0 0 5 3 20 0 15 0 90850109 14407233536 206626 18446744073709551615 4194304 4196468 140720492970496 140552287233536 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=326] ppid=32724 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/326/stat : 326 (java) S 32724 32727 13007 0 -1 1077944384 3 12351 0 0 0 0 5 3 20 0 15 0 90850112 14407233536 206626 18446744073709551615 4194304 4196468 140720492970496 140552286182096 140552810887067 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=327] ppid=32724 vsize=14069564 CPUtime=9.03 cores=1,3,5,7
/proc/32727/task/327/stat : 327 (java) S 32724 32727 13007 0 -1 1077944384 17206 12351 0 0 890 5 5 3 20 0 15 0 90850112 14407233536 206626 18446744073709551615 4194304 4196468 140720492970496 140552285128688 140552810879618 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=328] ppid=32724 vsize=14069564 CPUtime=8.61 cores=1,3,5,7
/proc/32727/task/328/stat : 328 (java) S 32724 32727 13007 0 -1 1077944384 14994 12351 0 0 849 4 5 3 20 0 15 0 90850112 14407233536 206626 18446744073709551615 4194304 4196468 140720492970496 140552284076144 140552810879618 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=329] ppid=32724 vsize=14069564 CPUtime=3.21 cores=1,3,5,7
/proc/32727/task/329/stat : 329 (java) S 32724 32727 13007 0 -1 1077944384 25793 12351 0 0 305 8 5 3 20 0 15 0 90850112 14407233536 206626 18446744073709551615 4194304 4196468 140720492970496 140552283023600 140552810879618 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=330] ppid=32724 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/32727/task/330/stat : 330 (java) S 32724 32727 13007 0 -1 1077944384 3 12351 0 0 0 0 5 3 20 0 15 0 90850112 14407233536 206626 18446744073709551615 4194304 4196468 140720492970496 140552281971296 140552810878677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
[pid=32727/tid=331] ppid=32724 vsize=14069564 CPUtime=1.65 cores=1,3,5,7
/proc/32727/task/331/stat : 331 (java) S 32724 32727 13007 0 -1 1077944384 1077 12351 0 0 67 90 5 3 20 0 15 0 90850115 14407233536 206626 18446744073709551615 4194304 4196468 140720492970496 140552280918832 140552810879618 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17707008 140720492971984 140720492974769 140720492974769 140720492978127 0
Current children cumulated CPU time (s) 2520
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 32727 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2463.23
CPU time (s): 2520.04
CPU user time (s): 2515.76
CPU system time (s): 4.27912
CPU usage (%): 102.306
Max. virtual memory (cumulated for all children) (KiB): 14071660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.76
system time used= 4.27912
maximum resident set size= 827232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 274403
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 330161
involuntary context switches= 9775

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.0005 second user time and 16.3422 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-11 23:55:54
IDJOB=4262754
IDBENCH=140551
IDSOLVER=2650
FILE ID=node135/4262754-1502489388
RUNJOBID= node135-1502411443-13072
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Rack/Rack-m1c-s1/Rack-m1c-r3.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262754-1502489388/watcher-4262754-1502489388 -o /tmp/evaluation-result-4262754-1502489388/solver-4262754-1502489388 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502411443-13072 --watchdog 2580  bin/concrete HOME/instance-4262754-1502489388.xml

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

MD5SUM BENCH= bc26aaa932070946748b52cb6241d030
RANDOM SEED=1201383814

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26843572 kB
MemAvailable:   27696972 kB
Buffers:          299088 kB
Cached:           845740 kB
SwapCached:            0 kB
Active:          4970804 kB
Inactive:         507664 kB
Active(anon):    4334192 kB
Inactive(anon):    33140 kB
Active(file):     636612 kB
Inactive(file):   474524 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24528 kB
Writeback:             0 kB
AnonPages:       4333748 kB
Mapped:            64156 kB
Shmem:             33464 kB
Slab:             143896 kB
SReclaimable:     116196 kB
SUnreclaim:        27700 kB
KernelStack:        3472 kB
PageTables:        13456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4977196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4069376 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= 61984 MiB
End job on node135 at 2017-08-12 00:36:57