Trace number 4292803

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.12 2499.23

General information on the benchmark

NameColouredQueens/
ColouredQueens-09_c18.xml
MD5SUM698e4c4133fb0965f93dce5d7165b624
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 variables81
Number of constraints48
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":81}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":77}]
Minimum constraint arity2
Maximum constraint arity9
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":20}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":48}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292803-1532293271/watcher-4292803-1532293271 -o /tmp/evaluation-result-4292803-1532293271/solver-4292803-1532293271 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532293260-9184 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=480117552 -superng HOME/instance-4292803-1532293271.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=9557, runsolver pid=9554

[startup+0.101824 s]*
/proc/loadavg: 2.23 2.07 2.00 2/211 9614
/proc/meminfo: memFree=17527284/32770624 swapFree=67108860/67108860
[pid=9557] ppid=9554 vsize=9972712 memory=18328 CPUtime=0.08 cores=0,2,4,6
/proc/9557/stat : 9557 (java) S 9554 9557 3751 0 -1 1077944320 4219 13182 0 0 1 0 5 2 20 0 6 0 46889932 10212057088 4582 33554432000 4194304 4196468 140736990171984 140736990154528 140289933655799 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
/proc/9557/statm: 2493178 4582 1930 1 0 2481616 0
[pid=9557/tid=9610] ppid=9554 vsize=9972712 memory=-8889949278721851327 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9610/stat : 9610 (java) R 9554 9557 3751 0 -1 4202560 2042 13182 0 0 0 0 5 2 20 0 6 0 46889941 10212057088 4582 33554432000 4194304 4196468 140736990171984 140289905492560 140289919338291 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9611] ppid=9554 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9611/stat : 9611 (java) S 9554 9557 3751 0 -1 1077944384 1 13182 0 0 0 0 5 2 20 0 6 0 46889942 10212057088 4582 33554432000 4194304 4196468 140736990171984 140289937898000 140289933666005 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9612] ppid=9554 vsize=9972712 memory=140402594748032 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9612/stat : 9612 (java) S 9554 9557 3751 0 -1 1077944384 2 13182 0 0 0 0 5 2 20 0 6 0 46889942 10212057088 4582 33554432000 4194304 4196468 140736990171984 140289826171536 140289933666005 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9613] ppid=9554 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9613/stat : 9613 (java) S 9554 9557 3751 0 -1 1077944384 1 13182 0 0 0 0 5 2 20 0 6 0 46889942 10212057088 4582 33554432000 4194304 4196468 140736990171984 140289825118480 140289933666005 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9614] ppid=9554 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9614/stat : 9614 (java) S 9554 9557 3751 0 -1 1077944384 2 13182 0 0 0 0 5 2 20 0 6 0 46889942 10212057088 4582 33554432000 4194304 4196468 140736990171984 140289824065936 140289933666005 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.211078 s]*
/proc/loadavg: 2.23 2.07 2.00 3/220 9623
/proc/meminfo: memFree=17506452/32770624 swapFree=67108860/67108860
[pid=9557] ppid=9554 vsize=10818904 memory=45100 CPUtime=0.25 cores=0,2,4,6
/proc/9557/stat : 9557 (java) S 9554 9557 3751 0 -1 1077944320 7455 13182 0 0 16 2 5 2 20 0 15 0 46889932 11078557696 11275 33554432000 4194304 4196468 140736990171984 140736990154528 140289933655799 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
/proc/9557/statm: 2704726 11275 2975 1 0 2667149 0
[pid=9557/tid=9610] ppid=9554 vsize=10818904 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/9557/task/9610/stat : 9610 (java) R 9554 9557 3751 0 -1 4202560 4256 13182 0 0 10 1 5 2 20 0 15 0 46889941 11078557696 11407 33554432000 4194304 4196468 140736990171984 140289905475000 140289913931506 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9611] ppid=9554 vsize=10818904 memory=342 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9611/stat : 9611 (java) S 9554 9557 3751 0 -1 1077944384 1 13182 0 0 0 0 5 2 20 0 15 0 46889942 11078557696 11407 33554432000 4194304 4196468 140736990171984 140289937898000 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9612] ppid=9554 vsize=10818904 memory=140402594757497 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9612/stat : 9612 (java) S 9554 9557 3751 0 -1 1077944384 2 13182 0 0 0 0 5 2 20 0 15 0 46889942 11078557696 11473 33554432000 4194304 4196468 140736990171984 140289826171536 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9613] ppid=9554 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9613/stat : 9613 (java) S 9554 9557 3751 0 -1 1077944384 1 13182 0 0 0 0 5 2 20 0 15 0 46889942 11078557696 11473 33554432000 4194304 4196468 140736990171984 140289825118480 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9614] ppid=9554 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9614/stat : 9614 (java) S 9554 9557 3751 0 -1 1077944384 2 13182 0 0 0 0 5 2 20 0 15 0 46889942 11078557696 11473 33554432000 4194304 4196468 140736990171984 140289824065936 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9615] ppid=9554 vsize=10818904 memory=140402594748032 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9615/stat : 9615 (java) S 9554 9557 3751 0 -1 1077944384 2 13182 0 0 0 0 5 2 20 0 15 0 46889944 11078557696 11473 33554432000 4194304 4196468 140736990171984 140289392990960 140289933666946 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9616] ppid=9554 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9616/stat : 9616 (java) S 9554 9557 3751 0 -1 1077944384 33 13182 0 0 0 0 5 2 20 0 15 0 46889944 11078557696 11473 33554432000 4194304 4196468 140736990171984 140289391937184 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9617] ppid=9554 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9617/stat : 9617 (java) S 9554 9557 3751 0 -1 1077944384 1 13182 0 0 0 0 5 2 20 0 15 0 46889945 11078557696 11473 33554432000 4194304 4196468 140736990171984 140289268245744 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9618] ppid=9554 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9618/stat : 9618 (java) S 9554 9557 3751 0 -1 1077944384 2 13182 0 0 0 0 5 2 20 0 15 0 46889947 11078557696 11473 33554432000 4194304 4196468 140736990171984 140288664267216 140289933674395 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9619] ppid=9554 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9619/stat : 9619 (java) S 9554 9557 3751 0 -1 1077944384 493 13182 0 0 0 0 5 2 20 0 15 0 46889947 11078557696 11473 33554432000 4194304 4196468 140736990171984 140289358379248 140289933666946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9620] ppid=9554 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9557/task/9620/stat : 9620 (java) S 9554 9557 3751 0 -1 1077944384 87 13182 0 0 1 0 5 2 20 0 15 0 46889947 11078557696 11473 33554432000 4194304 4196468 140736990171984 140289357326704 140289933666946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9621] ppid=9554 vsize=10818904 memory=140402594748032 CPUtime=0.1 cores=0,2,4,6
/proc/9557/task/9621/stat : 9621 (java) S 9554 9557 3751 0 -1 1077944384 543 13182 0 0 3 0 5 2 20 0 15 0 46889947 11078557696 11473 33554432000 4194304 4196468 140736990171984 140289356273648 140289933666946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9622] ppid=9554 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9622/stat : 9622 (java) S 9554 9557 3751 0 -1 1077944384 3 13182 0 0 0 0 5 2 20 0 15 0 46889948 11078557696 11473 33554432000 4194304 4196468 140736990171984 140288194505056 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9623] ppid=9554 vsize=10818904 memory=140402594748032 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9623/stat : 9623 (java) S 9554 9557 3751 0 -1 1077944384 1 13182 0 0 0 0 5 2 20 0 15 0 46889948 11078557696 11473 33554432000 4194304 4196468 140736990171984 140289355222064 140289933666946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 45100 KiB

