Trace number 4386984

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.10SAT (TO)38 2520.08 2464.23

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-05-14.xml
MD5SUMff3476fab8d1f67b2009ab5045109208
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark40
Best CPU time to get the best result obtained on this benchmark28.788
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of constraints170
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":70},{"size":9,"count":70}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":70},{"degree":7,"count":4},{"degree":8,"count":30},{"degree":10,"count":36}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":70},{"arity":3,"count":30},{"arity":4,"count":4},{"arity":6,"count":30},{"arity":9,"count":36}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"sum","count":70}]
Optimization problemYES
Type of objectivemax 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.65/0.58	c Concrete v3.10.1560635388952 running
8.39/3.66	o 26
8.39/3.68	o 27
8.73/3.78	o 31
13.23/5.47	o 37
45.88/33.25	o 38
2520.02/2464.20	Exception in thread "main" java.util.concurrent.TimeoutException
2520.02/2464.20		at concrete.MAC.mac(MAC.scala:189)
2520.02/2464.20		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.02/2464.20		at scala.util.Try$.apply(Try.scala:212)
2520.02/2464.20		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.02/2464.20		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.02/2464.20		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.02/2464.20		at concrete.MAC.oneRun(MAC.scala:253)
2520.02/2464.20		at concrete.MAC.nextSolution(MAC.scala:272)
2520.02/2464.20		at concrete.MAC.nextSolution(MAC.scala:355)
2520.02/2464.20		at concrete.Solver.hasNext(Solver.scala:160)
2520.02/2464.20		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.02/2464.20		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.02/2464.20		at concrete.Solver.foreach(Solver.scala:67)
2520.02/2464.20		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2520.02/2464.20		at scala.util.Success.map(Try.scala:264)
2520.02/2464.20		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.02/2464.20		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.02/2464.20		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.02/2464.20		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2464.20		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.02/2464.20		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.02/2464.20		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.02/2464.20		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.02/2464.20		at scala.App.$anonfun$main$1(App.scala:75)
2520.02/2464.20		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.02/2464.20		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.02/2464.20		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.02/2464.20		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.02/2464.20		at scala.App.main(App.scala:75)
2520.02/2464.20		at scala.App.main$(App.scala:73)
2520.02/2464.20		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.02/2464.20		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2464.21	v <instantiation
2520.02/2464.21	v         cost = '38'>
2520.02/2464.21	v       <list>
2520.02/2464.21	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[4][13] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[0][10] s[0][11] s[0][12] s[0][13] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[1][10] s[1][11] s[1][12] s[1][13] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[2][10] s[2][11] s[2][12] s[2][13] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[3][9] s[3][10] s[3][11] s[3][12] s[3][13] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[4][9] s[4][10] s[4][11] s[4][12] s[4][13]
2520.02/2464.21	v       </list>
2520.02/2464.21	v       <values>
2520.02/2464.21	v         0 1 1 0 1 0 1 1 0 1 1 0 1 1 1 0 1 0 1 1 0 1 0 1 1 0 1 0 1 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 1 0 1 1 0 1 0 1 1 0 1 1 1 0 1 1 0 1 0 1 1 0 1 1 0 2 3 2 4 2 4 3 2 4 3 3 4 2 2 2 5 3 5 3 3 5 3 5 3 3 4 3 4 2 4 4 3 5 4 5 3 4 4 4 4 4 2 4 3 5 3 5 3 3 5 3 4 3 3 5 2 2 2 4 2 3 4 2 4 2 3 4 3 3 2
2520.02/2464.21	v       </values>
2520.02/2464.21	v     </instantiation>
2520.02/2464.21	s SATISFIABLE

Verifier Data

OK	38

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4386984-1568286221/watcher-4386984-1568286221 -o /tmp/evaluation-result-4386984-1568286221/solver-4386984-1568286221 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568286179-3290 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=18335727 HOME/instance-4386984-1568286221.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=3320, runsolver pid=3316
Current StackSize limit: 8192 KiB


[startup+0.105008 s]*
/proc/loadavg: 1.01 1.42 1.73 5/225 3395
/proc/meminfo: memFree=21669872/32770624 swapFree=66952812/67108860
[pid=3320] ppid=3316 vsize=113256 memory=1616 CPUtime=0.07 cores=0,2,4,6
/proc/3320/stat : 3320 (bash) R 3316 3320 2339 0 -1 4202496 913 10998 1 0 0 0 5 2 20 0 1 0 404564083 115974144 404 33554432000 4194304 5098028 140731778740688 140731778734696 140147578926924 0 65538 4100 65536 0 0 0 17 4 0 0 1 0 0 7196144 7232144 8486912 140731778749462 140731778749585 140731778749585 140731778752494 0
/proc/3320/statm: 28314 404 320 221 0 119 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1616 KiB

