Trace number 4304873

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? (TO) 2520.1 2467.14

General information on the benchmark

NameStripPacking/
StripPacking-N1b_c18.xml
MD5SUMd6d9a16a398659a401a93dc83363d7ca
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark158.344
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of constraints52
Number of domains19
Minimum domain size1
Maximum domain size200
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":49},{"size":200,"count":34}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":17},{"degree":2,"count":34},{"degree":3,"count":34}]
Minimum constraint arity2
Maximum constraint arity68
Distribution of constraint arities[{"arity":2,"count":34},{"arity":3,"count":17},{"arity":68,"count":1}]
Number of extensional constraints17
Number of intensional constraints34
Distribution of constraint types[{"type":"extension","count":17},{"type":"intension","count":34},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304873-1534050407/watcher-4304873-1534050407 -o /tmp/evaluation-result-4304873-1534050407/solver-4304873-1534050407 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534040018-23574 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1660518256 HOME/instance-4304873-1534050407.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=25352, runsolver pid=25349

[startup+0.10006 s]*
/proc/loadavg: 1.24 1.37 1.40 3/206 25409
/proc/meminfo: memFree=26822408/32770624 swapFree=67108804/67108860
[pid=25352] ppid=25349 vsize=10005480 memory=16812 CPUtime=0.09 cores=0,2,4,6
/proc/25352/stat : 25352 (java) S 25349 25352 22159 0 -1 1077944320 4337 12848 0 0 1 0 5 3 20 0 6 0 222603903 10245611520 4203 33554432000 4194304 4196468 140736987072304 140736987054848 139932978970359 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
/proc/25352/statm: 2501370 4203 1934 1 0 2489808 0
[pid=25352/tid=25405] ppid=25349 vsize=10005480 memory=4279135703946462605 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25405/stat : 25405 (java) R 25349 25352 22159 0 -1 4202560 2146 12848 0 0 0 0 5 3 20 0 6 0 222603912 10245611520 4203 33554432000 4194304 4196468 140736987072304 139932950807120 139932963050846 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25406] ppid=25349 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25406/stat : 25406 (java) S 25349 25352 22159 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 6 0 222603913 10245611520 4203 33554432000 4194304 4196468 140736987072304 139932983213200 139932978980565 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25407] ppid=25349 vsize=10005480 memory=140003575084672 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25407/stat : 25407 (java) S 25349 25352 22159 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 6 0 222603913 10245611520 4203 33554432000 4194304 4196468 140736987072304 139932518374416 139932978980565 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25408] ppid=25349 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25408/stat : 25408 (java) S 25349 25352 22159 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 6 0 222603913 10245611520 4203 33554432000 4194304 4196468 140736987072304 139932517321616 139932978980565 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25409] ppid=25349 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25409/stat : 25409 (java) S 25349 25352 22159 0 -1 1077944384 2 12848 0 0 0 0 5 3 20 0 6 0 222603913 10245611520 4203 33554432000 4194304 4196468 140736987072304 139932516268816 139932978980565 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210015 s]*
/proc/loadavg: 1.24 1.37 1.40 3/215 25418
/proc/meminfo: memFree=26802408/32770624 swapFree=67108804/67108860
[pid=25352] ppid=25349 vsize=10982744 memory=42024 CPUtime=0.26 cores=0,2,4,6
/proc/25352/stat : 25352 (java) S 25349 25352 22159 0 -1 1077944320 7759 12848 0 0 17 1 5 3 20 0 15 0 222603903 11246329856 10506 33554432000 4194304 4196468 140736987072304 140736987054848 139932978970359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
/proc/25352/statm: 2745686 10506 2949 1 0 2708109 0
[pid=25352/tid=25405] ppid=25349 vsize=10982744 memory=-6517102902069810590 CPUtime=0.2 cores=0,2,4,6
/proc/25352/task/25405/stat : 25405 (java) R 25349 25352 22159 0 -1 4202560 4327 12848 0 0 11 1 5 3 20 0 15 0 222603912 11246329856 10572 33554432000 4194304 4196468 140736987072304 139932950757360 139932959246080 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25406] ppid=25349 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25406/stat : 25406 (java) S 25349 25352 22159 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 222603913 11246329856 10572 33554432000 4194304 4196468 140736987072304 139932983213200 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25407] ppid=25349 vsize=10982744 memory=140003575084672 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25407/stat : 25407 (java) S 25349 25352 22159 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 222603913 11246329856 10572 33554432000 4194304 4196468 140736987072304 139932518374416 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25408] ppid=25349 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25408/stat : 25408 (java) S 25349 25352 22159 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 222603913 11246329856 10572 33554432000 4194304 4196468 140736987072304 139932517321616 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25409] ppid=25349 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25409/stat : 25409 (java) S 25349 25352 22159 0 -1 1077944384 2 12848 0 0 0 0 5 3 20 0 15 0 222603913 11246329856 10572 33554432000 4194304 4196468 140736987072304 139932516268816 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25410] ppid=25349 vsize=10982744 memory=140003575084672 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25410/stat : 25410 (java) S 25349 25352 22159 0 -1 1077944384 2 12848 0 0 0 0 5 3 20 0 15 0 222603915 11246329856 10572 33554432000 4194304 4196468 140736987072304 139932472015216 139932978981506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25411] ppid=25349 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25411/stat : 25411 (java) S 25349 25352 22159 0 -1 1077944384 13 12848 0 0 0 0 5 3 20 0 15 0 222603915 11246329856 10572 33554432000 4194304 4196468 140736987072304 139931779327008 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25412] ppid=25349 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25412/stat : 25412 (java) S 25349 25352 22159 0 -1 1077944384 21 12848 0 0 0 0 5 3 20 0 15 0 222603915 11246329856 10572 33554432000 4194304 4196468 140736987072304 139931712213872 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25413] ppid=25349 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25413/stat : 25413 (java) S 25349 25352 22159 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 222603918 11246329856 10572 33554432000 4194304 4196468 140736987072304 139931404818256 139932978988955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25414] ppid=25349 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25352/task/25414/stat : 25414 (java) S 25349 25352 22159 0 -1 1077944384 483 12848 0 0 1 0 5 3 20 0 15 0 222603918 11246329856 10572 33554432000 4194304 4196468 140736987072304 139932470963056 139932978981506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25415] ppid=25349 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25415/stat : 25415 (java) S 25349 25352 22159 0 -1 1077944384 127 12848 0 0 0 0 5 3 20 0 15 0 222603918 11246329856 10572 33554432000 4194304 4196468 140736987072304 139932469910256 139932978981506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25416] ppid=25349 vsize=10982744 memory=140003575084672 CPUtime=0.11 cores=0,2,4,6
/proc/25352/task/25416/stat : 25416 (java) S 25349 25352 22159 0 -1 1077944384 606 12848 0 0 3 0 5 3 20 0 15 0 222603918 11246329856 10572 33554432000 4194304 4196468 140736987072304 139932468857456 139932978981506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25417] ppid=25349 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25417/stat : 25417 (java) S 25349 25352 22159 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 222603918 11246329856 10638 33554432000 4194304 4196468 140736987072304 139930974022368 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25418] ppid=25349 vsize=10982744 memory=140003575084672 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25418/stat : 25418 (java) S 25349 25352 22159 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 222603919 11246329856 10638 33554432000 4194304 4196468 140736987072304 139932467804848 139932978981506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 42024 KiB

