Trace number 4305050

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.9.2-SuperNG? (TO) 2520.06 2477.63

General information on the benchmark

NameDubois/
Dubois-040_c18.xml
MD5SUM45809745b970e21e8f924050121658bf
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.010022
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints80
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":120}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":120}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":80}]
Number of extensional constraints80
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":80}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305050-1534108195/watcher-4305050-1534108195 -o /tmp/evaluation-result-4305050-1534108195/solver-4305050-1534108195 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534096675-9345 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=2091249826 -superng HOME/instance-4305050-1534108195.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=11719, runsolver pid=11716

[startup+0.102659 s]*
/proc/loadavg: 1.26 1.50 1.56 2/210 11776
/proc/meminfo: memFree=15908636/32770624 swapFree=67108688/67108860
[pid=11719] ppid=11716 vsize=10005480 memory=16812 CPUtime=0.09 cores=0,2,4,6
/proc/11719/stat : 11719 (java) S 11716 11719 9314 0 -1 1077944320 4357 13152 0 0 1 0 6 2 20 0 6 0 228382709 10245611520 4203 33554432000 4194304 4196468 140733987378880 140733987361424 140598039056119 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
/proc/11719/statm: 2501370 4203 1934 1 0 2489808 0
[pid=11719/tid=11772] ppid=11716 vsize=10005480 memory=4279135703946462605 CPUtime=0.09 cores=0,2,4,6
/proc/11719/task/11772/stat : 11772 (java) R 11716 11719 9314 0 -1 4202560 2206 13152 0 0 1 0 6 2 20 0 6 0 228382718 10245611520 4269 33554432000 4194304 4196468 140733987378880 140598010892880 140598039078045 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11773] ppid=11716 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11773/stat : 11773 (java) S 11716 11719 9314 0 -1 1077944384 1 13152 0 0 0 0 6 2 20 0 6 0 228382719 10245611520 4269 33554432000 4194304 4196468 140733987378880 140598043298064 140598039066325 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11774] ppid=11716 vsize=10005480 memory=140134144157312 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11774/stat : 11774 (java) S 11716 11719 9314 0 -1 1077944384 1 13152 0 0 0 0 6 2 20 0 6 0 228382719 10245611520 4269 33554432000 4194304 4196468 140733987378880 140597908634000 140598039066325 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11775] ppid=11716 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11775/stat : 11775 (java) S 11716 11719 9314 0 -1 1077944384 1 13152 0 0 0 0 6 2 20 0 6 0 228382719 10245611520 4269 33554432000 4194304 4196468 140733987378880 140597907581456 140598039066325 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11776] ppid=11716 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11776/stat : 11776 (java) S 11716 11719 9314 0 -1 1077944384 2 13152 0 0 0 0 6 2 20 0 6 0 228382719 10245611520 4269 33554432000 4194304 4196468 140733987378880 140597906528912 140598039066325 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210002 s]*
/proc/loadavg: 1.26 1.50 1.56 3/219 11785
/proc/meminfo: memFree=15888376/32770624 swapFree=67108688/67108860
[pid=11719] ppid=11716 vsize=10982744 memory=42260 CPUtime=0.26 cores=0,2,4,6
/proc/11719/stat : 11719 (java) S 11716 11719 9314 0 -1 1077944320 7250 13152 0 0 17 1 6 2 20 0 15 0 228382709 11246329856 10565 33554432000 4194304 4196468 140733987378880 140733987361424 140598039056119 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
/proc/11719/statm: 2745686 10565 2948 1 0 2708109 0
[pid=11719/tid=11772] ppid=11716 vsize=10982744 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/11719/task/11772/stat : 11772 (java) R 11716 11719 9314 0 -1 4202560 3835 13152 0 0 11 1 6 2 20 0 15 0 228382718 11246329856 10565 33554432000 4194304 4196468 140733987378880 140598010834080 140598024221767 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11773] ppid=11716 vsize=10982744 memory=365 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11773/stat : 11773 (java) S 11716 11719 9314 0 -1 1077944384 1 13152 0 0 0 0 6 2 20 0 15 0 228382719 11246329856 10565 33554432000 4194304 4196468 140733987378880 140598043298064 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11774] ppid=11716 vsize=10982744 memory=140134144169285 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11774/stat : 11774 (java) S 11716 11719 9314 0 -1 1077944384 1 13152 0 0 0 0 6 2 20 0 15 0 228382719 11246329856 10565 33554432000 4194304 4196468 140733987378880 140597908634000 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11775] ppid=11716 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11775/stat : 11775 (java) S 11716 11719 9314 0 -1 1077944384 1 13152 0 0 0 0 6 2 20 0 15 0 228382719 11246329856 10565 33554432000 4194304 4196468 140733987378880 140597907581456 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11776] ppid=11716 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11776/stat : 11776 (java) S 11716 11719 9314 0 -1 1077944384 2 13152 0 0 0 0 6 2 20 0 15 0 228382719 11246329856 10565 33554432000 4194304 4196468 140733987378880 140597906528912 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11777] ppid=11716 vsize=10982744 memory=140134144157312 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11777/stat : 11777 (java) S 11716 11719 9314 0 -1 1077944384 2 13152 0 0 0 0 6 2 20 0 15 0 228382720 11246329856 10565 33554432000 4194304 4196468 140733987378880 140597464418800 140598039067266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11778] ppid=11716 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11778/stat : 11778 (java) S 11716 11719 9314 0 -1 1077944384 13 13152 0 0 0 0 6 2 20 0 15 0 228382721 11246329856 10565 33554432000 4194304 4196468 140733987378880 140596895278496 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11779] ppid=11716 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11779/stat : 11779 (java) S 11716 11719 9314 0 -1 1077944384 1 13152 0 0 0 0 6 2 20 0 15 0 228382721 11246329856 10631 33554432000 4194304 4196468 140733987378880 140596693951984 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11780] ppid=11716 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11780/stat : 11780 (java) S 11716 11719 9314 0 -1 1077944384 3 13152 0 0 0 0 6 2 20 0 15 0 228382724 11246329856 10631 33554432000 4194304 4196468 140733987378880 140596386552528 140598039074715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11781] ppid=11716 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11719/task/11781/stat : 11781 (java) S 11716 11719 9314 0 -1 1077944384 429 13152 0 0 1 0 6 2 20 0 15 0 228382724 11246329856 10631 33554432000 4194304 4196468 140733987378880 140597463365616 140598039067266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11782] ppid=11716 vsize=10982744 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/11719/task/11782/stat : 11782 (java) S 11716 11719 9314 0 -1 1077944384 189 13152 0 0 1 0 6 2 20 0 15 0 228382724 11246329856 10631 33554432000 4194304 4196468 140733987378880 140597462313072 140598039067266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11783] ppid=11716 vsize=10982744 memory=140134144157312 CPUtime=0.11 cores=0,2,4,6
/proc/11719/task/11783/stat : 11783 (java) S 11716 11719 9314 0 -1 1077944384 607 13152 0 0 3 0 6 2 20 0 15 0 228382724 11246329856 10631 33554432000 4194304 4196468 140733987378880 140597461260528 140598039067266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11784] ppid=11716 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11784/stat : 11784 (java) S 11716 11719 9314 0 -1 1077944384 3 13152 0 0 0 0 6 2 20 0 15 0 228382724 11246329856 10631 33554432000 4194304 4196468 140733987378880 140595955755616 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11785] ppid=11716 vsize=10982744 memory=140134144157312 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11785/stat : 11785 (java) S 11716 11719 9314 0 -1 1077944384 1 13152 0 0 0 0 6 2 20 0 15 0 228382724 11246329856 10631 33554432000 4194304 4196468 140733987378880 140597460208432 140598039067266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 42260 KiB