[startup+0.211004 s]*
/proc/loadavg: 1.01 1.42 1.73 9/229 3451
/proc/meminfo: memFree=21651752/32770624 swapFree=66952812/67108860
[pid=3320] ppid=3316 vsize=10818900 memory=36916 CPUtime=0.21 cores=0,2,4,6
/proc/3320/stat : 3320 (java) S 3316 3320 2339 0 -1 1077944320 6552 13037 1 0 12 2 5 2 20 0 15 0 404564083 11078553600 9229 33554432000 4194304 4196468 140721755506928 140721755489472 140545243176695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
/proc/3320/statm: 2704725 9229 2944 1 0 2667149 0
[pid=3320/tid=3425] ppid=3316 vsize=10818900 memory=7022364594140610616 CPUtime=0.15 cores=0,2,4,6
/proc/3320/task/3425/stat : 3425 (java) R 3316 3320 2339 0 -1 4202560 3108 13037 0 0 7 1 5 2 20 0 15 0 404564096 11078553600 9229 33554432000 4194304 4196468 140721755506928 140545215009616 140544835734224 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3427] ppid=3316 vsize=10818900 memory=339 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3427/stat : 3427 (java) S 3316 3320 2339 0 -1 1077944384 1 13037 0 0 0 0 5 2 20 0 15 0 404564096 11078553600 9229 33554432000 4194304 4196468 140721755506928 140545247411344 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3429] ppid=3316 vsize=10818900 memory=140606067278964 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3429/stat : 3429 (java) S 3316 3320 2339 0 -1 1077944384 2 13037 0 0 0 0 5 2 20 0 15 0 404564096 11078553600 9229 33554432000 4194304 4196468 140721755506928 140545162238992 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3430] ppid=3316 vsize=10818900 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3430/stat : 3430 (java) S 3316 3320 2339 0 -1 1077944384 2 13037 0 0 0 0 5 2 20 0 15 0 404564096 11078553600 9229 33554432000 4194304 4196468 140721755506928 140545161186192 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3432] ppid=3316 vsize=10818900 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3432/stat : 3432 (java) S 3316 3320 2339 0 -1 1077944384 1 13037 0 0 0 0 5 2 20 0 15 0 404564096 11078553600 9229 33554432000 4194304 4196468 140721755506928 140545160133392 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3435] ppid=3316 vsize=10818900 memory=140606067275392 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3435/stat : 3435 (java) S 3316 3320 2339 0 -1 1077944384 2 13037 0 0 0 0 5 2 20 0 15 0 404564098 11078553600 9229 33554432000 4194304 4196468 140721755506928 140544769845616 140545243187842 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3437] ppid=3316 vsize=10818900 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3437/stat : 3437 (java) S 3316 3320 2339 0 -1 1077944384 13 13037 0 0 0 0 5 2 20 0 15 0 404564098 11078553600 9229 33554432000 4194304 4196468 140721755506928 140544684581920 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3439] ppid=3316 vsize=10818900 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3439/stat : 3439 (java) S 3316 3320 2339 0 -1 1077944384 1 13037 0 0 0 0 5 2 20 0 15 0 404564099 11078553600 9229 33554432000 4194304 4196468 140721755506928 140544550364016 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3444] ppid=3316 vsize=10818900 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3444/stat : 3444 (java) S 3316 3320 2339 0 -1 1077944384 2 13037 0 0 0 0 5 2 20 0 15 0 404564101 11078553600 9229 33554432000 4194304 4196468 140721755506928 140543946385232 140545243195291 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3445] ppid=3316 vsize=10818900 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3320/task/3445/stat : 3445 (java) R 3316 3320 2339 0 -1 4202560 582 13037 0 0 1 0 5 2 20 0 15 0 404564101 11078553600 9229 33554432000 4194304 4196468 140721755506928 140544768783376 140545227579969 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3446] ppid=3316 vsize=10818900 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3446/stat : 3446 (java) R 3316 3320 2339 0 -1 1077944384 7 13037 0 0 0 0 5 2 20 0 15 0 404564101 11078553600 9229 33554432000 4194304 4196468 140721755506928 140544767740656 140545243187842 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3447] ppid=3316 vsize=10818900 memory=140606067275392 CPUtime=0.09 cores=0,2,4,6
/proc/3320/task/3447/stat : 3447 (java) R 3316 3320 2339 0 -1 4202560 626 13037 0 0 2 0 5 2 20 0 15 0 404564101 11078553600 9229 33554432000 4194304 4196468 140721755506928 140544766684408 140545222311183 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3449] ppid=3316 vsize=10818900 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3449/stat : 3449 (java) S 3316 3320 2339 0 -1 1077944384 3 13037 0 0 0 0 5 2 20 0 15 0 404564101 11078553600 9229 33554432000 4194304 4196468 140721755506928 140543476624096 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3451] ppid=3316 vsize=10818900 memory=140606067275392 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3451/stat : 3451 (java) S 3316 3320 2339 0 -1 1077944384 1 13037 0 0 0 0 5 2 20 0 15 0 404564102 11078553600 9229 33554432000 4194304 4196468 140721755506928 140544765635248 140545243187842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 10818900 KiB
Current children cumulated memory: 36916 KiB

[startup+0.311405 s]*
/proc/loadavg: 1.01 1.42 1.73 7/229 3451
/proc/meminfo: memFree=21619712/32770624 swapFree=66952812/67108860
[pid=3320] ppid=3316 vsize=10819084 memory=50448 CPUtime=0.35 cores=0,2,4,6
/proc/3320/stat : 3320 (java) S 3316 3320 2339 0 -1 1077944320 9804 13037 1 0 25 3 5 2 20 0 15 0 404564083 11078742016 12612 33554432000 4194304 4196468 140721755506928 140721755489472 140545243176695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
/proc/3320/statm: 2704771 12612 3022 1 0 2667149 0
[pid=3320/tid=3425] ppid=3316 vsize=10819084 memory=576461178948550685 CPUtime=0.25 cores=0,2,4,6
/proc/3320/task/3425/stat : 3425 (java) R 3316 3320 2339 0 -1 4202560 6300 13037 0 0 16 2 5 2 20 0 15 0 404564096 11078742016 12612 33554432000 4194304 4196468 140721755506928 140545214970256 140545223451890 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3427] ppid=3316 vsize=10819084 memory=297237799600652311 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3427/stat : 3427 (java) S 3316 3320 2339 0 -1 1077944384 1 13037 0 0 0 0 5 2 20 0 15 0 404564096 11078742016 12612 33554432000 4194304 4196468 140721755506928 140545247411344 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3429] ppid=3316 vsize=10819084 memory=15674721931982488 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3429/stat : 3429 (java) S 3316 3320 2339 0 -1 1077944384 2 13037 0 0 0 0 5 2 20 0 15 0 404564096 11078742016 12612 33554432000 4194304 4196468 140721755506928 140545162238992 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3430] ppid=3316 vsize=10819084 memory=8514701219242344867 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3430/stat : 3430 (java) S 3316 3320 2339 0 -1 1077944384 2 13037 0 0 0 0 5 2 20 0 15 0 404564096 11078742016 12612 33554432000 4194304 4196468 140721755506928 140545161186192 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3432] ppid=3316 vsize=10819084 memory=3472328296225127011 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3432/stat : 3432 (java) S 3316 3320 2339 0 -1 1077944384 1 13037 0 0 0 0 5 2 20 0 15 0 404564096 11078742016 12612 33554432000 4194304 4196468 140721755506928 140545160133392 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3435] ppid=3316 vsize=10819084 memory=3472468902294955696 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3435/stat : 3435 (java) S 3316 3320 2339 0 -1 1077944384 2 13037 0 0 0 0 5 2 20 0 15 0 404564098 11078742016 12612 33554432000 4194304 4196468 140721755506928 140544769845616 140545243187842 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3437] ppid=3316 vsize=10819084 memory=3472328296227680264 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3437/stat : 3437 (java) S 3316 3320 2339 0 -1 1077944384 13 13037 0 0 0 0 5 2 20 0 15 0 404564098 11078742016 12612 33554432000 4194304 4196468 140721755506928 140544684581920 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3439] ppid=3316 vsize=10819084 memory=-3252517613198930781 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3439/stat : 3439 (java) S 3316 3320 2339 0 -1 1077944384 1 13037 0 0 0 0 5 2 20 0 15 0 404564099 11078742016 12612 33554432000 4194304 4196468 140721755506928 140544550364016 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3444] ppid=3316 vsize=10819084 memory=6944656592455359580 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3444/stat : 3444 (java) S 3316 3320 2339 0 -1 1077944384 2 13037 0 0 0 0 5 2 20 0 15 0 404564101 11078742016 12612 33554432000 4194304 4196468 140721755506928 140543946385232 140545243195291 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3445] ppid=3316 vsize=10819084 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3320/task/3445/stat : 3445 (java) S 3316 3320 2339 0 -1 1077944384 591 13037 0 0 2 0 5 2 20 0 15 0 404564101 11078742016 12612 33554432000 4194304 4196468 140721755506928 140544768793456 140545243187842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3446] ppid=3316 vsize=10819084 memory=8313491497846792056 CPUtime=0.08 cores=0,2,4,6
/proc/3320/task/3446/stat : 3446 (java) S 3316 3320 2339 0 -1 1077944384 20 13037 0 0 1 0 5 2 20 0 15 0 404564101 11078742016 12612 33554432000 4194304 4196468 140721755506928 140544767740656 140545243187842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3447] ppid=3316 vsize=10819084 memory=140606067275392 CPUtime=0.12 cores=0,2,4,6
/proc/3320/task/3447/stat : 3447 (java) S 3316 3320 2339 0 -1 1077944384 661 13037 0 0 5 0 5 2 20 0 15 0 404564101 11078742016 12612 33554432000 4194304 4196468 140721755506928 140544766687856 140545243187842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3449] ppid=3316 vsize=10819084 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3449/stat : 3449 (java) S 3316 3320 2339 0 -1 1077944384 3 13037 0 0 0 0 5 2 20 0 15 0 404564101 11078742016 12612 33554432000 4194304 4196468 140721755506928 140543476624096 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3451] ppid=3316 vsize=10819084 memory=140606067275392 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3451/stat : 3451 (java) S 3316 3320 2339 0 -1 1077944384 1 13037 0 0 0 0 5 2 20 0 15 0 404564102 11078742016 12612 33554432000 4194304 4196468 140721755506928 140544765635248 140545243187842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10819084 KiB
Current children cumulated memory: 50448 KiB

