Trace number 4294635

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.11 2481.93

General information on the benchmark

NameDubois/
Dubois-030_c18.xml
MD5SUM66307dff53c13fd4d4ac6b074183ea2b
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.008853
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints60
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":90}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":90}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":60}]
Number of extensional constraints60
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":60}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294635-1532473722/watcher-4294635-1532473722 -o /tmp/evaluation-result-4294635-1532473722/solver-4294635-1532473722 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532448512-24796 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=43327570 -superng HOME/instance-4294635-1532473722.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
solver pid=30846, runsolver pid=30843
Current StackSize limit: 8192 KiB


[startup+0.100136 s]*
/proc/loadavg: 1.43 1.32 1.34 2/202 30899
/proc/meminfo: memFree=21756236/32770624 swapFree=67108860/67108860
[pid=30846] ppid=30843 vsize=9972712 memory=16548 CPUtime=0.1 cores=0,2,4,6
/proc/30846/stat : 30846 (java) S 30843 30846 24765 0 -1 1077944320 4270 13137 0 0 1 1 5 3 20 0 6 0 64935430 10212057088 4137 33554432000 4194304 4196468 140732281337232 140732281319776 140158800551671 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
/proc/30846/statm: 2493178 4137 1932 1 0 2481616 0
[pid=30846/tid=30899] ppid=30843 vsize=9972712 memory=4279135704047321741 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30899/stat : 30899 (java) R 30843 30846 24765 0 -1 4202560 2080 13137 0 0 0 0 5 3 20 0 6 0 64935440 10212057088 4137 33554432000 4194304 4196468 140732281337232 140158772388432 140158800573597 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30900] ppid=30843 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30900/stat : 30900 (java) S 30843 30846 24765 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 6 0 64935441 10212057088 4137 33554432000 4194304 4196468 140732281337232 140158804793744 140158800561877 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30901] ppid=30843 vsize=9972712 memory=140145058141824 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30901/stat : 30901 (java) S 30843 30846 24765 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 6 0 64935441 10212057088 4137 33554432000 4194304 4196468 140732281337232 140158693067024 140158800561877 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30902] ppid=30843 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30902/stat : 30902 (java) S 30843 30846 24765 0 -1 1077944384 2 13137 0 0 0 0 5 3 20 0 6 0 64935441 10212057088 4137 33554432000 4194304 4196468 140732281337232 140158692014736 140158800561877 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30903] ppid=30843 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30903/stat : 30903 (java) S 30843 30846 24765 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 6 0 64935441 10212057088 4137 33554432000 4194304 4196468 140732281337232 140158690961936 140158800561877 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16548 KiB

[startup+0.210349 s]*
/proc/loadavg: 1.43 1.32 1.34 3/215 30912
/proc/meminfo: memFree=21733880/32770624 swapFree=67108860/67108860
[pid=30846] ppid=30843 vsize=10818904 memory=41472 CPUtime=0.26 cores=0,2,4,6
/proc/30846/stat : 30846 (java) S 30843 30846 24765 0 -1 1077944320 8118 13137 0 0 16 2 5 3 20 0 15 0 64935430 11078557696 10368 33554432000 4194304 4196468 140732281337232 140732281319776 140158800551671 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
/proc/30846/statm: 2704726 10368 2962 1 0 2667149 0
[pid=30846/tid=30899] ppid=30843 vsize=10818904 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/30846/task/30899/stat : 30899 (java) R 30843 30846 24765 0 -1 4202560 4740 13137 0 0 10 1 5 3 20 0 15 0 64935440 11078557696 10368 33554432000 4194304 4196468 140732281337232 140158772356832 140158800573597 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30900] ppid=30843 vsize=10818904 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30900/stat : 30900 (java) S 30843 30846 24765 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 15 0 64935441 11078557696 10368 33554432000 4194304 4196468 140732281337232 140158804793744 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30901] ppid=30843 vsize=10818904 memory=140145058141824 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30901/stat : 30901 (java) S 30843 30846 24765 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 15 0 64935441 11078557696 10368 33554432000 4194304 4196468 140732281337232 140158693067024 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30902] ppid=30843 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30902/stat : 30902 (java) S 30843 30846 24765 0 -1 1077944384 2 13137 0 0 0 0 5 3 20 0 15 0 64935441 11078557696 10368 33554432000 4194304 4196468 140732281337232 140158692014736 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30903] ppid=30843 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30903/stat : 30903 (java) S 30843 30846 24765 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 15 0 64935441 11078557696 10368 33554432000 4194304 4196468 140732281337232 140158690961936 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30904] ppid=30843 vsize=10818904 memory=140145058141824 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30904/stat : 30904 (java) S 30843 30846 24765 0 -1 1077944384 2 13137 0 0 0 0 5 3 20 0 15 0 64935442 11078557696 10368 33554432000 4194304 4196468 140732281337232 140158259112560 140158800562818 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30905] ppid=30843 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30905/stat : 30905 (java) S 30843 30846 24765 0 -1 1077944384 33 13137 0 0 0 0 5 3 20 0 15 0 64935442 11078557696 10368 33554432000 4194304 4196468 140732281337232 140158258058528 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30906] ppid=30843 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30906/stat : 30906 (java) S 30843 30846 24765 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 15 0 64935443 11078557696 10368 33554432000 4194304 4196468 140732281337232 140157667763824 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30907] ppid=30843 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30907/stat : 30907 (java) S 30843 30846 24765 0 -1 1077944384 3 13137 0 0 0 0 5 3 20 0 15 0 64935445 11078557696 10368 33554432000 4194304 4196468 140732281337232 140157360364112 140158800570267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30908] ppid=30843 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30846/task/30908/stat : 30908 (java) S 30843 30846 24765 0 -1 1077944384 507 13137 0 0 1 0 5 3 20 0 15 0 64935445 11078557696 10368 33554432000 4194304 4196468 140732281337232 140158224500848 140158800562818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30909] ppid=30843 vsize=10818904 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/30846/task/30909/stat : 30909 (java) S 30843 30846 24765 0 -1 1077944384 91 13137 0 0 1 0 5 3 20 0 15 0 64935445 11078557696 10368 33554432000 4194304 4196468 140732281337232 140158223448048 140158800562818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30910] ppid=30843 vsize=10818904 memory=140145058141824 CPUtime=0.11 cores=0,2,4,6
/proc/30846/task/30910/stat : 30910 (java) S 30843 30846 24765 0 -1 1077944384 544 13137 0 0 3 0 5 3 20 0 15 0 64935445 11078557696 10368 33554432000 4194304 4196468 140732281337232 140158222395760 140158800562818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30911] ppid=30843 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30911/stat : 30911 (java) S 30843 30846 24765 0 -1 1077944384 3 13137 0 0 0 0 5 3 20 0 15 0 64935446 11078557696 10368 33554432000 4194304 4196468 140732281337232 140157326805472 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30912] ppid=30843 vsize=10818904 memory=140145058141824 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30912/stat : 30912 (java) S 30843 30846 24765 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 15 0 64935446 11078557696 10368 33554432000 4194304 4196468 140732281337232 140158221343664 140158800562818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 41472 KiB

