Trace number 4249872

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
R1: Concrete 3.4SAT (TO)1150 2400.1101 2346.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.18/2.17	c Concrete v3.4 running
7.07/3.86	o 2700
7.07/3.89	o 2650
7.44/3.91	o 2600
7.44/3.95	o 2550
7.44/3.96	o 2500
7.44/3.97	o 2450
7.44/3.99	o 2400
7.82/4.00	o 2350
7.82/4.01	o 2300
7.82/4.02	o 2250
7.82/4.03	o 2200
7.82/4.04	o 2150
7.82/4.05	o 2100
7.82/4.06	o 2050
7.82/4.07	o 2000
7.82/4.08	o 1950
7.82/4.09	o 1900
8.16/4.10	o 1850
8.16/4.10	o 1800
8.16/4.11	o 1750
8.16/4.12	o 1700
8.16/4.13	o 1650
8.16/4.13	o 1600
8.16/4.14	o 1550
8.16/4.15	o 1500
8.16/4.15	o 1450
8.16/4.16	o 1400
8.16/4.17	o 1350
8.16/4.17	o 1300
8.16/4.18	o 1250
8.16/4.19	o 1200
9.17/4.44	o 1150
2400.06/2346.70	java.util.concurrent.TimeoutException
2400.06/2346.70		at concrete.MAC.mac(MAC.scala:74)
2400.06/2346.70		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2400.06/2346.70		at scala.util.Try$.apply(Try.scala:209)
2400.06/2346.70		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2400.06/2346.70		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2400.06/2346.70		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2400.06/2346.70		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2400.06/2346.70		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2400.06/2346.70		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2400.06/2346.70		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2400.06/2346.70		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2400.06/2346.70		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2400.06/2346.70		at concrete.MAC.oneRun(MAC.scala:146)
2400.06/2346.70		at concrete.MAC.nextSolution(MAC.scala:166)
2400.06/2346.70		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2400.06/2346.70		at concrete.ProblemState.map(ProblemState.scala:203)
2400.06/2346.70		at concrete.ProblemState.map(ProblemState.scala:188)
2400.06/2346.70		at concrete.MAC.nextSolution(MAC.scala:195)
2400.06/2346.70		at concrete.Solver.hasNext(Solver.scala:202)
2400.06/2346.70		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2400.06/2346.70		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2400.06/2346.70		at concrete.Solver.toStream(Solver.scala:73)
2400.06/2346.70		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2400.06/2346.70		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2400.06/2346.70		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2400.06/2346.70		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2400.06/2346.70		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2400.06/2346.70		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2400.06/2346.70		at scala.util.Success.map(Try.scala:209)
2400.06/2346.70		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2400.06/2346.70		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2400.06/2346.70		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.06/2346.70		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2400.06/2346.70		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.06/2346.70		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2400.06/2346.70		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2400.06/2346.70		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2400.06/2346.70		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2400.06/2346.70		at scala.collection.immutable.List.foreach(List.scala:389)
2400.06/2346.70		at scala.App.main(App.scala:76)
2400.06/2346.70		at scala.App.main$(App.scala:74)
2400.06/2346.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.06/2346.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.06/2346.71	v <instantiation cost="1150">
2400.06/2346.71	v       <list>
2400.06/2346.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]
2400.06/2346.71	v       </list>
2400.06/2346.71	v       <values>
2400.06/2346.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
2400.06/2346.71	v       </values>
2400.06/2346.71	v     </instantiation>
2400.06/2346.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-4249872-1502134376/watcher-4249872-1502134376 -o /tmp/evaluation-result-4249872-1502134376/solver-4249872-1502134376 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502077974-12599 --watchdog 2560 bin/concrete HOME/instance-4249872-1502134376.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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.27 1.39 1.46 2/197 25598
/proc/meminfo: memFree=30494352/32770624 swapFree=0/451344
[pid=25598] ppid=25595 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/25598/stat : 25598 (runsolver) D 25595 25598 25139 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 60943740 24240128 106 18446744073709551615 4194304 4338465 140721199535984 140721199533624 140041746948823 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 38121472 140721199538384 140721199538761 140721199538761 140721199542218 0
/proc/25598/statm: 5918 106 53 36 0 2156 0

[startup+0.100028 s]
/proc/loadavg: 1.27 1.39 1.46 2/197 25598
/proc/meminfo: memFree=30494352/32770624 swapFree=0/451344
[pid=25598] ppid=25595 vsize=9640 CPUtime=0.01 cores=1,3,5,7
/proc/25598/stat : 25598 (bash) S 25595 25598 25139 0 -1 4202496 883 6466 0 0 0 0 0 1 20 0 1 0 60943740 9871360 375 18446744073709551615 4194304 5098028 140728878526528 140728878520536 139670006447104 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 6 0 0 7196144 7232144 14065664 140728878531092 140728878531177 140728878531177 140728878534634 0
/proc/25598/statm: 2410 375 294 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200292 s]
/proc/loadavg: 1.27 1.39 1.46 2/197 25598
/proc/meminfo: memFree=30494352/32770624 swapFree=0/451344
[pid=25598] ppid=25595 vsize=9936724 CPUtime=0.07 cores=1,3,5,7
/proc/25598/stat : 25598 (java) S 25595 25598 25139 0 -1 1077944320 4250 12468 0 0 0 0 5 2 20 0 6 0 60943740 10175205376 3572 18446744073709551615 4194304 4196468 140724117328800 140724117311344 140360031694583 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
/proc/25598/statm: 2484181 3572 1900 1 0 2473678 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9936724

[startup+0.300419 s]
/proc/loadavg: 1.27 1.39 1.46 2/197 25598
/proc/meminfo: memFree=30494352/32770624 swapFree=0/451344
[pid=25598] ppid=25595 vsize=10552364 CPUtime=0.17 cores=1,3,5,7
/proc/25598/stat : 25598 (java) S 25595 25598 25139 0 -1 1077944320 6217 12468 0 0 9 1 5 2 20 0 15 0 60943740 10805620736 6901 18446744073709551615 4194304 4196468 140724117328800 140724117311344 140360031694583 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
/proc/25598/statm: 2638091 6901 2837 1 0 2627467 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 10552364

