Trace number 4292839

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 NameAnswerCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13? (TO) 2520.09 2497.62

General information on the benchmark

NameColouredQueens/
ColouredQueens-14_c18.xml
MD5SUMeb742fbc5fe115028f4ee34ab4b949cf
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables196
Number of constraints78
Number of domains1
Minimum domain size14
Maximum domain size14
Distribution of domain sizes[{"size":14,"count":196}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":192}]
Minimum constraint arity2
Maximum constraint arity14
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":4},{"arity":13,"count":4},{"arity":14,"count":30}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":78}]
Optimization problemNO
Type of objective

Solver Data

0.97/0.75	c Concrete v3.8.1528841891564 running
2520.04/2497.61	Exception in thread "main" java.util.concurrent.TimeoutException
2520.04/2497.61		at concrete.MAC.mac(MAC.scala:188)
2520.04/2497.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.04/2497.61		at scala.util.Try$.apply(Try.scala:209)
2520.04/2497.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.04/2497.61		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.04/2497.61		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.04/2497.61		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.04/2497.61		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.04/2497.61		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.04/2497.61		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.04/2497.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.04/2497.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.04/2497.61		at concrete.MAC.oneRun(MAC.scala:253)
2520.04/2497.61		at concrete.MAC.nextSolution(MAC.scala:272)
2520.04/2497.61		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.04/2497.61		at concrete.ProblemState.map(ProblemState.scala:221)
2520.04/2497.61		at concrete.ProblemState.map(ProblemState.scala:204)
2520.04/2497.61		at concrete.MAC.nextSolution(MAC.scala:334)
2520.04/2497.61		at concrete.Solver.hasNext(Solver.scala:166)
2520.04/2497.61		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.04/2497.61		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.04/2497.61		at concrete.Solver.toStream(Solver.scala:68)
2520.04/2497.61		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.04/2497.61		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.04/2497.61		at concrete.Solver.toIterable(Solver.scala:68)
2520.04/2497.61		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.04/2497.61		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.04/2497.61		at scala.util.Success.map(Try.scala:209)
2520.04/2497.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.04/2497.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.04/2497.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.04/2497.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.04/2497.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.04/2497.61		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.04/2497.61		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.04/2497.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.04/2497.61		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.04/2497.61		at scala.collection.immutable.List.foreach(List.scala:389)
2520.04/2497.61		at scala.App.main(App.scala:76)
2520.04/2497.61		at scala.App.main$(App.scala:74)
2520.04/2497.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.04/2497.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2497.61	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 (7232 MiB free)
  memory of node 1: 16384 MiB (10441 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292839-1532295772/watcher-4292839-1532295772 -o /tmp/evaluation-result-4292839-1532295772/solver-4292839-1532295772 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532295772-9831 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1663092835 -superng HOME/instance-4292839-1532295772.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=9857, runsolver pid=9853

[startup+0.100059 s]*
/proc/loadavg: 1.01 1.23 1.36 3/198 9974
/proc/meminfo: memFree=18091056/32770624 swapFree=67108860/67108860
[pid=9857] ppid=9853 vsize=9972712 memory=14604 CPUtime=0.09 cores=0,2,4,6
/proc/9857/stat : 9857 (java) S 9853 9857 9800 0 -1 1077944320 4329 12875 0 0 1 1 5 2 20 0 6 0 47140094 10212057088 3651 33554432000 4194304 4196468 140721574273936 140721574256480 140081830330103 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
/proc/9857/statm: 2493178 3651 1931 1 0 2481616 0
[pid=9857/tid=9965] ppid=9853 vsize=9972712 memory=8514701219931451533 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9965/stat : 9965 (java) R 9853 9857 9800 0 -1 4202560 2181 12875 0 0 0 0 5 2 20 0 6 0 47140103 10212057088 3717 33554432000 4194304 4196468 140721574273936 140081802165960 140081816012595 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9967] ppid=9853 vsize=9972712 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9967/stat : 9967 (java) S 9853 9857 9800 0 -1 1077944384 1 12875 0 0 0 0 5 2 20 0 6 0 47140104 10212057088 3717 33554432000 4194304 4196468 140721574273936 140081834572816 140081830340309 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9969] ppid=9853 vsize=9972712 memory=140133726533248 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9969/stat : 9969 (java) S 9853 9857 9800 0 -1 1077944384 1 12875 0 0 0 0 5 2 20 0 6 0 47140104 10212057088 3717 33554432000 4194304 4196468 140721574273936 140081403104400 140081830340309 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9971] ppid=9853 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9971/stat : 9971 (java) S 9853 9857 9800 0 -1 1077944384 1 12875 0 0 0 0 5 2 20 0 6 0 47140104 10212057088 3717 33554432000 4194304 4196468 140721574273936 140081402051344 140081830340309 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9973] ppid=9853 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9973/stat : 9973 (java) S 9853 9857 9800 0 -1 1077944384 2 12875 0 0 0 0 5 2 20 0 6 0 47140104 10212057088 3717 33554432000 4194304 4196468 140721574273936 140081400998800 140081830340309 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14604 KiB

