Trace number 4395984

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.2? (TO) 2520.11 2485.84

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-29-092.xml
MD5SUM04f92250339fffd6ef5beb9873d20792
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables58
Number of constraints406
Number of domains29
Minimum domain size64
Maximum domain size92
Distribution of domain sizes[{"size":64,"count":2},{"size":65,"count":2},{"size":66,"count":2},{"size":67,"count":2},{"size":68,"count":2},{"size":69,"count":2},{"size":70,"count":2},{"size":71,"count":2},{"size":72,"count":2},{"size":73,"count":2},{"size":74,"count":2},{"size":75,"count":2},{"size":76,"count":2},{"size":77,"count":2},{"size":78,"count":2},{"size":79,"count":2},{"size":80,"count":2},{"size":81,"count":2},{"size":82,"count":2},{"size":83,"count":2},{"size":84,"count":2},{"size":85,"count":2},{"size":86,"count":2},{"size":87,"count":2},{"size":88,"count":2},{"size":89,"count":2},{"size":90,"count":2},{"size":91,"count":2},{"size":92,"count":2}]
Minimum variable degree28
Maximum variable degree28
Distribution of variable degrees[{"degree":28,"count":58}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":406}]
Number of extensional constraints0
Number of intensional constraints406
Distribution of constraint types[{"type":"intension","count":406}]
Optimization problemNO
Type of objective

Solver Data

0.79/0.55	c Concrete v3.12.2.1568380929293 running
2520.06/2485.81	Exception in thread "main" java.util.concurrent.TimeoutException
2520.06/2485.81		at concrete.MAC.mac(MAC.scala:192)
2520.06/2485.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.06/2485.81		at scala.util.Try$.apply(Try.scala:212)
2520.06/2485.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.06/2485.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.06/2485.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.06/2485.81		at concrete.MAC.oneRun(MAC.scala:265)
2520.06/2485.81		at concrete.MAC.nextSolution(MAC.scala:284)
2520.06/2485.81		at concrete.MAC.$anonfun$nextSolution$7(MAC.scala:350)
2520.06/2485.81		at concrete.ProblemState.map(ProblemState.scala:238)
2520.06/2485.81		at concrete.ProblemState.map(ProblemState.scala:212)
2520.06/2485.81		at concrete.MAC.nextSolution(MAC.scala:348)
2520.06/2485.81		at concrete.Solver.hasNext(Solver.scala:160)
2520.06/2485.81		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.06/2485.81		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.06/2485.81		at concrete.Solver.nextOption(Solver.scala:67)
2520.06/2485.81		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.06/2485.81		at scala.util.Success.map(Try.scala:264)
2520.06/2485.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2485.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.06/2485.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.06/2485.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2485.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.06/2485.81		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.06/2485.81		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.06/2485.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.06/2485.81		at scala.App.$anonfun$main$1(App.scala:75)
2520.06/2485.81		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.06/2485.81		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.06/2485.81		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.06/2485.81		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.06/2485.81		at scala.App.main(App.scala:75)
2520.06/2485.81		at scala.App.main$(App.scala:73)
2520.06/2485.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.06/2485.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2485.81	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15141 MiB free)
  memory of node 1: 16384 MiB (13946 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395984-1568413718/watcher-4395984-1568413718 -o /tmp/evaluation-result-4395984-1568413718/solver-4395984-1568413718 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568393270-2678 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=733786416 HOME/instance-4395984-1568413718.xml 

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

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

solver pid=8291, runsolver pid=8288

[startup+0.100151 s]*
/proc/loadavg: 1.33 1.28 1.37 5/218 8348
/proc/meminfo: memFree=29779532/32770624 swapFree=66981952/67108860
[pid=8291] ppid=8288 vsize=9972712 memory=16556 CPUtime=0.09 cores=0,2,4,6
/proc/8291/stat : 8291 (java) S 8288 8291 1949 0 -1 1077944320 4374 13268 0 0 1 0 5 3 20 0 6 0 417634499 10212057088 4139 33554432000 4194304 4196468 140723792117008 140723792099552 139838953680631 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
/proc/8291/statm: 2493178 4139 1933 1 0 2481616 0
[pid=8291/tid=8344] ppid=8288 vsize=9972712 memory=7892391828772250251 CPUtime=0.09 cores=0,2,4,6
/proc/8291/task/8344/stat : 8344 (java) R 8288 8291 1949 0 -1 4202560 2198 13268 0 0 1 0 5 3 20 0 6 0 417634508 10212057088 4139 33554432000 4194304 4196468 140723792117008 139838925517392 139838937890337 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8345] ppid=8288 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8345/stat : 8345 (java) S 8288 8291 1949 0 -1 1077944384 2 13268 0 0 0 0 5 3 20 0 6 0 417634509 10212057088 4139 33554432000 4194304 4196468 140723792117008 139838957923088 139838953690837 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8346] ppid=8288 vsize=9972712 memory=140409291191936 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8346/stat : 8346 (java) S 8288 8291 1949 0 -1 1077944384 1 13268 0 0 0 0 5 3 20 0 6 0 417634509 10212057088 4139 33554432000 4194304 4196468 140723792117008 139838846196624 139838953690837 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8347] ppid=8288 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8347/stat : 8347 (java) S 8288 8291 1949 0 -1 1077944384 2 13268 0 0 0 0 5 3 20 0 6 0 417634509 10212057088 4139 33554432000 4194304 4196468 140723792117008 139838845144080 139838953690837 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8348] ppid=8288 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8348/stat : 8348 (java) S 8288 8291 1949 0 -1 1077944384 1 13268 0 0 0 0 5 3 20 0 6 0 417634509 10212057088 4139 33554432000 4194304 4196468 140723792117008 139838844091536 139838953690837 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16556 KiB

