Trace number 4302394

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2SAT (TO)13 252.114 235.537

General information on the benchmark

NamePseudoBoolean-opt/
Pb-garden-7x7_c18.xml
MD5SUMb012ef5fa7bba6c8b791df977729af7d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark28.3557
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints49
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":49}]
Minimum variable degree4
Maximum variable degree6
Distribution of variable degrees[{"degree":4,"count":4},{"degree":5,"count":20},{"degree":6,"count":25}]
Minimum constraint arity3
Maximum constraint arity5
Distribution of constraint arities[{"arity":3,"count":4},{"arity":4,"count":20},{"arity":5,"count":25}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":49}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
8.06/3.96	o 18
8.06/3.99	o 17
9.02/4.20	o 16
9.02/4.20	o 15
9.02/4.22	o 14
9.96/4.57	o 13
252.07/235.50	Exception in thread "main" java.util.concurrent.TimeoutException
252.07/235.50		at concrete.MAC.mac(MAC.scala:188)
252.07/235.50		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.07/235.50		at scala.util.Try$.apply(Try.scala:209)
252.07/235.50		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.07/235.50		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.07/235.50		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.07/235.50		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.07/235.50		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.07/235.50		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.07/235.50		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.07/235.50		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.07/235.50		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.07/235.50		at concrete.MAC.oneRun(MAC.scala:253)
252.07/235.50		at concrete.MAC.nextSolution(MAC.scala:272)
252.07/235.50		at concrete.MAC.nextSolution(MAC.scala:355)
252.07/235.50		at concrete.Solver.hasNext(Solver.scala:166)
252.07/235.50		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.07/235.50		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.07/235.50		at concrete.Solver.foreach(Solver.scala:68)
252.07/235.50		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.07/235.50		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.07/235.50		at scala.util.Success.map(Try.scala:209)
252.07/235.50		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.07/235.50		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.07/235.50		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.07/235.50		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.07/235.50		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.07/235.50		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.07/235.51		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.07/235.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.07/235.51		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.07/235.51		at scala.collection.immutable.List.foreach(List.scala:389)
252.07/235.51		at scala.App.main(App.scala:76)
252.07/235.51		at scala.App.main$(App.scala:74)
252.07/235.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.07/235.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.07/235.51	v <instantiation cost="13">
252.07/235.51	v       <list>
252.07/235.51	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48]
252.07/235.51	v       </list>
252.07/235.51	v       <values>
252.07/235.51	v         0 0 0 1 0 1 0 1 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 1 0 1 0 0 1 0 0
252.07/235.51	v       </values>
252.07/235.51	v     </instantiation>
252.07/235.51	s SATISFIABLE

Verifier Data

