Trace number 4401380

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.12.2SAT (TO)39 2400.07 2359.23

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-07-10.xml
MD5SUMebe39bf25244fda615bb1bf8fe88192a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark39
Best CPU time to get the best result obtained on this benchmark31.4095
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of constraints166
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":26},{"degree":10,"count":40}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":70},{"arity":3,"count":26},{"arity":4,"count":4},{"arity":6,"count":26},{"arity":9,"count":40}]
Number of extensional constraints96
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":96},{"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.74/0.60	c Concrete v3.12.2.1568631193530 running
9.04/3.98	o 30
10.08/4.28	o 33
16.53/8.01	o 34
19.33/10.60	o 35
20.52/11.72	o 36
147.65/137.42	o 37
1103.30/1080.74	o 38
1892.93/1859.55	o 39
2400.02/2359.20	Exception in thread "main" java.util.concurrent.TimeoutException
2400.02/2359.20		at concrete.MAC.mac(MAC.scala:192)
2400.02/2359.20		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.02/2359.20		at scala.util.Try$.apply(Try.scala:212)
2400.02/2359.20		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.02/2359.20		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.02/2359.20		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.02/2359.20		at concrete.MAC.oneRun(MAC.scala:265)
2400.02/2359.20		at concrete.MAC.nextSolution(MAC.scala:284)
2400.02/2359.20		at concrete.MAC.nextSolution(MAC.scala:369)
2400.02/2359.20		at concrete.Solver.hasNext(Solver.scala:160)
2400.02/2359.20		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.02/2359.20		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.02/2359.20		at concrete.Solver.foreach(Solver.scala:67)
2400.02/2359.20		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.02/2359.20		at scala.util.Success.map(Try.scala:264)
2400.02/2359.20		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.02/2359.20		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.02/2359.20		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.02/2359.20		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.02/2359.20		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.02/2359.20		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.02/2359.20		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.02/2359.20		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.02/2359.20		at scala.App.$anonfun$main$1(App.scala:75)
2400.02/2359.20		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.02/2359.20		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.02/2359.20		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.02/2359.20		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.02/2359.21		at scala.App.main(App.scala:75)
2400.02/2359.21		at scala.App.main$(App.scala:73)
2400.02/2359.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.02/2359.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.02/2359.21	v <instantiation
2400.02/2359.21	v         cost = '39'>
2400.02/2359.21	v       <list>
2400.02/2359.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[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[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[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[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[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] 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[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[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[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[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[5][0] s[5][1] s[5][2] s[5][3] s[5][4] s[5][5] s[5][6] s[5][7] s[5][8] s[5][9] s[6][0] s[6][1] s[6][2] s[6][3] s[6][4] s[6][5] s[6][6] s[6][7] s[6][8] s[6][9]
2400.02/2359.21	v       </list>
2400.02/2359.21	v       <values>
2400.02/2359.21	v         1 0 0 1 0 1 1 0 1 1 1 1 1 1 1 0 1 0 1 0 0 0 0 0 0 0 1 0 0 1 1 1 1 1 1 1 0 1 1 1 1 0 0 0 0 0 1 0 0 0 0 1 0 1 1 0 1 0 1 1 1 1 0 1 0 1 1 0 1 1 2 4 4 3 4 3 2 4 2 2 2 3 3 3 3 5 3 5 3 4 4 6 6 6 5 5 3 5 5 3 2 3 2 2 2 3 4 3 3 2 3 5 5 5 5 5 3 5 5 4 4 3 4 2 3 5 3 5 3 3 2 2 4 2 4 3 2 4 3 3
2400.02/2359.21	v       </values>
2400.02/2359.21	v     </instantiation>
2400.02/2359.21	s SATISFIABLE

Verifier Data

OK	39

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401380-1568675685/watcher-4401380-1568675685 -o /tmp/evaluation-result-4401380-1568675685/solver-4401380-1568675685 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568673291-31568 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=140789969 HOME/instance-4401380-1568675685.xml 

running on 4 cores: 0-3

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=32038, runsolver pid=32035

[startup+0.10006 s]*
/proc/loadavg: 1.42 1.33 1.44 3/215 32091
/proc/meminfo: memFree=29955012/32770688 swapFree=66961200/67108860
[pid=32038] ppid=32035 vsize=9972712 memory=17276 CPUtime=0.09 cores=0-3
/proc/32038/stat : 32038 (java) S 32035 32038 31537 0 -1 1077944320 4060 13292 0 0 1 0 5 3 20 0 6 0 443510133 10212057088 4319 33554432000 4194304 4196468 140734779580464 140734779563008 140265024233207 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
/proc/32038/statm: 2493178 4319 1721 1 0 2481616 0
[pid=32038/tid=32091] ppid=32035 vsize=9972712 memory=4279135704013963150 CPUtime=0.08 cores=0-3
/proc/32038/task/32091/stat : 32091 (java) R 32035 32038 31537 0 -1 4202560 1877 13292 0 0 0 0 5 3 20 0 6 0 443510143 10212057088 4385 33554432000 4194304 4196468 140734779580464 140264996069968 140264947310454 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32092] ppid=32035 vsize=9972712 memory=0 CPUtime=0.08 cores=0-3
/proc/32038/task/32092/stat : 32092 (java) S 32035 32038 31537 0 -1 1077944384 1 13292 0 0 0 0 5 3 20 0 6 0 443510144 10212057088 4385 33554432000 4194304 4196468 140734779580464 140265028475280 140265024243413 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32093] ppid=32035 vsize=9972712 memory=140511704086144 CPUtime=0.08 cores=0-3
/proc/32038/task/32093/stat : 32093 (java) S 32035 32038 31537 0 -1 1077944384 1 13292 0 0 0 0 5 3 20 0 6 0 443510144 10212057088 4385 33554432000 4194304 4196468 140734779580464 140264916748560 140265024243413 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32094] ppid=32035 vsize=9972712 memory=0 CPUtime=0.08 cores=0-3
/proc/32038/task/32094/stat : 32094 (java) S 32035 32038 31537 0 -1 1077944384 2 13292 0 0 0 0 5 3 20 0 6 0 443510144 10212057088 4385 33554432000 4194304 4196468 140734779580464 140264915696272 140265024243413 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32095] ppid=32035 vsize=9972712 memory=-1 CPUtime=0.08 cores=0-3
/proc/32038/task/32095/stat : 32095 (java) S 32035 32038 31537 0 -1 1077944384 2 13292 0 0 0 0 5 3 20 0 6 0 443510144 10212057088 4385 33554432000 4194304 4196468 140734779580464 140264914643472 140265024243413 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17276 KiB

[startup+0.212954 s]*
/proc/loadavg: 1.42 1.33 1.44 3/228 32104
/proc/meminfo: memFree=29931856/32770688 swapFree=66961200/67108860
[pid=32038] ppid=32035 vsize=10819712 memory=38212 CPUtime=0.26 cores=0-3
/proc/32038/stat : 32038 (java) S 32035 32038 31537 0 -1 1077944320 6867 13292 0 0 16 2 5 3 20 0 15 0 443510133 11079385088 9553 33554432000 4194304 4196468 140734779580464 140734779563008 140265024233207 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
/proc/32038/statm: 2704928 9553 3175 1 0 2667149 0
[pid=32038/tid=32091] ppid=32035 vsize=10819712 memory=7022364594140610616 CPUtime=0.19 cores=0-3
/proc/32038/task/32091/stat : 32091 (java) R 32035 32038 31537 0 -1 4202560 3347 13292 0 0 10 1 5 3 20 0 15 0 443510143 11079385088 9553 33554432000 4194304 4196468 140734779580464 140264996018088 140265024255133 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32092] ppid=32035 vsize=10819712 memory=365 CPUtime=0.08 cores=0-3
/proc/32038/task/32092/stat : 32092 (java) S 32035 32038 31537 0 -1 1077944384 1 13292 0 0 0 0 5 3 20 0 15 0 443510144 11079385088 9553 33554432000 4194304 4196468 140734779580464 140265028475280 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32093] ppid=32035 vsize=10819712 memory=3907355382216488608 CPUtime=0.08 cores=0-3
/proc/32038/task/32093/stat : 32093 (java) S 32035 32038 31537 0 -1 1077944384 1 13292 0 0 0 0 5 3 20 0 15 0 443510144 11079385088 9553 33554432000 4194304 4196468 140734779580464 140264916748560 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32094] ppid=32035 vsize=10819712 memory=0 CPUtime=0.08 cores=0-3
/proc/32038/task/32094/stat : 32094 (java) S 32035 32038 31537 0 -1 1077944384 2 13292 0 0 0 0 5 3 20 0 15 0 443510144 11079385088 9553 33554432000 4194304 4196468 140734779580464 140264915696272 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32095] ppid=32035 vsize=10819712 memory=-1 CPUtime=0.08 cores=0-3
/proc/32038/task/32095/stat : 32095 (java) S 32035 32038 31537 0 -1 1077944384 2 13292 0 0 0 0 5 3 20 0 15 0 443510144 11079385088 9553 33554432000 4194304 4196468 140734779580464 140264914643472 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32096] ppid=32035 vsize=10819712 memory=140511704086144 CPUtime=0.08 cores=0-3
/proc/32038/task/32096/stat : 32096 (java) S 32035 32038 31537 0 -1 1077944384 2 13292 0 0 0 0 5 3 20 0 15 0 443510145 11079385088 9553 33554432000 4194304 4196468 140734779580464 140264483002992 140265024244354 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32097] ppid=32035 vsize=10819712 memory=-1 CPUtime=0.08 cores=0-3
/proc/32038/task/32097/stat : 32097 (java) S 32035 32038 31537 0 -1 1077944384 33 13292 0 0 0 0 5 3 20 0 15 0 443510146 11079385088 9553 33554432000 4194304 4196468 140734779580464 140264481948960 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32098] ppid=32035 vsize=10819712 memory=0 CPUtime=0.08 cores=0-3
/proc/32038/task/32098/stat : 32098 (java) S 32035 32038 31537 0 -1 1077944384 1 13292 0 0 0 0 5 3 20 0 15 0 443510146 11079385088 9553 33554432000 4194304 4196468 140734779580464 140263901095536 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32099] ppid=32035 vsize=10819712 memory=0 CPUtime=0.08 cores=0-3
/proc/32038/task/32099/stat : 32099 (java) S 32035 32038 31537 0 -1 1077944384 3 13292 0 0 0 0 5 3 20 0 15 0 443510149 11079385088 9553 33554432000 4194304 4196468 140734779580464 140263593695824 140265024251803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32100] ppid=32035 vsize=10819712 memory=0 CPUtime=0.09 cores=0-3
/proc/32038/task/32100/stat : 32100 (java) S 32035 32038 31537 0 -1 1077944384 482 13292 0 0 1 0 5 3 20 0 15 0 443510149 11079385088 9553 33554432000 4194304 4196468 140734779580464 140264448391280 140265024244354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32101] ppid=32035 vsize=10819712 memory=-1 CPUtime=0.08 cores=0-3
/proc/32038/task/32101/stat : 32101 (java) S 32035 32038 31537 0 -1 1077944384 177 13292 0 0 0 0 5 3 20 0 15 0 443510149 11079385088 9553 33554432000 4194304 4196468 140734779580464 140264447338480 140265024244354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32102] ppid=32035 vsize=10819712 memory=140511704086144 CPUtime=0.11 cores=0-3
/proc/32038/task/32102/stat : 32102 (java) R 32035 32038 31537 0 -1 4202560 602 13292 0 0 3 0 5 3 20 0 15 0 443510149 11079385088 9553 33554432000 4194304 4196468 140734779580464 140264446286192 140265002889130 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32103] ppid=32035 vsize=10819712 memory=-1 CPUtime=0.08 cores=0-3
/proc/32038/task/32103/stat : 32103 (java) S 32035 32038 31537 0 -1 1077944384 3 13292 0 0 0 0 5 3 20 0 15 0 443510149 11079385088 9553 33554432000 4194304 4196468 140734779580464 140263560137184 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32104] ppid=32035 vsize=10819712 memory=140511704086144 CPUtime=0.08 cores=0-3
/proc/32038/task/32104/stat : 32104 (java) S 32035 32038 31537 0 -1 1077944384 1 13292 0 0 0 0 5 3 20 0 15 0 443510149 11079385088 9553 33554432000 4194304 4196468 140734779580464 140264445234096 140265024244354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819712 KiB
Current children cumulated memory: 38212 KiB