[startup+0.210232 s]*
/proc/loadavg: 1.46 1.31 1.38 3/227 8357
/proc/meminfo: memFree=29761012/32770624 swapFree=66981952/67108860
[pid=8291] ppid=8288 vsize=10819664 memory=37164 CPUtime=0.26 cores=0,2,4,6
/proc/8291/stat : 8291 (java) S 8288 8291 1949 0 -1 1077944320 7133 13268 0 0 17 1 5 3 20 0 15 0 417634499 11079335936 9291 33554432000 4194304 4196468 140723792117008 140723792099552 139838953680631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
/proc/8291/statm: 2704916 9291 3154 1 0 2667149 0
[pid=8291/tid=8344] ppid=8288 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/8291/task/8344/stat : 8344 (java) R 8288 8291 1949 0 -1 4202560 3616 13268 0 0 10 1 5 3 20 0 15 0 417634508 11079335936 9291 33554432000 4194304 4196468 140723792117008 139838925490600 139838937724261 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8345] ppid=8288 vsize=10819664 memory=342 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8345/stat : 8345 (java) S 8288 8291 1949 0 -1 1077944384 2 13268 0 0 0 0 5 3 20 0 15 0 417634509 11079335936 9291 33554432000 4194304 4196468 140723792117008 139838957923088 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8346] ppid=8288 vsize=10819664 memory=140409291200481 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8346/stat : 8346 (java) S 8288 8291 1949 0 -1 1077944384 1 13268 0 0 0 0 5 3 20 0 15 0 417634509 11079335936 9291 33554432000 4194304 4196468 140723792117008 139838846196624 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8347] ppid=8288 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8347/stat : 8347 (java) S 8288 8291 1949 0 -1 1077944384 2 13268 0 0 0 0 5 3 20 0 15 0 417634509 11079335936 9291 33554432000 4194304 4196468 140723792117008 139838845144080 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8348] ppid=8288 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8348/stat : 8348 (java) S 8288 8291 1949 0 -1 1077944384 1 13268 0 0 0 0 5 3 20 0 15 0 417634509 11079335936 9291 33554432000 4194304 4196468 140723792117008 139838844091536 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8349] ppid=8288 vsize=10819664 memory=140409291191936 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8349/stat : 8349 (java) S 8288 8291 1949 0 -1 1077944384 2 13268 0 0 0 0 5 3 20 0 15 0 417634510 11079335936 9291 33554432000 4194304 4196468 140723792117008 139838024034288 139838953691778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8350] ppid=8288 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8350/stat : 8350 (java) S 8288 8291 1949 0 -1 1077944384 33 13268 0 0 0 0 5 3 20 0 15 0 417634511 11079335936 9291 33554432000 4194304 4196468 140723792117008 139838022980512 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8351] ppid=8288 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8351/stat : 8351 (java) S 8288 8291 1949 0 -1 1077944384 1 13268 0 0 0 0 5 3 20 0 15 0 417634511 11079335936 9291 33554432000 4194304 4196468 140723792117008 139837759808496 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8352] ppid=8288 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8352/stat : 8352 (java) S 8288 8291 1949 0 -1 1077944384 3 13268 0 0 0 0 5 3 20 0 15 0 417634514 11079335936 9291 33554432000 4194304 4196468 140723792117008 139837519517904 139838953699227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8353] ppid=8288 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8291/task/8353/stat : 8353 (java) S 8288 8291 1949 0 -1 1077944384 342 13268 0 0 1 0 5 3 20 0 15 0 417634514 11079335936 9291 33554432000 4194304 4196468 140723792117008 139837989423600 139838953691778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8354] ppid=8288 vsize=10819664 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/8291/task/8354/stat : 8354 (java) S 8288 8291 1949 0 -1 1077944384 320 13268 0 0 1 0 5 3 20 0 15 0 417634514 11079335936 9291 33554432000 4194304 4196468 140723792117008 139837988371056 139838953691778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8355] ppid=8288 vsize=10819664 memory=140409291191936 CPUtime=0.11 cores=0,2,4,6
/proc/8291/task/8355/stat : 8355 (java) S 8288 8291 1949 0 -1 1077944384 605 13268 0 0 3 0 5 3 20 0 15 0 417634514 11079335936 9291 33554432000 4194304 4196468 140723792117008 139837987318512 139838953691778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8356] ppid=8288 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8356/stat : 8356 (java) S 8288 8291 1949 0 -1 1077944384 3 13268 0 0 0 0 5 3 20 0 15 0 417634514 11079335936 9291 33554432000 4194304 4196468 140723792117008 139837485960288 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8357] ppid=8288 vsize=10819664 memory=140409291191936 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8357/stat : 8357 (java) S 8288 8291 1949 0 -1 1077944384 1 13268 0 0 0 0 5 3 20 0 15 0 417634514 11079335936 9291 33554432000 4194304 4196468 140723792117008 139837986265392 139838953691778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 37164 KiB