OK	13

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 (13028 MiB free)
  memory of node 1: 16384 MiB (13237 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302394-1532894807/watcher-4302394-1532894807 -o /tmp/evaluation-result-4302394-1532894807/solver-4302394-1532894807 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532894133-1621 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1474053278 HOME/instance-4302394-1532894807.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=2540, runsolver pid=2537
Current StackSize limit: 8192 KiB


[startup+0.100105 s]*
/proc/loadavg: 1.31 1.61 1.56 3/206 2597
/proc/meminfo: memFree=26889560/32770624 swapFree=67108860/67108860
[pid=2540] ppid=2537 vsize=10005480 memory=16816 CPUtime=0.09 cores=1,3,5,7
/proc/2540/stat : 2540 (java) S 2537 2540 22004 0 -1 1077944320 4332 13277 0 0 1 0 5 3 20 0 6 0 107043913 10245611520 4204 33554432000 4194304 4196468 140735886072288 140735886054832 139939344301815 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
/proc/2540/statm: 2501370 4204 1935 1 0 2489808 0
[pid=2540/tid=2593] ppid=2537 vsize=10005480 memory=8326441112148417179 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2593/stat : 2593 (java) R 2537 2540 22004 0 -1 4202560 2188 13277 0 0 0 0 5 3 20 0 6 0 107043922 10245611520 4716 33554432000 4194304 4196468 140735886072288 139939316138576 139939344323741 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2594] ppid=2537 vsize=10005480 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2594/stat : 2594 (java) S 2537 2540 22004 0 -1 1077944384 1 13277 0 0 0 0 5 3 20 0 6 0 107043923 10245611520 4716 33554432000 4194304 4196468 140735886072288 139939348535952 139939344312021 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2595] ppid=2537 vsize=10005480 memory=140608875951744 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2595/stat : 2595 (java) S 2537 2540 22004 0 -1 1077944384 1 13277 0 0 0 0 5 3 20 0 6 0 107043923 10245611520 4716 33554432000 4194304 4196468 140735886072288 139939229809168 139939344312021 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2596] ppid=2537 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2596/stat : 2596 (java) S 2537 2540 22004 0 -1 1077944384 1 13277 0 0 0 0 5 3 20 0 6 0 107043923 10245611520 4716 33554432000 4194304 4196468 140735886072288 139938883099024 139939344312021 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2597] ppid=2537 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2597/stat : 2597 (java) S 2537 2540 22004 0 -1 1077944384 2 13277 0 0 0 0 5 3 20 0 6 0 107043923 10245611520 4716 33554432000 4194304 4196468 140735886072288 139938882046224 139939344312021 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210685 s]*
/proc/loadavg: 1.31 1.61 1.56 2/215 2606
/proc/meminfo: memFree=26865848/32770624 swapFree=67108860/67108860
[pid=2540] ppid=2537 vsize=10982696 memory=41848 CPUtime=0.25 cores=1,3,5,7
/proc/2540/stat : 2540 (java) S 2537 2540 22004 0 -1 1077944320 8385 13277 0 0 15 2 5 3 20 0 15 0 107043913 11246280704 10462 33554432000 4194304 4196468 140735886072288 140735886054832 139939344301815 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
/proc/2540/statm: 2745674 10462 2934 1 0 2708109 0
[pid=2540/tid=2593] ppid=2537 vsize=10982696 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/2540/task/2593/stat : 2593 (java) R 2537 2540 22004 0 -1 4202560 4901 13277 0 0 9 2 5 3 20 0 15 0 107043922 11246280704 10462 33554432000 4194304 4196468 140735886072288 139939316099472 139939325865344 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2594] ppid=2537 vsize=10982696 memory=288293255295271337 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2594/stat : 2594 (java) S 2537 2540 22004 0 -1 1077944384 1 13277 0 0 0 0 5 3 20 0 15 0 107043923 11246280704 10462 33554432000 4194304 4196468 140735886072288 139939348535952 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2595] ppid=2537 vsize=10982696 memory=651288 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2595/stat : 2595 (java) S 2537 2540 22004 0 -1 1077944384 1 13277 0 0 0 0 5 3 20 0 15 0 107043923 11246280704 10462 33554432000 4194304 4196468 140735886072288 139939229809168 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2596] ppid=2537 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2596/stat : 2596 (java) S 2537 2540 22004 0 -1 1077944384 1 13277 0 0 0 0 5 3 20 0 15 0 107043923 11246280704 10462 33554432000 4194304 4196468 140735886072288 139938883099024 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2597] ppid=2537 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2597/stat : 2597 (java) S 2537 2540 22004 0 -1 1077944384 2 13277 0 0 0 0 5 3 20 0 15 0 107043923 11246280704 10462 33554432000 4194304 4196468 140735886072288 139938882046224 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2598] ppid=2537 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2598/stat : 2598 (java) S 2537 2540 22004 0 -1 1077944384 2 13277 0 0 0 0 5 3 20 0 15 0 107043924 11246280704 10462 33554432000 4194304 4196468 140735886072288 139938837420912 139939344312962 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2599] ppid=2537 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2599/stat : 2599 (java) S 2537 2540 22004 0 -1 1077944384 13 13277 0 0 0 0 5 3 20 0 15 0 107043924 11246280704 10462 33554432000 4194304 4196468 140735886072288 139938154669600 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2600] ppid=2537 vsize=10982696 memory=140608875951744 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2600/stat : 2600 (java) S 2537 2540 22004 0 -1 1077944384 21 13277 0 0 0 0 5 3 20 0 15 0 107043925 11246280704 10462 33554432000 4194304 4196468 140735886072288 139938087556464 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2601] ppid=2537 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2601/stat : 2601 (java) S 2537 2540 22004 0 -1 1077944384 3 13277 0 0 0 0 5 3 20 0 15 0 107043927 11246280704 10462 33554432000 4194304 4196468 140735886072288 139937780160848 139939344320411 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2602] ppid=2537 vsize=10982696 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2540/task/2602/stat : 2602 (java) S 2537 2540 22004 0 -1 1077944384 429 13277 0 0 1 0 5 3 20 0 15 0 107043927 11246280704 10462 33554432000 4194304 4196468 140735886072288 139938836367728 139939344312962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2603] ppid=2537 vsize=10982696 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/2540/task/2603/stat : 2603 (java) S 2537 2540 22004 0 -1 1077944384 189 13277 0 0 1 0 5 3 20 0 15 0 107043927 11246280704 10462 33554432000 4194304 4196468 140735886072288 139938835314928 139939344312962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2604] ppid=2537 vsize=10982696 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/2540/task/2604/stat : 2604 (java) S 2537 2540 22004 0 -1 1077944384 629 13277 0 0 3 0 5 3 20 0 15 0 107043927 11246280704 10462 33554432000 4194304 4196468 140735886072288 139938834262128 139939344312962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2605] ppid=2537 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2605/stat : 2605 (java) S 2537 2540 22004 0 -1 1077944384 3 13277 0 0 0 0 5 3 20 0 15 0 107043928 11246280704 10462 33554432000 4194304 4196468 140735886072288 139937349363936 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2606] ppid=2537 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2606/stat : 2606 (java) S 2537 2540 22004 0 -1 1077944384 1 13277 0 0 0 0 5 3 20 0 15 0 107043928 11246280704 10462 33554432000 4194304 4196468 140735886072288 139938833210544 139939344312962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 41848 KiB

[startup+0.310326 s]*
/proc/loadavg: 1.31 1.61 1.56 3/215 2606
/proc/meminfo: memFree=26857660/32770624 swapFree=67108860/67108860
[pid=2540] ppid=2537 vsize=10983192 memory=53004 CPUtime=0.38 cores=1,3,5,7
/proc/2540/stat : 2540 (java) S 2537 2540 22004 0 -1 1077944320 10350 13277 0 0 27 3 5 3 20 0 15 0 107043913 11246788608 13251 33554432000 4194304 4196468 140735886072288 140735886054832 139939344301815 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
/proc/2540/statm: 2745798 13251 3066 1 0 2708109 0
[pid=2540/tid=2593] ppid=2537 vsize=10983192 memory=6935054825532540783 CPUtime=0.28 cores=1,3,5,7
/proc/2540/task/2593/stat : 2593 (java) R 2537 2540 22004 0 -1 4202560 6906 13277 0 0 18 2 5 3 20 0 15 0 107043922 11246788608 13298 33554432000 4194304 4196468 140735886072288 139939316113824 139939328382302 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2594] ppid=2537 vsize=10983192 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2594/stat : 2594 (java) S 2537 2540 22004 0 -1 1077944384 1 13277 0 0 0 0 5 3 20 0 15 0 107043923 11246788608 13298 33554432000 4194304 4196468 140735886072288 139939348535952 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2595] ppid=2537 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2595/stat : 2595 (java) S 2537 2540 22004 0 -1 1077944384 1 13277 0 0 0 0 5 3 20 0 15 0 107043923 11246788608 13298 33554432000 4194304 4196468 140735886072288 139939229809168 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2596] ppid=2537 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2596/stat : 2596 (java) S 2537 2540 22004 0 -1 1077944384 1 13277 0 0 0 0 5 3 20 0 15 0 107043923 11246788608 13298 33554432000 4194304 4196468 140735886072288 139938883099024 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2597] ppid=2537 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2597/stat : 2597 (java) S 2537 2540 22004 0 -1 1077944384 2 13277 0 0 0 0 5 3 20 0 15 0 107043923 11246788608 13298 33554432000 4194304 4196468 140735886072288 139938882046224 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2598] ppid=2537 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2598/stat : 2598 (java) S 2537 2540 22004 0 -1 1077944384 2 13277 0 0 0 0 5 3 20 0 15 0 107043924 11246788608 13298 33554432000 4194304 4196468 140735886072288 139938837420912 139939344312962 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2599] ppid=2537 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2599/stat : 2599 (java) S 2537 2540 22004 0 -1 1077944384 13 13277 0 0 0 0 5 3 20 0 15 0 107043924 11246788608 13298 33554432000 4194304 4196468 140735886072288 139938154669600 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2600] ppid=2537 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2600/stat : 2600 (java) S 2537 2540 22004 0 -1 1077944384 21 13277 0 0 0 0 5 3 20 0 15 0 107043925 11246788608 13298 33554432000 4194304 4196468 140735886072288 139938087556464 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2601] ppid=2537 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2601/stat : 2601 (java) S 2537 2540 22004 0 -1 1077944384 3 13277 0 0 0 0 5 3 20 0 15 0 107043927 11246788608 13298 33554432000 4194304 4196468 140735886072288 139937780160848 139939344320411 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2602] ppid=2537 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2540/task/2602/stat : 2602 (java) S 2537 2540 22004 0 -1 1077944384 429 13277 0 0 1 0 5 3 20 0 15 0 107043927 11246788608 13298 33554432000 4194304 4196468 140735886072288 139938836367728 139939344312962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2603] ppid=2537 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2540/task/2603/stat : 2603 (java) S 2537 2540 22004 0 -1 1077944384 190 13277 0 0 1 0 5 3 20 0 15 0 107043927 11246788608 13298 33554432000 4194304 4196468 140735886072288 139938835314928 139939344312962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2604] ppid=2537 vsize=10983192 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/2540/task/2604/stat : 2604 (java) S 2537 2540 22004 0 -1 1077944384 634 13277 0 0 4 0 5 3 20 0 15 0 107043927 11246788608 13298 33554432000 4194304 4196468 140735886072288 139938834262128 139939344312962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2605] ppid=2537 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2605/stat : 2605 (java) S 2537 2540 22004 0 -1 1077944384 3 13277 0 0 0 0 5 3 20 0 15 0 107043928 11246788608 13298 33554432000 4194304 4196468 140735886072288 139937349363936 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2606] ppid=2537 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2606/stat : 2606 (java) S 2537 2540 22004 0 -1 1077944384 1 13277 0 0 0 0 5 3 20 0 15 0 107043928 11246788608 13298 33554432000 4194304 4196468 140735886072288 139938833210544 139939344312962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 53004 KiB