[startup+0.310186 s]*
/proc/loadavg: 1.24 1.37 1.40 3/215 25418
/proc/meminfo: memFree=26788596/32770624 swapFree=67108804/67108860
[pid=25352] ppid=25349 vsize=10983192 memory=54324 CPUtime=0.38 cores=0,2,4,6
/proc/25352/stat : 25352 (java) S 25349 25352 22159 0 -1 1077944320 10652 12848 0 0 28 2 5 3 20 0 15 0 222603903 11246788608 13581 33554432000 4194304 4196468 140736987072304 140736987054848 139932978970359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
/proc/25352/statm: 2745798 13581 3068 1 0 2708109 0
[pid=25352/tid=25405] ppid=25349 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/25352/task/25405/stat : 25405 (java) R 25349 25352 22159 0 -1 4202560 7185 12848 0 0 19 2 5 3 20 0 15 0 222603912 11246788608 13581 33554432000 4194304 4196468 140736987072304 139932950782368 139932963050846 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25406] ppid=25349 vsize=10983192 memory=7084813469699035216 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25406/stat : 25406 (java) S 25349 25352 22159 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 222603913 11246788608 13581 33554432000 4194304 4196468 140736987072304 139932983213200 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25407] ppid=25349 vsize=10983192 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25407/stat : 25407 (java) S 25349 25352 22159 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 222603913 11246788608 13581 33554432000 4194304 4196468 140736987072304 139932518374416 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25408] ppid=25349 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25408/stat : 25408 (java) S 25349 25352 22159 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 222603913 11246788608 13581 33554432000 4194304 4196468 140736987072304 139932517321616 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25409] ppid=25349 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25409/stat : 25409 (java) S 25349 25352 22159 0 -1 1077944384 2 12848 0 0 0 0 5 3 20 0 15 0 222603913 11246788608 13581 33554432000 4194304 4196468 140736987072304 139932516268816 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25410] ppid=25349 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25410/stat : 25410 (java) S 25349 25352 22159 0 -1 1077944384 2 12848 0 0 0 0 5 3 20 0 15 0 222603915 11246788608 13581 33554432000 4194304 4196468 140736987072304 139932472015216 139932978981506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25411] ppid=25349 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25411/stat : 25411 (java) S 25349 25352 22159 0 -1 1077944384 13 12848 0 0 0 0 5 3 20 0 15 0 222603915 11246788608 13581 33554432000 4194304 4196468 140736987072304 139931779327008 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25412] ppid=25349 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25412/stat : 25412 (java) S 25349 25352 22159 0 -1 1077944384 21 12848 0 0 0 0 5 3 20 0 15 0 222603915 11246788608 13581 33554432000 4194304 4196468 140736987072304 139931712213872 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25413] ppid=25349 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25413/stat : 25413 (java) S 25349 25352 22159 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 222603918 11246788608 13581 33554432000 4194304 4196468 140736987072304 139931404818256 139932978988955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25414] ppid=25349 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25352/task/25414/stat : 25414 (java) S 25349 25352 22159 0 -1 1077944384 484 12848 0 0 1 0 5 3 20 0 15 0 222603918 11246788608 13581 33554432000 4194304 4196468 140736987072304 139932470963056 139932978981506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25415] ppid=25349 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25352/task/25415/stat : 25415 (java) S 25349 25352 22159 0 -1 1077944384 127 12848 0 0 1 0 5 3 20 0 15 0 222603918 11246788608 13581 33554432000 4194304 4196468 140736987072304 139932469910256 139932978981506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25416] ppid=25349 vsize=10983192 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/25352/task/25416/stat : 25416 (java) S 25349 25352 22159 0 -1 1077944384 616 12848 0 0 5 0 5 3 20 0 15 0 222603918 11246788608 13581 33554432000 4194304 4196468 140736987072304 139932468857456 139932978981506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25417] ppid=25349 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25417/stat : 25417 (java) S 25349 25352 22159 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 222603918 11246788608 13581 33554432000 4194304 4196468 140736987072304 139930974022368 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25418] ppid=25349 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25418/stat : 25418 (java) S 25349 25352 22159 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 222603919 11246788608 13581 33554432000 4194304 4196468 140736987072304 139932467804848 139932978981506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54324 KiB

