Trace number 4304951

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 2458.73

General information on the benchmark

NameBibd/
Bibd-sum-09-03-09_c18.xml
MD5SUM8720a51077744f6e775f5d31127f86ee
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 benchmark5.99989
Satisfiable
(Un)Satisfiability was proved
Number of variables972
Number of constraints154
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":972}]
Minimum variable degree11
Maximum variable degree11
Distribution of variable degrees[{"degree":11,"count":972}]
Minimum constraint arity9
Maximum constraint arity972
Distribution of constraint arities[{"arity":9,"count":108},{"arity":108,"count":9},{"arity":216,"count":36},{"arity":972,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":153}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304951-1534096367/watcher-4304951-1534096367 -o /tmp/evaluation-result-4304951-1534096367/solver-4304951-1534096367 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534096168-26214 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1258461405 HOME/instance-4304951-1534096367.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=26574, runsolver pid=26571
Current StackSize limit: 8192 KiB


[startup+0.100111 s]*
/proc/loadavg: 1.43 1.14 1.35 3/207 26631
/proc/meminfo: memFree=11962240/32770624 swapFree=67108496/67108860
[pid=26574] ppid=26571 vsize=10005480 memory=17076 CPUtime=0.09 cores=0,2,4,6
/proc/26574/stat : 26574 (java) S 26571 26574 20569 0 -1 1077944320 4417 12846 0 0 1 1 5 2 20 0 6 0 227199862 10245611520 4269 33554432000 4194304 4196468 140730784496448 140730784478992 140296697982711 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
/proc/26574/statm: 2501370 4269 1934 1 0 2489808 0
[pid=26574/tid=26627] ppid=26571 vsize=10005480 memory=4279135704013962638 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26627/stat : 26627 (java) R 26571 26574 20569 0 -1 4202560 2226 12846 0 0 0 0 5 2 20 0 6 0 227199871 10245611520 4269 33554432000 4194304 4196468 140730784496448 140296669819472 140296682063198 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26628] ppid=26571 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26628/stat : 26628 (java) S 26571 26574 20569 0 -1 1077944384 1 12846 0 0 0 0 5 2 20 0 6 0 227199872 10245611520 4269 33554432000 4194304 4196468 140730784496448 140296702224784 140296697992917 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26629] ppid=26571 vsize=10005480 memory=139634231359104 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26629/stat : 26629 (java) S 26571 26574 20569 0 -1 1077944384 1 12846 0 0 0 0 5 2 20 0 6 0 227199872 10245611520 4269 33554432000 4194304 4196468 140730784496448 140296237799696 140296697992917 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26630] ppid=26571 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26630/stat : 26630 (java) S 26571 26574 20569 0 -1 1077944384 1 12846 0 0 0 0 5 2 20 0 6 0 227199872 10245611520 4269 33554432000 4194304 4196468 140730784496448 140296236747408 140296697992917 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26631] ppid=26571 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26631/stat : 26631 (java) S 26571 26574 20569 0 -1 1077944384 2 12846 0 0 0 0 5 2 20 0 6 0 227199872 10245611520 4269 33554432000 4194304 4196468 140730784496448 140296235694608 140296697992917 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17076 KiB

[startup+0.209843 s]*
/proc/loadavg: 1.43 1.14 1.35 3/216 26640
/proc/meminfo: memFree=11943148/32770624 swapFree=67108496/67108860
[pid=26574] ppid=26571 vsize=10982744 memory=43776 CPUtime=0.25 cores=0,2,4,6
/proc/26574/stat : 26574 (java) S 26571 26574 20569 0 -1 1077944320 8158 12846 0 0 16 2 5 2 20 0 15 0 227199862 11246329856 10944 33554432000 4194304 4196468 140730784496448 140730784478992 140296697982711 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
/proc/26574/statm: 2745686 10944 2961 1 0 2708109 0
[pid=26574/tid=26627] ppid=26571 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/26574/task/26627/stat : 26627 (java) R 26571 26574 20569 0 -1 4202560 4746 12846 0 0 10 1 5 2 20 0 15 0 227199871 11246329856 10944 33554432000 4194304 4196468 140730784496448 140296669797696 140296676407989 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26628] ppid=26571 vsize=10982744 memory=364 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26628/stat : 26628 (java) S 26571 26574 20569 0 -1 1077944384 1 12846 0 0 0 0 5 2 20 0 15 0 227199872 11246329856 10944 33554432000 4194304 4196468 140730784496448 140296702224784 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26629] ppid=26571 vsize=10982744 memory=3473885213862803104 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26629/stat : 26629 (java) S 26571 26574 20569 0 -1 1077944384 1 12846 0 0 0 0 5 2 20 0 15 0 227199872 11246329856 10944 33554432000 4194304 4196468 140730784496448 140296237799696 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26630] ppid=26571 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26630/stat : 26630 (java) S 26571 26574 20569 0 -1 1077944384 1 12846 0 0 0 0 5 2 20 0 15 0 227199872 11246329856 10944 33554432000 4194304 4196468 140730784496448 140296236747408 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26631] ppid=26571 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26631/stat : 26631 (java) S 26571 26574 20569 0 -1 1077944384 2 12846 0 0 0 0 5 2 20 0 15 0 227199872 11246329856 10944 33554432000 4194304 4196468 140730784496448 140296235694608 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26632] ppid=26571 vsize=10982744 memory=139634231359104 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26632/stat : 26632 (java) S 26571 26574 20569 0 -1 1077944384 2 12846 0 0 0 0 5 2 20 0 15 0 227199873 11246329856 10944 33554432000 4194304 4196468 140730784496448 140296191117936 140296697993858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26633] ppid=26571 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26633/stat : 26633 (java) S 26571 26574 20569 0 -1 1077944384 13 12846 0 0 0 0 5 2 20 0 15 0 227199874 11246329856 10944 33554432000 4194304 4196468 140730784496448 140295509370144 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26634] ppid=26571 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26634/stat : 26634 (java) S 26571 26574 20569 0 -1 1077944384 21 12846 0 0 0 0 5 2 20 0 15 0 227199874 11246329856 10944 33554432000 4194304 4196468 140730784496448 140295442257520 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26635] ppid=26571 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26635/stat : 26635 (java) S 26571 26574 20569 0 -1 1077944384 3 12846 0 0 0 0 5 2 20 0 15 0 227199876 11246329856 10944 33554432000 4194304 4196468 140730784496448 140295134861904 140296698001307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26636] ppid=26571 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26574/task/26636/stat : 26636 (java) S 26571 26574 20569 0 -1 1077944384 542 12846 0 0 1 0 5 2 20 0 15 0 227199876 11246329856 10944 33554432000 4194304 4196468 140730784496448 140296190064752 140296697993858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26637] ppid=26571 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26574/task/26637/stat : 26637 (java) R 26571 26574 20569 0 -1 1077944384 64 12846 0 0 1 0 5 2 20 0 15 0 227199876 11246329856 10944 33554432000 4194304 4196468 140730784496448 140296189011952 140296697993858 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26638] ppid=26571 vsize=10982744 memory=139634231359104 CPUtime=0.1 cores=0,2,4,6
/proc/26574/task/26638/stat : 26638 (java) S 26571 26574 20569 0 -1 1077944384 605 12846 0 0 3 0 5 2 20 0 15 0 227199876 11246329856 10944 33554432000 4194304 4196468 140730784496448 140296187959664 140296697993858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26639] ppid=26571 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26639/stat : 26639 (java) S 26571 26574 20569 0 -1 1077944384 3 12846 0 0 0 0 5 2 20 0 15 0 227199877 11246329856 10944 33554432000 4194304 4196468 140730784496448 140294704064992 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26640] ppid=26571 vsize=10982744 memory=139634231359104 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26640/stat : 26640 (java) S 26571 26574 20569 0 -1 1077944384 1 12846 0 0 0 0 5 2 20 0 15 0 227199877 11246329856 10944 33554432000 4194304 4196468 140730784496448 140296186907568 140296697993858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43776 KiB