[startup+0.700757 s]
/proc/loadavg: 1.31 1.61 1.56 4/215 2606
/proc/meminfo: memFree=26845008/32770624 swapFree=67108860/67108860
[pid=2540] ppid=2537 vsize=10983192 memory=86808 CPUtime=0.98 cores=1,3,5,7
/proc/2540/stat : 2540 (java) S 2537 2540 22004 0 -1 1077944320 16845 13277 0 0 85 5 5 3 20 0 15 0 107043913 11246788608 21638 33554432000 4194304 4196468 140735886072288 140735886054832 139939344301815 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
/proc/2540/statm: 2745798 21638 3240 1 0 2708109 0
[pid=2540/tid=2593] ppid=2537 vsize=10983192 memory=6307362048920095132 CPUtime=0.66 cores=1,3,5,7
/proc/2540/task/2593/stat : 2593 (java) R 2537 2540 22004 0 -1 4202560 12401 13277 0 0 55 3 5 3 20 0 15 0 107043922 11246788608 21702 33554432000 4194304 4196468 140735886072288 139939316122640 139939328382302 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2594] ppid=2537 vsize=10983192 memory=4640492708758985641 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2594/stat : 2594 (java) S 2537 2540 22004 0 -1 1077944384 1 13277 0 0 0 0 5 3 20 0 15 0 107043923 11246788608 21702 33554432000 4194304 4196468 140735886072288 139939348535952 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2595] ppid=2537 vsize=10983192 memory=8027200600010211434 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2595/stat : 2595 (java) S 2537 2540 22004 0 -1 1077944384 1 13277 0 0 0 0 5 3 20 0 15 0 107043923 11246788608 21702 33554432000 4194304 4196468 140735886072288 139939229809168 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2596] ppid=2537 vsize=10983192 memory=6083073847998109799 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2596/stat : 2596 (java) S 2537 2540 22004 0 -1 1077944384 1 13277 0 0 0 0 5 3 20 0 15 0 107043923 11246788608 21702 33554432000 4194304 4196468 140735886072288 139938883099024 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2597] ppid=2537 vsize=10983192 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2597/stat : 2597 (java) S 2537 2540 22004 0 -1 1077944384 2 13277 0 0 0 0 5 3 20 0 15 0 107043923 11246788608 21702 33554432000 4194304 4196468 140735886072288 139938882046224 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2598] ppid=2537 vsize=10983192 memory=140608875950625 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2598/stat : 2598 (java) S 2537 2540 22004 0 -1 1077944384 5 13277 0 0 0 0 5 3 20 0 15 0 107043924 11246788608 21702 33554432000 4194304 4196468 140735886072288 139938837420912 139939344312962 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2599] ppid=2537 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2599/stat : 2599 (java) S 2537 2540 22004 0 -1 1077944384 13 13277 0 0 0 0 5 3 20 0 15 0 107043924 11246788608 21702 33554432000 4194304 4196468 140735886072288 139938154669600 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2600] ppid=2537 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2600/stat : 2600 (java) S 2537 2540 22004 0 -1 1077944384 21 13277 0 0 0 0 5 3 20 0 15 0 107043925 11246788608 21702 33554432000 4194304 4196468 140735886072288 139938087556464 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2601] ppid=2537 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2601/stat : 2601 (java) S 2537 2540 22004 0 -1 1077944384 3 13277 0 0 0 0 5 3 20 0 15 0 107043927 11246788608 21702 33554432000 4194304 4196468 140735886072288 139937780160848 139939344320411 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2602] ppid=2537 vsize=10983192 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/2540/task/2602/stat : 2602 (java) S 2537 2540 22004 0 -1 1077944384 1056 13277 0 0 9 0 5 3 20 0 15 0 107043927 11246788608 21702 33554432000 4194304 4196468 140735886072288 139938836367728 139939344312962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2603] ppid=2537 vsize=10983192 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/2540/task/2603/stat : 2603 (java) S 2537 2540 22004 0 -1 1077944384 438 13277 0 0 7 0 5 3 20 0 15 0 107043927 11246788608 21702 33554432000 4194304 4196468 140735886072288 139938835314928 139939344312962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2604] ppid=2537 vsize=10983192 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/2540/task/2604/stat : 2604 (java) R 2537 2540 22004 0 -1 4202560 718 13277 0 0 13 0 5 3 20 0 15 0 107043927 11246788608 21702 33554432000 4194304 4196468 140735886072288 139938834262128 139939322840915 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2605] ppid=2537 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2605/stat : 2605 (java) S 2537 2540 22004 0 -1 1077944384 3 13277 0 0 0 0 5 3 20 0 15 0 107043928 11246788608 21702 33554432000 4194304 4196468 140735886072288 139937349363936 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2606] ppid=2537 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2606/stat : 2606 (java) S 2537 2540 22004 0 -1 1077944384 1 13277 0 0 0 0 5 3 20 0 15 0 107043928 11246788608 21702 33554432000 4194304 4196468 140735886072288 139938833210544 139939344312962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 86808 KiB