[startup+0.700823 s]
/proc/loadavg: 1.24 1.37 1.40 3/215 25418
/proc/meminfo: memFree=26778408/32770624 swapFree=67108804/67108860
[pid=25352] ppid=25349 vsize=10983192 memory=86544 CPUtime=1 cores=0,2,4,6
/proc/25352/stat : 25352 (java) S 25349 25352 22159 0 -1 1077944320 16782 12848 0 0 88 4 5 3 20 0 15 0 222603903 11246788608 21636 33554432000 4194304 4196468 140736987072304 140736987054848 139932978970359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
/proc/25352/statm: 2745798 21636 3247 1 0 2708109 0
[pid=25352/tid=25405] ppid=25349 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/25352/task/25405/stat : 25405 (java) R 25349 25352 22159 0 -1 4202560 12252 12848 0 0 56 3 5 3 20 0 15 0 222603912 11246788608 21636 33554432000 4194304 4196468 140736987072304 139932950776864 139932965176671 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25406] ppid=25349 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25406/stat : 25406 (java) S 25349 25352 22159 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 222603913 11246788608 21636 33554432000 4194304 4196468 140736987072304 139932983213200 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25407] ppid=25349 vsize=10983192 memory=3708 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25407/stat : 25407 (java) S 25349 25352 22159 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 222603913 11246788608 21636 33554432000 4194304 4196468 140736987072304 139932518374416 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25408] ppid=25349 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25408/stat : 25408 (java) S 25349 25352 22159 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 222603913 11246788608 21636 33554432000 4194304 4196468 140736987072304 139932517321616 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25409] ppid=25349 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25409/stat : 25409 (java) S 25349 25352 22159 0 -1 1077944384 2 12848 0 0 0 0 5 3 20 0 15 0 222603913 11246788608 21636 33554432000 4194304 4196468 140736987072304 139932516268816 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25410] ppid=25349 vsize=10983192 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25410/stat : 25410 (java) S 25349 25352 22159 0 -1 1077944384 5 12848 0 0 0 0 5 3 20 0 15 0 222603915 11246788608 21636 33554432000 4194304 4196468 140736987072304 139932472015216 139932978981506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25411] ppid=25349 vsize=10983192 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25411/stat : 25411 (java) S 25349 25352 22159 0 -1 1077944384 13 12848 0 0 0 0 5 3 20 0 15 0 222603915 11246788608 21636 33554432000 4194304 4196468 140736987072304 139931779327008 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25412] ppid=25349 vsize=10983192 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25412/stat : 25412 (java) S 25349 25352 22159 0 -1 1077944384 21 12848 0 0 0 0 5 3 20 0 15 0 222603915 11246788608 21636 33554432000 4194304 4196468 140736987072304 139931712213872 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25413] ppid=25349 vsize=10983192 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25413/stat : 25413 (java) S 25349 25352 22159 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 222603918 11246788608 21636 33554432000 4194304 4196468 140736987072304 139931404818256 139932978988955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25414] ppid=25349 vsize=10983192 memory=13252 CPUtime=0.18 cores=0,2,4,6
/proc/25352/task/25414/stat : 25414 (java) S 25349 25352 22159 0 -1 1077944384 1083 12848 0 0 10 0 5 3 20 0 15 0 222603918 11246788608 21636 33554432000 4194304 4196468 140736987072304 139932470963056 139932978981506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25415] ppid=25349 vsize=10983192 memory=15460 CPUtime=0.15 cores=0,2,4,6
/proc/25352/task/25415/stat : 25415 (java) S 25349 25352 22159 0 -1 1077944384 534 12848 0 0 7 0 5 3 20 0 15 0 222603918 11246788608 21636 33554432000 4194304 4196468 140736987072304 139932469910256 139932978981506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25416] ppid=25349 vsize=10983192 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/25352/task/25416/stat : 25416 (java) S 25349 25352 22159 0 -1 1077944384 670 12848 0 0 13 0 5 3 20 0 15 0 222603918 11246788608 21636 33554432000 4194304 4196468 140736987072304 139932468857456 139932978981506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25417] ppid=25349 vsize=10983192 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25417/stat : 25417 (java) S 25349 25352 22159 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 222603918 11246788608 21636 33554432000 4194304 4196468 140736987072304 139930974022368 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25418] ppid=25349 vsize=10983192 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25418/stat : 25418 (java) S 25349 25352 22159 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 222603919 11246788608 21636 33554432000 4194304 4196468 140736987072304 139932467804848 139932978981506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 86544 KiB

