Trace number 4262755

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)1150 2520.0901 2473.73

General information on the benchmark

NameRack/
Rack-m1c-s1/Rack-m1c-r4.xml
MD5SUM82aaf070f4ed513873c305716b97d302
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1150
Best CPU time to get the best result obtained on this benchmark432.34601
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints53
Number of domains7
Minimum domain size2
Maximum domain size11
Distribution of domain sizes[{"size":2,"count":9},{"size":3,"count":18},{"size":5,"count":9},{"size":7,"count":45},{"size":11,"count":9}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":27},{"degree":3,"count":52},{"degree":4,"count":9},{"degree":5,"count":2}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":27},{"arity":4,"count":1},{"arity":7,"count":18},{"arity":9,"count":7}]
Number of extensional constraints27
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":27},{"type":"intension","count":1},{"type":"ordered","count":1},{"type":"sum","count":24}]
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.50/2.22	c Concrete v3.4 running
7.59/3.91	o 2700
7.59/3.94	o 2650
8.28/4.11	o 2600
8.28/4.11	o 2550
8.28/4.11	o 2500
8.28/4.11	o 2450
8.28/4.11	o 2400
8.28/4.11	o 2350
8.28/4.11	o 2300
8.28/4.11	o 2250
8.28/4.11	o 2200
8.28/4.11	o 2150
8.28/4.11	o 2100
8.28/4.11	o 2050
8.28/4.11	o 2000
8.28/4.11	o 1950
8.28/4.12	o 1900
8.28/4.13	o 1850
8.28/4.14	o 1800
8.28/4.15	o 1750
8.28/4.15	o 1700
8.28/4.15	o 1650
8.28/4.16	o 1600
8.28/4.17	o 1550
8.28/4.17	o 1500
8.28/4.18	o 1450
8.28/4.18	o 1400
8.28/4.19	o 1350
8.28/4.20	o 1300
8.60/4.20	o 1250
8.60/4.21	o 1200
9.26/4.46	o 1150
2520.04/2473.70	java.util.concurrent.TimeoutException
2520.04/2473.70		at concrete.MAC.mac(MAC.scala:74)
2520.04/2473.70		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.04/2473.70		at scala.util.Try$.apply(Try.scala:209)
2520.04/2473.70		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.04/2473.70		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.04/2473.70		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.04/2473.70		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.04/2473.70		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.04/2473.70		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.04/2473.70		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.04/2473.70		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.04/2473.70		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.04/2473.70		at concrete.MAC.oneRun(MAC.scala:146)
2520.04/2473.70		at concrete.MAC.nextSolution(MAC.scala:166)
2520.04/2473.70		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.04/2473.70		at concrete.ProblemState.map(ProblemState.scala:203)
2520.04/2473.70		at concrete.ProblemState.map(ProblemState.scala:188)
2520.04/2473.70		at concrete.MAC.nextSolution(MAC.scala:195)
2520.04/2473.70		at concrete.Solver.hasNext(Solver.scala:202)
2520.04/2473.70		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.04/2473.70		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.04/2473.70		at concrete.Solver.toStream(Solver.scala:73)
2520.04/2473.70		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2520.04/2473.70		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2520.04/2473.70		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2520.04/2473.70		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2520.04/2473.70		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2520.04/2473.70		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.04/2473.70		at scala.util.Success.map(Try.scala:209)
2520.04/2473.70		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.04/2473.70		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.04/2473.70		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.04/2473.70		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.04/2473.70		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.04/2473.70		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.04/2473.70		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.04/2473.70		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.04/2473.70		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.04/2473.70		at scala.collection.immutable.List.foreach(List.scala:389)
2520.04/2473.70		at scala.App.main(App.scala:76)
2520.04/2473.70		at scala.App.main$(App.scala:74)
2520.04/2473.70		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.04/2473.70		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2473.71	v <instantiation cost="1150">
2520.04/2473.71	v       <list>
2520.04/2473.71	v         r[0] r[1] r[2] r[3] r[4] r[5] r[6] r[7] r[8] 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] rpw[0] rpw[1] rpw[2] rpw[3] rpw[4] rpw[5] rpw[6] rpw[7] rpw[8] rcn[0] rcn[1] rcn[2] rcn[3] rcn[4] rcn[5] rcn[6] rcn[7] rcn[8] rpr[0] rpr[1] rpr[2] rpr[3] rpr[4] rpr[5] rpr[6] rpr[7] rpr[8]
2520.04/2473.71	v       </list>
2520.04/2473.71	v       <values>
2520.04/2473.71	v         4 3 3 3 3 3 3 1 0 5 0 0 0 1 0 1 2 1 0 0 0 1 2 1 0 0 0 3 2 0 0 0 0 0 0 0 0 0 1 0 0 0 2 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 200 150 150 150 150 150 150 50 0 16 8 8 8 8 8 8 2 0 200 150 150 150 150 150 150 50 0
2520.04/2473.71	v       </values>
2520.04/2473.71	v     </instantiation>
2520.04/2473.71	s SATISFIABLE

Verifier Data

OK	1150

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-4262755-1502489707/watcher-4262755-1502489707 -o /tmp/evaluation-result-4262755-1502489707/solver-4262755-1502489707 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4885 --watchdog 2580 bin/concrete HOME/instance-4262755-1502489707.xml 

pid=27243
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.30 1.34 1.35 3/202 27246
/proc/meminfo: memFree=30368924/32770624 swapFree=0/443728
[pid=27246] ppid=27243 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/27246/stat : 27246 (runsolver) D 27243 27246 4821 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 96785935 24240128 106 18446744073709551615 4194304 4338465 140730341795760 140730341793400 140388946854615 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 27557888 140730341802193 140730341802569 140730341802569 140730341806026 0
/proc/27246/statm: 5918 106 53 36 0 2156 0