[startup+0.3104 s]*
/proc/loadavg: 2.23 2.07 2.00 3/220 9623
/proc/meminfo: memFree=17495600/32770624 swapFree=67108860/67108860
[pid=9557] ppid=9554 vsize=10819352 memory=57084 CPUtime=0.36 cores=0,2,4,6
/proc/9557/stat : 9557 (java) S 9554 9557 3751 0 -1 1077944320 10299 13182 0 0 27 2 5 2 20 0 15 0 46889932 11079016448 14271 33554432000 4194304 4196468 140736990171984 140736990154528 140289933655799 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
/proc/9557/statm: 2704838 14271 3094 1 0 2667149 0
[pid=9557/tid=9610] ppid=9554 vsize=10819352 memory=8112282956445269571 CPUtime=0.27 cores=0,2,4,6
/proc/9557/task/9610/stat : 9610 (java) R 9554 9557 3751 0 -1 4202560 6927 13182 0 0 19 1 5 2 20 0 15 0 46889941 11079016448 14271 33554432000 4194304 4196468 140736990171984 140289905467808 140289915219359 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9611] ppid=9554 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9611/stat : 9611 (java) S 9554 9557 3751 0 -1 1077944384 1 13182 0 0 0 0 5 2 20 0 15 0 46889942 11079016448 14271 33554432000 4194304 4196468 140736990171984 140289937898000 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9612] ppid=9554 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9612/stat : 9612 (java) S 9554 9557 3751 0 -1 1077944384 2 13182 0 0 0 0 5 2 20 0 15 0 46889942 11079016448 14271 33554432000 4194304 4196468 140736990171984 140289826171536 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9613] ppid=9554 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9613/stat : 9613 (java) S 9554 9557 3751 0 -1 1077944384 1 13182 0 0 0 0 5 2 20 0 15 0 46889942 11079016448 14271 33554432000 4194304 4196468 140736990171984 140289825118480 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9614] ppid=9554 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9614/stat : 9614 (java) S 9554 9557 3751 0 -1 1077944384 2 13182 0 0 0 0 5 2 20 0 15 0 46889942 11079016448 14271 33554432000 4194304 4196468 140736990171984 140289824065936 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9615] ppid=9554 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9615/stat : 9615 (java) S 9554 9557 3751 0 -1 1077944384 2 13182 0 0 0 0 5 2 20 0 15 0 46889944 11079016448 14271 33554432000 4194304 4196468 140736990171984 140289392990960 140289933666946 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9616] ppid=9554 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9616/stat : 9616 (java) S 9554 9557 3751 0 -1 1077944384 33 13182 0 0 0 0 5 2 20 0 15 0 46889944 11079016448 14271 33554432000 4194304 4196468 140736990171984 140289391937184 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9617] ppid=9554 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9617/stat : 9617 (java) S 9554 9557 3751 0 -1 1077944384 1 13182 0 0 0 0 5 2 20 0 15 0 46889945 11079016448 14271 33554432000 4194304 4196468 140736990171984 140289268245744 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9618] ppid=9554 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9618/stat : 9618 (java) S 9554 9557 3751 0 -1 1077944384 2 13182 0 0 0 0 5 2 20 0 15 0 46889947 11079016448 14271 33554432000 4194304 4196468 140736990171984 140288664267216 140289933674395 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9619] ppid=9554 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9557/task/9619/stat : 9619 (java) S 9554 9557 3751 0 -1 1077944384 493 13182 0 0 1 0 5 2 20 0 15 0 46889947 11079016448 14271 33554432000 4194304 4196468 140736990171984 140289358379248 140289933666946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9620] ppid=9554 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9557/task/9620/stat : 9620 (java) S 9554 9557 3751 0 -1 1077944384 88 13182 0 0 1 0 5 2 20 0 15 0 46889947 11079016448 14271 33554432000 4194304 4196468 140736990171984 140289357326704 140289933666946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9621] ppid=9554 vsize=10819352 memory=140402594748032 CPUtime=0.11 cores=0,2,4,6
/proc/9557/task/9621/stat : 9621 (java) S 9554 9557 3751 0 -1 1077944384 553 13182 0 0 4 0 5 2 20 0 15 0 46889947 11079016448 14271 33554432000 4194304 4196468 140736990171984 140289356273648 140289933666946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9622] ppid=9554 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9622/stat : 9622 (java) S 9554 9557 3751 0 -1 1077944384 3 13182 0 0 0 0 5 2 20 0 15 0 46889948 11079016448 14271 33554432000 4194304 4196468 140736990171984 140288194505056 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9623] ppid=9554 vsize=10819352 memory=140402594748032 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9623/stat : 9623 (java) S 9554 9557 3751 0 -1 1077944384 1 13182 0 0 0 0 5 2 20 0 15 0 46889948 11079016448 14271 33554432000 4194304 4196468 140736990171984 140289355222064 140289933666946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 57084 KiB