[startup+1.50083 s]
/proc/loadavg: 1.24 1.37 1.40 3/215 25418
/proc/meminfo: memFree=26734684/32770624 swapFree=67108804/67108860
[pid=25352] ppid=25349 vsize=10998092 memory=175152 CPUtime=2.3 cores=0,2,4,6
/proc/25352/stat : 25352 (java) S 25349 25352 22159 0 -1 1077944320 24017 12848 0 0 213 9 5 3 20 0 15 0 222603903 11262046208 43788 33554432000 4194304 4196468 140736987072304 140736987054848 139932978970359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
/proc/25352/statm: 2749523 43788 3476 1 0 2711181 0
[pid=25352/tid=25405] ppid=25349 vsize=10998092 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/25352/task/25405/stat : 25405 (java) R 25349 25352 22159 0 -1 4202560 17825 12848 0 0 130 5 5 3 20 0 15 0 222603912 11262046208 43788 33554432000 4194304 4196468 140736987072304 139932950787392 139932960533888 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25406] ppid=25349 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25352/task/25406/stat : 25406 (java) S 25349 25352 22159 0 -1 1077944384 23 12848 0 0 1 0 5 3 20 0 15 0 222603913 11262046208 43788 33554432000 4194304 4196468 140736987072304 139932983213200 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25407] ppid=25349 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25352/task/25407/stat : 25407 (java) S 25349 25352 22159 0 -1 1077944384 23 12848 0 0 1 0 5 3 20 0 15 0 222603913 11262046208 43788 33554432000 4194304 4196468 140736987072304 139932518374416 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25408] ppid=25349 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25352/task/25408/stat : 25408 (java) S 25349 25352 22159 0 -1 1077944384 264 12848 0 0 1 0 5 3 20 0 15 0 222603913 11262046208 43788 33554432000 4194304 4196468 140736987072304 139932517321616 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25409] ppid=25349 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25352/task/25409/stat : 25409 (java) S 25349 25352 22159 0 -1 1077944384 74 12848 0 0 1 0 5 3 20 0 15 0 222603913 11262046208 43788 33554432000 4194304 4196468 140736987072304 139932516268816 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25410] ppid=25349 vsize=10998092 memory=1399103955520229747 CPUtime=0.09 cores=0,2,4,6
/proc/25352/task/25410/stat : 25410 (java) S 25349 25352 22159 0 -1 1077944384 63 12848 0 0 1 0 5 3 20 0 15 0 222603915 11262046208 43788 33554432000 4194304 4196468 140736987072304 139932472015216 139932978981506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25411] ppid=25349 vsize=10998092 memory=280006903277824 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25411/stat : 25411 (java) S 25349 25352 22159 0 -1 1077944384 14 12848 0 0 0 0 5 3 20 0 15 0 222603915 11262046208 43788 33554432000 4194304 4196468 140736987072304 139931779327072 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25412] ppid=25349 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25412/stat : 25412 (java) S 25349 25352 22159 0 -1 1077944384 42 12848 0 0 0 0 5 3 20 0 15 0 222603915 11262046208 43788 33554432000 4194304 4196468 140736987072304 139931712213888 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25413] ppid=25349 vsize=10998092 memory=1084 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25413/stat : 25413 (java) S 25349 25352 22159 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 222603918 11262046208 43788 33554432000 4194304 4196468 140736987072304 139931404818256 139932978988955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25414] ppid=25349 vsize=10998092 memory=1600 CPUtime=0.32 cores=0,2,4,6
/proc/25352/task/25414/stat : 25414 (java) S 25349 25352 22159 0 -1 1077944384 1540 12848 0 0 24 0 5 3 20 0 15 0 222603918 11262046208 43788 33554432000 4194304 4196468 140736987072304 139932470963056 139932978981506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25415] ppid=25349 vsize=10998092 memory=7952 CPUtime=0.25 cores=0,2,4,6
/proc/25352/task/25415/stat : 25415 (java) S 25349 25352 22159 0 -1 1077944384 701 12848 0 0 17 0 5 3 20 0 15 0 222603918 11262046208 43788 33554432000 4194304 4196468 140736987072304 139932469910256 139932978981506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25416] ppid=25349 vsize=10998092 memory=4088 CPUtime=0.42 cores=0,2,4,6
/proc/25352/task/25416/stat : 25416 (java) S 25349 25352 22159 0 -1 1077944384 1249 12848 0 0 34 0 5 3 20 0 15 0 222603918 11262046208 43788 33554432000 4194304 4196468 140736987072304 139932468857456 139932978981506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25417] ppid=25349 vsize=10998092 memory=1784 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25417/stat : 25417 (java) S 25349 25352 22159 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 222603918 11262046208 43788 33554432000 4194304 4196468 140736987072304 139930974022368 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25418] ppid=25349 vsize=10998092 memory=1060 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25418/stat : 25418 (java) S 25349 25352 22159 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 222603919 11262046208 43788 33554432000 4194304 4196468 140736987072304 139932467804848 139932978981506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
Current children cumulated CPU time: 2.3 s
Current children cumulated vsize: 10998092 KiB

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