[startup+1.50425 s]
/proc/loadavg: 1.31 1.61 1.56 3/215 2606
/proc/meminfo: memFree=26798708/32770624 swapFree=67108860/67108860
[pid=2540] ppid=2537 vsize=10998092 memory=175284 CPUtime=2.23 cores=1,3,5,7
/proc/2540/stat : 2540 (java) S 2537 2540 22004 0 -1 1077944320 23941 13277 0 0 206 9 5 3 20 0 15 0 107043913 11262046208 43821 33554432000 4194304 4196468 140735886072288 140735886054832 139939344301815 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
/proc/2540/statm: 2749523 43821 3466 1 0 2711181 0
[pid=2540/tid=2593] ppid=2537 vsize=10998092 memory=281217547111096 CPUtime=1.43 cores=1,3,5,7
/proc/2540/task/2593/stat : 2593 (java) R 2537 2540 22004 0 -1 4202560 17958 13277 0 0 129 6 5 3 20 0 15 0 107043922 11262046208 43821 33554432000 4194304 4196468 140735886072288 139939316110560 139939325866503 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2594] ppid=2537 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2540/task/2594/stat : 2594 (java) S 2537 2540 22004 0 -1 1077944384 65 13277 0 0 1 0 5 3 20 0 15 0 107043923 11262046208 43821 33554432000 4194304 4196468 140735886072288 139939348535952 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2595] ppid=2537 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2540/task/2595/stat : 2595 (java) S 2537 2540 22004 0 -1 1077944384 16 13277 0 0 1 0 5 3 20 0 15 0 107043923 11262046208 43821 33554432000 4194304 4196468 140735886072288 139939229809168 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2596] ppid=2537 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2540/task/2596/stat : 2596 (java) S 2537 2540 22004 0 -1 1077944384 201 13277 0 0 1 0 5 3 20 0 15 0 107043923 11262046208 43821 33554432000 4194304 4196468 140735886072288 139938883099024 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2597] ppid=2537 vsize=10998092 memory=-7306379679665460894 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2597/stat : 2597 (java) S 2537 2540 22004 0 -1 1077944384 32 13277 0 0 0 0 5 3 20 0 15 0 107043923 11262046208 43821 33554432000 4194304 4196468 140735886072288 139938882046224 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2598] ppid=2537 vsize=10998092 memory=-6876588628787748224 CPUtime=0.09 cores=1,3,5,7
/proc/2540/task/2598/stat : 2598 (java) S 2537 2540 22004 0 -1 1077944384 55 13277 0 0 1 0 5 3 20 0 15 0 107043924 11262046208 43821 33554432000 4194304 4196468 140735886072288 139938837420912 139939344312962 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2599] ppid=2537 vsize=10998092 memory=6944656591801720471 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2599/stat : 2599 (java) S 2537 2540 22004 0 -1 1077944384 14 13277 0 0 0 0 5 3 20 0 15 0 107043924 11262046208 43821 33554432000 4194304 4196468 140735886072288 139938154669664 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2600] ppid=2537 vsize=10998092 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2600/stat : 2600 (java) S 2537 2540 22004 0 -1 1077944384 42 13277 0 0 0 0 5 3 20 0 15 0 107043925 11262046208 43821 33554432000 4194304 4196468 140735886072288 139938087556480 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2601] ppid=2537 vsize=10998092 memory=7451041105101412461 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2601/stat : 2601 (java) S 2537 2540 22004 0 -1 1077944384 3 13277 0 0 0 0 5 3 20 0 15 0 107043927 11262046208 43821 33554432000 4194304 4196468 140735886072288 139937780160848 139939344320411 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2602] ppid=2537 vsize=10998092 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/2540/task/2602/stat : 2602 (java) S 2537 2540 22004 0 -1 1077944384 1176 13277 0 0 19 0 5 3 20 0 15 0 107043927 11262046208 43821 33554432000 4194304 4196468 140735886072288 139938836367728 139939344312962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2603] ppid=2537 vsize=10998092 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/2540/task/2603/stat : 2603 (java) S 2537 2540 22004 0 -1 1077944384 892 13277 0 0 20 0 5 3 20 0 15 0 107043927 11262046208 43821 33554432000 4194304 4196468 140735886072288 139938835314928 139939344312962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2604] ppid=2537 vsize=10998092 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/2540/task/2604/stat : 2604 (java) S 2537 2540 22004 0 -1 1077944384 1291 13277 0 0 30 0 5 3 20 0 15 0 107043927 11262046208 43821 33554432000 4194304 4196468 140735886072288 139938834262128 139939344312962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2605] ppid=2537 vsize=10998092 memory=140608773894704 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2605/stat : 2605 (java) S 2537 2540 22004 0 -1 1077944384 3 13277 0 0 0 0 5 3 20 0 15 0 107043928 11262046208 43821 33554432000 4194304 4196468 140735886072288 139937349363936 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2606] ppid=2537 vsize=10998092 memory=6655300316396806240 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2606/stat : 2606 (java) S 2537 2540 22004 0 -1 1077944384 1 13277 0 0 0 0 5 3 20 0 15 0 107043928 11262046208 43821 33554432000 4194304 4196468 140735886072288 139938833210544 139939344312962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
Current children cumulated CPU time: 2.23 s
Current children cumulated vsize: 10998092 KiB

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