[startup+0.310244 s]*
/proc/loadavg: 1.26 1.50 1.56 3/219 11785
/proc/meminfo: memFree=15875352/32770624 swapFree=67108688/67108860
[pid=11719] ppid=11716 vsize=10983192 memory=55172 CPUtime=0.38 cores=0,2,4,6
/proc/11719/stat : 11719 (java) S 11716 11719 9314 0 -1 1077944320 10360 13152 0 0 28 2 6 2 20 0 15 0 228382709 11246788608 13793 33554432000 4194304 4196468 140733987378880 140733987361424 140598039056119 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
/proc/11719/statm: 2745798 13793 3067 1 0 2708109 0
[pid=11719/tid=11772] ppid=11716 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/11719/task/11772/stat : 11772 (java) R 11716 11719 9314 0 -1 4202560 7105 13152 0 0 19 2 6 2 20 0 15 0 228382718 11246788608 13991 33554432000 4194304 4196468 140733987378880 140598010868128 140598023136606 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11773] ppid=11716 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11773/stat : 11773 (java) S 11716 11719 9314 0 -1 1077944384 1 13152 0 0 0 0 6 2 20 0 15 0 228382719 11246788608 13991 33554432000 4194304 4196468 140733987378880 140598043298064 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11774] ppid=11716 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11774/stat : 11774 (java) S 11716 11719 9314 0 -1 1077944384 1 13152 0 0 0 0 6 2 20 0 15 0 228382719 11246788608 13991 33554432000 4194304 4196468 140733987378880 140597908634000 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11775] ppid=11716 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11775/stat : 11775 (java) S 11716 11719 9314 0 -1 1077944384 1 13152 0 0 0 0 6 2 20 0 15 0 228382719 11246788608 13991 33554432000 4194304 4196468 140733987378880 140597907581456 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11776] ppid=11716 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11776/stat : 11776 (java) S 11716 11719 9314 0 -1 1077944384 2 13152 0 0 0 0 6 2 20 0 15 0 228382719 11246788608 13991 33554432000 4194304 4196468 140733987378880 140597906528912 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11777] ppid=11716 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11777/stat : 11777 (java) S 11716 11719 9314 0 -1 1077944384 2 13152 0 0 0 0 6 2 20 0 15 0 228382720 11246788608 13991 33554432000 4194304 4196468 140733987378880 140597464418800 140598039067266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11778] ppid=11716 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11778/stat : 11778 (java) S 11716 11719 9314 0 -1 1077944384 13 13152 0 0 0 0 6 2 20 0 15 0 228382721 11246788608 13991 33554432000 4194304 4196468 140733987378880 140596895278496 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11779] ppid=11716 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11779/stat : 11779 (java) S 11716 11719 9314 0 -1 1077944384 1 13152 0 0 0 0 6 2 20 0 15 0 228382721 11246788608 13991 33554432000 4194304 4196468 140733987378880 140596693951984 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11780] ppid=11716 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11780/stat : 11780 (java) S 11716 11719 9314 0 -1 1077944384 3 13152 0 0 0 0 6 2 20 0 15 0 228382724 11246788608 13991 33554432000 4194304 4196468 140733987378880 140596386552528 140598039074715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11781] ppid=11716 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11719/task/11781/stat : 11781 (java) S 11716 11719 9314 0 -1 1077944384 429 13152 0 0 1 0 6 2 20 0 15 0 228382724 11246788608 13991 33554432000 4194304 4196468 140733987378880 140597463365616 140598039067266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11782] ppid=11716 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/11719/task/11782/stat : 11782 (java) S 11716 11719 9314 0 -1 1077944384 190 13152 0 0 1 0 6 2 20 0 15 0 228382724 11246788608 13991 33554432000 4194304 4196468 140733987378880 140597462313072 140598039067266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11783] ppid=11716 vsize=10983192 memory=140134144157312 CPUtime=0.13 cores=0,2,4,6
/proc/11719/task/11783/stat : 11783 (java) R 11716 11719 9314 0 -1 4202560 617 13152 0 0 5 0 6 2 20 0 15 0 228382724 11246788608 13991 33554432000 4194304 4196468 140733987378880 140597461260528 140598039077466 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11784] ppid=11716 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11784/stat : 11784 (java) S 11716 11719 9314 0 -1 1077944384 3 13152 0 0 0 0 6 2 20 0 15 0 228382724 11246788608 13991 33554432000 4194304 4196468 140733987378880 140595955755616 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11785] ppid=11716 vsize=10983192 memory=140134144157312 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11785/stat : 11785 (java) S 11716 11719 9314 0 -1 1077944384 1 13152 0 0 0 0 6 2 20 0 15 0 228382724 11246788608 13991 33554432000 4194304 4196468 140733987378880 140597460208432 140598039067266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55172 KiB