[startup+0.310649 s]*
/proc/loadavg: 1.43 1.32 1.34 3/215 30912
/proc/meminfo: memFree=21722208/32770624 swapFree=67108860/67108860
[pid=30846] ppid=30843 vsize=10819352 memory=52136 CPUtime=0.39 cores=0,2,4,6
/proc/30846/stat : 30846 (java) S 30843 30846 24765 0 -1 1077944320 10613 13137 0 0 28 3 5 3 20 0 15 0 64935430 11079016448 13034 33554432000 4194304 4196468 140732281337232 140732281319776 140158800551671 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
/proc/30846/statm: 2704838 13034 3081 1 0 2667149 0
[pid=30846/tid=30899] ppid=30843 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/30846/task/30899/stat : 30899 (java) R 30843 30846 24765 0 -1 4202560 7228 13137 0 0 19 2 5 3 20 0 15 0 64935440 11079016448 13034 33554432000 4194304 4196468 140732281337232 140158772363680 140158784632158 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30900] ppid=30843 vsize=10819352 memory=7373043845850746960 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30900/stat : 30900 (java) S 30843 30846 24765 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 15 0 64935441 11079016448 13034 33554432000 4194304 4196468 140732281337232 140158804793744 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30901] ppid=30843 vsize=10819352 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30901/stat : 30901 (java) S 30843 30846 24765 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 15 0 64935441 11079016448 13034 33554432000 4194304 4196468 140732281337232 140158693067024 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30902] ppid=30843 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30902/stat : 30902 (java) S 30843 30846 24765 0 -1 1077944384 2 13137 0 0 0 0 5 3 20 0 15 0 64935441 11079016448 13034 33554432000 4194304 4196468 140732281337232 140158692014736 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30903] ppid=30843 vsize=10819352 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30903/stat : 30903 (java) S 30843 30846 24765 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 15 0 64935441 11079016448 13034 33554432000 4194304 4196468 140732281337232 140158690961936 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30904] ppid=30843 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30904/stat : 30904 (java) S 30843 30846 24765 0 -1 1077944384 2 13137 0 0 0 0 5 3 20 0 15 0 64935442 11079016448 13034 33554432000 4194304 4196468 140732281337232 140158259112560 140158800562818 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30905] ppid=30843 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30905/stat : 30905 (java) S 30843 30846 24765 0 -1 1077944384 33 13137 0 0 0 0 5 3 20 0 15 0 64935442 11079016448 13034 33554432000 4194304 4196468 140732281337232 140158258058528 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30906] ppid=30843 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30906/stat : 30906 (java) S 30843 30846 24765 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 15 0 64935443 11079016448 13034 33554432000 4194304 4196468 140732281337232 140157667763824 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30907] ppid=30843 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30907/stat : 30907 (java) S 30843 30846 24765 0 -1 1077944384 3 13137 0 0 0 0 5 3 20 0 15 0 64935445 11079016448 13034 33554432000 4194304 4196468 140732281337232 140157360364112 140158800570267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30908] ppid=30843 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30846/task/30908/stat : 30908 (java) S 30843 30846 24765 0 -1 1077944384 508 13137 0 0 1 0 5 3 20 0 15 0 64935445 11079016448 13034 33554432000 4194304 4196468 140732281337232 140158224500848 140158800562818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30909] ppid=30843 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30846/task/30909/stat : 30909 (java) S 30843 30846 24765 0 -1 1077944384 91 13137 0 0 1 0 5 3 20 0 15 0 64935445 11079016448 13034 33554432000 4194304 4196468 140732281337232 140158223448048 140158800562818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30910] ppid=30843 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/30846/task/30910/stat : 30910 (java) S 30843 30846 24765 0 -1 1077944384 549 13137 0 0 5 0 5 3 20 0 15 0 64935445 11079016448 13034 33554432000 4194304 4196468 140732281337232 140158222395760 140158800562818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30911] ppid=30843 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30911/stat : 30911 (java) S 30843 30846 24765 0 -1 1077944384 3 13137 0 0 0 0 5 3 20 0 15 0 64935446 11079016448 13034 33554432000 4194304 4196468 140732281337232 140157326805472 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30912] ppid=30843 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30912/stat : 30912 (java) S 30843 30846 24765 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 15 0 64935446 11079016448 13034 33554432000 4194304 4196468 140732281337232 140158221343664 140158800562818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52136 KiB