/proc/2540/task/2593/stat : 2593 (java) R 2537 2540 22004 0 -1 4202560 49662 13277 0 0 16071 24 5 3 20 0 15 0 107043922 11343855616 294504 33554432000 4194304 4196468 140735886072288 139939316137456 139938922135079 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2594] ppid=2537 vsize=11077984 memory=1178016 CPUtime=0.61 cores=1,3,5,7
/proc/2540/task/2594/stat : 2594 (java) S 2537 2540 22004 0 -1 1077944384 480 13277 0 0 48 5 5 3 20 0 15 0 107043923 11343855616 294504 33554432000 4194304 4196468 140735886072288 139939348535952 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2595] ppid=2537 vsize=11077984 memory=6 CPUtime=0.62 cores=1,3,5,7
/proc/2540/task/2595/stat : 2595 (java) S 2537 2540 22004 0 -1 1077944384 3067 13277 0 0 49 5 5 3 20 0 15 0 107043923 11343855616 294504 33554432000 4194304 4196468 140735886072288 139939229809168 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2596] ppid=2537 vsize=11077984 memory=1178016 CPUtime=0.62 cores=1,3,5,7
/proc/2540/task/2596/stat : 2596 (java) S 2537 2540 22004 0 -1 1077944384 3080 13277 0 0 49 5 5 3 20 0 15 0 107043923 11343855616 294504 33554432000 4194304 4196468 140735886072288 139938883099024 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2597] ppid=2537 vsize=11077984 memory=55 CPUtime=0.63 cores=1,3,5,7
/proc/2540/task/2597/stat : 2597 (java) S 2537 2540 22004 0 -1 1077944384 2493 13277 0 0 49 6 5 3 20 0 15 0 107043923 11343855616 294504 33554432000 4194304 4196468 140735886072288 139938882046224 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2598] ppid=2537 vsize=11077984 memory=1177928 CPUtime=0.58 cores=1,3,5,7
/proc/2540/task/2598/stat : 2598 (java) S 2537 2540 22004 0 -1 1077944384 5435 13277 0 0 47 3 5 3 20 0 15 0 107043924 11343855616 294504 33554432000 4194304 4196468 140735886072288 139938837420912 139939344312962 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2599] ppid=2537 vsize=11077984 memory=1178016 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2599/stat : 2599 (java) S 2537 2540 22004 0 -1 1077944384 14 13277 0 0 0 0 5 3 20 0 15 0 107043924 11343855616 294504 33554432000 4194304 4196468 140735886072288 139938154669664 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2600] ppid=2537 vsize=11077984 memory=1178016 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2600/stat : 2600 (java) S 2537 2540 22004 0 -1 1077944384 42 13277 0 0 0 0 5 3 20 0 15 0 107043925 11343855616 294504 33554432000 4194304 4196468 140735886072288 139938087556480 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2601] ppid=2537 vsize=11077984 memory=1177928 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2601/stat : 2601 (java) S 2537 2540 22004 0 -1 1077944384 3 13277 0 0 0 0 5 3 20 0 15 0 107043927 11343855616 294504 33554432000 4194304 4196468 140735886072288 139937780160848 139939344320411 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2602] ppid=2537 vsize=11077984 memory=1178016 CPUtime=5.69 cores=1,3,5,7
/proc/2540/task/2602/stat : 2602 (java) S 2537 2540 22004 0 -1 1077944384 18180 13277 0 0 555 6 5 3 20 0 15 0 107043927 11343855616 294504 33554432000 4194304 4196468 140735886072288 139938836367728 139939344312962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2603] ppid=2537 vsize=11077984 memory=4028 CPUtime=5.37 cores=1,3,5,7
/proc/2540/task/2603/stat : 2603 (java) S 2537 2540 22004 0 -1 1077944384 14390 13277 0 0 526 3 5 3 20 0 15 0 107043927 11343855616 294504 33554432000 4194304 4196468 140735886072288 139938835314928 139939344312962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2604] ppid=2537 vsize=11077984 memory=1178016 CPUtime=3.12 cores=1,3,5,7
/proc/2540/task/2604/stat : 2604 (java) S 2537 2540 22004 0 -1 1077944384 17766 13277 0 0 298 6 5 3 20 0 15 0 107043927 11343855616 294504 33554432000 4194304 4196468 140735886072288 139938834262128 139939344312962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2605] ppid=2537 vsize=11077984 memory=8508 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2605/stat : 2605 (java) S 2537 2540 22004 0 -1 1077944384 3 13277 0 0 0 0 5 3 20 0 15 0 107043928 11343855616 294504 33554432000 4194304 4196468 140735886072288 139937349363936 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2606] ppid=2537 vsize=11077984 memory=1178016 CPUtime=0.16 cores=1,3,5,7
/proc/2540/task/2606/stat : 2606 (java) S 2537 2540 22004 0 -1 1077944384 131 13277 0 0 3 5 5 3 20 0 15 0 107043928 11343855616 294504 33554432000 4194304 4196468 140735886072288 139938833210544 139939344312962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
Current children cumulated CPU time: 177.81 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1178016 KiB