[startup+0.3105 s]*
/proc/loadavg: 1.46 1.31 1.38 4/227 8357
/proc/meminfo: memFree=29748348/32770624 swapFree=66981952/67108860
[pid=8291] ppid=8288 vsize=10820148 memory=48312 CPUtime=0.4 cores=0,2,4,6
/proc/8291/stat : 8291 (java) S 8288 8291 1949 0 -1 1077944320 10838 13268 0 0 29 3 5 3 20 0 15 0 417634499 11079831552 12078 33554432000 4194304 4196468 140723792117008 140723792099552 139838953680631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
/proc/8291/statm: 2705037 12078 3286 1 0 2667149 0
[pid=8291/tid=8344] ppid=8288 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/8291/task/8344/stat : 8344 (java) R 8288 8291 1949 0 -1 4202560 7299 13268 0 0 19 2 5 3 20 0 15 0 417634508 11079831552 12078 33554432000 4194304 4196468 140723792117008 139838925480544 139838953702557 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8345] ppid=8288 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8345/stat : 8345 (java) S 8288 8291 1949 0 -1 1077944384 2 13268 0 0 0 0 5 3 20 0 15 0 417634509 11079831552 12078 33554432000 4194304 4196468 140723792117008 139838957923088 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8346] ppid=8288 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8346/stat : 8346 (java) S 8288 8291 1949 0 -1 1077944384 1 13268 0 0 0 0 5 3 20 0 15 0 417634509 11079831552 12078 33554432000 4194304 4196468 140723792117008 139838846196624 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8347] ppid=8288 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8347/stat : 8347 (java) S 8288 8291 1949 0 -1 1077944384 2 13268 0 0 0 0 5 3 20 0 15 0 417634509 11079831552 12078 33554432000 4194304 4196468 140723792117008 139838845144080 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8348] ppid=8288 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8348/stat : 8348 (java) S 8288 8291 1949 0 -1 1077944384 1 13268 0 0 0 0 5 3 20 0 15 0 417634509 11079831552 12078 33554432000 4194304 4196468 140723792117008 139838844091536 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8349] ppid=8288 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8349/stat : 8349 (java) S 8288 8291 1949 0 -1 1077944384 2 13268 0 0 0 0 5 3 20 0 15 0 417634510 11079831552 12078 33554432000 4194304 4196468 140723792117008 139838024034288 139838953691778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8350] ppid=8288 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8350/stat : 8350 (java) S 8288 8291 1949 0 -1 1077944384 33 13268 0 0 0 0 5 3 20 0 15 0 417634511 11079831552 12078 33554432000 4194304 4196468 140723792117008 139838022980512 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8351] ppid=8288 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8351/stat : 8351 (java) S 8288 8291 1949 0 -1 1077944384 1 13268 0 0 0 0 5 3 20 0 15 0 417634511 11079831552 12078 33554432000 4194304 4196468 140723792117008 139837759808496 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8352] ppid=8288 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8352/stat : 8352 (java) S 8288 8291 1949 0 -1 1077944384 3 13268 0 0 0 0 5 3 20 0 15 0 417634514 11079831552 12078 33554432000 4194304 4196468 140723792117008 139837519517904 139838953699227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8353] ppid=8288 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/8291/task/8353/stat : 8353 (java) S 8288 8291 1949 0 -1 1077944384 351 13268 0 0 2 0 5 3 20 0 15 0 417634514 11079831552 12078 33554432000 4194304 4196468 140723792117008 139837989423600 139838953691778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8354] ppid=8288 vsize=10820148 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/8291/task/8354/stat : 8354 (java) S 8288 8291 1949 0 -1 1077944384 321 13268 0 0 1 0 5 3 20 0 15 0 417634514 11079831552 12078 33554432000 4194304 4196468 140723792117008 139837988371056 139838953691778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8355] ppid=8288 vsize=10820148 memory=140409291191936 CPUtime=0.13 cores=0,2,4,6
/proc/8291/task/8355/stat : 8355 (java) S 8288 8291 1949 0 -1 1077944384 615 13268 0 0 5 0 5 3 20 0 15 0 417634514 11079831552 12078 33554432000 4194304 4196468 140723792117008 139837987318512 139838953691778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8356] ppid=8288 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8356/stat : 8356 (java) S 8288 8291 1949 0 -1 1077944384 3 13268 0 0 0 0 5 3 20 0 15 0 417634514 11079831552 12078 33554432000 4194304 4196468 140723792117008 139837485960288 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8357] ppid=8288 vsize=10820148 memory=140409291191936 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8357/stat : 8357 (java) S 8288 8291 1949 0 -1 1077944384 1 13268 0 0 0 0 5 3 20 0 15 0 417634514 11079831552 12078 33554432000 4194304 4196468 140723792117008 139837986265392 139838953691778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 48312 KiB

[startup+0.708531 s]
/proc/loadavg: 1.46 1.31 1.38 3/227 8357
/proc/meminfo: memFree=29734556/32770624 swapFree=66981952/67108860
[pid=8291] ppid=8288 vsize=10824360 memory=81568 CPUtime=1.14 cores=0,2,4,6
/proc/8291/stat : 8291 (java) S 8288 8291 1949 0 -1 1077944320 15126 13268 0 0 101 5 5 3 20 0 15 0 417634499 11084144640 20392 33554432000 4194304 4196468 140723792117008 140723792099552 139838953680631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
/proc/8291/statm: 2706090 20392 3511 1 0 2668173 0
[pid=8291/tid=8344] ppid=8288 vsize=10824360 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/8291/task/8344/stat : 8344 (java) R 8288 8291 1949 0 -1 4202560 10292 13268 0 0 56 3 5 3 20 0 15 0 417634508 11084144640 20392 33554432000 4194304 4196468 140723792117008 139838925507792 139838953692566 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8345] ppid=8288 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8345/stat : 8345 (java) S 8288 8291 1949 0 -1 1077944384 2 13268 0 0 0 0 5 3 20 0 15 0 417634509 11084144640 20392 33554432000 4194304 4196468 140723792117008 139838957923088 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8346] ppid=8288 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8346/stat : 8346 (java) S 8288 8291 1949 0 -1 1077944384 1 13268 0 0 0 0 5 3 20 0 15 0 417634509 11084144640 20392 33554432000 4194304 4196468 140723792117008 139838846196624 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8347] ppid=8288 vsize=10824360 memory=68 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8347/stat : 8347 (java) S 8288 8291 1949 0 -1 1077944384 2 13268 0 0 0 0 5 3 20 0 15 0 417634509 11084144640 20392 33554432000 4194304 4196468 140723792117008 139838845144080 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8348] ppid=8288 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8348/stat : 8348 (java) S 8288 8291 1949 0 -1 1077944384 1 13268 0 0 0 0 5 3 20 0 15 0 417634509 11084144640 20392 33554432000 4194304 4196468 140723792117008 139838844091536 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8349] ppid=8288 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8349/stat : 8349 (java) S 8288 8291 1949 0 -1 1077944384 6 13268 0 0 0 0 5 3 20 0 15 0 417634510 11084144640 20392 33554432000 4194304 4196468 140723792117008 139838024034288 139838953691778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8350] ppid=8288 vsize=10824360 memory=140409191936112 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8350/stat : 8350 (java) S 8288 8291 1949 0 -1 1077944384 33 13268 0 0 0 0 5 3 20 0 15 0 417634511 11084144640 20392 33554432000 4194304 4196468 140723792117008 139838022980512 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8351] ppid=8288 vsize=10824360 memory=140411070841430 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8351/stat : 8351 (java) S 8288 8291 1949 0 -1 1077944384 1 13268 0 0 0 0 5 3 20 0 15 0 417634511 11084144640 20392 33554432000 4194304 4196468 140723792117008 139837759808496 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8352] ppid=8288 vsize=10824360 memory=1164 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8352/stat : 8352 (java) S 8288 8291 1949 0 -1 1077944384 3 13268 0 0 0 0 5 3 20 0 15 0 417634514 11084144640 20392 33554432000 4194304 4196468 140723792117008 139837519517904 139838953699227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8353] ppid=8288 vsize=10824360 memory=7518026621751088999 CPUtime=0.18 cores=0,2,4,6
/proc/8291/task/8353/stat : 8353 (java) R 8288 8291 1949 0 -1 4202560 802 13268 0 0 10 0 5 3 20 0 15 0 417634514 11084144640 20392 33554432000 4194304 4196468 140723792117008 139837989410144 139838931276176 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8354] ppid=8288 vsize=10824360 memory=6081102367496366441 CPUtime=0.24 cores=0,2,4,6
/proc/8291/task/8354/stat : 8354 (java) S 8288 8291 1949 0 -1 1077944384 883 13268 0 0 16 0 5 3 20 0 15 0 417634514 11084144640 20392 33554432000 4194304 4196468 140723792117008 139837988371056 139838953691778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8355] ppid=8288 vsize=10824360 memory=6154282490091891024 CPUtime=0.25 cores=0,2,4,6
/proc/8291/task/8355/stat : 8355 (java) R 8288 8291 1949 0 -1 4202560 891 13268 0 0 17 0 5 3 20 0 15 0 417634514 11084144640 20392 33554432000 4194304 4196468 140723792117008 139837987318512 139838933045243 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8356] ppid=8288 vsize=10824360 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8356/stat : 8356 (java) S 8288 8291 1949 0 -1 1077944384 3 13268 0 0 0 0 5 3 20 0 15 0 417634514 11084144640 20392 33554432000 4194304 4196468 140723792117008 139837485960288 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8357] ppid=8288 vsize=10824360 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8357/stat : 8357 (java) S 8288 8291 1949 0 -1 1077944384 1 13268 0 0 0 0 5 3 20 0 15 0 417634514 11084144640 20392 33554432000 4194304 4196468 140723792117008 139837986265392 139838953691778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 81568 KiB