[startup+0.311954 s]*
/proc/loadavg: 1.42 1.33 1.44 4/228 32104
/proc/meminfo: memFree=29920032/32770688 swapFree=66961200/67108860
[pid=32038] ppid=32035 vsize=10820196 memory=49124 CPUtime=0.39 cores=0-3
/proc/32038/stat : 32038 (java) S 32035 32038 31537 0 -1 1077944320 10370 13292 0 0 28 3 5 3 20 0 15 0 443510133 11079880704 12281 33554432000 4194304 4196468 140734779580464 140734779563008 140265024233207 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
/proc/32038/statm: 2705049 12281 3304 1 0 2667149 0
[pid=32038/tid=32091] ppid=32035 vsize=10821220 memory=6791534058613427641 CPUtime=0.28 cores=0-3
/proc/32038/task/32091/stat : 32091 (java) R 32035 32038 31537 0 -1 4202560 6863 13292 0 0 18 2 5 3 20 0 15 0 443510143 11080929280 12286 33554432000 4194304 4196468 140734779580464 140264996042160 140265016950311 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32092] ppid=32035 vsize=10820196 memory=0 CPUtime=0.08 cores=0-3
/proc/32038/task/32092/stat : 32092 (java) S 32035 32038 31537 0 -1 1077944384 1 13292 0 0 0 0 5 3 20 0 15 0 443510144 11079880704 12286 33554432000 4194304 4196468 140734779580464 140265028475280 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32093] ppid=32035 vsize=10820196 memory=0 CPUtime=0.08 cores=0-3
/proc/32038/task/32093/stat : 32093 (java) S 32035 32038 31537 0 -1 1077944384 1 13292 0 0 0 0 5 3 20 0 15 0 443510144 11079880704 12286 33554432000 4194304 4196468 140734779580464 140264916748560 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32094] ppid=32035 vsize=10821220 memory=0 CPUtime=0.08 cores=0-3
/proc/32038/task/32094/stat : 32094 (java) S 32035 32038 31537 0 -1 1077944384 2 13292 0 0 0 0 5 3 20 0 15 0 443510144 11080929280 12286 33554432000 4194304 4196468 140734779580464 140264915696272 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32095] ppid=32035 vsize=10821220 memory=0 CPUtime=0.08 cores=0-3
/proc/32038/task/32095/stat : 32095 (java) S 32035 32038 31537 0 -1 1077944384 2 13292 0 0 0 0 5 3 20 0 15 0 443510144 11080929280 12286 33554432000 4194304 4196468 140734779580464 140264914643472 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32096] ppid=32035 vsize=10821220 memory=0 CPUtime=0.08 cores=0-3
/proc/32038/task/32096/stat : 32096 (java) S 32035 32038 31537 0 -1 1077944384 2 13292 0 0 0 0 5 3 20 0 15 0 443510145 11080929280 12286 33554432000 4194304 4196468 140734779580464 140264483002992 140265024244354 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32097] ppid=32035 vsize=10820196 memory=-1 CPUtime=0.08 cores=0-3
/proc/32038/task/32097/stat : 32097 (java) S 32035 32038 31537 0 -1 1077944384 33 13292 0 0 0 0 5 3 20 0 15 0 443510146 11079880704 12286 33554432000 4194304 4196468 140734779580464 140264481948960 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32098] ppid=32035 vsize=10820196 memory=0 CPUtime=0.08 cores=0-3
/proc/32038/task/32098/stat : 32098 (java) S 32035 32038 31537 0 -1 1077944384 1 13292 0 0 0 0 5 3 20 0 15 0 443510146 11079880704 12286 33554432000 4194304 4196468 140734779580464 140263901095536 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32099] ppid=32035 vsize=10821220 memory=0 CPUtime=0.08 cores=0-3
/proc/32038/task/32099/stat : 32099 (java) S 32035 32038 31537 0 -1 1077944384 3 13292 0 0 0 0 5 3 20 0 15 0 443510149 11080929280 12286 33554432000 4194304 4196468 140734779580464 140263593695824 140265024251803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32100] ppid=32035 vsize=10821220 memory=0 CPUtime=0.1 cores=0-3
/proc/32038/task/32100/stat : 32100 (java) S 32035 32038 31537 0 -1 1077944384 492 13292 0 0 2 0 5 3 20 0 15 0 443510149 11080929280 12286 33554432000 4194304 4196468 140734779580464 140264448391280 140265024244354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32101] ppid=32035 vsize=10821220 memory=-1 CPUtime=0.09 cores=0-3
/proc/32038/task/32101/stat : 32101 (java) S 32035 32038 31537 0 -1 1077944384 177 13292 0 0 1 0 5 3 20 0 15 0 443510149 11080929280 12286 33554432000 4194304 4196468 140734779580464 140264447338480 140265024244354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32102] ppid=32035 vsize=10820196 memory=140511704086144 CPUtime=0.13 cores=0-3
/proc/32038/task/32102/stat : 32102 (java) S 32035 32038 31537 0 -1 1077944384 610 13292 0 0 5 0 5 3 20 0 15 0 443510149 11079880704 12286 33554432000 4194304 4196468 140734779580464 140264446286192 140265024244354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32103] ppid=32035 vsize=10820196 memory=-1 CPUtime=0.08 cores=0-3
/proc/32038/task/32103/stat : 32103 (java) S 32035 32038 31537 0 -1 1077944384 3 13292 0 0 0 0 5 3 20 0 15 0 443510149 11079880704 12286 33554432000 4194304 4196468 140734779580464 140263560137184 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32104] ppid=32035 vsize=10821220 memory=140511704086144 CPUtime=0.08 cores=0-3
/proc/32038/task/32104/stat : 32104 (java) S 32035 32038 31537 0 -1 1077944384 1 13292 0 0 0 0 5 3 20 0 15 0 443510149 11080929280 12286 33554432000 4194304 4196468 140734779580464 140264445234096 140265024244354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49124 KiB