[startup+0.310165 s]*
/proc/loadavg: 1.43 1.14 1.35 3/216 26640
/proc/meminfo: memFree=11931124/32770624 swapFree=67108496/67108860
[pid=26574] ppid=26571 vsize=10983192 memory=54492 CPUtime=0.38 cores=0,2,4,6
/proc/26574/stat : 26574 (java) S 26571 26574 20569 0 -1 1077944320 10699 12846 0 0 28 3 5 2 20 0 15 0 227199862 11246788608 13623 33554432000 4194304 4196468 140730784496448 140730784478992 140296697982711 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
/proc/26574/statm: 2745798 13623 3080 1 0 2708109 0
[pid=26574/tid=26627] ppid=26571 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/26574/task/26627/stat : 26627 (java) R 26571 26574 20569 0 -1 4202560 7235 12846 0 0 19 2 5 2 20 0 15 0 227199871 11246788608 13623 33554432000 4194304 4196468 140730784496448 140296669794720 140296679546280 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26628] ppid=26571 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26628/stat : 26628 (java) S 26571 26574 20569 0 -1 1077944384 1 12846 0 0 0 0 5 2 20 0 15 0 227199872 11246788608 13623 33554432000 4194304 4196468 140730784496448 140296702224784 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26629] ppid=26571 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26629/stat : 26629 (java) S 26571 26574 20569 0 -1 1077944384 1 12846 0 0 0 0 5 2 20 0 15 0 227199872 11246788608 13623 33554432000 4194304 4196468 140730784496448 140296237799696 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26630] ppid=26571 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26630/stat : 26630 (java) S 26571 26574 20569 0 -1 1077944384 1 12846 0 0 0 0 5 2 20 0 15 0 227199872 11246788608 13623 33554432000 4194304 4196468 140730784496448 140296236747408 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26631] ppid=26571 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26631/stat : 26631 (java) S 26571 26574 20569 0 -1 1077944384 2 12846 0 0 0 0 5 2 20 0 15 0 227199872 11246788608 13623 33554432000 4194304 4196468 140730784496448 140296235694608 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26632] ppid=26571 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26632/stat : 26632 (java) S 26571 26574 20569 0 -1 1077944384 2 12846 0 0 0 0 5 2 20 0 15 0 227199873 11246788608 13623 33554432000 4194304 4196468 140730784496448 140296191117936 140296697993858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26633] ppid=26571 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26633/stat : 26633 (java) S 26571 26574 20569 0 -1 1077944384 13 12846 0 0 0 0 5 2 20 0 15 0 227199874 11246788608 13623 33554432000 4194304 4196468 140730784496448 140295509370144 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26634] ppid=26571 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26634/stat : 26634 (java) S 26571 26574 20569 0 -1 1077944384 21 12846 0 0 0 0 5 2 20 0 15 0 227199874 11246788608 13623 33554432000 4194304 4196468 140730784496448 140295442257520 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26635] ppid=26571 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26635/stat : 26635 (java) S 26571 26574 20569 0 -1 1077944384 3 12846 0 0 0 0 5 2 20 0 15 0 227199876 11246788608 13623 33554432000 4194304 4196468 140730784496448 140295134861904 140296698001307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26636] ppid=26571 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26574/task/26636/stat : 26636 (java) S 26571 26574 20569 0 -1 1077944384 544 12846 0 0 1 0 5 2 20 0 15 0 227199876 11246788608 13623 33554432000 4194304 4196468 140730784496448 140296190064752 140296697993858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26637] ppid=26571 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26574/task/26637/stat : 26637 (java) S 26571 26574 20569 0 -1 1077944384 64 12846 0 0 1 0 5 2 20 0 15 0 227199876 11246788608 13623 33554432000 4194304 4196468 140730784496448 140296189011952 140296697993858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26638] ppid=26571 vsize=10983192 memory=139634231359104 CPUtime=0.11 cores=0,2,4,6
/proc/26574/task/26638/stat : 26638 (java) S 26571 26574 20569 0 -1 1077944384 615 12846 0 0 4 0 5 2 20 0 15 0 227199876 11246788608 13623 33554432000 4194304 4196468 140730784496448 140296187959664 140296697993858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26639] ppid=26571 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26639/stat : 26639 (java) S 26571 26574 20569 0 -1 1077944384 3 12846 0 0 0 0 5 2 20 0 15 0 227199877 11246788608 13623 33554432000 4194304 4196468 140730784496448 140294704064992 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26640] ppid=26571 vsize=10983192 memory=139634231359104 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26640/stat : 26640 (java) S 26571 26574 20569 0 -1 1077944384 1 12846 0 0 0 0 5 2 20 0 15 0 227199877 11246788608 13623 33554432000 4194304 4196468 140730784496448 140296186907568 140296697993858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54492 KiB