[startup+1.50076 s]
/proc/loadavg: 1.46 1.31 1.38 4/227 8357
/proc/meminfo: memFree=29691836/32770624 swapFree=66981952/67108860
[pid=8291] ppid=8288 vsize=10834676 memory=178896 CPUtime=2.67 cores=0,2,4,6
/proc/8291/stat : 8291 (java) S 8288 8291 1949 0 -1 1077944320 24816 13268 0 0 249 10 5 3 20 0 15 0 417634499 11094708224 44724 33554432000 4194304 4196468 140723792117008 140723792099552 139838953680631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
/proc/8291/statm: 2708669 44724 3581 1 0 2670733 0
[pid=8291/tid=8344] ppid=8288 vsize=10834676 memory=2996107 CPUtime=1.43 cores=0,2,4,6
/proc/8291/task/8344/stat : 8344 (java) R 8288 8291 1949 0 -1 4202560 16415 13268 0 0 129 6 5 3 20 0 15 0 417634508 11094708224 44724 33554432000 4194304 4196468 140723792117008 139838925493872 139838937761118 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8345] ppid=8288 vsize=10834676 memory=8112282956445269571 CPUtime=0.09 cores=0,2,4,6
/proc/8291/task/8345/stat : 8345 (java) S 8288 8291 1949 0 -1 1077944384 292 13268 0 0 1 0 5 3 20 0 15 0 417634509 11094708224 44724 33554432000 4194304 4196468 140723792117008 139838957923088 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8346] ppid=8288 vsize=10834676 memory=1668988 CPUtime=0.09 cores=0,2,4,6
/proc/8291/task/8346/stat : 8346 (java) S 8288 8291 1949 0 -1 1077944384 65 13268 0 0 1 0 5 3 20 0 15 0 417634509 11094708224 44724 33554432000 4194304 4196468 140723792117008 139838846196624 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8347] ppid=8288 vsize=10834676 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8347/stat : 8347 (java) S 8288 8291 1949 0 -1 1077944384 87 13268 0 0 0 0 5 3 20 0 15 0 417634509 11094708224 44724 33554432000 4194304 4196468 140723792117008 139838845144080 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8348] ppid=8288 vsize=10834676 memory=81568 CPUtime=0.09 cores=0,2,4,6
/proc/8291/task/8348/stat : 8348 (java) S 8288 8291 1949 0 -1 1077944384 24 13268 0 0 1 0 5 3 20 0 15 0 417634509 11094708224 44724 33554432000 4194304 4196468 140723792117008 139838844091536 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8349] ppid=8288 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8291/task/8349/stat : 8349 (java) S 8288 8291 1949 0 -1 1077944384 1472 13268 0 0 1 0 5 3 20 0 15 0 417634510 11094708224 44724 33554432000 4194304 4196468 140723792117008 139838024034288 139838953691778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8350] ppid=8288 vsize=10834676 memory=280818383815200 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8350/stat : 8350 (java) S 8288 8291 1949 0 -1 1077944384 34 13268 0 0 0 0 5 3 20 0 15 0 417634511 11094708224 44724 33554432000 4194304 4196468 140723792117008 139838022980576 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8351] ppid=8288 vsize=10834676 memory=280818383866000 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8351/stat : 8351 (java) S 8288 8291 1949 0 -1 1077944384 1 13268 0 0 0 0 5 3 20 0 15 0 417634511 11094708224 44724 33554432000 4194304 4196468 140723792117008 139837759808512 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8352] ppid=8288 vsize=10834676 memory=280818384410816 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8352/stat : 8352 (java) S 8288 8291 1949 0 -1 1077944384 3 13268 0 0 0 0 5 3 20 0 15 0 417634514 11094708224 44724 33554432000 4194304 4196468 140723792117008 139837519517904 139838953699227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8353] ppid=8288 vsize=10834676 memory=3047711553219693942 CPUtime=0.38 cores=0,2,4,6
/proc/8291/task/8353/stat : 8353 (java) S 8288 8291 1949 0 -1 1077944384 1144 13268 0 0 30 0 5 3 20 0 15 0 417634514 11094708224 44724 33554432000 4194304 4196468 140723792117008 139837989423600 139838953691778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8354] ppid=8288 vsize=10834676 memory=-7521736447810188379 CPUtime=0.47 cores=0,2,4,6
/proc/8291/task/8354/stat : 8354 (java) S 8288 8291 1949 0 -1 1077944384 1374 13268 0 0 39 0 5 3 20 0 15 0 417634514 11094708224 44724 33554432000 4194304 4196468 140723792117008 139837988371056 139838953691778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8355] ppid=8288 vsize=10834676 memory=6369614218960268393 CPUtime=0.49 cores=0,2,4,6
/proc/8291/task/8355/stat : 8355 (java) S 8288 8291 1949 0 -1 1077944384 1696 13268 0 0 41 0 5 3 20 0 15 0 417634514 11094708224 44724 33554432000 4194304 4196468 140723792117008 139837987318512 139838953691778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8356] ppid=8288 vsize=10834676 memory=7955161667202280034 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8356/stat : 8356 (java) S 8288 8291 1949 0 -1 1077944384 3 13268 0 0 0 0 5 3 20 0 15 0 417634514 11094708224 44724 33554432000 4194304 4196468 140723792117008 139837485960288 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8357] ppid=8288 vsize=10834676 memory=7236557202946615104 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8357/stat : 8357 (java) S 8288 8291 1949 0 -1 1077944384 1 13268 0 0 0 0 5 3 20 0 15 0 417634514 11094708224 44724 33554432000 4194304 4196468 140723792117008 139837986265392 139838953691778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 10834676 KiB

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

