Trace number 4295182

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.8 2018-06-13? (TO) 2520.15 2454.04

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m2-20_c18.xml
MD5SUMe7264eb6ef9a48e90df3f2dfb87ec466
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark42
Best CPU time to get the best result obtained on this benchmark2400.21
Satisfiable
(Un)Satisfiability was proved
Number of variables402
Number of constraints12543
Number of domains2
Minimum domain size3
Maximum domain size200
Distribution of domain sizes[{"size":3,"count":400},{"size":200,"count":2}]
Minimum variable degree2
Maximum variable degree77
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":59,"count":76},{"degree":61,"count":68},{"degree":63,"count":60},{"degree":65,"count":52},{"degree":67,"count":44},{"degree":69,"count":36},{"degree":71,"count":28},{"degree":73,"count":20},{"degree":75,"count":12},{"degree":77,"count":4}]
Minimum constraint arity2
Maximum constraint arity401
Distribution of constraint arities[{"arity":2,"count":12541},{"arity":401,"count":2}]
Number of extensional constraints0
Number of intensional constraints12541
Distribution of constraint types[{"type":"intension","count":12541},{"type":"count","count":2}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.99/0.73	c Concrete v3.8.1528841891564 running
2520.10/2454.02	Exception in thread "main" java.util.concurrent.TimeoutException
2520.10/2454.02		at concrete.MAC.mac(MAC.scala:188)
2520.10/2454.02		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.10/2454.02		at scala.util.Try$.apply(Try.scala:209)
2520.10/2454.02		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.10/2454.02		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.10/2454.02		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.10/2454.02		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.10/2454.02		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.10/2454.02		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.10/2454.02		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.10/2454.02		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.10/2454.02		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.10/2454.02		at concrete.MAC.oneRun(MAC.scala:253)
2520.10/2454.02		at concrete.MAC.nextSolution(MAC.scala:272)
2520.10/2454.02		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.10/2454.02		at concrete.ProblemState.map(ProblemState.scala:221)
2520.10/2454.02		at concrete.ProblemState.map(ProblemState.scala:204)
2520.10/2454.02		at concrete.MAC.nextSolution(MAC.scala:334)
2520.10/2454.02		at concrete.Solver.hasNext(Solver.scala:166)
2520.10/2454.02		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.10/2454.02		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.10/2454.02		at concrete.Solver.foreach(Solver.scala:68)
2520.10/2454.02		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.10/2454.02		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.10/2454.02		at scala.util.Success.map(Try.scala:209)
2520.10/2454.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.10/2454.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.10/2454.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.10/2454.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.10/2454.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.10/2454.02		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.10/2454.02		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.10/2454.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.10/2454.02		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.10/2454.02		at scala.collection.immutable.List.foreach(List.scala:389)
2520.10/2454.02		at scala.App.main(App.scala:76)
2520.10/2454.02		at scala.App.main$(App.scala:74)
2520.10/2454.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.10/2454.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.10/2454.02	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (4492 MiB free)
  memory of node 1: 16384 MiB (10531 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295182-1532533423/watcher-4295182-1532533423 -o /tmp/evaluation-result-4295182-1532533423/solver-4295182-1532533423 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532523045-23735 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=581123053 HOME/instance-4295182-1532533423.xml 

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=26777, runsolver pid=26774

[startup+0.100108 s]*
/proc/loadavg: 4.59 4.20 2.94 3/207 26834
/proc/meminfo: memFree=15378892/32770624 swapFree=67108796/67108860
[pid=26777] ppid=26774 vsize=9972712 memory=16812 CPUtime=0.1 cores=1,3,5,7
/proc/26777/stat : 26777 (java) S 26774 26777 23703 0 -1 1077944320 4359 13357 0 0 1 1 5 3 20 0 6 0 70905444 10212057088 4203 33554432000 4194304 4196468 140723327678576 140723327661120 139996593979127 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
/proc/26777/statm: 2493178 4203 1934 1 0 2481616 0
[pid=26777/tid=26830] ppid=26774 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26830/stat : 26830 (java) R 26774 26777 23703 0 -1 4202560 2176 13357 0 0 0 0 5 3 20 0 6 0 70905453 10212057088 4203 33554432000 4194304 4196468 140723327678576 139996565815888 139996578059614 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26831] ppid=26774 vsize=9972712 memory=5793855378340891065 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26831/stat : 26831 (java) S 26774 26777 23703 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 6 0 70905454 10212057088 4203 33554432000 4194304 4196468 140723327678576 139996598221840 139996593989333 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26832] ppid=26774 vsize=9972712 memory=140127330997888 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26832/stat : 26832 (java) S 26774 26777 23703 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 6 0 70905454 10212057088 4203 33554432000 4194304 4196468 140723327678576 139996486495376 139996593989333 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26833] ppid=26774 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26833/stat : 26833 (java) S 26774 26777 23703 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 6 0 70905454 10212057088 4203 33554432000 4194304 4196468 140723327678576 139996485442320 139996593989333 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26834] ppid=26774 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26834/stat : 26834 (java) S 26774 26777 23703 0 -1 1077944384 2 13357 0 0 0 0 5 3 20 0 6 0 70905454 10212057088 4203 33554432000 4194304 4196468 140723327678576 139996484389776 139996593989333 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.209893 s]*
/proc/loadavg: 4.59 4.20 2.94 3/216 26843
/proc/meminfo: memFree=15358032/32770624 swapFree=67108796/67108860
[pid=26777] ppid=26774 vsize=10818904 memory=41612 CPUtime=0.27 cores=1,3,5,7
/proc/26777/stat : 26777 (java) S 26774 26777 23703 0 -1 1077944320 8175 13357 0 0 17 2 5 3 20 0 15 0 70905444 11078557696 10403 33554432000 4194304 4196468 140723327678576 140723327661120 139996593979127 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
/proc/26777/statm: 2704726 10403 2949 1 0 2667149 0
[pid=26777/tid=26830] ppid=26774 vsize=10818904 memory=-8540663193526752614 CPUtime=0.19 cores=1,3,5,7
/proc/26777/task/26830/stat : 26830 (java) R 26774 26777 23703 0 -1 4202560 4722 13357 0 0 10 1 5 3 20 0 15 0 70905453 11078557696 10403 33554432000 4194304 4196468 140723327678576 139996565802456 139996593991062 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26831] ppid=26774 vsize=10818904 memory=4211973853535788426 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26831/stat : 26831 (java) S 26774 26777 23703 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 15 0 70905454 11078557696 10403 33554432000 4194304 4196468 140723327678576 139996598221840 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26832] ppid=26774 vsize=10818904 memory=140127330997888 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26832/stat : 26832 (java) S 26774 26777 23703 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 15 0 70905454 11078557696 10403 33554432000 4194304 4196468 140723327678576 139996486495376 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26833] ppid=26774 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26833/stat : 26833 (java) S 26774 26777 23703 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 15 0 70905454 11078557696 10403 33554432000 4194304 4196468 140723327678576 139996485442320 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26834] ppid=26774 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26834/stat : 26834 (java) S 26774 26777 23703 0 -1 1077944384 2 13357 0 0 0 0 5 3 20 0 15 0 70905454 11078557696 10403 33554432000 4194304 4196468 140723327678576 139996484389776 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26835] ppid=26774 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26835/stat : 26835 (java) S 26774 26777 23703 0 -1 1077944384 2 13357 0 0 0 0 5 3 20 0 15 0 70905455 11078557696 10403 33554432000 4194304 4196468 140723327678576 139995596699888 139996593990274 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26836] ppid=26774 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26836/stat : 26836 (java) S 26774 26777 23703 0 -1 1077944384 33 13357 0 0 0 0 5 3 20 0 15 0 70905455 11078557696 10403 33554432000 4194304 4196468 140723327678576 139995595646112 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26837] ppid=26774 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26837/stat : 26837 (java) S 26774 26777 23703 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 15 0 70905456 11078557696 10403 33554432000 4194304 4196468 140723327678576 139995465638640 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26838] ppid=26774 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26838/stat : 26838 (java) S 26774 26777 23703 0 -1 1077944384 3 13357 0 0 0 0 5 3 20 0 15 0 70905458 11078557696 10403 33554432000 4194304 4196468 140723327678576 139995158239184 139996593997723 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26839] ppid=26774 vsize=10818904 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26777/task/26839/stat : 26839 (java) S 26774 26777 23703 0 -1 1077944384 354 13357 0 0 1 0 5 3 20 0 15 0 70905458 11078557696 10403 33554432000 4194304 4196468 140723327678576 139995562089200 139996593990274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26840] ppid=26774 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26840/stat : 26840 (java) R 26774 26777 23703 0 -1 1077944384 243 13357 0 0 0 0 5 3 20 0 15 0 70905458 11078557696 10403 33554432000 4194304 4196468 140723327678576 139995561036656 139996593990274 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26841] ppid=26774 vsize=10818904 memory=140127330997888 CPUtime=0.11 cores=1,3,5,7
/proc/26777/task/26841/stat : 26841 (java) R 26774 26777 23703 0 -1 4202560 625 13357 0 0 3 0 5 3 20 0 15 0 70905458 11078557696 10403 33554432000 4194304 4196468 140723327678576 139995559983600 139996572524049 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26842] ppid=26774 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26842/stat : 26842 (java) S 26774 26777 23703 0 -1 1077944384 3 13357 0 0 0 0 5 3 20 0 15 0 70905459 11078557696 10403 33554432000 4194304 4196468 140723327678576 139995124681568 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26843] ppid=26774 vsize=10818904 memory=140127330997888 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26843/stat : 26843 (java) S 26774 26777 23703 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 15 0 70905459 11078557696 10403 33554432000 4194304 4196468 140723327678576 139995558930992 139996593990274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 41612 KiB