[startup+0.700764 s]
/proc/loadavg: 1.43 1.14 1.35 3/216 26640
/proc/meminfo: memFree=11921084/32770624 swapFree=67108496/67108860
[pid=26574] ppid=26571 vsize=10983192 memory=86508 CPUtime=0.98 cores=0,2,4,6
/proc/26574/stat : 26574 (java) S 26571 26574 20569 0 -1 1077944320 16799 12846 0 0 86 5 5 2 20 0 15 0 227199862 11246788608 21627 33554432000 4194304 4196468 140730784496448 140730784478992 140296697982711 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
/proc/26574/statm: 2745798 21627 3238 1 0 2708109 0
[pid=26574/tid=26627] ppid=26571 vsize=10983192 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/26574/task/26627/stat : 26627 (java) R 26571 26574 20569 0 -1 4202560 12280 12846 0 0 55 3 5 2 20 0 15 0 227199871 11246788608 21627 33554432000 4194304 4196468 140730784496448 140296669810592 140296682063198 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26628] ppid=26571 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26628/stat : 26628 (java) S 26571 26574 20569 0 -1 1077944384 1 12846 0 0 0 0 5 2 20 0 15 0 227199872 11246788608 21627 33554432000 4194304 4196468 140730784496448 140296702224784 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26629] ppid=26571 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26629/stat : 26629 (java) S 26571 26574 20569 0 -1 1077944384 1 12846 0 0 0 0 5 2 20 0 15 0 227199872 11246788608 21627 33554432000 4194304 4196468 140730784496448 140296237799696 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26630] ppid=26571 vsize=10983192 memory=4641617509154462115 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26630/stat : 26630 (java) S 26571 26574 20569 0 -1 1077944384 1 12846 0 0 0 0 5 2 20 0 15 0 227199872 11246788608 21627 33554432000 4194304 4196468 140730784496448 140296236747408 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26631] ppid=26571 vsize=10983192 memory=7734201629010253412 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26631/stat : 26631 (java) S 26571 26574 20569 0 -1 1077944384 2 12846 0 0 0 0 5 2 20 0 15 0 227199872 11246788608 21627 33554432000 4194304 4196468 140730784496448 140296235694608 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26632] ppid=26571 vsize=10983192 memory=7810487918915055718 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26632/stat : 26632 (java) R 26571 26574 20569 0 -1 4202560 5 12846 0 0 0 0 5 2 20 0 15 0 227199873 11246788608 21627 33554432000 4194304 4196468 140730784496448 140296191117936 140296697993858 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26633] ppid=26571 vsize=10983192 memory=32804 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26633/stat : 26633 (java) S 26571 26574 20569 0 -1 1077944384 13 12846 0 0 0 0 5 2 20 0 15 0 227199874 11246788608 21627 33554432000 4194304 4196468 140730784496448 140295509370144 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26634] ppid=26571 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26634/stat : 26634 (java) S 26571 26574 20569 0 -1 1077944384 21 12846 0 0 0 0 5 2 20 0 15 0 227199874 11246788608 21627 33554432000 4194304 4196468 140730784496448 140295442257520 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26635] ppid=26571 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26635/stat : 26635 (java) S 26571 26574 20569 0 -1 1077944384 3 12846 0 0 0 0 5 2 20 0 15 0 227199876 11246788608 21627 33554432000 4194304 4196468 140730784496448 140295134861904 140296698001307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26636] ppid=26571 vsize=10983192 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/26574/task/26636/stat : 26636 (java) S 26571 26574 20569 0 -1 1077944384 962 12846 0 0 8 0 5 2 20 0 15 0 227199876 11246788608 21627 33554432000 4194304 4196468 140730784496448 140296190064752 140296697993858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26637] ppid=26571 vsize=10983192 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/26574/task/26637/stat : 26637 (java) S 26571 26574 20569 0 -1 1077944384 644 12846 0 0 9 0 5 2 20 0 15 0 227199876 11246788608 21627 33554432000 4194304 4196468 140730784496448 140296189011952 140296697993858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26638] ppid=26571 vsize=10983192 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/26574/task/26638/stat : 26638 (java) S 26571 26574 20569 0 -1 1077944384 670 12846 0 0 13 0 5 2 20 0 15 0 227199876 11246788608 21627 33554432000 4194304 4196468 140730784496448 140296187959664 140296697993858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26639] ppid=26571 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26639/stat : 26639 (java) S 26571 26574 20569 0 -1 1077944384 3 12846 0 0 0 0 5 2 20 0 15 0 227199877 11246788608 21627 33554432000 4194304 4196468 140730784496448 140294704064992 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26640] ppid=26571 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26640/stat : 26640 (java) S 26571 26574 20569 0 -1 1077944384 1 12846 0 0 0 0 5 2 20 0 15 0 227199877 11246788608 21627 33554432000 4194304 4196468 140730784496448 140296186907568 140296697993858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 86508 KiB