[startup+0.700299 s]
/proc/loadavg: 1.27 1.39 1.46 2/197 25598
/proc/meminfo: memFree=30494352/32770624 swapFree=0/451344
[pid=25598] ppid=25595 vsize=10552792 CPUtime=0.72 cores=1,3,5,7
/proc/25598/stat : 25598 (java) S 25595 25598 25139 0 -1 1077944320 13943 12468 0 0 60 5 5 2 20 0 15 0 60943740 10806059008 14858 18446744073709551615 4194304 4196468 140724117328800 140724117311344 140360031694583 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
/proc/25598/statm: 2638198 14858 3107 1 0 2627467 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 10552792

[startup+1.50107 s]
/proc/loadavg: 1.27 1.39 1.46 4/212 25661
/proc/meminfo: memFree=30395836/32770624 swapFree=0/451384
[pid=25598] ppid=25595 vsize=10563416 CPUtime=1.95 cores=1,3,5,7
/proc/25598/stat : 25598 (java) S 25595 25598 25139 0 -1 1077944320 30073 12468 0 0 177 11 5 2 20 0 15 0 60943740 10816937984 43705 18446744073709551615 4194304 4196468 140724117328800 140724117311344 140360031694583 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
/proc/25598/statm: 2640854 43705 3393 1 0 2630027 0
[pid=25598/tid=25648] ppid=25595 vsize=10563416 CPUtime=1.3 cores=1,3,5,7
/proc/25598/task/25648/stat : 25648 (java) R 25595 25598 25139 0 -1 4202560 22826 12468 0 0 117 6 5 2 20 0 15 0 60943758 10816937984 43705 18446744073709551615 4194304 4196468 140724117328800 140360035899936 140359925115620 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25649] ppid=25595 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/25598/task/25649/stat : 25649 (java) S 25595 25598 25139 0 -1 1077944384 37 12468 0 0 0 0 5 2 20 0 15 0 60943759 10816937984 43705 18446744073709551615 4194304 4196468 140724117328800 140359642929552 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25650] ppid=25595 vsize=10563416 CPUtime=0.08 cores=1,3,5,7
/proc/25598/task/25650/stat : 25650 (java) S 25595 25598 25139 0 -1 1077944384 21 12468 0 0 1 0 5 2 20 0 15 0 60943759 10816937984 43705 18446744073709551615 4194304 4196468 140724117328800 140359641876752 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25651] ppid=25595 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/25598/task/25651/stat : 25651 (java) S 25595 25598 25139 0 -1 1077944384 172 12468 0 0 0 0 5 2 20 0 15 0 60943759 10816937984 43705 18446744073709551615 4194304 4196468 140724117328800 140359640824464 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25652] ppid=25595 vsize=10563416 CPUtime=0.08 cores=1,3,5,7
/proc/25598/task/25652/stat : 25652 (java) S 25595 25598 25139 0 -1 1077944384 71 12468 0 0 1 0 5 2 20 0 15 0 60943759 10816937984 43705 18446744073709551615 4194304 4196468 140724117328800 140359639771664 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25653] ppid=25595 vsize=10563416 CPUtime=0.08 cores=1,3,5,7
/proc/25598/task/25653/stat : 25653 (java) S 25595 25598 25139 0 -1 1077944384 1654 12468 0 0 1 0 5 2 20 0 15 0 60943761 10816937984 43705 18446744073709551615 4194304 4196468 140724117328800 140359528069744 140360031705730 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25654] ppid=25595 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/25598/task/25654/stat : 25654 (java) S 25595 25598 25139 0 -1 1077944384 56 12468 0 0 0 0 5 2 20 0 15 0 60943761 10816937984 43705 18446744073709551615 4194304 4196468 140724117328800 140359527015776 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25655] ppid=25595 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/25598/task/25655/stat : 25655 (java) S 25595 25598 25139 0 -1 1077944384 45 12468 0 0 0 0 5 2 20 0 15 0 60943761 10816937984 43705 18446744073709551615 4194304 4196468 140724117328800 140359525963392 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25656] ppid=25595 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/25598/task/25656/stat : 25656 (java) S 25595 25598 25139 0 -1 1077944384 3 12468 0 0 0 0 5 2 20 0 15 0 60943764 10816937984 43705 18446744073709551615 4194304 4196468 140724117328800 140359524911696 140360031713179 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25657] ppid=25595 vsize=10563416 CPUtime=0.2 cores=1,3,5,7
/proc/25598/task/25657/stat : 25657 (java) S 25595 25598 25139 0 -1 1077944384 954 12468 0 0 13 0 5 2 20 0 15 0 60943764 10816937984 43705 18446744073709551615 4194304 4196468 140724117328800 140359523858544 140360031705730 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25658] ppid=25595 vsize=10563416 CPUtime=0.23 cores=1,3,5,7
/proc/25598/task/25658/stat : 25658 (java) S 25595 25598 25139 0 -1 1077944384 742 12468 0 0 16 0 5 2 20 0 15 0 60943764 10816937984 43705 18446744073709551615 4194304 4196468 140724117328800 140359522805744 140360031705730 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25659] ppid=25595 vsize=10563416 CPUtime=0.3 cores=1,3,5,7
/proc/25598/task/25659/stat : 25659 (java) S 25595 25598 25139 0 -1 1077944384 1345 12468 0 0 23 0 5 2 20 0 15 0 60943764 10816937984 43705 18446744073709551615 4194304 4196468 140724117328800 140359521753456 140360031705730 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25660] ppid=25595 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/25598/task/25660/stat : 25660 (java) S 25595 25598 25139 0 -1 1077944384 3 12468 0 0 0 0 5 2 20 0 15 0 60943764 10816937984 43705 18446744073709551615 4194304 4196468 140724117328800 140359520700896 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25661] ppid=25595 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/25598/task/25661/stat : 25661 (java) S 25595 25598 25139 0 -1 1077944384 10 12468 0 0 0 0 5 2 20 0 15 0 60943768 10816937984 43705 18446744073709551615 4194304 4196468 140724117328800 140359519648688 140360031705730 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 10563416