[startup+0.310199 s]*
/proc/loadavg: 4.59 4.20 2.94 3/216 26843
/proc/meminfo: memFree=15345764/32770624 swapFree=67108796/67108860
[pid=26777] ppid=26774 vsize=10819352 memory=52424 CPUtime=0.39 cores=1,3,5,7
/proc/26777/stat : 26777 (java) S 26774 26777 23703 0 -1 1077944320 10692 13357 0 0 28 3 5 3 20 0 15 0 70905444 11079016448 13106 33554432000 4194304 4196468 140723327678576 140723327661120 139996593979127 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
/proc/26777/statm: 2704838 13106 3069 1 0 2667149 0
[pid=26777/tid=26830] ppid=26774 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/26777/task/26830/stat : 26830 (java) R 26774 26777 23703 0 -1 4202560 7226 13357 0 0 19 2 5 3 20 0 15 0 70905453 11079016448 13106 33554432000 4194304 4196468 140723327678576 139996565791136 139996594001053 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26831] ppid=26774 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26831/stat : 26831 (java) S 26774 26777 23703 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 15 0 70905454 11079016448 13106 33554432000 4194304 4196468 140723327678576 139996598221840 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26832] ppid=26774 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26832/stat : 26832 (java) S 26774 26777 23703 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 15 0 70905454 11079016448 13106 33554432000 4194304 4196468 140723327678576 139996486495376 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26833] ppid=26774 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26833/stat : 26833 (java) S 26774 26777 23703 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 15 0 70905454 11079016448 13106 33554432000 4194304 4196468 140723327678576 139996485442320 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26834] ppid=26774 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26834/stat : 26834 (java) S 26774 26777 23703 0 -1 1077944384 2 13357 0 0 0 0 5 3 20 0 15 0 70905454 11079016448 13106 33554432000 4194304 4196468 140723327678576 139996484389776 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26835] ppid=26774 vsize=10819352 memory=140127330997887 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26835/stat : 26835 (java) S 26774 26777 23703 0 -1 1077944384 2 13357 0 0 0 0 5 3 20 0 15 0 70905455 11079016448 13106 33554432000 4194304 4196468 140723327678576 139995596699888 139996593990274 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26836] ppid=26774 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26836/stat : 26836 (java) S 26774 26777 23703 0 -1 1077944384 33 13357 0 0 0 0 5 3 20 0 15 0 70905455 11079016448 13106 33554432000 4194304 4196468 140723327678576 139995595646112 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26837] ppid=26774 vsize=10819352 memory=140127330997888 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26837/stat : 26837 (java) S 26774 26777 23703 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 15 0 70905456 11079016448 13106 33554432000 4194304 4196468 140723327678576 139995465638640 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26838] ppid=26774 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26838/stat : 26838 (java) S 26774 26777 23703 0 -1 1077944384 3 13357 0 0 0 0 5 3 20 0 15 0 70905458 11079016448 13106 33554432000 4194304 4196468 140723327678576 139995158239184 139996593997723 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26839] ppid=26774 vsize=10819352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/26777/task/26839/stat : 26839 (java) S 26774 26777 23703 0 -1 1077944384 355 13357 0 0 2 0 5 3 20 0 15 0 70905458 11079016448 13106 33554432000 4194304 4196468 140723327678576 139995562089200 139996593990274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26840] ppid=26774 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/26777/task/26840/stat : 26840 (java) S 26774 26777 23703 0 -1 1077944384 243 13357 0 0 1 0 5 3 20 0 15 0 70905458 11079016448 13106 33554432000 4194304 4196468 140723327678576 139995561036656 139996593990274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26841] ppid=26774 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/26777/task/26841/stat : 26841 (java) R 26774 26777 23703 0 -1 4202560 632 13357 0 0 4 0 5 3 20 0 15 0 70905458 11079016448 13106 33554432000 4194304 4196468 140723327678576 139995559983600 139996573356668 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26842] ppid=26774 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26842/stat : 26842 (java) S 26774 26777 23703 0 -1 1077944384 3 13357 0 0 0 0 5 3 20 0 15 0 70905459 11079016448 13106 33554432000 4194304 4196468 140723327678576 139995124681568 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26843] ppid=26774 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26843/stat : 26843 (java) S 26774 26777 23703 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 15 0 70905459 11079016448 13106 33554432000 4194304 4196468 140723327678576 139995558930992 139996593990274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52424 KiB