/proc/25352/task/25405/stat : 25405 (java) R 25349 25352 22159 0 -1 4202560 119888 12848 0 0 235382 57 5 3 20 0 15 0 222603912 11348049920 375911 33554432000 4194304 4196468 140736987072304 139932950802736 139932550543963 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25406] ppid=25349 vsize=11082080 memory=1503644 CPUtime=12.57 cores=0,2,4,6
/proc/25352/task/25406/stat : 25406 (java) S 25349 25352 22159 0 -1 1077944384 20264 12848 0 0 1195 54 5 3 20 0 15 0 222603913 11348049920 375911 33554432000 4194304 4196468 140736987072304 139932983213200 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25407] ppid=25349 vsize=11082080 memory=1503644 CPUtime=12.56 cores=0,2,4,6
/proc/25352/task/25407/stat : 25407 (java) S 25349 25352 22159 0 -1 1077944384 22974 12848 0 0 1188 60 5 3 20 0 15 0 222603913 11348049920 375911 33554432000 4194304 4196468 140736987072304 139932518374416 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25408] ppid=25349 vsize=11082080 memory=1503644 CPUtime=12.53 cores=0,2,4,6
/proc/25352/task/25408/stat : 25408 (java) S 25349 25352 22159 0 -1 1077944384 31039 12848 0 0 1186 59 5 3 20 0 15 0 222603913 11348049920 375911 33554432000 4194304 4196468 140736987072304 139932517321616 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25409] ppid=25349 vsize=11082080 memory=1503644 CPUtime=12.5 cores=0,2,4,6
/proc/25352/task/25409/stat : 25409 (java) S 25349 25352 22159 0 -1 1077944384 26441 12848 0 0 1180 62 5 3 20 0 15 0 222603913 11348049920 375911 33554432000 4194304 4196468 140736987072304 139932516268816 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25410] ppid=25349 vsize=11082080 memory=1503644 CPUtime=11.77 cores=0,2,4,6
/proc/25352/task/25410/stat : 25410 (java) S 25349 25352 22159 0 -1 1077944384 22772 12848 0 0 1110 59 5 3 20 0 15 0 222603915 11348049920 375911 33554432000 4194304 4196468 140736987072304 139932472015216 139932978981506 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25411] ppid=25349 vsize=11082080 memory=1503644 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25411/stat : 25411 (java) S 25349 25352 22159 0 -1 1077944384 15 12848 0 0 0 0 5 3 20 0 15 0 222603915 11348049920 375911 33554432000 4194304 4196468 140736987072304 139931779327072 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25412] ppid=25349 vsize=11082080 memory=2372 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25412/stat : 25412 (java) S 25349 25352 22159 0 -1 1077944384 44 12848 0 0 0 0 5 3 20 0 15 0 222603915 11348049920 375911 33554432000 4194304 4196468 140736987072304 139931712213888 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25413] ppid=25349 vsize=11082080 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25413/stat : 25413 (java) S 25349 25352 22159 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 222603918 11348049920 375911 33554432000 4194304 4196468 140736987072304 139931404818256 139932978988955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25414] ppid=25349 vsize=11082080 memory=2176 CPUtime=7.09 cores=0,2,4,6
/proc/25352/task/25414/stat : 25414 (java) S 25349 25352 22159 0 -1 1077944384 46893 12848 0 0 695 6 5 3 20 0 15 0 222603918 11348049920 375911 33554432000 4194304 4196468 140736987072304 139932470963056 139932978981506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25415] ppid=25349 vsize=11082080 memory=1503644 CPUtime=7.07 cores=0,2,4,6
/proc/25352/task/25415/stat : 25415 (java) S 25349 25352 22159 0 -1 1077944384 44340 12848 0 0 694 5 5 3 20 0 15 0 222603918 11348049920 375911 33554432000 4194304 4196468 140736987072304 139932469910256 139932978981506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25416] ppid=25349 vsize=11082080 memory=3708 CPUtime=2.34 cores=0,2,4,6
/proc/25352/task/25416/stat : 25416 (java) S 25349 25352 22159 0 -1 1077944384 20577 12848 0 0 221 5 5 3 20 0 15 0 222603918 11348049920 375911 33554432000 4194304 4196468 140736987072304 139932468857456 139932978981506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25417] ppid=25349 vsize=11082080 memory=3755756 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25417/stat : 25417 (java) S 25349 25352 22159 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 222603918 11348049920 375911 33554432000 4194304 4196468 140736987072304 139930974022368 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25418] ppid=25349 vsize=11082080 memory=4104 CPUtime=1.61 cores=0,2,4,6
/proc/25352/task/25418/stat : 25418 (java) S 25349 25352 22159 0 -1 1077944384 1510 12848 0 0 72 81 5 3 20 0 15 0 222603919 11348049920 375911 33554432000 4194304 4196468 140736987072304 139932467804848 139932978981506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
Current children cumulated CPU time: 2433.89 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 1503644 KiB