[startup+0.700805 s]
/proc/loadavg: 1.43 1.32 1.34 5/215 30912
/proc/meminfo: memFree=21711476/32770624 swapFree=67108860/67108860
[pid=30846] ppid=30843 vsize=10819352 memory=84556 CPUtime=0.99 cores=0,2,4,6
/proc/30846/stat : 30846 (java) S 30843 30846 24765 0 -1 1077944320 16759 13137 0 0 87 4 5 3 20 0 15 0 64935430 11079016448 21139 33554432000 4194304 4196468 140732281337232 140732281319776 140158800551671 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
/proc/30846/statm: 2704838 21139 3240 1 0 2667149 0
[pid=30846/tid=30899] ppid=30843 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/30846/task/30899/stat : 30899 (java) R 30843 30846 24765 0 -1 4202560 12321 13137 0 0 55 3 5 3 20 0 15 0 64935440 11079016448 21139 33554432000 4194304 4196468 140732281337232 140158772372496 140158782115246 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30900] ppid=30843 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30900/stat : 30900 (java) S 30843 30846 24765 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 15 0 64935441 11079016448 21139 33554432000 4194304 4196468 140732281337232 140158804793744 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30901] ppid=30843 vsize=10819352 memory=4136 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30901/stat : 30901 (java) S 30843 30846 24765 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 15 0 64935441 11079016448 21139 33554432000 4194304 4196468 140732281337232 140158693067024 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30902] ppid=30843 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30902/stat : 30902 (java) S 30843 30846 24765 0 -1 1077944384 2 13137 0 0 0 0 5 3 20 0 15 0 64935441 11079016448 21139 33554432000 4194304 4196468 140732281337232 140158692014736 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30903] ppid=30843 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30903/stat : 30903 (java) S 30843 30846 24765 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 15 0 64935441 11079016448 21139 33554432000 4194304 4196468 140732281337232 140158690961936 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30904] ppid=30843 vsize=10819352 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30904/stat : 30904 (java) S 30843 30846 24765 0 -1 1077944384 5 13137 0 0 0 0 5 3 20 0 15 0 64935442 11079016448 21139 33554432000 4194304 4196468 140732281337232 140158259112560 140158800562818 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30905] ppid=30843 vsize=10819352 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30905/stat : 30905 (java) S 30843 30846 24765 0 -1 1077944384 33 13137 0 0 0 0 5 3 20 0 15 0 64935442 11079016448 21139 33554432000 4194304 4196468 140732281337232 140158258058528 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30906] ppid=30843 vsize=10819352 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30906/stat : 30906 (java) S 30843 30846 24765 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 15 0 64935443 11079016448 21139 33554432000 4194304 4196468 140732281337232 140157667763824 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30907] ppid=30843 vsize=10819352 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30907/stat : 30907 (java) S 30843 30846 24765 0 -1 1077944384 3 13137 0 0 0 0 5 3 20 0 15 0 64935445 11079016448 21139 33554432000 4194304 4196468 140732281337232 140157360364112 140158800570267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30908] ppid=30843 vsize=10819352 memory=13252 CPUtime=0.18 cores=0,2,4,6
/proc/30846/task/30908/stat : 30908 (java) S 30843 30846 24765 0 -1 1077944384 1100 13137 0 0 10 0 5 3 20 0 15 0 64935445 11079016448 21139 33554432000 4194304 4196468 140732281337232 140158224500848 140158800562818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30909] ppid=30843 vsize=10819352 memory=15460 CPUtime=0.15 cores=0,2,4,6
/proc/30846/task/30909/stat : 30909 (java) S 30843 30846 24765 0 -1 1077944384 478 13137 0 0 7 0 5 3 20 0 15 0 64935445 11079016448 21139 33554432000 4194304 4196468 140732281337232 140158223448048 140158800562818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30910] ppid=30843 vsize=10819352 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/30846/task/30910/stat : 30910 (java) S 30843 30846 24765 0 -1 1077944384 617 13137 0 0 13 0 5 3 20 0 15 0 64935445 11079016448 21139 33554432000 4194304 4196468 140732281337232 140158222395760 140158800562818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30911] ppid=30843 vsize=10819352 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30911/stat : 30911 (java) S 30843 30846 24765 0 -1 1077944384 3 13137 0 0 0 0 5 3 20 0 15 0 64935446 11079016448 21139 33554432000 4194304 4196468 140732281337232 140157326805472 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30912] ppid=30843 vsize=10819352 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30912/stat : 30912 (java) S 30843 30846 24765 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 15 0 64935446 11079016448 21139 33554432000 4194304 4196468 140732281337232 140158221343664 140158800562818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84556 KiB