[startup+0.70079 s]
/proc/loadavg: 4.59 4.20 2.94 3/216 26843
/proc/meminfo: memFree=15335840/32770624 swapFree=67108796/67108860
[pid=26777] ppid=26774 vsize=10819352 memory=84764 CPUtime=0.99 cores=1,3,5,7
/proc/26777/stat : 26777 (java) S 26774 26777 23703 0 -1 1077944320 16777 13357 0 0 86 5 5 3 20 0 15 0 70905444 11079016448 21191 33554432000 4194304 4196468 140723327678576 140723327661120 139996593979127 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
/proc/26777/statm: 2704838 21191 3240 1 0 2667149 0
[pid=26777/tid=26830] ppid=26774 vsize=10819352 memory=21300 CPUtime=0.66 cores=1,3,5,7
/proc/26777/task/26830/stat : 26830 (java) R 26774 26777 23703 0 -1 4202560 12240 13357 0 0 55 3 5 3 20 0 15 0 70905453 11079016448 21191 33554432000 4194304 4196468 140723327678576 139996565799952 139996574254262 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26831] ppid=26774 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26831/stat : 26831 (java) S 26774 26777 23703 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 15 0 70905454 11079016448 21191 33554432000 4194304 4196468 140723327678576 139996598221840 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26832] ppid=26774 vsize=10819352 memory=288230583132496621 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26832/stat : 26832 (java) S 26774 26777 23703 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 15 0 70905454 11079016448 21191 33554432000 4194304 4196468 140723327678576 139996486495376 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26833] ppid=26774 vsize=10819352 memory=15823278816102057 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26833/stat : 26833 (java) S 26774 26777 23703 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 15 0 70905454 11079016448 21191 33554432000 4194304 4196468 140723327678576 139996485442320 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26834] ppid=26774 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26834/stat : 26834 (java) S 26774 26777 23703 0 -1 1077944384 2 13357 0 0 0 0 5 3 20 0 15 0 70905454 11079016448 21191 33554432000 4194304 4196468 140723327678576 139996484389776 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26835] ppid=26774 vsize=10819352 memory=140127200649728 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26835/stat : 26835 (java) S 26774 26777 23703 0 -1 1077944384 5 13357 0 0 0 0 5 3 20 0 15 0 70905455 11079016448 21191 33554432000 4194304 4196468 140723327678576 139995596699888 139996593990274 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26836] ppid=26774 vsize=10819352 memory=140127603000296 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26836/stat : 26836 (java) S 26774 26777 23703 0 -1 1077944384 33 13357 0 0 0 0 5 3 20 0 15 0 70905455 11079016448 21191 33554432000 4194304 4196468 140723327678576 139995595646112 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26837] ppid=26774 vsize=10819352 memory=1232 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26837/stat : 26837 (java) S 26774 26777 23703 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 15 0 70905456 11079016448 21191 33554432000 4194304 4196468 140723327678576 139995465638640 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26838] ppid=26774 vsize=10819352 memory=7305218370954486355 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26838/stat : 26838 (java) S 26774 26777 23703 0 -1 1077944384 3 13357 0 0 0 0 5 3 20 0 15 0 70905458 11079016448 21191 33554432000 4194304 4196468 140723327678576 139995158239184 139996593997723 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26839] ppid=26774 vsize=10819352 memory=7733916894068367721 CPUtime=0.16 cores=1,3,5,7
/proc/26777/task/26839/stat : 26839 (java) S 26774 26777 23703 0 -1 1077944384 760 13357 0 0 8 0 5 3 20 0 15 0 70905458 11079016448 21191 33554432000 4194304 4196468 140723327678576 139995562089200 139996593990274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26840] ppid=26774 vsize=10819352 memory=6154282490091891024 CPUtime=0.17 cores=1,3,5,7
/proc/26777/task/26840/stat : 26840 (java) S 26774 26777 23703 0 -1 1077944384 859 13357 0 0 9 0 5 3 20 0 15 0 70905458 11079016448 21191 33554432000 4194304 4196468 140723327678576 139995561036656 139996593990274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26841] ppid=26774 vsize=10819352 memory=5450916479948256810 CPUtime=0.21 cores=1,3,5,7
/proc/26777/task/26841/stat : 26841 (java) S 26774 26777 23703 0 -1 1077944384 679 13357 0 0 13 0 5 3 20 0 15 0 70905458 11079016448 21191 33554432000 4194304 4196468 140723327678576 139995559983600 139996593990274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26842] ppid=26774 vsize=10819352 memory=-8033973737701895300 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26842/stat : 26842 (java) S 26774 26777 23703 0 -1 1077944384 3 13357 0 0 0 0 5 3 20 0 15 0 70905459 11079016448 21191 33554432000 4194304 4196468 140723327678576 139995124681568 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26843] ppid=26774 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26843/stat : 26843 (java) S 26774 26777 23703 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 15 0 70905459 11079016448 21191 33554432000 4194304 4196468 140723327678576 139995558930992 139996593990274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84764 KiB