[startup+0.700979 s]
/proc/loadavg: 1.42 1.33 1.44 3/228 32104
/proc/meminfo: memFree=29907636/32770688 swapFree=66961200/67108860
[pid=32038] ppid=32035 vsize=10822316 memory=75452 CPUtime=1.04 cores=0-3
/proc/32038/stat : 32038 (java) S 32035 32038 31537 0 -1 1077944320 14143 13292 0 0 91 5 5 3 20 0 15 0 443510133 11082051584 18863 33554432000 4194304 4196468 140734779580464 140734779563008 140265024233207 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
/proc/32038/statm: 2705579 18863 3495 1 0 2667661 0
[pid=32038/tid=32091] ppid=32035 vsize=10822316 memory=0 CPUtime=0.66 cores=0-3
/proc/32038/task/32091/stat : 32091 (java) R 32035 32038 31537 0 -1 4202560 9556 13292 0 0 54 4 5 3 20 0 15 0 443510143 11082051584 18863 33554432000 4194304 4196468 140734779580464 140264996049632 140265008313694 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32092] ppid=32035 vsize=10822316 memory=0 CPUtime=0.08 cores=0-3
/proc/32038/task/32092/stat : 32092 (java) S 32035 32038 31537 0 -1 1077944384 1 13292 0 0 0 0 5 3 20 0 15 0 443510144 11082051584 18863 33554432000 4194304 4196468 140734779580464 140265028475280 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32093] ppid=32035 vsize=10822316 memory=0 CPUtime=0.08 cores=0-3
/proc/32038/task/32093/stat : 32093 (java) S 32035 32038 31537 0 -1 1077944384 1 13292 0 0 0 0 5 3 20 0 15 0 443510144 11082051584 18863 33554432000 4194304 4196468 140734779580464 140264916748560 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32094] ppid=32035 vsize=10822316 memory=32804 CPUtime=0.08 cores=0-3
/proc/32038/task/32094/stat : 32094 (java) S 32035 32038 31537 0 -1 1077944384 2 13292 0 0 0 0 5 3 20 0 15 0 443510144 11082051584 18863 33554432000 4194304 4196468 140734779580464 140264915696272 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32095] ppid=32035 vsize=10822316 memory=0 CPUtime=0.08 cores=0-3
/proc/32038/task/32095/stat : 32095 (java) S 32035 32038 31537 0 -1 1077944384 2 13292 0 0 0 0 5 3 20 0 15 0 443510144 11082051584 18863 33554432000 4194304 4196468 140734779580464 140264914643472 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32096] ppid=32035 vsize=10822316 memory=0 CPUtime=0.08 cores=0-3
/proc/32038/task/32096/stat : 32096 (java) S 32035 32038 31537 0 -1 1077944384 5 13292 0 0 0 0 5 3 20 0 15 0 443510145 11082051584 18863 33554432000 4194304 4196468 140734779580464 140264483002992 140265024244354 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32097] ppid=32035 vsize=10822316 memory=140511600063152 CPUtime=0.08 cores=0-3
/proc/32038/task/32097/stat : 32097 (java) S 32035 32038 31537 0 -1 1077944384 33 13292 0 0 0 0 5 3 20 0 15 0 443510146 11082051584 18863 33554432000 4194304 4196468 140734779580464 140264481948960 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32098] ppid=32035 vsize=10822316 memory=140514150056516 CPUtime=0.08 cores=0-3
/proc/32038/task/32098/stat : 32098 (java) S 32035 32038 31537 0 -1 1077944384 1 13292 0 0 0 0 5 3 20 0 15 0 443510146 11082051584 18863 33554432000 4194304 4196468 140734779580464 140263901095536 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32099] ppid=32035 vsize=10822316 memory=2832 CPUtime=0.08 cores=0-3
/proc/32038/task/32099/stat : 32099 (java) S 32035 32038 31537 0 -1 1077944384 3 13292 0 0 0 0 5 3 20 0 15 0 443510149 11082051584 18863 33554432000 4194304 4196468 140734779580464 140263593695824 140265024251803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32100] ppid=32035 vsize=10822316 memory=7524764360453481792 CPUtime=0.18 cores=0-3
/proc/32038/task/32100/stat : 32100 (java) R 32035 32038 31537 0 -1 4202560 1003 13292 0 0 10 0 5 3 20 0 15 0 443510149 11082051584 18863 33554432000 4194304 4196468 140734779580464 140264448378032 140265002125088 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32101] ppid=32035 vsize=10822316 memory=6082224990543179366 CPUtime=0.16 cores=0-3
/proc/32038/task/32101/stat : 32101 (java) R 32035 32038 31537 0 -1 4202560 540 13292 0 0 8 0 5 3 20 0 15 0 443510149 11082051584 18863 33554432000 4194304 4196468 140734779580464 140264447325024 140265009342805 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32102] ppid=32035 vsize=10822316 memory=6076878065162868073 CPUtime=0.25 cores=0-3
/proc/32038/task/32102/stat : 32102 (java) S 32035 32038 31537 0 -1 1077944384 784 13292 0 0 17 0 5 3 20 0 15 0 443510149 11082051584 18863 33554432000 4194304 4196468 140734779580464 140264446286192 140265024244354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32103] ppid=32035 vsize=10822316 memory=3612 CPUtime=0.08 cores=0-3
/proc/32038/task/32103/stat : 32103 (java) S 32035 32038 31537 0 -1 1077944384 3 13292 0 0 0 0 5 3 20 0 15 0 443510149 11082051584 18863 33554432000 4194304 4196468 140734779580464 140263560137184 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32104] ppid=32035 vsize=10822316 memory=2241 CPUtime=0.08 cores=0-3
/proc/32038/task/32104/stat : 32104 (java) S 32035 32038 31537 0 -1 1077944384 1 13292 0 0 0 0 5 3 20 0 15 0 443510149 11082051584 18863 33554432000 4194304 4196468 140734779580464 140264445234096 140265024244354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
Current children cumulated CPU time: 1.04 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 75452 KiB