[startup+0.700728 s]
/proc/loadavg: 1.26 1.50 1.56 3/219 11785
/proc/meminfo: memFree=15864560/32770624 swapFree=67108688/67108860
[pid=11719] ppid=11716 vsize=10983192 memory=88380 CPUtime=0.99 cores=0,2,4,6
/proc/11719/stat : 11719 (java) S 11716 11719 9314 0 -1 1077944320 16740 13152 0 0 87 4 6 2 20 0 15 0 228382709 11246788608 22095 33554432000 4194304 4196468 140733987378880 140733987361424 140598039056119 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
/proc/11719/statm: 2745798 22095 3238 1 0 2708109 0
[pid=11719/tid=11772] ppid=11716 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/11719/task/11772/stat : 11772 (java) R 11716 11719 9314 0 -1 4202560 12251 13152 0 0 55 3 6 2 20 0 15 0 228382718 11246788608 22095 33554432000 4194304 4196468 140733987378880 140598010877840 140598023136606 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11773] ppid=11716 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11773/stat : 11773 (java) S 11716 11719 9314 0 -1 1077944384 1 13152 0 0 0 0 6 2 20 0 15 0 228382719 11246788608 22095 33554432000 4194304 4196468 140733987378880 140598043298064 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11774] ppid=11716 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11774/stat : 11774 (java) S 11716 11719 9314 0 -1 1077944384 1 13152 0 0 0 0 6 2 20 0 15 0 228382719 11246788608 22095 33554432000 4194304 4196468 140733987378880 140597908634000 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11775] ppid=11716 vsize=10983192 memory=140134045594384 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11775/stat : 11775 (java) S 11716 11719 9314 0 -1 1077944384 1 13152 0 0 0 0 6 2 20 0 15 0 228382719 11246788608 22095 33554432000 4194304 4196468 140733987378880 140597907581456 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11776] ppid=11716 vsize=10983192 memory=140136192934511 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11776/stat : 11776 (java) S 11716 11719 9314 0 -1 1077944384 2 13152 0 0 0 0 6 2 20 0 15 0 228382719 11246788608 22095 33554432000 4194304 4196468 140733987378880 140597906528912 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11777] ppid=11716 vsize=10983192 memory=1832 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11777/stat : 11777 (java) S 11716 11719 9314 0 -1 1077944384 5 13152 0 0 0 0 6 2 20 0 15 0 228382720 11246788608 22095 33554432000 4194304 4196468 140733987378880 140597464418800 140598039067266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11778] ppid=11716 vsize=10983192 memory=7161944214934349376 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11778/stat : 11778 (java) S 11716 11719 9314 0 -1 1077944384 13 13152 0 0 0 0 6 2 20 0 15 0 228382721 11246788608 22095 33554432000 4194304 4196468 140733987378880 140596895278496 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11779] ppid=11716 vsize=10983192 memory=6082220498227391592 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11779/stat : 11779 (java) S 11716 11719 9314 0 -1 1077944384 1 13152 0 0 0 0 6 2 20 0 15 0 228382721 11246788608 22095 33554432000 4194304 4196468 140733987378880 140596693951984 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11780] ppid=11716 vsize=10983192 memory=16348 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11780/stat : 11780 (java) S 11716 11719 9314 0 -1 1077944384 3 13152 0 0 0 0 6 2 20 0 15 0 228382724 11246788608 22095 33554432000 4194304 4196468 140733987378880 140596386552528 140598039074715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11781] ppid=11716 vsize=10983192 memory=1176 CPUtime=0.16 cores=0,2,4,6
/proc/11719/task/11781/stat : 11781 (java) S 11716 11719 9314 0 -1 1077944384 831 13152 0 0 8 0 6 2 20 0 15 0 228382724 11246788608 22095 33554432000 4194304 4196468 140733987378880 140597463365616 140598039067266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11782] ppid=11716 vsize=10983192 memory=34300 CPUtime=0.18 cores=0,2,4,6
/proc/11719/task/11782/stat : 11782 (java) S 11716 11719 9314 0 -1 1077944384 754 13152 0 0 10 0 6 2 20 0 15 0 228382724 11246788608 22095 33554432000 4194304 4196468 140733987378880 140597462313072 140598039067266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11783] ppid=11716 vsize=10983192 memory=4048 CPUtime=0.21 cores=0,2,4,6
/proc/11719/task/11783/stat : 11783 (java) S 11716 11719 9314 0 -1 1077944384 682 13152 0 0 13 0 6 2 20 0 15 0 228382724 11246788608 22095 33554432000 4194304 4196468 140733987378880 140597461260528 140598039067266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11784] ppid=11716 vsize=10983192 memory=508 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11784/stat : 11784 (java) S 11716 11719 9314 0 -1 1077944384 3 13152 0 0 0 0 6 2 20 0 15 0 228382724 11246788608 22095 33554432000 4194304 4196468 140733987378880 140595955755616 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11785] ppid=11716 vsize=10983192 memory=1728 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11785/stat : 11785 (java) S 11716 11719 9314 0 -1 1077944384 1 13152 0 0 0 0 6 2 20 0 15 0 228382724 11246788608 22095 33554432000 4194304 4196468 140733987378880 140597460208432 140598039067266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88380 KiB