[startup+0.700749 s]
/proc/loadavg: 1.01 1.42 1.73 4/229 3451
/proc/meminfo: memFree=21597432/32770624 swapFree=66952812/67108860
[pid=3320] ppid=3316 vsize=10822292 memory=81744 CPUtime=1.08 cores=0,2,4,6
/proc/3320/stat : 3320 (java) S 3316 3320 2339 0 -1 1077944320 14672 13037 1 0 96 5 5 2 20 0 15 0 404564083 11082027008 20436 33554432000 4194304 4196468 140721755506928 140721755489472 140545243176695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
/proc/3320/statm: 2705573 20436 3489 1 0 2667661 0
[pid=3320/tid=3425] ppid=3316 vsize=10822292 memory=1261 CPUtime=0.63 cores=0,2,4,6
/proc/3320/task/3425/stat : 3425 (java) R 3316 3320 2339 0 -1 4202560 10361 13037 0 0 53 3 5 2 20 0 15 0 404564096 11082027008 20436 33554432000 4194304 4196468 140721755506928 140545214963936 140545227257182 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3427] ppid=3316 vsize=10822292 memory=584 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3427/stat : 3427 (java) S 3316 3320 2339 0 -1 1077944384 1 13037 0 0 0 0 5 2 20 0 15 0 404564096 11082027008 20436 33554432000 4194304 4196468 140721755506928 140545247411344 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3429] ppid=3316 vsize=10822292 memory=14660 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3429/stat : 3429 (java) S 3316 3320 2339 0 -1 1077944384 2 13037 0 0 0 0 5 2 20 0 15 0 404564096 11082027008 20436 33554432000 4194304 4196468 140721755506928 140545162238992 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3430] ppid=3316 vsize=10822292 memory=2008 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3430/stat : 3430 (java) S 3316 3320 2339 0 -1 1077944384 2 13037 0 0 0 0 5 2 20 0 15 0 404564096 11082027008 20436 33554432000 4194304 4196468 140721755506928 140545161186192 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3432] ppid=3316 vsize=10822292 memory=297 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3432/stat : 3432 (java) S 3316 3320 2339 0 -1 1077944384 1 13037 0 0 0 0 5 2 20 0 15 0 404564096 11082027008 20436 33554432000 4194304 4196468 140721755506928 140545160133392 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3435] ppid=3316 vsize=10822292 memory=2 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3435/stat : 3435 (java) S 3316 3320 2339 0 -1 1077944384 5 13037 0 0 0 0 5 2 20 0 15 0 404564098 11082027008 20436 33554432000 4194304 4196468 140721755506928 140544769845616 140545243187842 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3437] ppid=3316 vsize=10822292 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3437/stat : 3437 (java) S 3316 3320 2339 0 -1 1077944384 13 13037 0 0 0 0 5 2 20 0 15 0 404564098 11082027008 20436 33554432000 4194304 4196468 140721755506928 140544684581920 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3439] ppid=3316 vsize=10822292 memory=7162501757341297001 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3439/stat : 3439 (java) S 3316 3320 2339 0 -1 1077944384 1 13037 0 0 0 0 5 2 20 0 15 0 404564099 11082027008 20436 33554432000 4194304 4196468 140721755506928 140544550364016 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3444] ppid=3316 vsize=10822292 memory=5865469479800824941 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3444/stat : 3444 (java) S 3316 3320 2339 0 -1 1077944384 2 13037 0 0 0 0 5 2 20 0 15 0 404564101 11082027008 20436 33554432000 4194304 4196468 140721755506928 140543946385232 140545243195291 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3445] ppid=3316 vsize=10822292 memory=4638778407257133136 CPUtime=0.18 cores=0,2,4,6
/proc/3320/task/3445/stat : 3445 (java) R 3316 3320 2339 0 -1 4202560 846 13037 0 0 11 0 5 2 20 0 15 0 404564101 11082027008 20436 33554432000 4194304 4196468 140721755506928 140544768793456 140545226618042 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3446] ppid=3316 vsize=10822292 memory=8514701219781834910 CPUtime=0.2 cores=0,2,4,6
/proc/3320/task/3446/stat : 3446 (java) R 3316 3320 2339 0 -1 4202560 378 13037 0 0 13 0 5 2 20 0 15 0 404564101 11082027008 20436 33554432000 4194304 4196468 140721755506928 140544767731984 140545221161703 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3447] ppid=3316 vsize=10822292 memory=3054156605301695873 CPUtime=0.24 cores=0,2,4,6
/proc/3320/task/3447/stat : 3447 (java) S 3316 3320 2339 0 -1 1077944384 853 13037 0 0 17 0 5 2 20 0 15 0 404564101 11082027008 20436 33554432000 4194304 4196468 140721755506928 140544766687856 140545243187842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3449] ppid=3316 vsize=10822292 memory=-9181546051567709026 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3449/stat : 3449 (java) S 3316 3320 2339 0 -1 1077944384 3 13037 0 0 0 0 5 2 20 0 15 0 404564101 11082027008 20436 33554432000 4194304 4196468 140721755506928 140543476624096 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3451] ppid=3316 vsize=10822292 memory=12024 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3451/stat : 3451 (java) S 3316 3320 2339 0 -1 1077944384 1 13037 0 0 0 0 5 2 20 0 15 0 404564102 11082027008 20436 33554432000 4194304 4196468 140721755506928 140544765635248 140545243187842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 10822292 KiB
Current children cumulated memory: 81744 KiB