[startup+1.50069 s]
/proc/loadavg: 4.59 4.20 2.94 3/216 26843
/proc/meminfo: memFree=15289508/32770624 swapFree=67108796/67108860
[pid=26777] ppid=26774 vsize=10828108 memory=220856 CPUtime=3.1 cores=1,3,5,7
/proc/26777/stat : 26777 (java) S 26774 26777 23703 0 -1 1077944320 22903 13357 0 0 292 10 5 3 20 0 15 0 70905444 11087982592 55214 33554432000 4194304 4196468 140723327678576 140723327661120 139996593979127 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
/proc/26777/statm: 2707027 55214 3456 1 0 2668685 0
[pid=26777/tid=26830] ppid=26774 vsize=10828108 memory=153260 CPUtime=1.45 cores=1,3,5,7
/proc/26777/task/26830/stat : 26830 (java) S 26774 26777 23703 0 -1 1077944384 15014 13357 0 0 131 6 5 3 20 0 15 0 70905453 11087982592 55214 33554432000 4194304 4196468 140723327678576 139996565813872 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26831] ppid=26774 vsize=10828108 memory=-3117775541953849444 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26831/stat : 26831 (java) R 26774 26777 23703 0 -1 4202560 265 13357 0 0 0 0 5 3 20 0 15 0 70905454 11087982592 55214 33554432000 4194304 4196468 140723327678576 139996598221840 139996579007010 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26832] ppid=26774 vsize=10828108 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26832/stat : 26832 (java) R 26774 26777 23703 0 -1 4202560 10 13357 0 0 0 0 5 3 20 0 15 0 70905454 11087982592 55214 33554432000 4194304 4196468 140723327678576 139996486495376 139996587078974 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26833] ppid=26774 vsize=10828108 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26833/stat : 26833 (java) R 26774 26777 23703 0 -1 4202560 85 13357 0 0 0 0 5 3 20 0 15 0 70905454 11087982592 55214 33554432000 4194304 4196468 140723327678576 139996485442320 139996579006974 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26834] ppid=26774 vsize=10828108 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26834/stat : 26834 (java) R 26774 26777 23703 0 -1 1077944384 3 13357 0 0 0 0 5 3 20 0 15 0 70905454 11087982592 55214 33554432000 4194304 4196468 140723327678576 139996484387584 139996593989333 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26835] ppid=26774 vsize=10828108 memory=255382647807730 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26835/stat : 26835 (java) S 26774 26777 23703 0 -1 1077944384 19 13357 0 0 0 0 5 3 20 0 15 0 70905455 11087982592 55214 33554432000 4194304 4196468 140723327678576 139995596698400 139996593989333 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26836] ppid=26774 vsize=10828108 memory=297290490211296509 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26836/stat : 26836 (java) S 26774 26777 23703 0 -1 1077944384 33 13357 0 0 0 0 5 3 20 0 15 0 70905455 11087982592 55214 33554432000 4194304 4196468 140723327678576 139995595646112 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26837] ppid=26774 vsize=10828108 memory=4638778424102965584 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26837/stat : 26837 (java) S 26774 26777 23703 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 15 0 70905456 11087982592 55214 33554432000 4194304 4196468 140723327678576 139995465638640 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26838] ppid=26774 vsize=10828108 memory=6935649255759568960 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26838/stat : 26838 (java) S 26774 26777 23703 0 -1 1077944384 3 13357 0 0 0 0 5 3 20 0 15 0 70905458 11087982592 55214 33554432000 4194304 4196468 140723327678576 139995158239184 139996593997723 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26839] ppid=26774 vsize=10828108 memory=280254400692464 CPUtime=0.67 cores=1,3,5,7
/proc/26777/task/26839/stat : 26839 (java) S 26774 26777 23703 0 -1 1077944384 1760 13357 0 0 59 0 5 3 20 0 15 0 70905458 11087982592 55726 33554432000 4194304 4196468 140723327678576 139995562074192 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26840] ppid=26774 vsize=10828108 memory=6935649255759568960 CPUtime=0.65 cores=1,3,5,7
/proc/26777/task/26840/stat : 26840 (java) S 26774 26777 23703 0 -1 1077944384 2038 13357 0 0 57 0 5 3 20 0 15 0 70905458 11087982592 55726 33554432000 4194304 4196468 140723327678576 139995561021648 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26841] ppid=26774 vsize=10828108 memory=-6294161491562227304 CPUtime=0.5 cores=1,3,5,7
/proc/26777/task/26841/stat : 26841 (java) S 26774 26777 23703 0 -1 1077944384 1480 13357 0 0 42 0 5 3 20 0 15 0 70905458 11087982592 55726 33554432000 4194304 4196468 140723327678576 139995559983600 139996593990274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26842] ppid=26774 vsize=10828108 memory=6944656575208382560 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26842/stat : 26842 (java) S 26774 26777 23703 0 -1 1077944384 3 13357 0 0 0 0 5 3 20 0 15 0 70905459 11087982592 55726 33554432000 4194304 4196468 140723327678576 139995124681568 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26843] ppid=26774 vsize=10828108 memory=6944656592455360604 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26843/stat : 26843 (java) S 26774 26777 23703 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 15 0 70905459 11087982592 55726 33554432000 4194304 4196468 140723327678576 139995558930992 139996593990274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 10828108 KiB

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