[startup+1.50066 s]
/proc/loadavg: 1.48 1.16 1.36 3/216 26640
/proc/meminfo: memFree=11874908/32770624 swapFree=67108496/67108860
[pid=26574] ppid=26571 vsize=10998092 memory=179660 CPUtime=2.37 cores=0,2,4,6
/proc/26574/stat : 26574 (java) S 26571 26574 20569 0 -1 1077944320 23890 12846 0 0 221 9 5 2 20 0 15 0 227199862 11262046208 44915 33554432000 4194304 4196468 140730784496448 140730784478992 140296697982711 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
/proc/26574/statm: 2749523 44915 3476 1 0 2711181 0
[pid=26574/tid=26627] ppid=26571 vsize=10998092 memory=4951091520830867572 CPUtime=1.42 cores=0,2,4,6
/proc/26574/task/26627/stat : 26627 (java) R 26571 26574 20569 0 -1 4202560 17682 12846 0 0 130 5 5 2 20 0 15 0 227199871 11262046208 44915 33554432000 4194304 4196468 140730784496448 140296669811584 140296682063198 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26628] ppid=26571 vsize=10998092 memory=4951091520830867572 CPUtime=0.08 cores=0,2,4,6
/proc/26574/task/26628/stat : 26628 (java) S 26571 26574 20569 0 -1 1077944384 21 12846 0 0 1 0 5 2 20 0 15 0 227199872 11262046208 44915 33554432000 4194304 4196468 140730784496448 140296702224784 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26629] ppid=26571 vsize=10998092 memory=-5153075247759266159 CPUtime=0.08 cores=0,2,4,6
/proc/26574/task/26629/stat : 26629 (java) S 26571 26574 20569 0 -1 1077944384 65 12846 0 0 1 0 5 2 20 0 15 0 227199872 11262046208 44915 33554432000 4194304 4196468 140730784496448 140296237799696 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26630] ppid=26571 vsize=10998092 memory=-7450173995633912218 CPUtime=0.08 cores=0,2,4,6
/proc/26574/task/26630/stat : 26630 (java) S 26571 26574 20569 0 -1 1077944384 15 12846 0 0 1 0 5 2 20 0 15 0 227199872 11262046208 44915 33554432000 4194304 4196468 140730784496448 140296236747408 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26631] ppid=26571 vsize=10998092 memory=117364 CPUtime=0.08 cores=0,2,4,6
/proc/26574/task/26631/stat : 26631 (java) S 26571 26574 20569 0 -1 1077944384 170 12846 0 0 1 0 5 2 20 0 15 0 227199872 11262046208 44915 33554432000 4194304 4196468 140730784496448 140296235694608 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26632] ppid=26571 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26574/task/26632/stat : 26632 (java) S 26571 26574 20569 0 -1 1077944384 50 12846 0 0 1 0 5 2 20 0 15 0 227199873 11262046208 44915 33554432000 4194304 4196468 140730784496448 140296191117936 140296697993858 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26633] ppid=26571 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26633/stat : 26633 (java) S 26571 26574 20569 0 -1 1077944384 14 12846 0 0 0 0 5 2 20 0 15 0 227199874 11262046208 44915 33554432000 4194304 4196468 140730784496448 140295509370208 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26634] ppid=26571 vsize=10998092 memory=279268168892896 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26634/stat : 26634 (java) S 26571 26574 20569 0 -1 1077944384 42 12846 0 0 0 0 5 2 20 0 15 0 227199874 11262046208 44915 33554432000 4194304 4196468 140730784496448 140295442257520 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26635] ppid=26571 vsize=10998092 memory=279268169307744 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26635/stat : 26635 (java) S 26571 26574 20569 0 -1 1077944384 3 12846 0 0 0 0 5 2 20 0 15 0 227199876 11262046208 44915 33554432000 4194304 4196468 140730784496448 140295134861904 140296698001307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26636] ppid=26571 vsize=10998092 memory=139634487110881 CPUtime=0.31 cores=0,2,4,6
/proc/26574/task/26636/stat : 26636 (java) S 26571 26574 20569 0 -1 1077944384 1503 12846 0 0 24 0 5 2 20 0 15 0 227199876 11262046208 44915 33554432000 4194304 4196468 140730784496448 140296190064752 140296697993858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26637] ppid=26571 vsize=10998092 memory=2457123948033 CPUtime=0.31 cores=0,2,4,6
/proc/26574/task/26637/stat : 26637 (java) S 26571 26574 20569 0 -1 1077944384 837 12846 0 0 24 0 5 2 20 0 15 0 227199876 11262046208 44915 33554432000 4194304 4196468 140730784496448 140296189011952 140296697993858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26638] ppid=26571 vsize=10998092 memory=1128 CPUtime=0.41 cores=0,2,4,6
/proc/26574/task/26638/stat : 26638 (java) S 26571 26574 20569 0 -1 1077944384 1295 12846 0 0 34 0 5 2 20 0 15 0 227199876 11262046208 44915 33554432000 4194304 4196468 140730784496448 140296187959664 140296697993858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26639] ppid=26571 vsize=10998092 memory=15188 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26639/stat : 26639 (java) S 26571 26574 20569 0 -1 1077944384 3 12846 0 0 0 0 5 2 20 0 15 0 227199877 11262046208 44915 33554432000 4194304 4196468 140730784496448 140294704064992 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26640] ppid=26571 vsize=10998092 memory=4000 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26640/stat : 26640 (java) S 26571 26574 20569 0 -1 1077944384 1 12846 0 0 0 0 5 2 20 0 15 0 227199877 11262046208 44915 33554432000 4194304 4196468 140730784496448 140296186907568 140296697993858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
Current children cumulated CPU time: 2.37 s
Current children cumulated vsize: 10998092 KiB

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