[startup+222.301 s]
/proc/loadavg: 1.72 1.70 1.61 3/215 2747
/proc/meminfo: memFree=25295280/32770624 swapFree=67108860/67108860
[pid=2540] ppid=2537 vsize=11077984 memory=1180312 CPUtime=238.69 cores=1,3,5,7
/proc/2540/stat : 2540 (java) S 2537 2540 22004 0 -1 1077944320 121248 13277 0 0 23788 73 5 3 20 0 15 0 107043913 11343855616 295078 33554432000 4194304 4196468 140735886072288 140735886054832 139939344301815 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
/proc/2540/statm: 2769496 295078 3517 1 0 2731149 0
[pid=2540/tid=2593] ppid=2537 vsize=11077984 memory=1178188 CPUtime=220.39 cores=1,3,5,7
/proc/2540/task/2593/stat : 2593 (java) R 2537 2540 22004 0 -1 4202560 50920 13277 0 0 22006 25 5 3 20 0 15 0 107043922 11343855616 295078 33554432000 4194304 4196468 140735886072288 139939316137200 139938915543142 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2594] ppid=2537 vsize=11077984 memory=1180312 CPUtime=0.89 cores=1,3,5,7
/proc/2540/task/2594/stat : 2594 (java) S 2537 2540 22004 0 -1 1077944384 1070 13277 0 0 75 6 5 3 20 0 15 0 107043923 11343855616 295078 33554432000 4194304 4196468 140735886072288 139939348535952 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2595] ppid=2537 vsize=11077984 memory=0 CPUtime=0.91 cores=1,3,5,7
/proc/2540/task/2595/stat : 2595 (java) S 2537 2540 22004 0 -1 1077944384 4174 13277 0 0 77 6 5 3 20 0 15 0 107043923 11343855616 295078 33554432000 4194304 4196468 140735886072288 139939229809168 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2596] ppid=2537 vsize=11077984 memory=1180312 CPUtime=0.91 cores=1,3,5,7
/proc/2540/task/2596/stat : 2596 (java) S 2537 2540 22004 0 -1 1077944384 3184 13277 0 0 75 8 5 3 20 0 15 0 107043923 11343855616 295078 33554432000 4194304 4196468 140735886072288 139938883099024 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2597] ppid=2537 vsize=11077984 memory=1180312 CPUtime=0.92 cores=1,3,5,7
/proc/2540/task/2597/stat : 2597 (java) S 2537 2540 22004 0 -1 1077944384 2545 13277 0 0 77 7 5 3 20 0 15 0 107043923 11343855616 295078 33554432000 4194304 4196468 140735886072288 139938882046224 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2598] ppid=2537 vsize=11077984 memory=281217547514240 CPUtime=0.85 cores=1,3,5,7
/proc/2540/task/2598/stat : 2598 (java) S 2537 2540 22004 0 -1 1077944384 5779 13277 0 0 73 4 5 3 20 0 15 0 107043924 11343855616 295078 33554432000 4194304 4196468 140735886072288 139938837420912 139939344312962 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2599] ppid=2537 vsize=11077984 memory=1178188 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2599/stat : 2599 (java) S 2537 2540 22004 0 -1 1077944384 14 13277 0 0 0 0 5 3 20 0 15 0 107043924 11343855616 295078 33554432000 4194304 4196468 140735886072288 139938154669664 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2600] ppid=2537 vsize=11077984 memory=161 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2600/stat : 2600 (java) S 2537 2540 22004 0 -1 1077944384 42 13277 0 0 0 0 5 3 20 0 15 0 107043925 11343855616 295078 33554432000 4194304 4196468 140735886072288 139938087556480 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2601] ppid=2537 vsize=11077984 memory=1180312 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2601/stat : 2601 (java) S 2537 2540 22004 0 -1 1077944384 3 13277 0 0 0 0 5 3 20 0 15 0 107043927 11343855616 295078 33554432000 4194304 4196468 140735886072288 139937780160848 139939344320411 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2602] ppid=2537 vsize=11077984 memory=1416 CPUtime=5.71 cores=1,3,5,7
/proc/2540/task/2602/stat : 2602 (java) S 2537 2540 22004 0 -1 1077944384 18189 13277 0 0 557 6 5 3 20 0 15 0 107043927 11343855616 295078 33554432000 4194304 4196468 140735886072288 139938836367728 139939344312962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2603] ppid=2537 vsize=11077984 memory=8112282956445269571 CPUtime=5.4 cores=1,3,5,7
/proc/2540/task/2603/stat : 2603 (java) S 2537 2540 22004 0 -1 1077944384 14393 13277 0 0 529 3 5 3 20 0 15 0 107043927 11343855616 295078 33554432000 4194304 4196468 140735886072288 139938835314928 139939344312962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2604] ppid=2537 vsize=11077984 memory=1408 CPUtime=3.13 cores=1,3,5,7
/proc/2540/task/2604/stat : 2604 (java) S 2537 2540 22004 0 -1 1077944384 18586 13277 0 0 299 6 5 3 20 0 15 0 107043927 11343855616 295078 33554432000 4194304 4196468 140735886072288 139938834262128 139939344312962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2605] ppid=2537 vsize=11077984 memory=1180312 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2605/stat : 2605 (java) S 2537 2540 22004 0 -1 1077944384 3 13277 0 0 0 0 5 3 20 0 15 0 107043928 11343855616 295078 33554432000 4194304 4196468 140735886072288 139937349363936 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2606] ppid=2537 vsize=11077984 memory=1180312 CPUtime=0.2 cores=1,3,5,7
/proc/2540/task/2606/stat : 2606 (java) S 2537 2540 22004 0 -1 1077944384 154 13277 0 0 5 7 5 3 20 0 15 0 107043928 11343855616 295078 33554432000 4194304 4196468 140735886072288 139938833210544 139939344312962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
Current children cumulated CPU time: 238.69 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1180312 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+235.501 s]
/proc/loadavg: 1.70 1.69 1.61 3/215 2747
/proc/meminfo: memFree=25295180/32770624 swapFree=67108860/67108860
[pid=2540] ppid=2537 vsize=11077984 memory=1180348 CPUtime=252.07 cores=1,3,5,7
/proc/2540/stat : 2540 (java) S 2537 2540 22004 0 -1 1077944320 123029 13277 0 0 25124 75 5 3 20 0 15 0 107043913 11343855616 295087 33554432000 4194304 4196468 140735886072288 140735886054832 139939344301815 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
/proc/2540/statm: 2769496 295087 3517 1 0 2731149 0
[pid=2540/tid=2593] ppid=2537 vsize=11077984 memory=1180340 CPUtime=233.43 cores=1,3,5,7
/proc/2540/task/2593/stat : 2593 (java) R 2537 2540 22004 0 -1 4202560 51743 13277 0 0 23310 25 5 3 20 0 15 0 107043922 11343855616 295087 33554432000 4194304 4196468 140735886072288 139939316137344 139938925010425 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2594] ppid=2537 vsize=11077984 memory=1180264 CPUtime=0.96 cores=1,3,5,7
/proc/2540/task/2594/stat : 2594 (java) S 2537 2540 22004 0 -1 1077944384 1100 13277 0 0 81 7 5 3 20 0 15 0 107043923 11343855616 295087 33554432000 4194304 4196468 140735886072288 139939348535952 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2595] ppid=2537 vsize=11077984 memory=1180312 CPUtime=0.97 cores=1,3,5,7
/proc/2540/task/2595/stat : 2595 (java) S 2537 2540 22004 0 -1 1077944384 4261 13277 0 0 83 6 5 3 20 0 15 0 107043923 11343855616 295087 33554432000 4194304 4196468 140735886072288 139939229809168 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2596] ppid=2537 vsize=11077984 memory=0 CPUtime=0.98 cores=1,3,5,7
/proc/2540/task/2596/stat : 2596 (java) S 2537 2540 22004 0 -1 1077944384 3696 13277 0 0 82 8 5 3 20 0 15 0 107043923 11343855616 295087 33554432000 4194304 4196468 140735886072288 139938883099024 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2597] ppid=2537 vsize=11077984 memory=1180340 CPUtime=0.98 cores=1,3,5,7
/proc/2540/task/2597/stat : 2597 (java) S 2537 2540 22004 0 -1 1077944384 2555 13277 0 0 83 7 5 3 20 0 15 0 107043923 11343855616 295087 33554432000 4194304 4196468 140735886072288 139938882046224 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2598] ppid=2537 vsize=11077984 memory=1180340 CPUtime=0.91 cores=1,3,5,7
/proc/2540/task/2598/stat : 2598 (java) S 2537 2540 22004 0 -1 1077944384 6071 13277 0 0 79 4 5 3 20 0 15 0 107043924 11343855616 295087 33554432000 4194304 4196468 140735886072288 139938837420912 139939344312962 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2599] ppid=2537 vsize=11077984 memory=1180348 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2599/stat : 2599 (java) S 2537 2540 22004 0 -1 1077944384 14 13277 0 0 0 0 5 3 20 0 15 0 107043924 11343855616 295087 33554432000 4194304 4196468 140735886072288 139938154669664 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2600] ppid=2537 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2600/stat : 2600 (java) S 2537 2540 22004 0 -1 1077944384 42 13277 0 0 0 0 5 3 20 0 15 0 107043925 11343855616 295087 33554432000 4194304 4196468 140735886072288 139938087556480 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2601] ppid=2537 vsize=11077984 memory=1180348 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2601/stat : 2601 (java) S 2537 2540 22004 0 -1 1077944384 3 13277 0 0 0 0 5 3 20 0 15 0 107043927 11343855616 295087 33554432000 4194304 4196468 140735886072288 139937780160848 139939344320411 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2602] ppid=2537 vsize=11077984 memory=1178188 CPUtime=5.71 cores=1,3,5,7
/proc/2540/task/2602/stat : 2602 (java) S 2537 2540 22004 0 -1 1077944384 18192 13277 0 0 557 6 5 3 20 0 15 0 107043927 11343855616 295087 33554432000 4194304 4196468 140735886072288 139938836367728 139939344312962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2603] ppid=2537 vsize=11077984 memory=1180340 CPUtime=5.4 cores=1,3,5,7
/proc/2540/task/2603/stat : 2603 (java) S 2537 2540 22004 0 -1 1077944384 14395 13277 0 0 529 3 5 3 20 0 15 0 107043927 11343855616 295087 33554432000 4194304 4196468 140735886072288 139938835314928 139939344312962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2604] ppid=2537 vsize=11077984 memory=1180340 CPUtime=3.13 cores=1,3,5,7
/proc/2540/task/2604/stat : 2604 (java) S 2537 2540 22004 0 -1 1077944384 18589 13277 0 0 299 6 5 3 20 0 15 0 107043927 11343855616 295087 33554432000 4194304 4196468 140735886072288 139938834262128 139939344312962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2605] ppid=2537 vsize=11077984 memory=1180340 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2605/stat : 2605 (java) S 2537 2540 22004 0 -1 1077944384 3 13277 0 0 0 0 5 3 20 0 15 0 107043928 11343855616 295087 33554432000 4194304 4196468 140735886072288 139937349363936 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2606] ppid=2537 vsize=11077984 memory=1180340 CPUtime=0.21 cores=1,3,5,7
/proc/2540/task/2606/stat : 2606 (java) S 2537 2540 22004 0 -1 1077944384 173 13277 0 0 5 8 5 3 20 0 15 0 107043928 11343855616 295087 33554432000 4194304 4196468 140735886072288 139938833210544 139939344312962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1180348 KiB

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