[startup+1.50071 s]
/proc/loadavg: 1.47 1.33 1.34 4/215 30912
/proc/meminfo: memFree=21665640/32770624 swapFree=67108860/67108860
[pid=30846] ppid=30843 vsize=10834252 memory=174820 CPUtime=2.26 cores=0,2,4,6
/proc/30846/stat : 30846 (java) S 30843 30846 24765 0 -1 1077944320 24313 13137 0 0 209 9 5 3 20 0 15 0 64935430 11094274048 43705 33554432000 4194304 4196468 140732281337232 140732281319776 140158800551671 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
/proc/30846/statm: 2708563 43705 3465 1 0 2670221 0
[pid=30846/tid=30899] ppid=30843 vsize=10834252 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/30846/task/30899/stat : 30899 (java) R 30843 30846 24765 0 -1 4202560 17989 13137 0 0 130 5 5 3 20 0 15 0 64935440 11094274048 43705 33554432000 4194304 4196468 140732281337232 140158772383168 140158786245152 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30900] ppid=30843 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30846/task/30900/stat : 30900 (java) S 30843 30846 24765 0 -1 1077944384 238 13137 0 0 1 0 5 3 20 0 15 0 64935441 11094274048 43705 33554432000 4194304 4196468 140732281337232 140158804793744 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30901] ppid=30843 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30846/task/30901/stat : 30901 (java) S 30843 30846 24765 0 -1 1077944384 21 13137 0 0 1 0 5 3 20 0 15 0 64935441 11094274048 43705 33554432000 4194304 4196468 140732281337232 140158693067024 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30902] ppid=30843 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30846/task/30902/stat : 30902 (java) S 30843 30846 24765 0 -1 1077944384 37 13137 0 0 1 0 5 3 20 0 15 0 64935441 11094274048 43705 33554432000 4194304 4196468 140732281337232 140158692014736 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30903] ppid=30843 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30846/task/30903/stat : 30903 (java) S 30843 30846 24765 0 -1 1077944384 62 13137 0 0 1 0 5 3 20 0 15 0 64935441 11094274048 43705 33554432000 4194304 4196468 140732281337232 140158690961936 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30904] ppid=30843 vsize=10834252 memory=1399103955520229747 CPUtime=0.09 cores=0,2,4,6
/proc/30846/task/30904/stat : 30904 (java) S 30843 30846 24765 0 -1 1077944384 326 13137 0 0 1 0 5 3 20 0 15 0 64935442 11094274048 43705 33554432000 4194304 4196468 140732281337232 140158259112560 140158800562818 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30905] ppid=30843 vsize=10834252 memory=280289834248448 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30905/stat : 30905 (java) S 30843 30846 24765 0 -1 1077944384 34 13137 0 0 0 0 5 3 20 0 15 0 64935442 11094274048 43705 33554432000 4194304 4196468 140732281337232 140158258058592 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30906] ppid=30843 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30906/stat : 30906 (java) S 30843 30846 24765 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 15 0 64935443 11094274048 43705 33554432000 4194304 4196468 140732281337232 140157667763840 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30907] ppid=30843 vsize=10834252 memory=1228 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30907/stat : 30907 (java) S 30843 30846 24765 0 -1 1077944384 3 13137 0 0 0 0 5 3 20 0 15 0 64935445 11094274048 43705 33554432000 4194304 4196468 140732281337232 140157360364112 140158800570267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30908] ppid=30843 vsize=10834252 memory=1704 CPUtime=0.31 cores=0,2,4,6
/proc/30846/task/30908/stat : 30908 (java) S 30843 30846 24765 0 -1 1077944384 1576 13137 0 0 23 0 5 3 20 0 15 0 64935445 11094274048 43705 33554432000 4194304 4196468 140732281337232 140158224500848 140158800562818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30909] ppid=30843 vsize=10834252 memory=9924 CPUtime=0.25 cores=0,2,4,6
/proc/30846/task/30909/stat : 30909 (java) S 30843 30846 24765 0 -1 1077944384 649 13137 0 0 17 0 5 3 20 0 15 0 64935445 11094274048 43705 33554432000 4194304 4196468 140732281337232 140158223448048 140158800562818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30910] ppid=30843 vsize=10834252 memory=5788 CPUtime=0.39 cores=0,2,4,6
/proc/30846/task/30910/stat : 30910 (java) R 30843 30846 24765 0 -1 4202560 1181 13137 0 0 31 0 5 3 20 0 15 0 64935445 11094274048 43705 33554432000 4194304 4196468 140732281337232 140158222395760 140158784632158 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30911] ppid=30843 vsize=10834252 memory=1936 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30911/stat : 30911 (java) S 30843 30846 24765 0 -1 1077944384 3 13137 0 0 0 0 5 3 20 0 15 0 64935446 11094274048 43705 33554432000 4194304 4196468 140732281337232 140157326805472 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30912] ppid=30843 vsize=10834252 memory=1196 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30912/stat : 30912 (java) S 30843 30846 24765 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 15 0 64935446 11094274048 43705 33554432000 4194304 4196468 140732281337232 140158221343664 140158800562818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10834252 KiB

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