[startup+0.209907 s]*
/proc/loadavg: 1.01 1.23 1.36 3/216 9992
/proc/meminfo: memFree=18046796/32770624 swapFree=67108860/67108860
[pid=9857] ppid=9853 vsize=10818904 memory=37756 CPUtime=0.25 cores=0,2,4,6
/proc/9857/stat : 9857 (java) S 9853 9857 9800 0 -1 1077944320 7657 12875 0 0 17 1 5 2 20 0 15 0 47140094 11078557696 9439 33554432000 4194304 4196468 140721574273936 140721574256480 140081830330103 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
/proc/9857/statm: 2704726 9439 2971 1 0 2667149 0
[pid=9857/tid=9965] ppid=9853 vsize=10818904 memory=7022364594140610616 CPUtime=0.17 cores=0,2,4,6
/proc/9857/task/9965/stat : 9965 (java) R 9853 9857 9800 0 -1 4202560 4385 12875 0 0 10 0 5 2 20 0 15 0 47140103 11078557696 9571 33554432000 4194304 4196468 140721574273936 140081802147216 140081810605931 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9967] ppid=9853 vsize=10818904 memory=343 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9967/stat : 9967 (java) S 9853 9857 9800 0 -1 1077944384 1 12875 0 0 0 0 5 2 20 0 15 0 47140104 11078557696 9571 33554432000 4194304 4196468 140721574273936 140081834572816 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9969] ppid=9853 vsize=10818904 memory=140133726543359 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9969/stat : 9969 (java) S 9853 9857 9800 0 -1 1077944384 1 12875 0 0 0 0 5 2 20 0 15 0 47140104 11078557696 9571 33554432000 4194304 4196468 140721574273936 140081403104400 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9971] ppid=9853 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9971/stat : 9971 (java) S 9853 9857 9800 0 -1 1077944384 1 12875 0 0 0 0 5 2 20 0 15 0 47140104 11078557696 9571 33554432000 4194304 4196468 140721574273936 140081402051344 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9973] ppid=9853 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9973/stat : 9973 (java) S 9853 9857 9800 0 -1 1077944384 2 12875 0 0 0 0 5 2 20 0 15 0 47140104 11078557696 9637 33554432000 4194304 4196468 140721574273936 140081400998800 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9976] ppid=9853 vsize=10818904 memory=140133726533248 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9976/stat : 9976 (java) S 9853 9857 9800 0 -1 1077944384 2 12875 0 0 0 0 5 2 20 0 15 0 47140105 11078557696 9637 33554432000 4194304 4196468 140721574273936 140081289455856 140081830341250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9978] ppid=9853 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9978/stat : 9978 (java) S 9853 9857 9800 0 -1 1077944384 33 12875 0 0 0 0 5 2 20 0 15 0 47140106 11078557696 9637 33554432000 4194304 4196468 140721574273936 140081288402080 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9980] ppid=9853 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9980/stat : 9980 (java) S 9853 9857 9800 0 -1 1077944384 1 12875 0 0 0 0 5 2 20 0 15 0 47140106 11078557696 9637 33554432000 4194304 4196468 140721574273936 140080693895920 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9981] ppid=9853 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9981/stat : 9981 (java) S 9853 9857 9800 0 -1 1077944384 3 12875 0 0 0 0 5 2 20 0 15 0 47140109 11078557696 9637 33554432000 4194304 4196468 140721574273936 140080386496464 140081830348699 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9983] ppid=9853 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9857/task/9983/stat : 9983 (java) S 9853 9857 9800 0 -1 1077944384 553 12875 0 0 1 0 5 2 20 0 15 0 47140109 11078557696 9637 33554432000 4194304 4196468 140721574273936 140081254845168 140081830341250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9984] ppid=9853 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9984/stat : 9984 (java) S 9853 9857 9800 0 -1 1077944384 53 12875 0 0 0 0 5 2 20 0 15 0 47140109 11078557696 9637 33554432000 4194304 4196468 140721574273936 140081253792624 140081830341250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9986] ppid=9853 vsize=10818904 memory=140133726533248 CPUtime=0.1 cores=0,2,4,6
/proc/9857/task/9986/stat : 9986 (java) S 9853 9857 9800 0 -1 1077944384 603 12875 0 0 3 0 5 2 20 0 15 0 47140109 11078557696 9637 33554432000 4194304 4196468 140721574273936 140081252739568 140081830341250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9989] ppid=9853 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9989/stat : 9989 (java) S 9853 9857 9800 0 -1 1077944384 3 12875 0 0 0 0 5 2 20 0 15 0 47140109 11078557696 9637 33554432000 4194304 4196468 140721574273936 140080352938848 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9991] ppid=9853 vsize=10818904 memory=140133726533248 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9991/stat : 9991 (java) S 9853 9857 9800 0 -1 1077944384 1 12875 0 0 0 0 5 2 20 0 15 0 47140109 11078557696 9637 33554432000 4194304 4196468 140721574273936 140081251686960 140081830341250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 37756 KiB

[startup+0.310234 s]*
/proc/loadavg: 1.01 1.23 1.36 3/216 9992
/proc/meminfo: memFree=18023244/32770624 swapFree=67108860/67108860
[pid=9857] ppid=9853 vsize=10819352 memory=51132 CPUtime=0.37 cores=0,2,4,6
/proc/9857/stat : 9857 (java) S 9853 9857 9800 0 -1 1077944320 10910 12875 0 0 28 2 5 2 20 0 15 0 47140094 11079016448 12783 33554432000 4194304 4196468 140721574273936 140721574256480 140081830330103 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
/proc/9857/statm: 2704838 12783 3090 1 0 2667149 0
[pid=9857/tid=9965] ppid=9853 vsize=10819352 memory=8112282956445269571 CPUtime=0.27 cores=0,2,4,6
/proc/9857/task/9965/stat : 9965 (java) R 9853 9857 9800 0 -1 4202560 7440 12875 0 0 19 1 5 2 20 0 15 0 47140103 11079016448 12783 33554432000 4194304 4196468 140721574273936 140081802142112 140081814410590 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9967] ppid=9853 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9967/stat : 9967 (java) S 9853 9857 9800 0 -1 1077944384 1 12875 0 0 0 0 5 2 20 0 15 0 47140104 11079016448 12783 33554432000 4194304 4196468 140721574273936 140081834572816 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9969] ppid=9853 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9969/stat : 9969 (java) S 9853 9857 9800 0 -1 1077944384 1 12875 0 0 0 0 5 2 20 0 15 0 47140104 11079016448 12783 33554432000 4194304 4196468 140721574273936 140081403104400 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9971] ppid=9853 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9971/stat : 9971 (java) S 9853 9857 9800 0 -1 1077944384 1 12875 0 0 0 0 5 2 20 0 15 0 47140104 11079016448 12783 33554432000 4194304 4196468 140721574273936 140081402051344 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9973] ppid=9853 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9973/stat : 9973 (java) S 9853 9857 9800 0 -1 1077944384 2 12875 0 0 0 0 5 2 20 0 15 0 47140104 11079016448 12783 33554432000 4194304 4196468 140721574273936 140081400998800 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9976] ppid=9853 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9976/stat : 9976 (java) S 9853 9857 9800 0 -1 1077944384 2 12875 0 0 0 0 5 2 20 0 15 0 47140105 11079016448 12783 33554432000 4194304 4196468 140721574273936 140081289455856 140081830341250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9978] ppid=9853 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9978/stat : 9978 (java) S 9853 9857 9800 0 -1 1077944384 33 12875 0 0 0 0 5 2 20 0 15 0 47140106 11079016448 12783 33554432000 4194304 4196468 140721574273936 140081288402080 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9980] ppid=9853 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9980/stat : 9980 (java) S 9853 9857 9800 0 -1 1077944384 1 12875 0 0 0 0 5 2 20 0 15 0 47140106 11079016448 12783 33554432000 4194304 4196468 140721574273936 140080693895920 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9981] ppid=9853 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9981/stat : 9981 (java) S 9853 9857 9800 0 -1 1077944384 3 12875 0 0 0 0 5 2 20 0 15 0 47140109 11079016448 12783 33554432000 4194304 4196468 140721574273936 140080386496464 140081830348699 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9983] ppid=9853 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9857/task/9983/stat : 9983 (java) S 9853 9857 9800 0 -1 1077944384 561 12875 0 0 2 0 5 2 20 0 15 0 47140109 11079016448 12783 33554432000 4194304 4196468 140721574273936 140081254845168 140081830341250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9984] ppid=9853 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9857/task/9984/stat : 9984 (java) S 9853 9857 9800 0 -1 1077944384 54 12875 0 0 1 0 5 2 20 0 15 0 47140109 11079016448 12783 33554432000 4194304 4196468 140721574273936 140081253792624 140081830341250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9986] ppid=9853 vsize=10819352 memory=140133726533248 CPUtime=0.12 cores=0,2,4,6
/proc/9857/task/9986/stat : 9986 (java) S 9853 9857 9800 0 -1 1077944384 635 12875 0 0 5 0 5 2 20 0 15 0 47140109 11079016448 12783 33554432000 4194304 4196468 140721574273936 140081252739568 140081830341250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9989] ppid=9853 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9989/stat : 9989 (java) S 9853 9857 9800 0 -1 1077944384 3 12875 0 0 0 0 5 2 20 0 15 0 47140109 11079016448 12783 33554432000 4194304 4196468 140721574273936 140080352938848 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9991] ppid=9853 vsize=10819352 memory=140133726533248 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9991/stat : 9991 (java) S 9853 9857 9800 0 -1 1077944384 1 12875 0 0 0 0 5 2 20 0 15 0 47140109 11079016448 12783 33554432000 4194304 4196468 140721574273936 140081251686960 140081830341250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 51132 KiB