/proc/26777/task/26830/stat : 26830 (java) R 26774 26777 23703 0 -1 4202560 145099 13357 0 0 229944 69 5 3 20 0 15 0 70905453 11111071744 613774 33554432000 4194304 4196468 140723327678576 139996565813392 139996172287083 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26831] ppid=26774 vsize=10850656 memory=2455096 CPUtime=13.32 cores=1,3,5,7
/proc/26777/task/26831/stat : 26831 (java) S 26774 26777 23703 0 -1 1077944384 52314 13357 0 0 1273 51 5 3 20 0 15 0 70905454 11111071744 613774 33554432000 4194304 4196468 140723327678576 139996598221840 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26832] ppid=26774 vsize=10850656 memory=2455096 CPUtime=13.32 cores=1,3,5,7
/proc/26777/task/26832/stat : 26832 (java) S 26774 26777 23703 0 -1 1077944384 36975 13357 0 0 1273 51 5 3 20 0 15 0 70905454 11111071744 613774 33554432000 4194304 4196468 140723327678576 139996486495376 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26833] ppid=26774 vsize=10850656 memory=2455096 CPUtime=13.36 cores=1,3,5,7
/proc/26777/task/26833/stat : 26833 (java) S 26774 26777 23703 0 -1 1077944384 45344 13357 0 0 1278 50 5 3 20 0 15 0 70905454 11111071744 613774 33554432000 4194304 4196468 140723327678576 139996485442320 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26834] ppid=26774 vsize=10850656 memory=2455096 CPUtime=13.34 cores=1,3,5,7
/proc/26777/task/26834/stat : 26834 (java) S 26774 26777 23703 0 -1 1077944384 41816 13357 0 0 1277 49 5 3 20 0 15 0 70905454 11111071744 613774 33554432000 4194304 4196468 140723327678576 139996484389776 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26835] ppid=26774 vsize=10850656 memory=2455096 CPUtime=6.94 cores=1,3,5,7
/proc/26777/task/26835/stat : 26835 (java) S 26774 26777 23703 0 -1 1077944384 35280 13357 0 0 642 44 5 3 20 0 15 0 70905455 11111071744 613774 33554432000 4194304 4196468 140723327678576 139995596699888 139996593990274 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26836] ppid=26774 vsize=10850656 memory=2455096 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26836/stat : 26836 (java) S 26774 26777 23703 0 -1 1077944384 52 13357 0 0 0 0 5 3 20 0 15 0 70905455 11111071744 613774 33554432000 4194304 4196468 140723327678576 139995595646176 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26837] ppid=26774 vsize=10850656 memory=280254401369280 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26837/stat : 26837 (java) S 26774 26777 23703 0 -1 1077944384 16 13357 0 0 0 0 5 3 20 0 15 0 70905456 11111071744 613774 33554432000 4194304 4196468 140723327678576 139995465638656 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26838] ppid=26774 vsize=10850656 memory=2455096 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26838/stat : 26838 (java) S 26774 26777 23703 0 -1 1077944384 3 13357 0 0 0 0 5 3 20 0 15 0 70905458 11111071744 613774 33554432000 4194304 4196468 140723327678576 139995158239184 139996593997723 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26839] ppid=26774 vsize=10850656 memory=2455096 CPUtime=10.93 cores=1,3,5,7
/proc/26777/task/26839/stat : 26839 (java) S 26774 26777 23703 0 -1 1077944384 33198 13357 0 0 1081 4 5 3 20 0 15 0 70905458 11111071744 613774 33554432000 4194304 4196468 140723327678576 139995562089200 139996593990274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26840] ppid=26774 vsize=10850656 memory=792 CPUtime=10.62 cores=1,3,5,7
/proc/26777/task/26840/stat : 26840 (java) S 26774 26777 23703 0 -1 1077944384 28631 13357 0 0 1050 4 5 3 20 0 15 0 70905458 11111071744 613774 33554432000 4194304 4196468 140723327678576 139995561036656 139996593990274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26841] ppid=26774 vsize=10850656 memory=2455096 CPUtime=2.98 cores=1,3,5,7
/proc/26777/task/26841/stat : 26841 (java) S 26774 26777 23703 0 -1 1077944384 23153 13357 0 0 284 6 5 3 20 0 15 0 70905458 11111071744 613774 33554432000 4194304 4196468 140723327678576 139995559983600 139996593990274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26842] ppid=26774 vsize=10850656 memory=2455096 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26842/stat : 26842 (java) S 26774 26777 23703 0 -1 1077944384 3 13357 0 0 0 0 5 3 20 0 15 0 70905459 11111071744 613774 33554432000 4194304 4196468 140723327678576 139995124681568 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26843] ppid=26774 vsize=10850656 memory=2455096 CPUtime=1.47 cores=1,3,5,7
/proc/26777/task/26843/stat : 26843 (java) S 26774 26777 23703 0 -1 1077944384 2324 13357 0 0 63 76 5 3 20 0 15 0 70905459 11111071744 613774 33554432000 4194304 4196468 140723327678576 139995558930992 139996593990274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
Current children cumulated CPU time: 2385.89 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 2455096 KiB