/proc/30846/task/30899/stat : 30899 (java) R 30843 30846 24765 0 -1 4202560 89712 13137 0 0 235682 43 5 3 20 0 15 0 64935440 11176083456 211784 33554432000 4194304 4196468 140732281337232 140158772385920 140158367797191 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30900] ppid=30843 vsize=10914144 memory=847064 CPUtime=10.57 cores=0,2,4,6
/proc/30846/task/30900/stat : 30900 (java) S 30843 30846 24765 0 -1 1077944384 16093 13137 0 0 996 53 5 3 20 0 15 0 64935441 11176083456 211784 33554432000 4194304 4196468 140732281337232 140158804793744 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30901] ppid=30843 vsize=10914144 memory=847068 CPUtime=10.59 cores=0,2,4,6
/proc/30846/task/30901/stat : 30901 (java) S 30843 30846 24765 0 -1 1077944384 17471 13137 0 0 996 55 5 3 20 0 15 0 64935441 11176083456 211784 33554432000 4194304 4196468 140732281337232 140158693067024 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30902] ppid=30843 vsize=10914144 memory=847068 CPUtime=10.59 cores=0,2,4,6
/proc/30846/task/30902/stat : 30902 (java) S 30843 30846 24765 0 -1 1077944384 12109 13137 0 0 995 56 5 3 20 0 15 0 64935441 11176083456 211784 33554432000 4194304 4196468 140732281337232 140158692014736 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30903] ppid=30843 vsize=10914144 memory=847068 CPUtime=10.58 cores=0,2,4,6
/proc/30846/task/30903/stat : 30903 (java) S 30843 30846 24765 0 -1 1077944384 15025 13137 0 0 996 54 5 3 20 0 15 0 64935441 11176083456 211784 33554432000 4194304 4196468 140732281337232 140158690961936 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30904] ppid=30843 vsize=10914144 memory=847136 CPUtime=10.91 cores=0,2,4,6
/proc/30846/task/30904/stat : 30904 (java) S 30843 30846 24765 0 -1 1077944384 14398 13137 0 0 1029 54 5 3 20 0 15 0 64935442 11176083456 211784 33554432000 4194304 4196468 140732281337232 140158259112560 140158800562818 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30905] ppid=30843 vsize=10914144 memory=847136 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30905/stat : 30905 (java) S 30843 30846 24765 0 -1 1077944384 38 13137 0 0 0 0 5 3 20 0 15 0 64935442 11176083456 211784 33554432000 4194304 4196468 140732281337232 140158258058656 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30906] ppid=30843 vsize=10914144 memory=164 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30906/stat : 30906 (java) S 30843 30846 24765 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 15 0 64935443 11176083456 211784 33554432000 4194304 4196468 140732281337232 140157667763840 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30907] ppid=30843 vsize=10914144 memory=847136 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30907/stat : 30907 (java) S 30843 30846 24765 0 -1 1077944384 3 13137 0 0 0 0 5 3 20 0 15 0 64935445 11176083456 211784 33554432000 4194304 4196468 140732281337232 140157360364112 140158800570267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30908] ppid=30843 vsize=10914144 memory=266 CPUtime=3.46 cores=0,2,4,6
/proc/30846/task/30908/stat : 30908 (java) S 30843 30846 24765 0 -1 1077944384 23863 13137 0 0 335 3 5 3 20 0 15 0 64935445 11176083456 211784 33554432000 4194304 4196468 140732281337232 140158224500848 140158800562818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30909] ppid=30843 vsize=10914144 memory=847068 CPUtime=2.75 cores=0,2,4,6
/proc/30846/task/30909/stat : 30909 (java) S 30843 30846 24765 0 -1 1077944384 17371 13137 0 0 263 4 5 3 20 0 15 0 64935445 11176083456 211784 33554432000 4194304 4196468 140732281337232 140158223448048 140158800562818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30910] ppid=30843 vsize=10914144 memory=847136 CPUtime=1.5 cores=0,2,4,6
/proc/30846/task/30910/stat : 30910 (java) S 30843 30846 24765 0 -1 1077944384 16464 13137 0 0 139 3 5 3 20 0 15 0 64935445 11176083456 211784 33554432000 4194304 4196468 140732281337232 140158222395760 140158800562818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30911] ppid=30843 vsize=10914144 memory=4136 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30911/stat : 30911 (java) S 30843 30846 24765 0 -1 1077944384 3 13137 0 0 0 0 5 3 20 0 15 0 64935446 11176083456 211784 33554432000 4194304 4196468 140732281337232 140157326805472 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30912] ppid=30843 vsize=10914144 memory=847136 CPUtime=1.62 cores=0,2,4,6
/proc/30846/task/30912/stat : 30912 (java) S 30843 30846 24765 0 -1 1077944384 979 13137 0 0 75 79 5 3 20 0 15 0 64935446 11176083456 211784 33554432000 4194304 4196468 140732281337232 140158221343664 140158800562818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
Current children cumulated CPU time: 2419.28 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 847136 KiB

