Trace number 4392124

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)40 2400.14 2346.04

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.2352
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.63/0.59	c Concrete v3.10.1560635388952 running
9.12/3.88	o 29
9.44/3.91	o 30
10.39/4.24	o 34
13.34/5.40	o 35
15.28/6.40	o 36
25.13/13.54	o 38
1238.89/1203.49	o 40
2400.09/2346.01	Exception in thread "main" java.util.concurrent.TimeoutException
2400.09/2346.01		at concrete.MAC.mac(MAC.scala:189)
2400.09/2346.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2400.09/2346.01		at scala.util.Try$.apply(Try.scala:212)
2400.09/2346.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.09/2346.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.09/2346.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.09/2346.01		at concrete.MAC.oneRun(MAC.scala:253)
2400.09/2346.01		at concrete.MAC.nextSolution(MAC.scala:272)
2400.09/2346.01		at concrete.MAC.nextSolution(MAC.scala:355)
2400.09/2346.01		at concrete.Solver.hasNext(Solver.scala:160)
2400.09/2346.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.09/2346.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.09/2346.01		at concrete.Solver.foreach(Solver.scala:67)
2400.09/2346.01		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2400.09/2346.01		at scala.util.Success.map(Try.scala:264)
2400.09/2346.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2400.09/2346.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.09/2346.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.09/2346.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.09/2346.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.09/2346.01		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.09/2346.01		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.09/2346.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.09/2346.01		at scala.App.$anonfun$main$1(App.scala:75)
2400.09/2346.01		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.09/2346.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.09/2346.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.09/2346.01		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.09/2346.01		at scala.App.main(App.scala:75)
2400.09/2346.01		at scala.App.main$(App.scala:73)
2400.09/2346.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.09/2346.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.09/2346.02	v <instantiation
2400.09/2346.02	v         cost = '40'>
2400.09/2346.02	v       <list>
2400.09/2346.02	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]
2400.09/2346.02	v       </list>
2400.09/2346.02	v       <values>
2400.09/2346.02	v         1 1 0 1 1 0 1 1 0 1 1 0 1 1 1 1 0 1 1 0 1 1 0 1 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 1 0 1 1 0 1 1 0 1 1 1 1 0 1 1 0 1 1 0 1 1 0 1 1 3 3 4 3 3 4 3 3 4 3 3 4 3 3 3 3 4 3 3 4 3 3 4 3 3 4 3 3 4 4 4 4 4 4 4 4 4 4 4 4 4 4 3 3 4 3 3 4 3 3 4 3 3 4 3 3 3 3 4 3 3 4 3 3 4 3 3 4 3 3
2400.09/2346.02	v       </values>
2400.09/2346.02	v     </instantiation>
2400.09/2346.02	s SATISFIABLE

Verifier Data

OK	40

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392124-1568306087/watcher-4392124-1568306087 -o /tmp/evaluation-result-4392124-1568306087/solver-4392124-1568306087 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568306047-10997 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=173737980 HOME/instance-4392124-1568306087.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=11027, runsolver pid=11020

[startup+0.105477 s]*
/proc/loadavg: 1.31 1.80 1.97 5/225 11104
/proc/meminfo: memFree=22346580/32770624 swapFree=66939824/67108860
[pid=11027] ppid=11020 vsize=113256 memory=1616 CPUtime=0.07 cores=0,2,4,6
/proc/11027/stat : 11027 (bash) S 11020 11027 9865 0 -1 4202496 921 10954 0 1 0 0 5 2 20 0 1 0 406523636 115974144 404 33554432000 4194304 5098028 140731595124288 140731595117512 140138436557824 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 1 0 0 7196144 7232144 27348992 140731595129877 140731595130001 140731595130001 140731595132910 0
/proc/11027/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.21004 s]*
/proc/loadavg: 1.31 1.80 1.97 6/228 11159
/proc/meminfo: memFree=22329084/32770624 swapFree=66939824/67108860
[pid=11027] ppid=11020 vsize=10818900 memory=32560 CPUtime=0.19 cores=0,2,4,6
/proc/11027/stat : 11027 (java) S 11020 11027 9865 0 -1 1077944320 6534 12988 0 2 10 1 5 3 20 0 15 0 406523636 11078553600 8140 33554432000 4194304 4196468 140730245497296 140730245479840 140496991153911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
/proc/11027/statm: 2704725 8140 2904 1 0 2667149 0
[pid=11027/tid=11133] ppid=11020 vsize=10818900 memory=7022364594140610616 CPUtime=0.16 cores=0,2,4,6
/proc/11027/task/11133/stat : 11133 (java) R 11020 11027 9865 0 -1 1077944384 3107 12988 0 2 7 1 5 3 20 0 15 0 406523649 11078553600 8140 33554432000 4194304 4196468 140730245497296 140496962986336 140496991164117 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11138] ppid=11020 vsize=10818900 memory=364 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11138/stat : 11138 (java) S 11020 11027 9865 0 -1 1077944384 1 12988 0 2 0 0 5 3 20 0 15 0 406523650 11078553600 8140 33554432000 4194304 4196468 140730245497296 140496995396368 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11139] ppid=11020 vsize=10818900 memory=140121919976075 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11139/stat : 11139 (java) S 11020 11027 9865 0 -1 1077944384 2 12988 0 2 0 0 5 3 20 0 15 0 406523650 11078553600 8140 33554432000 4194304 4196468 140730245497296 140496910216080 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11140] ppid=11020 vsize=10818900 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11140/stat : 11140 (java) S 11020 11027 9865 0 -1 1077944384 1 12988 0 2 0 0 5 3 20 0 15 0 406523650 11078553600 8140 33554432000 4194304 4196468 140730245497296 140496909163536 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11141] ppid=11020 vsize=10818900 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11141/stat : 11141 (java) S 11020 11027 9865 0 -1 1077944384 2 12988 0 2 0 0 5 3 20 0 15 0 406523650 11078553600 8140 33554432000 4194304 4196468 140730245497296 140496908110992 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11143] ppid=11020 vsize=10818900 memory=140121919964800 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11143/stat : 11143 (java) S 11020 11027 9865 0 -1 1077944384 2 12988 0 2 0 0 5 3 20 0 15 0 406523651 11078553600 8140 33554432000 4194304 4196468 140730245497296 140496517654512 140496991165058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11145] ppid=11020 vsize=10818900 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11145/stat : 11145 (java) S 11020 11027 9865 0 -1 1077944384 13 12988 0 2 0 0 5 3 20 0 15 0 406523652 11078553600 8140 33554432000 4194304 4196468 140730245497296 140496433308576 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11147] ppid=11020 vsize=10818900 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11147/stat : 11147 (java) S 11020 11027 9865 0 -1 1077944384 1 12988 0 2 0 0 5 3 20 0 15 0 406523652 11078553600 8140 33554432000 4194304 4196468 140730245497296 140495829328880 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11149] ppid=11020 vsize=10818900 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11149/stat : 11149 (java) S 11020 11027 9865 0 -1 1077944384 3 12988 0 2 0 0 5 3 20 0 15 0 406523654 11078553600 8140 33554432000 4194304 4196468 140730245497296 140495521929424 140496991172507 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11152] ppid=11020 vsize=10818900 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11152/stat : 11152 (java) S 11020 11027 9865 0 -1 1077944384 519 12988 0 2 0 0 5 3 20 0 15 0 406523655 11078553600 8140 33554432000 4194304 4196468 140730245497296 140496516602352 140496991165058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11154] ppid=11020 vsize=10818900 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11154/stat : 11154 (java) R 11020 11027 9865 0 -1 4202560 57 12988 0 2 0 0 5 3 20 0 15 0 406523655 11078553600 8140 33554432000 4194304 4196468 140730245497296 140496515541136 140496972698070 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11155] ppid=11020 vsize=10818900 memory=140121919964800 CPUtime=0.09 cores=0,2,4,6
/proc/11027/task/11155/stat : 11155 (java) R 11020 11027 9865 0 -1 1077944384 619 12988 0 2 1 0 5 3 20 0 15 0 406523655 11078553600 8140 33554432000 4194304 4196468 140730245497296 140496514497264 140496991165058 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11156] ppid=11020 vsize=10818900 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11156/stat : 11156 (java) S 11020 11027 9865 0 -1 1077944384 3 12988 0 2 0 0 5 3 20 0 15 0 406523655 11078553600 8140 33554432000 4194304 4196468 140730245497296 140495488371808 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11158] ppid=11020 vsize=10818900 memory=140121919964800 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11158/stat : 11158 (java) S 11020 11027 9865 0 -1 1077944384 1 12988 0 2 0 0 5 3 20 0 15 0 406523655 11078553600 8140 33554432000 4194304 4196468 140730245497296 140496513444144 140496991165058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 10818900 KiB
Current children cumulated memory: 32560 KiB