[startup+0.700709 s]
/proc/loadavg: 1.01 1.23 1.36 3/216 9992
/proc/meminfo: memFree=18000792/32770624 swapFree=67108860/67108860
[pid=9857] ppid=9853 vsize=10819352 memory=84056 CPUtime=0.97 cores=0,2,4,6
/proc/9857/stat : 9857 (java) S 9853 9857 9800 0 -1 1077944320 17171 12875 0 0 86 4 5 2 20 0 15 0 47140094 11079016448 21014 33554432000 4194304 4196468 140721574273936 140721574256480 140081830330103 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
/proc/9857/statm: 2704838 21014 3237 1 0 2667149 0
[pid=9857/tid=9965] ppid=9853 vsize=10819352 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/9857/task/9965/stat : 9965 (java) R 9853 9857 9800 0 -1 4202560 12479 12875 0 0 55 3 5 2 20 0 15 0 47140103 11079016448 21014 33554432000 4194304 4196468 140721574273936 140081802151824 140081811893663 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9967] ppid=9853 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9967/stat : 9967 (java) S 9853 9857 9800 0 -1 1077944384 1 12875 0 0 0 0 5 2 20 0 15 0 47140104 11079016448 21014 33554432000 4194304 4196468 140721574273936 140081834572816 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9969] ppid=9853 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9969/stat : 9969 (java) S 9853 9857 9800 0 -1 1077944384 1 12875 0 0 0 0 5 2 20 0 15 0 47140104 11079016448 21014 33554432000 4194304 4196468 140721574273936 140081403104400 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9971] ppid=9853 vsize=10819352 memory=68 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9971/stat : 9971 (java) S 9853 9857 9800 0 -1 1077944384 1 12875 0 0 0 0 5 2 20 0 15 0 47140104 11079016448 21014 33554432000 4194304 4196468 140721574273936 140081402051344 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9973] ppid=9853 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9973/stat : 9973 (java) S 9853 9857 9800 0 -1 1077944384 2 12875 0 0 0 0 5 2 20 0 15 0 47140104 11079016448 21014 33554432000 4194304 4196468 140721574273936 140081400998800 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9976] ppid=9853 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9976/stat : 9976 (java) S 9853 9857 9800 0 -1 1077944384 5 12875 0 0 0 0 5 2 20 0 15 0 47140105 11079016448 21014 33554432000 4194304 4196468 140721574273936 140081289455856 140081830341250 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9978] ppid=9853 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9978/stat : 9978 (java) S 9853 9857 9800 0 -1 1077944384 33 12875 0 0 0 0 5 2 20 0 15 0 47140106 11079016448 21014 33554432000 4194304 4196468 140721574273936 140081288402080 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9980] ppid=9853 vsize=10819352 memory=140133575831760 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9980/stat : 9980 (java) S 9853 9857 9800 0 -1 1077944384 1 12875 0 0 0 0 5 2 20 0 15 0 47140106 11079016448 21014 33554432000 4194304 4196468 140721574273936 140080693895920 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9981] ppid=9853 vsize=10819352 memory=140136192934484 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9981/stat : 9981 (java) S 9853 9857 9800 0 -1 1077944384 3 12875 0 0 0 0 5 2 20 0 15 0 47140109 11079016448 21014 33554432000 4194304 4196468 140721574273936 140080386496464 140081830348699 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9983] ppid=9853 vsize=10819352 memory=1204 CPUtime=0.14 cores=0,2,4,6
/proc/9857/task/9983/stat : 9983 (java) S 9853 9857 9800 0 -1 1077944384 972 12875 0 0 7 0 5 2 20 0 15 0 47140109 11079016448 21014 33554432000 4194304 4196468 140721574273936 140081254845168 140081830341250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9984] ppid=9853 vsize=10819352 memory=7014751519684253009 CPUtime=0.16 cores=0,2,4,6
/proc/9857/task/9984/stat : 9984 (java) S 9853 9857 9800 0 -1 1077944384 675 12875 0 0 9 0 5 2 20 0 15 0 47140109 11079016448 21014 33554432000 4194304 4196468 140721574273936 140081253792624 140081830341250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9986] ppid=9853 vsize=10819352 memory=8025788809749095764 CPUtime=0.2 cores=0,2,4,6
/proc/9857/task/9986/stat : 9986 (java) S 9853 9857 9800 0 -1 1077944384 808 12875 0 0 13 0 5 2 20 0 15 0 47140109 11079016448 21014 33554432000 4194304 4196468 140721574273936 140081252739568 140081830341250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9989] ppid=9853 vsize=10819352 memory=4140 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9989/stat : 9989 (java) S 9853 9857 9800 0 -1 1077944384 3 12875 0 0 0 0 5 2 20 0 15 0 47140109 11079016448 21014 33554432000 4194304 4196468 140721574273936 140080352938848 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9991] ppid=9853 vsize=10819352 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9991/stat : 9991 (java) S 9853 9857 9800 0 -1 1077944384 1 12875 0 0 0 0 5 2 20 0 15 0 47140109 11079016448 21014 33554432000 4194304 4196468 140721574273936 140081251686960 140081830341250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84056 KiB