[startup+3.10066 s]
/proc/loadavg: 1.27 1.39 1.46 4/212 25661
/proc/meminfo: memFree=30322192/32770624 swapFree=0/451384
[pid=25598] ppid=25595 vsize=10577940 CPUtime=4.96 cores=1,3,5,7
/proc/25598/stat : 25598 (java) S 25595 25598 25139 0 -1 1077944320 49319 12468 0 0 472 17 5 2 20 0 15 0 60943740 10831810560 58440 18446744073709551615 4194304 4196468 140724117328800 140724117311344 140360031694583 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
/proc/25598/statm: 2644485 58440 3462 1 0 2633099 0
[pid=25598/tid=25648] ppid=25595 vsize=10577940 CPUtime=2.85 cores=1,3,5,7
/proc/25598/task/25648/stat : 25648 (java) R 25595 25598 25139 0 -1 4202560 38173 12468 0 0 269 9 5 2 20 0 15 0 60943758 10831810560 58440 18446744073709551615 4194304 4196468 140724117328800 140360035920880 140360031706518 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25649] ppid=25595 vsize=10577940 CPUtime=0.09 cores=1,3,5,7
/proc/25598/task/25649/stat : 25649 (java) S 25595 25598 25139 0 -1 1077944384 50 12468 0 0 2 0 5 2 20 0 15 0 60943759 10831810560 58440 18446744073709551615 4194304 4196468 140724117328800 140359642929552 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25650] ppid=25595 vsize=10577940 CPUtime=0.09 cores=1,3,5,7
/proc/25598/task/25650/stat : 25650 (java) S 25595 25598 25139 0 -1 1077944384 43 12468 0 0 2 0 5 2 20 0 15 0 60943759 10831810560 58440 18446744073709551615 4194304 4196468 140724117328800 140359641876752 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25651] ppid=25595 vsize=10577940 CPUtime=0.09 cores=1,3,5,7
/proc/25598/task/25651/stat : 25651 (java) S 25595 25598 25139 0 -1 1077944384 181 12468 0 0 2 0 5 2 20 0 15 0 60943759 10831810560 58440 18446744073709551615 4194304 4196468 140724117328800 140359640824464 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25652] ppid=25595 vsize=10577940 CPUtime=0.09 cores=1,3,5,7
/proc/25598/task/25652/stat : 25652 (java) S 25595 25598 25139 0 -1 1077944384 145 12468 0 0 2 0 5 2 20 0 15 0 60943759 10831810560 58440 18446744073709551615 4194304 4196468 140724117328800 140359639771664 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25653] ppid=25595 vsize=10577940 CPUtime=0.1 cores=1,3,5,7
/proc/25598/task/25653/stat : 25653 (java) S 25595 25598 25139 0 -1 1077944384 2361 12468 0 0 3 0 5 2 20 0 15 0 60943761 10831810560 58440 18446744073709551615 4194304 4196468 140724117328800 140359528069744 140360031705730 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25654] ppid=25595 vsize=10577940 CPUtime=0.07 cores=1,3,5,7
/proc/25598/task/25654/stat : 25654 (java) S 25595 25598 25139 0 -1 1077944384 56 12468 0 0 0 0 5 2 20 0 15 0 60943761 10831810560 58440 18446744073709551615 4194304 4196468 140724117328800 140359527015776 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25655] ppid=25595 vsize=10577940 CPUtime=0.07 cores=1,3,5,7
/proc/25598/task/25655/stat : 25655 (java) S 25595 25598 25139 0 -1 1077944384 45 12468 0 0 0 0 5 2 20 0 15 0 60943761 10831810560 58440 18446744073709551615 4194304 4196468 140724117328800 140359525963392 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25656] ppid=25595 vsize=10577940 CPUtime=0.07 cores=1,3,5,7
/proc/25598/task/25656/stat : 25656 (java) S 25595 25598 25139 0 -1 1077944384 3 12468 0 0 0 0 5 2 20 0 15 0 60943764 10831810560 58440 18446744073709551615 4194304 4196468 140724117328800 140359524911696 140360031713179 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25657] ppid=25595 vsize=10577940 CPUtime=0.61 cores=1,3,5,7
/proc/25598/task/25657/stat : 25657 (java) S 25595 25598 25139 0 -1 1077944384 1497 12468 0 0 53 1 5 2 20 0 15 0 60943764 10831810560 58440 18446744073709551615 4194304 4196468 140724117328800 140359523858544 140360031705730 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25658] ppid=25595 vsize=10577940 CPUtime=0.51 cores=1,3,5,7
/proc/25598/task/25658/stat : 25658 (java) S 25595 25598 25139 0 -1 1077944384 1130 12468 0 0 43 1 5 2 20 0 15 0 60943764 10831810560 58440 18446744073709551615 4194304 4196468 140724117328800 140359522805744 140360031705730 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25659] ppid=25595 vsize=10577940 CPUtime=0.98 cores=1,3,5,7
/proc/25598/task/25659/stat : 25659 (java) R 25595 25598 25139 0 -1 4202560 3485 12468 0 0 90 1 5 2 20 0 15 0 60943764 10831810560 58440 18446744073709551615 4194304 4196468 140724117328800 140359521753456 140360010226959 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25660] ppid=25595 vsize=10577940 CPUtime=0.07 cores=1,3,5,7
/proc/25598/task/25660/stat : 25660 (java) S 25595 25598 25139 0 -1 1077944384 3 12468 0 0 0 0 5 2 20 0 15 0 60943764 10831810560 58440 18446744073709551615 4194304 4196468 140724117328800 140359520700896 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25661] ppid=25595 vsize=10577940 CPUtime=0.07 cores=1,3,5,7
/proc/25598/task/25661/stat : 25661 (java) S 25595 25598 25139 0 -1 1077944384 13 12468 0 0 0 0 5 2 20 0 15 0 60943768 10831810560 58440 18446744073709551615 4194304 4196468 140724117328800 140359519648688 140360031705730 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
Current children cumulated CPU time (s) 4.96
Current children cumulated vsize (KiB) 10577940