[startup+1.50065 s]
/proc/loadavg: 1.01 1.42 1.73 4/229 3451
/proc/meminfo: memFree=21513284/32770624 swapFree=66952812/67108860
[pid=3320] ppid=3316 vsize=10834656 memory=171728 CPUtime=2.41 cores=0,2,4,6
/proc/3320/stat : 3320 (java) S 3316 3320 2339 0 -1 1077944320 21222 13037 1 0 224 10 5 2 20 0 15 0 404564083 11094687744 42932 33554432000 4194304 4196468 140721755506928 140721755489472 140545243176695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
/proc/3320/statm: 2708664 42932 3573 1 0 2670733 0
[pid=3320/tid=3425] ppid=3316 vsize=10834656 memory=1261 CPUtime=1.4 cores=0,2,4,6
/proc/3320/task/3425/stat : 3425 (java) R 3316 3320 2339 0 -1 4202560 15237 13037 0 0 128 5 5 2 20 0 15 0 404564096 11094687744 42932 33554432000 4194304 4196468 140721755506928 140545214984016 140545243188630 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3427] ppid=3316 vsize=10834656 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/3320/task/3427/stat : 3427 (java) S 3316 3320 2339 0 -1 1077944384 57 13037 0 0 1 0 5 2 20 0 15 0 404564096 11094687744 42932 33554432000 4194304 4196468 140721755506928 140545247411344 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3429] ppid=3316 vsize=10834656 memory=6227160315156516950 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3429/stat : 3429 (java) S 3316 3320 2339 0 -1 1077944384 88 13037 0 0 0 0 5 2 20 0 15 0 404564096 11094687744 42932 33554432000 4194304 4196468 140721755506928 140545162238992 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3430] ppid=3316 vsize=10834656 memory=4638778398333097064 CPUtime=0.08 cores=0,2,4,6
/proc/3320/task/3430/stat : 3430 (java) S 3316 3320 2339 0 -1 1077944384 337 13037 0 0 1 0 5 2 20 0 15 0 404564096 11094687744 42932 33554432000 4194304 4196468 140721755506928 140545161186192 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3432] ppid=3316 vsize=10834656 memory=6935649255759571288 CPUtime=0.08 cores=0,2,4,6
/proc/3320/task/3432/stat : 3432 (java) S 3316 3320 2339 0 -1 1077944384 26 13037 0 0 1 0 5 2 20 0 15 0 404564096 11094687744 42932 33554432000 4194304 4196468 140721755506928 140545160133392 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3435] ppid=3316 vsize=10834656 memory=6935659224111272016 CPUtime=0.08 cores=0,2,4,6
/proc/3320/task/3435/stat : 3435 (java) S 3316 3320 2339 0 -1 1077944384 137 13037 0 0 1 0 5 2 20 0 15 0 404564098 11094687744 42932 33554432000 4194304 4196468 140721755506928 140544769845616 140545243187842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3437] ppid=3316 vsize=10834656 memory=4638778398332764256 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3437/stat : 3437 (java) S 3316 3320 2339 0 -1 1077944384 14 13037 0 0 0 0 5 2 20 0 15 0 404564098 11094687744 42932 33554432000 4194304 4196468 140721755506928 140544684581984 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3439] ppid=3316 vsize=10834656 memory=5787213827046266220 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3439/stat : 3439 (java) S 3316 3320 2339 0 -1 1077944384 1 13037 0 0 0 0 5 2 20 0 15 0 404564099 11094687744 42932 33554432000 4194304 4196468 140721755506928 140544550364032 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3444] ppid=3316 vsize=10834656 memory=6219559391273701977 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3444/stat : 3444 (java) S 3316 3320 2339 0 -1 1077944384 2 13037 0 0 0 0 5 2 20 0 15 0 404564101 11094687744 42932 33554432000 4194304 4196468 140721755506928 140543946385232 140545243195291 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3445] ppid=3316 vsize=10834656 memory=4638778407257133136 CPUtime=0.29 cores=0,2,4,6
/proc/3320/task/3445/stat : 3445 (java) S 3316 3320 2339 0 -1 1077944384 963 13037 0 0 22 0 5 2 20 0 15 0 404564101 11094687744 42932 33554432000 4194304 4196468 140721755506928 140544768793456 140545243187842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3446] ppid=3316 vsize=10834656 memory=5787213827096799335 CPUtime=0.32 cores=0,2,4,6
/proc/3320/task/3446/stat : 3446 (java) R 3316 3320 2339 0 -1 1077944384 530 13037 0 0 25 0 5 2 20 0 15 0 404564101 11094687744 42932 33554432000 4194304 4196468 140721755506928 140544767740656 140545243187842 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3447] ppid=3316 vsize=10834656 memory=4639929518554894416 CPUtime=0.48 cores=0,2,4,6
/proc/3320/task/3447/stat : 3447 (java) R 3316 3320 2339 0 -1 4202560 1623 13037 0 0 41 0 5 2 20 0 15 0 404564101 11094687744 42932 33554432000 4194304 4196468 140721755506928 140544766687856 140545236273531 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3449] ppid=3316 vsize=10834656 memory=7877165529122755925 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3449/stat : 3449 (java) S 3316 3320 2339 0 -1 1077944384 3 13037 0 0 0 0 5 2 20 0 15 0 404564101 11094687744 42932 33554432000 4194304 4196468 140721755506928 140543476624096 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3451] ppid=3316 vsize=10834656 memory=16642998275760 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3451/stat : 3451 (java) S 3316 3320 2339 0 -1 1077944384 1 13037 0 0 0 0 5 2 20 0 15 0 404564102 11094687744 42932 33554432000 4194304 4196468 140721755506928 140544765635248 140545243187842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
Current children cumulated CPU time: 2.41 s
Current children cumulated vsize: 10834656 KiB
Current children cumulated memory: 171728 KiB