/proc/26574/task/26627/stat : 26627 (java) R 26571 26574 20569 0 -1 4202560 117846 12846 0 0 235632 59 5 2 20 0 15 0 227199871 11345952768 398552 33554432000 4194304 4196468 140730784496448 140296669817024 140296281017171 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26628] ppid=26571 vsize=11080032 memory=1594208 CPUtime=12.99 cores=0,2,4,6
/proc/26574/task/26628/stat : 26628 (java) S 26571 26574 20569 0 -1 1077944384 31163 12846 0 0 1248 44 5 2 20 0 15 0 227199872 11345952768 398552 33554432000 4194304 4196468 140730784496448 140296702224784 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26629] ppid=26571 vsize=11080032 memory=1598312 CPUtime=13.02 cores=0,2,4,6
/proc/26574/task/26629/stat : 26629 (java) S 26571 26574 20569 0 -1 1077944384 38104 12846 0 0 1250 45 5 2 20 0 15 0 227199872 11345952768 398552 33554432000 4194304 4196468 140730784496448 140296237799696 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26630] ppid=26571 vsize=11080032 memory=1598312 CPUtime=13.01 cores=0,2,4,6
/proc/26574/task/26630/stat : 26630 (java) S 26571 26574 20569 0 -1 1077944384 31971 12846 0 0 1247 47 5 2 20 0 15 0 227199872 11345952768 398552 33554432000 4194304 4196468 140730784496448 140296236747408 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26631] ppid=26571 vsize=11080032 memory=1594208 CPUtime=12.98 cores=0,2,4,6
/proc/26574/task/26631/stat : 26631 (java) S 26571 26574 20569 0 -1 1077944384 27851 12846 0 0 1242 49 5 2 20 0 15 0 227199872 11345952768 398552 33554432000 4194304 4196468 140730784496448 140296235694608 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26632] ppid=26571 vsize=11080032 memory=1594208 CPUtime=9.58 cores=0,2,4,6
/proc/26574/task/26632/stat : 26632 (java) S 26571 26574 20569 0 -1 1077944384 29459 12846 0 0 900 51 5 2 20 0 15 0 227199873 11345952768 398552 33554432000 4194304 4196468 140730784496448 140296191117936 140296697993858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26633] ppid=26571 vsize=11080032 memory=1594208 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26633/stat : 26633 (java) S 26571 26574 20569 0 -1 1077944384 27 12846 0 0 0 0 5 2 20 0 15 0 227199874 11345952768 398552 33554432000 4194304 4196468 140730784496448 140295509370208 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26634] ppid=26571 vsize=11080032 memory=6369607583083817303 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26634/stat : 26634 (java) S 26571 26574 20569 0 -1 1077944384 59 12846 0 0 0 0 5 2 20 0 15 0 227199874 11345952768 398552 33554432000 4194304 4196468 140730784496448 140295442257536 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26635] ppid=26571 vsize=11080032 memory=12604 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26635/stat : 26635 (java) S 26571 26574 20569 0 -1 1077944384 3 12846 0 0 0 0 5 2 20 0 15 0 227199876 11345952768 398552 33554432000 4194304 4196468 140730784496448 140295134861904 140296698001307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26636] ppid=26571 vsize=11080032 memory=1594208 CPUtime=9.72 cores=0,2,4,6
/proc/26574/task/26636/stat : 26636 (java) S 26571 26574 20569 0 -1 1077944384 17541 12846 0 0 962 3 5 2 20 0 15 0 227199876 11345952768 398552 33554432000 4194304 4196468 140730784496448 140296190064752 140296697993858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26637] ppid=26571 vsize=11080032 memory=279268169699616 CPUtime=9.44 cores=0,2,4,6
/proc/26574/task/26637/stat : 26637 (java) S 26571 26574 20569 0 -1 1077944384 21065 12846 0 0 933 4 5 2 20 0 15 0 227199876 11345952768 398552 33554432000 4194304 4196468 140730784496448 140296189011952 140296697993858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 49 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26638] ppid=26571 vsize=11080032 memory=1594208 CPUtime=3.77 cores=0,2,4,6
/proc/26574/task/26638/stat : 26638 (java) S 26571 26574 20569 0 -1 1077944384 29596 12846 0 0 363 7 5 2 20 0 15 0 227199876 11345952768 398552 33554432000 4194304 4196468 140730784496448 140296187959664 140296697993858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26639] ppid=26571 vsize=11080032 memory=4424 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26639/stat : 26639 (java) S 26571 26574 20569 0 -1 1077944384 3 12846 0 0 0 0 5 2 20 0 15 0 227199877 11345952768 398552 33554432000 4194304 4196468 140730784496448 140294704064992 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26640] ppid=26571 vsize=11080032 memory=1380 CPUtime=1.37 cores=0,2,4,6
/proc/26574/task/26640/stat : 26640 (java) S 26571 26574 20569 0 -1 1077944384 2312 12846 0 0 63 67 5 2 20 0 15 0 227199877 11345952768 398552 33554432000 4194304 4196468 140730784496448 140296186907568 140296697993858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
Current children cumulated CPU time: 2442.31 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1594208 KiB