[startup+1.50069 s]
/proc/loadavg: 1.01 1.23 1.36 3/216 9992
/proc/meminfo: memFree=17908220/32770624 swapFree=67108860/67108860
[pid=9857] ppid=9853 vsize=10834252 memory=176176 CPUtime=2.26 cores=0,2,4,6
/proc/9857/stat : 9857 (java) S 9853 9857 9800 0 -1 1077944320 24467 12875 0 0 209 10 5 2 20 0 15 0 47140094 11094274048 44044 33554432000 4194304 4196468 140721574273936 140721574256480 140081830330103 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
/proc/9857/statm: 2708563 44044 3474 1 0 2670221 0
[pid=9857/tid=9965] ppid=9853 vsize=10834252 memory=12848 CPUtime=1.41 cores=0,2,4,6
/proc/9857/task/9965/stat : 9965 (java) R 9853 9857 9800 0 -1 4202560 17978 12875 0 0 129 5 5 2 20 0 15 0 47140103 11094274048 44044 33554432000 4194304 4196468 140721574273936 140081802160144 140081812174269 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9967] ppid=9853 vsize=10834252 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/9857/task/9967/stat : 9967 (java) S 9853 9857 9800 0 -1 1077944384 29 12875 0 0 1 0 5 2 20 0 15 0 47140104 11094274048 44044 33554432000 4194304 4196468 140721574273936 140081834572816 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9969] ppid=9853 vsize=10834252 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/9857/task/9969/stat : 9969 (java) S 9853 9857 9800 0 -1 1077944384 20 12875 0 0 1 0 5 2 20 0 15 0 47140104 11094274048 44044 33554432000 4194304 4196468 140721574273936 140081403104400 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9971] ppid=9853 vsize=10834252 memory=2268 CPUtime=0.08 cores=0,2,4,6
/proc/9857/task/9971/stat : 9971 (java) S 9853 9857 9800 0 -1 1077944384 188 12875 0 0 1 0 5 2 20 0 15 0 47140104 11094274048 44044 33554432000 4194304 4196468 140721574273936 140081402051344 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9973] ppid=9853 vsize=10834252 memory=84056 CPUtime=0.08 cores=0,2,4,6
/proc/9857/task/9973/stat : 9973 (java) S 9853 9857 9800 0 -1 1077944384 69 12875 0 0 1 0 5 2 20 0 15 0 47140104 11094274048 44044 33554432000 4194304 4196468 140721574273936 140081400998800 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9976] ppid=9853 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9857/task/9976/stat : 9976 (java) S 9853 9857 9800 0 -1 1077944384 152 12875 0 0 1 0 5 2 20 0 15 0 47140105 11094274048 44044 33554432000 4194304 4196468 140721574273936 140081289455856 140081830341250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9978] ppid=9853 vsize=10834252 memory=280267151606240 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9978/stat : 9978 (java) S 9853 9857 9800 0 -1 1077944384 34 12875 0 0 0 0 5 2 20 0 15 0 47140106 11094274048 44044 33554432000 4194304 4196468 140721574273936 140081288402144 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9980] ppid=9853 vsize=10834252 memory=280267151656944 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9980/stat : 9980 (java) S 9853 9857 9800 0 -1 1077944384 1 12875 0 0 0 0 5 2 20 0 15 0 47140106 11094274048 44044 33554432000 4194304 4196468 140721574273936 140080693895936 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9981] ppid=9853 vsize=10834252 memory=280267152201920 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9981/stat : 9981 (java) S 9853 9857 9800 0 -1 1077944384 3 12875 0 0 0 0 5 2 20 0 15 0 47140109 11094274048 44044 33554432000 4194304 4196468 140721574273936 140080386496464 140081830348699 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9983] ppid=9853 vsize=10834252 memory=-7666414585839465563 CPUtime=0.21 cores=0,2,4,6
/proc/9857/task/9983/stat : 9983 (java) S 9853 9857 9800 0 -1 1077944384 1122 12875 0 0 14 0 5 2 20 0 15 0 47140109 11094274048 44044 33554432000 4194304 4196468 140721574273936 140081254845168 140081830341250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9984] ppid=9853 vsize=10834252 memory=-7521736447810188379 CPUtime=0.32 cores=0,2,4,6
/proc/9857/task/9984/stat : 9984 (java) S 9853 9857 9800 0 -1 1077944384 1158 12875 0 0 25 0 5 2 20 0 15 0 47140109 11094274048 44044 33554432000 4194304 4196468 140721574273936 140081253792624 140081830341250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9986] ppid=9853 vsize=10834252 memory=8328453600958622283 CPUtime=0.39 cores=0,2,4,6
/proc/9857/task/9986/stat : 9986 (java) R 9853 9857 9800 0 -1 4202560 1525 12875 0 0 32 0 5 2 20 0 15 0 47140109 11094274048 44044 33554432000 4194304 4196468 140721574273936 140081252739568 140081433587833 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9989] ppid=9853 vsize=10834252 memory=-8412652160765825907 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9989/stat : 9989 (java) S 9853 9857 9800 0 -1 1077944384 3 12875 0 0 0 0 5 2 20 0 15 0 47140109 11094274048 44044 33554432000 4194304 4196468 140721574273936 140080352938848 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9991] ppid=9853 vsize=10834252 memory=7100839878645619564 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9991/stat : 9991 (java) S 9853 9857 9800 0 -1 1077944384 1 12875 0 0 0 0 5 2 20 0 15 0 47140109 11094274048 44044 33554432000 4194304 4196468 140721574273936 140081251686960 140081830341250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10834252 KiB

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