[startup+0.700723 s]
/proc/loadavg: 2.23 2.07 2.00 3/220 9623
/proc/meminfo: memFree=17484484/32770624 swapFree=67108860/67108860
[pid=9557] ppid=9554 vsize=10819352 memory=89036 CPUtime=0.97 cores=0,2,4,6
/proc/9557/stat : 9557 (java) S 9554 9557 3751 0 -1 1077944320 16392 13182 0 0 86 4 5 2 20 0 15 0 46889932 11079016448 22259 33554432000 4194304 4196468 140736990171984 140736990154528 140289933655799 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
/proc/9557/statm: 2704838 22259 3238 1 0 2667149 0
[pid=9557/tid=9610] ppid=9554 vsize=10819352 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/9557/task/9610/stat : 9610 (java) R 9554 9557 3751 0 -1 4202560 11954 13182 0 0 55 3 5 2 20 0 15 0 46889941 11079016448 22259 33554432000 4194304 4196468 140736990171984 140289905483240 140289933677725 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9611] ppid=9554 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9611/stat : 9611 (java) S 9554 9557 3751 0 -1 1077944384 1 13182 0 0 0 0 5 2 20 0 15 0 46889942 11079016448 22259 33554432000 4194304 4196468 140736990171984 140289937898000 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9612] ppid=9554 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9612/stat : 9612 (java) S 9554 9557 3751 0 -1 1077944384 2 13182 0 0 0 0 5 2 20 0 15 0 46889942 11079016448 22259 33554432000 4194304 4196468 140736990171984 140289826171536 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9613] ppid=9554 vsize=10819352 memory=140402481050384 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9613/stat : 9613 (java) S 9554 9557 3751 0 -1 1077944384 1 13182 0 0 0 0 5 2 20 0 15 0 46889942 11079016448 22259 33554432000 4194304 4196468 140736990171984 140289825118480 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9614] ppid=9554 vsize=10819352 memory=140406775874129 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9614/stat : 9614 (java) S 9554 9557 3751 0 -1 1077944384 2 13182 0 0 0 0 5 2 20 0 15 0 46889942 11079016448 22259 33554432000 4194304 4196468 140736990171984 140289824065936 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9615] ppid=9554 vsize=10819352 memory=14004 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9615/stat : 9615 (java) S 9554 9557 3751 0 -1 1077944384 5 13182 0 0 0 0 5 2 20 0 15 0 46889944 11079016448 22259 33554432000 4194304 4196468 140736990171984 140289392990960 140289933666946 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9616] ppid=9554 vsize=10819352 memory=4639098309541127269 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9616/stat : 9616 (java) S 9554 9557 3751 0 -1 1077944384 33 13182 0 0 0 0 5 2 20 0 15 0 46889944 11079016448 22259 33554432000 4194304 4196468 140736990171984 140289391937184 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9617] ppid=9554 vsize=10819352 memory=7813023418146120529 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9617/stat : 9617 (java) S 9554 9557 3751 0 -1 1077944384 1 13182 0 0 0 0 5 2 20 0 15 0 46889945 11079016448 22259 33554432000 4194304 4196468 140736990171984 140289268245744 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9618] ppid=9554 vsize=10819352 memory=4008 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9618/stat : 9618 (java) S 9554 9557 3751 0 -1 1077944384 2 13182 0 0 0 0 5 2 20 0 15 0 46889947 11079016448 22259 33554432000 4194304 4196468 140736990171984 140288664267216 140289933674395 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9619] ppid=9554 vsize=10819352 memory=18460 CPUtime=0.16 cores=0,2,4,6
/proc/9557/task/9619/stat : 9619 (java) S 9554 9557 3751 0 -1 1077944384 1098 13182 0 0 9 0 5 2 20 0 15 0 46889947 11079016448 22259 33554432000 4194304 4196468 140736990171984 140289358379248 140289933666946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9620] ppid=9554 vsize=10819352 memory=10452 CPUtime=0.14 cores=0,2,4,6
/proc/9557/task/9620/stat : 9620 (java) S 9554 9557 3751 0 -1 1077944384 491 13182 0 0 7 0 5 2 20 0 15 0 46889947 11079016448 22259 33554432000 4194304 4196468 140736990171984 140289357326704 140289933666946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9621] ppid=9554 vsize=10819352 memory=1788 CPUtime=0.2 cores=0,2,4,6
/proc/9557/task/9621/stat : 9621 (java) S 9554 9557 3751 0 -1 1077944384 608 13182 0 0 13 0 5 2 20 0 15 0 46889947 11079016448 22259 33554432000 4194304 4196468 140736990171984 140289356273648 140289933666946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9622] ppid=9554 vsize=10819352 memory=644 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9622/stat : 9622 (java) S 9554 9557 3751 0 -1 1077944384 3 13182 0 0 0 0 5 2 20 0 15 0 46889948 11079016448 22259 33554432000 4194304 4196468 140736990171984 140288194505056 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9623] ppid=9554 vsize=10819352 memory=952 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9623/stat : 9623 (java) S 9554 9557 3751 0 -1 1077944384 1 13182 0 0 0 0 5 2 20 0 15 0 46889948 11079016448 22259 33554432000 4194304 4196468 140736990171984 140289355222064 140289933666946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 89036 KiB