[startup+2442.3 s]
/proc/loadavg: 1.20 1.42 1.47 3/215 25618
/proc/meminfo: memFree=23356400/32770624 swapFree=67108804/67108860
[pid=25352] ppid=25349 vsize=11082080 memory=1503644 CPUtime=2494.85 cores=0,2,4,6
/proc/25352/stat : 25352 (java) S 25349 25352 22159 0 -1 1077944320 360517 12848 0 0 249095 382 5 3 20 0 15 0 222603903 11348049920 375911 33554432000 4194304 4196468 140736987072304 140736987054848 139932978970359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
/proc/25352/statm: 2770520 375911 3533 1 0 2732173 0
[pid=25352/tid=25405] ppid=25349 vsize=11082080 memory=1503644 CPUtime=2413.78 cores=0,2,4,6
/proc/25352/task/25405/stat : 25405 (java) R 25349 25352 22159 0 -1 4202560 120808 12848 0 0 241313 57 5 3 20 0 15 0 222603912 11348049920 375911 33554432000 4194304 4196468 140736987072304 139932950802464 139932551725130 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25406] ppid=25349 vsize=11082080 memory=1503644 CPUtime=12.9 cores=0,2,4,6
/proc/25352/task/25406/stat : 25406 (java) S 25349 25352 22159 0 -1 1077944384 20383 12848 0 0 1226 56 5 3 20 0 15 0 222603913 11348049920 375911 33554432000 4194304 4196468 140736987072304 139932983213200 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25407] ppid=25349 vsize=11082080 memory=1503644 CPUtime=12.88 cores=0,2,4,6
/proc/25352/task/25407/stat : 25407 (java) S 25349 25352 22159 0 -1 1077944384 23002 12848 0 0 1219 61 5 3 20 0 15 0 222603913 11348049920 375911 33554432000 4194304 4196468 140736987072304 139932518374416 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25408] ppid=25349 vsize=11082080 memory=1503644 CPUtime=12.86 cores=0,2,4,6
/proc/25352/task/25408/stat : 25408 (java) S 25349 25352 22159 0 -1 1077944384 31076 12848 0 0 1218 60 5 3 20 0 15 0 222603913 11348049920 375911 33554432000 4194304 4196468 140736987072304 139932517321616 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25409] ppid=25349 vsize=11082080 memory=1503644 CPUtime=12.84 cores=0,2,4,6
/proc/25352/task/25409/stat : 25409 (java) S 25349 25352 22159 0 -1 1077944384 26624 12848 0 0 1212 64 5 3 20 0 15 0 222603913 11348049920 375911 33554432000 4194304 4196468 140736987072304 139932516268816 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25410] ppid=25349 vsize=11082080 memory=1503644 CPUtime=12.06 cores=0,2,4,6
/proc/25352/task/25410/stat : 25410 (java) S 25349 25352 22159 0 -1 1077944384 23023 12848 0 0 1137 61 5 3 20 0 15 0 222603915 11348049920 375911 33554432000 4194304 4196468 140736987072304 139932472015216 139932978981506 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25411] ppid=25349 vsize=11082080 memory=1503644 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25411/stat : 25411 (java) S 25349 25352 22159 0 -1 1077944384 15 12848 0 0 0 0 5 3 20 0 15 0 222603915 11348049920 375911 33554432000 4194304 4196468 140736987072304 139931779327072 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25412] ppid=25349 vsize=11082080 memory=1503644 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25412/stat : 25412 (java) S 25349 25352 22159 0 -1 1077944384 44 12848 0 0 0 0 5 3 20 0 15 0 222603915 11348049920 375911 33554432000 4194304 4196468 140736987072304 139931712213888 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25413] ppid=25349 vsize=11082080 memory=1503644 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25413/stat : 25413 (java) S 25349 25352 22159 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 222603918 11348049920 375911 33554432000 4194304 4196468 140736987072304 139931404818256 139932978988955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25414] ppid=25349 vsize=11082080 memory=3708 CPUtime=7.09 cores=0,2,4,6
/proc/25352/task/25414/stat : 25414 (java) S 25349 25352 22159 0 -1 1077944384 46895 12848 0 0 695 6 5 3 20 0 15 0 222603918 11348049920 375911 33554432000 4194304 4196468 140736987072304 139932470963056 139932978981506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25415] ppid=25349 vsize=11082080 memory=1503644 CPUtime=7.07 cores=0,2,4,6
/proc/25352/task/25415/stat : 25415 (java) S 25349 25352 22159 0 -1 1077944384 44342 12848 0 0 694 5 5 3 20 0 15 0 222603918 11348049920 375911 33554432000 4194304 4196468 140736987072304 139932469910256 139932978981506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25416] ppid=25349 vsize=11082080 memory=1503644 CPUtime=2.34 cores=0,2,4,6
/proc/25352/task/25416/stat : 25416 (java) S 25349 25352 22159 0 -1 1077944384 20579 12848 0 0 221 5 5 3 20 0 15 0 222603918 11348049920 375911 33554432000 4194304 4196468 140736987072304 139932468857456 139932978981506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25417] ppid=25349 vsize=11082080 memory=1503644 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25417/stat : 25417 (java) S 25349 25352 22159 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 222603918 11348049920 375911 33554432000 4194304 4196468 140736987072304 139930974022368 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25418] ppid=25349 vsize=11082080 memory=1036 CPUtime=1.65 cores=0,2,4,6
/proc/25352/task/25418/stat : 25418 (java) S 25349 25352 22159 0 -1 1077944384 1528 12848 0 0 74 83 5 3 20 0 15 0 222603919 11348049920 375911 33554432000 4194304 4196468 140736987072304 139932467804848 139932978981506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
Current children cumulated CPU time: 2494.85 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 1503644 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2467.11 s]
/proc/loadavg: 1.17 1.40 1.46 3/215 25619
/proc/meminfo: memFree=23354132/32770624 swapFree=67108804/67108860
[pid=25352] ppid=25349 vsize=11082080 memory=1505692 CPUtime=2520.06 cores=0,2,4,6
/proc/25352/stat : 25352 (java) S 25349 25352 22159 0 -1 1077944320 361309 12848 0 0 251612 386 5 3 20 0 15 0 222603903 11348049920 376423 33554432000 4194304 4196468 140736987072304 140736987054848 139932978970359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
/proc/25352/statm: 2770520 376423 3533 1 0 2732173 0
[pid=25352/tid=25405] ppid=25349 vsize=11082080 memory=1503644 CPUtime=2438.3 cores=0,2,4,6
/proc/25352/task/25405/stat : 25405 (java) R 25349 25352 22159 0 -1 4202560 121209 12848 0 0 243764 58 5 3 20 0 15 0 222603912 11348049920 376423 33554432000 4194304 4196468 140736987072304 139932950802912 139932552921072 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25406] ppid=25349 vsize=11082080 memory=1283 CPUtime=13.04 cores=0,2,4,6
/proc/25352/task/25406/stat : 25406 (java) S 25349 25352 22159 0 -1 1077944384 20418 12848 0 0 1239 57 5 3 20 0 15 0 222603913 11348049920 376423 33554432000 4194304 4196468 140736987072304 139932983213200 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25407] ppid=25349 vsize=11082080 memory=1503644 CPUtime=13.01 cores=0,2,4,6
/proc/25352/task/25407/stat : 25407 (java) S 25349 25352 22159 0 -1 1077944384 23052 12848 0 0 1232 61 5 3 20 0 15 0 222603913 11348049920 376423 33554432000 4194304 4196468 140736987072304 139932518374416 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25408] ppid=25349 vsize=11082080 memory=1503644 CPUtime=13 cores=0,2,4,6
/proc/25352/task/25408/stat : 25408 (java) S 25349 25352 22159 0 -1 1077944384 31087 12848 0 0 1231 61 5 3 20 0 15 0 222603913 11348049920 376423 33554432000 4194304 4196468 140736987072304 139932517321616 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25409] ppid=25349 vsize=11082080 memory=1505692 CPUtime=12.98 cores=0,2,4,6
/proc/25352/task/25409/stat : 25409 (java) S 25349 25352 22159 0 -1 1077944384 26709 12848 0 0 1225 65 5 3 20 0 15 0 222603913 11348049920 376423 33554432000 4194304 4196468 140736987072304 139932516268816 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25410] ppid=25349 vsize=11082080 memory=1503644 CPUtime=12.18 cores=0,2,4,6
/proc/25352/task/25410/stat : 25410 (java) S 25349 25352 22159 0 -1 1077944384 23213 12848 0 0 1149 61 5 3 20 0 15 0 222603915 11348049920 376423 33554432000 4194304 4196468 140736987072304 139932472015216 139932978981506 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25411] ppid=25349 vsize=11082080 memory=1503644 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25411/stat : 25411 (java) S 25349 25352 22159 0 -1 1077944384 15 12848 0 0 0 0 5 3 20 0 15 0 222603915 11348049920 376423 33554432000 4194304 4196468 140736987072304 139931779327072 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25412] ppid=25349 vsize=11082080 memory=1503644 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25412/stat : 25412 (java) S 25349 25352 22159 0 -1 1077944384 44 12848 0 0 0 0 5 3 20 0 15 0 222603915 11348049920 376423 33554432000 4194304 4196468 140736987072304 139931712213888 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25413] ppid=25349 vsize=11082080 memory=1736 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25413/stat : 25413 (java) S 25349 25352 22159 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 222603918 11348049920 376423 33554432000 4194304 4196468 140736987072304 139931404818256 139932978988955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25414] ppid=25349 vsize=11082080 memory=56 CPUtime=7.09 cores=0,2,4,6
/proc/25352/task/25414/stat : 25414 (java) S 25349 25352 22159 0 -1 1077944384 46897 12848 0 0 695 6 5 3 20 0 15 0 222603918 11348049920 376423 33554432000 4194304 4196468 140736987072304 139932470963056 139932978981506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25415] ppid=25349 vsize=11082080 memory=590024520756061979 CPUtime=7.07 cores=0,2,4,6
/proc/25352/task/25415/stat : 25415 (java) S 25349 25352 22159 0 -1 1077944384 44344 12848 0 0 694 5 5 3 20 0 15 0 222603918 11348049920 376423 33554432000 4194304 4196468 140736987072304 139932469910256 139932978981506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25416] ppid=25349 vsize=11082080 memory=1503644 CPUtime=2.34 cores=0,2,4,6
/proc/25352/task/25416/stat : 25416 (java) S 25349 25352 22159 0 -1 1077944384 20581 12848 0 0 221 5 5 3 20 0 15 0 222603918 11348049920 376423 33554432000 4194304 4196468 140736987072304 139932468857456 139932978981506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25417] ppid=25349 vsize=11082080 memory=1503644 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25417/stat : 25417 (java) S 25349 25352 22159 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 222603918 11348049920 376423 33554432000 4194304 4196468 140736987072304 139930974022368 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25418] ppid=25349 vsize=11082080 memory=56 CPUtime=1.67 cores=0,2,4,6
/proc/25352/task/25418/stat : 25418 (java) S 25349 25352 22159 0 -1 1077944384 1542 12848 0 0 75 84 5 3 20 0 15 0 222603919 11348049920 376423 33554432000 4194304 4196468 140736987072304 139932467804848 139932978981506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 1505692 KiB

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