[startup+2442.3 s]
/proc/loadavg: 1.36 1.39 1.38 3/216 26864
/proc/meminfo: memFree=10392000/32770624 swapFree=67108496/67108860
[pid=26574] ppid=26571 vsize=11080032 memory=1608348 CPUtime=2503.36 cores=0,2,4,6
/proc/26574/stat : 26574 (java) S 26571 26574 20569 0 -1 1077944320 353288 12846 0 0 249983 346 5 2 20 0 15 0 227199862 11345952768 402087 33554432000 4194304 4196468 140730784496448 140730784478992 140296697982711 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
/proc/26574/statm: 2770008 402087 3530 1 0 2731661 0
[pid=26574/tid=26627] ppid=26571 vsize=11080032 memory=1608348 CPUtime=2416.28 cores=0,2,4,6
/proc/26574/task/26627/stat : 26627 (java) R 26571 26574 20569 0 -1 4202560 119233 12846 0 0 241562 59 5 2 20 0 15 0 227199871 11345952768 402087 33554432000 4194304 4196468 140730784496448 140296669816784 140296284768861 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26628] ppid=26571 vsize=11080032 memory=1608348 CPUtime=13.35 cores=0,2,4,6
/proc/26574/task/26628/stat : 26628 (java) S 26571 26574 20569 0 -1 1077944384 31929 12846 0 0 1282 46 5 2 20 0 15 0 227199872 11345952768 402087 33554432000 4194304 4196468 140730784496448 140296702224784 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26629] ppid=26571 vsize=11080032 memory=1608348 CPUtime=13.38 cores=0,2,4,6
/proc/26574/task/26629/stat : 26629 (java) S 26571 26574 20569 0 -1 1077944384 39036 12846 0 0 1285 46 5 2 20 0 15 0 227199872 11345952768 402087 33554432000 4194304 4196468 140730784496448 140296237799696 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26630] ppid=26571 vsize=11080032 memory=1607832 CPUtime=13.36 cores=0,2,4,6
/proc/26574/task/26630/stat : 26630 (java) S 26571 26574 20569 0 -1 1077944384 32223 12846 0 0 1281 48 5 2 20 0 15 0 227199872 11345952768 402087 33554432000 4194304 4196468 140730784496448 140296236747408 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26631] ppid=26571 vsize=11080032 memory=1607832 CPUtime=13.34 cores=0,2,4,6
/proc/26574/task/26631/stat : 26631 (java) S 26571 26574 20569 0 -1 1077944384 27998 12846 0 0 1277 50 5 2 20 0 15 0 227199872 11345952768 402087 33554432000 4194304 4196468 140730784496448 140296235694608 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26632] ppid=26571 vsize=11080032 memory=1607704 CPUtime=9.82 cores=0,2,4,6
/proc/26574/task/26632/stat : 26632 (java) S 26571 26574 20569 0 -1 1077944384 30023 12846 0 0 923 52 5 2 20 0 15 0 227199873 11345952768 402087 33554432000 4194304 4196468 140730784496448 140296191117936 140296697993858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26633] ppid=26571 vsize=11080032 memory=1594208 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26633/stat : 26633 (java) S 26571 26574 20569 0 -1 1077944384 27 12846 0 0 0 0 5 2 20 0 15 0 227199874 11345952768 402087 33554432000 4194304 4196468 140730784496448 140295509370208 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26634] ppid=26571 vsize=11080032 memory=1607704 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26634/stat : 26634 (java) S 26571 26574 20569 0 -1 1077944384 59 12846 0 0 0 0 5 2 20 0 15 0 227199874 11345952768 402087 33554432000 4194304 4196468 140730784496448 140295442257536 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26635] ppid=26571 vsize=11080032 memory=7230360325431715174 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26635/stat : 26635 (java) S 26571 26574 20569 0 -1 1077944384 3 12846 0 0 0 0 5 2 20 0 15 0 227199876 11345952768 402087 33554432000 4194304 4196468 140730784496448 140295134861904 140296698001307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26636] ppid=26571 vsize=11080032 memory=1607832 CPUtime=9.72 cores=0,2,4,6
/proc/26574/task/26636/stat : 26636 (java) S 26571 26574 20569 0 -1 1077944384 17546 12846 0 0 962 3 5 2 20 0 15 0 227199876 11345952768 402087 33554432000 4194304 4196468 140730784496448 140296190064752 140296697993858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26637] ppid=26571 vsize=11080032 memory=1608348 CPUtime=9.44 cores=0,2,4,6
/proc/26574/task/26637/stat : 26637 (java) S 26571 26574 20569 0 -1 1077944384 21069 12846 0 0 933 4 5 2 20 0 15 0 227199876 11345952768 402087 33554432000 4194304 4196468 140730784496448 140296189011952 140296697993858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 49 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26638] ppid=26571 vsize=11080032 memory=56 CPUtime=3.77 cores=0,2,4,6
/proc/26574/task/26638/stat : 26638 (java) S 26571 26574 20569 0 -1 1077944384 29601 12846 0 0 363 7 5 2 20 0 15 0 227199876 11345952768 402087 33554432000 4194304 4196468 140730784496448 140296187959664 140296697993858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26639] ppid=26571 vsize=11080032 memory=1608348 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26639/stat : 26639 (java) S 26571 26574 20569 0 -1 1077944384 3 12846 0 0 0 0 5 2 20 0 15 0 227199877 11345952768 402087 33554432000 4194304 4196468 140730784496448 140294704064992 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26640] ppid=26571 vsize=11080032 memory=1608348 CPUtime=1.4 cores=0,2,4,6
/proc/26574/task/26640/stat : 26640 (java) S 26571 26574 20569 0 -1 1077944384 2345 12846 0 0 64 69 5 2 20 0 15 0 227199877 11345952768 402087 33554432000 4194304 4196468 140730784496448 140296186907568 140296697993858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
Current children cumulated CPU time: 2503.36 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1608348 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2458.7 s]
/proc/loadavg: 1.20 1.36 1.37 3/216 26865
/proc/meminfo: memFree=10391488/32770624 swapFree=67108496/67108860
[pid=26574] ppid=26571 vsize=11080032 memory=1608348 CPUtime=2520.03 cores=0,2,4,6
/proc/26574/stat : 26574 (java) S 26571 26574 20569 0 -1 1077944320 353470 12846 0 0 251648 348 5 2 20 0 15 0 227199862 11345952768 402087 33554432000 4194304 4196468 140730784496448 140730784478992 140296697982711 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
/proc/26574/statm: 2770008 402087 3530 1 0 2731661 0
[pid=26574/tid=26627] ppid=26571 vsize=11080032 memory=1608348 CPUtime=2432.49 cores=0,2,4,6
/proc/26574/task/26627/stat : 26627 (java) R 26571 26574 20569 0 -1 4202560 119374 12846 0 0 243183 59 5 2 20 0 15 0 227199871 11345952768 402087 33554432000 4194304 4196468 140730784496448 140296669816624 140296283816693 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26628] ppid=26571 vsize=11080032 memory=1608348 CPUtime=13.45 cores=0,2,4,6
/proc/26574/task/26628/stat : 26628 (java) S 26571 26574 20569 0 -1 1077944384 31949 12846 0 0 1292 46 5 2 20 0 15 0 227199872 11345952768 402087 33554432000 4194304 4196468 140730784496448 140296702224784 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26629] ppid=26571 vsize=11080032 memory=3762542493851407957 CPUtime=13.49 cores=0,2,4,6
/proc/26574/task/26629/stat : 26629 (java) S 26571 26574 20569 0 -1 1077944384 39038 12846 0 0 1295 47 5 2 20 0 15 0 227199872 11345952768 402087 33554432000 4194304 4196468 140730784496448 140296237799696 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26630] ppid=26571 vsize=11080032 memory=0 CPUtime=13.45 cores=0,2,4,6
/proc/26574/task/26630/stat : 26630 (java) S 26571 26574 20569 0 -1 1077944384 32224 12846 0 0 1290 48 5 2 20 0 15 0 227199872 11345952768 402087 33554432000 4194304 4196468 140730784496448 140296236747408 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26631] ppid=26571 vsize=11080032 memory=0 CPUtime=13.44 cores=0,2,4,6
/proc/26574/task/26631/stat : 26631 (java) S 26571 26574 20569 0 -1 1077944384 28005 12846 0 0 1287 50 5 2 20 0 15 0 227199872 11345952768 402087 33554432000 4194304 4196468 140730784496448 140296235694608 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26632] ppid=26571 vsize=11080032 memory=1607704 CPUtime=9.9 cores=0,2,4,6
/proc/26574/task/26632/stat : 26632 (java) S 26571 26574 20569 0 -1 1077944384 30034 12846 0 0 930 53 5 2 20 0 15 0 227199873 11345952768 402087 33554432000 4194304 4196468 140730784496448 140296191117936 140296697993858 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26633] ppid=26571 vsize=11080032 memory=1607704 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26633/stat : 26633 (java) S 26571 26574 20569 0 -1 1077944384 27 12846 0 0 0 0 5 2 20 0 15 0 227199874 11345952768 402087 33554432000 4194304 4196468 140730784496448 140295509370208 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26634] ppid=26571 vsize=11080032 memory=1608348 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26634/stat : 26634 (java) S 26571 26574 20569 0 -1 1077944384 59 12846 0 0 0 0 5 2 20 0 15 0 227199874 11345952768 402087 33554432000 4194304 4196468 140730784496448 140295442257536 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26635] ppid=26571 vsize=11080032 memory=1608348 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26635/stat : 26635 (java) S 26571 26574 20569 0 -1 1077944384 3 12846 0 0 0 0 5 2 20 0 15 0 227199876 11345952768 402087 33554432000 4194304 4196468 140730784496448 140295134861904 140296698001307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26636] ppid=26571 vsize=11080032 memory=1608348 CPUtime=9.72 cores=0,2,4,6
/proc/26574/task/26636/stat : 26636 (java) S 26571 26574 20569 0 -1 1077944384 17546 12846 0 0 962 3 5 2 20 0 15 0 227199876 11345952768 402087 33554432000 4194304 4196468 140730784496448 140296190064752 140296697993858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26637] ppid=26571 vsize=11080032 memory=3872 CPUtime=9.44 cores=0,2,4,6
/proc/26574/task/26637/stat : 26637 (java) S 26571 26574 20569 0 -1 1077944384 21069 12846 0 0 933 4 5 2 20 0 15 0 227199876 11345952768 402087 33554432000 4194304 4196468 140730784496448 140296189011952 140296697993858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 49 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26638] ppid=26571 vsize=11080032 memory=1607832 CPUtime=3.77 cores=0,2,4,6
/proc/26574/task/26638/stat : 26638 (java) S 26571 26574 20569 0 -1 1077944384 29601 12846 0 0 363 7 5 2 20 0 15 0 227199876 11345952768 402087 33554432000 4194304 4196468 140730784496448 140296187959664 140296697993858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26639] ppid=26571 vsize=11080032 memory=1607832 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26639/stat : 26639 (java) S 26571 26574 20569 0 -1 1077944384 3 12846 0 0 0 0 5 2 20 0 15 0 227199877 11345952768 402087 33554432000 4194304 4196468 140730784496448 140294704064992 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26640] ppid=26571 vsize=11080032 memory=2260 CPUtime=1.41 cores=0,2,4,6
/proc/26574/task/26640/stat : 26640 (java) S 26571 26574 20569 0 -1 1077944384 2345 12846 0 0 65 69 5 2 20 0 15 0 227199877 11345952768 402087 33554432000 4194304 4196468 140730784496448 140296186907568 140296697993858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1608348 KiB

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