/proc/8291/task/8344/stat : 8344 (java) R 8288 8291 1949 0 -1 4202560 54897 13268 0 0 230749 31 5 3 20 0 15 0 417634508 11107311616 203050 33554432000 4194304 4196468 140723792117008 139838925516208 139838517737349 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8345] ppid=8288 vsize=10846984 memory=812172 CPUtime=6.41 cores=0,2,4,6
/proc/8291/task/8345/stat : 8345 (java) S 8288 8291 1949 0 -1 1077944384 8905 13268 0 0 599 34 5 3 20 0 15 0 417634509 11107311616 203050 33554432000 4194304 4196468 140723792117008 139838957923088 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8346] ppid=8288 vsize=10846984 memory=812176 CPUtime=6.38 cores=0,2,4,6
/proc/8291/task/8346/stat : 8346 (java) S 8288 8291 1949 0 -1 1077944384 6478 13268 0 0 598 32 5 3 20 0 15 0 417634509 11107311616 203050 33554432000 4194304 4196468 140723792117008 139838846196624 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8347] ppid=8288 vsize=10846984 memory=812176 CPUtime=6.38 cores=0,2,4,6
/proc/8291/task/8347/stat : 8347 (java) S 8288 8291 1949 0 -1 1077944384 10570 13268 0 0 594 36 5 3 20 0 15 0 417634509 11107311616 203050 33554432000 4194304 4196468 140723792117008 139838845144080 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8348] ppid=8288 vsize=10846984 memory=812176 CPUtime=6.41 cores=0,2,4,6
/proc/8291/task/8348/stat : 8348 (java) S 8288 8291 1949 0 -1 1077944384 7452 13268 0 0 599 34 5 3 20 0 15 0 417634509 11107311616 203050 33554432000 4194304 4196468 140723792117008 139838844091536 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8349] ppid=8288 vsize=10846984 memory=33 CPUtime=6.04 cores=0,2,4,6
/proc/8291/task/8349/stat : 8349 (java) S 8288 8291 1949 0 -1 1077944384 12444 13268 0 0 561 35 5 3 20 0 15 0 417634510 11107311616 203050 33554432000 4194304 4196468 140723792117008 139838024034288 139838953691778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8350] ppid=8288 vsize=10846984 memory=812200 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8350/stat : 8350 (java) S 8288 8291 1949 0 -1 1077944384 43 13268 0 0 0 0 5 3 20 0 15 0 417634511 11107311616 203050 33554432000 4194304 4196468 140723792117008 139838022980576 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8351] ppid=8288 vsize=10846984 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8351/stat : 8351 (java) S 8288 8291 1949 0 -1 1077944384 19 13268 0 0 0 0 5 3 20 0 15 0 417634511 11107311616 203050 33554432000 4194304 4196468 140723792117008 139837759808512 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8352] ppid=8288 vsize=10846984 memory=812200 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8352/stat : 8352 (java) S 8288 8291 1949 0 -1 1077944384 3 13268 0 0 0 0 5 3 20 0 15 0 417634514 11107311616 203050 33554432000 4194304 4196468 140723792117008 139837519517904 139838953699227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8353] ppid=8288 vsize=10846984 memory=812200 CPUtime=6.07 cores=0,2,4,6
/proc/8291/task/8353/stat : 8353 (java) S 8288 8291 1949 0 -1 1077944384 36071 13268 0 0 595 4 5 3 20 0 15 0 417634514 11107311616 203050 33554432000 4194304 4196468 140723792117008 139837989423600 139838953691778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8354] ppid=8288 vsize=10846984 memory=812200 CPUtime=6.3 cores=0,2,4,6
/proc/8291/task/8354/stat : 8354 (java) S 8288 8291 1949 0 -1 1077944384 37165 13268 0 0 619 3 5 3 20 0 15 0 417634514 11107311616 203050 33554432000 4194304 4196468 140723792117008 139837988371056 139838953691778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8355] ppid=8288 vsize=10846984 memory=812200 CPUtime=2.53 cores=0,2,4,6
/proc/8291/task/8355/stat : 8355 (java) S 8288 8291 1949 0 -1 1077944384 27941 13268 0 0 241 4 5 3 20 0 15 0 417634514 11107311616 203050 33554432000 4194304 4196468 140723792117008 139837987318512 139838953691778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8356] ppid=8288 vsize=10846984 memory=1548 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8356/stat : 8356 (java) S 8288 8291 1949 0 -1 1077944384 3 13268 0 0 0 0 5 3 20 0 15 0 417634514 11107311616 203050 33554432000 4194304 4196468 140723792117008 139837485960288 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8357] ppid=8288 vsize=10846984 memory=7980 CPUtime=1.51 cores=0,2,4,6
/proc/8291/task/8357/stat : 8357 (java) S 8288 8291 1949 0 -1 1077944384 2548 13268 0 0 77 66 5 3 20 0 15 0 417634514 11107311616 203050 33554432000 4194304 4196468 140723792117008 139837986265392 139838953691778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
Current children cumulated CPU time: 2355.3 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 812200 KiB