[startup+6.30073 s]
/proc/loadavg: 1.25 1.38 1.46 3/212 25661
/proc/meminfo: memFree=30123592/32770624 swapFree=0/451388
[pid=25598] ppid=25595 vsize=10647572 CPUtime=13.08 cores=1,3,5,7
/proc/25598/stat : 25598 (java) S 25595 25598 25139 0 -1 1077944320 68432 12468 0 0 1274 27 5 2 20 0 15 0 60943740 10903113728 108500 18446744073709551615 4194304 4196468 140724117328800 140724117311344 140360031694583 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
/proc/25598/statm: 2661893 108500 3481 1 0 2650507 0
[pid=25598/tid=25648] ppid=25595 vsize=10647572 CPUtime=5.86 cores=1,3,5,7
/proc/25598/task/25648/stat : 25648 (java) R 25595 25598 25139 0 -1 4202560 49056 12468 0 0 564 15 5 2 20 0 15 0 60943758 10903113728 108500 18446744073709551615 4194304 4196468 140724117328800 140360035924800 140359685856936 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25649] ppid=25595 vsize=10647572 CPUtime=0.16 cores=1,3,5,7
/proc/25598/task/25649/stat : 25649 (java) S 25595 25598 25139 0 -1 1077944384 75 12468 0 0 9 0 5 2 20 0 15 0 60943759 10903113728 108500 18446744073709551615 4194304 4196468 140724117328800 140359642929552 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25650] ppid=25595 vsize=10647572 CPUtime=0.16 cores=1,3,5,7
/proc/25598/task/25650/stat : 25650 (java) S 25595 25598 25139 0 -1 1077944384 54 12468 0 0 9 0 5 2 20 0 15 0 60943759 10903113728 108500 18446744073709551615 4194304 4196468 140724117328800 140359641876752 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25651] ppid=25595 vsize=10647572 CPUtime=0.18 cores=1,3,5,7
/proc/25598/task/25651/stat : 25651 (java) S 25595 25598 25139 0 -1 1077944384 194 12468 0 0 11 0 5 2 20 0 15 0 60943759 10903113728 108500 18446744073709551615 4194304 4196468 140724117328800 140359640824464 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25652] ppid=25595 vsize=10647572 CPUtime=0.18 cores=1,3,5,7
/proc/25598/task/25652/stat : 25652 (java) S 25595 25598 25139 0 -1 1077944384 149 12468 0 0 11 0 5 2 20 0 15 0 60943759 10903113728 108500 18446744073709551615 4194304 4196468 140724117328800 140359639771664 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25653] ppid=25595 vsize=10647572 CPUtime=0.18 cores=1,3,5,7
/proc/25598/task/25653/stat : 25653 (java) S 25595 25598 25139 0 -1 1077944384 2428 12468 0 0 11 0 5 2 20 0 15 0 60943761 10903113728 108500 18446744073709551615 4194304 4196468 140724117328800 140359528069744 140360031705730 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25654] ppid=25595 vsize=10647572 CPUtime=0.07 cores=1,3,5,7
/proc/25598/task/25654/stat : 25654 (java) S 25595 25598 25139 0 -1 1077944384 56 12468 0 0 0 0 5 2 20 0 15 0 60943761 10903113728 108500 18446744073709551615 4194304 4196468 140724117328800 140359527015840 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25655] ppid=25595 vsize=10647572 CPUtime=0.07 cores=1,3,5,7
/proc/25598/task/25655/stat : 25655 (java) S 25595 25598 25139 0 -1 1077944384 45 12468 0 0 0 0 5 2 20 0 15 0 60943761 10903113728 108500 18446744073709551615 4194304 4196468 140724117328800 140359525963392 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25656] ppid=25595 vsize=10647572 CPUtime=0.07 cores=1,3,5,7
/proc/25598/task/25656/stat : 25656 (java) S 25595 25598 25139 0 -1 1077944384 3 12468 0 0 0 0 5 2 20 0 15 0 60943764 10903113728 108500 18446744073709551615 4194304 4196468 140724117328800 140359524911696 140360031713179 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25657] ppid=25595 vsize=10647572 CPUtime=2.69 cores=1,3,5,7
/proc/25598/task/25657/stat : 25657 (java) S 25595 25598 25139 0 -1 1077944384 6101 12468 0 0 259 3 5 2 20 0 15 0 60943764 10903113728 108500 18446744073709551615 4194304 4196468 140724117328800 140359523858544 140360031705730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25658] ppid=25595 vsize=10647572 CPUtime=2.56 cores=1,3,5,7
/proc/25598/task/25658/stat : 25658 (java) R 25595 25598 25139 0 -1 4202560 3450 12468 0 0 247 2 5 2 20 0 15 0 60943764 10903113728 108500 18446744073709551615 4194304 4196468 140724117328800 140359522792288 140360015081895 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25659] ppid=25595 vsize=10647572 CPUtime=1.56 cores=1,3,5,7
/proc/25598/task/25659/stat : 25659 (java) S 25595 25598 25139 0 -1 1077944384 4669 12468 0 0 147 2 5 2 20 0 15 0 60943764 10903113728 108500 18446744073709551615 4194304 4196468 140724117328800 140359521753456 140360031705730 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25660] ppid=25595 vsize=10647572 CPUtime=0.07 cores=1,3,5,7
/proc/25598/task/25660/stat : 25660 (java) S 25595 25598 25139 0 -1 1077944384 3 12468 0 0 0 0 5 2 20 0 15 0 60943764 10903113728 108500 18446744073709551615 4194304 4196468 140724117328800 140359520700896 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25661] ppid=25595 vsize=10647572 CPUtime=0.07 cores=1,3,5,7
/proc/25598/task/25661/stat : 25661 (java) S 25595 25598 25139 0 -1 1077944384 15 12468 0 0 0 0 5 2 20 0 15 0 60943768 10903113728 108500 18446744073709551615 4194304 4196468 140724117328800 140359519648688 140360031705730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
Current children cumulated CPU time (s) 13.08
Current children cumulated vsize (KiB) 10647572