[startup+0.310861 s]*
/proc/loadavg: 1.31 1.80 1.97 6/228 11159
/proc/meminfo: memFree=22300540/32770624 swapFree=66939824/67108860
[pid=11027] ppid=11020 vsize=10819084 memory=44032 CPUtime=0.33 cores=0,2,4,6
/proc/11027/stat : 11027 (java) S 11020 11027 9865 0 -1 1077944320 9720 12988 0 2 22 3 5 3 20 0 15 0 406523636 11078742016 11008 33554432000 4194304 4196468 140730245497296 140730245479840 140496991153911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
/proc/11027/statm: 2704771 11008 3034 1 0 2667149 0
[pid=11027/tid=11133] ppid=11020 vsize=10819084 memory=576461178948550685 CPUtime=0.25 cores=0,2,4,6
/proc/11027/task/11133/stat : 11133 (java) R 11020 11027 9865 0 -1 4202560 6221 12988 0 2 15 2 5 3 20 0 15 0 406523649 11078742016 11008 33554432000 4194304 4196468 140730245497296 140496962972320 140496975234398 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11138] ppid=11020 vsize=10819084 memory=301741416407891991 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11138/stat : 11138 (java) S 11020 11027 9865 0 -1 1077944384 1 12988 0 2 0 0 5 3 20 0 15 0 406523650 11078742016 11008 33554432000 4194304 4196468 140730245497296 140496995396368 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11139] ppid=11020 vsize=10819084 memory=14557138316150424 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11139/stat : 11139 (java) S 11020 11027 9865 0 -1 1077944384 2 12988 0 2 0 0 5 3 20 0 15 0 406523650 11078742016 11008 33554432000 4194304 4196468 140730245497296 140496910216080 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11140] ppid=11020 vsize=10819084 memory=-6804209564453039236 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11140/stat : 11140 (java) S 11020 11027 9865 0 -1 1077944384 1 12988 0 2 0 0 5 3 20 0 15 0 406523650 11078742016 11008 33554432000 4194304 4196468 140730245497296 140496909163536 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11141] ppid=11020 vsize=10819084 memory=3472328296227680303 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11141/stat : 11141 (java) S 11020 11027 9865 0 -1 1077944384 2 12988 0 2 0 0 5 3 20 0 15 0 406523650 11078742016 11008 33554432000 4194304 4196468 140730245497296 140496908110992 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11143] ppid=11020 vsize=10819084 memory=3472468418145091816 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11143/stat : 11143 (java) S 11020 11027 9865 0 -1 1077944384 2 12988 0 2 0 0 5 3 20 0 15 0 406523651 11078742016 11008 33554432000 4194304 4196468 140730245497296 140496517654512 140496991165058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11145] ppid=11020 vsize=10819084 memory=3472328296225127011 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11145/stat : 11145 (java) S 11020 11027 9865 0 -1 1077944384 13 12988 0 2 0 0 5 3 20 0 15 0 406523652 11078742016 11008 33554432000 4194304 4196468 140730245497296 140496433308576 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11147] ppid=11020 vsize=10819084 memory=-3621219715169225006 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11147/stat : 11147 (java) S 11020 11027 9865 0 -1 1077944384 1 12988 0 2 0 0 5 3 20 0 15 0 406523652 11078742016 11008 33554432000 4194304 4196468 140730245497296 140495829328880 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11149] ppid=11020 vsize=10819084 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11149/stat : 11149 (java) S 11020 11027 9865 0 -1 1077944384 3 12988 0 2 0 0 5 3 20 0 15 0 406523654 11078742016 11008 33554432000 4194304 4196468 140730245497296 140495521929424 140496991172507 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11152] ppid=11020 vsize=10819084 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11027/task/11152/stat : 11152 (java) S 11020 11027 9865 0 -1 1077944384 541 12988 0 2 1 0 5 3 20 0 15 0 406523655 11078742016 11008 33554432000 4194304 4196468 140730245497296 140496516602352 140496991165058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11154] ppid=11020 vsize=10819084 memory=8313491497846792056 CPUtime=0.09 cores=0,2,4,6
/proc/11027/task/11154/stat : 11154 (java) S 11020 11027 9865 0 -1 1077944384 70 12988 0 2 1 0 5 3 20 0 15 0 406523655 11078742016 11008 33554432000 4194304 4196468 140730245497296 140496515549808 140496991165058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11155] ppid=11020 vsize=10819084 memory=140121919964800 CPUtime=0.12 cores=0,2,4,6
/proc/11027/task/11155/stat : 11155 (java) S 11020 11027 9865 0 -1 1077944384 656 12988 0 2 4 0 5 3 20 0 15 0 406523655 11078742016 11008 33554432000 4194304 4196468 140730245497296 140496514497264 140496991165058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11156] ppid=11020 vsize=10819084 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11156/stat : 11156 (java) S 11020 11027 9865 0 -1 1077944384 3 12988 0 2 0 0 5 3 20 0 15 0 406523655 11078742016 11008 33554432000 4194304 4196468 140730245497296 140495488371808 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11158] ppid=11020 vsize=10819084 memory=140121919964800 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11158/stat : 11158 (java) S 11020 11027 9865 0 -1 1077944384 1 12988 0 2 0 0 5 3 20 0 15 0 406523655 11078742016 11008 33554432000 4194304 4196468 140730245497296 140496513444144 140496991165058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10819084 KiB
Current children cumulated memory: 44032 KiB