[startup+2382.3 s]
/proc/loadavg: 0.63 0.64 0.75 2/206 8648
/proc/meminfo: memFree=30677696/32770624 swapFree=66982000/67108860
[pid=8291] ppid=8288 vsize=10846984 memory=814268 CPUtime=2415.77 cores=0,2,4,6
/proc/8291/stat : 8291 (java) S 8288 8291 1949 0 -1 1077944320 208601 13268 0 0 241328 241 5 3 20 0 15 0 417634499 11107311616 203567 33554432000 4194304 4196468 140723792117008 140723792099552 139838953680631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
/proc/8291/statm: 2711746 203567 3629 1 0 2673805 0
[pid=8291/tid=8344] ppid=8288 vsize=10846984 memory=9580 CPUtime=2367.52 cores=0,2,4,6
/proc/8291/task/8344/stat : 8344 (java) R 8288 8291 1949 0 -1 4202560 55521 13268 0 0 236713 31 5 3 20 0 15 0 417634508 11107311616 203567 33554432000 4194304 4196468 140723792117008 139838925515872 139838522455708 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8345] ppid=8288 vsize=10846984 memory=814268 CPUtime=6.58 cores=0,2,4,6
/proc/8291/task/8345/stat : 8345 (java) S 8288 8291 1949 0 -1 1077944384 9107 13268 0 0 614 36 5 3 20 0 15 0 417634509 11107311616 203567 33554432000 4194304 4196468 140723792117008 139838957923088 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8346] ppid=8288 vsize=10846984 memory=814248 CPUtime=6.54 cores=0,2,4,6
/proc/8291/task/8346/stat : 8346 (java) S 8288 8291 1949 0 -1 1077944384 6487 13268 0 0 613 33 5 3 20 0 15 0 417634509 11107311616 203567 33554432000 4194304 4196468 140723792117008 139838846196624 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8347] ppid=8288 vsize=10846984 memory=814252 CPUtime=6.54 cores=0,2,4,6
/proc/8291/task/8347/stat : 8347 (java) S 8288 8291 1949 0 -1 1077944384 10675 13268 0 0 609 37 5 3 20 0 15 0 417634509 11107311616 203567 33554432000 4194304 4196468 140723792117008 139838845144080 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8348] ppid=8288 vsize=10846984 memory=814268 CPUtime=6.56 cores=0,2,4,6
/proc/8291/task/8348/stat : 8348 (java) S 8288 8291 1949 0 -1 1077944384 7540 13268 0 0 614 34 5 3 20 0 15 0 417634509 11107311616 203567 33554432000 4194304 4196468 140723792117008 139838844091536 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8349] ppid=8288 vsize=10846984 memory=814268 CPUtime=6.19 cores=0,2,4,6
/proc/8291/task/8349/stat : 8349 (java) S 8288 8291 1949 0 -1 1077944384 12645 13268 0 0 575 36 5 3 20 0 15 0 417634510 11107311616 203567 33554432000 4194304 4196468 140723792117008 139838024034288 139838953691778 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8350] ppid=8288 vsize=10846984 memory=512 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8350/stat : 8350 (java) S 8288 8291 1949 0 -1 1077944384 43 13268 0 0 0 0 5 3 20 0 15 0 417634511 11107311616 203567 33554432000 4194304 4196468 140723792117008 139838022980576 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8351] ppid=8288 vsize=10846984 memory=20996 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8351/stat : 8351 (java) S 8288 8291 1949 0 -1 1077944384 19 13268 0 0 0 0 5 3 20 0 15 0 417634511 11107311616 203567 33554432000 4194304 4196468 140723792117008 139837759808512 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8352] ppid=8288 vsize=10846984 memory=2004 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8352/stat : 8352 (java) S 8288 8291 1949 0 -1 1077944384 3 13268 0 0 0 0 5 3 20 0 15 0 417634514 11107311616 203567 33554432000 4194304 4196468 140723792117008 139837519517904 139838953699227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8353] ppid=8288 vsize=10846984 memory=9580 CPUtime=6.07 cores=0,2,4,6
/proc/8291/task/8353/stat : 8353 (java) S 8288 8291 1949 0 -1 1077944384 36316 13268 0 0 595 4 5 3 20 0 15 0 417634514 11107311616 203567 33554432000 4194304 4196468 140723792117008 139837989423600 139838953691778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8354] ppid=8288 vsize=10846984 memory=14008 CPUtime=6.31 cores=0,2,4,6
/proc/8291/task/8354/stat : 8354 (java) S 8288 8291 1949 0 -1 1077944384 37526 13268 0 0 620 3 5 3 20 0 15 0 417634514 11107311616 203567 33554432000 4194304 4196468 140723792117008 139837988371056 139838953691778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8355] ppid=8288 vsize=10846984 memory=814252 CPUtime=2.53 cores=0,2,4,6
/proc/8291/task/8355/stat : 8355 (java) S 8288 8291 1949 0 -1 1077944384 27943 13268 0 0 241 4 5 3 20 0 15 0 417634514 11107311616 203567 33554432000 4194304 4196468 140723792117008 139837987318512 139838953691778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8356] ppid=8288 vsize=10846984 memory=814268 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8356/stat : 8356 (java) S 8288 8291 1949 0 -1 1077944384 3 13268 0 0 0 0 5 3 20 0 15 0 417634514 11107311616 203567 33554432000 4194304 4196468 140723792117008 139837485960288 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8357] ppid=8288 vsize=10846984 memory=814268 CPUtime=1.54 cores=0,2,4,6
/proc/8291/task/8357/stat : 8357 (java) S 8288 8291 1949 0 -1 1077944384 2568 13268 0 0 79 67 5 3 20 0 15 0 417634514 11107311616 203567 33554432000 4194304 4196468 140723792117008 139837986265392 139838953691778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
Current children cumulated CPU time: 2415.77 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 814268 KiB