[startup+12.7007 s]
/proc/loadavg: 1.23 1.38 1.46 3/212 25661
/proc/meminfo: memFree=29824276/32770624 swapFree=0/451388
[pid=25598] ppid=25595 vsize=10647572 CPUtime=20.24 cores=1,3,5,7
/proc/25598/stat : 25598 (java) S 25595 25598 25139 0 -1 1077944320 75686 12468 0 0 1984 33 5 2 20 0 15 0 60943740 10903113728 170208 18446744073709551615 4194304 4196468 140724117328800 140724117311344 140360031694583 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
/proc/25598/statm: 2661893 170208 3484 1 0 2650507 0
[pid=25598/tid=25648] ppid=25595 vsize=10647572 CPUtime=12.22 cores=1,3,5,7
/proc/25598/task/25648/stat : 25648 (java) R 25595 25598 25139 0 -1 4202560 50884 12468 0 0 1197 18 5 2 20 0 15 0 60943758 10903113728 170208 18446744073709551615 4194304 4196468 140724117328800 140360035928512 140359674533122 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25649] ppid=25595 vsize=10647572 CPUtime=0.18 cores=1,3,5,7
/proc/25598/task/25649/stat : 25649 (java) S 25595 25598 25139 0 -1 1077944384 276 12468 0 0 10 1 5 2 20 0 15 0 60943759 10903113728 170208 18446744073709551615 4194304 4196468 140724117328800 140359642929552 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25650] ppid=25595 vsize=10647572 CPUtime=0.18 cores=1,3,5,7
/proc/25598/task/25650/stat : 25650 (java) S 25595 25598 25139 0 -1 1077944384 1572 12468 0 0 10 1 5 2 20 0 15 0 60943759 10903113728 170208 18446744073709551615 4194304 4196468 140724117328800 140359641876752 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25651] ppid=25595 vsize=10647572 CPUtime=0.2 cores=1,3,5,7
/proc/25598/task/25651/stat : 25651 (java) S 25595 25598 25139 0 -1 1077944384 326 12468 0 0 12 1 5 2 20 0 15 0 60943759 10903113728 170208 18446744073709551615 4194304 4196468 140724117328800 140359640824464 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25652] ppid=25595 vsize=10647572 CPUtime=0.19 cores=1,3,5,7
/proc/25598/task/25652/stat : 25652 (java) S 25595 25598 25139 0 -1 1077944384 261 12468 0 0 12 0 5 2 20 0 15 0 60943759 10903113728 170208 18446744073709551615 4194304 4196468 140724117328800 140359639771664 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25653] ppid=25595 vsize=10647572 CPUtime=0.19 cores=1,3,5,7
/proc/25598/task/25653/stat : 25653 (java) S 25595 25598 25139 0 -1 1077944384 2840 12468 0 0 12 0 5 2 20 0 15 0 60943761 10903113728 170208 18446744073709551615 4194304 4196468 140724117328800 140359528069744 140360031705730 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25654] ppid=25595 vsize=10647572 CPUtime=0.07 cores=1,3,5,7
/proc/25598/task/25654/stat : 25654 (java) S 25595 25598 25139 0 -1 1077944384 56 12468 0 0 0 0 5 2 20 0 15 0 60943761 10903113728 170208 18446744073709551615 4194304 4196468 140724117328800 140359527015840 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25655] ppid=25595 vsize=10647572 CPUtime=0.07 cores=1,3,5,7
/proc/25598/task/25655/stat : 25655 (java) S 25595 25598 25139 0 -1 1077944384 45 12468 0 0 0 0 5 2 20 0 15 0 60943761 10903113728 170208 18446744073709551615 4194304 4196468 140724117328800 140359525963392 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25656] ppid=25595 vsize=10647572 CPUtime=0.07 cores=1,3,5,7
/proc/25598/task/25656/stat : 25656 (java) S 25595 25598 25139 0 -1 1077944384 3 12468 0 0 0 0 5 2 20 0 15 0 60943764 10903113728 170208 18446744073709551615 4194304 4196468 140724117328800 140359524911696 140360031713179 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0

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

/proc/25598/task/25660/stat : 25660 (java) S 25595 25598 25139 0 -1 1077944384 3 12468 0 0 0 0 5 2 20 0 15 0 60943764 10903113728 238058 18446744073709551615 4194304 4196468 140724117328800 140359520700896 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25661] ppid=25595 vsize=10647572 CPUtime=1.44 cores=1,3,5,7
/proc/25598/task/25661/stat : 25661 (java) S 25595 25598 25139 0 -1 1077944384 1196 12468 0 0 63 74 5 2 20 0 15 0 60943768 10903113728 238058 18446744073709551615 4194304 4196468 140724117328800 140359519648688 140360031705730 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
Current children cumulated CPU time (s) 2253.45
Current children cumulated vsize (KiB) 10647572

[startup+2262.3 s]
/proc/loadavg: 1.34 1.39 1.39 3/214 25937
/proc/meminfo: memFree=28870848/32770624 swapFree=0/452168
[pid=25598] ppid=25595 vsize=10647572 CPUtime=2314.38 cores=1,3,5,7
/proc/25598/stat : 25598 (java) S 25595 25598 25139 0 -1 1077944320 226747 12468 0 0 231051 380 5 2 20 0 15 0 60943740 10903113728 238058 18446744073709551615 4194304 4196468 140724117328800 140724117311344 140360031694583 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
/proc/25598/statm: 2661893 238058 3484 1 0 2650507 0
[pid=25598/tid=25648] ppid=25595 vsize=10647572 CPUtime=2236.13 cores=1,3,5,7
/proc/25598/task/25648/stat : 25648 (java) R 25595 25598 25139 0 -1 4202560 94510 12468 0 0 223547 59 5 2 20 0 15 0 60943758 10903113728 238058 18446744073709551615 4194304 4196468 140724117328800 140360035928560 140359686395437 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25649] ppid=25595 vsize=10647572 CPUtime=11.18 cores=1,3,5,7
/proc/25598/task/25649/stat : 25649 (java) S 25595 25598 25139 0 -1 1077944384 19791 12468 0 0 1046 65 5 2 20 0 15 0 60943759 10903113728 238058 18446744073709551615 4194304 4196468 140724117328800 140359642929552 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25650] ppid=25595 vsize=10647572 CPUtime=11.15 cores=1,3,5,7
/proc/25598/task/25650/stat : 25650 (java) S 25595 25598 25139 0 -1 1077944384 14187 12468 0 0 1052 56 5 2 20 0 15 0 60943759 10903113728 238058 18446744073709551615 4194304 4196468 140724117328800 140359641876752 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25651] ppid=25595 vsize=10647572 CPUtime=11.2 cores=1,3,5,7
/proc/25598/task/25651/stat : 25651 (java) S 25595 25598 25139 0 -1 1077944384 14410 12468 0 0 1052 61 5 2 20 0 15 0 60943759 10903113728 238058 18446744073709551615 4194304 4196468 140724117328800 140359640824464 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25652] ppid=25595 vsize=10647572 CPUtime=11.21 cores=1,3,5,7
/proc/25598/task/25652/stat : 25652 (java) S 25595 25598 25139 0 -1 1077944384 13344 12468 0 0 1058 56 5 2 20 0 15 0 60943759 10903113728 238058 18446744073709551615 4194304 4196468 140724117328800 140359639771664 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25653] ppid=25595 vsize=10647572 CPUtime=11.66 cores=1,3,5,7
/proc/25598/task/25653/stat : 25653 (java) S 25595 25598 25139 0 -1 1077944384 15223 12468 0 0 1101 58 5 2 20 0 15 0 60943761 10903113728 238058 18446744073709551615 4194304 4196468 140724117328800 140359528069744 140360031705730 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25654] ppid=25595 vsize=10647572 CPUtime=0.07 cores=1,3,5,7
/proc/25598/task/25654/stat : 25654 (java) S 25595 25598 25139 0 -1 1077944384 56 12468 0 0 0 0 5 2 20 0 15 0 60943761 10903113728 238058 18446744073709551615 4194304 4196468 140724117328800 140359527015840 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25655] ppid=25595 vsize=10647572 CPUtime=0.07 cores=1,3,5,7
/proc/25598/task/25655/stat : 25655 (java) S 25595 25598 25139 0 -1 1077944384 45 12468 0 0 0 0 5 2 20 0 15 0 60943761 10903113728 238058 18446744073709551615 4194304 4196468 140724117328800 140359525963392 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25656] ppid=25595 vsize=10647572 CPUtime=0.07 cores=1,3,5,7
/proc/25598/task/25656/stat : 25656 (java) S 25595 25598 25139 0 -1 1077944384 3 12468 0 0 0 0 5 2 20 0 15 0 60943764 10903113728 238058 18446744073709551615 4194304 4196468 140724117328800 140359524911696 140360031713179 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25657] ppid=25595 vsize=10647572 CPUtime=8.86 cores=1,3,5,7
/proc/25598/task/25657/stat : 25657 (java) S 25595 25598 25139 0 -1 1077944384 15892 12468 0 0 873 6 5 2 20 0 15 0 60943764 10903113728 238058 18446744073709551615 4194304 4196468 140724117328800 140359523858544 140360031705730 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25658] ppid=25595 vsize=10647572 CPUtime=8.7 cores=1,3,5,7
/proc/25598/task/25658/stat : 25658 (java) S 25595 25598 25139 0 -1 1077944384 17693 12468 0 0 858 5 5 2 20 0 15 0 60943764 10903113728 238058 18446744073709551615 4194304 4196468 140724117328800 140359522805744 140360031705730 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25659] ppid=25595 vsize=10647572 CPUtime=3.33 cores=1,3,5,7
/proc/25598/task/25659/stat : 25659 (java) S 25595 25598 25139 0 -1 1077944384 18231 12468 0 0 320 6 5 2 20 0 15 0 60943764 10903113728 238058 18446744073709551615 4194304 4196468 140724117328800 140359521753456 140360031705730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25660] ppid=25595 vsize=10647572 CPUtime=0.07 cores=1,3,5,7
/proc/25598/task/25660/stat : 25660 (java) S 25595 25598 25139 0 -1 1077944384 3 12468 0 0 0 0 5 2 20 0 15 0 60943764 10903113728 238058 18446744073709551615 4194304 4196468 140724117328800 140359520700896 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25661] ppid=25595 vsize=10647572 CPUtime=1.47 cores=1,3,5,7
/proc/25598/task/25661/stat : 25661 (java) S 25595 25598 25139 0 -1 1077944384 1225 12468 0 0 64 76 5 2 20 0 15 0 60943768 10903113728 238058 18446744073709551615 4194304 4196468 140724117328800 140359519648688 140360031705730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
Current children cumulated CPU time (s) 2314.38
Current children cumulated vsize (KiB) 10647572