[startup+0.700775 s]
/proc/loadavg: 1.31 1.80 1.97 4/228 11159
/proc/meminfo: memFree=22275056/32770624 swapFree=66939824/67108860
[pid=11027] ppid=11020 vsize=10822292 memory=76936 CPUtime=1.05 cores=0,2,4,6
/proc/11027/stat : 11027 (java) S 11020 11027 9865 0 -1 1077944320 14582 12988 0 2 92 5 5 3 20 0 15 0 406523636 11082027008 19234 33554432000 4194304 4196468 140730245497296 140730245479840 140496991153911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
/proc/11027/statm: 2705573 19234 3489 1 0 2667661 0
[pid=11027/tid=11133] ppid=11020 vsize=10822292 memory=2 CPUtime=0.63 cores=0,2,4,6
/proc/11027/task/11133/stat : 11133 (java) R 11020 11027 9865 0 -1 4202560 10285 12988 0 2 51 4 5 3 20 0 15 0 406523649 11082027008 19234 33554432000 4194304 4196468 140730245497296 140496962985152 140496991175837 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11138] ppid=11020 vsize=10822292 memory=1897 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11138/stat : 11138 (java) S 11020 11027 9865 0 -1 1077944384 1 12988 0 2 0 0 5 3 20 0 15 0 406523650 11082027008 19234 33554432000 4194304 4196468 140730245497296 140496995396368 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11139] ppid=11020 vsize=10822292 memory=4060 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11139/stat : 11139 (java) S 11020 11027 9865 0 -1 1077944384 2 12988 0 2 0 0 5 3 20 0 15 0 406523650 11082027008 19234 33554432000 4194304 4196468 140730245497296 140496910216080 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11140] ppid=11020 vsize=10822292 memory=948 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11140/stat : 11140 (java) S 11020 11027 9865 0 -1 1077944384 1 12988 0 2 0 0 5 3 20 0 15 0 406523650 11082027008 19234 33554432000 4194304 4196468 140730245497296 140496909163536 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11141] ppid=11020 vsize=10822292 memory=1295 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11141/stat : 11141 (java) S 11020 11027 9865 0 -1 1077944384 2 12988 0 2 0 0 5 3 20 0 15 0 406523650 11082027008 19234 33554432000 4194304 4196468 140730245497296 140496908110992 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11143] ppid=11020 vsize=10822292 memory=14815 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11143/stat : 11143 (java) S 11020 11027 9865 0 -1 1077944384 6 12988 0 2 0 0 5 3 20 0 15 0 406523651 11082027008 19234 33554432000 4194304 4196468 140730245497296 140496517654512 140496991165058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11145] ppid=11020 vsize=10822292 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11145/stat : 11145 (java) S 11020 11027 9865 0 -1 1077944384 13 12988 0 2 0 0 5 3 20 0 15 0 406523652 11082027008 19234 33554432000 4194304 4196468 140730245497296 140496433308576 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11147] ppid=11020 vsize=10822292 memory=7450732133492811872 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11147/stat : 11147 (java) S 11020 11027 9865 0 -1 1077944384 1 12988 0 2 0 0 5 3 20 0 15 0 406523652 11082027008 19234 33554432000 4194304 4196468 140730245497296 140495829328880 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11149] ppid=11020 vsize=10822292 memory=7007707949394126417 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11149/stat : 11149 (java) S 11020 11027 9865 0 -1 1077944384 3 12988 0 2 0 0 5 3 20 0 15 0 406523654 11082027008 19234 33554432000 4194304 4196468 140730245497296 140495521929424 140496991172507 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11152] ppid=11020 vsize=10822292 memory=4640207772038742112 CPUtime=0.21 cores=0,2,4,6
/proc/11027/task/11152/stat : 11152 (java) S 11020 11027 9865 0 -1 1077944384 857 12988 0 2 13 0 5 3 20 0 15 0 406523655 11082027008 19234 33554432000 4194304 4196468 140730245497296 140496516602352 140496991165058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11154] ppid=11020 vsize=10822292 memory=-5874771483550381248 CPUtime=0.19 cores=0,2,4,6
/proc/11027/task/11154/stat : 11154 (java) R 11020 11027 9865 0 -1 1077944384 367 12988 0 2 11 0 5 3 20 0 15 0 406523655 11082027008 19234 33554432000 4194304 4196468 140730245497296 140496515549808 140496991165058 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11155] ppid=11020 vsize=10822292 memory=3054156605369066881 CPUtime=0.24 cores=0,2,4,6
/proc/11027/task/11155/stat : 11155 (java) S 11020 11027 9865 0 -1 1077944384 834 12988 0 2 16 0 5 3 20 0 15 0 406523655 11082027008 19234 33554432000 4194304 4196468 140730245497296 140496514497264 140496991165058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11156] ppid=11020 vsize=10822292 memory=6944656591801717918 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11156/stat : 11156 (java) S 11020 11027 9865 0 -1 1077944384 3 12988 0 2 0 0 5 3 20 0 15 0 406523655 11082027008 19234 33554432000 4194304 4196468 140730245497296 140495488371808 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11158] ppid=11020 vsize=10822292 memory=14056 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11158/stat : 11158 (java) S 11020 11027 9865 0 -1 1077944384 1 12988 0 2 0 0 5 3 20 0 15 0 406523655 11082027008 19234 33554432000 4194304 4196468 140730245497296 140496513444144 140496991165058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
Current children cumulated CPU time: 1.05 s
Current children cumulated vsize: 10822292 KiB
Current children cumulated memory: 76936 KiB