[startup+2467.14 s]
# the end of solver process 25352 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.19 s, system=3.91074 s

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

[startup+2467.11 s]
/proc/loadavg: 1.17 1.40 1.46 3/215 25619
/proc/meminfo: memFree=23354132/32770624 swapFree=67108804/67108860
[pid=25352] ppid=25349 vsize=11082080 memory=1505692 CPUtime=2520.06 cores=0,2,4,6
/proc/25352/stat : 25352 (java) S 25349 25352 22159 0 -1 1077944320 361309 12848 0 0 251612 386 5 3 20 0 15 0 222603903 11348049920 376423 33554432000 4194304 4196468 140736987072304 140736987054848 139932978970359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
/proc/25352/statm: 2770520 376423 3533 1 0 2732173 0
[pid=25352/tid=25405] ppid=25349 vsize=11082080 memory=1503644 CPUtime=2438.3 cores=0,2,4,6
/proc/25352/task/25405/stat : 25405 (java) R 25349 25352 22159 0 -1 4202560 121209 12848 0 0 243764 58 5 3 20 0 15 0 222603912 11348049920 376423 33554432000 4194304 4196468 140736987072304 139932950802912 139932552921072 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25406] ppid=25349 vsize=11082080 memory=1283 CPUtime=13.04 cores=0,2,4,6
/proc/25352/task/25406/stat : 25406 (java) S 25349 25352 22159 0 -1 1077944384 20418 12848 0 0 1239 57 5 3 20 0 15 0 222603913 11348049920 376423 33554432000 4194304 4196468 140736987072304 139932983213200 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25407] ppid=25349 vsize=11082080 memory=1503644 CPUtime=13.01 cores=0,2,4,6
/proc/25352/task/25407/stat : 25407 (java) S 25349 25352 22159 0 -1 1077944384 23052 12848 0 0 1232 61 5 3 20 0 15 0 222603913 11348049920 376423 33554432000 4194304 4196468 140736987072304 139932518374416 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25408] ppid=25349 vsize=11082080 memory=1503644 CPUtime=13 cores=0,2,4,6
/proc/25352/task/25408/stat : 25408 (java) S 25349 25352 22159 0 -1 1077944384 31087 12848 0 0 1231 61 5 3 20 0 15 0 222603913 11348049920 376423 33554432000 4194304 4196468 140736987072304 139932517321616 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25409] ppid=25349 vsize=11082080 memory=1505692 CPUtime=12.98 cores=0,2,4,6
/proc/25352/task/25409/stat : 25409 (java) S 25349 25352 22159 0 -1 1077944384 26709 12848 0 0 1225 65 5 3 20 0 15 0 222603913 11348049920 376423 33554432000 4194304 4196468 140736987072304 139932516268816 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25410] ppid=25349 vsize=11082080 memory=1503644 CPUtime=12.18 cores=0,2,4,6
/proc/25352/task/25410/stat : 25410 (java) S 25349 25352 22159 0 -1 1077944384 23213 12848 0 0 1149 61 5 3 20 0 15 0 222603915 11348049920 376423 33554432000 4194304 4196468 140736987072304 139932472015216 139932978981506 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25411] ppid=25349 vsize=11082080 memory=1503644 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25411/stat : 25411 (java) S 25349 25352 22159 0 -1 1077944384 15 12848 0 0 0 0 5 3 20 0 15 0 222603915 11348049920 376423 33554432000 4194304 4196468 140736987072304 139931779327072 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25412] ppid=25349 vsize=11082080 memory=1503644 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25412/stat : 25412 (java) S 25349 25352 22159 0 -1 1077944384 44 12848 0 0 0 0 5 3 20 0 15 0 222603915 11348049920 376423 33554432000 4194304 4196468 140736987072304 139931712213888 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25413] ppid=25349 vsize=11082080 memory=1736 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25413/stat : 25413 (java) S 25349 25352 22159 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 222603918 11348049920 376423 33554432000 4194304 4196468 140736987072304 139931404818256 139932978988955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25414] ppid=25349 vsize=11082080 memory=56 CPUtime=7.09 cores=0,2,4,6
/proc/25352/task/25414/stat : 25414 (java) S 25349 25352 22159 0 -1 1077944384 46897 12848 0 0 695 6 5 3 20 0 15 0 222603918 11348049920 376423 33554432000 4194304 4196468 140736987072304 139932470963056 139932978981506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25415] ppid=25349 vsize=11082080 memory=590024520756061979 CPUtime=7.07 cores=0,2,4,6
/proc/25352/task/25415/stat : 25415 (java) S 25349 25352 22159 0 -1 1077944384 44344 12848 0 0 694 5 5 3 20 0 15 0 222603918 11348049920 376423 33554432000 4194304 4196468 140736987072304 139932469910256 139932978981506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25416] ppid=25349 vsize=11082080 memory=1503644 CPUtime=2.34 cores=0,2,4,6
/proc/25352/task/25416/stat : 25416 (java) S 25349 25352 22159 0 -1 1077944384 20581 12848 0 0 221 5 5 3 20 0 15 0 222603918 11348049920 376423 33554432000 4194304 4196468 140736987072304 139932468857456 139932978981506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25417] ppid=25349 vsize=11082080 memory=1503644 CPUtime=0.08 cores=0,2,4,6
/proc/25352/task/25417/stat : 25417 (java) S 25349 25352 22159 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 222603918 11348049920 376423 33554432000 4194304 4196468 140736987072304 139930974022368 139932978980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
[pid=25352/tid=25418] ppid=25349 vsize=11082080 memory=56 CPUtime=1.67 cores=0,2,4,6
/proc/25352/task/25418/stat : 25418 (java) S 25349 25352 22159 0 -1 1077944384 1542 12848 0 0 75 84 5 3 20 0 15 0 222603919 11348049920 376423 33554432000 4194304 4196468 140736987072304 139932467804848 139932978981506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19587072 140736987081324 140736987084124 140736987084124 140736987086799 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 1505692 KiB