/proc/9857/task/9965/stat : 9965 (java) R 9853 9857 9800 0 -1 4202560 76948 12875 0 0 231437 24 5 2 20 0 15 0 47140103 11176083456 98606 33554432000 4194304 4196468 140721574273936 140081802163840 140081448009153 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9967] ppid=9853 vsize=10914144 memory=394384 CPUtime=4.01 cores=0,2,4,6
/proc/9857/task/9967/stat : 9967 (java) S 9853 9857 9800 0 -1 1077944384 4270 12875 0 0 362 32 5 2 20 0 15 0 47140104 11176083456 98606 33554432000 4194304 4196468 140721574273936 140081834572816 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9969] ppid=9853 vsize=10914144 memory=394424 CPUtime=4.05 cores=0,2,4,6
/proc/9857/task/9969/stat : 9969 (java) S 9853 9857 9800 0 -1 1077944384 9442 12875 0 0 365 33 5 2 20 0 15 0 47140104 11176083456 98606 33554432000 4194304 4196468 140721574273936 140081403104400 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9971] ppid=9853 vsize=10914144 memory=394424 CPUtime=4.04 cores=0,2,4,6
/proc/9857/task/9971/stat : 9971 (java) S 9853 9857 9800 0 -1 1077944384 5741 12875 0 0 365 32 5 2 20 0 15 0 47140104 11176083456 98606 33554432000 4194304 4196468 140721574273936 140081402051344 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9973] ppid=9853 vsize=10914144 memory=394424 CPUtime=4.03 cores=0,2,4,6
/proc/9857/task/9973/stat : 9973 (java) S 9853 9857 9800 0 -1 1077944384 9590 12875 0 0 363 33 5 2 20 0 15 0 47140104 11176083456 98606 33554432000 4194304 4196468 140721574273936 140081400998800 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9976] ppid=9853 vsize=10914144 memory=394424 CPUtime=2.28 cores=0,2,4,6
/proc/9857/task/9976/stat : 9976 (java) S 9853 9857 9800 0 -1 1077944384 9240 12875 0 0 206 15 5 2 20 0 15 0 47140105 11176083456 98606 33554432000 4194304 4196468 140721574273936 140081289455856 140081830341250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9978] ppid=9853 vsize=10914144 memory=394424 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9978/stat : 9978 (java) S 9853 9857 9800 0 -1 1077944384 39 12875 0 0 0 0 5 2 20 0 15 0 47140106 11176083456 98606 33554432000 4194304 4196468 140721574273936 140081288402208 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9980] ppid=9853 vsize=10914144 memory=394424 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9980/stat : 9980 (java) S 9853 9857 9800 0 -1 1077944384 3 12875 0 0 0 0 5 2 20 0 15 0 47140106 11176083456 98606 33554432000 4194304 4196468 140721574273936 140080693895936 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9981] ppid=9853 vsize=10914144 memory=394424 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9981/stat : 9981 (java) S 9853 9857 9800 0 -1 1077944384 3 12875 0 0 0 0 5 2 20 0 15 0 47140109 11176083456 98606 33554432000 4194304 4196468 140721574273936 140080386496464 140081830348699 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9983] ppid=9853 vsize=10914144 memory=394424 CPUtime=4.02 cores=0,2,4,6
/proc/9857/task/9983/stat : 9983 (java) S 9853 9857 9800 0 -1 1077944384 23670 12875 0 0 391 4 5 2 20 0 15 0 47140109 11176083456 98606 33554432000 4194304 4196468 140721574273936 140081254845168 140081830341250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9984] ppid=9853 vsize=10914144 memory=4140 CPUtime=4.34 cores=0,2,4,6
/proc/9857/task/9984/stat : 9984 (java) S 9853 9857 9800 0 -1 1077944384 20606 12875 0 0 424 3 5 2 20 0 15 0 47140109 11176083456 98606 33554432000 4194304 4196468 140721574273936 140081253792624 140081830341250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9986] ppid=9853 vsize=10914144 memory=394424 CPUtime=1.75 cores=0,2,4,6
/proc/9857/task/9986/stat : 9986 (java) S 9853 9857 9800 0 -1 1077944384 19893 12875 0 0 164 4 5 2 20 0 15 0 47140109 11176083456 98606 33554432000 4194304 4196468 140721574273936 140081252739568 140081830341250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9989] ppid=9853 vsize=10914144 memory=394424 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9989/stat : 9989 (java) S 9853 9857 9800 0 -1 1077944384 3 12875 0 0 0 0 5 2 20 0 15 0 47140109 11176083456 98606 33554432000 4194304 4196468 140721574273936 140080352938848 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9991] ppid=9853 vsize=10914144 memory=394424 CPUtime=1.23 cores=0,2,4,6
/proc/9857/task/9991/stat : 9991 (java) S 9853 9857 9800 0 -1 1077944384 845 12875 0 0 60 56 5 2 20 0 15 0 47140109 11176083456 98606 33554432000 4194304 4196468 140721574273936 140081251686960 140081830341250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
Current children cumulated CPU time: 2343.89 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 394424 KiB