[startup+2382.3 s]
/proc/loadavg: 1.20 1.32 1.47 3/216 27065
/proc/meminfo: memFree=12009752/32770624 swapFree=67108796/67108860
[pid=26777] ppid=26774 vsize=10850656 memory=2455096 CPUtime=2447.02 cores=1,3,5,7
/proc/26777/stat : 26777 (java) S 26774 26777 23703 0 -1 1077944320 451606 13357 0 0 244320 374 5 3 20 0 15 0 70905444 11111071744 613774 33554432000 4194304 4196468 140723327678576 140723327661120 139996593979127 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
/proc/26777/statm: 2712664 613774 3537 1 0 2674317 0
[pid=26777/tid=26830] ppid=26774 vsize=10850656 memory=2455096 CPUtime=2359.54 cores=1,3,5,7
/proc/26777/task/26830/stat : 26830 (java) R 26774 26777 23703 0 -1 4202560 146795 13357 0 0 235876 70 5 3 20 0 15 0 70905453 11111071744 613774 33554432000 4194304 4196468 140723327678576 139996565813264 139996175712385 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26831] ppid=26774 vsize=10850656 memory=2455096 CPUtime=13.72 cores=1,3,5,7
/proc/26777/task/26831/stat : 26831 (java) S 26774 26777 23703 0 -1 1077944384 52534 13357 0 0 1311 53 5 3 20 0 15 0 70905454 11111071744 613774 33554432000 4194304 4196468 140723327678576 139996598221840 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26832] ppid=26774 vsize=10850656 memory=2455096 CPUtime=13.71 cores=1,3,5,7
/proc/26777/task/26832/stat : 26832 (java) S 26774 26777 23703 0 -1 1077944384 37747 13357 0 0 1310 53 5 3 20 0 15 0 70905454 11111071744 613774 33554432000 4194304 4196468 140723327678576 139996486495376 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26833] ppid=26774 vsize=10850656 memory=0 CPUtime=13.74 cores=1,3,5,7
/proc/26777/task/26833/stat : 26833 (java) S 26774 26777 23703 0 -1 1077944384 46157 13357 0 0 1316 50 5 3 20 0 15 0 70905454 11111071744 613774 33554432000 4194304 4196468 140723327678576 139996485442320 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26834] ppid=26774 vsize=10850656 memory=2455096 CPUtime=13.73 cores=1,3,5,7
/proc/26777/task/26834/stat : 26834 (java) S 26774 26777 23703 0 -1 1077944384 42798 13357 0 0 1315 50 5 3 20 0 15 0 70905454 11111071744 613774 33554432000 4194304 4196468 140723327678576 139996484389776 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26835] ppid=26774 vsize=10850656 memory=2455096 CPUtime=7.16 cores=1,3,5,7
/proc/26777/task/26835/stat : 26835 (java) S 26774 26777 23703 0 -1 1077944384 35950 13357 0 0 662 46 5 3 20 0 15 0 70905455 11111071744 613774 33554432000 4194304 4196468 140723327678576 139995596699888 139996593990274 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26836] ppid=26774 vsize=10850656 memory=2455096 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26836/stat : 26836 (java) S 26774 26777 23703 0 -1 1077944384 52 13357 0 0 0 0 5 3 20 0 15 0 70905455 11111071744 613774 33554432000 4194304 4196468 140723327678576 139995595646176 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26837] ppid=26774 vsize=10850656 memory=2455096 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26837/stat : 26837 (java) S 26774 26777 23703 0 -1 1077944384 16 13357 0 0 0 0 5 3 20 0 15 0 70905456 11111071744 613774 33554432000 4194304 4196468 140723327678576 139995465638656 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26838] ppid=26774 vsize=10850656 memory=2455096 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26838/stat : 26838 (java) S 26774 26777 23703 0 -1 1077944384 3 13357 0 0 0 0 5 3 20 0 15 0 70905458 11111071744 613774 33554432000 4194304 4196468 140723327678576 139995158239184 139996593997723 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26839] ppid=26774 vsize=10850656 memory=2455096 CPUtime=10.93 cores=1,3,5,7
/proc/26777/task/26839/stat : 26839 (java) S 26774 26777 23703 0 -1 1077944384 33203 13357 0 0 1081 4 5 3 20 0 15 0 70905458 11111071744 613774 33554432000 4194304 4196468 140723327678576 139995562089200 139996593990274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26840] ppid=26774 vsize=10850656 memory=3708 CPUtime=10.62 cores=1,3,5,7
/proc/26777/task/26840/stat : 26840 (java) S 26774 26777 23703 0 -1 1077944384 28636 13357 0 0 1050 4 5 3 20 0 15 0 70905458 11111071744 613774 33554432000 4194304 4196468 140723327678576 139995561036656 139996593990274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26841] ppid=26774 vsize=10850656 memory=2455096 CPUtime=2.98 cores=1,3,5,7
/proc/26777/task/26841/stat : 26841 (java) S 26774 26777 23703 0 -1 1077944384 23159 13357 0 0 284 6 5 3 20 0 15 0 70905458 11111071744 613774 33554432000 4194304 4196468 140723327678576 139995559983600 139996593990274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26842] ppid=26774 vsize=10850656 memory=2455096 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26842/stat : 26842 (java) S 26774 26777 23703 0 -1 1077944384 3 13357 0 0 0 0 5 3 20 0 15 0 70905459 11111071744 613774 33554432000 4194304 4196468 140723327678576 139995124681568 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26843] ppid=26774 vsize=10850656 memory=920 CPUtime=1.51 cores=1,3,5,7
/proc/26777/task/26843/stat : 26843 (java) S 26774 26777 23703 0 -1 1077944384 2365 13357 0 0 64 79 5 3 20 0 15 0 70905459 11111071744 613774 33554432000 4194304 4196468 140723327678576 139995558930992 139996593990274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
Current children cumulated CPU time: 2447.02 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 2455096 KiB