[startup+1.50077 s]
/proc/loadavg: 1.38 1.32 1.44 4/228 32104
/proc/meminfo: memFree=29875996/32770688 swapFree=66961200/67108860
[pid=32038] ppid=32035 vsize=10834680 memory=166804 CPUtime=2.39 cores=0-3
/proc/32038/stat : 32038 (java) S 32035 32038 31537 0 -1 1077944320 20906 13292 0 0 221 10 5 3 20 0 15 0 443510133 11094712320 41701 33554432000 4194304 4196468 140734779580464 140734779563008 140265024233207 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
/proc/32038/statm: 2708670 41701 3580 1 0 2670733 0
[pid=32038/tid=32091] ppid=32035 vsize=10834680 memory=9316 CPUtime=1.43 cores=0-3
/proc/32038/task/32091/stat : 32091 (java) R 32035 32038 31537 0 -1 4202560 14453 13292 0 0 129 6 5 3 20 0 15 0 443510143 11094712320 41701 33554432000 4194304 4196468 140734779580464 140264996058048 140265009926688 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32092] ppid=32035 vsize=10834680 memory=6791534058613427641 CPUtime=0.09 cores=0-3
/proc/32038/task/32092/stat : 32092 (java) S 32035 32038 31537 0 -1 1077944384 40 13292 0 0 1 0 5 3 20 0 15 0 443510144 11094712320 41701 33554432000 4194304 4196468 140734779580464 140265028475280 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32093] ppid=32035 vsize=10834680 memory=1408 CPUtime=0.08 cores=0-3
/proc/32038/task/32093/stat : 32093 (java) S 32035 32038 31537 0 -1 1077944384 73 13292 0 0 0 0 5 3 20 0 15 0 443510144 11094712320 41701 33554432000 4194304 4196468 140734779580464 140264916748560 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32094] ppid=32035 vsize=10834680 memory=7364 CPUtime=0.09 cores=0-3
/proc/32038/task/32094/stat : 32094 (java) S 32035 32038 31537 0 -1 1077944384 322 13292 0 0 1 0 5 3 20 0 15 0 443510144 11094712320 41701 33554432000 4194304 4196468 140734779580464 140264915696272 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32095] ppid=32035 vsize=10834680 memory=75452 CPUtime=0.09 cores=0-3
/proc/32038/task/32095/stat : 32095 (java) S 32035 32038 31537 0 -1 1077944384 19 13292 0 0 1 0 5 3 20 0 15 0 443510144 11094712320 41701 33554432000 4194304 4196468 140734779580464 140264914643472 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32096] ppid=32035 vsize=10834680 memory=0 CPUtime=0.09 cores=0-3
/proc/32038/task/32096/stat : 32096 (java) S 32035 32038 31537 0 -1 1077944384 112 13292 0 0 1 0 5 3 20 0 15 0 443510145 11094712320 41701 33554432000 4194304 4196468 140734779580464 140264483002992 140265024244354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32097] ppid=32035 vsize=10834680 memory=0 CPUtime=0.08 cores=0-3
/proc/32038/task/32097/stat : 32097 (java) S 32035 32038 31537 0 -1 1077944384 34 13292 0 0 0 0 5 3 20 0 15 0 443510146 11094712320 41701 33554432000 4194304 4196468 140734779580464 140264481949024 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32098] ppid=32035 vsize=10834680 memory=0 CPUtime=0.08 cores=0-3
/proc/32038/task/32098/stat : 32098 (java) S 32035 32038 31537 0 -1 1077944384 1 13292 0 0 0 0 5 3 20 0 15 0 443510146 11094712320 41701 33554432000 4194304 4196468 140734779580464 140263901095552 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32099] ppid=32035 vsize=10834680 memory=6791534058613427641 CPUtime=0.08 cores=0-3
/proc/32038/task/32099/stat : 32099 (java) S 32035 32038 31537 0 -1 1077944384 3 13292 0 0 0 0 5 3 20 0 15 0 443510149 11094712320 41701 33554432000 4194304 4196468 140734779580464 140263593695824 140265024251803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32100] ppid=32035 vsize=10834680 memory=4638778398332698720 CPUtime=0.33 cores=0-3
/proc/32038/task/32100/stat : 32100 (java) R 32035 32038 31537 0 -1 4202560 1285 13292 0 0 25 0 5 3 20 0 15 0 443510149 11094712320 41701 33554432000 4194304 4196468 140734779580464 140264448391280 140265017218249 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32101] ppid=32035 vsize=10834680 memory=281023200402304 CPUtime=0.3 cores=0-3
/proc/32038/task/32101/stat : 32101 (java) R 32035 32038 31537 0 -1 1077944384 1055 13292 0 0 22 0 5 3 20 0 15 0 443510149 11094712320 41749 33554432000 4194304 4196468 140734779580464 140264447338480 140265024244354 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32102] ppid=32035 vsize=10834680 memory=4137290303932963203 CPUtime=0.45 cores=0-3
/proc/32038/task/32102/stat : 32102 (java) R 32035 32038 31537 0 -1 4202560 1296 13292 0 0 37 0 5 3 20 0 15 0 443510149 11094712320 41749 33554432000 4194304 4196468 140734779580464 140264446281920 140265017332907 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32103] ppid=32035 vsize=10834680 memory=6944656591801719708 CPUtime=0.08 cores=0-3
/proc/32038/task/32103/stat : 32103 (java) S 32035 32038 31537 0 -1 1077944384 3 13292 0 0 0 0 5 3 20 0 15 0 443510149 11094712320 41749 33554432000 4194304 4196468 140734779580464 140263560137184 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32104] ppid=32035 vsize=10834680 memory=6944656425123290226 CPUtime=0.08 cores=0-3
/proc/32038/task/32104/stat : 32104 (java) S 32035 32038 31537 0 -1 1077944384 1 13292 0 0 0 0 5 3 20 0 15 0 443510149 11094712320 41749 33554432000 4194304 4196468 140734779580464 140264445234096 140265024244354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
Current children cumulated CPU time: 2.39 s
Current children cumulated vsize: 10834680 KiB

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