[startup+2382.3 s]
/proc/loadavg: 1.16 1.26 1.32 3/215 10104
/proc/meminfo: memFree=17357320/32770624 swapFree=67108860/67108860
[pid=9857] ppid=9853 vsize=10914144 memory=394488 CPUtime=2404.18 cores=0,2,4,6
/proc/9857/stat : 9857 (java) S 9853 9857 9800 0 -1 1077944320 183355 12875 0 0 240199 212 5 2 20 0 15 0 47140094 11176083456 98622 33554432000 4194304 4196468 140721574273936 140721574256480 140081830330103 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
/proc/9857/statm: 2728536 98622 3526 1 0 2690189 0
[pid=9857/tid=9965] ppid=9853 vsize=10914144 memory=394488 CPUtime=2374.46 cores=0,2,4,6
/proc/9857/task/9965/stat : 9965 (java) R 9853 9857 9800 0 -1 4202560 77329 12875 0 0 237415 24 5 2 20 0 15 0 47140103 11176083456 98622 33554432000 4194304 4196468 140721574273936 140081802164560 140081447731747 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9967] ppid=9853 vsize=10914144 memory=394488 CPUtime=4.1 cores=0,2,4,6
/proc/9857/task/9967/stat : 9967 (java) S 9853 9857 9800 0 -1 1077944384 4415 12875 0 0 371 32 5 2 20 0 15 0 47140104 11176083456 98622 33554432000 4194304 4196468 140721574273936 140081834572816 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9969] ppid=9853 vsize=10914144 memory=394488 CPUtime=4.15 cores=0,2,4,6
/proc/9857/task/9969/stat : 9969 (java) S 9853 9857 9800 0 -1 1077944384 9459 12875 0 0 375 33 5 2 20 0 15 0 47140104 11176083456 98622 33554432000 4194304 4196468 140721574273936 140081403104400 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9971] ppid=9853 vsize=10914144 memory=2408 CPUtime=4.14 cores=0,2,4,6
/proc/9857/task/9971/stat : 9971 (java) S 9853 9857 9800 0 -1 1077944384 5814 12875 0 0 375 32 5 2 20 0 15 0 47140104 11176083456 98622 33554432000 4194304 4196468 140721574273936 140081402051344 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9973] ppid=9853 vsize=10914144 memory=394488 CPUtime=4.13 cores=0,2,4,6
/proc/9857/task/9973/stat : 9973 (java) S 9853 9857 9800 0 -1 1077944384 9793 12875 0 0 373 33 5 2 20 0 15 0 47140104 11176083456 98622 33554432000 4194304 4196468 140721574273936 140081400998800 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9976] ppid=9853 vsize=10914144 memory=0 CPUtime=2.34 cores=0,2,4,6
/proc/9857/task/9976/stat : 9976 (java) S 9853 9857 9800 0 -1 1077944384 9286 12875 0 0 212 15 5 2 20 0 15 0 47140105 11176083456 98622 33554432000 4194304 4196468 140721574273936 140081289455856 140081830341250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9978] ppid=9853 vsize=10914144 memory=394488 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9978/stat : 9978 (java) S 9853 9857 9800 0 -1 1077944384 39 12875 0 0 0 0 5 2 20 0 15 0 47140106 11176083456 98622 33554432000 4194304 4196468 140721574273936 140081288402208 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9980] ppid=9853 vsize=10914144 memory=394488 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9980/stat : 9980 (java) S 9853 9857 9800 0 -1 1077944384 3 12875 0 0 0 0 5 2 20 0 15 0 47140106 11176083456 98622 33554432000 4194304 4196468 140721574273936 140080693895936 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9981] ppid=9853 vsize=10914144 memory=4140 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9981/stat : 9981 (java) S 9853 9857 9800 0 -1 1077944384 3 12875 0 0 0 0 5 2 20 0 15 0 47140109 11176083456 98622 33554432000 4194304 4196468 140721574273936 140080386496464 140081830348699 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9983] ppid=9853 vsize=10914144 memory=394488 CPUtime=4.02 cores=0,2,4,6
/proc/9857/task/9983/stat : 9983 (java) S 9853 9857 9800 0 -1 1077944384 23672 12875 0 0 391 4 5 2 20 0 15 0 47140109 11176083456 98622 33554432000 4194304 4196468 140721574273936 140081254845168 140081830341250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9984] ppid=9853 vsize=10914144 memory=394488 CPUtime=4.34 cores=0,2,4,6
/proc/9857/task/9984/stat : 9984 (java) S 9853 9857 9800 0 -1 1077944384 20608 12875 0 0 424 3 5 2 20 0 15 0 47140109 11176083456 98622 33554432000 4194304 4196468 140721574273936 140081253792624 140081830341250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9986] ppid=9853 vsize=10914144 memory=4140 CPUtime=1.75 cores=0,2,4,6
/proc/9857/task/9986/stat : 9986 (java) S 9853 9857 9800 0 -1 1077944384 19895 12875 0 0 164 4 5 2 20 0 15 0 47140109 11176083456 98622 33554432000 4194304 4196468 140721574273936 140081252739568 140081830341250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9989] ppid=9853 vsize=10914144 memory=15792 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9989/stat : 9989 (java) S 9853 9857 9800 0 -1 1077944384 3 12875 0 0 0 0 5 2 20 0 15 0 47140109 11176083456 98622 33554432000 4194304 4196468 140721574273936 140080352938848 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9991] ppid=9853 vsize=10914144 memory=394488 CPUtime=1.26 cores=0,2,4,6
/proc/9857/task/9991/stat : 9991 (java) S 9853 9857 9800 0 -1 1077944384 850 12875 0 0 61 58 5 2 20 0 15 0 47140109 11176083456 98622 33554432000 4194304 4196468 140721574273936 140081251686960 140081830341250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
Current children cumulated CPU time: 2404.18 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 394488 KiB