[startup+2442.3 s]
/proc/loadavg: 1.61 1.50 1.41 3/215 31115
/proc/meminfo: memFree=20713920/32770624 swapFree=67108860/67108860
[pid=30846] ppid=30843 vsize=10914144 memory=849236 CPUtime=2480.01 cores=0,2,4,6
/proc/30846/stat : 30846 (java) S 30843 30846 24765 0 -1 1077944320 226934 13137 0 0 247652 341 5 3 20 0 15 0 64935430 11176083456 212309 33554432000 4194304 4196468 140732281337232 140732281319776 140158800551671 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
/proc/30846/statm: 2728536 212309 3518 1 0 2690189 0
[pid=30846/tid=30899] ppid=30843 vsize=10914144 memory=849236 CPUtime=2416.7 cores=0,2,4,6
/proc/30846/task/30899/stat : 30899 (java) R 30843 30846 24765 0 -1 4202560 90399 13137 0 0 241618 44 5 3 20 0 15 0 64935440 11176083456 212309 33554432000 4194304 4196468 140732281337232 140158772386352 140158368649757 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30900] ppid=30843 vsize=10914144 memory=847136 CPUtime=10.83 cores=0,2,4,6
/proc/30846/task/30900/stat : 30900 (java) S 30843 30846 24765 0 -1 1077944384 16111 13137 0 0 1020 55 5 3 20 0 15 0 64935441 11176083456 212309 33554432000 4194304 4196468 140732281337232 140158804793744 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30901] ppid=30843 vsize=10914144 memory=849192 CPUtime=10.85 cores=0,2,4,6
/proc/30846/task/30901/stat : 30901 (java) S 30843 30846 24765 0 -1 1077944384 17578 13137 0 0 1021 56 5 3 20 0 15 0 64935441 11176083456 212309 33554432000 4194304 4196468 140732281337232 140158693067024 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30902] ppid=30843 vsize=10914144 memory=849192 CPUtime=10.84 cores=0,2,4,6
/proc/30846/task/30902/stat : 30902 (java) S 30843 30846 24765 0 -1 1077944384 12133 13137 0 0 1019 57 5 3 20 0 15 0 64935441 11176083456 212309 33554432000 4194304 4196468 140732281337232 140158692014736 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30903] ppid=30843 vsize=10914144 memory=849192 CPUtime=10.85 cores=0,2,4,6
/proc/30846/task/30903/stat : 30903 (java) S 30843 30846 24765 0 -1 1077944384 15298 13137 0 0 1021 56 5 3 20 0 15 0 64935441 11176083456 212309 33554432000 4194304 4196468 140732281337232 140158690961936 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30904] ppid=30843 vsize=10914144 memory=849192 CPUtime=11.17 cores=0,2,4,6
/proc/30846/task/30904/stat : 30904 (java) S 30843 30846 24765 0 -1 1077944384 14483 13137 0 0 1054 55 5 3 20 0 15 0 64935442 11176083456 212309 33554432000 4194304 4196468 140732281337232 140158259112560 140158800562818 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30905] ppid=30843 vsize=10914144 memory=849192 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30905/stat : 30905 (java) S 30843 30846 24765 0 -1 1077944384 38 13137 0 0 0 0 5 3 20 0 15 0 64935442 11176083456 212309 33554432000 4194304 4196468 140732281337232 140158258058656 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30906] ppid=30843 vsize=10914144 memory=849192 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30906/stat : 30906 (java) S 30843 30846 24765 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 15 0 64935443 11176083456 212309 33554432000 4194304 4196468 140732281337232 140157667763840 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30907] ppid=30843 vsize=10914144 memory=849236 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30907/stat : 30907 (java) S 30843 30846 24765 0 -1 1077944384 3 13137 0 0 0 0 5 3 20 0 15 0 64935445 11176083456 212309 33554432000 4194304 4196468 140732281337232 140157360364112 140158800570267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30908] ppid=30843 vsize=10914144 memory=849192 CPUtime=3.46 cores=0,2,4,6
/proc/30846/task/30908/stat : 30908 (java) S 30843 30846 24765 0 -1 1077944384 23863 13137 0 0 335 3 5 3 20 0 15 0 64935445 11176083456 212309 33554432000 4194304 4196468 140732281337232 140158224500848 140158800562818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30909] ppid=30843 vsize=10914144 memory=849192 CPUtime=2.75 cores=0,2,4,6
/proc/30846/task/30909/stat : 30909 (java) S 30843 30846 24765 0 -1 1077944384 17371 13137 0 0 263 4 5 3 20 0 15 0 64935445 11176083456 212309 33554432000 4194304 4196468 140732281337232 140158223448048 140158800562818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30910] ppid=30843 vsize=10914144 memory=849192 CPUtime=1.5 cores=0,2,4,6
/proc/30846/task/30910/stat : 30910 (java) S 30843 30846 24765 0 -1 1077944384 16464 13137 0 0 139 3 5 3 20 0 15 0 64935445 11176083456 212309 33554432000 4194304 4196468 140732281337232 140158222395760 140158800562818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30911] ppid=30843 vsize=10914144 memory=4136 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30911/stat : 30911 (java) S 30843 30846 24765 0 -1 1077944384 3 13137 0 0 0 0 5 3 20 0 15 0 64935446 11176083456 212309 33554432000 4194304 4196468 140732281337232 140157326805472 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30912] ppid=30843 vsize=10914144 memory=19832 CPUtime=1.65 cores=0,2,4,6
/proc/30846/task/30912/stat : 30912 (java) S 30843 30846 24765 0 -1 1077944384 997 13137 0 0 76 81 5 3 20 0 15 0 64935446 11176083456 212309 33554432000 4194304 4196468 140732281337232 140158221343664 140158800562818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
Current children cumulated CPU time: 2480.01 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 849236 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2481.9 s]
/proc/loadavg: 1.35 1.45 1.40 3/217 31125
/proc/meminfo: memFree=20757372/32770624 swapFree=67108860/67108860
[pid=30846] ppid=30843 vsize=10914144 memory=849268 CPUtime=2520.06 cores=0,2,4,6
/proc/30846/stat : 30846 (java) S 30843 30846 24765 0 -1 1077944320 227393 13137 0 0 251653 345 5 3 20 0 15 0 64935430 11176083456 212317 33554432000 4194304 4196468 140732281337232 140732281319776 140158800551671 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
/proc/30846/statm: 2728536 212317 3518 1 0 2690189 0
[pid=30846/tid=30899] ppid=30843 vsize=10914144 memory=849268 CPUtime=2455.92 cores=0,2,4,6
/proc/30846/task/30899/stat : 30899 (java) R 30843 30846 24765 0 -1 4202560 90719 13137 0 0 245540 44 5 3 20 0 15 0 64935440 11176083456 212317 33554432000 4194304 4196468 140732281337232 140158772384976 140158367797854 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30900] ppid=30843 vsize=10914144 memory=849236 CPUtime=10.99 cores=0,2,4,6
/proc/30846/task/30900/stat : 30900 (java) S 30843 30846 24765 0 -1 1077944384 16121 13137 0 0 1036 55 5 3 20 0 15 0 64935441 11176083456 212317 33554432000 4194304 4196468 140732281337232 140158804793744 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30901] ppid=30843 vsize=10914144 memory=849236 CPUtime=11.01 cores=0,2,4,6
/proc/30846/task/30901/stat : 30901 (java) S 30843 30846 24765 0 -1 1077944384 17589 13137 0 0 1036 57 5 3 20 0 15 0 64935441 11176083456 212317 33554432000 4194304 4196468 140732281337232 140158693067024 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30902] ppid=30843 vsize=10914144 memory=849192 CPUtime=11.01 cores=0,2,4,6
/proc/30846/task/30902/stat : 30902 (java) S 30843 30846 24765 0 -1 1077944384 12146 13137 0 0 1035 58 5 3 20 0 15 0 64935441 11176083456 212317 33554432000 4194304 4196468 140732281337232 140158692014736 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30903] ppid=30843 vsize=10914144 memory=849236 CPUtime=11.01 cores=0,2,4,6
/proc/30846/task/30903/stat : 30903 (java) S 30843 30846 24765 0 -1 1077944384 15327 13137 0 0 1036 57 5 3 20 0 15 0 64935441 11176083456 212317 33554432000 4194304 4196468 140732281337232 140158690961936 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30904] ppid=30843 vsize=10914144 memory=849236 CPUtime=11.34 cores=0,2,4,6
/proc/30846/task/30904/stat : 30904 (java) S 30843 30846 24765 0 -1 1077944384 14540 13137 0 0 1069 57 5 3 20 0 15 0 64935442 11176083456 212317 33554432000 4194304 4196468 140732281337232 140158259112560 140158800562818 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30905] ppid=30843 vsize=10914144 memory=849236 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30905/stat : 30905 (java) S 30843 30846 24765 0 -1 1077944384 38 13137 0 0 0 0 5 3 20 0 15 0 64935442 11176083456 212317 33554432000 4194304 4196468 140732281337232 140158258058656 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30906] ppid=30843 vsize=10914144 memory=849268 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30906/stat : 30906 (java) S 30843 30846 24765 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 15 0 64935443 11176083456 212317 33554432000 4194304 4196468 140732281337232 140157667763840 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30907] ppid=30843 vsize=10914144 memory=849268 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30907/stat : 30907 (java) S 30843 30846 24765 0 -1 1077944384 3 13137 0 0 0 0 5 3 20 0 15 0 64935445 11176083456 212317 33554432000 4194304 4196468 140732281337232 140157360364112 140158800570267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30908] ppid=30843 vsize=10914144 memory=849268 CPUtime=3.46 cores=0,2,4,6
/proc/30846/task/30908/stat : 30908 (java) S 30843 30846 24765 0 -1 1077944384 23865 13137 0 0 335 3 5 3 20 0 15 0 64935445 11176083456 212317 33554432000 4194304 4196468 140732281337232 140158224500848 140158800562818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30909] ppid=30843 vsize=10914144 memory=849268 CPUtime=2.75 cores=0,2,4,6
/proc/30846/task/30909/stat : 30909 (java) S 30843 30846 24765 0 -1 1077944384 17373 13137 0 0 263 4 5 3 20 0 15 0 64935445 11176083456 212317 33554432000 4194304 4196468 140732281337232 140158223448048 140158800562818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30910] ppid=30843 vsize=10914144 memory=849268 CPUtime=1.5 cores=0,2,4,6
/proc/30846/task/30910/stat : 30910 (java) S 30843 30846 24765 0 -1 1077944384 16466 13137 0 0 139 3 5 3 20 0 15 0 64935445 11176083456 212317 33554432000 4194304 4196468 140732281337232 140158222395760 140158800562818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30911] ppid=30843 vsize=10914144 memory=849268 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30911/stat : 30911 (java) S 30843 30846 24765 0 -1 1077944384 3 13137 0 0 0 0 5 3 20 0 15 0 64935446 11176083456 212317 33554432000 4194304 4196468 140732281337232 140157326805472 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30912] ppid=30843 vsize=10914144 memory=849268 CPUtime=1.68 cores=0,2,4,6
/proc/30846/task/30912/stat : 30912 (java) S 30843 30846 24765 0 -1 1077944384 1010 13137 0 0 78 82 5 3 20 0 15 0 64935446 11176083456 212317 33554432000 4194304 4196468 140732281337232 140158221343664 140158800562818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 849268 KiB

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