[startup+0.100118 s]
/proc/loadavg: 1.30 1.34 1.35 3/202 27246
/proc/meminfo: memFree=30368924/32770624 swapFree=0/443728
[pid=27246] ppid=27243 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/27246/stat : 27246 (bash) S 27243 27246 4821 0 -1 4202496 683 1542 0 0 0 0 0 0 20 0 1 0 96785935 9736192 351 18446744073709551615 4194304 5098028 140723202851152 140723202848792 139965705329664 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 8 0 0 7196144 7232144 26718208 140723202855444 140723202855529 140723202855529 140723202858986 0
/proc/27246/statm: 2377 351 278 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200295 s]
/proc/loadavg: 1.30 1.34 1.35 3/202 27246
/proc/meminfo: memFree=30368924/32770624 swapFree=0/443728
[pid=27246] ppid=27243 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/27246/stat : 27246 (bash) S 27243 27246 4821 0 -1 4202496 892 6484 0 0 0 0 0 1 20 0 1 0 96785935 9867264 377 18446744073709551615 4194304 5098028 140723202851152 140723202845160 139965705329664 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 8 0 0 7196144 7232144 26718208 140723202855444 140723202855529 140723202855529 140723202858986 0
/proc/27246/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300348 s]
/proc/loadavg: 1.30 1.34 1.35 3/202 27246
/proc/meminfo: memFree=30368924/32770624 swapFree=0/443728
[pid=27246] ppid=27243 vsize=13907308 CPUtime=0.13 cores=1,3,5,7
/proc/27246/stat : 27246 (java) S 27243 27246 4821 0 -1 1077944320 5860 12563 0 0 5 1 5 2 20 0 14 0 96785935 14241083392 6062 18446744073709551615 4194304 4196468 140729476877952 140729476860496 140571989851895 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
/proc/27246/statm: 3476827 6062 2658 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700554 s]
/proc/loadavg: 1.30 1.34 1.35 3/202 27246
/proc/meminfo: memFree=30368924/32770624 swapFree=0/443728
[pid=27246] ppid=27243 vsize=13974784 CPUtime=0.67 cores=1,3,5,7
/proc/27246/stat : 27246 (java) S 27243 27246 4821 0 -1 1077944320 13797 12563 0 0 56 4 5 2 20 0 15 0 96785935 14310178816 14738 18446744073709551615 4194304 4196468 140729476877952 140729476860496 140571989851895 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
/proc/27246/statm: 3493696 14738 3095 1 0 3482965 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 13974784

[startup+1.50394 s]
/proc/loadavg: 1.30 1.34 1.35 4/217 27309
/proc/meminfo: memFree=30277828/32770624 swapFree=0/443716
[pid=27246] ppid=27243 vsize=13985408 CPUtime=1.86 cores=1,3,5,7
/proc/27246/stat : 27246 (java) S 27243 27246 4821 0 -1 1077944320 25772 12563 0 0 170 9 5 2 20 0 15 0 96785935 14321057792 40076 18446744073709551615 4194304 4196468 140729476877952 140729476860496 140571989851895 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
/proc/27246/statm: 3496352 40076 3342 1 0 3485525 0
[pid=27246/tid=27296] ppid=27243 vsize=13985408 CPUtime=1.28 cores=1,3,5,7
/proc/27246/task/27296/stat : 27296 (java) S 27243 27246 4821 0 -1 1077944384 20339 12563 0 0 115 6 5 2 20 0 15 0 96785957 14321057792 40076 18446744073709551615 4194304 4196468 140729476877952 140571994074336 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27297] ppid=27243 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27297/stat : 27297 (java) S 27243 27246 4821 0 -1 1077944384 24 12563 0 0 0 0 5 2 20 0 15 0 96785958 14321057792 40076 18446744073709551615 4194304 4196468 140729476877952 140571589482896 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27298] ppid=27243 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27298/stat : 27298 (java) S 27243 27246 4821 0 -1 1077944384 36 12563 0 0 0 0 5 2 20 0 15 0 96785958 14321057792 40076 18446744073709551615 4194304 4196468 140729476877952 140571588430096 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27299] ppid=27243 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27299/stat : 27299 (java) S 27243 27246 4821 0 -1 1077944384 179 12563 0 0 0 0 5 2 20 0 15 0 96785958 14321057792 40076 18446744073709551615 4194304 4196468 140729476877952 140571587377808 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27300] ppid=27243 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27300/stat : 27300 (java) S 27243 27246 4821 0 -1 1077944384 50 12563 0 0 0 0 5 2 20 0 15 0 96785958 14321057792 40076 18446744073709551615 4194304 4196468 140729476877952 140571586325008 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27301] ppid=27243 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27301/stat : 27301 (java) R 27243 27246 4821 0 -1 4202560 41 12563 0 0 0 0 5 2 20 0 15 0 96785959 14321057792 40076 18446744073709551615 4194304 4196468 140729476877952 140571535602624 140571969482824 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27302] ppid=27243 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27302/stat : 27302 (java) S 27243 27246 4821 0 -1 1077944384 33 12563 0 0 0 0 5 2 20 0 15 0 96785959 14321057792 40076 18446744073709551615 4194304 4196468 140729476877952 140571534550304 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27303] ppid=27243 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27303/stat : 27303 (java) S 27243 27246 4821 0 -1 1077944384 21 12563 0 0 0 0 5 2 20 0 15 0 96785960 14321057792 40076 18446744073709551615 4194304 4196468 140729476877952 140571533497968 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27304] ppid=27243 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27304/stat : 27304 (java) S 27243 27246 4821 0 -1 1077944384 3 12563 0 0 0 0 5 2 20 0 15 0 96785962 14321057792 40076 18446744073709551615 4194304 4196468 140729476877952 140571532446288 140571989870491 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27305] ppid=27243 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/27246/task/27305/stat : 27305 (java) S 27243 27246 4821 0 -1 1077944384 982 12563 0 0 14 0 5 2 20 0 15 0 96785962 14321057792 40076 18446744073709551615 4194304 4196468 140729476877952 140571531393136 140571989863042 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27306] ppid=27243 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/27246/task/27306/stat : 27306 (java) S 27243 27246 4821 0 -1 1077944384 643 12563 0 0 15 0 5 2 20 0 15 0 96785962 14321057792 40076 18446744073709551615 4194304 4196468 140729476877952 140571530340336 140571989863042 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27307] ppid=27243 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/27246/task/27307/stat : 27307 (java) S 27243 27246 4821 0 -1 1077944384 1268 12563 0 0 23 0 5 2 20 0 15 0 96785962 14321057792 40076 18446744073709551615 4194304 4196468 140729476877952 140571529283920 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27308] ppid=27243 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27308/stat : 27308 (java) S 27243 27246 4821 0 -1 1077944384 3 12563 0 0 0 0 5 2 20 0 15 0 96785962 14321057792 40076 18446744073709551615 4194304 4196468 140729476877952 140570899245536 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27309] ppid=27243 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27309/stat : 27309 (java) S 27243 27246 4821 0 -1 1077944384 3 12563 0 0 0 0 5 2 20 0 15 0 96785967 14321057792 40076 18446744073709551615 4194304 4196468 140729476877952 140570898193328 140571989863042 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 13985408