/proc/32038/task/32091/stat : 32091 (java) R 32035 32038 31537 0 -1 4202560 60417 13292 0 0 217695 44 5 3 20 0 15 0 443510143 11109412864 236193 33554432000 4194304 4196468 140734779580464 140264996068976 140264590087136 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32092] ppid=32035 vsize=10849036 memory=944772 CPUtime=10.55 cores=0-3
/proc/32038/task/32092/stat : 32092 (java) S 32035 32038 31537 0 -1 1077944384 8828 13292 0 0 995 52 5 3 20 0 15 0 443510144 11109412864 236193 33554432000 4194304 4196468 140734779580464 140265028475280 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32093] ppid=32035 vsize=10849036 memory=944772 CPUtime=10.55 cores=0-3
/proc/32038/task/32093/stat : 32093 (java) S 32035 32038 31537 0 -1 1077944384 9146 13292 0 0 997 50 5 3 20 0 15 0 443510144 11109412864 236193 33554432000 4194304 4196468 140734779580464 140264916748560 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32094] ppid=32035 vsize=10849036 memory=944772 CPUtime=10.54 cores=0-3
/proc/32038/task/32094/stat : 32094 (java) S 32035 32038 31537 0 -1 1077944384 10017 13292 0 0 996 50 5 3 20 0 15 0 443510144 11109412864 236193 33554432000 4194304 4196468 140734779580464 140264915696272 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32095] ppid=32035 vsize=10849036 memory=944772 CPUtime=10.54 cores=0-3
/proc/32038/task/32095/stat : 32095 (java) S 32035 32038 31537 0 -1 1077944384 8106 13292 0 0 995 51 5 3 20 0 15 0 443510144 11109412864 236193 33554432000 4194304 4196468 140734779580464 140264914643472 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32096] ppid=32035 vsize=10849036 memory=14008 CPUtime=10.89 cores=0-3
/proc/32038/task/32096/stat : 32096 (java) S 32035 32038 31537 0 -1 1077944384 13027 13292 0 0 1033 48 5 3 20 0 15 0 443510145 11109412864 236193 33554432000 4194304 4196468 140734779580464 140264483002992 140265024244354 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32097] ppid=32035 vsize=10849036 memory=944772 CPUtime=0.08 cores=0-3
/proc/32038/task/32097/stat : 32097 (java) S 32035 32038 31537 0 -1 1077944384 39 13292 0 0 0 0 5 3 20 0 15 0 443510146 11109412864 236193 33554432000 4194304 4196468 140734779580464 140264481949088 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32098] ppid=32035 vsize=10849036 memory=942724 CPUtime=0.08 cores=0-3
/proc/32038/task/32098/stat : 32098 (java) S 32035 32038 31537 0 -1 1077944384 1 13292 0 0 0 0 5 3 20 0 15 0 443510146 11109412864 236193 33554432000 4194304 4196468 140734779580464 140263901095552 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32099] ppid=32035 vsize=10849036 memory=3612 CPUtime=0.08 cores=0-3
/proc/32038/task/32099/stat : 32099 (java) S 32035 32038 31537 0 -1 1077944384 3 13292 0 0 0 0 5 3 20 0 15 0 443510149 11109412864 236193 33554432000 4194304 4196468 140734779580464 140263593695824 140265024251803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32100] ppid=32035 vsize=10849036 memory=4420 CPUtime=4.01 cores=0-3
/proc/32038/task/32100/stat : 32100 (java) S 32035 32038 31537 0 -1 1077944384 21638 13292 0 0 390 3 5 3 20 0 15 0 443510149 11109412864 236193 33554432000 4194304 4196468 140734779580464 140264448391280 140265024244354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32101] ppid=32035 vsize=10849036 memory=944772 CPUtime=3.48 cores=0-3
/proc/32038/task/32101/stat : 32101 (java) S 32035 32038 31537 0 -1 1077944384 14490 13292 0 0 336 4 5 3 20 0 15 0 443510149 11109412864 236193 33554432000 4194304 4196468 140734779580464 140264447338480 140265024244354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32102] ppid=32035 vsize=10849036 memory=281023200464960 CPUtime=2.05 cores=0-3
/proc/32038/task/32102/stat : 32102 (java) S 32035 32038 31537 0 -1 1077944384 13347 13292 0 0 193 4 5 3 20 0 15 0 443510149 11109412864 236193 33554432000 4194304 4196468 140734779580464 140264446286192 140265024244354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32103] ppid=32035 vsize=10849036 memory=0 CPUtime=0.08 cores=0-3
/proc/32038/task/32103/stat : 32103 (java) S 32035 32038 31537 0 -1 1077944384 3 13292 0 0 0 0 5 3 20 0 15 0 443510149 11109412864 236193 33554432000 4194304 4196468 140734779580464 140263560137184 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32104] ppid=32035 vsize=10849036 memory=7593720356877258837 CPUtime=1.32 cores=0-3
/proc/32038/task/32104/stat : 32104 (java) S 32035 32038 31537 0 -1 1077944384 973 13292 0 0 62 62 5 3 20 0 15 0 443510149 11109412864 236193 33554432000 4194304 4196468 140734779580464 140264445234096 140265024244354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
Current children cumulated CPU time: 2240.78 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 944772 KiB