[startup+3.11032 s]
/proc/loadavg: 1.01 1.42 1.73 4/228 3451
/proc/meminfo: memFree=21218692/32770624 swapFree=66952812/67108860
[pid=3320] ppid=3316 vsize=10844916 memory=262952 CPUtime=6.83 cores=0,2,4,6
/proc/3320/stat : 3320 (java) S 3316 3320 2339 0 -1 1077944320 42034 13037 1 0 660 16 5 2 20 0 15 0 404564083 11105193984 65738 33554432000 4194304 4196468 140721755506928 140721755489472 140545243176695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
/proc/3320/statm: 2711229 65738 3607 1 0 2673293 0
[pid=3320/tid=3425] ppid=3316 vsize=10844916 memory=164 CPUtime=2.94 cores=0,2,4,6
/proc/3320/task/3425/stat : 3425 (java) R 3316 3320 2339 0 -1 4202560 22873 13037 0 0 280 7 5 2 20 0 15 0 404564096 11105193984 65738 33554432000 4194304 4196468 140721755506928 140545215009344 140544846892839 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0

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

/proc/3320/task/3425/stat : 3425 (java) R 3316 3320 2339 0 -1 4202560 60608 13037 0 0 229607 45 5 2 20 0 15 0 404564096 11107291136 206427 33554432000 4194304 4196468 140721755506928 140545215012944 140545243190582 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3427] ppid=3316 vsize=10846964 memory=825708 CPUtime=12.28 cores=0,2,4,6
/proc/3320/task/3427/stat : 3427 (java) S 3316 3320 2339 0 -1 1077944384 11141 13037 0 0 1164 57 5 2 20 0 15 0 404564096 11107291136 206427 33554432000 4194304 4196468 140721755506928 140545247411344 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3429] ppid=3316 vsize=10846964 memory=825708 CPUtime=12.27 cores=0,2,4,6
/proc/3320/task/3429/stat : 3429 (java) S 3316 3320 2339 0 -1 1077944384 9973 13037 0 0 1166 54 5 2 20 0 15 0 404564096 11107291136 206427 33554432000 4194304 4196468 140721755506928 140545162238992 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3430] ppid=3316 vsize=10846964 memory=825708 CPUtime=12.25 cores=0,2,4,6
/proc/3320/task/3430/stat : 3430 (java) S 3316 3320 2339 0 -1 1077944384 7757 13037 0 0 1162 56 5 2 20 0 15 0 404564096 11107291136 206427 33554432000 4194304 4196468 140721755506928 140545161186192 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3432] ppid=3316 vsize=10846964 memory=55 CPUtime=12.23 cores=0,2,4,6
/proc/3320/task/3432/stat : 3432 (java) S 3316 3320 2339 0 -1 1077944384 9143 13037 0 0 1161 55 5 2 20 0 15 0 404564096 11107291136 206427 33554432000 4194304 4196468 140721755506928 140545160133392 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3435] ppid=3316 vsize=10846964 memory=825708 CPUtime=10.74 cores=0,2,4,6
/proc/3320/task/3435/stat : 3435 (java) S 3316 3320 2339 0 -1 1077944384 12711 13037 0 0 1013 54 5 2 20 0 15 0 404564098 11107291136 206427 33554432000 4194304 4196468 140721755506928 140544769845616 140545243187842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3437] ppid=3316 vsize=10846964 memory=825708 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3437/stat : 3437 (java) S 3316 3320 2339 0 -1 1077944384 15 13037 0 0 0 0 5 2 20 0 15 0 404564098 11107291136 206427 33554432000 4194304 4196468 140721755506928 140544684582048 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3439] ppid=3316 vsize=10846964 memory=825708 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3439/stat : 3439 (java) S 3316 3320 2339 0 -1 1077944384 1 13037 0 0 0 0 5 2 20 0 15 0 404564099 11107291136 206427 33554432000 4194304 4196468 140721755506928 140544550364032 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3444] ppid=3316 vsize=10846964 memory=825708 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3444/stat : 3444 (java) S 3316 3320 2339 0 -1 1077944384 2 13037 0 0 0 0 5 2 20 0 15 0 404564101 11107291136 206427 33554432000 4194304 4196468 140721755506928 140543946385232 140545243195291 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3445] ppid=3316 vsize=10846964 memory=825708 CPUtime=7.39 cores=0,2,4,6
/proc/3320/task/3445/stat : 3445 (java) S 3316 3320 2339 0 -1 1077944384 31391 13037 0 0 722 10 5 2 20 0 15 0 404564101 11107291136 206427 33554432000 4194304 4196468 140721755506928 140544768793456 140545243187842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3446] ppid=3316 vsize=10846964 memory=1984 CPUtime=6.48 cores=0,2,4,6
/proc/3320/task/3446/stat : 3446 (java) S 3316 3320 2339 0 -1 1077944384 29374 13037 0 0 635 6 5 2 20 0 15 0 404564101 11107291136 206427 33554432000 4194304 4196468 140721755506928 140544767740656 140545243187842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3447] ppid=3316 vsize=10846964 memory=2241 CPUtime=4.67 cores=0,2,4,6
/proc/3320/task/3447/stat : 3447 (java) S 3316 3320 2339 0 -1 1077944384 28845 13037 0 0 451 9 5 2 20 0 15 0 404564101 11107291136 206427 33554432000 4194304 4196468 140721755506928 140544766687856 140545243187842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3449] ppid=3316 vsize=10846964 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3449/stat : 3449 (java) S 3316 3320 2339 0 -1 1077944384 3 13037 0 0 0 0 5 2 20 0 15 0 404564101 11107291136 206427 33554432000 4194304 4196468 140721755506928 140543476624096 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3451] ppid=3316 vsize=10846964 memory=825708 CPUtime=1.43 cores=0,2,4,6
/proc/3320/task/3451/stat : 3451 (java) S 3316 3320 2339 0 -1 1077944384 994 13037 0 0 65 71 5 2 20 0 15 0 404564102 11107291136 206427 33554432000 4194304 4196468 140721755506928 140544765635248 140545243187842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
Current children cumulated CPU time: 2375.79 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 825708 KiB