[startup+2458.73 s]
# the end of solver process 26574 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.57 s, system=3.52678 s

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

[startup+2458.7 s]
/proc/loadavg: 1.20 1.36 1.37 3/216 26865
/proc/meminfo: memFree=10391488/32770624 swapFree=67108496/67108860
[pid=26574] ppid=26571 vsize=11080032 memory=1608348 CPUtime=2520.03 cores=0,2,4,6
/proc/26574/stat : 26574 (java) S 26571 26574 20569 0 -1 1077944320 353470 12846 0 0 251648 348 5 2 20 0 15 0 227199862 11345952768 402087 33554432000 4194304 4196468 140730784496448 140730784478992 140296697982711 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
/proc/26574/statm: 2770008 402087 3530 1 0 2731661 0
[pid=26574/tid=26627] ppid=26571 vsize=11080032 memory=1608348 CPUtime=2432.49 cores=0,2,4,6
/proc/26574/task/26627/stat : 26627 (java) R 26571 26574 20569 0 -1 4202560 119374 12846 0 0 243183 59 5 2 20 0 15 0 227199871 11345952768 402087 33554432000 4194304 4196468 140730784496448 140296669816624 140296283816693 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26628] ppid=26571 vsize=11080032 memory=1608348 CPUtime=13.45 cores=0,2,4,6
/proc/26574/task/26628/stat : 26628 (java) S 26571 26574 20569 0 -1 1077944384 31949 12846 0 0 1292 46 5 2 20 0 15 0 227199872 11345952768 402087 33554432000 4194304 4196468 140730784496448 140296702224784 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26629] ppid=26571 vsize=11080032 memory=3762542493851407957 CPUtime=13.49 cores=0,2,4,6
/proc/26574/task/26629/stat : 26629 (java) S 26571 26574 20569 0 -1 1077944384 39038 12846 0 0 1295 47 5 2 20 0 15 0 227199872 11345952768 402087 33554432000 4194304 4196468 140730784496448 140296237799696 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26630] ppid=26571 vsize=11080032 memory=0 CPUtime=13.45 cores=0,2,4,6
/proc/26574/task/26630/stat : 26630 (java) S 26571 26574 20569 0 -1 1077944384 32224 12846 0 0 1290 48 5 2 20 0 15 0 227199872 11345952768 402087 33554432000 4194304 4196468 140730784496448 140296236747408 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26631] ppid=26571 vsize=11080032 memory=0 CPUtime=13.44 cores=0,2,4,6
/proc/26574/task/26631/stat : 26631 (java) S 26571 26574 20569 0 -1 1077944384 28005 12846 0 0 1287 50 5 2 20 0 15 0 227199872 11345952768 402087 33554432000 4194304 4196468 140730784496448 140296235694608 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26632] ppid=26571 vsize=11080032 memory=1607704 CPUtime=9.9 cores=0,2,4,6
/proc/26574/task/26632/stat : 26632 (java) S 26571 26574 20569 0 -1 1077944384 30034 12846 0 0 930 53 5 2 20 0 15 0 227199873 11345952768 402087 33554432000 4194304 4196468 140730784496448 140296191117936 140296697993858 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26633] ppid=26571 vsize=11080032 memory=1607704 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26633/stat : 26633 (java) S 26571 26574 20569 0 -1 1077944384 27 12846 0 0 0 0 5 2 20 0 15 0 227199874 11345952768 402087 33554432000 4194304 4196468 140730784496448 140295509370208 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26634] ppid=26571 vsize=11080032 memory=1608348 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26634/stat : 26634 (java) S 26571 26574 20569 0 -1 1077944384 59 12846 0 0 0 0 5 2 20 0 15 0 227199874 11345952768 402087 33554432000 4194304 4196468 140730784496448 140295442257536 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26635] ppid=26571 vsize=11080032 memory=1608348 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26635/stat : 26635 (java) S 26571 26574 20569 0 -1 1077944384 3 12846 0 0 0 0 5 2 20 0 15 0 227199876 11345952768 402087 33554432000 4194304 4196468 140730784496448 140295134861904 140296698001307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26636] ppid=26571 vsize=11080032 memory=1608348 CPUtime=9.72 cores=0,2,4,6
/proc/26574/task/26636/stat : 26636 (java) S 26571 26574 20569 0 -1 1077944384 17546 12846 0 0 962 3 5 2 20 0 15 0 227199876 11345952768 402087 33554432000 4194304 4196468 140730784496448 140296190064752 140296697993858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26637] ppid=26571 vsize=11080032 memory=3872 CPUtime=9.44 cores=0,2,4,6
/proc/26574/task/26637/stat : 26637 (java) S 26571 26574 20569 0 -1 1077944384 21069 12846 0 0 933 4 5 2 20 0 15 0 227199876 11345952768 402087 33554432000 4194304 4196468 140730784496448 140296189011952 140296697993858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 49 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26638] ppid=26571 vsize=11080032 memory=1607832 CPUtime=3.77 cores=0,2,4,6
/proc/26574/task/26638/stat : 26638 (java) S 26571 26574 20569 0 -1 1077944384 29601 12846 0 0 363 7 5 2 20 0 15 0 227199876 11345952768 402087 33554432000 4194304 4196468 140730784496448 140296187959664 140296697993858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26639] ppid=26571 vsize=11080032 memory=1607832 CPUtime=0.07 cores=0,2,4,6
/proc/26574/task/26639/stat : 26639 (java) S 26571 26574 20569 0 -1 1077944384 3 12846 0 0 0 0 5 2 20 0 15 0 227199877 11345952768 402087 33554432000 4194304 4196468 140730784496448 140294704064992 140296697992917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
[pid=26574/tid=26640] ppid=26571 vsize=11080032 memory=2260 CPUtime=1.41 cores=0,2,4,6
/proc/26574/task/26640/stat : 26640 (java) S 26571 26574 20569 0 -1 1077944384 2345 12846 0 0 65 69 5 2 20 0 15 0 227199877 11345952768 402087 33554432000 4194304 4196468 140730784496448 140296186907568 140296697993858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36470784 140730784500332 140730784503132 140730784503132 140730784505807 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1608348 KiB