Child status: 143
Real time (s): 2467.14
CPU time (s): 2520.1
CPU user time (s): 2516.19
CPU system time (s): 3.91074
CPU usage (%): 102.147
Max. virtual memory (cumulated for all children) (KiB): 11085324
Max. memory (cumulated for all children) (KiB): 1505692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.19
system time used= 3.91074
maximum resident set size= 1508144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 375179
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 304094
involuntary context switches= 9505


# summary of solver processes directly reported to runsolver:
#   pid: 25352
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.19
#   total CPU system time (s): 3.91074

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.7163 second user time and 20.2024 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-12 07:06:47
IDJOB=4304873
IDBENCH=141132
IDSOLVER=2780
FILE ID=node105/4304873-1534050407
RUNJOBID= node105-1534040018-23574
PBS_JOBID= 21036966
Free space on /tmp= 40704 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/StripPacking/StripPacking-N1b_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304873-1534050407/watcher-4304873-1534050407 -o /tmp/evaluation-result-4304873-1534050407/solver-4304873-1534050407 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534040018-23574 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1660518256 HOME/instance-4304873-1534050407.xml

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

MD5SUM BENCH= d6d9a16a398659a401a93dc83363d7ca
RANDOM SEED=1660518256

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:        26830152 kB
MemAvailable:   30125068 kB
Buffers:          108564 kB
Cached:          3442624 kB
SwapCached:           16 kB
Active:          3562660 kB
Inactive:        1820864 kB
Active(anon):    1783796 kB
Inactive(anon):   100532 kB
Active(file):    1778864 kB
Inactive(file):  1720332 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:             26612 kB
Writeback:            12 kB
AnonPages:       1838868 kB
Mapped:            63228 kB
Shmem:             49748 kB
Slab:             251140 kB
SReclaimable:     223108 kB
SUnreclaim:        28032 kB
KernelStack:        3520 kB
PageTables:         9072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2960912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1597440 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= 40672 MiB
End job on node105 at 2018-08-12 07:47:55