[startup+1.50074 s]
/proc/loadavg: 2.23 2.07 2.00 3/220 9623
/proc/meminfo: memFree=17439392/32770624 swapFree=67108860/67108860
[pid=9557] ppid=9554 vsize=10834252 memory=179540 CPUtime=2.22 cores=0,2,4,6
/proc/9557/stat : 9557 (java) S 9554 9557 3751 0 -1 1077944320 23530 13182 0 0 206 9 5 2 20 0 15 0 46889932 11094274048 44885 33554432000 4194304 4196468 140736990171984 140736990154528 140289933655799 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
/proc/9557/statm: 2708563 44885 3476 1 0 2670221 0
[pid=9557/tid=9610] ppid=9554 vsize=10834252 memory=65688 CPUtime=1.41 cores=0,2,4,6
/proc/9557/task/9610/stat : 9610 (java) R 9554 9557 3751 0 -1 4202560 17543 13182 0 0 129 5 5 2 20 0 15 0 46889941 11094274048 44885 33554432000 4194304 4196468 140736990171984 140289905486000 140289913838301 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9611] ppid=9554 vsize=10834252 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/9557/task/9611/stat : 9611 (java) S 9554 9557 3751 0 -1 1077944384 14 13182 0 0 1 0 5 2 20 0 15 0 46889942 11094274048 44885 33554432000 4194304 4196468 140736990171984 140289937898000 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9612] ppid=9554 vsize=10834252 memory=280804962132128 CPUtime=0.08 cores=0,2,4,6
/proc/9557/task/9612/stat : 9612 (java) S 9554 9557 3751 0 -1 1077944384 253 13182 0 0 1 0 5 2 20 0 15 0 46889942 11094274048 44885 33554432000 4194304 4196468 140736990171984 140289826171536 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9613] ppid=9554 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9557/task/9613/stat : 9613 (java) S 9554 9557 3751 0 -1 1077944384 23 13182 0 0 1 0 5 2 20 0 15 0 46889942 11094274048 44885 33554432000 4194304 4196468 140736990171984 140289825118480 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9614] ppid=9554 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9614/stat : 9614 (java) S 9554 9557 3751 0 -1 1077944384 86 13182 0 0 0 0 5 2 20 0 15 0 46889942 11094274048 44885 33554432000 4194304 4196468 140736990171984 140289824065936 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9615] ppid=9554 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9557/task/9615/stat : 9615 (java) S 9554 9557 3751 0 -1 1077944384 56 13182 0 0 1 0 5 2 20 0 15 0 46889944 11094274048 44885 33554432000 4194304 4196468 140736990171984 140289392990960 140289933666946 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9616] ppid=9554 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9616/stat : 9616 (java) S 9554 9557 3751 0 -1 1077944384 34 13182 0 0 0 0 5 2 20 0 15 0 46889944 11094274048 44885 33554432000 4194304 4196468 140736990171984 140289391937248 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9617] ppid=9554 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9617/stat : 9617 (java) S 9554 9557 3751 0 -1 1077944384 1 13182 0 0 0 0 5 2 20 0 15 0 46889945 11094274048 44885 33554432000 4194304 4196468 140736990171984 140289268245760 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9618] ppid=9554 vsize=10834252 memory=-2746958450906831424 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9618/stat : 9618 (java) S 9554 9557 3751 0 -1 1077944384 2 13182 0 0 0 0 5 2 20 0 15 0 46889947 11094274048 44885 33554432000 4194304 4196468 140736990171984 140288664267216 140289933674395 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9619] ppid=9554 vsize=10834252 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/9557/task/9619/stat : 9619 (java) S 9554 9557 3751 0 -1 1077944384 1550 13182 0 0 22 0 5 2 20 0 15 0 46889947 11094274048 44885 33554432000 4194304 4196468 140736990171984 140289358379248 140289933666946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9620] ppid=9554 vsize=10834252 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/9557/task/9620/stat : 9620 (java) S 9554 9557 3751 0 -1 1077944384 695 13182 0 0 17 0 5 2 20 0 15 0 46889947 11094274048 44885 33554432000 4194304 4196468 140736990171984 140289357326704 140289933666946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9621] ppid=9554 vsize=10834252 memory=8112282956445269571 CPUtime=0.36 cores=0,2,4,6
/proc/9557/task/9621/stat : 9621 (java) S 9554 9557 3751 0 -1 1077944384 1079 13182 0 0 29 0 5 2 20 0 15 0 46889947 11094274048 44885 33554432000 4194304 4196468 140736990171984 140289356273648 140289933666946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9622] ppid=9554 vsize=10834252 memory=6935649255759568960 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9622/stat : 9622 (java) S 9554 9557 3751 0 -1 1077944384 3 13182 0 0 0 0 5 2 20 0 15 0 46889948 11094274048 44885 33554432000 4194304 4196468 140736990171984 140288194505056 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9623] ppid=9554 vsize=10834252 memory=280804962376576 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9623/stat : 9623 (java) S 9554 9557 3751 0 -1 1077944384 1 13182 0 0 0 0 5 2 20 0 15 0 46889948 11094274048 44885 33554432000 4194304 4196468 140736990171984 140289355222064 140289933666946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
Current children cumulated CPU time: 2.22 s
Current children cumulated vsize: 10834252 KiB

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