[startup+2322.3 s]
/proc/loadavg: 1.60 1.44 1.41 3/213 25939
/proc/meminfo: memFree=28877888/32770624 swapFree=0/452192
[pid=25598] ppid=25595 vsize=10647572 CPUtime=2375.3 cores=1,3,5,7
/proc/25598/stat : 25598 (java) S 25595 25598 25139 0 -1 1077944320 228169 12468 0 0 237132 391 5 2 20 0 15 0 60943740 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140724117311344 140360031694583 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
/proc/25598/statm: 2661893 238570 3484 1 0 2650507 0
[pid=25598/tid=25648] ppid=25595 vsize=10647572 CPUtime=2295.43 cores=1,3,5,7
/proc/25598/task/25648/stat : 25648 (java) R 25595 25598 25139 0 -1 4202560 95200 12468 0 0 229476 60 5 2 20 0 15 0 60943758 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140360035928752 140359687396859 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25649] ppid=25595 vsize=10647572 CPUtime=11.5 cores=1,3,5,7
/proc/25598/task/25649/stat : 25649 (java) S 25595 25598 25139 0 -1 1077944384 19867 12468 0 0 1076 67 5 2 20 0 15 0 60943759 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359642929552 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25650] ppid=25595 vsize=10647572 CPUtime=11.47 cores=1,3,5,7
/proc/25598/task/25650/stat : 25650 (java) S 25595 25598 25139 0 -1 1077944384 14531 12468 0 0 1082 58 5 2 20 0 15 0 60943759 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359641876752 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25651] ppid=25595 vsize=10647572 CPUtime=11.51 cores=1,3,5,7
/proc/25598/task/25651/stat : 25651 (java) S 25595 25598 25139 0 -1 1077944384 14431 12468 0 0 1081 63 5 2 20 0 15 0 60943759 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359640824464 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25652] ppid=25595 vsize=10647572 CPUtime=11.53 cores=1,3,5,7
/proc/25598/task/25652/stat : 25652 (java) S 25595 25598 25139 0 -1 1077944384 13413 12468 0 0 1088 58 5 2 20 0 15 0 60943759 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359639771664 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25653] ppid=25595 vsize=10647572 CPUtime=11.97 cores=1,3,5,7
/proc/25598/task/25653/stat : 25653 (java) S 25595 25598 25139 0 -1 1077944384 15425 12468 0 0 1131 59 5 2 20 0 15 0 60943761 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359528069744 140360031705730 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25654] ppid=25595 vsize=10647572 CPUtime=0.07 cores=1,3,5,7
/proc/25598/task/25654/stat : 25654 (java) S 25595 25598 25139 0 -1 1077944384 56 12468 0 0 0 0 5 2 20 0 15 0 60943761 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359527015840 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25655] ppid=25595 vsize=10647572 CPUtime=0.07 cores=1,3,5,7
/proc/25598/task/25655/stat : 25655 (java) S 25595 25598 25139 0 -1 1077944384 45 12468 0 0 0 0 5 2 20 0 15 0 60943761 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359525963392 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25656] ppid=25595 vsize=10647572 CPUtime=0.07 cores=1,3,5,7
/proc/25598/task/25656/stat : 25656 (java) S 25595 25598 25139 0 -1 1077944384 3 12468 0 0 0 0 5 2 20 0 15 0 60943764 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359524911696 140360031713179 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25657] ppid=25595 vsize=10647572 CPUtime=8.86 cores=1,3,5,7
/proc/25598/task/25657/stat : 25657 (java) S 25595 25598 25139 0 -1 1077944384 15894 12468 0 0 873 6 5 2 20 0 15 0 60943764 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359523858544 140360031705730 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25658] ppid=25595 vsize=10647572 CPUtime=8.7 cores=1,3,5,7
/proc/25598/task/25658/stat : 25658 (java) S 25595 25598 25139 0 -1 1077944384 17695 12468 0 0 858 5 5 2 20 0 15 0 60943764 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359522805744 140360031705730 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25659] ppid=25595 vsize=10647572 CPUtime=3.33 cores=1,3,5,7
/proc/25598/task/25659/stat : 25659 (java) S 25595 25598 25139 0 -1 1077944384 18233 12468 0 0 320 6 5 2 20 0 15 0 60943764 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359521753456 140360031705730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25660] ppid=25595 vsize=10647572 CPUtime=0.07 cores=1,3,5,7
/proc/25598/task/25660/stat : 25660 (java) S 25595 25598 25139 0 -1 1077944384 3 12468 0 0 0 0 5 2 20 0 15 0 60943764 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359520700896 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25661] ppid=25595 vsize=10647572 CPUtime=1.52 cores=1,3,5,7
/proc/25598/task/25661/stat : 25661 (java) S 25595 25598 25139 0 -1 1077944384 1239 12468 0 0 67 78 5 2 20 0 15 0 60943768 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359519648688 140360031705730 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
Current children cumulated CPU time (s) 2375.3
Current children cumulated vsize (KiB) 10647572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2346.7 s]
/proc/loadavg: 1.67 1.47 1.42 3/213 25941
/proc/meminfo: memFree=28881384/32770624 swapFree=0/452196
[pid=25598] ppid=25595 vsize=10647572 CPUtime=2400.06 cores=1,3,5,7
/proc/25598/stat : 25598 (java) S 25595 25598 25139 0 -1 1077944320 228959 12468 0 0 239604 395 5 2 20 0 15 0 60943740 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140724117311344 140360031694583 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
/proc/25598/statm: 2661893 238570 3484 1 0 2650507 0
[pid=25598/tid=25648] ppid=25595 vsize=10647572 CPUtime=2319.53 cores=1,3,5,7
/proc/25598/task/25648/stat : 25648 (java) R 25595 25598 25139 0 -1 4202560 95526 12468 0 0 231885 61 5 2 20 0 15 0 60943758 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140360035928000 140359674533103 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25649] ppid=25595 vsize=10647572 CPUtime=11.63 cores=1,3,5,7
/proc/25598/task/25649/stat : 25649 (java) S 25595 25598 25139 0 -1 1077944384 19924 12468 0 0 1088 68 5 2 20 0 15 0 60943759 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359642929552 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25650] ppid=25595 vsize=10647572 CPUtime=11.61 cores=1,3,5,7
/proc/25598/task/25650/stat : 25650 (java) S 25595 25598 25139 0 -1 1077944384 14860 12468 0 0 1095 59 5 2 20 0 15 0 60943759 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359641876752 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25651] ppid=25595 vsize=10647572 CPUtime=11.64 cores=1,3,5,7
/proc/25598/task/25651/stat : 25651 (java) S 25595 25598 25139 0 -1 1077944384 14448 12468 0 0 1093 64 5 2 20 0 15 0 60943759 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359640824464 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25652] ppid=25595 vsize=10647572 CPUtime=11.66 cores=1,3,5,7
/proc/25598/task/25652/stat : 25652 (java) S 25595 25598 25139 0 -1 1077944384 13436 12468 0 0 1100 59 5 2 20 0 15 0 60943759 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359639771664 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25653] ppid=25595 vsize=10647572 CPUtime=12.1 cores=1,3,5,7
/proc/25598/task/25653/stat : 25653 (java) S 25595 25598 25139 0 -1 1077944384 15453 12468 0 0 1144 59 5 2 20 0 15 0 60943761 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359528069744 140360031705730 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25654] ppid=25595 vsize=10647572 CPUtime=0.07 cores=1,3,5,7
/proc/25598/task/25654/stat : 25654 (java) S 25595 25598 25139 0 -1 1077944384 56 12468 0 0 0 0 5 2 20 0 15 0 60943761 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359527015840 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25655] ppid=25595 vsize=10647572 CPUtime=0.07 cores=1,3,5,7
/proc/25598/task/25655/stat : 25655 (java) S 25595 25598 25139 0 -1 1077944384 45 12468 0 0 0 0 5 2 20 0 15 0 60943761 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359525963392 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25656] ppid=25595 vsize=10647572 CPUtime=0.07 cores=1,3,5,7
/proc/25598/task/25656/stat : 25656 (java) S 25595 25598 25139 0 -1 1077944384 3 12468 0 0 0 0 5 2 20 0 15 0 60943764 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359524911696 140360031713179 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25657] ppid=25595 vsize=10647572 CPUtime=8.86 cores=1,3,5,7
/proc/25598/task/25657/stat : 25657 (java) S 25595 25598 25139 0 -1 1077944384 15896 12468 0 0 873 6 5 2 20 0 15 0 60943764 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359523858544 140360031705730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25658] ppid=25595 vsize=10647572 CPUtime=8.7 cores=1,3,5,7
/proc/25598/task/25658/stat : 25658 (java) S 25595 25598 25139 0 -1 1077944384 17697 12468 0 0 858 5 5 2 20 0 15 0 60943764 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359522805744 140360031705730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25659] ppid=25595 vsize=10647572 CPUtime=3.34 cores=1,3,5,7
/proc/25598/task/25659/stat : 25659 (java) S 25595 25598 25139 0 -1 1077944384 18235 12468 0 0 321 6 5 2 20 0 15 0 60943764 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359521753456 140360031705730 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25660] ppid=25595 vsize=10647572 CPUtime=0.07 cores=1,3,5,7
/proc/25598/task/25660/stat : 25660 (java) S 25595 25598 25139 0 -1 1077944384 3 12468 0 0 0 0 5 2 20 0 15 0 60943764 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359520700896 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25661] ppid=25595 vsize=10647572 CPUtime=1.52 cores=1,3,5,7
/proc/25598/task/25661/stat : 25661 (java) S 25595 25598 25139 0 -1 1077944384 1243 12468 0 0 67 78 5 2 20 0 15 0 60943768 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359519648688 140360031705730 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 10647572

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