[startup+1.50068 s]
/proc/loadavg: 1.26 1.50 1.56 3/219 11785
/proc/meminfo: memFree=15820368/32770624 swapFree=67108688/67108860
[pid=11719] ppid=11716 vsize=10998092 memory=176852 CPUtime=2.29 cores=0,2,4,6
/proc/11719/stat : 11719 (java) S 11716 11719 9314 0 -1 1077944320 23828 13152 0 0 211 10 6 2 20 0 15 0 228382709 11262046208 44213 33554432000 4194304 4196468 140733987378880 140733987361424 140598039056119 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
/proc/11719/statm: 2749523 44213 3468 1 0 2711181 0
[pid=11719/tid=11772] ppid=11716 vsize=10998092 memory=65060 CPUtime=1.44 cores=0,2,4,6
/proc/11719/task/11772/stat : 11772 (java) R 11716 11719 9314 0 -1 4202560 17780 13152 0 0 129 7 6 2 20 0 15 0 228382718 11262046208 44213 33554432000 4194304 4196468 140733987378880 140598010887648 140598039078045 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11773] ppid=11716 vsize=10998092 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/11719/task/11773/stat : 11773 (java) S 11716 11719 9314 0 -1 1077944384 167 13152 0 0 1 0 6 2 20 0 15 0 228382719 11262046208 44213 33554432000 4194304 4196468 140733987378880 140598043298064 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11774] ppid=11716 vsize=10998092 memory=280268091220128 CPUtime=0.09 cores=0,2,4,6
/proc/11719/task/11774/stat : 11774 (java) S 11716 11719 9314 0 -1 1077944384 52 13152 0 0 1 0 6 2 20 0 15 0 228382719 11262046208 44213 33554432000 4194304 4196468 140733987378880 140597908634000 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11775] ppid=11716 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11719/task/11775/stat : 11775 (java) S 11716 11719 9314 0 -1 1077944384 21 13152 0 0 1 0 6 2 20 0 15 0 228382719 11262046208 44213 33554432000 4194304 4196468 140733987378880 140597907581456 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11776] ppid=11716 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11719/task/11776/stat : 11776 (java) S 11716 11719 9314 0 -1 1077944384 41 13152 0 0 1 0 6 2 20 0 15 0 228382719 11262046208 44213 33554432000 4194304 4196468 140733987378880 140597906528912 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11777] ppid=11716 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11719/task/11777/stat : 11777 (java) S 11716 11719 9314 0 -1 1077944384 67 13152 0 0 1 0 6 2 20 0 15 0 228382720 11262046208 44213 33554432000 4194304 4196468 140733987378880 140597464418800 140598039067266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11778] ppid=11716 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11778/stat : 11778 (java) S 11716 11719 9314 0 -1 1077944384 14 13152 0 0 0 0 6 2 20 0 15 0 228382721 11262046208 44213 33554432000 4194304 4196468 140733987378880 140596895278560 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11779] ppid=11716 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11779/stat : 11779 (java) S 11716 11719 9314 0 -1 1077944384 1 13152 0 0 0 0 6 2 20 0 15 0 228382721 11262046208 44213 33554432000 4194304 4196468 140733987378880 140596693952000 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11780] ppid=11716 vsize=10998092 memory=-2746958450906831424 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11780/stat : 11780 (java) S 11716 11719 9314 0 -1 1077944384 3 13152 0 0 0 0 6 2 20 0 15 0 228382724 11262046208 44213 33554432000 4194304 4196468 140733987378880 140596386552528 140598039074715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11781] ppid=11716 vsize=10998092 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/11719/task/11781/stat : 11781 (java) S 11716 11719 9314 0 -1 1077944384 972 13152 0 0 18 0 6 2 20 0 15 0 228382724 11262046208 44213 33554432000 4194304 4196468 140733987378880 140597463365616 140598039067266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11782] ppid=11716 vsize=10998092 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/11719/task/11782/stat : 11782 (java) S 11716 11719 9314 0 -1 1077944384 1217 13152 0 0 24 0 6 2 20 0 15 0 228382724 11262046208 44213 33554432000 4194304 4196468 140733987378880 140597462313072 140598039067266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11783] ppid=11716 vsize=10998092 memory=6791534058613427641 CPUtime=0.4 cores=0,2,4,6
/proc/11719/task/11783/stat : 11783 (java) S 11716 11719 9314 0 -1 1077944384 1297 13152 0 0 32 0 6 2 20 0 15 0 228382724 11262046208 44213 33554432000 4194304 4196468 140733987378880 140597461260528 140598039067266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11784] ppid=11716 vsize=10998092 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11784/stat : 11784 (java) S 11716 11719 9314 0 -1 1077944384 3 13152 0 0 0 0 6 2 20 0 15 0 228382724 11262046208 44213 33554432000 4194304 4196468 140733987378880 140595955755616 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11785] ppid=11716 vsize=10998092 memory=280268091464576 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11785/stat : 11785 (java) S 11716 11719 9314 0 -1 1077944384 1 13152 0 0 0 0 6 2 20 0 15 0 228382724 11262046208 44213 33554432000 4194304 4196468 140733987378880 140597460208432 140598039067266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10998092 KiB

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