[startup+3.10148 s]
/proc/loadavg: 1.30 1.34 1.35 5/217 27336
/proc/meminfo: memFree=30202128/32770624 swapFree=0/443716
[pid=27246] ppid=27243 vsize=13999932 CPUtime=5.34 cores=1,3,5,7
/proc/27246/stat : 27246 (java) S 27243 27246 4821 0 -1 1077944320 39515 12563 0 0 510 17 5 2 20 0 15 0 96785935 14335930368 58842 18446744073709551615 4194304 4196468 140729476877952 140729476860496 140571989851895 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
/proc/27246/statm: 3499983 58842 3447 1 0 3488597 0
[pid=27246/tid=27296] ppid=27243 vsize=13999932 CPUtime=2.83 cores=1,3,5,7
/proc/27246/task/27296/stat : 27296 (java) S 27243 27246 4821 0 -1 1077944384 29134 12563 0 0 266 10 5 2 20 0 15 0 96785957 14335930368 58842 18446744073709551615 4194304 4196468 140729476877952 140571994078160 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27297] ppid=27243 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/27246/task/27297/stat : 27297 (java) R 27243 27246 4821 0 -1 4202560 38 12563 0 0 1 0 5 2 20 0 15 0 96785958 14335930368 58842 18446744073709551615 4194304 4196468 140729476877952 140571589482896 140571969878417 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27298] ppid=27243 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/27246/task/27298/stat : 27298 (java) R 27243 27246 4821 0 -1 4202560 47 12563 0 0 1 0 5 2 20 0 15 0 96785958 14335930368 58842 18446744073709551615 4194304 4196468 140729476877952 140571588429992 140571982480103 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27299] ppid=27243 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/27246/task/27299/stat : 27299 (java) R 27243 27246 4821 0 -1 4202560 184 12563 0 0 1 0 5 2 20 0 15 0 96785958 14335930368 58842 18446744073709551615 4194304 4196468 140729476877952 140571587377808 140571974306652 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27300] ppid=27243 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/27246/task/27300/stat : 27300 (java) R 27243 27246 4821 0 -1 4202560 72 12563 0 0 1 0 5 2 20 0 15 0 96785958 14335930368 58842 18446744073709551615 4194304 4196468 140729476877952 140571586325008 140571971405528 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27301] ppid=27243 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/27246/task/27301/stat : 27301 (java) S 27243 27246 4821 0 -1 1077944384 659 12563 0 0 1 0 5 2 20 0 15 0 96785959 14335930368 58842 18446744073709551615 4194304 4196468 140729476877952 140571535602624 140571989862101 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27302] ppid=27243 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27302/stat : 27302 (java) S 27243 27246 4821 0 -1 1077944384 34 12563 0 0 0 0 5 2 20 0 15 0 96785959 14335930368 58842 18446744073709551615 4194304 4196468 140729476877952 140571534550368 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27303] ppid=27243 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27303/stat : 27303 (java) S 27243 27246 4821 0 -1 1077944384 23 12563 0 0 0 0 5 2 20 0 15 0 96785960 14335930368 58842 18446744073709551615 4194304 4196468 140729476877952 140571533497984 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27304] ppid=27243 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27304/stat : 27304 (java) S 27243 27246 4821 0 -1 1077944384 3 12563 0 0 0 0 5 2 20 0 15 0 96785962 14335930368 58842 18446744073709551615 4194304 4196468 140729476877952 140571532446288 140571989870491 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27305] ppid=27243 vsize=13999932 CPUtime=0.65 cores=1,3,5,7
/proc/27246/task/27305/stat : 27305 (java) S 27243 27246 4821 0 -1 1077944384 1817 12563 0 0 58 0 5 2 20 0 15 0 96785962 14335930368 58842 18446744073709551615 4194304 4196468 140729476877952 140571531393136 140571989863042 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27306] ppid=27243 vsize=13999932 CPUtime=0.96 cores=1,3,5,7
/proc/27246/task/27306/stat : 27306 (java) S 27243 27246 4821 0 -1 1077944384 2410 12563 0 0 88 1 5 2 20 0 15 0 96785962 14335930368 58842 18446744073709551615 4194304 4196468 140729476877952 140571530340336 140571989863042 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27307] ppid=27243 vsize=13999932 CPUtime=0.95 cores=1,3,5,7
/proc/27246/task/27307/stat : 27307 (java) S 27243 27246 4821 0 -1 1077944384 2936 12563 0 0 87 1 5 2 20 0 15 0 96785962 14335930368 58842 18446744073709551615 4194304 4196468 140729476877952 140571529288048 140571989863042 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27308] ppid=27243 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27308/stat : 27308 (java) S 27243 27246 4821 0 -1 1077944384 3 12563 0 0 0 0 5 2 20 0 15 0 96785962 14335930368 58842 18446744073709551615 4194304 4196468 140729476877952 140570899245536 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27309] ppid=27243 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27309/stat : 27309 (java) S 27243 27246 4821 0 -1 1077944384 3 12563 0 0 0 0 5 2 20 0 15 0 96785967 14335930368 58842 18446744073709551615 4194304 4196468 140729476877952 140570898193328 140571989863042 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
Current children cumulated CPU time (s) 5.34
Current children cumulated vsize (KiB) 13999932