[startup+235.537 s]
# the end of solver process 2540 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.312 s, system=0.80261 s

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

[startup+235.501 s]
/proc/loadavg: 1.70 1.69 1.61 3/215 2747
/proc/meminfo: memFree=25295180/32770624 swapFree=67108860/67108860
[pid=2540] ppid=2537 vsize=11077984 memory=1180348 CPUtime=252.07 cores=1,3,5,7
/proc/2540/stat : 2540 (java) S 2537 2540 22004 0 -1 1077944320 123029 13277 0 0 25124 75 5 3 20 0 15 0 107043913 11343855616 295087 33554432000 4194304 4196468 140735886072288 140735886054832 139939344301815 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
/proc/2540/statm: 2769496 295087 3517 1 0 2731149 0
[pid=2540/tid=2593] ppid=2537 vsize=11077984 memory=1180340 CPUtime=233.43 cores=1,3,5,7
/proc/2540/task/2593/stat : 2593 (java) R 2537 2540 22004 0 -1 4202560 51743 13277 0 0 23310 25 5 3 20 0 15 0 107043922 11343855616 295087 33554432000 4194304 4196468 140735886072288 139939316137344 139938925010425 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2594] ppid=2537 vsize=11077984 memory=1180264 CPUtime=0.96 cores=1,3,5,7
/proc/2540/task/2594/stat : 2594 (java) S 2537 2540 22004 0 -1 1077944384 1100 13277 0 0 81 7 5 3 20 0 15 0 107043923 11343855616 295087 33554432000 4194304 4196468 140735886072288 139939348535952 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2595] ppid=2537 vsize=11077984 memory=1180312 CPUtime=0.97 cores=1,3,5,7
/proc/2540/task/2595/stat : 2595 (java) S 2537 2540 22004 0 -1 1077944384 4261 13277 0 0 83 6 5 3 20 0 15 0 107043923 11343855616 295087 33554432000 4194304 4196468 140735886072288 139939229809168 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2596] ppid=2537 vsize=11077984 memory=0 CPUtime=0.98 cores=1,3,5,7
/proc/2540/task/2596/stat : 2596 (java) S 2537 2540 22004 0 -1 1077944384 3696 13277 0 0 82 8 5 3 20 0 15 0 107043923 11343855616 295087 33554432000 4194304 4196468 140735886072288 139938883099024 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2597] ppid=2537 vsize=11077984 memory=1180340 CPUtime=0.98 cores=1,3,5,7
/proc/2540/task/2597/stat : 2597 (java) S 2537 2540 22004 0 -1 1077944384 2555 13277 0 0 83 7 5 3 20 0 15 0 107043923 11343855616 295087 33554432000 4194304 4196468 140735886072288 139938882046224 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2598] ppid=2537 vsize=11077984 memory=1180340 CPUtime=0.91 cores=1,3,5,7
/proc/2540/task/2598/stat : 2598 (java) S 2537 2540 22004 0 -1 1077944384 6071 13277 0 0 79 4 5 3 20 0 15 0 107043924 11343855616 295087 33554432000 4194304 4196468 140735886072288 139938837420912 139939344312962 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2599] ppid=2537 vsize=11077984 memory=1180348 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2599/stat : 2599 (java) S 2537 2540 22004 0 -1 1077944384 14 13277 0 0 0 0 5 3 20 0 15 0 107043924 11343855616 295087 33554432000 4194304 4196468 140735886072288 139938154669664 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2600] ppid=2537 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2600/stat : 2600 (java) S 2537 2540 22004 0 -1 1077944384 42 13277 0 0 0 0 5 3 20 0 15 0 107043925 11343855616 295087 33554432000 4194304 4196468 140735886072288 139938087556480 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2601] ppid=2537 vsize=11077984 memory=1180348 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2601/stat : 2601 (java) S 2537 2540 22004 0 -1 1077944384 3 13277 0 0 0 0 5 3 20 0 15 0 107043927 11343855616 295087 33554432000 4194304 4196468 140735886072288 139937780160848 139939344320411 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2602] ppid=2537 vsize=11077984 memory=1178188 CPUtime=5.71 cores=1,3,5,7
/proc/2540/task/2602/stat : 2602 (java) S 2537 2540 22004 0 -1 1077944384 18192 13277 0 0 557 6 5 3 20 0 15 0 107043927 11343855616 295087 33554432000 4194304 4196468 140735886072288 139938836367728 139939344312962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2603] ppid=2537 vsize=11077984 memory=1180340 CPUtime=5.4 cores=1,3,5,7
/proc/2540/task/2603/stat : 2603 (java) S 2537 2540 22004 0 -1 1077944384 14395 13277 0 0 529 3 5 3 20 0 15 0 107043927 11343855616 295087 33554432000 4194304 4196468 140735886072288 139938835314928 139939344312962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2604] ppid=2537 vsize=11077984 memory=1180340 CPUtime=3.13 cores=1,3,5,7
/proc/2540/task/2604/stat : 2604 (java) S 2537 2540 22004 0 -1 1077944384 18589 13277 0 0 299 6 5 3 20 0 15 0 107043927 11343855616 295087 33554432000 4194304 4196468 140735886072288 139938834262128 139939344312962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2605] ppid=2537 vsize=11077984 memory=1180340 CPUtime=0.08 cores=1,3,5,7
/proc/2540/task/2605/stat : 2605 (java) S 2537 2540 22004 0 -1 1077944384 3 13277 0 0 0 0 5 3 20 0 15 0 107043928 11343855616 295087 33554432000 4194304 4196468 140735886072288 139937349363936 139939344312021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
[pid=2540/tid=2606] ppid=2537 vsize=11077984 memory=1180340 CPUtime=0.21 cores=1,3,5,7
/proc/2540/task/2606/stat : 2606 (java) S 2537 2540 22004 0 -1 1077944384 173 13277 0 0 5 8 5 3 20 0 15 0 107043928 11343855616 295087 33554432000 4194304 4196468 140735886072288 139938833210544 139939344312962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26652672 140735886080625 140735886083425 140735886083425 140735886086095 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1180348 KiB