[startup+2442.3 s]
/proc/loadavg: 1.38 1.29 1.33 3/215 10105
/proc/meminfo: memFree=17357748/32770624 swapFree=67108860/67108860
[pid=9857] ppid=9853 vsize=10914144 memory=394488 CPUtime=2464.46 cores=0,2,4,6
/proc/9857/stat : 9857 (java) S 9853 9857 9800 0 -1 1077944320 183840 12875 0 0 246224 215 5 2 20 0 15 0 47140094 11176083456 98622 33554432000 4194304 4196468 140721574273936 140721574256480 140081830330103 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
/proc/9857/statm: 2728536 98622 3526 1 0 2690189 0
[pid=9857/tid=9965] ppid=9853 vsize=10914144 memory=394488 CPUtime=2434.26 cores=0,2,4,6
/proc/9857/task/9965/stat : 9965 (java) R 9853 9857 9800 0 -1 4202560 77602 12875 0 0 243394 25 5 2 20 0 15 0 47140103 11176083456 98622 33554432000 4194304 4196468 140721574273936 140081802164224 140081449092425 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9967] ppid=9853 vsize=10914144 memory=394488 CPUtime=4.21 cores=0,2,4,6
/proc/9857/task/9967/stat : 9967 (java) S 9853 9857 9800 0 -1 1077944384 4419 12875 0 0 381 33 5 2 20 0 15 0 47140104 11176083456 98622 33554432000 4194304 4196468 140721574273936 140081834572816 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9969] ppid=9853 vsize=10914144 memory=394488 CPUtime=4.25 cores=0,2,4,6
/proc/9857/task/9969/stat : 9969 (java) S 9853 9857 9800 0 -1 1077944384 9472 12875 0 0 384 34 5 2 20 0 15 0 47140104 11176083456 98622 33554432000 4194304 4196468 140721574273936 140081403104400 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9971] ppid=9853 vsize=10914144 memory=5520 CPUtime=4.24 cores=0,2,4,6
/proc/9857/task/9971/stat : 9971 (java) S 9853 9857 9800 0 -1 1077944384 5820 12875 0 0 385 32 5 2 20 0 15 0 47140104 11176083456 98622 33554432000 4194304 4196468 140721574273936 140081402051344 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9973] ppid=9853 vsize=10914144 memory=394488 CPUtime=4.23 cores=0,2,4,6
/proc/9857/task/9973/stat : 9973 (java) S 9853 9857 9800 0 -1 1077944384 9807 12875 0 0 383 33 5 2 20 0 15 0 47140104 11176083456 98622 33554432000 4194304 4196468 140721574273936 140081400998800 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9976] ppid=9853 vsize=10914144 memory=394488 CPUtime=2.41 cores=0,2,4,6
/proc/9857/task/9976/stat : 9976 (java) S 9853 9857 9800 0 -1 1077944384 9445 12875 0 0 218 16 5 2 20 0 15 0 47140105 11176083456 98622 33554432000 4194304 4196468 140721574273936 140081289455856 140081830341250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9978] ppid=9853 vsize=10914144 memory=394488 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9978/stat : 9978 (java) S 9853 9857 9800 0 -1 1077944384 39 12875 0 0 0 0 5 2 20 0 15 0 47140106 11176083456 98622 33554432000 4194304 4196468 140721574273936 140081288402208 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9980] ppid=9853 vsize=10914144 memory=394488 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9980/stat : 9980 (java) S 9853 9857 9800 0 -1 1077944384 3 12875 0 0 0 0 5 2 20 0 15 0 47140106 11176083456 98622 33554432000 4194304 4196468 140721574273936 140080693895936 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9981] ppid=9853 vsize=10914144 memory=3296 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9981/stat : 9981 (java) S 9853 9857 9800 0 -1 1077944384 3 12875 0 0 0 0 5 2 20 0 15 0 47140109 11176083456 98622 33554432000 4194304 4196468 140721574273936 140080386496464 140081830348699 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9983] ppid=9853 vsize=10914144 memory=394488 CPUtime=4.02 cores=0,2,4,6
/proc/9857/task/9983/stat : 9983 (java) S 9853 9857 9800 0 -1 1077944384 23672 12875 0 0 391 4 5 2 20 0 15 0 47140109 11176083456 98622 33554432000 4194304 4196468 140721574273936 140081254845168 140081830341250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9984] ppid=9853 vsize=10914144 memory=394488 CPUtime=4.34 cores=0,2,4,6
/proc/9857/task/9984/stat : 9984 (java) S 9853 9857 9800 0 -1 1077944384 20608 12875 0 0 424 3 5 2 20 0 15 0 47140109 11176083456 98622 33554432000 4194304 4196468 140721574273936 140081253792624 140081830341250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9986] ppid=9853 vsize=10914144 memory=4140 CPUtime=1.75 cores=0,2,4,6
/proc/9857/task/9986/stat : 9986 (java) S 9853 9857 9800 0 -1 1077944384 19895 12875 0 0 164 4 5 2 20 0 15 0 47140109 11176083456 98622 33554432000 4194304 4196468 140721574273936 140081252739568 140081830341250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9989] ppid=9853 vsize=10914144 memory=394488 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9989/stat : 9989 (java) S 9853 9857 9800 0 -1 1077944384 3 12875 0 0 0 0 5 2 20 0 15 0 47140109 11176083456 98622 33554432000 4194304 4196468 140721574273936 140080352938848 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9991] ppid=9853 vsize=10914144 memory=4279353494052561728 CPUtime=1.29 cores=0,2,4,6
/proc/9857/task/9991/stat : 9991 (java) S 9853 9857 9800 0 -1 1077944384 866 12875 0 0 63 59 5 2 20 0 15 0 47140109 11176083456 98622 33554432000 4194304 4196468 140721574273936 140081251686960 140081830341250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
Current children cumulated CPU time: 2464.46 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 394488 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2497.6 s]
/proc/loadavg: 1.57 1.36 1.35 3/215 10106
/proc/meminfo: memFree=17357668/32770624 swapFree=67108860/67108860
[pid=9857] ppid=9853 vsize=10914144 memory=394572 CPUtime=2520.04 cores=0,2,4,6
/proc/9857/stat : 9857 (java) S 9853 9857 9800 0 -1 1077944320 184981 12875 0 0 251780 217 5 2 20 0 15 0 47140094 11176083456 98643 33554432000 4194304 4196468 140721574273936 140721574256480 140081830330103 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
/proc/9857/statm: 2728536 98643 3526 1 0 2690189 0
[pid=9857/tid=9965] ppid=9853 vsize=10914144 memory=15792 CPUtime=2489.37 cores=0,2,4,6
/proc/9857/task/9965/stat : 9965 (java) R 9853 9857 9800 0 -1 4202560 78044 12875 0 0 248905 25 5 2 20 0 15 0 47140103 11176083456 98643 33554432000 4194304 4196468 140721574273936 140081802163856 140081446833558 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9967] ppid=9853 vsize=10914144 memory=1296 CPUtime=4.3 cores=0,2,4,6
/proc/9857/task/9967/stat : 9967 (java) S 9853 9857 9800 0 -1 1077944384 4627 12875 0 0 390 33 5 2 20 0 15 0 47140104 11176083456 98643 33554432000 4194304 4196468 140721574273936 140081834572816 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9969] ppid=9853 vsize=10914144 memory=2408 CPUtime=4.35 cores=0,2,4,6
/proc/9857/task/9969/stat : 9969 (java) S 9853 9857 9800 0 -1 1077944384 9562 12875 0 0 394 34 5 2 20 0 15 0 47140104 11176083456 98643 33554432000 4194304 4196468 140721574273936 140081403104400 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9971] ppid=9853 vsize=10914144 memory=8112282956445269571 CPUtime=4.32 cores=0,2,4,6
/proc/9857/task/9971/stat : 9971 (java) S 9853 9857 9800 0 -1 1077944384 5983 12875 0 0 393 32 5 2 20 0 15 0 47140104 11176083456 98643 33554432000 4194304 4196468 140721574273936 140081402051344 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9973] ppid=9853 vsize=10914144 memory=792 CPUtime=4.33 cores=0,2,4,6
/proc/9857/task/9973/stat : 9973 (java) S 9853 9857 9800 0 -1 1077944384 9826 12875 0 0 393 33 5 2 20 0 15 0 47140104 11176083456 98643 33554432000 4194304 4196468 140721574273936 140081400998800 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9976] ppid=9853 vsize=10914144 memory=1228 CPUtime=2.47 cores=0,2,4,6
/proc/9857/task/9976/stat : 9976 (java) S 9853 9857 9800 0 -1 1077944384 9640 12875 0 0 224 16 5 2 20 0 15 0 47140105 11176083456 98643 33554432000 4194304 4196468 140721574273936 140081289455856 140081830341250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9978] ppid=9853 vsize=10914144 memory=8392 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9978/stat : 9978 (java) S 9853 9857 9800 0 -1 1077944384 39 12875 0 0 0 0 5 2 20 0 15 0 47140106 11176083456 98643 33554432000 4194304 4196468 140721574273936 140081288402208 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9980] ppid=9853 vsize=10914144 memory=1444 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9980/stat : 9980 (java) S 9853 9857 9800 0 -1 1077944384 3 12875 0 0 0 0 5 2 20 0 15 0 47140106 11176083456 98643 33554432000 4194304 4196468 140721574273936 140080693895936 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9981] ppid=9853 vsize=10914144 memory=394572 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9981/stat : 9981 (java) S 9853 9857 9800 0 -1 1077944384 3 12875 0 0 0 0 5 2 20 0 15 0 47140109 11176083456 98643 33554432000 4194304 4196468 140721574273936 140080386496464 140081830348699 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9983] ppid=9853 vsize=10914144 memory=394572 CPUtime=4.02 cores=0,2,4,6
/proc/9857/task/9983/stat : 9983 (java) S 9853 9857 9800 0 -1 1077944384 23674 12875 0 0 391 4 5 2 20 0 15 0 47140109 11176083456 98643 33554432000 4194304 4196468 140721574273936 140081254845168 140081830341250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9984] ppid=9853 vsize=10914144 memory=644 CPUtime=4.34 cores=0,2,4,6
/proc/9857/task/9984/stat : 9984 (java) S 9853 9857 9800 0 -1 1077944384 20610 12875 0 0 424 3 5 2 20 0 15 0 47140109 11176083456 98643 33554432000 4194304 4196468 140721574273936 140081253792624 140081830341250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9986] ppid=9853 vsize=10914144 memory=952 CPUtime=1.75 cores=0,2,4,6
/proc/9857/task/9986/stat : 9986 (java) S 9853 9857 9800 0 -1 1077944384 19897 12875 0 0 164 4 5 2 20 0 15 0 47140109 11176083456 98643 33554432000 4194304 4196468 140721574273936 140081252739568 140081830341250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9989] ppid=9853 vsize=10914144 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/9857/task/9989/stat : 9989 (java) S 9853 9857 9800 0 -1 1077944384 3 12875 0 0 0 0 5 2 20 0 15 0 47140109 11176083456 98643 33554432000 4194304 4196468 140721574273936 140080352938848 140081830340309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
[pid=9857/tid=9991] ppid=9853 vsize=10914144 memory=1296 CPUtime=1.31 cores=0,2,4,6
/proc/9857/task/9991/stat : 9991 (java) S 9853 9857 9800 0 -1 1077944384 884 12875 0 0 64 60 5 2 20 0 15 0 47140109 11176083456 98643 33554432000 4194304 4196468 140721574273936 140081251686960 140081830341250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8851456 140721574279339 140721574282588 140721574282588 140721574285263 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 394572 KiB

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