[startup+2442.3 s]
/proc/loadavg: 1.46 1.37 1.47 3/216 27066
/proc/meminfo: memFree=12023188/32770624 swapFree=67108796/67108860
[pid=26777] ppid=26774 vsize=10850656 memory=2456256 CPUtime=2508.19 cores=1,3,5,7
/proc/26777/stat : 26777 (java) S 26774 26777 23703 0 -1 1077944320 456083 13357 0 0 250431 380 5 3 20 0 15 0 70905444 11111071744 614064 33554432000 4194304 4196468 140723327678576 140723327661120 139996593979127 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
/proc/26777/statm: 2712664 614064 3537 1 0 2674317 0
[pid=26777/tid=26830] ppid=26774 vsize=10850656 memory=2455748 CPUtime=2418.87 cores=1,3,5,7
/proc/26777/task/26830/stat : 26830 (java) R 26774 26777 23703 0 -1 4202560 148327 13357 0 0 241808 71 5 3 20 0 15 0 70905453 11111071744 614064 33554432000 4194304 4196468 140723327678576 139996565813264 139996176525642 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26831] ppid=26774 vsize=10850656 memory=21352 CPUtime=14.11 cores=1,3,5,7
/proc/26777/task/26831/stat : 26831 (java) S 26774 26777 23703 0 -1 1077944384 52827 13357 0 0 1350 53 5 3 20 0 15 0 70905454 11111071744 614064 33554432000 4194304 4196468 140723327678576 139996598221840 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26832] ppid=26774 vsize=10850656 memory=2455748 CPUtime=14.11 cores=1,3,5,7
/proc/26777/task/26832/stat : 26832 (java) S 26774 26777 23703 0 -1 1077944384 38558 13357 0 0 1350 53 5 3 20 0 15 0 70905454 11111071744 614064 33554432000 4194304 4196468 140723327678576 139996486495376 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26833] ppid=26774 vsize=10850656 memory=2455228 CPUtime=14.14 cores=1,3,5,7
/proc/26777/task/26833/stat : 26833 (java) S 26774 26777 23703 0 -1 1077944384 46460 13357 0 0 1355 51 5 3 20 0 15 0 70905454 11111071744 614064 33554432000 4194304 4196468 140723327678576 139996485442320 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26834] ppid=26774 vsize=10850656 memory=280254400891904 CPUtime=14.13 cores=1,3,5,7
/proc/26777/task/26834/stat : 26834 (java) S 26774 26777 23703 0 -1 1077944384 43877 13357 0 0 1354 51 5 3 20 0 15 0 70905454 11111071744 614064 33554432000 4194304 4196468 140723327678576 139996484389776 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26835] ppid=26774 vsize=10850656 memory=2455748 CPUtime=7.37 cores=1,3,5,7
/proc/26777/task/26835/stat : 26835 (java) S 26774 26777 23703 0 -1 1077944384 36366 13357 0 0 682 47 5 3 20 0 15 0 70905455 11111071744 614064 33554432000 4194304 4196468 140723327678576 139995596699888 139996593990274 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26836] ppid=26774 vsize=10850656 memory=2457796 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26836/stat : 26836 (java) S 26774 26777 23703 0 -1 1077944384 52 13357 0 0 0 0 5 3 20 0 15 0 70905455 11111071744 614064 33554432000 4194304 4196468 140723327678576 139995595646176 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26837] ppid=26774 vsize=10850656 memory=2455748 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26837/stat : 26837 (java) S 26774 26777 23703 0 -1 1077944384 16 13357 0 0 0 0 5 3 20 0 15 0 70905456 11111071744 614064 33554432000 4194304 4196468 140723327678576 139995465638656 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26838] ppid=26774 vsize=10850656 memory=2456256 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26838/stat : 26838 (java) S 26774 26777 23703 0 -1 1077944384 3 13357 0 0 0 0 5 3 20 0 15 0 70905458 11111071744 614064 33554432000 4194304 4196468 140723327678576 139995158239184 139996593997723 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26839] ppid=26774 vsize=10850656 memory=2455748 CPUtime=10.93 cores=1,3,5,7
/proc/26777/task/26839/stat : 26839 (java) S 26774 26777 23703 0 -1 1077944384 33207 13357 0 0 1081 4 5 3 20 0 15 0 70905458 11111071744 614064 33554432000 4194304 4196468 140723327678576 139995562089200 139996593990274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26840] ppid=26774 vsize=10850656 memory=2455748 CPUtime=10.62 cores=1,3,5,7
/proc/26777/task/26840/stat : 26840 (java) S 26774 26777 23703 0 -1 1077944384 28640 13357 0 0 1050 4 5 3 20 0 15 0 70905458 11111071744 614064 33554432000 4194304 4196468 140723327678576 139995561036656 139996593990274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26841] ppid=26774 vsize=10850656 memory=960 CPUtime=2.98 cores=1,3,5,7
/proc/26777/task/26841/stat : 26841 (java) S 26774 26777 23703 0 -1 1077944384 23163 13357 0 0 284 6 5 3 20 0 15 0 70905458 11111071744 614064 33554432000 4194304 4196468 140723327678576 139995559983600 139996593990274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26842] ppid=26774 vsize=10850656 memory=2455748 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26842/stat : 26842 (java) S 26774 26777 23703 0 -1 1077944384 3 13357 0 0 0 0 5 3 20 0 15 0 70905459 11111071744 614064 33554432000 4194304 4196468 140723327678576 139995124681568 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26843] ppid=26774 vsize=10850656 memory=2455748 CPUtime=1.55 cores=1,3,5,7
/proc/26777/task/26843/stat : 26843 (java) S 26774 26777 23703 0 -1 1077944384 2396 13357 0 0 66 81 5 3 20 0 15 0 70905459 11111071744 614064 33554432000 4194304 4196468 140723327678576 139995558930992 139996593990274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
Current children cumulated CPU time: 2508.19 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 2456256 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2454 s]*
/proc/loadavg: 1.44 1.37 1.47 3/216 27066
/proc/meminfo: memFree=12059404/32770624 swapFree=67108796/67108860
[pid=26777] ppid=26774 vsize=10850656 memory=2424444 CPUtime=2520.1 cores=1,3,5,7
/proc/26777/stat : 26777 (java) S 26774 26777 23703 0 -1 1077944320 457041 13357 0 0 251620 382 5 3 20 0 15 0 70905444 11111071744 606111 33554432000 4194304 4196468 140723327678576 140723327661120 139996593979127 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
/proc/26777/statm: 2712664 606111 3537 1 0 2674317 0
[pid=26777/tid=26830] ppid=26774 vsize=10850656 memory=6791534058613427641 CPUtime=2430.45 cores=1,3,5,7
/proc/26777/task/26830/stat : 26830 (java) R 26774 26777 23703 0 -1 4202560 148637 13357 0 0 242966 71 5 3 20 0 15 0 70905453 11111071744 606111 33554432000 4194304 4196468 140723327678576 139996565813360 139996154626635 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26831] ppid=26774 vsize=10850656 memory=-7003737579269690708 CPUtime=14.19 cores=1,3,5,7
/proc/26777/task/26831/stat : 26831 (java) S 26774 26777 23703 0 -1 1077944384 52866 13357 0 0 1357 54 5 3 20 0 15 0 70905454 11111071744 606111 33554432000 4194304 4196468 140723327678576 139996598221840 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26832] ppid=26774 vsize=10850656 memory=840 CPUtime=14.17 cores=1,3,5,7
/proc/26777/task/26832/stat : 26832 (java) S 26774 26777 23703 0 -1 1077944384 38609 13357 0 0 1356 53 5 3 20 0 15 0 70905454 11111071744 606111 33554432000 4194304 4196468 140723327678576 139996486495376 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26833] ppid=26774 vsize=10850656 memory=1800 CPUtime=14.22 cores=1,3,5,7
/proc/26777/task/26833/stat : 26833 (java) S 26774 26777 23703 0 -1 1077944384 46643 13357 0 0 1362 52 5 3 20 0 15 0 70905454 11111071744 606111 33554432000 4194304 4196468 140723327678576 139996485442320 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26834] ppid=26774 vsize=10850656 memory=920 CPUtime=14.2 cores=1,3,5,7
/proc/26777/task/26834/stat : 26834 (java) S 26774 26777 23703 0 -1 1077944384 44085 13357 0 0 1361 51 5 3 20 0 15 0 70905454 11111071744 606111 33554432000 4194304 4196468 140723327678576 139996484389776 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26835] ppid=26774 vsize=10850656 memory=3848 CPUtime=7.41 cores=1,3,5,7
/proc/26777/task/26835/stat : 26835 (java) S 26774 26777 23703 0 -1 1077944384 36512 13357 0 0 685 48 5 3 20 0 15 0 70905455 11111071744 606111 33554432000 4194304 4196468 140723327678576 139995596699888 139996593990274 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26836] ppid=26774 vsize=10850656 memory=2612 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26836/stat : 26836 (java) S 26774 26777 23703 0 -1 1077944384 52 13357 0 0 0 0 5 3 20 0 15 0 70905455 11111071744 606111 33554432000 4194304 4196468 140723327678576 139995595646176 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26837] ppid=26774 vsize=10850656 memory=2876 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26837/stat : 26837 (java) S 26774 26777 23703 0 -1 1077944384 16 13357 0 0 0 0 5 3 20 0 15 0 70905456 11111071744 606111 33554432000 4194304 4196468 140723327678576 139995465638656 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26838] ppid=26774 vsize=10850656 memory=4104 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26838/stat : 26838 (java) S 26774 26777 23703 0 -1 1077944384 3 13357 0 0 0 0 5 3 20 0 15 0 70905458 11111071744 606111 33554432000 4194304 4196468 140723327678576 139995158239184 139996593997723 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26839] ppid=26774 vsize=10850656 memory=1408 CPUtime=10.93 cores=1,3,5,7
/proc/26777/task/26839/stat : 26839 (java) S 26774 26777 23703 0 -1 1077944384 33209 13357 0 0 1081 4 5 3 20 0 15 0 70905458 11111071744 606111 33554432000 4194304 4196468 140723327678576 139995562089200 139996593990274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26840] ppid=26774 vsize=10850656 memory=3264 CPUtime=10.62 cores=1,3,5,7
/proc/26777/task/26840/stat : 26840 (java) S 26774 26777 23703 0 -1 1077944384 28642 13357 0 0 1050 4 5 3 20 0 15 0 70905458 11111071744 606111 33554432000 4194304 4196468 140723327678576 139995561036656 139996593990274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26841] ppid=26774 vsize=10850656 memory=2432140 CPUtime=2.98 cores=1,3,5,7
/proc/26777/task/26841/stat : 26841 (java) S 26774 26777 23703 0 -1 1077944384 23165 13357 0 0 284 6 5 3 20 0 15 0 70905458 11111071744 606111 33554432000 4194304 4196468 140723327678576 139995559983600 139996593990274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26842] ppid=26774 vsize=10850656 memory=1404 CPUtime=0.08 cores=1,3,5,7
/proc/26777/task/26842/stat : 26842 (java) S 26774 26777 23703 0 -1 1077944384 3 13357 0 0 0 0 5 3 20 0 15 0 70905459 11111071744 606111 33554432000 4194304 4196468 140723327678576 139995124681568 139996593989333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
[pid=26777/tid=26843] ppid=26774 vsize=10850656 memory=3236 CPUtime=1.55 cores=1,3,5,7
/proc/26777/task/26843/stat : 26843 (java) S 26774 26777 23703 0 -1 1077944384 2411 13357 0 0 66 81 5 3 20 0 15 0 70905459 11111071744 606111 33554432000 4194304 4196468 140723327678576 139995558930992 139996593990274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27152384 140723327683183 140723327685980 140723327685980 140723327688655 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 2424444 KiB

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