[startup+6.30064 s]
/proc/loadavg: 1.27 1.34 1.35 5/216 27336
/proc/meminfo: memFree=30027912/32770624 swapFree=0/443716
[pid=27246] ppid=27243 vsize=14069564 CPUtime=13.97 cores=1,3,5,7
/proc/27246/stat : 27246 (java) S 27243 27246 4821 0 -1 1077944320 74658 12563 0 0 1364 26 5 2 20 0 15 0 96785935 14407233536 101442 18446744073709551615 4194304 4196468 140729476877952 140729476860496 140571989851895 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
/proc/27246/statm: 3517391 101442 3478 1 0 3506005 0
[pid=27246/tid=27296] ppid=27243 vsize=14069564 CPUtime=5.81 cores=1,3,5,7
/proc/27246/task/27296/stat : 27296 (java) R 27243 27246 4821 0 -1 4202560 49526 12563 0 0 559 15 5 2 20 0 15 0 96785957 14407233536 101442 18446744073709551615 4194304 4196468 140729476877952 140571994085376 140571626525263 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27297] ppid=27243 vsize=14069564 CPUtime=0.18 cores=1,3,5,7
/proc/27246/task/27297/stat : 27297 (java) S 27243 27246 4821 0 -1 1077944384 207 12563 0 0 10 1 5 2 20 0 15 0 96785958 14407233536 101442 18446744073709551615 4194304 4196468 140729476877952 140571589482896 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27298] ppid=27243 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/27246/task/27298/stat : 27298 (java) S 27243 27246 4821 0 -1 1077944384 87 12563 0 0 12 0 5 2 20 0 15 0 96785958 14407233536 101442 18446744073709551615 4194304 4196468 140729476877952 140571588430096 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27299] ppid=27243 vsize=14069564 CPUtime=0.18 cores=1,3,5,7
/proc/27246/task/27299/stat : 27299 (java) S 27243 27246 4821 0 -1 1077944384 227 12563 0 0 11 0 5 2 20 0 15 0 96785958 14407233536 101442 18446744073709551615 4194304 4196468 140729476877952 140571587377808 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27300] ppid=27243 vsize=14069564 CPUtime=0.18 cores=1,3,5,7
/proc/27246/task/27300/stat : 27300 (java) S 27243 27246 4821 0 -1 1077944384 91 12563 0 0 10 1 5 2 20 0 15 0 96785958 14407233536 101442 18446744073709551615 4194304 4196468 140729476877952 140571586325008 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27301] ppid=27243 vsize=14069564 CPUtime=0.18 cores=1,3,5,7
/proc/27246/task/27301/stat : 27301 (java) S 27243 27246 4821 0 -1 1077944384 2800 12563 0 0 11 0 5 2 20 0 15 0 96785959 14407233536 101442 18446744073709551615 4194304 4196468 140729476877952 140571535604336 140571989863042 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27302] ppid=27243 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27302/stat : 27302 (java) S 27243 27246 4821 0 -1 1077944384 40 12563 0 0 0 0 5 2 20 0 15 0 96785959 14407233536 101442 18446744073709551615 4194304 4196468 140729476877952 140571534550368 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27303] ppid=27243 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27303/stat : 27303 (java) S 27243 27246 4821 0 -1 1077944384 27 12563 0 0 0 0 5 2 20 0 15 0 96785960 14407233536 101442 18446744073709551615 4194304 4196468 140729476877952 140571533497984 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27304] ppid=27243 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27304/stat : 27304 (java) S 27243 27246 4821 0 -1 1077944384 3 12563 0 0 0 0 5 2 20 0 15 0 96785962 14407233536 101442 18446744073709551615 4194304 4196468 140729476877952 140571532446288 140571989870491 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27305] ppid=27243 vsize=14069564 CPUtime=2.76 cores=1,3,5,7
/proc/27246/task/27305/stat : 27305 (java) S 27243 27246 4821 0 -1 1077944384 5456 12563 0 0 268 1 5 2 20 0 15 0 96785962 14407233536 101442 18446744073709551615 4194304 4196468 140729476877952 140571531393136 140571989863042 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27306] ppid=27243 vsize=14069564 CPUtime=3.46 cores=1,3,5,7
/proc/27246/task/27306/stat : 27306 (java) R 27243 27246 4821 0 -1 4202560 8664 12563 0 0 337 2 5 2 20 0 15 0 96785962 14407233536 101442 18446744073709551615 4194304 4196468 140729476877952 140571530340336 140571989863830 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27307] ppid=27243 vsize=14069564 CPUtime=1.5 cores=1,3,5,7
/proc/27246/task/27307/stat : 27307 (java) S 27243 27246 4821 0 -1 1077944384 5363 12563 0 0 141 2 5 2 20 0 15 0 96785962 14407233536 101442 18446744073709551615 4194304 4196468 140729476877952 140571529288048 140571989863042 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27308] ppid=27243 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27308/stat : 27308 (java) S 27243 27246 4821 0 -1 1077944384 3 12563 0 0 0 0 5 2 20 0 15 0 96785962 14407233536 101442 18446744073709551615 4194304 4196468 140729476877952 140570899245536 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27309] ppid=27243 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27309/stat : 27309 (java) S 27243 27246 4821 0 -1 1077944384 12 12563 0 0 0 0 5 2 20 0 15 0 96785967 14407233536 101442 18446744073709551615 4194304 4196468 140729476877952 140570898193328 140571989863042 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
Current children cumulated CPU time (s) 13.97
Current children cumulated vsize (KiB) 14069564

[startup+12.7007 s]
/proc/loadavg: 1.33 1.35 1.36 3/217 27337
/proc/meminfo: memFree=29784008/32770624 swapFree=0/443704
[pid=27246] ppid=27243 vsize=14069564 CPUtime=20.93 cores=1,3,5,7
/proc/27246/stat : 27246 (java) S 27243 27246 4821 0 -1 1077944320 79512 12563 0 0 2053 33 5 2 20 0 15 0 96785935 14407233536 159597 18446744073709551615 4194304 4196468 140729476877952 140729476860496 140571989851895 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
/proc/27246/statm: 3517391 159597 3479 1 0 3506005 0
[pid=27246/tid=27296] ppid=27243 vsize=14069564 CPUtime=12.17 cores=1,3,5,7
/proc/27246/task/27296/stat : 27296 (java) R 27243 27246 4821 0 -1 4202560 51107 12563 0 0 1192 18 5 2 20 0 15 0 96785957 14407233536 159597 18446744073709551615 4194304 4196468 140729476877952 140571994085792 140571624797272 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27297] ppid=27243 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/27246/task/27297/stat : 27297 (java) S 27243 27246 4821 0 -1 1077944384 1217 12563 0 0 11 1 5 2 20 0 15 0 96785958 14407233536 159597 18446744073709551615 4194304 4196468 140729476877952 140571589482896 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27298] ppid=27243 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/27246/task/27298/stat : 27298 (java) S 27243 27246 4821 0 -1 1077944384 98 12563 0 0 13 1 5 2 20 0 15 0 96785958 14407233536 159597 18446744073709551615 4194304 4196468 140729476877952 140571588430096 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27299] ppid=27243 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/27246/task/27299/stat : 27299 (java) S 27243 27246 4821 0 -1 1077944384 280 12563 0 0 12 1 5 2 20 0 15 0 96785958 14407233536 159597 18446744073709551615 4194304 4196468 140729476877952 140571587377808 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27300] ppid=27243 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/27246/task/27300/stat : 27300 (java) S 27243 27246 4821 0 -1 1077944384 139 12563 0 0 11 1 5 2 20 0 15 0 96785958 14407233536 159597 18446744073709551615 4194304 4196468 140729476877952 140571586325008 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27301] ppid=27243 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/27246/task/27301/stat : 27301 (java) S 27243 27246 4821 0 -1 1077944384 2934 12563 0 0 12 0 5 2 20 0 15 0 96785959 14407233536 159597 18446744073709551615 4194304 4196468 140729476877952 140571535604336 140571989863042 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27302] ppid=27243 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27302/stat : 27302 (java) S 27243 27246 4821 0 -1 1077944384 40 12563 0 0 0 0 5 2 20 0 15 0 96785959 14407233536 159597 18446744073709551615 4194304 4196468 140729476877952 140571534550368 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27303] ppid=27243 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27303/stat : 27303 (java) S 27243 27246 4821 0 -1 1077944384 27 12563 0 0 0 0 5 2 20 0 15 0 96785960 14407233536 159597 18446744073709551615 4194304 4196468 140729476877952 140571533497984 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27304] ppid=27243 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27304/stat : 27304 (java) S 27243 27246 4821 0 -1 1077944384 3 12563 0 0 0 0 5 2 20 0 15 0 96785962 14407233536 159597 18446744073709551615 4194304 4196468 140729476877952 140571532446288 140571989870491 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0

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