[startup+1.50072 s]
/proc/loadavg: 1.31 1.80 1.97 4/228 11159
/proc/meminfo: memFree=22196892/32770624 swapFree=66939824/67108860
[pid=11027] ppid=11020 vsize=10834656 memory=167472 CPUtime=2.41 cores=0,2,4,6
/proc/11027/stat : 11027 (java) S 11020 11027 9865 0 -1 1077944320 21572 12988 0 2 224 9 5 3 20 0 15 0 406523636 11094687744 41868 33554432000 4194304 4196468 140730245497296 140730245479840 140496991153911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
/proc/11027/statm: 2708664 41868 3569 1 0 2670733 0
[pid=11027/tid=11133] ppid=11020 vsize=10834656 memory=0 CPUtime=1.39 cores=0,2,4,6
/proc/11027/task/11133/stat : 11133 (java) R 11020 11027 9865 0 -1 4202560 15281 12988 0 2 126 5 5 3 20 0 15 0 406523649 11094687744 41868 33554432000 4194304 4196468 140730245497296 140496962974480 140496584407968 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11138] ppid=11020 vsize=10834656 memory=300668258654956360 CPUtime=0.09 cores=0,2,4,6
/proc/11027/task/11138/stat : 11138 (java) S 11020 11027 9865 0 -1 1077944384 328 12988 0 2 1 0 5 3 20 0 15 0 406523650 11094687744 41868 33554432000 4194304 4196468 140730245497296 140496995396368 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11139] ppid=11020 vsize=10834656 memory=7522793043480113257 CPUtime=0.09 cores=0,2,4,6
/proc/11027/task/11139/stat : 11139 (java) S 11020 11027 9865 0 -1 1077944384 53 12988 0 2 1 0 5 3 20 0 15 0 406523650 11094687744 41868 33554432000 4194304 4196468 140730245497296 140496910216080 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11140] ppid=11020 vsize=10834656 memory=7308895142485716329 CPUtime=0.09 cores=0,2,4,6
/proc/11027/task/11140/stat : 11140 (java) S 11020 11027 9865 0 -1 1077944384 56 12988 0 2 1 0 5 3 20 0 15 0 406523650 11094687744 41868 33554432000 4194304 4196468 140730245497296 140496909163536 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11141] ppid=11020 vsize=10834656 memory=7522793034990579305 CPUtime=0.09 cores=0,2,4,6
/proc/11027/task/11141/stat : 11141 (java) S 11020 11027 9865 0 -1 1077944384 69 12988 0 2 1 0 5 3 20 0 15 0 406523650 11094687744 41868 33554432000 4194304 4196468 140730245497296 140496908110992 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11143] ppid=11020 vsize=10834656 memory=5793130393656321622 CPUtime=0.09 cores=0,2,4,6
/proc/11027/task/11143/stat : 11143 (java) S 11020 11027 9865 0 -1 1077944384 374 12988 0 2 1 0 5 3 20 0 15 0 406523651 11094687744 41868 33554432000 4194304 4196468 140730245497296 140496517654512 140496991165058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11145] ppid=11020 vsize=10834656 memory=7012531506708194962 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11145/stat : 11145 (java) S 11020 11027 9865 0 -1 1077944384 14 12988 0 2 0 0 5 3 20 0 15 0 406523652 11094687744 41868 33554432000 4194304 4196468 140730245497296 140496433308640 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11147] ppid=11020 vsize=10834656 memory=11486453508 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11147/stat : 11147 (java) S 11020 11027 9865 0 -1 1077944384 2 12988 0 2 0 0 5 3 20 0 15 0 406523652 11094687744 41868 33554432000 4194304 4196468 140730245497296 140495829328896 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11149] ppid=11020 vsize=10834656 memory=280243529318360 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11149/stat : 11149 (java) S 11020 11027 9865 0 -1 1077944384 3 12988 0 2 0 0 5 3 20 0 15 0 406523654 11094687744 41868 33554432000 4194304 4196468 140730245497296 140495521929424 140496991172507 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11152] ppid=11020 vsize=10834656 memory=280243529577840 CPUtime=0.36 cores=0,2,4,6
/proc/11027/task/11152/stat : 11152 (java) S 11020 11027 9865 0 -1 1077944384 1129 12988 0 2 28 0 5 3 20 0 15 0 406523655 11094687744 41868 33554432000 4194304 4196468 140730245497296 140496516602352 140496991165058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11154] ppid=11020 vsize=10834656 memory=6656426216303648864 CPUtime=0.31 cores=0,2,4,6
/proc/11027/task/11154/stat : 11154 (java) S 11020 11027 9865 0 -1 1077944384 561 12988 0 2 23 0 5 3 20 0 15 0 406523655 11094687744 41868 33554432000 4194304 4196468 140730245497296 140496515549808 140496991165058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11155] ppid=11020 vsize=10834656 memory=0 CPUtime=0.46 cores=0,2,4,6
/proc/11027/task/11155/stat : 11155 (java) R 11020 11027 9865 0 -1 4202560 1492 12988 0 2 38 0 5 3 20 0 15 0 406523655 11094687744 41868 33554432000 4194304 4196468 140730245497296 140496514497264 140496983373416 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11156] ppid=11020 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11156/stat : 11156 (java) S 11020 11027 9865 0 -1 1077944384 3 12988 0 2 0 0 5 3 20 0 15 0 406523655 11094687744 41868 33554432000 4194304 4196468 140730245497296 140495488371808 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11158] ppid=11020 vsize=10834656 memory=15607911156877 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11158/stat : 11158 (java) S 11020 11027 9865 0 -1 1077944384 1 12988 0 2 0 0 5 3 20 0 15 0 406523655 11094687744 41868 33554432000 4194304 4196468 140730245497296 140496513444144 140496991165058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
Current children cumulated CPU time: 2.41 s
Current children cumulated vsize: 10834656 KiB
Current children cumulated memory: 167472 KiB