[startup+2346.7 s]
/proc/loadavg: 1.67 1.47 1.42 3/213 25941
/proc/meminfo: memFree=28881384/32770624 swapFree=0/452196
[pid=25598] ppid=25595 vsize=10647572 CPUtime=2400.06 cores=1,3,5,7
/proc/25598/stat : 25598 (java) S 25595 25598 25139 0 -1 1077944320 228959 12468 0 0 239604 395 5 2 20 0 15 0 60943740 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140724117311344 140360031694583 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
/proc/25598/statm: 2661893 238570 3484 1 0 2650507 0
[pid=25598/tid=25648] ppid=25595 vsize=10647572 CPUtime=2319.53 cores=1,3,5,7
/proc/25598/task/25648/stat : 25648 (java) R 25595 25598 25139 0 -1 4202560 95526 12468 0 0 231885 61 5 2 20 0 15 0 60943758 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140360035928000 140359674533103 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25649] ppid=25595 vsize=10647572 CPUtime=11.63 cores=1,3,5,7
/proc/25598/task/25649/stat : 25649 (java) S 25595 25598 25139 0 -1 1077944384 19924 12468 0 0 1088 68 5 2 20 0 15 0 60943759 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359642929552 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25650] ppid=25595 vsize=10647572 CPUtime=11.61 cores=1,3,5,7
/proc/25598/task/25650/stat : 25650 (java) S 25595 25598 25139 0 -1 1077944384 14860 12468 0 0 1095 59 5 2 20 0 15 0 60943759 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359641876752 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25651] ppid=25595 vsize=10647572 CPUtime=11.64 cores=1,3,5,7
/proc/25598/task/25651/stat : 25651 (java) S 25595 25598 25139 0 -1 1077944384 14448 12468 0 0 1093 64 5 2 20 0 15 0 60943759 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359640824464 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25652] ppid=25595 vsize=10647572 CPUtime=11.66 cores=1,3,5,7
/proc/25598/task/25652/stat : 25652 (java) S 25595 25598 25139 0 -1 1077944384 13436 12468 0 0 1100 59 5 2 20 0 15 0 60943759 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359639771664 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25653] ppid=25595 vsize=10647572 CPUtime=12.1 cores=1,3,5,7
/proc/25598/task/25653/stat : 25653 (java) S 25595 25598 25139 0 -1 1077944384 15453 12468 0 0 1144 59 5 2 20 0 15 0 60943761 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359528069744 140360031705730 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25654] ppid=25595 vsize=10647572 CPUtime=0.07 cores=1,3,5,7
/proc/25598/task/25654/stat : 25654 (java) S 25595 25598 25139 0 -1 1077944384 56 12468 0 0 0 0 5 2 20 0 15 0 60943761 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359527015840 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25655] ppid=25595 vsize=10647572 CPUtime=0.07 cores=1,3,5,7
/proc/25598/task/25655/stat : 25655 (java) S 25595 25598 25139 0 -1 1077944384 45 12468 0 0 0 0 5 2 20 0 15 0 60943761 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359525963392 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25656] ppid=25595 vsize=10647572 CPUtime=0.07 cores=1,3,5,7
/proc/25598/task/25656/stat : 25656 (java) S 25595 25598 25139 0 -1 1077944384 3 12468 0 0 0 0 5 2 20 0 15 0 60943764 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359524911696 140360031713179 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25657] ppid=25595 vsize=10647572 CPUtime=8.86 cores=1,3,5,7
/proc/25598/task/25657/stat : 25657 (java) S 25595 25598 25139 0 -1 1077944384 15896 12468 0 0 873 6 5 2 20 0 15 0 60943764 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359523858544 140360031705730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25658] ppid=25595 vsize=10647572 CPUtime=8.7 cores=1,3,5,7
/proc/25598/task/25658/stat : 25658 (java) S 25595 25598 25139 0 -1 1077944384 17697 12468 0 0 858 5 5 2 20 0 15 0 60943764 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359522805744 140360031705730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25659] ppid=25595 vsize=10647572 CPUtime=3.34 cores=1,3,5,7
/proc/25598/task/25659/stat : 25659 (java) S 25595 25598 25139 0 -1 1077944384 18235 12468 0 0 321 6 5 2 20 0 15 0 60943764 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359521753456 140360031705730 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25660] ppid=25595 vsize=10647572 CPUtime=0.07 cores=1,3,5,7
/proc/25598/task/25660/stat : 25660 (java) S 25595 25598 25139 0 -1 1077944384 3 12468 0 0 0 0 5 2 20 0 15 0 60943764 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359520700896 140360031704789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
[pid=25598/tid=25661] ppid=25595 vsize=10647572 CPUtime=1.52 cores=1,3,5,7
/proc/25598/task/25661/stat : 25661 (java) S 25595 25598 25139 0 -1 1077944384 1243 12468 0 0 67 78 5 2 20 0 15 0 60943768 10903113728 238570 18446744073709551615 4194304 4196468 140724117328800 140359519648688 140360031705730 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14852096 140724117333979 140724117336753 140724117336753 140724117340111 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 10647572