/proc/11719/task/11772/stat : 11772 (java) R 11716 11719 9314 0 -1 4202560 97348 13152 0 0 229633 49 6 2 20 0 15 0 228382718 11343855616 214214 33554432000 4194304 4196468 140733987378880 140598010889920 140597596088681 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11773] ppid=11716 vsize=11077984 memory=856816 CPUtime=11.27 cores=0,2,4,6
/proc/11719/task/11773/stat : 11773 (java) S 11716 11719 9314 0 -1 1077944384 17786 13152 0 0 1063 56 6 2 20 0 15 0 228382719 11343855616 214214 33554432000 4194304 4196468 140733987378880 140598043298064 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11774] ppid=11716 vsize=11077984 memory=856816 CPUtime=11.27 cores=0,2,4,6
/proc/11719/task/11774/stat : 11774 (java) S 11716 11719 9314 0 -1 1077944384 11894 13152 0 0 1059 60 6 2 20 0 15 0 228382719 11343855616 214214 33554432000 4194304 4196468 140733987378880 140597908634000 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11775] ppid=11716 vsize=11077984 memory=856816 CPUtime=11.24 cores=0,2,4,6
/proc/11719/task/11775/stat : 11775 (java) S 11716 11719 9314 0 -1 1077944384 18065 13152 0 0 1054 62 6 2 20 0 15 0 228382719 11343855616 214214 33554432000 4194304 4196468 140733987378880 140597907581456 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11776] ppid=11716 vsize=11077984 memory=856816 CPUtime=11.27 cores=0,2,4,6
/proc/11719/task/11776/stat : 11776 (java) S 11716 11719 9314 0 -1 1077944384 19327 13152 0 0 1063 56 6 2 20 0 15 0 228382719 11343855616 214214 33554432000 4194304 4196468 140733987378880 140597906528912 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11777] ppid=11716 vsize=11077984 memory=856856 CPUtime=10.58 cores=0,2,4,6
/proc/11719/task/11777/stat : 11777 (java) S 11716 11719 9314 0 -1 1077944384 16968 13152 0 0 996 54 6 2 20 0 15 0 228382720 11343855616 214214 33554432000 4194304 4196468 140733987378880 140597464418800 140598039067266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11778] ppid=11716 vsize=11077984 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11778/stat : 11778 (java) S 11716 11719 9314 0 -1 1077944384 16 13152 0 0 0 0 6 2 20 0 15 0 228382721 11343855616 214214 33554432000 4194304 4196468 140733987378880 140596895278624 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11779] ppid=11716 vsize=11077984 memory=856816 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11779/stat : 11779 (java) S 11716 11719 9314 0 -1 1077944384 6 13152 0 0 0 0 6 2 20 0 15 0 228382721 11343855616 214214 33554432000 4194304 4196468 140733987378880 140596693952000 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11780] ppid=11716 vsize=11077984 memory=856816 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11780/stat : 11780 (java) S 11716 11719 9314 0 -1 1077944384 3 13152 0 0 0 0 6 2 20 0 15 0 228382724 11343855616 214214 33554432000 4194304 4196468 140733987378880 140596386552528 140598039074715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11781] ppid=11716 vsize=11077984 memory=856816 CPUtime=3.83 cores=0,2,4,6
/proc/11719/task/11781/stat : 11781 (java) S 11716 11719 9314 0 -1 1077944384 18030 13152 0 0 373 2 6 2 20 0 15 0 228382724 11343855616 214214 33554432000 4194304 4196468 140733987378880 140597463365616 140598039067266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11782] ppid=11716 vsize=11077984 memory=3824 CPUtime=3.62 cores=0,2,4,6
/proc/11719/task/11782/stat : 11782 (java) S 11716 11719 9314 0 -1 1077944384 16750 13152 0 0 352 2 6 2 20 0 15 0 228382724 11343855616 214214 33554432000 4194304 4196468 140733987378880 140597462313072 140598039067266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11783] ppid=11716 vsize=11077984 memory=3824 CPUtime=1.58 cores=0,2,4,6
/proc/11719/task/11783/stat : 11783 (java) S 11716 11719 9314 0 -1 1077944384 19640 13152 0 0 146 4 6 2 20 0 15 0 228382724 11343855616 214214 33554432000 4194304 4196468 140733987378880 140597461260528 140598039067266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11784] ppid=11716 vsize=11077984 memory=288230574492221466 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11784/stat : 11784 (java) S 11716 11719 9314 0 -1 1077944384 3 13152 0 0 0 0 6 2 20 0 15 0 228382724 11343855616 214214 33554432000 4194304 4196468 140733987378880 140595955755616 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11785] ppid=11716 vsize=11077984 memory=280268092075168 CPUtime=1.53 cores=0,2,4,6
/proc/11719/task/11785/stat : 11785 (java) S 11716 11719 9314 0 -1 1077944384 1590 13152 0 0 73 72 6 2 20 0 15 0 228382724 11343855616 214214 33554432000 4194304 4196468 140733987378880 140597460208432 140598039067266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
Current children cumulated CPU time: 2362.48 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 856856 KiB