[startup+3.11048 s]
/proc/loadavg: 1.61 1.86 1.99 6/228 11159
/proc/meminfo: memFree=21908468/32770624 swapFree=66939824/67108860
[pid=11027] ppid=11020 vsize=10844916 memory=261972 CPUtime=6.86 cores=0,2,4,6
/proc/11027/stat : 11027 (java) S 11020 11027 9865 0 -1 1077944320 41496 12988 0 2 663 15 5 3 20 0 15 0 406523636 11105193984 65493 33554432000 4194304 4196468 140730245497296 140730245479840 140496991153911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
/proc/11027/statm: 2711229 65493 3611 1 0 2673293 0
[pid=11027/tid=11133] ppid=11020 vsize=10844916 memory=2241 CPUtime=2.94 cores=0,2,4,6
/proc/11027/task/11133/stat : 11133 (java) R 11020 11027 9865 0 -1 4202560 22460 12988 0 2 278 8 5 3 20 0 15 0 406523649 11105193984 65493 33554432000 4194304 4196468 140730245497296 140496962970808 140496991165846 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0

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

/proc/11027/task/11133/stat : 11133 (java) R 11020 11027 9865 0 -1 4202560 67094 12988 0 2 217692 46 5 3 20 0 15 0 406523649 11107291136 218418 33554432000 4194304 4196468 140730245497296 140496962990336 140496599990718 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11138] ppid=11020 vsize=10846964 memory=873672 CPUtime=11.61 cores=0,2,4,6
/proc/11027/task/11138/stat : 11138 (java) S 11020 11027 9865 0 -1 1077944384 14158 12988 0 2 1096 57 5 3 20 0 15 0 406523650 11107291136 218418 33554432000 4194304 4196468 140730245497296 140496995396368 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11139] ppid=11020 vsize=10846964 memory=873672 CPUtime=11.64 cores=0,2,4,6
/proc/11027/task/11139/stat : 11139 (java) S 11020 11027 9865 0 -1 1077944384 16538 12988 0 2 1098 58 5 3 20 0 15 0 406523650 11107291136 218418 33554432000 4194304 4196468 140730245497296 140496910216080 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11140] ppid=11020 vsize=10846964 memory=873672 CPUtime=11.6 cores=0,2,4,6
/proc/11027/task/11140/stat : 11140 (java) S 11020 11027 9865 0 -1 1077944384 14154 12988 0 2 1095 57 5 3 20 0 15 0 406523650 11107291136 218418 33554432000 4194304 4196468 140730245497296 140496909163536 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11141] ppid=11020 vsize=10846964 memory=56 CPUtime=11.6 cores=0,2,4,6
/proc/11027/task/11141/stat : 11141 (java) S 11020 11027 9865 0 -1 1077944384 18492 12988 0 2 1096 56 5 3 20 0 15 0 406523650 11107291136 218418 33554432000 4194304 4196468 140730245497296 140496908110992 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11143] ppid=11020 vsize=10846964 memory=873672 CPUtime=10.29 cores=0,2,4,6
/proc/11027/task/11143/stat : 11143 (java) S 11020 11027 9865 0 -1 1077944384 15795 12988 0 2 965 56 5 3 20 0 15 0 406523651 11107291136 218418 33554432000 4194304 4196468 140730245497296 140496517654512 140496991165058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11145] ppid=11020 vsize=10846964 memory=873672 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11145/stat : 11145 (java) S 11020 11027 9865 0 -1 1077944384 15 12988 0 2 0 0 5 3 20 0 15 0 406523652 11107291136 218418 33554432000 4194304 4196468 140730245497296 140496433308640 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11147] ppid=11020 vsize=10846964 memory=873672 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11147/stat : 11147 (java) S 11020 11027 9865 0 -1 1077944384 2 12988 0 2 0 0 5 3 20 0 15 0 406523652 11107291136 218418 33554432000 4194304 4196468 140730245497296 140495829328896 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11149] ppid=11020 vsize=10846964 memory=873672 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11149/stat : 11149 (java) S 11020 11027 9865 0 -1 1077944384 3 12988 0 2 0 0 5 3 20 0 15 0 406523654 11107291136 218418 33554432000 4194304 4196468 140730245497296 140495521929424 140496991172507 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11152] ppid=11020 vsize=10846964 memory=873672 CPUtime=7.49 cores=0,2,4,6
/proc/11027/task/11152/stat : 11152 (java) S 11020 11027 9865 0 -1 1077944384 33467 12988 0 2 735 6 5 3 20 0 15 0 406523655 11107291136 218418 33554432000 4194304 4196468 140730245497296 140496516602352 140496991165058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11154] ppid=11020 vsize=10846964 memory=873672 CPUtime=6.83 cores=0,2,4,6
/proc/11027/task/11154/stat : 11154 (java) S 11020 11027 9865 0 -1 1077944384 30302 12988 0 2 669 6 5 3 20 0 15 0 406523655 11107291136 218418 33554432000 4194304 4196468 140730245497296 140496515549808 140496991165058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11155] ppid=11020 vsize=10846964 memory=873672 CPUtime=4.69 cores=0,2,4,6
/proc/11027/task/11155/stat : 11155 (java) S 11020 11027 9865 0 -1 1077944384 33933 12988 0 2 453 8 5 3 20 0 15 0 406523655 11107291136 218418 33554432000 4194304 4196468 140730245497296 140496514497264 140496991165058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11156] ppid=11020 vsize=10846964 memory=873672 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11156/stat : 11156 (java) S 11020 11027 9865 0 -1 1077944384 3 12988 0 2 0 0 5 3 20 0 15 0 406523655 11107291136 218418 33554432000 4194304 4196468 140730245497296 140495488371808 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11158] ppid=11020 vsize=10846964 memory=873672 CPUtime=1.42 cores=0,2,4,6
/proc/11027/task/11158/stat : 11158 (java) S 11020 11027 9865 0 -1 1077944384 1213 12988 0 2 68 66 5 3 20 0 15 0 406523655 11107291136 218418 33554432000 4194304 4196468 140730245497296 140496513444144 140496991165058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
Current children cumulated CPU time: 2254.04 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 873672 KiB