Child status: 143
Real time (s): 235.537
CPU time (s): 252.114
CPU user time (s): 251.312
CPU system time (s): 0.80261
CPU usage (%): 107.038
Max. virtual memory (cumulated for all children) (KiB): 11080696
Max. memory (cumulated for all children) (KiB): 1180348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.312
system time used= 0.80261
maximum resident set size= 1182880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139146
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34688
involuntary context switches= 758


# summary of solver processes directly reported to runsolver:
#   pid: 2540
#   total CPU time (s): 252.114
#   total CPU user time (s): 251.312
#   total CPU system time (s): 0.80261

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.50369 second user time and 2.20838 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 22:06:47
IDJOB=4302394
IDBENCH=141114
IDSOLVER=2776
FILE ID=node151/4302394-1532894807
RUNJOBID= node151-1532894133-1621
PBS_JOBID= 21022509
Free space on /tmp= 59284 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-garden-7x7_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302394-1532894807/watcher-4302394-1532894807 -o /tmp/evaluation-result-4302394-1532894807/solver-4302394-1532894807 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532894133-1621 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1474053278 HOME/instance-4302394-1532894807.xml

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

MD5SUM BENCH= b012ef5fa7bba6c8b791df977729af7d
RANDOM SEED=1474053278

node151.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.87
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.87
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.87
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.87
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:        26896252 kB
MemAvailable:   30630640 kB
Buffers:          215612 kB
Cached:          3792348 kB
SwapCached:            0 kB
Active:          2771672 kB
Inactive:        2629800 kB
Active(anon):    1343076 kB
Inactive(anon):    78188 kB
Active(file):    1428596 kB
Inactive(file):  2551612 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26504 kB
Writeback:             0 kB
AnonPages:       1456044 kB
Mapped:            57876 kB
Shmem:             25224 kB
Slab:             167920 kB
SReclaimable:     140028 kB
SUnreclaim:        27892 kB
KernelStack:        3840 kB
PageTables:         8252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2470568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1208320 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= 59260 MiB
End job on node151 at 2018-07-29 22:10:43