/proc/9557/task/9610/stat : 9610 (java) R 9554 9557 3751 0 -1 4202560 75348 13182 0 0 231313 22 5 2 20 0 15 0 46889941 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289905489504 140289500033387 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9611] ppid=9554 vsize=10914144 memory=569060 CPUtime=4.02 cores=0,2,4,6
/proc/9557/task/9611/stat : 9611 (java) S 9554 9557 3751 0 -1 1077944384 11799 13182 0 0 372 23 5 2 20 0 15 0 46889942 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289937898000 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9612] ppid=9554 vsize=10914144 memory=569060 CPUtime=4.01 cores=0,2,4,6
/proc/9557/task/9612/stat : 9612 (java) S 9554 9557 3751 0 -1 1077944384 11424 13182 0 0 372 22 5 2 20 0 15 0 46889942 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289826171536 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9613] ppid=9554 vsize=10914144 memory=569060 CPUtime=4.02 cores=0,2,4,6
/proc/9557/task/9613/stat : 9613 (java) S 9554 9557 3751 0 -1 1077944384 9363 13182 0 0 375 20 5 2 20 0 15 0 46889942 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289825118480 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9614] ppid=9554 vsize=10914144 memory=569060 CPUtime=4.03 cores=0,2,4,6
/proc/9557/task/9614/stat : 9614 (java) S 9554 9557 3751 0 -1 1077944384 10524 13182 0 0 372 24 5 2 20 0 15 0 46889942 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289824065936 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9615] ppid=9554 vsize=10914144 memory=569060 CPUtime=3.56 cores=0,2,4,6
/proc/9557/task/9615/stat : 9615 (java) S 9554 9557 3751 0 -1 1077944384 12117 13182 0 0 327 22 5 2 20 0 15 0 46889944 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289392990960 140289933666946 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9616] ppid=9554 vsize=10914144 memory=569060 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9616/stat : 9616 (java) S 9554 9557 3751 0 -1 1077944384 39 13182 0 0 0 0 5 2 20 0 15 0 46889944 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289391937248 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9617] ppid=9554 vsize=10914144 memory=569060 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9617/stat : 9617 (java) S 9554 9557 3751 0 -1 1077944384 1 13182 0 0 0 0 5 2 20 0 15 0 46889945 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289268245760 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9618] ppid=9554 vsize=10914144 memory=280804963400192 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9618/stat : 9618 (java) S 9554 9557 3751 0 -1 1077944384 2 13182 0 0 0 0 5 2 20 0 15 0 46889947 11176083456 142265 33554432000 4194304 4196468 140736990171984 140288664267216 140289933674395 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9619] ppid=9554 vsize=10914144 memory=33 CPUtime=3.74 cores=0,2,4,6
/proc/9557/task/9619/stat : 9619 (java) S 9554 9557 3751 0 -1 1077944384 20268 13182 0 0 364 3 5 2 20 0 15 0 46889947 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289358379248 140289933666946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9620] ppid=9554 vsize=10914144 memory=4140 CPUtime=3.25 cores=0,2,4,6
/proc/9557/task/9620/stat : 9620 (java) S 9554 9557 3751 0 -1 1077944384 17618 13182 0 0 314 4 5 2 20 0 15 0 46889947 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289357326704 140289933666946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9621] ppid=9554 vsize=10914144 memory=569060 CPUtime=1.68 cores=0,2,4,6
/proc/9557/task/9621/stat : 9621 (java) S 9554 9557 3751 0 -1 1077944384 28992 13182 0 0 157 4 5 2 20 0 15 0 46889947 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289356273648 140289933666946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9622] ppid=9554 vsize=10914144 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9622/stat : 9622 (java) S 9554 9557 3751 0 -1 1077944384 3 13182 0 0 0 0 5 2 20 0 15 0 46889948 11176083456 142265 33554432000 4194304 4196468 140736990171984 140288194505056 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9623] ppid=9554 vsize=10914144 memory=569060 CPUtime=1.11 cores=0,2,4,6
/proc/9557/task/9623/stat : 9623 (java) S 9554 9557 3751 0 -1 1077944384 1080 13182 0 0 53 51 5 2 20 0 15 0 46889948 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289355222064 140289933666946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
Current children cumulated CPU time: 2342.32 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 569060 KiB