[startup+2382.3 s]
/proc/loadavg: 1.50 1.40 1.42 3/228 3800
/proc/meminfo: memFree=19765420/32770624 swapFree=66952812/67108860
[pid=3320] ppid=3316 vsize=10846964 memory=825708 CPUtime=2436.78 cores=0,2,4,6
/proc/3320/stat : 3320 (java) S 3316 3320 2339 0 -1 1077944320 205786 13037 1 0 243312 359 5 2 20 0 15 0 404564083 11107291136 206427 33554432000 4194304 4196468 140721755506928 140721755489472 140545243176695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
/proc/3320/statm: 2711741 206427 3625 1 0 2673805 0
[pid=3320/tid=3425] ppid=3316 vsize=10846964 memory=825708 CPUtime=2355.93 cores=0,2,4,6
/proc/3320/task/3425/stat : 3425 (java) R 3316 3320 2339 0 -1 4202560 61400 13037 0 0 235540 46 5 2 20 0 15 0 404564096 11107291136 206427 33554432000 4194304 4196468 140721755506928 140545215011312 140544850185792 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3427] ppid=3316 vsize=10846964 memory=825708 CPUtime=12.62 cores=0,2,4,6
/proc/3320/task/3427/stat : 3427 (java) S 3316 3320 2339 0 -1 1077944384 11181 13037 0 0 1197 58 5 2 20 0 15 0 404564096 11107291136 206427 33554432000 4194304 4196468 140721755506928 140545247411344 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3429] ppid=3316 vsize=10846964 memory=825708 CPUtime=12.59 cores=0,2,4,6
/proc/3320/task/3429/stat : 3429 (java) S 3316 3320 2339 0 -1 1077944384 10223 13037 0 0 1197 55 5 2 20 0 15 0 404564096 11107291136 206427 33554432000 4194304 4196468 140721755506928 140545162238992 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3430] ppid=3316 vsize=10846964 memory=825708 CPUtime=12.59 cores=0,2,4,6
/proc/3320/task/3430/stat : 3430 (java) S 3316 3320 2339 0 -1 1077944384 7992 13037 0 0 1195 57 5 2 20 0 15 0 404564096 11107291136 206427 33554432000 4194304 4196468 140721755506928 140545161186192 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3432] ppid=3316 vsize=10846964 memory=825708 CPUtime=12.56 cores=0,2,4,6
/proc/3320/task/3432/stat : 3432 (java) S 3316 3320 2339 0 -1 1077944384 9208 13037 0 0 1193 56 5 2 20 0 15 0 404564096 11107291136 206427 33554432000 4194304 4196468 140721755506928 140545160133392 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3435] ppid=3316 vsize=10846964 memory=825708 CPUtime=11.02 cores=0,2,4,6
/proc/3320/task/3435/stat : 3435 (java) S 3316 3320 2339 0 -1 1077944384 12931 13037 0 0 1040 55 5 2 20 0 15 0 404564098 11107291136 206427 33554432000 4194304 4196468 140721755506928 140544769845616 140545243187842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3437] ppid=3316 vsize=10846964 memory=825708 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3437/stat : 3437 (java) S 3316 3320 2339 0 -1 1077944384 15 13037 0 0 0 0 5 2 20 0 15 0 404564098 11107291136 206427 33554432000 4194304 4196468 140721755506928 140544684582048 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3439] ppid=3316 vsize=10846964 memory=825708 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3439/stat : 3439 (java) S 3316 3320 2339 0 -1 1077944384 1 13037 0 0 0 0 5 2 20 0 15 0 404564099 11107291136 206427 33554432000 4194304 4196468 140721755506928 140544550364032 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3444] ppid=3316 vsize=10846964 memory=825708 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3444/stat : 3444 (java) S 3316 3320 2339 0 -1 1077944384 2 13037 0 0 0 0 5 2 20 0 15 0 404564101 11107291136 206427 33554432000 4194304 4196468 140721755506928 140543946385232 140545243195291 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3445] ppid=3316 vsize=10846964 memory=825708 CPUtime=7.39 cores=0,2,4,6
/proc/3320/task/3445/stat : 3445 (java) S 3316 3320 2339 0 -1 1077944384 31393 13037 0 0 722 10 5 2 20 0 15 0 404564101 11107291136 206427 33554432000 4194304 4196468 140721755506928 140544768793456 140545243187842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3446] ppid=3316 vsize=10846964 memory=1324 CPUtime=6.48 cores=0,2,4,6
/proc/3320/task/3446/stat : 3446 (java) S 3316 3320 2339 0 -1 1077944384 29376 13037 0 0 635 6 5 2 20 0 15 0 404564101 11107291136 206427 33554432000 4194304 4196468 140721755506928 140544767740656 140545243187842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3447] ppid=3316 vsize=10846964 memory=11624 CPUtime=4.67 cores=0,2,4,6
/proc/3320/task/3447/stat : 3447 (java) S 3316 3320 2339 0 -1 1077944384 28847 13037 0 0 451 9 5 2 20 0 15 0 404564101 11107291136 206427 33554432000 4194304 4196468 140721755506928 140544766687856 140545243187842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3449] ppid=3316 vsize=10846964 memory=924 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3449/stat : 3449 (java) S 3316 3320 2339 0 -1 1077944384 3 13037 0 0 0 0 5 2 20 0 15 0 404564101 11107291136 206427 33554432000 4194304 4196468 140721755506928 140543476624096 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3451] ppid=3316 vsize=10846964 memory=3848 CPUtime=1.45 cores=0,2,4,6
/proc/3320/task/3451/stat : 3451 (java) S 3316 3320 2339 0 -1 1077944384 1010 13037 0 0 66 72 5 2 20 0 15 0 404564102 11107291136 206427 33554432000 4194304 4196468 140721755506928 140544765635248 140545243187842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
Current children cumulated CPU time: 2436.78 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 825708 KiB