[startup+2262.3 s]
/proc/loadavg: 1.26 1.28 1.40 3/229 11654
/proc/meminfo: memFree=20731812/32770624 swapFree=66939824/67108860
[pid=11027] ppid=11020 vsize=10846964 memory=873672 CPUtime=2315 cores=0,2,4,6
/proc/11027/stat : 11027 (java) S 11020 11027 9865 0 -1 1077944320 248828 12988 0 2 231132 360 5 3 20 0 15 0 406523636 11107291136 218418 33554432000 4194304 4196468 140730245497296 140730245479840 140496991153911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
/proc/11027/statm: 2711741 218418 3622 1 0 2673805 0
[pid=11027/tid=11133] ppid=11020 vsize=10846964 memory=873672 CPUtime=2236.81 cores=0,2,4,6
/proc/11027/task/11133/stat : 11133 (java) R 11020 11027 9865 0 -1 4202560 67854 12988 0 2 223626 47 5 3 20 0 15 0 406523649 11107291136 218418 33554432000 4194304 4196468 140730245497296 140496962989312 140496602093111 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11138] ppid=11020 vsize=10846964 memory=873672 CPUtime=11.94 cores=0,2,4,6
/proc/11027/task/11138/stat : 11138 (java) S 11020 11027 9865 0 -1 1077944384 14408 12988 0 2 1128 58 5 3 20 0 15 0 406523650 11107291136 218418 33554432000 4194304 4196468 140730245497296 140496995396368 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11139] ppid=11020 vsize=10846964 memory=873672 CPUtime=11.96 cores=0,2,4,6
/proc/11027/task/11139/stat : 11139 (java) S 11020 11027 9865 0 -1 1077944384 16623 12988 0 2 1129 59 5 3 20 0 15 0 406523650 11107291136 218418 33554432000 4194304 4196468 140730245497296 140496910216080 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11140] ppid=11020 vsize=10846964 memory=56 CPUtime=11.93 cores=0,2,4,6
/proc/11027/task/11140/stat : 11140 (java) S 11020 11027 9865 0 -1 1077944384 14237 12988 0 2 1126 59 5 3 20 0 15 0 406523650 11107291136 218418 33554432000 4194304 4196468 140730245497296 140496909163536 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11141] ppid=11020 vsize=10846964 memory=873672 CPUtime=11.92 cores=0,2,4,6
/proc/11027/task/11141/stat : 11141 (java) S 11020 11027 9865 0 -1 1077944384 18534 12988 0 2 1127 57 5 3 20 0 15 0 406523650 11107291136 218418 33554432000 4194304 4196468 140730245497296 140496908110992 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11143] ppid=11020 vsize=10846964 memory=873672 CPUtime=10.57 cores=0,2,4,6
/proc/11027/task/11143/stat : 11143 (java) S 11020 11027 9865 0 -1 1077944384 16014 12988 0 2 991 58 5 3 20 0 15 0 406523651 11107291136 218418 33554432000 4194304 4196468 140730245497296 140496517654512 140496991165058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11145] ppid=11020 vsize=10846964 memory=2008 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11145/stat : 11145 (java) S 11020 11027 9865 0 -1 1077944384 15 12988 0 2 0 0 5 3 20 0 15 0 406523652 11107291136 218418 33554432000 4194304 4196468 140730245497296 140496433308640 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11147] ppid=11020 vsize=10846964 memory=873672 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11147/stat : 11147 (java) S 11020 11027 9865 0 -1 1077944384 2 12988 0 2 0 0 5 3 20 0 15 0 406523652 11107291136 218418 33554432000 4194304 4196468 140730245497296 140495829328896 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11149] ppid=11020 vsize=10846964 memory=873672 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11149/stat : 11149 (java) S 11020 11027 9865 0 -1 1077944384 3 12988 0 2 0 0 5 3 20 0 15 0 406523654 11107291136 218418 33554432000 4194304 4196468 140730245497296 140495521929424 140496991172507 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11152] ppid=11020 vsize=10846964 memory=2832 CPUtime=7.49 cores=0,2,4,6
/proc/11027/task/11152/stat : 11152 (java) S 11020 11027 9865 0 -1 1077944384 33469 12988 0 2 735 6 5 3 20 0 15 0 406523655 11107291136 218418 33554432000 4194304 4196468 140730245497296 140496516602352 140496991165058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11154] ppid=11020 vsize=10846964 memory=280243529273408 CPUtime=6.83 cores=0,2,4,6
/proc/11027/task/11154/stat : 11154 (java) S 11020 11027 9865 0 -1 1077944384 30304 12988 0 2 669 6 5 3 20 0 15 0 406523655 11107291136 218418 33554432000 4194304 4196468 140730245497296 140496515549808 140496991165058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11155] ppid=11020 vsize=10846964 memory=741 CPUtime=4.7 cores=0,2,4,6
/proc/11027/task/11155/stat : 11155 (java) S 11020 11027 9865 0 -1 1077944384 33935 12988 0 2 454 8 5 3 20 0 15 0 406523655 11107291136 218418 33554432000 4194304 4196468 140730245497296 140496514497264 140496991165058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11156] ppid=11020 vsize=10846964 memory=873672 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11156/stat : 11156 (java) S 11020 11027 9865 0 -1 1077944384 3 12988 0 2 0 0 5 3 20 0 15 0 406523655 11107291136 218418 33554432000 4194304 4196468 140730245497296 140495488371808 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11158] ppid=11020 vsize=10846964 memory=873672 CPUtime=1.45 cores=0,2,4,6
/proc/11027/task/11158/stat : 11158 (java) S 11020 11027 9865 0 -1 1077944384 1221 12988 0 2 70 67 5 3 20 0 15 0 406523655 11107291136 218418 33554432000 4194304 4196468 140730245497296 140496513444144 140496991165058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
Current children cumulated CPU time: 2315 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 873672 KiB