[startup+2382.3 s]
/proc/loadavg: 1.41 1.34 1.41 3/216 9696
/proc/meminfo: memFree=16639132/32770624 swapFree=67108860/67108860
[pid=9557] ppid=9554 vsize=10914144 memory=569060 CPUtime=2402.61 cores=0,2,4,6
/proc/9557/stat : 9557 (java) S 9554 9557 3751 0 -1 1077944320 201839 13182 0 0 240079 175 5 2 20 0 15 0 46889932 11176083456 142265 33554432000 4194304 4196468 140736990171984 140736990154528 140289933655799 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
/proc/9557/statm: 2728536 142265 3524 1 0 2690189 0
[pid=9557/tid=9610] ppid=9554 vsize=10914144 memory=569060 CPUtime=2373.2 cores=0,2,4,6
/proc/9557/task/9610/stat : 9610 (java) R 9554 9557 3751 0 -1 4202560 75816 13182 0 0 237290 23 5 2 20 0 15 0 46889941 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289905490288 140289494245462 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9611] ppid=9554 vsize=10914144 memory=569060 CPUtime=4.13 cores=0,2,4,6
/proc/9557/task/9611/stat : 9611 (java) S 9554 9557 3751 0 -1 1077944384 11879 13182 0 0 382 24 5 2 20 0 15 0 46889942 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289937898000 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9612] ppid=9554 vsize=10914144 memory=569060 CPUtime=4.11 cores=0,2,4,6
/proc/9557/task/9612/stat : 9612 (java) S 9554 9557 3751 0 -1 1077944384 11471 13182 0 0 381 23 5 2 20 0 15 0 46889942 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289826171536 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9613] ppid=9554 vsize=10914144 memory=280804962279552 CPUtime=4.11 cores=0,2,4,6
/proc/9557/task/9613/stat : 9613 (java) S 9554 9557 3751 0 -1 1077944384 9382 13182 0 0 384 20 5 2 20 0 15 0 46889942 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289825118480 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9614] ppid=9554 vsize=10914144 memory=280804962285152 CPUtime=4.13 cores=0,2,4,6
/proc/9557/task/9614/stat : 9614 (java) S 9554 9557 3751 0 -1 1077944384 10768 13182 0 0 382 24 5 2 20 0 15 0 46889942 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289824065936 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9615] ppid=9554 vsize=10914144 memory=569060 CPUtime=3.66 cores=0,2,4,6
/proc/9557/task/9615/stat : 9615 (java) S 9554 9557 3751 0 -1 1077944384 12316 13182 0 0 336 23 5 2 20 0 15 0 46889944 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289392990960 140289933666946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9616] ppid=9554 vsize=10914144 memory=569060 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9616/stat : 9616 (java) S 9554 9557 3751 0 -1 1077944384 39 13182 0 0 0 0 5 2 20 0 15 0 46889944 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289391937248 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9617] ppid=9554 vsize=10914144 memory=280804963400192 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9617/stat : 9617 (java) S 9554 9557 3751 0 -1 1077944384 1 13182 0 0 0 0 5 2 20 0 15 0 46889945 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289268245760 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9618] ppid=9554 vsize=10914144 memory=567008 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9618/stat : 9618 (java) S 9554 9557 3751 0 -1 1077944384 2 13182 0 0 0 0 5 2 20 0 15 0 46889947 11176083456 142265 33554432000 4194304 4196468 140736990171984 140288664267216 140289933674395 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9619] ppid=9554 vsize=10914144 memory=404 CPUtime=3.74 cores=0,2,4,6
/proc/9557/task/9619/stat : 9619 (java) S 9554 9557 3751 0 -1 1077944384 20270 13182 0 0 364 3 5 2 20 0 15 0 46889947 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289358379248 140289933666946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9620] ppid=9554 vsize=10914144 memory=569060 CPUtime=3.25 cores=0,2,4,6
/proc/9557/task/9620/stat : 9620 (java) S 9554 9557 3751 0 -1 1077944384 17620 13182 0 0 314 4 5 2 20 0 15 0 46889947 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289357326704 140289933666946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9621] ppid=9554 vsize=10914144 memory=569060 CPUtime=1.68 cores=0,2,4,6
/proc/9557/task/9621/stat : 9621 (java) S 9554 9557 3751 0 -1 1077944384 28994 13182 0 0 157 4 5 2 20 0 15 0 46889947 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289356273648 140289933666946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9622] ppid=9554 vsize=10914144 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9622/stat : 9622 (java) S 9554 9557 3751 0 -1 1077944384 3 13182 0 0 0 0 5 2 20 0 15 0 46889948 11176083456 142265 33554432000 4194304 4196468 140736990171984 140288194505056 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9623] ppid=9554 vsize=10914144 memory=0 CPUtime=1.14 cores=0,2,4,6
/proc/9557/task/9623/stat : 9623 (java) S 9554 9557 3751 0 -1 1077944384 1088 13182 0 0 55 52 5 2 20 0 15 0 46889948 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289355222064 140289933666946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
Current children cumulated CPU time: 2402.61 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 569060 KiB