[startup+2442.3 s]
/proc/loadavg: 1.39 1.40 1.42 3/228 3806
/proc/meminfo: memFree=19763212/32770624 swapFree=66952812/67108860
[pid=3320] ppid=3316 vsize=10846964 memory=827756 CPUtime=2497.77 cores=0,2,4,6
/proc/3320/stat : 3320 (java) S 3316 3320 2339 0 -1 1077944320 207297 13037 1 0 249403 367 5 2 20 0 15 0 404564083 11107291136 206939 33554432000 4194304 4196468 140721755506928 140721755489472 140545243176695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
/proc/3320/statm: 2711741 206939 3625 1 0 2673805 0
[pid=3320/tid=3425] ppid=3316 vsize=10846964 memory=827756 CPUtime=2415.24 cores=0,2,4,6
/proc/3320/task/3425/stat : 3425 (java) R 3316 3320 2339 0 -1 4202560 62116 13037 0 0 241471 46 5 2 20 0 15 0 404564096 11107291136 206939 33554432000 4194304 4196468 140721755506928 140545215012880 140544850550693 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3427] ppid=3316 vsize=10846964 memory=827756 CPUtime=12.96 cores=0,2,4,6
/proc/3320/task/3427/stat : 3427 (java) S 3316 3320 2339 0 -1 1077944384 11360 13037 0 0 1230 59 5 2 20 0 15 0 404564096 11107291136 206939 33554432000 4194304 4196468 140721755506928 140545247411344 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3429] ppid=3316 vsize=10846964 memory=4112 CPUtime=12.93 cores=0,2,4,6
/proc/3320/task/3429/stat : 3429 (java) S 3316 3320 2339 0 -1 1077944384 10283 13037 0 0 1229 57 5 2 20 0 15 0 404564096 11107291136 206939 33554432000 4194304 4196468 140721755506928 140545162238992 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3430] ppid=3316 vsize=10846964 memory=827756 CPUtime=12.93 cores=0,2,4,6
/proc/3320/task/3430/stat : 3430 (java) S 3316 3320 2339 0 -1 1077944384 8262 13037 0 0 1227 59 5 2 20 0 15 0 404564096 11107291136 206939 33554432000 4194304 4196468 140721755506928 140545161186192 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3432] ppid=3316 vsize=10846964 memory=827756 CPUtime=12.9 cores=0,2,4,6
/proc/3320/task/3432/stat : 3432 (java) S 3316 3320 2339 0 -1 1077944384 9252 13037 0 0 1226 57 5 2 20 0 15 0 404564096 11107291136 206939 33554432000 4194304 4196468 140721755506928 140545160133392 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3435] ppid=3316 vsize=10846964 memory=827756 CPUtime=11.3 cores=0,2,4,6
/proc/3320/task/3435/stat : 3435 (java) S 3316 3320 2339 0 -1 1077944384 13151 13037 0 0 1067 56 5 2 20 0 15 0 404564098 11107291136 206939 33554432000 4194304 4196468 140721755506928 140544769845616 140545243187842 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3437] ppid=3316 vsize=10846964 memory=827756 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3437/stat : 3437 (java) S 3316 3320 2339 0 -1 1077944384 15 13037 0 0 0 0 5 2 20 0 15 0 404564098 11107291136 206939 33554432000 4194304 4196468 140721755506928 140544684582048 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3439] ppid=3316 vsize=10846964 memory=827756 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3439/stat : 3439 (java) S 3316 3320 2339 0 -1 1077944384 1 13037 0 0 0 0 5 2 20 0 15 0 404564099 11107291136 206939 33554432000 4194304 4196468 140721755506928 140544550364032 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3444] ppid=3316 vsize=10846964 memory=827756 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3444/stat : 3444 (java) S 3316 3320 2339 0 -1 1077944384 2 13037 0 0 0 0 5 2 20 0 15 0 404564101 11107291136 206939 33554432000 4194304 4196468 140721755506928 140543946385232 140545243195291 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3445] ppid=3316 vsize=10846964 memory=827756 CPUtime=7.39 cores=0,2,4,6
/proc/3320/task/3445/stat : 3445 (java) S 3316 3320 2339 0 -1 1077944384 31395 13037 0 0 722 10 5 2 20 0 15 0 404564101 11107291136 206939 33554432000 4194304 4196468 140721755506928 140544768793456 140545243187842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3446] ppid=3316 vsize=10846964 memory=827756 CPUtime=6.48 cores=0,2,4,6
/proc/3320/task/3446/stat : 3446 (java) S 3316 3320 2339 0 -1 1077944384 29378 13037 0 0 635 6 5 2 20 0 15 0 404564101 11107291136 206939 33554432000 4194304 4196468 140721755506928 140544767740656 140545243187842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3447] ppid=3316 vsize=10846964 memory=827756 CPUtime=4.67 cores=0,2,4,6
/proc/3320/task/3447/stat : 3447 (java) S 3316 3320 2339 0 -1 1077944384 28849 13037 0 0 451 9 5 2 20 0 15 0 404564101 11107291136 206939 33554432000 4194304 4196468 140721755506928 140544766687856 140545243187842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3449] ppid=3316 vsize=10846964 memory=827756 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3449/stat : 3449 (java) S 3316 3320 2339 0 -1 1077944384 3 13037 0 0 0 0 5 2 20 0 15 0 404564101 11107291136 206939 33554432000 4194304 4196468 140721755506928 140543476624096 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3451] ppid=3316 vsize=10846964 memory=827756 CPUtime=1.49 cores=0,2,4,6
/proc/3320/task/3451/stat : 3451 (java) S 3316 3320 2339 0 -1 1077944384 1026 13037 0 0 68 74 5 2 20 0 15 0 404564102 11107291136 206939 33554432000 4194304 4196468 140721755506928 140544765635248 140545243187842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
Current children cumulated CPU time: 2497.77 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 827756 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2464.2 s]
/proc/loadavg: 1.47 1.41 1.42 3/228 3806
/proc/meminfo: memFree=19763220/32770624 swapFree=66952812/67108860
[pid=3320] ppid=3316 vsize=10846964 memory=827756 CPUtime=2520.02 cores=0,2,4,6
/proc/3320/stat : 3320 (java) S 3316 3320 2339 0 -1 1077944320 208096 13037 1 0 251625 370 5 2 20 0 15 0 404564083 11107291136 206939 33554432000 4194304 4196468 140721755506928 140721755489472 140545243176695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
/proc/3320/statm: 2711741 206939 3625 1 0 2673805 0
[pid=3320/tid=3425] ppid=3316 vsize=10846964 memory=-9181546051567709026 CPUtime=2436.91 cores=0,2,4,6
/proc/3320/task/3425/stat : 3425 (java) R 3316 3320 2339 0 -1 4202560 62501 13037 0 0 243637 47 5 2 20 0 15 0 404564096 11107291136 206939 33554432000 4194304 4196468 140721755506928 140545215012352 140544844033600 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3427] ppid=3316 vsize=10846964 memory=281211909964016 CPUtime=13.08 cores=0,2,4,6
/proc/3320/task/3427/stat : 3427 (java) S 3316 3320 2339 0 -1 1077944384 11406 13037 0 0 1242 59 5 2 20 0 15 0 404564096 11107291136 206939 33554432000 4194304 4196468 140721755506928 140545247411344 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3429] ppid=3316 vsize=10846964 memory=8112282956445269571 CPUtime=13.04 cores=0,2,4,6
/proc/3320/task/3429/stat : 3429 (java) S 3316 3320 2339 0 -1 1077944384 10548 13037 0 0 1240 57 5 2 20 0 15 0 404564096 11107291136 206939 33554432000 4194304 4196468 140721755506928 140545162238992 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3430] ppid=3316 vsize=10846964 memory=827756 CPUtime=13.05 cores=0,2,4,6
/proc/3320/task/3430/stat : 3430 (java) S 3316 3320 2339 0 -1 1077944384 8282 13037 0 0 1239 59 5 2 20 0 15 0 404564096 11107291136 206939 33554432000 4194304 4196468 140721755506928 140545161186192 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3432] ppid=3316 vsize=10846964 memory=4004 CPUtime=13.03 cores=0,2,4,6
/proc/3320/task/3432/stat : 3432 (java) S 3316 3320 2339 0 -1 1077944384 9302 13037 0 0 1238 58 5 2 20 0 15 0 404564096 11107291136 206939 33554432000 4194304 4196468 140721755506928 140545160133392 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3435] ppid=3316 vsize=10846964 memory=1056 CPUtime=11.39 cores=0,2,4,6
/proc/3320/task/3435/stat : 3435 (java) S 3316 3320 2339 0 -1 1077944384 13176 13037 0 0 1076 56 5 2 20 0 15 0 404564098 11107291136 206939 33554432000 4194304 4196468 140721755506928 140544769845616 140545243187842 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3437] ppid=3316 vsize=10846964 memory=1552 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3437/stat : 3437 (java) S 3316 3320 2339 0 -1 1077944384 15 13037 0 0 0 0 5 2 20 0 15 0 404564098 11107291136 206939 33554432000 4194304 4196468 140721755506928 140544684582048 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3439] ppid=3316 vsize=10846964 memory=944 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3439/stat : 3439 (java) S 3316 3320 2339 0 -1 1077944384 1 13037 0 0 0 0 5 2 20 0 15 0 404564099 11107291136 206939 33554432000 4194304 4196468 140721755506928 140544550364032 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3444] ppid=3316 vsize=10846964 memory=4004 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3444/stat : 3444 (java) S 3316 3320 2339 0 -1 1077944384 2 13037 0 0 0 0 5 2 20 0 15 0 404564101 11107291136 206939 33554432000 4194304 4196468 140721755506928 140543946385232 140545243195291 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3445] ppid=3316 vsize=10846964 memory=1808 CPUtime=7.39 cores=0,2,4,6
/proc/3320/task/3445/stat : 3445 (java) S 3316 3320 2339 0 -1 1077944384 31397 13037 0 0 722 10 5 2 20 0 15 0 404564101 11107291136 206939 33554432000 4194304 4196468 140721755506928 140544768793456 140545243187842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3446] ppid=3316 vsize=10846964 memory=924 CPUtime=6.48 cores=0,2,4,6
/proc/3320/task/3446/stat : 3446 (java) S 3316 3320 2339 0 -1 1077944384 29380 13037 0 0 635 6 5 2 20 0 15 0 404564101 11107291136 206939 33554432000 4194304 4196468 140721755506928 140544767740656 140545243187842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3447] ppid=3316 vsize=10846964 memory=3848 CPUtime=4.67 cores=0,2,4,6
/proc/3320/task/3447/stat : 3447 (java) S 3316 3320 2339 0 -1 1077944384 28851 13037 0 0 451 9 5 2 20 0 15 0 404564101 11107291136 206939 33554432000 4194304 4196468 140721755506928 140544766687856 140545243187842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3449] ppid=3316 vsize=10846964 memory=111636 CPUtime=0.07 cores=0,2,4,6
/proc/3320/task/3449/stat : 3449 (java) S 3316 3320 2339 0 -1 1077944384 3 13037 0 0 0 0 5 2 20 0 15 0 404564101 11107291136 206939 33554432000 4194304 4196468 140721755506928 140543476624096 140545243186901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
[pid=3320/tid=3451] ppid=3316 vsize=10846964 memory=804 CPUtime=1.5 cores=0,2,4,6
/proc/3320/task/3451/stat : 3451 (java) S 3316 3320 2339 0 -1 1077944384 1028 13037 0 0 69 74 5 2 20 0 15 0 404564102 11107291136 206939 33554432000 4194304 4196468 140721755506928 140544765635248 140545243187842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18808832 140721755511543 140721755514053 140721755514053 140721755516879 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 827756 KiB

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