[startup+2382.3 s]
/proc/loadavg: 1.40 1.50 1.46 3/219 11991
/proc/meminfo: memFree=16629560/32770624 swapFree=67108688/67108860
[pid=11719] ppid=11716 vsize=11077984 memory=856892 CPUtime=2423.32 cores=0,2,4,6
/proc/11719/stat : 11719 (java) S 11716 11719 9314 0 -1 1077944320 240446 13152 0 0 241968 356 6 2 20 0 15 0 228382709 11343855616 214223 33554432000 4194304 4196468 140733987378880 140733987361424 140598039056119 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
/proc/11719/statm: 2769496 214223 3518 1 0 2731149 0
[pid=11719/tid=11772] ppid=11716 vsize=11077984 memory=856864 CPUtime=2356.2 cores=0,2,4,6
/proc/11719/task/11772/stat : 11772 (java) R 11716 11719 9314 0 -1 4202560 97910 13152 0 0 235563 49 6 2 20 0 15 0 228382718 11343855616 214223 33554432000 4194304 4196468 140733987378880 140598010890224 140597591580367 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11773] ppid=11716 vsize=11077984 memory=856864 CPUtime=11.57 cores=0,2,4,6
/proc/11719/task/11773/stat : 11773 (java) S 11716 11719 9314 0 -1 1077944384 17796 13152 0 0 1091 58 6 2 20 0 15 0 228382719 11343855616 214223 33554432000 4194304 4196468 140733987378880 140598043298064 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11774] ppid=11716 vsize=11077984 memory=856864 CPUtime=11.57 cores=0,2,4,6
/proc/11719/task/11774/stat : 11774 (java) S 11716 11719 9314 0 -1 1077944384 11922 13152 0 0 1088 61 6 2 20 0 15 0 228382719 11343855616 214223 33554432000 4194304 4196468 140733987378880 140597908634000 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11775] ppid=11716 vsize=11077984 memory=856864 CPUtime=11.54 cores=0,2,4,6
/proc/11719/task/11775/stat : 11775 (java) S 11716 11719 9314 0 -1 1077944384 18088 13152 0 0 1083 63 6 2 20 0 15 0 228382719 11343855616 214223 33554432000 4194304 4196468 140733987378880 140597907581456 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11776] ppid=11716 vsize=11077984 memory=856864 CPUtime=11.58 cores=0,2,4,6
/proc/11719/task/11776/stat : 11776 (java) S 11716 11719 9314 0 -1 1077944384 19338 13152 0 0 1091 59 6 2 20 0 15 0 228382719 11343855616 214223 33554432000 4194304 4196468 140733987378880 140597906528912 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11777] ppid=11716 vsize=11077984 memory=0 CPUtime=10.88 cores=0,2,4,6
/proc/11719/task/11777/stat : 11777 (java) S 11716 11719 9314 0 -1 1077944384 17141 13152 0 0 1023 57 6 2 20 0 15 0 228382720 11343855616 214223 33554432000 4194304 4196468 140733987378880 140597464418800 140598039067266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11778] ppid=11716 vsize=11077984 memory=856892 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11778/stat : 11778 (java) S 11716 11719 9314 0 -1 1077944384 16 13152 0 0 0 0 6 2 20 0 15 0 228382721 11343855616 214223 33554432000 4194304 4196468 140733987378880 140596895278624 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11779] ppid=11716 vsize=11077984 memory=856892 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11779/stat : 11779 (java) S 11716 11719 9314 0 -1 1077944384 6 13152 0 0 0 0 6 2 20 0 15 0 228382721 11343855616 214223 33554432000 4194304 4196468 140733987378880 140596693952000 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11780] ppid=11716 vsize=11077984 memory=856892 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11780/stat : 11780 (java) S 11716 11719 9314 0 -1 1077944384 3 13152 0 0 0 0 6 2 20 0 15 0 228382724 11343855616 214223 33554432000 4194304 4196468 140733987378880 140596386552528 140598039074715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11781] ppid=11716 vsize=11077984 memory=856892 CPUtime=3.83 cores=0,2,4,6
/proc/11719/task/11781/stat : 11781 (java) S 11716 11719 9314 0 -1 1077944384 18032 13152 0 0 373 2 6 2 20 0 15 0 228382724 11343855616 214223 33554432000 4194304 4196468 140733987378880 140597463365616 140598039067266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11782] ppid=11716 vsize=11077984 memory=856892 CPUtime=3.62 cores=0,2,4,6
/proc/11719/task/11782/stat : 11782 (java) S 11716 11719 9314 0 -1 1077944384 16752 13152 0 0 352 2 6 2 20 0 15 0 228382724 11343855616 214223 33554432000 4194304 4196468 140733987378880 140597462313072 140598039067266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11783] ppid=11716 vsize=11077984 memory=1832 CPUtime=1.58 cores=0,2,4,6
/proc/11719/task/11783/stat : 11783 (java) S 11716 11719 9314 0 -1 1077944384 19642 13152 0 0 146 4 6 2 20 0 15 0 228382724 11343855616 214223 33554432000 4194304 4196468 140733987378880 140597461260528 140598039067266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11784] ppid=11716 vsize=11077984 memory=856892 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11784/stat : 11784 (java) S 11716 11719 9314 0 -1 1077944384 3 13152 0 0 0 0 6 2 20 0 15 0 228382724 11343855616 214223 33554432000 4194304 4196468 140733987378880 140595955755616 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11785] ppid=11716 vsize=11077984 memory=3824 CPUtime=1.57 cores=0,2,4,6
/proc/11719/task/11785/stat : 11785 (java) S 11716 11719 9314 0 -1 1077944384 1605 13152 0 0 75 74 6 2 20 0 15 0 228382724 11343855616 214223 33554432000 4194304 4196468 140733987378880 140597460208432 140598039067266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
Current children cumulated CPU time: 2423.32 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 856892 KiB