/proc/27246/task/27308/stat : 27308 (java) S 27243 27246 4821 0 -1 1077944384 3 12563 0 0 0 0 5 2 20 0 15 0 96785962 14407233536 227959 18446744073709551615 4194304 4196468 140729476877952 140570899245536 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27309] ppid=27243 vsize=14069564 CPUtime=1.43 cores=1,3,5,7
/proc/27246/task/27309/stat : 27309 (java) S 27243 27246 4821 0 -1 1077944384 1290 12563 0 0 58 78 5 2 20 0 15 0 96785967 14407233536 227959 18446744073709551615 4194304 4196468 140729476877952 140570898193328 140571989863042 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
Current children cumulated CPU time (s) 2366.38
Current children cumulated vsize (KiB) 14069564

[startup+2382.3 s]
/proc/loadavg: 1.88 1.58 1.55 3/217 27616
/proc/meminfo: memFree=26620428/32770624 swapFree=0/444220
[pid=27246] ppid=27243 vsize=14069564 CPUtime=2427.27 cores=1,3,5,7
/proc/27246/stat : 27246 (java) S 27243 27246 4821 0 -1 1077944320 213645 12563 0 0 242334 386 5 2 20 0 15 0 96785935 14407233536 227959 18446744073709551615 4194304 4196468 140729476877952 140729476860496 140571989851895 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
/proc/27246/statm: 3517391 227959 3479 1 0 3506005 0
[pid=27246/tid=27296] ppid=27243 vsize=14069564 CPUtime=2355.12 cores=1,3,5,7
/proc/27246/task/27296/stat : 27296 (java) R 27243 27246 4821 0 -1 4202560 98047 12563 0 0 235447 58 5 2 20 0 15 0 96785957 14407233536 227959 18446744073709551615 4194304 4196468 140729476877952 140571994085952 140571622883328 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27297] ppid=27243 vsize=14069564 CPUtime=11.7 cores=1,3,5,7
/proc/27246/task/27297/stat : 27297 (java) S 27243 27246 4821 0 -1 1077944384 10896 12563 0 0 1101 62 5 2 20 0 15 0 96785958 14407233536 227959 18446744073709551615 4194304 4196468 140729476877952 140571589482896 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27298] ppid=27243 vsize=14069564 CPUtime=11.71 cores=1,3,5,7
/proc/27246/task/27298/stat : 27298 (java) S 27243 27246 4821 0 -1 1077944384 15188 12563 0 0 1103 61 5 2 20 0 15 0 96785958 14407233536 227959 18446744073709551615 4194304 4196468 140729476877952 140571588430096 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27299] ppid=27243 vsize=14069564 CPUtime=11.72 cores=1,3,5,7
/proc/27246/task/27299/stat : 27299 (java) S 27243 27246 4821 0 -1 1077944384 12360 12563 0 0 1103 62 5 2 20 0 15 0 96785958 14407233536 227959 18446744073709551615 4194304 4196468 140729476877952 140571587377808 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27300] ppid=27243 vsize=14069564 CPUtime=11.72 cores=1,3,5,7
/proc/27246/task/27300/stat : 27300 (java) S 27243 27246 4821 0 -1 1077944384 9501 12563 0 0 1105 60 5 2 20 0 15 0 96785958 14407233536 227959 18446744073709551615 4194304 4196468 140729476877952 140571586325008 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27301] ppid=27243 vsize=14069564 CPUtime=12.36 cores=1,3,5,7
/proc/27246/task/27301/stat : 27301 (java) S 27243 27246 4821 0 -1 1077944384 14230 12563 0 0 1169 60 5 2 20 0 15 0 96785959 14407233536 227959 18446744073709551615 4194304 4196468 140729476877952 140571535604336 140571989863042 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27302] ppid=27243 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27302/stat : 27302 (java) S 27243 27246 4821 0 -1 1077944384 40 12563 0 0 0 0 5 2 20 0 15 0 96785959 14407233536 227959 18446744073709551615 4194304 4196468 140729476877952 140571534550368 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27303] ppid=27243 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27303/stat : 27303 (java) S 27243 27246 4821 0 -1 1077944384 27 12563 0 0 0 0 5 2 20 0 15 0 96785960 14407233536 227959 18446744073709551615 4194304 4196468 140729476877952 140571533497984 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27304] ppid=27243 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27304/stat : 27304 (java) S 27243 27246 4821 0 -1 1077944384 3 12563 0 0 0 0 5 2 20 0 15 0 96785962 14407233536 227959 18446744073709551615 4194304 4196468 140729476877952 140571532446288 140571989870491 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27305] ppid=27243 vsize=14069564 CPUtime=4.52 cores=1,3,5,7
/proc/27246/task/27305/stat : 27305 (java) S 27243 27246 4821 0 -1 1077944384 16394 12563 0 0 443 2 5 2 20 0 15 0 96785962 14407233536 227959 18446744073709551615 4194304 4196468 140729476877952 140571531393136 140571989863042 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27306] ppid=27243 vsize=14069564 CPUtime=5.11 cores=1,3,5,7
/proc/27246/task/27306/stat : 27306 (java) S 27243 27246 4821 0 -1 1077944384 17044 12563 0 0 500 4 5 2 20 0 15 0 96785962 14407233536 227959 18446744073709551615 4194304 4196468 140729476877952 140571530340336 140571989863042 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27307] ppid=27243 vsize=14069564 CPUtime=2.36 cores=1,3,5,7
/proc/27246/task/27307/stat : 27307 (java) S 27243 27246 4821 0 -1 1077944384 16454 12563 0 0 224 5 5 2 20 0 15 0 96785962 14407233536 227959 18446744073709551615 4194304 4196468 140729476877952 140571529288048 140571989863042 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27308] ppid=27243 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27308/stat : 27308 (java) S 27243 27246 4821 0 -1 1077944384 3 12563 0 0 0 0 5 2 20 0 15 0 96785962 14407233536 227959 18446744073709551615 4194304 4196468 140729476877952 140570899245536 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27309] ppid=27243 vsize=14069564 CPUtime=1.47 cores=1,3,5,7
/proc/27246/task/27309/stat : 27309 (java) S 27243 27246 4821 0 -1 1077944384 1306 12563 0 0 60 80 5 2 20 0 15 0 96785967 14407233536 227959 18446744073709551615 4194304 4196468 140729476877952 140570898193328 140571989863042 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
Current children cumulated CPU time (s) 2427.27
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.74 1.60 1.56 3/215 27618
/proc/meminfo: memFree=26902748/32770624 swapFree=0/444240
[pid=27246] ppid=27243 vsize=14069564 CPUtime=2488.16 cores=1,3,5,7
/proc/27246/stat : 27246 (java) S 27243 27246 4821 0 -1 1077944320 215183 12563 0 0 248413 396 5 2 20 0 15 0 96785935 14407233536 228485 18446744073709551615 4194304 4196468 140729476877952 140729476860496 140571989851895 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
/proc/27246/statm: 3517391 228485 3479 1 0 3506005 0
[pid=27246/tid=27296] ppid=27243 vsize=14069564 CPUtime=2414.4 cores=1,3,5,7
/proc/27246/task/27296/stat : 27296 (java) R 27243 27246 4821 0 -1 4202560 98856 12563 0 0 241374 59 5 2 20 0 15 0 96785957 14407233536 228485 18446744073709551615 4194304 4196468 140729476877952 140571994085904 140571625680845 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27297] ppid=27243 vsize=14069564 CPUtime=12.01 cores=1,3,5,7
/proc/27246/task/27297/stat : 27297 (java) S 27243 27246 4821 0 -1 1077944384 10913 12563 0 0 1129 65 5 2 20 0 15 0 96785958 14407233536 228485 18446744073709551615 4194304 4196468 140729476877952 140571589482896 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27298] ppid=27243 vsize=14069564 CPUtime=12.02 cores=1,3,5,7
/proc/27246/task/27298/stat : 27298 (java) S 27243 27246 4821 0 -1 1077944384 15522 12563 0 0 1133 62 5 2 20 0 15 0 96785958 14407233536 228485 18446744073709551615 4194304 4196468 140729476877952 140571588430096 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27299] ppid=27243 vsize=14069564 CPUtime=12.03 cores=1,3,5,7
/proc/27246/task/27299/stat : 27299 (java) S 27243 27246 4821 0 -1 1077944384 12402 12563 0 0 1132 64 5 2 20 0 15 0 96785958 14407233536 228485 18446744073709551615 4194304 4196468 140729476877952 140571587377808 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27300] ppid=27243 vsize=14069564 CPUtime=12.04 cores=1,3,5,7
/proc/27246/task/27300/stat : 27300 (java) S 27243 27246 4821 0 -1 1077944384 9616 12563 0 0 1134 63 5 2 20 0 15 0 96785958 14407233536 228485 18446744073709551615 4194304 4196468 140729476877952 140571586325008 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27301] ppid=27243 vsize=14069564 CPUtime=12.69 cores=1,3,5,7
/proc/27246/task/27301/stat : 27301 (java) S 27243 27246 4821 0 -1 1077944384 14429 12563 0 0 1200 62 5 2 20 0 15 0 96785959 14407233536 228485 18446744073709551615 4194304 4196468 140729476877952 140571535604336 140571989863042 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27302] ppid=27243 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27302/stat : 27302 (java) S 27243 27246 4821 0 -1 1077944384 40 12563 0 0 0 0 5 2 20 0 15 0 96785959 14407233536 228485 18446744073709551615 4194304 4196468 140729476877952 140571534550368 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27303] ppid=27243 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27303/stat : 27303 (java) S 27243 27246 4821 0 -1 1077944384 27 12563 0 0 0 0 5 2 20 0 15 0 96785960 14407233536 228485 18446744073709551615 4194304 4196468 140729476877952 140571533497984 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27304] ppid=27243 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27304/stat : 27304 (java) S 27243 27246 4821 0 -1 1077944384 3 12563 0 0 0 0 5 2 20 0 15 0 96785962 14407233536 228485 18446744073709551615 4194304 4196468 140729476877952 140571532446288 140571989870491 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27305] ppid=27243 vsize=14069564 CPUtime=4.52 cores=1,3,5,7
/proc/27246/task/27305/stat : 27305 (java) S 27243 27246 4821 0 -1 1077944384 16396 12563 0 0 443 2 5 2 20 0 15 0 96785962 14407233536 228485 18446744073709551615 4194304 4196468 140729476877952 140571531393136 140571989863042 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27306] ppid=27243 vsize=14069564 CPUtime=5.12 cores=1,3,5,7
/proc/27246/task/27306/stat : 27306 (java) S 27243 27246 4821 0 -1 1077944384 17046 12563 0 0 501 4 5 2 20 0 15 0 96785962 14407233536 228485 18446744073709551615 4194304 4196468 140729476877952 140571530340336 140571989863042 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27307] ppid=27243 vsize=14069564 CPUtime=2.36 cores=1,3,5,7
/proc/27246/task/27307/stat : 27307 (java) S 27243 27246 4821 0 -1 1077944384 16456 12563 0 0 224 5 5 2 20 0 15 0 96785962 14407233536 228485 18446744073709551615 4194304 4196468 140729476877952 140571529288048 140571989863042 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27308] ppid=27243 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27308/stat : 27308 (java) S 27243 27246 4821 0 -1 1077944384 3 12563 0 0 0 0 5 2 20 0 15 0 96785962 14407233536 228485 18446744073709551615 4194304 4196468 140729476877952 140570899245536 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27309] ppid=27243 vsize=14069564 CPUtime=1.5 cores=1,3,5,7
/proc/27246/task/27309/stat : 27309 (java) S 27243 27246 4821 0 -1 1077944384 1322 12563 0 0 62 81 5 2 20 0 15 0 96785967 14407233536 228485 18446744073709551615 4194304 4196468 140729476877952 140570898193328 140571989863042 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
Current children cumulated CPU time (s) 2488.16
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2473.7 s]
/proc/loadavg: 1.45 1.54 1.54 3/214 27619
/proc/meminfo: memFree=27123124/32770624 swapFree=0/444240
[pid=27246] ppid=27243 vsize=14069564 CPUtime=2520.04 cores=1,3,5,7
/proc/27246/stat : 27246 (java) S 27243 27246 4821 0 -1 1077944320 216311 12563 0 0 251596 401 5 2 20 0 15 0 96785935 14407233536 228493 18446744073709551615 4194304 4196468 140729476877952 140729476860496 140571989851895 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
/proc/27246/statm: 3517391 228493 3479 1 0 3506005 0
[pid=27246/tid=27296] ppid=27243 vsize=14069564 CPUtime=2445.42 cores=1,3,5,7
/proc/27246/task/27296/stat : 27296 (java) R 27243 27246 4821 0 -1 4202560 99275 12563 0 0 244476 59 5 2 20 0 15 0 96785957 14407233536 228493 18446744073709551615 4194304 4196468 140729476877952 140571994085712 140571625240778 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27297] ppid=27243 vsize=14069564 CPUtime=12.17 cores=1,3,5,7
/proc/27246/task/27297/stat : 27297 (java) S 27243 27246 4821 0 -1 1077944384 10977 12563 0 0 1144 66 5 2 20 0 15 0 96785958 14407233536 228493 18446744073709551615 4194304 4196468 140729476877952 140571589482896 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27298] ppid=27243 vsize=14069564 CPUtime=12.18 cores=1,3,5,7
/proc/27246/task/27298/stat : 27298 (java) S 27243 27246 4821 0 -1 1077944384 15860 12563 0 0 1149 62 5 2 20 0 15 0 96785958 14407233536 228493 18446744073709551615 4194304 4196468 140729476877952 140571588430096 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27299] ppid=27243 vsize=14069564 CPUtime=12.2 cores=1,3,5,7
/proc/27246/task/27299/stat : 27299 (java) S 27243 27246 4821 0 -1 1077944384 12431 12563 0 0 1148 65 5 2 20 0 15 0 96785958 14407233536 228493 18446744073709551615 4194304 4196468 140729476877952 140571587377808 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27300] ppid=27243 vsize=14069564 CPUtime=12.2 cores=1,3,5,7
/proc/27246/task/27300/stat : 27300 (java) S 27243 27246 4821 0 -1 1077944384 9675 12563 0 0 1149 64 5 2 20 0 15 0 96785958 14407233536 228493 18446744073709551615 4194304 4196468 140729476877952 140571586325008 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27301] ppid=27243 vsize=14069564 CPUtime=12.87 cores=1,3,5,7
/proc/27246/task/27301/stat : 27301 (java) S 27243 27246 4821 0 -1 1077944384 14628 12563 0 0 1217 63 5 2 20 0 15 0 96785959 14407233536 228493 18446744073709551615 4194304 4196468 140729476877952 140571535604336 140571989863042 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27302] ppid=27243 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27302/stat : 27302 (java) S 27243 27246 4821 0 -1 1077944384 40 12563 0 0 0 0 5 2 20 0 15 0 96785959 14407233536 228493 18446744073709551615 4194304 4196468 140729476877952 140571534550368 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27303] ppid=27243 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27303/stat : 27303 (java) S 27243 27246 4821 0 -1 1077944384 27 12563 0 0 0 0 5 2 20 0 15 0 96785960 14407233536 228493 18446744073709551615 4194304 4196468 140729476877952 140571533497984 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27304] ppid=27243 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27304/stat : 27304 (java) S 27243 27246 4821 0 -1 1077944384 3 12563 0 0 0 0 5 2 20 0 15 0 96785962 14407233536 228493 18446744073709551615 4194304 4196468 140729476877952 140571532446288 140571989870491 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27305] ppid=27243 vsize=14069564 CPUtime=4.52 cores=1,3,5,7
/proc/27246/task/27305/stat : 27305 (java) S 27243 27246 4821 0 -1 1077944384 16398 12563 0 0 443 2 5 2 20 0 15 0 96785962 14407233536 228493 18446744073709551615 4194304 4196468 140729476877952 140571531393136 140571989863042 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27306] ppid=27243 vsize=14069564 CPUtime=5.12 cores=1,3,5,7
/proc/27246/task/27306/stat : 27306 (java) S 27243 27246 4821 0 -1 1077944384 17048 12563 0 0 501 4 5 2 20 0 15 0 96785962 14407233536 228493 18446744073709551615 4194304 4196468 140729476877952 140571530340336 140571989863042 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27307] ppid=27243 vsize=14069564 CPUtime=2.36 cores=1,3,5,7
/proc/27246/task/27307/stat : 27307 (java) S 27243 27246 4821 0 -1 1077944384 16458 12563 0 0 224 5 5 2 20 0 15 0 96785962 14407233536 228493 18446744073709551615 4194304 4196468 140729476877952 140571529288048 140571989863042 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27308] ppid=27243 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27308/stat : 27308 (java) S 27243 27246 4821 0 -1 1077944384 3 12563 0 0 0 0 5 2 20 0 15 0 96785962 14407233536 228493 18446744073709551615 4194304 4196468 140729476877952 140570899245536 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27309] ppid=27243 vsize=14069564 CPUtime=1.51 cores=1,3,5,7
/proc/27246/task/27309/stat : 27309 (java) S 27243 27246 4821 0 -1 1077944384 1336 12563 0 0 62 82 5 2 20 0 15 0 96785967 14407233536 228493 18446744073709551615 4194304 4196468 140729476877952 140570898193328 140571989863042 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
Current children cumulated CPU time (s) 2520.04
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 27246 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2473.7 s]
/proc/loadavg: 1.45 1.54 1.54 3/214 27619
/proc/meminfo: memFree=27123124/32770624 swapFree=0/444240
[pid=27246] ppid=27243 vsize=14069564 CPUtime=2520.04 cores=1,3,5,7
/proc/27246/stat : 27246 (java) S 27243 27246 4821 0 -1 1077944320 216311 12563 0 0 251596 401 5 2 20 0 15 0 96785935 14407233536 228493 18446744073709551615 4194304 4196468 140729476877952 140729476860496 140571989851895 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
/proc/27246/statm: 3517391 228493 3479 1 0 3506005 0
[pid=27246/tid=27296] ppid=27243 vsize=14069564 CPUtime=2445.42 cores=1,3,5,7
/proc/27246/task/27296/stat : 27296 (java) R 27243 27246 4821 0 -1 4202560 99275 12563 0 0 244476 59 5 2 20 0 15 0 96785957 14407233536 228493 18446744073709551615 4194304 4196468 140729476877952 140571994085712 140571625240778 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27297] ppid=27243 vsize=14069564 CPUtime=12.17 cores=1,3,5,7
/proc/27246/task/27297/stat : 27297 (java) S 27243 27246 4821 0 -1 1077944384 10977 12563 0 0 1144 66 5 2 20 0 15 0 96785958 14407233536 228493 18446744073709551615 4194304 4196468 140729476877952 140571589482896 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27298] ppid=27243 vsize=14069564 CPUtime=12.18 cores=1,3,5,7
/proc/27246/task/27298/stat : 27298 (java) S 27243 27246 4821 0 -1 1077944384 15860 12563 0 0 1149 62 5 2 20 0 15 0 96785958 14407233536 228493 18446744073709551615 4194304 4196468 140729476877952 140571588430096 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27299] ppid=27243 vsize=14069564 CPUtime=12.2 cores=1,3,5,7
/proc/27246/task/27299/stat : 27299 (java) S 27243 27246 4821 0 -1 1077944384 12431 12563 0 0 1148 65 5 2 20 0 15 0 96785958 14407233536 228493 18446744073709551615 4194304 4196468 140729476877952 140571587377808 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27300] ppid=27243 vsize=14069564 CPUtime=12.2 cores=1,3,5,7
/proc/27246/task/27300/stat : 27300 (java) S 27243 27246 4821 0 -1 1077944384 9675 12563 0 0 1149 64 5 2 20 0 15 0 96785958 14407233536 228493 18446744073709551615 4194304 4196468 140729476877952 140571586325008 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27301] ppid=27243 vsize=14069564 CPUtime=12.87 cores=1,3,5,7
/proc/27246/task/27301/stat : 27301 (java) S 27243 27246 4821 0 -1 1077944384 14628 12563 0 0 1217 63 5 2 20 0 15 0 96785959 14407233536 228493 18446744073709551615 4194304 4196468 140729476877952 140571535604336 140571989863042 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27302] ppid=27243 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27302/stat : 27302 (java) S 27243 27246 4821 0 -1 1077944384 40 12563 0 0 0 0 5 2 20 0 15 0 96785959 14407233536 228493 18446744073709551615 4194304 4196468 140729476877952 140571534550368 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27303] ppid=27243 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27303/stat : 27303 (java) S 27243 27246 4821 0 -1 1077944384 27 12563 0 0 0 0 5 2 20 0 15 0 96785960 14407233536 228493 18446744073709551615 4194304 4196468 140729476877952 140571533497984 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27304] ppid=27243 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27304/stat : 27304 (java) S 27243 27246 4821 0 -1 1077944384 3 12563 0 0 0 0 5 2 20 0 15 0 96785962 14407233536 228493 18446744073709551615 4194304 4196468 140729476877952 140571532446288 140571989870491 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27305] ppid=27243 vsize=14069564 CPUtime=4.52 cores=1,3,5,7
/proc/27246/task/27305/stat : 27305 (java) S 27243 27246 4821 0 -1 1077944384 16398 12563 0 0 443 2 5 2 20 0 15 0 96785962 14407233536 228493 18446744073709551615 4194304 4196468 140729476877952 140571531393136 140571989863042 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27306] ppid=27243 vsize=14069564 CPUtime=5.12 cores=1,3,5,7
/proc/27246/task/27306/stat : 27306 (java) S 27243 27246 4821 0 -1 1077944384 17048 12563 0 0 501 4 5 2 20 0 15 0 96785962 14407233536 228493 18446744073709551615 4194304 4196468 140729476877952 140571530340336 140571989863042 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27307] ppid=27243 vsize=14069564 CPUtime=2.36 cores=1,3,5,7
/proc/27246/task/27307/stat : 27307 (java) S 27243 27246 4821 0 -1 1077944384 16458 12563 0 0 224 5 5 2 20 0 15 0 96785962 14407233536 228493 18446744073709551615 4194304 4196468 140729476877952 140571529288048 140571989863042 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27308] ppid=27243 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27246/task/27308/stat : 27308 (java) S 27243 27246 4821 0 -1 1077944384 3 12563 0 0 0 0 5 2 20 0 15 0 96785962 14407233536 228493 18446744073709551615 4194304 4196468 140729476877952 140570899245536 140571989862101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
[pid=27246/tid=27309] ppid=27243 vsize=14069564 CPUtime=1.51 cores=1,3,5,7
/proc/27246/task/27309/stat : 27309 (java) S 27243 27246 4821 0 -1 1077944384 1336 12563 0 0 62 82 5 2 20 0 15 0 96785967 14407233536 228493 18446744073709551615 4194304 4196468 140729476877952 140570898193328 140571989863042 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8613888 140729476880336 140729476883121 140729476883121 140729476886479 0
Current children cumulated CPU time (s) 2520.04
Current children cumulated vsize (KiB) 14069564