[startup+2262.3 s]
/proc/loadavg: 1.24 1.43 1.39 3/228 32571
/proc/meminfo: memFree=27820180/32770688 swapFree=66961204/67108860
[pid=32038] ppid=32035 vsize=10849036 memory=944772 CPUtime=2301.63 cores=0-3
/proc/32038/stat : 32038 (java) S 32035 32038 31537 0 -1 1077944320 163408 13292 0 0 229835 320 5 3 20 0 15 0 443510133 11109412864 236193 33554432000 4194304 4196468 140734779580464 140734779563008 140265024233207 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
/proc/32038/statm: 2712259 236193 3628 1 0 2674317 0
[pid=32038/tid=32091] ppid=32035 vsize=10849036 memory=944772 CPUtime=2236.83 cores=0-3
/proc/32038/task/32091/stat : 32091 (java) R 32035 32038 31537 0 -1 4202560 61106 13292 0 0 223631 44 5 3 20 0 15 0 443510143 11109412864 236193 33554432000 4194304 4196468 140734779580464 140264996069184 140264606457416 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32092] ppid=32035 vsize=10849036 memory=944772 CPUtime=10.85 cores=0-3
/proc/32038/task/32092/stat : 32092 (java) S 32035 32038 31537 0 -1 1077944384 8837 13292 0 0 1023 54 5 3 20 0 15 0 443510144 11109412864 236193 33554432000 4194304 4196468 140734779580464 140265028475280 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32093] ppid=32035 vsize=10849036 memory=944772 CPUtime=10.85 cores=0-3
/proc/32038/task/32093/stat : 32093 (java) S 32035 32038 31537 0 -1 1077944384 9304 13292 0 0 1026 51 5 3 20 0 15 0 443510144 11109412864 236193 33554432000 4194304 4196468 140734779580464 140264916748560 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32094] ppid=32035 vsize=10849036 memory=944772 CPUtime=10.82 cores=0-3
/proc/32038/task/32094/stat : 32094 (java) S 32035 32038 31537 0 -1 1077944384 10049 13292 0 0 1023 51 5 3 20 0 15 0 443510144 11109412864 236193 33554432000 4194304 4196468 140734779580464 140264915696272 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32095] ppid=32035 vsize=10849036 memory=944772 CPUtime=10.83 cores=0-3
/proc/32038/task/32095/stat : 32095 (java) S 32035 32038 31537 0 -1 1077944384 8164 13292 0 0 1023 52 5 3 20 0 15 0 443510144 11109412864 236193 33554432000 4194304 4196468 140734779580464 140264914643472 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32096] ppid=32035 vsize=10849036 memory=944772 CPUtime=11.17 cores=0-3
/proc/32038/task/32096/stat : 32096 (java) S 32035 32038 31537 0 -1 1077944384 13220 13292 0 0 1059 50 5 3 20 0 15 0 443510145 11109412864 236193 33554432000 4194304 4196468 140734779580464 140264483002992 140265024244354 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32097] ppid=32035 vsize=10849036 memory=944772 CPUtime=0.08 cores=0-3
/proc/32038/task/32097/stat : 32097 (java) S 32035 32038 31537 0 -1 1077944384 39 13292 0 0 0 0 5 3 20 0 15 0 443510146 11109412864 236193 33554432000 4194304 4196468 140734779580464 140264481949088 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32098] ppid=32035 vsize=10849036 memory=3612 CPUtime=0.08 cores=0-3
/proc/32038/task/32098/stat : 32098 (java) S 32035 32038 31537 0 -1 1077944384 1 13292 0 0 0 0 5 3 20 0 15 0 443510146 11109412864 236193 33554432000 4194304 4196468 140734779580464 140263901095552 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32099] ppid=32035 vsize=10849036 memory=6791534058613427641 CPUtime=0.08 cores=0-3
/proc/32038/task/32099/stat : 32099 (java) S 32035 32038 31537 0 -1 1077944384 3 13292 0 0 0 0 5 3 20 0 15 0 443510149 11109412864 236193 33554432000 4194304 4196468 140734779580464 140263593695824 140265024251803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32100] ppid=32035 vsize=10849036 memory=3068 CPUtime=4.01 cores=0-3
/proc/32038/task/32100/stat : 32100 (java) S 32035 32038 31537 0 -1 1077944384 21640 13292 0 0 390 3 5 3 20 0 15 0 443510149 11109412864 236193 33554432000 4194304 4196468 140734779580464 140264448391280 140265024244354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32101] ppid=32035 vsize=10849036 memory=944772 CPUtime=3.48 cores=0-3
/proc/32038/task/32101/stat : 32101 (java) S 32035 32038 31537 0 -1 1077944384 14492 13292 0 0 336 4 5 3 20 0 15 0 443510149 11109412864 236193 33554432000 4194304 4196468 140734779580464 140264447338480 140265024244354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32102] ppid=32035 vsize=10849036 memory=1280 CPUtime=2.05 cores=0-3
/proc/32038/task/32102/stat : 32102 (java) S 32035 32038 31537 0 -1 1077944384 13349 13292 0 0 193 4 5 3 20 0 15 0 443510149 11109412864 236193 33554432000 4194304 4196468 140734779580464 140264446286192 140265024244354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32103] ppid=32035 vsize=10849036 memory=944772 CPUtime=0.08 cores=0-3
/proc/32038/task/32103/stat : 32103 (java) S 32035 32038 31537 0 -1 1077944384 3 13292 0 0 0 0 5 3 20 0 15 0 443510149 11109412864 236193 33554432000 4194304 4196468 140734779580464 140263560137184 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32104] ppid=32035 vsize=10849036 memory=4206186544037388384 CPUtime=1.36 cores=0-3
/proc/32038/task/32104/stat : 32104 (java) S 32035 32038 31537 0 -1 1077944384 991 13292 0 0 64 64 5 3 20 0 15 0 443510149 11109412864 236193 33554432000 4194304 4196468 140734779580464 140264445234096 140265024244354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
Current children cumulated CPU time: 2301.63 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 944772 KiB