Child status: 143
Real time (s): 2346.73
CPU time (s): 2400.11
CPU user time (s): 2396.12
CPU system time (s): 3.98802
CPU usage (%): 102.275
Max. virtual memory (cumulated for all children) (KiB): 10649688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.12
system time used= 3.98802
maximum resident set size= 954848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 242673
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 302263
involuntary context switches= 8996

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.138 second user time and 14.5485 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-07 21:18:59
IDJOB=4249872
IDBENCH=140552
IDSOLVER=2630
FILE ID=node134/4249872-1502134376
RUNJOBID= node134-1502077974-12599
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-4249872-1502134376/watcher-4249872-1502134376 -o /tmp/evaluation-result-4249872-1502134376/solver-4249872-1502134376 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502077974-12599 --watchdog 2560  bin/concrete HOME/instance-4249872-1502134376.xml

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

MD5SUM BENCH= 82aaf070f4ed513873c305716b97d302
RANDOM SEED=646233637

node134.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.43
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.43
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.43
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.43
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:        30494356 kB
MemAvailable:   31184936 kB
Buffers:          228104 kB
Cached:           751568 kB
SwapCached:            0 kB
Active:          1374812 kB
Inactive:         474376 kB
Active(anon):     871756 kB
Inactive(anon):    23032 kB
Active(file):     503056 kB
Inactive(file):   451344 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24136 kB
Writeback:             4 kB
AnonPages:        869176 kB
Mapped:            55056 kB
Shmem:             25276 kB
Slab:             130316 kB
SReclaimable:     104028 kB
SUnreclaim:        26288 kB
KernelStack:        3472 kB
PageTables:         7016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1659068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    636928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61984 MiB
End job on node134 at 2017-08-07 21:58:06