Child status: 143
Real time (s): 2473.73
CPU time (s): 2520.09
CPU user time (s): 2516.04
CPU system time (s): 4.05092
CPU usage (%): 101.874
Max. virtual memory (cumulated for all children) (KiB): 14071680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.04
system time used= 4.05092
maximum resident set size= 914600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230218
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 312456
involuntary context switches= 9212

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.324 second user time and 15.4382 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-12 00:01:00
IDJOB=4262755
IDBENCH=140552
IDSOLVER=2650
FILE ID=node133/4262755-1502489707
RUNJOBID= node133-1502411423-4885
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Rack/Rack-m1c-s1/Rack-m1c-r4.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262755-1502489707/watcher-4262755-1502489707 -o /tmp/evaluation-result-4262755-1502489707/solver-4262755-1502489707 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4885 --watchdog 2580  bin/concrete HOME/instance-4262755-1502489707.xml

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

MD5SUM BENCH= 82aaf070f4ed513873c305716b97d302
RANDOM SEED=667670613

node133.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.17
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.17
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.17
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.17
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:        30368936 kB
MemAvailable:   31275772 kB
Buffers:          300856 kB
Cached:           899560 kB
SwapCached:            0 kB
Active:          1484976 kB
Inactive:         476840 kB
Active(anon):     761620 kB
Inactive(anon):    33112 kB
Active(file):     723356 kB
Inactive(file):   443728 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24172 kB
Writeback:             8 kB
AnonPages:        762724 kB
Mapped:            66392 kB
Shmem:             33468 kB
Slab:             138448 kB
SReclaimable:     111176 kB
SUnreclaim:        27272 kB
KernelStack:        3552 kB
PageTables:         9212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1458216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    565248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61984 MiB
End job on node133 at 2017-08-12 00:42:14