[startup+2442.3 s]
/proc/loadavg: 1.28 1.46 1.44 3/219 12000
/proc/meminfo: memFree=16629288/32770624 swapFree=67108688/67108860
[pid=11719] ppid=11716 vsize=11077984 memory=856924 CPUtime=2484.2 cores=0,2,4,6
/proc/11719/stat : 11719 (java) S 11716 11719 9314 0 -1 1077944320 241736 13152 0 0 248046 366 6 2 20 0 15 0 228382709 11343855616 214231 33554432000 4194304 4196468 140733987378880 140733987361424 140598039056119 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
/proc/11719/statm: 2769496 214231 3518 1 0 2731149 0
[pid=11719/tid=11772] ppid=11716 vsize=11077984 memory=856924 CPUtime=2415.5 cores=0,2,4,6
/proc/11719/task/11772/stat : 11772 (java) R 11716 11719 9314 0 -1 4202560 98577 13152 0 0 241492 50 6 2 20 0 15 0 228382718 11343855616 214231 33554432000 4194304 4196468 140733987378880 140598010891040 140597597568414 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11773] ppid=11716 vsize=11077984 memory=856924 CPUtime=11.88 cores=0,2,4,6
/proc/11719/task/11773/stat : 11773 (java) S 11716 11719 9314 0 -1 1077944384 17880 13152 0 0 1120 60 6 2 20 0 15 0 228382719 11343855616 214231 33554432000 4194304 4196468 140733987378880 140598043298064 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11774] ppid=11716 vsize=11077984 memory=856924 CPUtime=11.89 cores=0,2,4,6
/proc/11719/task/11774/stat : 11774 (java) S 11716 11719 9314 0 -1 1077944384 11942 13152 0 0 1118 63 6 2 20 0 15 0 228382719 11343855616 214231 33554432000 4194304 4196468 140733987378880 140597908634000 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11775] ppid=11716 vsize=11077984 memory=856924 CPUtime=11.85 cores=0,2,4,6
/proc/11719/task/11775/stat : 11775 (java) S 11716 11719 9314 0 -1 1077944384 18121 13152 0 0 1112 65 6 2 20 0 15 0 228382719 11343855616 214231 33554432000 4194304 4196468 140733987378880 140597907581456 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11776] ppid=11716 vsize=11077984 memory=856924 CPUtime=11.89 cores=0,2,4,6
/proc/11719/task/11776/stat : 11776 (java) S 11716 11719 9314 0 -1 1077944384 19603 13152 0 0 1120 61 6 2 20 0 15 0 228382719 11343855616 214231 33554432000 4194304 4196468 140733987378880 140597906528912 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11777] ppid=11716 vsize=11077984 memory=280268091536240 CPUtime=11.17 cores=0,2,4,6
/proc/11719/task/11777/stat : 11777 (java) S 11716 11719 9314 0 -1 1077944384 17348 13152 0 0 1051 58 6 2 20 0 15 0 228382720 11343855616 214231 33554432000 4194304 4196468 140733987378880 140597464418800 140598039067266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11778] ppid=11716 vsize=11077984 memory=856924 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11778/stat : 11778 (java) S 11716 11719 9314 0 -1 1077944384 16 13152 0 0 0 0 6 2 20 0 15 0 228382721 11343855616 214231 33554432000 4194304 4196468 140733987378880 140596895278624 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11779] ppid=11716 vsize=11077984 memory=9664 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11779/stat : 11779 (java) S 11716 11719 9314 0 -1 1077944384 6 13152 0 0 0 0 6 2 20 0 15 0 228382721 11343855616 214231 33554432000 4194304 4196468 140733987378880 140596693952000 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11780] ppid=11716 vsize=11077984 memory=856924 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11780/stat : 11780 (java) S 11716 11719 9314 0 -1 1077944384 3 13152 0 0 0 0 6 2 20 0 15 0 228382724 11343855616 214231 33554432000 4194304 4196468 140733987378880 140596386552528 140598039074715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11781] ppid=11716 vsize=11077984 memory=856924 CPUtime=3.83 cores=0,2,4,6
/proc/11719/task/11781/stat : 11781 (java) S 11716 11719 9314 0 -1 1077944384 18034 13152 0 0 373 2 6 2 20 0 15 0 228382724 11343855616 214231 33554432000 4194304 4196468 140733987378880 140597463365616 140598039067266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11782] ppid=11716 vsize=11077984 memory=856924 CPUtime=3.62 cores=0,2,4,6
/proc/11719/task/11782/stat : 11782 (java) S 11716 11719 9314 0 -1 1077944384 16754 13152 0 0 352 2 6 2 20 0 15 0 228382724 11343855616 214231 33554432000 4194304 4196468 140733987378880 140597462313072 140598039067266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11783] ppid=11716 vsize=11077984 memory=856924 CPUtime=1.58 cores=0,2,4,6
/proc/11719/task/11783/stat : 11783 (java) S 11716 11719 9314 0 -1 1077944384 19644 13152 0 0 146 4 6 2 20 0 15 0 228382724 11343855616 214231 33554432000 4194304 4196468 140733987378880 140597461260528 140598039067266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11784] ppid=11716 vsize=11077984 memory=856924 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11784/stat : 11784 (java) S 11716 11719 9314 0 -1 1077944384 3 13152 0 0 0 0 6 2 20 0 15 0 228382724 11343855616 214231 33554432000 4194304 4196468 140733987378880 140595955755616 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11785] ppid=11716 vsize=11077984 memory=856924 CPUtime=1.6 cores=0,2,4,6
/proc/11719/task/11785/stat : 11785 (java) S 11716 11719 9314 0 -1 1077944384 1613 13152 0 0 76 76 6 2 20 0 15 0 228382724 11343855616 214231 33554432000 4194304 4196468 140733987378880 140597460208432 140598039067266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
Current children cumulated CPU time: 2484.2 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 856924 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2477.6 s]
/proc/loadavg: 1.33 1.45 1.44 3/219 12000
/proc/meminfo: memFree=16629660/32770624 swapFree=67108688/67108860
[pid=11719] ppid=11716 vsize=11077984 memory=857012 CPUtime=2520.02 cores=0,2,4,6
/proc/11719/stat : 11719 (java) S 11716 11719 9314 0 -1 1077944320 242811 13152 0 0 251623 371 6 2 20 0 15 0 228382709 11343855616 214253 33554432000 4194304 4196468 140733987378880 140733987361424 140598039056119 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
/proc/11719/statm: 2769496 214253 3518 1 0 2731149 0
[pid=11719/tid=11772] ppid=11716 vsize=11077984 memory=1224 CPUtime=2450.38 cores=0,2,4,6
/proc/11719/task/11772/stat : 11772 (java) R 11716 11719 9314 0 -1 4202560 99048 13152 0 0 244980 50 6 2 20 0 15 0 228382718 11343855616 214253 33554432000 4194304 4196468 140733987378880 140598010890176 140597596134667 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11773] ppid=11716 vsize=11077984 memory=1616 CPUtime=12.06 cores=0,2,4,6
/proc/11719/task/11773/stat : 11773 (java) S 11716 11719 9314 0 -1 1077944384 17913 13152 0 0 1137 61 6 2 20 0 15 0 228382719 11343855616 214253 33554432000 4194304 4196468 140733987378880 140598043298064 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11774] ppid=11716 vsize=11077984 memory=6791534058613427641 CPUtime=12.07 cores=0,2,4,6
/proc/11719/task/11774/stat : 11774 (java) S 11716 11719 9314 0 -1 1077944384 12019 13152 0 0 1135 64 6 2 20 0 15 0 228382719 11343855616 214253 33554432000 4194304 4196468 140733987378880 140597908634000 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11775] ppid=11716 vsize=11077984 memory=816880 CPUtime=12.03 cores=0,2,4,6
/proc/11719/task/11775/stat : 11775 (java) S 11716 11719 9314 0 -1 1077944384 18137 13152 0 0 1129 66 6 2 20 0 15 0 228382719 11343855616 214253 33554432000 4194304 4196468 140733987378880 140597907581456 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11776] ppid=11716 vsize=11077984 memory=6791534058613427641 CPUtime=12.07 cores=0,2,4,6
/proc/11719/task/11776/stat : 11776 (java) S 11716 11719 9314 0 -1 1077944384 19866 13152 0 0 1138 61 6 2 20 0 15 0 228382719 11343855616 214253 33554432000 4194304 4196468 140733987378880 140597906528912 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11777] ppid=11716 vsize=11077984 memory=4872558044660077418 CPUtime=11.35 cores=0,2,4,6
/proc/11719/task/11777/stat : 11777 (java) S 11716 11719 9314 0 -1 1077944384 17542 13152 0 0 1068 59 6 2 20 0 15 0 228382720 11343855616 214253 33554432000 4194304 4196468 140733987378880 140597464418800 140598039067266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11778] ppid=11716 vsize=11077984 memory=857012 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11778/stat : 11778 (java) S 11716 11719 9314 0 -1 1077944384 16 13152 0 0 0 0 6 2 20 0 15 0 228382721 11343855616 214253 33554432000 4194304 4196468 140733987378880 140596895278624 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11779] ppid=11716 vsize=11077984 memory=62264 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11779/stat : 11779 (java) S 11716 11719 9314 0 -1 1077944384 6 13152 0 0 0 0 6 2 20 0 15 0 228382721 11343855616 214253 33554432000 4194304 4196468 140733987378880 140596693952000 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11780] ppid=11716 vsize=11077984 memory=2316 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11780/stat : 11780 (java) S 11716 11719 9314 0 -1 1077944384 3 13152 0 0 0 0 6 2 20 0 15 0 228382724 11343855616 214253 33554432000 4194304 4196468 140733987378880 140596386552528 140598039074715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11781] ppid=11716 vsize=11077984 memory=1224 CPUtime=3.83 cores=0,2,4,6
/proc/11719/task/11781/stat : 11781 (java) S 11716 11719 9314 0 -1 1077944384 18036 13152 0 0 373 2 6 2 20 0 15 0 228382724 11343855616 214253 33554432000 4194304 4196468 140733987378880 140597463365616 140598039067266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11782] ppid=11716 vsize=11077984 memory=1792 CPUtime=3.62 cores=0,2,4,6
/proc/11719/task/11782/stat : 11782 (java) S 11716 11719 9314 0 -1 1077944384 16756 13152 0 0 352 2 6 2 20 0 15 0 228382724 11343855616 214253 33554432000 4194304 4196468 140733987378880 140597462313072 140598039067266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11783] ppid=11716 vsize=11077984 memory=876 CPUtime=1.58 cores=0,2,4,6
/proc/11719/task/11783/stat : 11783 (java) S 11716 11719 9314 0 -1 1077944384 19646 13152 0 0 146 4 6 2 20 0 15 0 228382724 11343855616 214253 33554432000 4194304 4196468 140733987378880 140597461260528 140598039067266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11784] ppid=11716 vsize=11077984 memory=5344 CPUtime=0.08 cores=0,2,4,6
/proc/11719/task/11784/stat : 11784 (java) S 11716 11719 9314 0 -1 1077944384 3 13152 0 0 0 0 6 2 20 0 15 0 228382724 11343855616 214253 33554432000 4194304 4196468 140733987378880 140595955755616 140598039066325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
[pid=11719/tid=11785] ppid=11716 vsize=11077984 memory=756 CPUtime=1.62 cores=0,2,4,6
/proc/11719/task/11785/stat : 11785 (java) S 11716 11719 9314 0 -1 1077944384 1628 13152 0 0 77 77 6 2 20 0 15 0 228382724 11343855616 214253 33554432000 4194304 4196468 140733987378880 140597460208432 140598039067266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140733987388003 140733987390812 140733987390812 140733987393487 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 857012 KiB

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