[startup+2442.3 s]
/proc/loadavg: 0.83 0.69 0.76 2/207 8654
/proc/meminfo: memFree=30678024/32770624 swapFree=66982000/67108860
[pid=8291] ppid=8288 vsize=10846984 memory=814292 CPUtime=2476.23 cores=0,2,4,6
/proc/8291/stat : 8291 (java) S 8288 8291 1949 0 -1 1077944320 209727 13268 0 0 247370 245 5 3 20 0 15 0 417634499 11107311616 203573 33554432000 4194304 4196468 140723792117008 140723792099552 139838953680631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
/proc/8291/statm: 2711746 203573 3629 1 0 2673805 0
[pid=8291/tid=8344] ppid=8288 vsize=10846984 memory=814284 CPUtime=2427.16 cores=0,2,4,6
/proc/8291/task/8344/stat : 8344 (java) R 8288 8291 1949 0 -1 4202560 56035 13268 0 0 242677 31 5 3 20 0 15 0 417634508 11107311616 203573 33554432000 4194304 4196468 140723792117008 139838925516032 139838516825262 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8345] ppid=8288 vsize=10846984 memory=814284 CPUtime=6.73 cores=0,2,4,6
/proc/8291/task/8345/stat : 8345 (java) S 8288 8291 1949 0 -1 1077944384 9199 13268 0 0 629 36 5 3 20 0 15 0 417634509 11107311616 203573 33554432000 4194304 4196468 140723792117008 139838957923088 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8346] ppid=8288 vsize=10846984 memory=814284 CPUtime=6.7 cores=0,2,4,6
/proc/8291/task/8346/stat : 8346 (java) S 8288 8291 1949 0 -1 1077944384 6530 13268 0 0 628 34 5 3 20 0 15 0 417634509 11107311616 203573 33554432000 4194304 4196468 140723792117008 139838846196624 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8347] ppid=8288 vsize=10846984 memory=814292 CPUtime=6.7 cores=0,2,4,6
/proc/8291/task/8347/stat : 8347 (java) S 8288 8291 1949 0 -1 1077944384 10876 13268 0 0 625 37 5 3 20 0 15 0 417634509 11107311616 203573 33554432000 4194304 4196468 140723792117008 139838845144080 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8348] ppid=8288 vsize=10846984 memory=814292 CPUtime=6.72 cores=0,2,4,6
/proc/8291/task/8348/stat : 8348 (java) S 8288 8291 1949 0 -1 1077944384 7595 13268 0 0 629 35 5 3 20 0 15 0 417634509 11107311616 203573 33554432000 4194304 4196468 140723792117008 139838844091536 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8349] ppid=8288 vsize=10846984 memory=814292 CPUtime=6.34 cores=0,2,4,6
/proc/8291/task/8349/stat : 8349 (java) S 8288 8291 1949 0 -1 1077944384 12843 13268 0 0 589 37 5 3 20 0 15 0 417634510 11107311616 203573 33554432000 4194304 4196468 140723792117008 139838024034288 139838953691778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8350] ppid=8288 vsize=10846984 memory=814292 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8350/stat : 8350 (java) S 8288 8291 1949 0 -1 1077944384 43 13268 0 0 0 0 5 3 20 0 15 0 417634511 11107311616 203573 33554432000 4194304 4196468 140723792117008 139838022980576 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8351] ppid=8288 vsize=10846984 memory=280818383921992 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8351/stat : 8351 (java) S 8288 8291 1949 0 -1 1077944384 19 13268 0 0 0 0 5 3 20 0 15 0 417634511 11107311616 203573 33554432000 4194304 4196468 140723792117008 139837759808512 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8352] ppid=8288 vsize=10846984 memory=20996 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8352/stat : 8352 (java) S 8288 8291 1949 0 -1 1077944384 3 13268 0 0 0 0 5 3 20 0 15 0 417634514 11107311616 203573 33554432000 4194304 4196468 140723792117008 139837519517904 139838953699227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8353] ppid=8288 vsize=10846984 memory=2004 CPUtime=6.07 cores=0,2,4,6
/proc/8291/task/8353/stat : 8353 (java) S 8288 8291 1949 0 -1 1077944384 36318 13268 0 0 595 4 5 3 20 0 15 0 417634514 11107311616 203573 33554432000 4194304 4196468 140723792117008 139837989423600 139838953691778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8354] ppid=8288 vsize=10846984 memory=814292 CPUtime=6.31 cores=0,2,4,6
/proc/8291/task/8354/stat : 8354 (java) S 8288 8291 1949 0 -1 1077944384 37528 13268 0 0 620 3 5 3 20 0 15 0 417634514 11107311616 203573 33554432000 4194304 4196468 140723792117008 139837988371056 139838953691778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8355] ppid=8288 vsize=10846984 memory=814292 CPUtime=2.53 cores=0,2,4,6
/proc/8291/task/8355/stat : 8355 (java) S 8288 8291 1949 0 -1 1077944384 27945 13268 0 0 241 4 5 3 20 0 15 0 417634514 11107311616 203573 33554432000 4194304 4196468 140723792117008 139837987318512 139838953691778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8356] ppid=8288 vsize=10846984 memory=814292 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8356/stat : 8356 (java) S 8288 8291 1949 0 -1 1077944384 3 13268 0 0 0 0 5 3 20 0 15 0 417634514 11107311616 203573 33554432000 4194304 4196468 140723792117008 139837485960288 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8357] ppid=8288 vsize=10846984 memory=780 CPUtime=1.58 cores=0,2,4,6
/proc/8291/task/8357/stat : 8357 (java) S 8288 8291 1949 0 -1 1077944384 2585 13268 0 0 81 69 5 3 20 0 15 0 417634514 11107311616 203573 33554432000 4194304 4196468 140723792117008 139837986265392 139838953691778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
Current children cumulated CPU time: 2476.23 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 814292 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2485.8 s]
/proc/loadavg: 0.76 0.70 0.76 2/206 8656
/proc/meminfo: memFree=30678320/32770624 swapFree=66982000/67108860
[pid=8291] ppid=8288 vsize=10846984 memory=814324 CPUtime=2520.06 cores=0,2,4,6
/proc/8291/stat : 8291 (java) S 8288 8291 1949 0 -1 1077944320 210392 13268 0 0 251749 249 5 3 20 0 15 0 417634499 11107311616 203581 33554432000 4194304 4196468 140723792117008 140723792099552 139838953680631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
/proc/8291/statm: 2711746 203581 3629 1 0 2673805 0
[pid=8291/tid=8344] ppid=8288 vsize=10846984 memory=2120 CPUtime=2470.41 cores=0,2,4,6
/proc/8291/task/8344/stat : 8344 (java) R 8288 8291 1949 0 -1 4202560 56435 13268 0 0 247002 31 5 3 20 0 15 0 417634508 11107311616 203581 33554432000 4194304 4196468 140723792117008 139838925515792 139838521834656 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8345] ppid=8288 vsize=10846984 memory=8112282956445269571 CPUtime=6.84 cores=0,2,4,6
/proc/8291/task/8345/stat : 8345 (java) S 8288 8291 1949 0 -1 1077944384 9352 13268 0 0 640 36 5 3 20 0 15 0 417634509 11107311616 203581 33554432000 4194304 4196468 140723792117008 139838957923088 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8346] ppid=8288 vsize=10846984 memory=780 CPUtime=6.81 cores=0,2,4,6
/proc/8291/task/8346/stat : 8346 (java) S 8288 8291 1949 0 -1 1077944384 6595 13268 0 0 639 34 5 3 20 0 15 0 417634509 11107311616 203581 33554432000 4194304 4196468 140723792117008 139838846196624 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8347] ppid=8288 vsize=10846984 memory=4160 CPUtime=6.81 cores=0,2,4,6
/proc/8291/task/8347/stat : 8347 (java) S 8288 8291 1949 0 -1 1077944384 10879 13268 0 0 635 38 5 3 20 0 15 0 417634509 11107311616 203581 33554432000 4194304 4196468 140723792117008 139838845144080 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8348] ppid=8288 vsize=10846984 memory=1692 CPUtime=6.83 cores=0,2,4,6
/proc/8291/task/8348/stat : 8348 (java) S 8288 8291 1949 0 -1 1077944384 7596 13268 0 0 640 35 5 3 20 0 15 0 417634509 11107311616 203581 33554432000 4194304 4196468 140723792117008 139838844091536 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8349] ppid=8288 vsize=10846984 memory=1028 CPUtime=6.45 cores=0,2,4,6
/proc/8291/task/8349/stat : 8349 (java) S 8288 8291 1949 0 -1 1077944384 12874 13268 0 0 599 38 5 3 20 0 15 0 417634510 11107311616 203581 33554432000 4194304 4196468 140723792117008 139838024034288 139838953691778 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8350] ppid=8288 vsize=10846984 memory=1060 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8350/stat : 8350 (java) S 8288 8291 1949 0 -1 1077944384 43 13268 0 0 0 0 5 3 20 0 15 0 417634511 11107311616 203581 33554432000 4194304 4196468 140723792117008 139838022980576 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8351] ppid=8288 vsize=10846984 memory=2828 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8351/stat : 8351 (java) S 8288 8291 1949 0 -1 1077944384 19 13268 0 0 0 0 5 3 20 0 15 0 417634511 11107311616 203581 33554432000 4194304 4196468 140723792117008 139837759808512 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8352] ppid=8288 vsize=10846984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8352/stat : 8352 (java) S 8288 8291 1949 0 -1 1077944384 3 13268 0 0 0 0 5 3 20 0 15 0 417634514 11107311616 203581 33554432000 4194304 4196468 140723792117008 139837519517904 139838953699227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8353] ppid=8288 vsize=10846984 memory=1028 CPUtime=6.07 cores=0,2,4,6
/proc/8291/task/8353/stat : 8353 (java) S 8288 8291 1949 0 -1 1077944384 36320 13268 0 0 595 4 5 3 20 0 15 0 417634514 11107311616 203581 33554432000 4194304 4196468 140723792117008 139837989423600 139838953691778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8354] ppid=8288 vsize=10846984 memory=1060 CPUtime=6.31 cores=0,2,4,6
/proc/8291/task/8354/stat : 8354 (java) S 8288 8291 1949 0 -1 1077944384 37530 13268 0 0 620 3 5 3 20 0 15 0 417634514 11107311616 203581 33554432000 4194304 4196468 140723792117008 139837988371056 139838953691778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8355] ppid=8288 vsize=10846984 memory=2828 CPUtime=2.53 cores=0,2,4,6
/proc/8291/task/8355/stat : 8355 (java) S 8288 8291 1949 0 -1 1077944384 27947 13268 0 0 241 4 5 3 20 0 15 0 417634514 11107311616 203581 33554432000 4194304 4196468 140723792117008 139837987318512 139838953691778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8356] ppid=8288 vsize=10846984 memory=756 CPUtime=0.08 cores=0,2,4,6
/proc/8291/task/8356/stat : 8356 (java) S 8288 8291 1949 0 -1 1077944384 3 13268 0 0 0 0 5 3 20 0 15 0 417634514 11107311616 203581 33554432000 4194304 4196468 140723792117008 139837485960288 139838953690837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
[pid=8291/tid=8357] ppid=8288 vsize=10846984 memory=1548 CPUtime=1.61 cores=0,2,4,6
/proc/8291/task/8357/stat : 8357 (java) S 8288 8291 1949 0 -1 1077944384 2591 13268 0 0 83 70 5 3 20 0 15 0 417634514 11107311616 203581 33554432000 4194304 4196468 140723792117008 139837986265392 139838953691778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12689408 140723792124656 140723792127173 140723792127173 140723792129999 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 814324 KiB

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