Child status: 143
Real time (s): 2458.73
CPU time (s): 2520.1
CPU user time (s): 2516.57
CPU system time (s): 3.52678
CPU usage (%): 102.496
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 2062984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.57
system time used= 3.52678
maximum resident set size= 2063496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 368069
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 247540
involuntary context switches= 7522


# summary of solver processes directly reported to runsolver:
#   pid: 26574
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.57
#   total CPU system time (s): 3.52678

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.2579 second user time and 25.2967 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-12 19:52:47
IDJOB=4304951
IDBENCH=141327
IDSOLVER=2780
FILE ID=node149/4304951-1534096367
RUNJOBID= node149-1534096168-26214
PBS_JOBID= 21036989
Free space on /tmp= 39136 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Bibd/Bibd-sum-09-03-09_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304951-1534096367/watcher-4304951-1534096367 -o /tmp/evaluation-result-4304951-1534096367/solver-4304951-1534096367 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534096168-26214 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1258461405 HOME/instance-4304951-1534096367.xml

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

MD5SUM BENCH= 8720a51077744f6e775f5d31127f86ee
RANDOM SEED=1258461405

node149.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.60
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.60
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.60
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.60
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:        11971736 kB
MemAvailable:   30846176 kB
Buffers:          201924 kB
Cached:         18705168 kB
SwapCached:           28 kB
Active:          8756828 kB
Inactive:       11260560 kB
Active(anon):    1059980 kB
Inactive(anon):   103076 kB
Active(file):    7696848 kB
Inactive(file): 11157484 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:             26648 kB
Writeback:           180 kB
AnonPages:       1274160 kB
Mapped:            67456 kB
Shmem:             49616 kB
Slab:             477720 kB
SReclaimable:     448568 kB
SUnreclaim:        29152 kB
KernelStack:        3792 kB
PageTables:         8192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2297908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1036288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 39112 MiB
End job on node149 at 2018-08-12 20:33:46