[startup+2322.3 s]
/proc/loadavg: 1.25 1.27 1.40 3/228 11658
/proc/meminfo: memFree=20730292/32770624 swapFree=66939824/67108860
[pid=11027] ppid=11020 vsize=10846964 memory=875720 CPUtime=2376.02 cores=0,2,4,6
/proc/11027/stat : 11027 (java) S 11020 11027 9865 0 -1 1077944320 250255 12988 0 2 237226 368 5 3 20 0 15 0 406523636 11107291136 218930 33554432000 4194304 4196468 140730245497296 140730245479840 140496991153911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
/proc/11027/statm: 2711741 218930 3622 1 0 2673805 0
[pid=11027/tid=11133] ppid=11020 vsize=10846964 memory=1232 CPUtime=2296.13 cores=0,2,4,6
/proc/11027/task/11133/stat : 11133 (java) R 11020 11027 9865 0 -1 4202560 68574 12988 0 2 229557 48 5 3 20 0 15 0 406523649 11107291136 218930 33554432000 4194304 4196468 140730245497296 140496962989120 140496596943089 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11138] ppid=11020 vsize=10846964 memory=875720 CPUtime=12.28 cores=0,2,4,6
/proc/11027/task/11138/stat : 11138 (java) S 11020 11027 9865 0 -1 1077944384 14444 12988 0 2 1160 60 5 3 20 0 15 0 406523650 11107291136 218930 33554432000 4194304 4196468 140730245497296 140496995396368 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11139] ppid=11020 vsize=10846964 memory=875720 CPUtime=12.3 cores=0,2,4,6
/proc/11027/task/11139/stat : 11139 (java) S 11020 11027 9865 0 -1 1077944384 16941 12988 0 2 1161 61 5 3 20 0 15 0 406523650 11107291136 218930 33554432000 4194304 4196468 140730245497296 140496910216080 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11140] ppid=11020 vsize=10846964 memory=875720 CPUtime=12.27 cores=0,2,4,6
/proc/11027/task/11140/stat : 11140 (java) S 11020 11027 9865 0 -1 1077944384 14329 12988 0 2 1159 60 5 3 20 0 15 0 406523650 11107291136 218930 33554432000 4194304 4196468 140730245497296 140496909163536 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11141] ppid=11020 vsize=10846964 memory=875720 CPUtime=12.27 cores=0,2,4,6
/proc/11027/task/11141/stat : 11141 (java) S 11020 11027 9865 0 -1 1077944384 18557 12988 0 2 1161 58 5 3 20 0 15 0 406523650 11107291136 218930 33554432000 4194304 4196468 140730245497296 140496908110992 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11143] ppid=11020 vsize=10846964 memory=875720 CPUtime=10.87 cores=0,2,4,6
/proc/11027/task/11143/stat : 11143 (java) S 11020 11027 9865 0 -1 1077944384 16229 12988 0 2 1020 59 5 3 20 0 15 0 406523651 11107291136 218930 33554432000 4194304 4196468 140730245497296 140496517654512 140496991165058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11145] ppid=11020 vsize=10846964 memory=875720 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11145/stat : 11145 (java) S 11020 11027 9865 0 -1 1077944384 15 12988 0 2 0 0 5 3 20 0 15 0 406523652 11107291136 218930 33554432000 4194304 4196468 140730245497296 140496433308640 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11147] ppid=11020 vsize=10846964 memory=875720 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11147/stat : 11147 (java) S 11020 11027 9865 0 -1 1077944384 2 12988 0 2 0 0 5 3 20 0 15 0 406523652 11107291136 218930 33554432000 4194304 4196468 140730245497296 140495829328896 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11149] ppid=11020 vsize=10846964 memory=875720 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11149/stat : 11149 (java) S 11020 11027 9865 0 -1 1077944384 3 12988 0 2 0 0 5 3 20 0 15 0 406523654 11107291136 218930 33554432000 4194304 4196468 140730245497296 140495521929424 140496991172507 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11152] ppid=11020 vsize=10846964 memory=2116 CPUtime=7.49 cores=0,2,4,6
/proc/11027/task/11152/stat : 11152 (java) S 11020 11027 9865 0 -1 1077944384 33471 12988 0 2 735 6 5 3 20 0 15 0 406523655 11107291136 218930 33554432000 4194304 4196468 140730245497296 140496516602352 140496991165058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11154] ppid=11020 vsize=10846964 memory=875720 CPUtime=6.83 cores=0,2,4,6
/proc/11027/task/11154/stat : 11154 (java) S 11020 11027 9865 0 -1 1077944384 30306 12988 0 2 669 6 5 3 20 0 15 0 406523655 11107291136 218930 33554432000 4194304 4196468 140730245497296 140496515549808 140496991165058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11155] ppid=11020 vsize=10846964 memory=875720 CPUtime=4.7 cores=0,2,4,6
/proc/11027/task/11155/stat : 11155 (java) S 11020 11027 9865 0 -1 1077944384 33937 12988 0 2 454 8 5 3 20 0 15 0 406523655 11107291136 218930 33554432000 4194304 4196468 140730245497296 140496514497264 140496991165058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11156] ppid=11020 vsize=10846964 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11156/stat : 11156 (java) S 11020 11027 9865 0 -1 1077944384 3 12988 0 2 0 0 5 3 20 0 15 0 406523655 11107291136 218930 33554432000 4194304 4196468 140730245497296 140495488371808 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11158] ppid=11020 vsize=10846964 memory=7980 CPUtime=1.48 cores=0,2,4,6
/proc/11027/task/11158/stat : 11158 (java) S 11020 11027 9865 0 -1 1077944384 1238 12988 0 2 72 68 5 3 20 0 15 0 406523655 11107291136 218930 33554432000 4194304 4196468 140730245497296 140496513444144 140496991165058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
Current children cumulated CPU time: 2376.02 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 875720 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2346 s]*
/proc/loadavg: 1.31 1.29 1.40 3/228 11659
/proc/meminfo: memFree=20730188/32770624 swapFree=66939824/67108860
[pid=11027] ppid=11020 vsize=10846964 memory=875720 CPUtime=2400.09 cores=0,2,4,6
/proc/11027/stat : 11027 (java) S 11020 11027 9865 0 -1 1077944320 250912 12988 0 2 239630 371 5 3 20 0 15 0 406523636 11107291136 218930 33554432000 4194304 4196468 140730245497296 140730245479840 140496991153911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
/proc/11027/statm: 2711741 218930 3622 1 0 2673805 0
[pid=11027/tid=11133] ppid=11020 vsize=10846964 memory=8317482817917895235 CPUtime=2319.57 cores=0,2,4,6
/proc/11027/task/11133/stat : 11133 (java) R 11020 11027 9865 0 -1 4202560 68867 12988 0 2 231901 48 5 3 20 0 15 0 406523649 11107291136 218930 33554432000 4194304 4196468 140730245497296 140496962990144 140496600219832 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11138] ppid=11020 vsize=10846964 memory=4872558044660077418 CPUtime=12.41 cores=0,2,4,6
/proc/11027/task/11138/stat : 11138 (java) S 11020 11027 9865 0 -1 1077944384 14514 12988 0 2 1172 61 5 3 20 0 15 0 406523650 11107291136 218930 33554432000 4194304 4196468 140730245497296 140496995396368 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11139] ppid=11020 vsize=10846964 memory=1804 CPUtime=12.44 cores=0,2,4,6
/proc/11027/task/11139/stat : 11139 (java) S 11020 11027 9865 0 -1 1077944384 16948 12988 0 2 1174 62 5 3 20 0 15 0 406523650 11107291136 218930 33554432000 4194304 4196468 140730245497296 140496910216080 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11140] ppid=11020 vsize=10846964 memory=920 CPUtime=12.38 cores=0,2,4,6
/proc/11027/task/11140/stat : 11140 (java) S 11020 11027 9865 0 -1 1077944384 14419 12988 0 2 1170 60 5 3 20 0 15 0 406523650 11107291136 218930 33554432000 4194304 4196468 140730245497296 140496909163536 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11141] ppid=11020 vsize=10846964 memory=3848 CPUtime=12.39 cores=0,2,4,6
/proc/11027/task/11141/stat : 11141 (java) S 11020 11027 9865 0 -1 1077944384 18560 12988 0 2 1172 59 5 3 20 0 15 0 406523650 11107291136 218930 33554432000 4194304 4196468 140730245497296 140496908110992 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11143] ppid=11020 vsize=10846964 memory=2312 CPUtime=10.97 cores=0,2,4,6
/proc/11027/task/11143/stat : 11143 (java) S 11020 11027 9865 0 -1 1077944384 16412 12988 0 2 1030 59 5 3 20 0 15 0 406523651 11107291136 218930 33554432000 4194304 4196468 140730245497296 140496517654512 140496991165058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11145] ppid=11020 vsize=10846964 memory=2692 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11145/stat : 11145 (java) S 11020 11027 9865 0 -1 1077944384 15 12988 0 2 0 0 5 3 20 0 15 0 406523652 11107291136 218930 33554432000 4194304 4196468 140730245497296 140496433308640 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11147] ppid=11020 vsize=10846964 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11147/stat : 11147 (java) S 11020 11027 9865 0 -1 1077944384 2 12988 0 2 0 0 5 3 20 0 15 0 406523652 11107291136 218930 33554432000 4194304 4196468 140730245497296 140495829328896 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11149] ppid=11020 vsize=10846964 memory=3248 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11149/stat : 11149 (java) S 11020 11027 9865 0 -1 1077944384 3 12988 0 2 0 0 5 3 20 0 15 0 406523654 11107291136 218930 33554432000 4194304 4196468 140730245497296 140495521929424 140496991172507 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11152] ppid=11020 vsize=10846964 memory=875720 CPUtime=7.49 cores=0,2,4,6
/proc/11027/task/11152/stat : 11152 (java) S 11020 11027 9865 0 -1 1077944384 33471 12988 0 2 735 6 5 3 20 0 15 0 406523655 11107291136 218930 33554432000 4194304 4196468 140730245497296 140496516602352 140496991165058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11154] ppid=11020 vsize=10846964 memory=4100 CPUtime=6.83 cores=0,2,4,6
/proc/11027/task/11154/stat : 11154 (java) S 11020 11027 9865 0 -1 1077944384 30306 12988 0 2 669 6 5 3 20 0 15 0 406523655 11107291136 218930 33554432000 4194304 4196468 140730245497296 140496515549808 140496991165058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11155] ppid=11020 vsize=10846964 memory=1408 CPUtime=4.7 cores=0,2,4,6
/proc/11027/task/11155/stat : 11155 (java) S 11020 11027 9865 0 -1 1077944384 33937 12988 0 2 454 8 5 3 20 0 15 0 406523655 11107291136 218930 33554432000 4194304 4196468 140730245497296 140496514497264 140496991165058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11156] ppid=11020 vsize=10846964 memory=3264 CPUtime=0.08 cores=0,2,4,6
/proc/11027/task/11156/stat : 11156 (java) S 11020 11027 9865 0 -1 1077944384 3 12988 0 2 0 0 5 3 20 0 15 0 406523655 11107291136 218930 33554432000 4194304 4196468 140730245497296 140495488371808 140496991164117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
[pid=11027/tid=11158] ppid=11020 vsize=10846964 memory=783980 CPUtime=1.5 cores=0,2,4,6
/proc/11027/task/11158/stat : 11158 (java) S 11020 11027 9865 0 -1 1077944384 1249 12988 0 2 73 69 5 3 20 0 15 0 406523655 11107291136 218930 33554432000 4194304 4196468 140730245497296 140496513444144 140496991165058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15998976 140730245499638 140730245502149 140730245502149 140730245504975 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 875720 KiB

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