[startup+2485.84 s]
# the end of solver process 8291 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.57 s, system=2.53877 s

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

Child status: 143
Real time (s): 2485.84
CPU time (s): 2520.11
CPU user time (s): 2517.57
CPU system time (s): 2.53877
CPU usage (%): 101.379
Max. virtual memory (cumulated for all children) (KiB): 10849812
Max. memory (cumulated for all children) (KiB): 832424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.57
system time used= 2.53878
maximum resident set size= 834472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224850
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 193348
involuntary context switches= 8958


# summary of solver processes directly reported to runsolver:
#   pid: 8291
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2517.57
#   total CPU system time (s): 2.53877

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4219 second user time and 23.3412 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-14 00:27:56
IDJOB=4395984
IDBENCH=141708
IDSOLVER=2846
FILE ID=node121/4395984-1568413718
RUNJOBID= node121-1568393270-2678
PBS_JOBID= 21701860
Free space on /tmp= 61376 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-29-092.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395984-1568413718/watcher-4395984-1568413718 -o /tmp/evaluation-result-4395984-1568413718/solver-4395984-1568413718 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568393270-2678 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=733786416 HOME/instance-4395984-1568413718.xml

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

MD5SUM BENCH= 04f92250339fffd6ef5beb9873d20792
RANDOM SEED=733786416

node121.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29785876 kB
MemAvailable:   30255156 kB
Buffers:          168088 kB
Cached:           598268 kB
SwapCached:        18652 kB
Active:          2083468 kB
Inactive:         359688 kB
Active(anon):    1664280 kB
Inactive(anon):    44332 kB
Active(file):     419188 kB
Inactive(file):   315356 kB
Unevictable:      109496 kB
Mlocked:          109496 kB
SwapTotal:      67108860 kB
SwapFree:       66981952 kB
Dirty:             35352 kB
Writeback:             0 kB
AnonPages:       1768940 kB
Mapped:            48704 kB
Shmem:             22380 kB
Slab:             130336 kB
SReclaimable:     101144 kB
SUnreclaim:        29192 kB
KernelStack:        3712 kB
PageTables:        10248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2699112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1640448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61376 MiB
End job on node121 at 2019-09-14 01:09:22