[startup+2481.93 s]
# the end of solver process 30846 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.6 s, system=3.50304 s

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

[startup+2481.9 s]
/proc/loadavg: 1.35 1.45 1.40 3/217 31125
/proc/meminfo: memFree=20757372/32770624 swapFree=67108860/67108860
[pid=30846] ppid=30843 vsize=10914144 memory=849268 CPUtime=2520.06 cores=0,2,4,6
/proc/30846/stat : 30846 (java) S 30843 30846 24765 0 -1 1077944320 227393 13137 0 0 251653 345 5 3 20 0 15 0 64935430 11176083456 212317 33554432000 4194304 4196468 140732281337232 140732281319776 140158800551671 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
/proc/30846/statm: 2728536 212317 3518 1 0 2690189 0
[pid=30846/tid=30899] ppid=30843 vsize=10914144 memory=849268 CPUtime=2455.92 cores=0,2,4,6
/proc/30846/task/30899/stat : 30899 (java) R 30843 30846 24765 0 -1 4202560 90719 13137 0 0 245540 44 5 3 20 0 15 0 64935440 11176083456 212317 33554432000 4194304 4196468 140732281337232 140158772384976 140158367797854 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30900] ppid=30843 vsize=10914144 memory=849236 CPUtime=10.99 cores=0,2,4,6
/proc/30846/task/30900/stat : 30900 (java) S 30843 30846 24765 0 -1 1077944384 16121 13137 0 0 1036 55 5 3 20 0 15 0 64935441 11176083456 212317 33554432000 4194304 4196468 140732281337232 140158804793744 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30901] ppid=30843 vsize=10914144 memory=849236 CPUtime=11.01 cores=0,2,4,6
/proc/30846/task/30901/stat : 30901 (java) S 30843 30846 24765 0 -1 1077944384 17589 13137 0 0 1036 57 5 3 20 0 15 0 64935441 11176083456 212317 33554432000 4194304 4196468 140732281337232 140158693067024 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30902] ppid=30843 vsize=10914144 memory=849192 CPUtime=11.01 cores=0,2,4,6
/proc/30846/task/30902/stat : 30902 (java) S 30843 30846 24765 0 -1 1077944384 12146 13137 0 0 1035 58 5 3 20 0 15 0 64935441 11176083456 212317 33554432000 4194304 4196468 140732281337232 140158692014736 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30903] ppid=30843 vsize=10914144 memory=849236 CPUtime=11.01 cores=0,2,4,6
/proc/30846/task/30903/stat : 30903 (java) S 30843 30846 24765 0 -1 1077944384 15327 13137 0 0 1036 57 5 3 20 0 15 0 64935441 11176083456 212317 33554432000 4194304 4196468 140732281337232 140158690961936 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30904] ppid=30843 vsize=10914144 memory=849236 CPUtime=11.34 cores=0,2,4,6
/proc/30846/task/30904/stat : 30904 (java) S 30843 30846 24765 0 -1 1077944384 14540 13137 0 0 1069 57 5 3 20 0 15 0 64935442 11176083456 212317 33554432000 4194304 4196468 140732281337232 140158259112560 140158800562818 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30905] ppid=30843 vsize=10914144 memory=849236 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30905/stat : 30905 (java) S 30843 30846 24765 0 -1 1077944384 38 13137 0 0 0 0 5 3 20 0 15 0 64935442 11176083456 212317 33554432000 4194304 4196468 140732281337232 140158258058656 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30906] ppid=30843 vsize=10914144 memory=849268 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30906/stat : 30906 (java) S 30843 30846 24765 0 -1 1077944384 1 13137 0 0 0 0 5 3 20 0 15 0 64935443 11176083456 212317 33554432000 4194304 4196468 140732281337232 140157667763840 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30907] ppid=30843 vsize=10914144 memory=849268 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30907/stat : 30907 (java) S 30843 30846 24765 0 -1 1077944384 3 13137 0 0 0 0 5 3 20 0 15 0 64935445 11176083456 212317 33554432000 4194304 4196468 140732281337232 140157360364112 140158800570267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30908] ppid=30843 vsize=10914144 memory=849268 CPUtime=3.46 cores=0,2,4,6
/proc/30846/task/30908/stat : 30908 (java) S 30843 30846 24765 0 -1 1077944384 23865 13137 0 0 335 3 5 3 20 0 15 0 64935445 11176083456 212317 33554432000 4194304 4196468 140732281337232 140158224500848 140158800562818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30909] ppid=30843 vsize=10914144 memory=849268 CPUtime=2.75 cores=0,2,4,6
/proc/30846/task/30909/stat : 30909 (java) S 30843 30846 24765 0 -1 1077944384 17373 13137 0 0 263 4 5 3 20 0 15 0 64935445 11176083456 212317 33554432000 4194304 4196468 140732281337232 140158223448048 140158800562818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30910] ppid=30843 vsize=10914144 memory=849268 CPUtime=1.5 cores=0,2,4,6
/proc/30846/task/30910/stat : 30910 (java) S 30843 30846 24765 0 -1 1077944384 16466 13137 0 0 139 3 5 3 20 0 15 0 64935445 11176083456 212317 33554432000 4194304 4196468 140732281337232 140158222395760 140158800562818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30911] ppid=30843 vsize=10914144 memory=849268 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30911/stat : 30911 (java) S 30843 30846 24765 0 -1 1077944384 3 13137 0 0 0 0 5 3 20 0 15 0 64935446 11176083456 212317 33554432000 4194304 4196468 140732281337232 140157326805472 140158800561877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
[pid=30846/tid=30912] ppid=30843 vsize=10914144 memory=849268 CPUtime=1.68 cores=0,2,4,6
/proc/30846/task/30912/stat : 30912 (java) S 30843 30846 24765 0 -1 1077944384 1010 13137 0 0 78 82 5 3 20 0 15 0 64935446 11176083456 212317 33554432000 4194304 4196468 140732281337232 140158221343664 140158800562818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7651328 140732281342125 140732281345372 140732281345372 140732281348047 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 849268 KiB