[startup+2442.3 s]
/proc/loadavg: 1.21 1.30 1.39 3/216 9697
/proc/meminfo: memFree=16640120/32770624 swapFree=67108860/67108860
[pid=9557] ppid=9554 vsize=10914144 memory=569060 CPUtime=2462.9 cores=0,2,4,6
/proc/9557/stat : 9557 (java) S 9554 9557 3751 0 -1 1077944320 202569 13182 0 0 246104 179 5 2 20 0 15 0 46889932 11176083456 142265 33554432000 4194304 4196468 140736990171984 140736990154528 140289933655799 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
/proc/9557/statm: 2728536 142265 3524 1 0 2690189 0
[pid=9557/tid=9610] ppid=9554 vsize=10914144 memory=569060 CPUtime=2432.97 cores=0,2,4,6
/proc/9557/task/9610/stat : 9610 (java) R 9554 9557 3751 0 -1 4202560 76160 13182 0 0 243267 23 5 2 20 0 15 0 46889941 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289905489536 140289499401960 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9611] ppid=9554 vsize=10914144 memory=569060 CPUtime=4.22 cores=0,2,4,6
/proc/9557/task/9611/stat : 9611 (java) S 9554 9557 3751 0 -1 1077944384 11958 13182 0 0 391 24 5 2 20 0 15 0 46889942 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289937898000 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9612] ppid=9554 vsize=10914144 memory=569060 CPUtime=4.21 cores=0,2,4,6
/proc/9557/task/9612/stat : 9612 (java) S 9554 9557 3751 0 -1 1077944384 11479 13182 0 0 391 23 5 2 20 0 15 0 46889942 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289826171536 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9613] ppid=9554 vsize=10914144 memory=569060 CPUtime=4.22 cores=0,2,4,6
/proc/9557/task/9613/stat : 9613 (java) S 9554 9557 3751 0 -1 1077944384 9625 13182 0 0 394 21 5 2 20 0 15 0 46889942 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289825118480 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9614] ppid=9554 vsize=10914144 memory=569060 CPUtime=4.22 cores=0,2,4,6
/proc/9557/task/9614/stat : 9614 (java) S 9554 9557 3751 0 -1 1077944384 10783 13182 0 0 391 24 5 2 20 0 15 0 46889942 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289824065936 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9615] ppid=9554 vsize=10914144 memory=569060 CPUtime=3.74 cores=0,2,4,6
/proc/9557/task/9615/stat : 9615 (java) S 9554 9557 3751 0 -1 1077944384 12352 13182 0 0 344 23 5 2 20 0 15 0 46889944 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289392990960 140289933666946 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9616] ppid=9554 vsize=10914144 memory=4140 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9616/stat : 9616 (java) S 9554 9557 3751 0 -1 1077944384 39 13182 0 0 0 0 5 2 20 0 15 0 46889944 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289391937248 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9617] ppid=9554 vsize=10914144 memory=569060 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9617/stat : 9617 (java) S 9554 9557 3751 0 -1 1077944384 1 13182 0 0 0 0 5 2 20 0 15 0 46889945 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289268245760 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9618] ppid=9554 vsize=10914144 memory=4140 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9618/stat : 9618 (java) S 9554 9557 3751 0 -1 1077944384 2 13182 0 0 0 0 5 2 20 0 15 0 46889947 11176083456 142265 33554432000 4194304 4196468 140736990171984 140288664267216 140289933674395 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9619] ppid=9554 vsize=10914144 memory=15724 CPUtime=3.74 cores=0,2,4,6
/proc/9557/task/9619/stat : 9619 (java) S 9554 9557 3751 0 -1 1077944384 20270 13182 0 0 364 3 5 2 20 0 15 0 46889947 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289358379248 140289933666946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9620] ppid=9554 vsize=10914144 memory=569060 CPUtime=3.25 cores=0,2,4,6
/proc/9557/task/9620/stat : 9620 (java) S 9554 9557 3751 0 -1 1077944384 17620 13182 0 0 314 4 5 2 20 0 15 0 46889947 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289357326704 140289933666946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9621] ppid=9554 vsize=10914144 memory=952 CPUtime=1.68 cores=0,2,4,6
/proc/9557/task/9621/stat : 9621 (java) S 9554 9557 3751 0 -1 1077944384 28994 13182 0 0 157 4 5 2 20 0 15 0 46889947 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289356273648 140289933666946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9622] ppid=9554 vsize=10914144 memory=569060 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9622/stat : 9622 (java) S 9554 9557 3751 0 -1 1077944384 3 13182 0 0 0 0 5 2 20 0 15 0 46889948 11176083456 142265 33554432000 4194304 4196468 140736990171984 140288194505056 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9623] ppid=9554 vsize=10914144 memory=569060 CPUtime=1.16 cores=0,2,4,6
/proc/9557/task/9623/stat : 9623 (java) S 9554 9557 3751 0 -1 1077944384 1093 13182 0 0 56 53 5 2 20 0 15 0 46889948 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289355222064 140289933666946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
Current children cumulated CPU time: 2462.9 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 569060 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2499.2 s]
/proc/loadavg: 1.09 1.25 1.37 2/195 9746
/proc/meminfo: memFree=17568540/32770624 swapFree=67108860/67108860
[pid=9557] ppid=9554 vsize=10914144 memory=569060 CPUtime=2520.08 cores=0,2,4,6
/proc/9557/stat : 9557 (java) S 9554 9557 3751 0 -1 1077944320 203115 13182 0 0 251819 182 5 2 20 0 15 0 46889932 11176083456 142265 33554432000 4194304 4196468 140736990171984 140736990154528 140289933655799 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
/proc/9557/statm: 2728536 142265 3524 1 0 2690189 0
[pid=9557/tid=9610] ppid=9554 vsize=10914144 memory=1004 CPUtime=2489.66 cores=0,2,4,6
/proc/9557/task/9610/stat : 9610 (java) R 9554 9557 3751 0 -1 4202560 76421 13182 0 0 248936 23 5 2 20 0 15 0 46889941 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289905489504 140289498761673 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9611] ppid=9554 vsize=10914144 memory=1952 CPUtime=4.33 cores=0,2,4,6
/proc/9557/task/9611/stat : 9611 (java) S 9554 9557 3751 0 -1 1077944384 11997 13182 0 0 401 25 5 2 20 0 15 0 46889942 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289937898000 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9612] ppid=9554 vsize=10914144 memory=8112282956445269571 CPUtime=4.3 cores=0,2,4,6
/proc/9557/task/9612/stat : 9612 (java) S 9554 9557 3751 0 -1 1077944384 11487 13182 0 0 400 23 5 2 20 0 15 0 46889942 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289826171536 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9613] ppid=9554 vsize=10914144 memory=1952 CPUtime=4.31 cores=0,2,4,6
/proc/9557/task/9613/stat : 9613 (java) S 9554 9557 3751 0 -1 1077944384 9640 13182 0 0 402 22 5 2 20 0 15 0 46889942 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289825118480 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9614] ppid=9554 vsize=10914144 memory=1704 CPUtime=4.32 cores=0,2,4,6
/proc/9557/task/9614/stat : 9614 (java) S 9554 9557 3751 0 -1 1077944384 10798 13182 0 0 400 25 5 2 20 0 15 0 46889942 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289824065936 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9615] ppid=9554 vsize=10914144 memory=792 CPUtime=3.83 cores=0,2,4,6
/proc/9557/task/9615/stat : 9615 (java) S 9554 9557 3751 0 -1 1077944384 12527 13182 0 0 352 24 5 2 20 0 15 0 46889944 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289392990960 140289933666946 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9616] ppid=9554 vsize=10914144 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9616/stat : 9616 (java) S 9554 9557 3751 0 -1 1077944384 39 13182 0 0 0 0 5 2 20 0 15 0 46889944 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289391937248 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9617] ppid=9554 vsize=10914144 memory=2200 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9617/stat : 9617 (java) S 9554 9557 3751 0 -1 1077944384 1 13182 0 0 0 0 5 2 20 0 15 0 46889945 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289268245760 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9618] ppid=9554 vsize=10914144 memory=7284 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9618/stat : 9618 (java) S 9554 9557 3751 0 -1 1077944384 2 13182 0 0 0 0 5 2 20 0 15 0 46889947 11176083456 142265 33554432000 4194304 4196468 140736990171984 140288664267216 140289933674395 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9619] ppid=9554 vsize=10914144 memory=840 CPUtime=3.74 cores=0,2,4,6
/proc/9557/task/9619/stat : 9619 (java) S 9554 9557 3751 0 -1 1077944384 20272 13182 0 0 364 3 5 2 20 0 15 0 46889947 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289358379248 140289933666946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9620] ppid=9554 vsize=10914144 memory=1800 CPUtime=3.25 cores=0,2,4,6
/proc/9557/task/9620/stat : 9620 (java) S 9554 9557 3751 0 -1 1077944384 17622 13182 0 0 314 4 5 2 20 0 15 0 46889947 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289357326704 140289933666946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9621] ppid=9554 vsize=10914144 memory=4140 CPUtime=1.68 cores=0,2,4,6
/proc/9557/task/9621/stat : 9621 (java) S 9554 9557 3751 0 -1 1077944384 28996 13182 0 0 157 4 5 2 20 0 15 0 46889947 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289356273648 140289933666946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9622] ppid=9554 vsize=10914144 memory=15724 CPUtime=0.07 cores=0,2,4,6
/proc/9557/task/9622/stat : 9622 (java) S 9554 9557 3751 0 -1 1077944384 3 13182 0 0 0 0 5 2 20 0 15 0 46889948 11176083456 142265 33554432000 4194304 4196468 140736990171984 140288194505056 140289933666005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
[pid=9557/tid=9623] ppid=9554 vsize=10914144 memory=1296 CPUtime=1.19 cores=0,2,4,6
/proc/9557/task/9623/stat : 9623 (java) S 9554 9557 3751 0 -1 1077944384 1120 13182 0 0 57 55 5 2 20 0 15 0 46889948 11176083456 142265 33554432000 4194304 4196468 140736990171984 140289355222064 140289933666946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22908928 140736990177452 140736990180700 140736990180700 140736990183375 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 569060 KiB

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