[startup+2322.3 s]
/proc/loadavg: 1.16 1.37 1.37 3/228 32575
/proc/meminfo: memFree=27818400/32770688 swapFree=66961204/67108860
[pid=32038] ppid=32035 vsize=10849036 memory=946820 CPUtime=2362.55 cores=0-3
/proc/32038/stat : 32038 (java) S 32035 32038 31537 0 -1 1077944320 164913 13292 0 0 235919 328 5 3 20 0 15 0 443510133 11109412864 236705 33554432000 4194304 4196468 140734779580464 140734779563008 140265024233207 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
/proc/32038/statm: 2712259 236705 3628 1 0 2674317 0
[pid=32038/tid=32091] ppid=32035 vsize=10849036 memory=946820 CPUtime=2296.15 cores=0-3
/proc/32038/task/32091/stat : 32091 (java) R 32035 32038 31537 0 -1 4202560 61858 13292 0 0 229562 45 5 3 20 0 15 0 443510143 11109412864 236705 33554432000 4194304 4196468 140734779580464 140264996069456 140264604435668 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32092] ppid=32035 vsize=10849036 memory=946820 CPUtime=11.15 cores=0-3
/proc/32038/task/32092/stat : 32092 (java) S 32035 32038 31537 0 -1 1077944384 8893 13292 0 0 1053 54 5 3 20 0 15 0 443510144 11109412864 236705 33554432000 4194304 4196468 140734779580464 140265028475280 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32093] ppid=32035 vsize=10849036 memory=946820 CPUtime=11.16 cores=0-3
/proc/32038/task/32093/stat : 32093 (java) S 32035 32038 31537 0 -1 1077944384 9496 13292 0 0 1056 52 5 3 20 0 15 0 443510144 11109412864 236705 33554432000 4194304 4196468 140734779580464 140264916748560 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32094] ppid=32035 vsize=10849036 memory=946820 CPUtime=11.14 cores=0-3
/proc/32038/task/32094/stat : 32094 (java) S 32035 32038 31537 0 -1 1077944384 10092 13292 0 0 1053 53 5 3 20 0 15 0 443510144 11109412864 236705 33554432000 4194304 4196468 140734779580464 140264915696272 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32095] ppid=32035 vsize=10849036 memory=946820 CPUtime=11.15 cores=0-3
/proc/32038/task/32095/stat : 32095 (java) S 32035 32038 31537 0 -1 1077944384 8394 13292 0 0 1053 54 5 3 20 0 15 0 443510144 11109412864 236705 33554432000 4194304 4196468 140734779580464 140264914643472 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32096] ppid=32035 vsize=10849036 memory=946820 CPUtime=11.48 cores=0-3
/proc/32038/task/32096/stat : 32096 (java) S 32035 32038 31537 0 -1 1077944384 13428 13292 0 0 1089 51 5 3 20 0 15 0 443510145 11109412864 236705 33554432000 4194304 4196468 140734779580464 140264483002992 140265024244354 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32097] ppid=32035 vsize=10849036 memory=946820 CPUtime=0.08 cores=0-3
/proc/32038/task/32097/stat : 32097 (java) S 32035 32038 31537 0 -1 1077944384 39 13292 0 0 0 0 5 3 20 0 15 0 443510146 11109412864 236705 33554432000 4194304 4196468 140734779580464 140264481949088 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32098] ppid=32035 vsize=10849036 memory=3612 CPUtime=0.08 cores=0-3
/proc/32038/task/32098/stat : 32098 (java) S 32035 32038 31537 0 -1 1077944384 1 13292 0 0 0 0 5 3 20 0 15 0 443510146 11109412864 236705 33554432000 4194304 4196468 140734779580464 140263901095552 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32099] ppid=32035 vsize=10849036 memory=946820 CPUtime=0.08 cores=0-3
/proc/32038/task/32099/stat : 32099 (java) S 32035 32038 31537 0 -1 1077944384 3 13292 0 0 0 0 5 3 20 0 15 0 443510149 11109412864 236705 33554432000 4194304 4196468 140734779580464 140263593695824 140265024251803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32100] ppid=32035 vsize=10849036 memory=946820 CPUtime=4.01 cores=0-3
/proc/32038/task/32100/stat : 32100 (java) S 32035 32038 31537 0 -1 1077944384 21642 13292 0 0 390 3 5 3 20 0 15 0 443510149 11109412864 236705 33554432000 4194304 4196468 140734779580464 140264448391280 140265024244354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32101] ppid=32035 vsize=10849036 memory=946820 CPUtime=3.48 cores=0-3
/proc/32038/task/32101/stat : 32101 (java) S 32035 32038 31537 0 -1 1077944384 14494 13292 0 0 336 4 5 3 20 0 15 0 443510149 11109412864 236705 33554432000 4194304 4196468 140734779580464 140264447338480 140265024244354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32102] ppid=32035 vsize=10849036 memory=946820 CPUtime=2.05 cores=0-3
/proc/32038/task/32102/stat : 32102 (java) S 32035 32038 31537 0 -1 1077944384 13351 13292 0 0 193 4 5 3 20 0 15 0 443510149 11109412864 236705 33554432000 4194304 4196468 140734779580464 140264446286192 140265024244354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32103] ppid=32035 vsize=10849036 memory=6791534058613427641 CPUtime=0.08 cores=0-3
/proc/32038/task/32103/stat : 32103 (java) S 32035 32038 31537 0 -1 1077944384 3 13292 0 0 0 0 5 3 20 0 15 0 443510149 11109412864 236705 33554432000 4194304 4196468 140734779580464 140263560137184 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32104] ppid=32035 vsize=10849036 memory=8560 CPUtime=1.39 cores=0-3
/proc/32038/task/32104/stat : 32104 (java) S 32035 32038 31537 0 -1 1077944384 1009 13292 0 0 65 66 5 3 20 0 15 0 443510149 11109412864 236705 33554432000 4194304 4196468 140734779580464 140264445234096 140265024244354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
Current children cumulated CPU time: 2362.55 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 946820 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2359.2 s]
/proc/loadavg: 1.22 1.36 1.37 3/228 32578
/proc/meminfo: memFree=27818800/32770688 swapFree=66961204/67108860
[pid=32038] ppid=32035 vsize=10849036 memory=946820 CPUtime=2400.02 cores=0-3
/proc/32038/stat : 32038 (java) S 32035 32038 31537 0 -1 1077944320 165630 13292 0 0 239659 335 5 3 20 0 15 0 443510133 11109412864 236705 33554432000 4194304 4196468 140734779580464 140734779563008 140265024233207 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
/proc/32038/statm: 2712259 236705 3628 1 0 2674317 0
[pid=32038/tid=32091] ppid=32035 vsize=10849036 memory=46272 CPUtime=2332.64 cores=0-3
/proc/32038/task/32091/stat : 32091 (java) R 32035 32038 31537 0 -1 4202560 62286 13292 0 0 233209 47 5 3 20 0 15 0 443510143 11109412864 236705 33554432000 4194304 4196468 140734779580464 140264996069344 140264604435839 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32092] ppid=32035 vsize=10849036 memory=281023201465632 CPUtime=11.35 cores=0-3
/proc/32038/task/32092/stat : 32092 (java) S 32035 32038 31537 0 -1 1077944384 8925 13292 0 0 1073 54 5 3 20 0 15 0 443510144 11109412864 236705 33554432000 4194304 4196468 140734779580464 140265028475280 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32093] ppid=32035 vsize=10849036 memory=1564 CPUtime=11.36 cores=0-3
/proc/32038/task/32093/stat : 32093 (java) S 32035 32038 31537 0 -1 1077944384 9514 13292 0 0 1075 53 5 3 20 0 15 0 443510144 11109412864 236705 33554432000 4194304 4196468 140734779580464 140264916748560 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32094] ppid=32035 vsize=10849036 memory=8560 CPUtime=11.32 cores=0-3
/proc/32038/task/32094/stat : 32094 (java) S 32035 32038 31537 0 -1 1077944384 10291 13292 0 0 1070 54 5 3 20 0 15 0 443510144 11109412864 236705 33554432000 4194304 4196468 140734779580464 140264915696272 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32095] ppid=32035 vsize=10849036 memory=14008 CPUtime=11.34 cores=0-3
/proc/32038/task/32095/stat : 32095 (java) S 32035 32038 31537 0 -1 1077944384 8410 13292 0 0 1071 55 5 3 20 0 15 0 443510144 11109412864 236705 33554432000 4194304 4196468 140734779580464 140264914643472 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32096] ppid=32035 vsize=10849036 memory=22640 CPUtime=11.67 cores=0-3
/proc/32038/task/32096/stat : 32096 (java) S 32035 32038 31537 0 -1 1077944384 13451 13292 0 0 1107 52 5 3 20 0 15 0 443510145 11109412864 236705 33554432000 4194304 4196468 140734779580464 140264483002992 140265024244354 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32097] ppid=32035 vsize=10849036 memory=14068 CPUtime=0.08 cores=0-3
/proc/32038/task/32097/stat : 32097 (java) S 32035 32038 31537 0 -1 1077944384 39 13292 0 0 0 0 5 3 20 0 15 0 443510146 11109412864 236705 33554432000 4194304 4196468 140734779580464 140264481949088 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32098] ppid=32035 vsize=10849036 memory=6791534058613427641 CPUtime=0.08 cores=0-3
/proc/32038/task/32098/stat : 32098 (java) S 32035 32038 31537 0 -1 1077944384 1 13292 0 0 0 0 5 3 20 0 15 0 443510146 11109412864 236705 33554432000 4194304 4196468 140734779580464 140263901095552 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32099] ppid=32035 vsize=10849036 memory=1444 CPUtime=0.08 cores=0-3
/proc/32038/task/32099/stat : 32099 (java) S 32035 32038 31537 0 -1 1077944384 3 13292 0 0 0 0 5 3 20 0 15 0 443510149 11109412864 236705 33554432000 4194304 4196468 140734779580464 140263593695824 140265024251803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32100] ppid=32035 vsize=10849036 memory=1984 CPUtime=4.01 cores=0-3
/proc/32038/task/32100/stat : 32100 (java) S 32035 32038 31537 0 -1 1077944384 21642 13292 0 0 390 3 5 3 20 0 15 0 443510149 11109412864 236705 33554432000 4194304 4196468 140734779580464 140264448391280 140265024244354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32101] ppid=32035 vsize=10849036 memory=2424 CPUtime=3.48 cores=0-3
/proc/32038/task/32101/stat : 32101 (java) S 32035 32038 31537 0 -1 1077944384 14494 13292 0 0 336 4 5 3 20 0 15 0 443510149 11109412864 236705 33554432000 4194304 4196468 140734779580464 140264447338480 140265024244354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32102] ppid=32035 vsize=10849036 memory=1760 CPUtime=2.05 cores=0-3
/proc/32038/task/32102/stat : 32102 (java) S 32035 32038 31537 0 -1 1077944384 13351 13292 0 0 193 4 5 3 20 0 15 0 443510149 11109412864 236705 33554432000 4194304 4196468 140734779580464 140264446286192 140265024244354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32103] ppid=32035 vsize=10849036 memory=946820 CPUtime=0.08 cores=0-3
/proc/32038/task/32103/stat : 32103 (java) S 32035 32038 31537 0 -1 1077944384 3 13292 0 0 0 0 5 3 20 0 15 0 443510149 11109412864 236705 33554432000 4194304 4196468 140734779580464 140263560137184 140265024243413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
[pid=32038/tid=32104] ppid=32035 vsize=10849036 memory=496 CPUtime=1.41 cores=0-3
/proc/32038/task/32104/stat : 32104 (java) S 32035 32038 31537 0 -1 1077944384 1010 13292 0 0 65 68 5 3 20 0 15 0 443510149 11109412864 236705 33554432000 4194304 4196468 140734779580464 140264445234096 140265024244354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19546112 140734779587312 140734779589829 140734779589829 140734779592655 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 946820 KiB

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