Child status: 143
Real time (s): 2481.93
CPU time (s): 2520.11
CPU user time (s): 2516.6
CPU system time (s): 3.50304
CPU usage (%): 101.538
Max. virtual memory (cumulated for all children) (KiB): 10914144
Max. memory (cumulated for all children) (KiB): 849268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.6
system time used= 3.50304
maximum resident set size= 853496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241628
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 280328
involuntary context switches= 9636


# summary of solver processes directly reported to runsolver:
#   pid: 30846
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.6
#   total CPU system time (s): 3.50304

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7572 second user time and 23.1337 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-25 01:08:42
IDJOB=4294635
IDBENCH=141405
IDSOLVER=2751
FILE ID=node105/4294635-1532473722
RUNJOBID= node105-1532448512-24796
PBS_JOBID= 21021581
Free space on /tmp= 44736 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Dubois/Dubois-030_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-4294635-1532473722/watcher-4294635-1532473722 -o /tmp/evaluation-result-4294635-1532473722/solver-4294635-1532473722 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532448512-24796 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=43327570 -superng HOME/instance-4294635-1532473722.xml

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

MD5SUM BENCH= 66307dff53c13fd4d4ac6b074183ea2b
RANDOM SEED=43327570

node105.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.32
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.32
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.32
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.32
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:        21760424 kB
MemAvailable:   31043584 kB
Buffers:          227480 kB
Cached:          9195644 kB
SwapCached:            0 kB
Active:          2548052 kB
Inactive:        7823460 kB
Active(anon):     902828 kB
Inactive(anon):    65516 kB
Active(file):    1645224 kB
Inactive(file):  7757944 kB
Unevictable:        7180 kB
Mlocked:            7180 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26352 kB
Writeback:             0 kB
AnonPages:        959864 kB
Mapped:            51880 kB
Shmem:             17036 kB
Slab:             335924 kB
SReclaimable:     308452 kB
SUnreclaim:        27472 kB
KernelStack:        3680 kB
PageTables:         7060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1946108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    737280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44712 MiB
End job on node105 at 2018-07-25 01:50:05