[startup+2464.23 s]
# the end of solver process 3320 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.33 s, system=3.74325 s

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

Child status: 143
Real time (s): 2464.23
CPU time (s): 2520.08
CPU user time (s): 2516.33
CPU system time (s): 3.74325
CPU usage (%): 102.266
Max. virtual memory (cumulated for all children) (KiB): 10849700
Max. memory (cumulated for all children) (KiB): 827756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.33
system time used= 3.74325
maximum resident set size= 831888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 222155
page faults= 1
swaps= 0
block input operations= 64
block output operations= 2904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 312092
involuntary context switches= 9054


# summary of solver processes directly reported to runsolver:
#   pid: 3320
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.33
#   total CPU system time (s): 3.74325

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3523 second user time and 24.3413 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-12 13:02:59
IDJOB=4386984
IDBENCH=115960
IDSOLVER=2823
FILE ID=node117/4386984-1568286221
RUNJOBID= node117-1568286179-3290
PBS_JOBID= 21701085
Free space on /tmp= 56660 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-05-14.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4386984-1568286221/watcher-4386984-1568286221 -o /tmp/evaluation-result-4386984-1568286221/solver-4386984-1568286221 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568286179-3290 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=18335727 HOME/instance-4386984-1568286221.xml

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

MD5SUM BENCH= ff3476fab8d1f67b2009ab5045109208
RANDOM SEED=18335727

node117.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.75
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.75
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.75
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.75
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:        21696536 kB
MemAvailable:   31811668 kB
Buffers:          168096 kB
Cached:         10113512 kB
SwapCached:        52484 kB
Active:          1501052 kB
Inactive:        8836956 kB
Active(anon):      13328 kB
Inactive(anon):    84844 kB
Active(file):    1487724 kB
Inactive(file):  8752112 kB
Unevictable:      107512 kB
Mlocked:          107512 kB
SwapTotal:      67108860 kB
SwapFree:       66952812 kB
Dirty:             69900 kB
Writeback:             0 kB
AnonPages:        112704 kB
Mapped:            42764 kB
Shmem:             32816 kB
Slab:             331588 kB
SReclaimable:     303756 kB
SUnreclaim:        27832 kB
KernelStack:        3424 kB
PageTables:         5432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     502980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 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= 56588 MiB
End job on node117 at 2019-09-12 13:44:04