[startup+2497.62 s]
# the end of solver process 9857 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.88 s, system=2.20702 s

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

Child status: 143
Real time (s): 2497.62
CPU time (s): 2520.09
CPU user time (s): 2517.88
CPU system time (s): 2.20702
CPU usage (%): 100.899
Max. virtual memory (cumulated for all children) (KiB): 10914804
Max. memory (cumulated for all children) (KiB): 1195968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.88
system time used= 2.20702
maximum resident set size= 1212724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198921
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109964
involuntary context switches= 5018


# summary of solver processes directly reported to runsolver:
#   pid: 9857
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2517.88
#   total CPU system time (s): 2.20702

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0426 second user time and 22.7852 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-22 23:42:52
IDJOB=4292839
IDBENCH=141023
IDSOLVER=2751
FILE ID=node106/4292839-1532295772
RUNJOBID= node106-1532295772-9831
PBS_JOBID= 21018983
Free space on /tmp= 53032 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-14_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292839-1532295772/watcher-4292839-1532295772 -o /tmp/evaluation-result-4292839-1532295772/solver-4292839-1532295772 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532295772-9831 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1663092835 -superng HOME/instance-4292839-1532295772.xml

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

MD5SUM BENCH= eb742fbc5fe115028f4ee34ab4b949cf
RANDOM SEED=1663092835

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        18099844 kB
MemAvailable:   31936456 kB
Buffers:          251860 kB
Cached:         13673092 kB
SwapCached:            0 kB
Active:          1375392 kB
Inactive:       12605976 kB
Active(anon):      59116 kB
Inactive(anon):    17096 kB
Active(file):    1316276 kB
Inactive(file): 12588880 kB
Unevictable:        6920 kB
Mlocked:            6920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             52840 kB
Writeback:             0 kB
AnonPages:         63624 kB
Mapped:            36276 kB
Shmem:             17036 kB
Slab:             386912 kB
SReclaimable:     359916 kB
SUnreclaim:        26996 kB
KernelStack:        3120 kB
PageTables:         5208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     317844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 52980 MiB
End job on node106 at 2018-07-23 00:24:30