[startup+2454.04 s]
# the end of solver process 26777 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.28 s, system=3.8708 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2454.04
CPU time (s): 2520.15
CPU user time (s): 2516.28
CPU system time (s): 3.8708
CPU usage (%): 102.694
Max. virtual memory (cumulated for all children) (KiB): 10850656
Max. memory (cumulated for all children) (KiB): 2930340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.28
system time used= 3.8708
maximum resident set size= 2930340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 471614
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 203464
involuntary context switches= 5136


# summary of solver processes directly reported to runsolver:
#   pid: 26777
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2516.28
#   total CPU system time (s): 3.8708

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7112 second user time and 22.5976 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-25 17:43:43
IDJOB=4295182
IDBENCH=141485
IDSOLVER=2750
FILE ID=node138/4295182-1532533423
RUNJOBID= node138-1532523045-23735
PBS_JOBID= 21021594
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-20_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295182-1532533423/watcher-4295182-1532533423 -o /tmp/evaluation-result-4295182-1532533423/solver-4295182-1532533423 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532523045-23735 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=581123053 HOME/instance-4295182-1532533423.xml

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

MD5SUM BENCH= e7264eb6ef9a48e90df3f2dfb87ec466
RANDOM SEED=581123053

node138.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.71
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.71
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.71
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.71
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:        15385240 kB
MemAvailable:   29669432 kB
Buffers:          163892 kB
Cached:         14266912 kB
SwapCached:           44 kB
Active:          4638472 kB
Inactive:       12102020 kB
Active(anon):    2260564 kB
Inactive(anon):    77272 kB
Active(file):    2377908 kB
Inactive(file): 12024748 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             26820 kB
Writeback:             0 kB
AnonPages:       2340216 kB
Mapped:            47540 kB
Shmem:             25164 kB
Slab:             338308 kB
SReclaimable:     309996 kB
SUnreclaim:        28312 kB
KernelStack:        3824 kB
PageTables:        10016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3203072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2097152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53748 MiB
End job on node138 at 2018-07-25 18:24:37