[startup+2499.23 s]
# the end of solver process 9557 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.26 s, system=1.85766 s

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

Child status: 143
Real time (s): 2499.23
CPU time (s): 2520.12
CPU user time (s): 2518.26
CPU system time (s): 1.85766
CPU usage (%): 100.836
Max. virtual memory (cumulated for all children) (KiB): 10914804
Max. memory (cumulated for all children) (KiB): 635316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.26
system time used= 1.85765
maximum resident set size= 637376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 217158
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 139194
involuntary context switches= 4931


# summary of solver processes directly reported to runsolver:
#   pid: 9557
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2518.26
#   total CPU system time (s): 1.85766

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2961 second user time and 23.7115 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-22 23:01:11
IDJOB=4292803
IDBENCH=141019
IDSOLVER=2751
FILE ID=node106/4292803-1532293271
RUNJOBID= node106-1532293260-9184
PBS_JOBID= 21018972
Free space on /tmp= 53004 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-09_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-4292803-1532293271/watcher-4292803-1532293271 -o /tmp/evaluation-result-4292803-1532293271/solver-4292803-1532293271 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532293260-9184 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=480117552 -superng HOME/instance-4292803-1532293271.xml

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

MD5SUM BENCH= 698e4c4133fb0965f93dce5d7165b624
RANDOM SEED=480117552

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:        17537724 kB
MemAvailable:   31373368 kB
Buffers:          251180 kB
Cached:         13672324 kB
SwapCached:            0 kB
Active:          1937836 kB
Inactive:       12605732 kB
Active(anon):     622368 kB
Inactive(anon):    17096 kB
Active(file):    1315468 kB
Inactive(file): 12588636 kB
Unevictable:        6920 kB
Mlocked:            6920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27100 kB
Writeback:             0 kB
AnonPages:        603716 kB
Mapped:            49368 kB
Shmem:             17036 kB
Slab:             387380 kB
SReclaimable:     360000 kB
SUnreclaim:        27380 kB
KernelStack:        3744 kB
PageTables:         6672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1697408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    385024 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= 53004 MiB
End job on node106 at 2018-07-22 23:42:50