[startup+2477.63 s]
# the end of solver process 11719 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.31 s, system=3.74329 s

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

Child status: 143
Real time (s): 2477.63
CPU time (s): 2520.06
CPU user time (s): 2516.31
CPU system time (s): 3.74329
CPU usage (%): 101.713
Max. virtual memory (cumulated for all children) (KiB): 11080696
Max. memory (cumulated for all children) (KiB): 857012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.31
system time used= 3.74329
maximum resident set size= 859408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 257039
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 297475
involuntary context switches= 10509


# summary of solver processes directly reported to runsolver:
#   pid: 11719
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2516.31
#   total CPU system time (s): 3.74329

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9041 second user time and 24.0187 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-12 23:09:55
IDJOB=4305050
IDBENCH=141404
IDSOLVER=2781
FILE ID=node134/4305050-1534108195
RUNJOBID= node134-1534096675-9345
PBS_JOBID= 21036997
Free space on /tmp= 42536 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Dubois/Dubois-040_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305050-1534108195/watcher-4305050-1534108195 -o /tmp/evaluation-result-4305050-1534108195/solver-4305050-1534108195 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534096675-9345 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=2091249826 -superng HOME/instance-4305050-1534108195.xml

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

MD5SUM BENCH= 45809745b970e21e8f924050121658bf
RANDOM SEED=2091249826

node134.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.68
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:        15916888 kB
MemAvailable:   29536452 kB
Buffers:          204708 kB
Cached:         13564288 kB
SwapCached:           52 kB
Active:          6830628 kB
Inactive:        9355500 kB
Active(anon):    2366672 kB
Inactive(anon):   103128 kB
Active(file):    4463956 kB
Inactive(file):  9252372 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             26556 kB
Writeback:             0 kB
AnonPages:       2430860 kB
Mapped:            68092 kB
Shmem:             49652 kB
Slab:             360404 kB
SReclaimable:     331696 kB
SUnreclaim:        28708 kB
KernelStack:        3856 kB
PageTables:        10456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3431252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2189312 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 42512 MiB
End job on node134 at 2018-08-12 23:51:13