[startup+2346.04 s]
# the end of solver process 11027 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.38 s, system=3.75412 s

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

Child status: 143
Real time (s): 2346.04
CPU time (s): 2400.14
CPU user time (s): 2396.38
CPU system time (s): 3.75412
CPU usage (%): 102.306
Max. virtual memory (cumulated for all children) (KiB): 10852216
Max. memory (cumulated for all children) (KiB): 875720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.38
system time used= 3.75412
maximum resident set size= 879940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 264750
page faults= 2
swaps= 0
block input operations= 56
block output operations= 2776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 298248
involuntary context switches= 8469


# summary of solver processes directly reported to runsolver:
#   pid: 11027
#   total CPU time (s): 2400.14
#   total CPU user time (s): 2396.38
#   total CPU system time (s): 3.75412

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1288 second user time and 21.5848 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-12 18:34:07
IDJOB=4392124
IDBENCH=115960
IDSOLVER=2837
FILE ID=node119/4392124-1568306087
RUNJOBID= node119-1568306047-10997
PBS_JOBID= 21701106
Free space on /tmp= 57268 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-4392124-1568306087/watcher-4392124-1568306087 -o /tmp/evaluation-result-4392124-1568306087/solver-4392124-1568306087 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568306047-10997 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=173737980 HOME/instance-4392124-1568306087.xml

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

MD5SUM BENCH= ff3476fab8d1f67b2009ab5045109208
RANDOM SEED=173737980

node119.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.47
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.47
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.47
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.47
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:        22373560 kB
MemAvailable:   31804604 kB
Buffers:          152756 kB
Cached:          9503984 kB
SwapCached:        61084 kB
Active:          2275208 kB
Inactive:        7443860 kB
Active(anon):       2500 kB
Inactive(anon):   102704 kB
Active(file):    2272708 kB
Inactive(file):  7341156 kB
Unevictable:      107484 kB
Mlocked:          107484 kB
SwapTotal:      67108860 kB
SwapFree:       66939824 kB
Dirty:             69880 kB
Writeback:             0 kB
AnonPages:        112232 kB
Mapped:            42804 kB
Shmem:             32808 kB
Slab:             273936 kB
SReclaimable:     245640 kB
SUnreclaim:        28296 kB
KernelStack:        3376 kB
PageTables:         5272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     503976 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:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 57200 MiB
End job on node119 at 2019-09-12 19:13:14