[startup+2359.23 s]
# the end of solver process 32038 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.66 s, system=3.40666 s

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

Child status: 143
Real time (s): 2359.23
CPU time (s): 2400.07
CPU user time (s): 2396.66
CPU system time (s): 3.40666
CPU usage (%): 101.731
Max. virtual memory (cumulated for all children) (KiB): 10851776
Max. memory (cumulated for all children) (KiB): 946820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.66
system time used= 3.40666
maximum resident set size= 951028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179797
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 270153
involuntary context switches= 7759


# summary of solver processes directly reported to runsolver:
#   pid: 32038
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2396.66
#   total CPU system time (s): 3.40666

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.7559 second user time and 24.79 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-17 01:14:03
IDJOB=4401380
IDBENCH=116014
IDSOLVER=2858
FILE ID=node116/4401380-1568675685
RUNJOBID= node116-1568673291-31568
PBS_JOBID= 21703792
Free space on /tmp= 61196 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-07-10.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401380-1568675685/watcher-4401380-1568675685 -o /tmp/evaluation-result-4401380-1568675685/solver-4401380-1568675685 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568673291-31568 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=140789969 HOME/instance-4401380-1568675685.xml

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

MD5SUM BENCH= ebe39bf25244fda615bb1bf8fe88192a
RANDOM SEED=140789969

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        29956088 kB
MemAvailable:   31189232 kB
Buffers:          132168 kB
Cached:          1394852 kB
SwapCached:        46596 kB
Active:          1690928 kB
Inactive:         543524 kB
Active(anon):     661176 kB
Inactive(anon):    94964 kB
Active(file):    1029752 kB
Inactive(file):   448560 kB
Unevictable:      110568 kB
Mlocked:          110568 kB
SwapTotal:      67108860 kB
SwapFree:       66961200 kB
Dirty:             35336 kB
Writeback:             0 kB
AnonPages:        790232 kB
Mapped:            61288 kB
Shmem:             40284 kB
Slab:             170352 kB
SReclaimable:     141336 kB
SUnreclaim:        29016 kB
KernelStack:        4000 kB
PageTables:         7732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    1926524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    704512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61160 MiB
End job on node116 at 2019-09-17 01:53:23