Trace number 4395818

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.04 2465.83

General information on the benchmark

NameRectPacking/RectPacking-m1-perf/
RectPacking-perfect-203.xml
MD5SUMce251f4c9ae0df3aa97e9296eb89cd68
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark141.487
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints53
Number of domains1
Minimum domain size634
Maximum domain size634
Distribution of domain sizes[{"size":634,"count":50}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":48},{"degree":3,"count":1},{"degree":4,"count":1}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":51},{"arity":2,"count":1},{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints52
Distribution of constraint types[{"type":"intension","count":52},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.78/0.54	c Concrete v3.12.2.1568380929293 running
2520.00/2465.81	Exception in thread "main" java.util.concurrent.TimeoutException
2520.00/2465.81		at concrete.MAC.mac(MAC.scala:192)
2520.00/2465.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.00/2465.81		at scala.util.Try$.apply(Try.scala:212)
2520.00/2465.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.00/2465.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.00/2465.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.00/2465.81		at concrete.MAC.oneRun(MAC.scala:265)
2520.00/2465.81		at concrete.MAC.nextSolution(MAC.scala:284)
2520.00/2465.81		at concrete.MAC.$anonfun$nextSolution$7(MAC.scala:350)
2520.00/2465.81		at concrete.ProblemState.map(ProblemState.scala:238)
2520.00/2465.81		at concrete.ProblemState.map(ProblemState.scala:212)
2520.00/2465.81		at concrete.MAC.nextSolution(MAC.scala:348)
2520.00/2465.81		at concrete.Solver.hasNext(Solver.scala:160)
2520.00/2465.81		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.00/2465.81		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.00/2465.81		at concrete.Solver.nextOption(Solver.scala:67)
2520.00/2465.81		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.00/2465.81		at scala.util.Success.map(Try.scala:264)
2520.00/2465.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2465.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.00/2465.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.00/2465.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2465.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.00/2465.81		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.00/2465.81		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.00/2465.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.00/2465.81		at scala.App.$anonfun$main$1(App.scala:75)
2520.00/2465.81		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.00/2465.81		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.00/2465.81		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.00/2465.81		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.00/2465.81		at scala.App.main(App.scala:75)
2520.00/2465.81		at scala.App.main$(App.scala:73)
2520.00/2465.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.00/2465.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2465.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 (14269 MiB free)
  memory of node 1: 16384 MiB (15380 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395818-1568401183/watcher-4395818-1568401183 -o /tmp/evaluation-result-4395818-1568401183/solver-4395818-1568401183 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568393581-9267 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=345822040 HOME/instance-4395818-1568401183.xml 

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

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=11391, runsolver pid=11388

[startup+0.100161 s]*
/proc/loadavg: 1.50 1.66 2.01 3/218 11448
/proc/meminfo: memFree=30351072/32770624 swapFree=66934756/67108860
[pid=11391] ppid=11388 vsize=10055356 memory=19120 CPUtime=0.09 cores=1,3,5,7
/proc/11391/stat : 11391 (java) S 11388 11391 9235 0 -1 1077944320 4521 13264 0 0 1 0 5 3 20 0 7 0 416389773 10296684544 4780 33554432000 4194304 4196468 140723993028336 140723993010880 139745328570103 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
/proc/11391/statm: 2513839 4780 2016 1 0 2502277 0
[pid=11391/tid=11444] ppid=11388 vsize=10055356 memory=5854520767527157917 CPUtime=0.09 cores=1,3,5,7
/proc/11391/task/11444/stat : 11444 (java) R 11388 11391 9235 0 -1 4202560 2312 13264 0 0 1 0 5 3 20 0 7 0 416389782 10296684544 4780 33554432000 4194304 4196468 140723993028336 139745300413200 139745328592029 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11445] ppid=11388 vsize=10055356 memory=5793855729936320953 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11445/stat : 11445 (java) S 11388 11391 9235 0 -1 1077944384 1 13264 0 0 0 0 5 3 20 0 7 0 416389783 10296684544 4780 33554432000 4194304 4196468 140723993028336 139745332812048 139745328580309 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11446] ppid=11388 vsize=10055356 memory=140478926427776 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11446/stat : 11446 (java) S 11388 11391 9235 0 -1 1077944384 2 13264 0 0 0 0 5 3 20 0 7 0 416389783 10296684544 4780 33554432000 4194304 4196468 140723993028336 139745221085584 139745328580309 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11447] ppid=11388 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11447/stat : 11447 (java) S 11388 11391 9235 0 -1 1077944384 2 13264 0 0 0 0 5 3 20 0 7 0 416389783 10296684544 4780 33554432000 4194304 4196468 140723993028336 139745220033040 139745328580309 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11448] ppid=11388 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11448/stat : 11448 (java) S 11388 11391 9235 0 -1 1077944384 2 13264 0 0 0 0 5 3 20 0 7 0 416389783 10296684544 4780 33554432000 4194304 4196468 140723993028336 139745218980496 139745328580309 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11449] ppid=11388 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11449/stat : 11449 (java) S 11388 11391 9235 0 -1 1077944384 2 13264 0 0 0 0 5 3 20 0 7 0 416389784 10296684544 4780 33554432000 4194304 4196468 140723993028336 139744787917296 139745328581250 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10055356 KiB
Current children cumulated memory: 19120 KiB

[startup+0.210049 s]*
/proc/loadavg: 1.50 1.66 2.01 3/227 11457
/proc/meminfo: memFree=30336588/32770624 swapFree=66934756/67108860
[pid=11391] ppid=11388 vsize=10820116 memory=41064 CPUtime=0.27 cores=1,3,5,7
/proc/11391/stat : 11391 (java) S 11388 11391 9235 0 -1 1077944320 7081 13264 0 0 17 2 5 3 20 0 15 0 416389773 11079798784 10266 33554432000 4194304 4196468 140723993028336 140723993010880 139745328570103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
/proc/11391/statm: 2705029 10266 3251 1 0 2667149 0
[pid=11391/tid=11444] ppid=11388 vsize=10820136 memory=-8540663193526752614 CPUtime=0.2 cores=1,3,5,7
/proc/11391/task/11444/stat : 11444 (java) R 11388 11391 9235 0 -1 4202560 3592 13264 0 0 11 1 5 3 20 0 15 0 416389782 11079819264 10266 33554432000 4194304 4196468 140723993028336 139745300375904 139745328582038 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11445] ppid=11388 vsize=10820136 memory=4211974205131218314 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11445/stat : 11445 (java) S 11388 11391 9235 0 -1 1077944384 1 13264 0 0 0 0 5 3 20 0 15 0 416389783 11079819264 10266 33554432000 4194304 4196468 140723993028336 139745332812048 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11446] ppid=11388 vsize=10820136 memory=140478926427776 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11446/stat : 11446 (java) S 11388 11391 9235 0 -1 1077944384 2 13264 0 0 0 0 5 3 20 0 15 0 416389783 11079819264 10266 33554432000 4194304 4196468 140723993028336 139745221085584 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11447] ppid=11388 vsize=10820140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11447/stat : 11447 (java) S 11388 11391 9235 0 -1 1077944384 2 13264 0 0 0 0 5 3 20 0 15 0 416389783 11079823360 10266 33554432000 4194304 4196468 140723993028336 139745220033040 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11448] ppid=11388 vsize=10820140 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11448/stat : 11448 (java) S 11388 11391 9235 0 -1 1077944384 2 13264 0 0 0 0 5 3 20 0 15 0 416389783 11079823360 10266 33554432000 4194304 4196468 140723993028336 139745218980496 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11449] ppid=11388 vsize=10820140 memory=140478926427776 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11449/stat : 11449 (java) S 11388 11391 9235 0 -1 1077944384 2 13264 0 0 0 0 5 3 20 0 15 0 416389784 11079823360 10266 33554432000 4194304 4196468 140723993028336 139744787917296 139745328581250 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11450] ppid=11388 vsize=10820140 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11450/stat : 11450 (java) S 11388 11391 9235 0 -1 1077944384 33 13264 0 0 0 0 5 3 20 0 15 0 416389784 11079823360 10266 33554432000 4194304 4196468 140723993028336 139744786863520 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11451] ppid=11388 vsize=10820140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11451/stat : 11451 (java) S 11388 11391 9235 0 -1 1077944384 1 13264 0 0 0 0 5 3 20 0 15 0 416389785 11079823360 10266 33554432000 4194304 4196468 140723993028336 139744210052592 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11452] ppid=11388 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11452/stat : 11452 (java) S 11388 11391 9235 0 -1 1077944384 3 13264 0 0 0 0 5 3 20 0 15 0 416389787 11079831552 10266 33554432000 4194304 4196468 140723993028336 139743902653136 139745328588699 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11453] ppid=11388 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11391/task/11453/stat : 11453 (java) R 11388 11391 9235 0 -1 1077944384 507 13264 0 0 1 0 5 3 20 0 15 0 416389787 11079831552 10266 33554432000 4194304 4196468 140723993028336 139744753305584 139745328581250 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11454] ppid=11388 vsize=10820148 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/11391/task/11454/stat : 11454 (java) R 11388 11391 9235 0 -1 4202560 163 13264 0 0 1 0 5 3 20 0 15 0 416389787 11079831552 10266 33554432000 4194304 4196468 140723993028336 139744752253040 139745306164848 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11455] ppid=11388 vsize=10820148 memory=140478926427776 CPUtime=0.11 cores=1,3,5,7
/proc/11391/task/11455/stat : 11455 (java) R 11388 11391 9235 0 -1 4202560 601 13264 0 0 3 0 5 3 20 0 15 0 416389787 11079831552 10266 33554432000 4194304 4196468 140723993028336 139744751200496 139745328591450 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11456] ppid=11388 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11456/stat : 11456 (java) S 11388 11391 9235 0 -1 1077944384 3 13264 0 0 0 0 5 3 20 0 15 0 416389787 11079831552 10266 33554432000 4194304 4196468 140723993028336 139743869094496 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11457] ppid=11388 vsize=10820148 memory=140478926427776 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11457/stat : 11457 (java) S 11388 11391 9235 0 -1 1077944384 1 13264 0 0 0 0 5 3 20 0 15 0 416389788 11079831552 10266 33554432000 4194304 4196468 140723993028336 139744750148400 139745328581250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820116 KiB
Current children cumulated memory: 41064 KiB

[startup+0.310516 s]*
/proc/loadavg: 1.50 1.66 2.01 4/227 11457
/proc/meminfo: memFree=30322748/32770624 swapFree=66934756/67108860
[pid=11391] ppid=11388 vsize=10820264 memory=50632 CPUtime=0.41 cores=1,3,5,7
/proc/11391/stat : 11391 (java) S 11388 11391 9235 0 -1 1077944320 10390 13264 0 0 29 4 5 3 20 0 15 0 416389773 11079950336 12658 33554432000 4194304 4196468 140723993028336 140723993010880 139745328570103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
/proc/11391/statm: 2705066 12658 3306 1 0 2667149 0
[pid=11391/tid=11444] ppid=11388 vsize=10820264 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/11391/task/11444/stat : 11444 (java) R 11388 11391 9235 0 -1 4202560 6844 13264 0 0 19 2 5 3 20 0 15 0 416389782 11079950336 12658 33554432000 4194304 4196468 140723993028336 139745300395632 139745328592029 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11445] ppid=11388 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11445/stat : 11445 (java) S 11388 11391 9235 0 -1 1077944384 1 13264 0 0 0 0 5 3 20 0 15 0 416389783 11079950336 12658 33554432000 4194304 4196468 140723993028336 139745332812048 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11446] ppid=11388 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11446/stat : 11446 (java) S 11388 11391 9235 0 -1 1077944384 2 13264 0 0 0 0 5 3 20 0 15 0 416389783 11079950336 12658 33554432000 4194304 4196468 140723993028336 139745221085584 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11447] ppid=11388 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11447/stat : 11447 (java) S 11388 11391 9235 0 -1 1077944384 2 13264 0 0 0 0 5 3 20 0 15 0 416389783 11079950336 12658 33554432000 4194304 4196468 140723993028336 139745220033040 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11448] ppid=11388 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11448/stat : 11448 (java) S 11388 11391 9235 0 -1 1077944384 2 13264 0 0 0 0 5 3 20 0 15 0 416389783 11079950336 12658 33554432000 4194304 4196468 140723993028336 139745218980496 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11449] ppid=11388 vsize=10820264 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11449/stat : 11449 (java) S 11388 11391 9235 0 -1 1077944384 2 13264 0 0 0 0 5 3 20 0 15 0 416389784 11079950336 12658 33554432000 4194304 4196468 140723993028336 139744787917296 139745328581250 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11450] ppid=11388 vsize=10820264 memory=140478926427775 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11450/stat : 11450 (java) S 11388 11391 9235 0 -1 1077944384 33 13264 0 0 0 0 5 3 20 0 15 0 416389784 11079950336 12658 33554432000 4194304 4196468 140723993028336 139744786863520 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11451] ppid=11388 vsize=10820264 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11451/stat : 11451 (java) S 11388 11391 9235 0 -1 1077944384 1 13264 0 0 0 0 5 3 20 0 15 0 416389785 11079950336 12658 33554432000 4194304 4196468 140723993028336 139744210052592 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11452] ppid=11388 vsize=10820264 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11452/stat : 11452 (java) S 11388 11391 9235 0 -1 1077944384 3 13264 0 0 0 0 5 3 20 0 15 0 416389787 11079950336 12658 33554432000 4194304 4196468 140723993028336 139743902653136 139745328588699 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11453] ppid=11388 vsize=10820264 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11391/task/11453/stat : 11453 (java) S 11388 11391 9235 0 -1 1077944384 507 13264 0 0 1 0 5 3 20 0 15 0 416389787 11079950336 12658 33554432000 4194304 4196468 140723993028336 139744753305584 139745328581250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11454] ppid=11388 vsize=10820264 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/11391/task/11454/stat : 11454 (java) S 11388 11391 9235 0 -1 1077944384 173 13264 0 0 2 0 5 3 20 0 15 0 416389787 11079950336 12658 33554432000 4194304 4196468 140723993028336 139744752253040 139745328581250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11455] ppid=11388 vsize=10820264 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/11391/task/11455/stat : 11455 (java) S 11388 11391 9235 0 -1 1077944384 610 13264 0 0 5 0 5 3 20 0 15 0 416389787 11079950336 12658 33554432000 4194304 4196468 140723993028336 139744751200496 139745328581250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11456] ppid=11388 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11456/stat : 11456 (java) S 11388 11391 9235 0 -1 1077944384 3 13264 0 0 0 0 5 3 20 0 15 0 416389787 11079950336 12658 33554432000 4194304 4196468 140723993028336 139743869094496 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11457] ppid=11388 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11457/stat : 11457 (java) S 11388 11391 9235 0 -1 1077944384 1 13264 0 0 0 0 5 3 20 0 15 0 416389788 11079950336 12658 33554432000 4194304 4196468 140723993028336 139744750148400 139745328581250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820264 KiB
Current children cumulated memory: 50632 KiB

[startup+0.701756 s]
/proc/loadavg: 1.50 1.66 2.01 3/227 11457
/proc/meminfo: memFree=30308424/32770624 swapFree=66934756/67108860
[pid=11391] ppid=11388 vsize=10824360 memory=82788 CPUtime=1.16 cores=1,3,5,7
/proc/11391/stat : 11391 (java) S 11388 11391 9235 0 -1 1077944320 14436 13264 0 0 102 6 5 3 20 0 15 0 416389773 11084144640 20697 33554432000 4194304 4196468 140723993028336 140723993010880 139745328570103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
/proc/11391/statm: 2706090 20697 3502 1 0 2668173 0
[pid=11391/tid=11444] ppid=11388 vsize=10824360 memory=2124 CPUtime=0.67 cores=1,3,5,7
/proc/11391/task/11444/stat : 11444 (java) R 11388 11391 9235 0 -1 4202560 9686 13264 0 0 55 4 5 3 20 0 15 0 416389782 11084144640 20697 33554432000 4194304 4196468 140723993028336 139745300397056 139745312650590 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11445] ppid=11388 vsize=10824360 memory=7380 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11445/stat : 11445 (java) S 11388 11391 9235 0 -1 1077944384 1 13264 0 0 0 0 5 3 20 0 15 0 416389783 11084144640 20697 33554432000 4194304 4196468 140723993028336 139745332812048 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11446] ppid=11388 vsize=10824360 memory=504 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11446/stat : 11446 (java) S 11388 11391 9235 0 -1 1077944384 2 13264 0 0 0 0 5 3 20 0 15 0 416389783 11084144640 20697 33554432000 4194304 4196468 140723993028336 139745221085584 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11447] ppid=11388 vsize=10824360 memory=1564 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11447/stat : 11447 (java) S 11388 11391 9235 0 -1 1077944384 2 13264 0 0 0 0 5 3 20 0 15 0 416389783 11084144640 20697 33554432000 4194304 4196468 140723993028336 139745220033040 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11448] ppid=11388 vsize=10824360 memory=924 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11448/stat : 11448 (java) S 11388 11391 9235 0 -1 1077944384 2 13264 0 0 0 0 5 3 20 0 15 0 416389783 11084144640 20697 33554432000 4194304 4196468 140723993028336 139745218980496 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11449] ppid=11388 vsize=10824360 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11449/stat : 11449 (java) S 11388 11391 9235 0 -1 1077944384 5 13264 0 0 0 0 5 3 20 0 15 0 416389784 11084144640 20697 33554432000 4194304 4196468 140723993028336 139744787917296 139745328581250 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11450] ppid=11388 vsize=10824360 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11450/stat : 11450 (java) S 11388 11391 9235 0 -1 1077944384 33 13264 0 0 0 0 5 3 20 0 15 0 416389784 11084144640 20697 33554432000 4194304 4196468 140723993028336 139744786863520 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11451] ppid=11388 vsize=10824360 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11451/stat : 11451 (java) S 11388 11391 9235 0 -1 1077944384 1 13264 0 0 0 0 5 3 20 0 15 0 416389785 11084144640 20697 33554432000 4194304 4196468 140723993028336 139744210052592 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11452] ppid=11388 vsize=10824360 memory=11928 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11452/stat : 11452 (java) S 11388 11391 9235 0 -1 1077944384 3 13264 0 0 0 0 5 3 20 0 15 0 416389787 11084144640 20697 33554432000 4194304 4196468 140723993028336 139743902653136 139745328588699 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11453] ppid=11388 vsize=10824360 memory=2124 CPUtime=0.2 cores=1,3,5,7
/proc/11391/task/11453/stat : 11453 (java) S 11388 11391 9235 0 -1 1077944384 905 13264 0 0 12 0 5 3 20 0 15 0 416389787 11084144640 20697 33554432000 4194304 4196468 140723993028336 139744753305584 139745328581250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11454] ppid=11388 vsize=10824360 memory=6944652177228980320 CPUtime=0.24 cores=1,3,5,7
/proc/11391/task/11454/stat : 11454 (java) R 11388 11391 9235 0 -1 4202560 767 13264 0 0 16 0 5 3 20 0 15 0 416389787 11084144640 20697 33554432000 4194304 4196468 140723993028336 139744752253040 139745310089778 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11455] ppid=11388 vsize=10824360 memory=504 CPUtime=0.25 cores=1,3,5,7
/proc/11391/task/11455/stat : 11455 (java) R 11388 11391 9235 0 -1 1077944384 819 13264 0 0 17 0 5 3 20 0 15 0 416389787 11084144640 20697 33554432000 4194304 4196468 140723993028336 139744751200496 139745328581250 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11456] ppid=11388 vsize=10824360 memory=1564 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11456/stat : 11456 (java) S 11388 11391 9235 0 -1 1077944384 3 13264 0 0 0 0 5 3 20 0 15 0 416389787 11084144640 20697 33554432000 4194304 4196468 140723993028336 139743869094496 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11457] ppid=11388 vsize=10824360 memory=924 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11457/stat : 11457 (java) S 11388 11391 9235 0 -1 1077944384 1 13264 0 0 0 0 5 3 20 0 15 0 416389788 11084144640 20697 33554432000 4194304 4196468 140723993028336 139744750148400 139745328581250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 82788 KiB

[startup+1.50237 s]
/proc/loadavg: 1.50 1.66 2.01 3/227 11457
/proc/meminfo: memFree=30263764/32770624 swapFree=66934756/67108860
[pid=11391] ppid=11388 vsize=10834676 memory=170848 CPUtime=2.47 cores=1,3,5,7
/proc/11391/stat : 11391 (java) S 11388 11391 9235 0 -1 1077944320 21447 13264 0 0 230 9 5 3 20 0 15 0 416389773 11094708224 42712 33554432000 4194304 4196468 140723993028336 140723993010880 139745328570103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
/proc/11391/statm: 2708669 42712 3583 1 0 2670733 0
[pid=11391/tid=11444] ppid=11388 vsize=10834676 memory=3620 CPUtime=1.44 cores=1,3,5,7
/proc/11391/task/11444/stat : 11444 (java) R 11388 11391 9235 0 -1 4202560 14533 13264 0 0 131 5 5 3 20 0 15 0 416389782 11094708224 42712 33554432000 4194304 4196468 140723993028336 139745300375504 139745308161744 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11445] ppid=11388 vsize=10834676 memory=22936 CPUtime=0.09 cores=1,3,5,7
/proc/11391/task/11445/stat : 11445 (java) S 11388 11391 9235 0 -1 1077944384 99 13264 0 0 1 0 5 3 20 0 15 0 416389783 11094708224 42712 33554432000 4194304 4196468 140723993028336 139745332812048 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11446] ppid=11388 vsize=10834676 memory=984 CPUtime=0.09 cores=1,3,5,7
/proc/11391/task/11446/stat : 11446 (java) S 11388 11391 9235 0 -1 1077944384 462 13264 0 0 1 0 5 3 20 0 15 0 416389783 11094708224 42712 33554432000 4194304 4196468 140723993028336 139745221085584 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11447] ppid=11388 vsize=10834676 memory=167296 CPUtime=0.09 cores=1,3,5,7
/proc/11391/task/11447/stat : 11447 (java) S 11388 11391 9235 0 -1 1077944384 28 13264 0 0 1 0 5 3 20 0 15 0 416389783 11094708224 42712 33554432000 4194304 4196468 140723993028336 139745220033040 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11448] ppid=11388 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11391/task/11448/stat : 11448 (java) S 11388 11391 9235 0 -1 1077944384 97 13264 0 0 1 0 5 3 20 0 15 0 416389783 11094708224 42712 33554432000 4194304 4196468 140723993028336 139745218980496 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11449] ppid=11388 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11391/task/11449/stat : 11449 (java) S 11388 11391 9235 0 -1 1077944384 174 13264 0 0 1 0 5 3 20 0 15 0 416389784 11094708224 42712 33554432000 4194304 4196468 140723993028336 139744787917296 139745328581250 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11450] ppid=11388 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11450/stat : 11450 (java) S 11388 11391 9235 0 -1 1077944384 34 13264 0 0 0 0 5 3 20 0 15 0 416389784 11094708224 42712 33554432000 4194304 4196468 140723993028336 139744786863584 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11451] ppid=11388 vsize=10834676 memory=189651864314584 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11451/stat : 11451 (java) S 11388 11391 9235 0 -1 1077944384 1 13264 0 0 0 0 5 3 20 0 15 0 416389785 11094708224 42712 33554432000 4194304 4196468 140723993028336 139744210052608 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11452] ppid=11388 vsize=10834676 memory=3305067 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11452/stat : 11452 (java) S 11388 11391 9235 0 -1 1077944384 3 13264 0 0 0 0 5 3 20 0 15 0 416389787 11094708224 42712 33554432000 4194304 4196468 140723993028336 139743902653136 139745328588699 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11453] ppid=11388 vsize=10834676 memory=6935649255810949952 CPUtime=0.3 cores=1,3,5,7
/proc/11391/task/11453/stat : 11453 (java) R 11388 11391 9235 0 -1 4202560 1159 13264 0 0 22 0 5 3 20 0 15 0 416389787 11094708224 42712 33554432000 4194304 4196468 140723993028336 139744753294576 139745314721785 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11454] ppid=11388 vsize=10834676 memory=4638778398332764256 CPUtime=0.36 cores=1,3,5,7
/proc/11391/task/11454/stat : 11454 (java) S 11388 11391 9235 0 -1 1077944384 1040 13264 0 0 28 0 5 3 20 0 15 0 416389787 11094708224 42712 33554432000 4194304 4196468 140723993028336 139744752253040 139745328581250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11455] ppid=11388 vsize=10834676 memory=280957567369456 CPUtime=0.49 cores=1,3,5,7
/proc/11391/task/11455/stat : 11455 (java) S 11388 11391 9235 0 -1 1077944384 1607 13264 0 0 40 1 5 3 20 0 15 0 416389787 11094708224 42712 33554432000 4194304 4196468 140723993028336 139744751200496 139745328581250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11456] ppid=11388 vsize=10834676 memory=6935649255894902865 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11456/stat : 11456 (java) S 11388 11391 9235 0 -1 1077944384 3 13264 0 0 0 0 5 3 20 0 15 0 416389787 11094708224 42712 33554432000 4194304 4196468 140723993028336 139743869094496 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11457] ppid=11388 vsize=10834676 memory=-6942388291363191637 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11457/stat : 11457 (java) S 11388 11391 9235 0 -1 1077944384 1 13264 0 0 0 0 5 3 20 0 15 0 416389788 11094708224 42712 33554432000 4194304 4196468 140723993028336 139744750148400 139745328581250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0

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

/proc/11391/task/11444/stat : 11444 (java) R 11388 11391 9235 0 -1 4202560 70089 13264 0 0 229513 57 5 3 20 0 15 0 416389782 11107311616 270908 33554432000 4194304 4196468 140723993028336 139745300404576 139744911498803 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11445] ppid=11388 vsize=10846984 memory=1083564 CPUtime=12.27 cores=1,3,5,7
/proc/11391/task/11445/stat : 11445 (java) S 11388 11391 9235 0 -1 1077944384 17294 13264 0 0 1158 61 5 3 20 0 15 0 416389783 11107311616 270908 33554432000 4194304 4196468 140723993028336 139745332812048 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11446] ppid=11388 vsize=10846984 memory=1083564 CPUtime=12.24 cores=1,3,5,7
/proc/11391/task/11446/stat : 11446 (java) S 11388 11391 9235 0 -1 1077944384 9114 13264 0 0 1154 62 5 3 20 0 15 0 416389783 11107311616 270908 33554432000 4194304 4196468 140723993028336 139745221085584 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11447] ppid=11388 vsize=10846984 memory=1083564 CPUtime=12.24 cores=1,3,5,7
/proc/11391/task/11447/stat : 11447 (java) S 11388 11391 9235 0 -1 1077944384 11305 13264 0 0 1157 59 5 3 20 0 15 0 416389783 11107311616 270908 33554432000 4194304 4196468 140723993028336 139745220033040 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11448] ppid=11388 vsize=10846984 memory=1083632 CPUtime=12.23 cores=1,3,5,7
/proc/11391/task/11448/stat : 11448 (java) S 11388 11391 9235 0 -1 1077944384 10853 13264 0 0 1155 60 5 3 20 0 15 0 416389783 11107311616 270908 33554432000 4194304 4196468 140723993028336 139745218980496 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11449] ppid=11388 vsize=10846984 memory=1215 CPUtime=11.43 cores=1,3,5,7
/proc/11391/task/11449/stat : 11449 (java) S 11388 11391 9235 0 -1 1077944384 16290 13264 0 0 1079 56 5 3 20 0 15 0 416389784 11107311616 270908 33554432000 4194304 4196468 140723993028336 139744787917296 139745328581250 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11450] ppid=11388 vsize=10846984 memory=1083632 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11450/stat : 11450 (java) S 11388 11391 9235 0 -1 1077944384 43 13264 0 0 0 0 5 3 20 0 15 0 416389784 11107311616 270908 33554432000 4194304 4196468 140723993028336 139744786863584 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11451] ppid=11388 vsize=10846984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11451/stat : 11451 (java) S 11388 11391 9235 0 -1 1077944384 7 13264 0 0 0 0 5 3 20 0 15 0 416389785 11107311616 270908 33554432000 4194304 4196468 140723993028336 139744210052608 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11452] ppid=11388 vsize=10846984 memory=1083632 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11452/stat : 11452 (java) S 11388 11391 9235 0 -1 1077944384 3 13264 0 0 0 0 5 3 20 0 15 0 416389787 11107311616 270908 33554432000 4194304 4196468 140723993028336 139743902653136 139745328588699 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11453] ppid=11388 vsize=10846984 memory=1083632 CPUtime=6.79 cores=1,3,5,7
/proc/11391/task/11453/stat : 11453 (java) S 11388 11391 9235 0 -1 1077944384 49819 13264 0 0 664 7 5 3 20 0 15 0 416389787 11107311616 270908 33554432000 4194304 4196468 140723993028336 139744753305584 139745328581250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11454] ppid=11388 vsize=10846984 memory=1083632 CPUtime=7.04 cores=1,3,5,7
/proc/11391/task/11454/stat : 11454 (java) S 11388 11391 9235 0 -1 1077944384 41455 13264 0 0 691 5 5 3 20 0 15 0 416389787 11107311616 270908 33554432000 4194304 4196468 140723993028336 139744752253040 139745328581250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11455] ppid=11388 vsize=10846984 memory=1083632 CPUtime=2.9 cores=1,3,5,7
/proc/11391/task/11455/stat : 11455 (java) S 11388 11391 9235 0 -1 1077944384 45208 13264 0 0 275 7 5 3 20 0 15 0 416389787 11107311616 270908 33554432000 4194304 4196468 140723993028336 139744751200496 139745328581250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11456] ppid=11388 vsize=10846984 memory=1083632 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11456/stat : 11456 (java) S 11388 11391 9235 0 -1 1077944384 3 13264 0 0 0 0 5 3 20 0 15 0 416389787 11107311616 270908 33554432000 4194304 4196468 140723993028336 139743869094496 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11457] ppid=11388 vsize=10846984 memory=1083632 CPUtime=1.4 cores=1,3,5,7
/proc/11391/task/11457/stat : 11457 (java) S 11388 11391 9235 0 -1 1077944384 1274 13264 0 0 60 72 5 3 20 0 15 0 416389788 11107311616 270908 33554432000 4194304 4196468 140723993028336 139744750148400 139745328581250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
Current children cumulated CPU time: 2373.71 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1083632 KiB

[startup+2382.3 s]
/proc/loadavg: 1.35 1.37 1.44 3/227 11977
/proc/meminfo: memFree=28864172/32770624 swapFree=66934788/67108860
[pid=11391] ppid=11388 vsize=10846984 memory=1085716 CPUtime=2434.89 cores=1,3,5,7
/proc/11391/stat : 11391 (java) S 11388 11391 9235 0 -1 1077944320 278278 13264 0 0 243091 390 5 3 20 0 15 0 416389773 11107311616 271429 33554432000 4194304 4196468 140723993028336 140723993010880 139745328570103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
/proc/11391/statm: 2711746 271429 3635 1 0 2673805 0
[pid=11391/tid=11444] ppid=11388 vsize=10846984 memory=1085716 CPUtime=2355.08 cores=1,3,5,7
/proc/11391/task/11444/stat : 11444 (java) R 11388 11391 9235 0 -1 4202560 71027 13264 0 0 235442 58 5 3 20 0 15 0 416389782 11107311616 271429 33554432000 4194304 4196468 140723993028336 139745300404880 139744913381061 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11445] ppid=11388 vsize=10846984 memory=1083664 CPUtime=12.61 cores=1,3,5,7
/proc/11391/task/11445/stat : 11445 (java) S 11388 11391 9235 0 -1 1077944384 17365 13264 0 0 1191 62 5 3 20 0 15 0 416389783 11107311616 271429 33554432000 4194304 4196468 140723993028336 139745332812048 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11446] ppid=11388 vsize=10846984 memory=1085716 CPUtime=12.58 cores=1,3,5,7
/proc/11391/task/11446/stat : 11446 (java) S 11388 11391 9235 0 -1 1077944384 9186 13264 0 0 1187 63 5 3 20 0 15 0 416389783 11107311616 271429 33554432000 4194304 4196468 140723993028336 139745221085584 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11447] ppid=11388 vsize=10846984 memory=1085716 CPUtime=12.58 cores=1,3,5,7
/proc/11391/task/11447/stat : 11447 (java) S 11388 11391 9235 0 -1 1077944384 11716 13264 0 0 1189 61 5 3 20 0 15 0 416389783 11107311616 271429 33554432000 4194304 4196468 140723993028336 139745220033040 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11448] ppid=11388 vsize=10846984 memory=1085716 CPUtime=12.57 cores=1,3,5,7
/proc/11391/task/11448/stat : 11448 (java) S 11388 11391 9235 0 -1 1077944384 10877 13264 0 0 1187 62 5 3 20 0 15 0 416389783 11107311616 271429 33554432000 4194304 4196468 140723993028336 139745218980496 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11449] ppid=11388 vsize=10846984 memory=1085716 CPUtime=11.72 cores=1,3,5,7
/proc/11391/task/11449/stat : 11449 (java) S 11388 11391 9235 0 -1 1077944384 16486 13264 0 0 1106 58 5 3 20 0 15 0 416389784 11107311616 271429 33554432000 4194304 4196468 140723993028336 139744787917296 139745328581250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11450] ppid=11388 vsize=10846984 memory=1085716 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11450/stat : 11450 (java) S 11388 11391 9235 0 -1 1077944384 43 13264 0 0 0 0 5 3 20 0 15 0 416389784 11107311616 271429 33554432000 4194304 4196468 140723993028336 139744786863584 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11451] ppid=11388 vsize=10846984 memory=1083668 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11451/stat : 11451 (java) S 11388 11391 9235 0 -1 1077944384 7 13264 0 0 0 0 5 3 20 0 15 0 416389785 11107311616 271429 33554432000 4194304 4196468 140723993028336 139744210052608 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11452] ppid=11388 vsize=10846984 memory=1083664 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11452/stat : 11452 (java) S 11388 11391 9235 0 -1 1077944384 3 13264 0 0 0 0 5 3 20 0 15 0 416389787 11107311616 271429 33554432000 4194304 4196468 140723993028336 139743902653136 139745328588699 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11453] ppid=11388 vsize=10846984 memory=1085716 CPUtime=6.83 cores=1,3,5,7
/proc/11391/task/11453/stat : 11453 (java) S 11388 11391 9235 0 -1 1077944384 50291 13264 0 0 667 8 5 3 20 0 15 0 416389787 11107311616 271429 33554432000 4194304 4196468 140723993028336 139744753305584 139745328581250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11454] ppid=11388 vsize=10846984 memory=2124 CPUtime=7.07 cores=1,3,5,7
/proc/11391/task/11454/stat : 11454 (java) S 11388 11391 9235 0 -1 1077944384 41760 13264 0 0 694 5 5 3 20 0 15 0 416389787 11107311616 271429 33554432000 4194304 4196468 140723993028336 139744752253040 139745328581250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11455] ppid=11388 vsize=10846984 memory=6791534058613427641 CPUtime=3.02 cores=1,3,5,7
/proc/11391/task/11455/stat : 11455 (java) S 11388 11391 9235 0 -1 1077944384 46013 13264 0 0 287 7 5 3 20 0 15 0 416389787 11107311616 271429 33554432000 4194304 4196468 140723993028336 139744751200496 139745328581250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11456] ppid=11388 vsize=10846984 memory=1808 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11456/stat : 11456 (java) S 11388 11391 9235 0 -1 1077944384 3 13264 0 0 0 0 5 3 20 0 15 0 416389787 11107311616 271429 33554432000 4194304 4196468 140723993028336 139743869094496 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11457] ppid=11388 vsize=10846984 memory=1085716 CPUtime=1.44 cores=1,3,5,7
/proc/11391/task/11457/stat : 11457 (java) S 11388 11391 9235 0 -1 1077944384 1293 13264 0 0 62 74 5 3 20 0 15 0 416389788 11107311616 271429 33554432000 4194304 4196468 140723993028336 139744750148400 139745328581250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
Current children cumulated CPU time: 2434.89 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1085716 KiB

[startup+2442.3 s]
/proc/loadavg: 1.24 1.34 1.43 3/227 11981
/proc/meminfo: memFree=28873616/32770624 swapFree=66934788/67108860
[pid=11391] ppid=11388 vsize=10846984 memory=1085744 CPUtime=2496.1 cores=1,3,5,7
/proc/11391/stat : 11391 (java) S 11388 11391 9235 0 -1 1077944320 282721 13264 0 0 249203 399 5 3 20 0 15 0 416389773 11107311616 271436 33554432000 4194304 4196468 140723993028336 140723993010880 139745328570103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
/proc/11391/statm: 2711746 271436 3635 1 0 2673805 0
[pid=11391/tid=11444] ppid=11388 vsize=10846984 memory=504 CPUtime=2414.4 cores=1,3,5,7
/proc/11391/task/11444/stat : 11444 (java) R 11388 11391 9235 0 -1 4202560 72131 13264 0 0 241373 59 5 3 20 0 15 0 416389782 11107311616 271436 33554432000 4194304 4196468 140723993028336 139745300405792 139744913466313 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11445] ppid=11388 vsize=10846984 memory=1085744 CPUtime=12.95 cores=1,3,5,7
/proc/11391/task/11445/stat : 11445 (java) S 11388 11391 9235 0 -1 1077944384 17456 13264 0 0 1223 64 5 3 20 0 15 0 416389783 11107311616 271436 33554432000 4194304 4196468 140723993028336 139745332812048 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11446] ppid=11388 vsize=10846984 memory=1085744 CPUtime=12.91 cores=1,3,5,7
/proc/11391/task/11446/stat : 11446 (java) S 11388 11391 9235 0 -1 1077944384 9571 13264 0 0 1217 66 5 3 20 0 15 0 416389783 11107311616 271436 33554432000 4194304 4196468 140723993028336 139745221085584 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11447] ppid=11388 vsize=10846984 memory=1085744 CPUtime=12.9 cores=1,3,5,7
/proc/11391/task/11447/stat : 11447 (java) S 11388 11391 9235 0 -1 1077944384 11796 13264 0 0 1220 62 5 3 20 0 15 0 416389783 11107311616 271436 33554432000 4194304 4196468 140723993028336 139745220033040 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11448] ppid=11388 vsize=10846984 memory=3620 CPUtime=12.89 cores=1,3,5,7
/proc/11391/task/11448/stat : 11448 (java) S 11388 11391 9235 0 -1 1077944384 11278 13264 0 0 1218 63 5 3 20 0 15 0 416389783 11107311616 271436 33554432000 4194304 4196468 140723993028336 139745218980496 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11449] ppid=11388 vsize=10846984 memory=1085744 CPUtime=12 cores=1,3,5,7
/proc/11391/task/11449/stat : 11449 (java) S 11388 11391 9235 0 -1 1077944384 16854 13264 0 0 1133 59 5 3 20 0 15 0 416389784 11107311616 271436 33554432000 4194304 4196468 140723993028336 139744787917296 139745328581250 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11450] ppid=11388 vsize=10846984 memory=1085744 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11450/stat : 11450 (java) S 11388 11391 9235 0 -1 1077944384 43 13264 0 0 0 0 5 3 20 0 15 0 416389784 11107311616 271436 33554432000 4194304 4196468 140723993028336 139744786863584 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11451] ppid=11388 vsize=10846984 memory=1085744 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11451/stat : 11451 (java) S 11388 11391 9235 0 -1 1077944384 7 13264 0 0 0 0 5 3 20 0 15 0 416389785 11107311616 271436 33554432000 4194304 4196468 140723993028336 139744210052608 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11452] ppid=11388 vsize=10846984 memory=1085744 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11452/stat : 11452 (java) S 11388 11391 9235 0 -1 1077944384 3 13264 0 0 0 0 5 3 20 0 15 0 416389787 11107311616 271436 33554432000 4194304 4196468 140723993028336 139743902653136 139745328588699 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11453] ppid=11388 vsize=10846984 memory=1083668 CPUtime=6.93 cores=1,3,5,7
/proc/11391/task/11453/stat : 11453 (java) S 11388 11391 9235 0 -1 1077944384 50694 13264 0 0 677 8 5 3 20 0 15 0 416389787 11107311616 271436 33554432000 4194304 4196468 140723993028336 139744753305584 139745328581250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11454] ppid=11388 vsize=10846984 memory=1085744 CPUtime=7.17 cores=1,3,5,7
/proc/11391/task/11454/stat : 11454 (java) S 11388 11391 9235 0 -1 1077944384 42446 13264 0 0 704 5 5 3 20 0 15 0 416389787 11107311616 271436 33554432000 4194304 4196468 140723993028336 139744752253040 139745328581250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11455] ppid=11388 vsize=10846984 memory=1408 CPUtime=3.07 cores=1,3,5,7
/proc/11391/task/11455/stat : 11455 (java) S 11388 11391 9235 0 -1 1077944384 46917 13264 0 0 292 7 5 3 20 0 15 0 416389787 11107311616 271436 33554432000 4194304 4196468 140723993028336 139744751200496 139745328581250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11456] ppid=11388 vsize=10846984 memory=3084 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11456/stat : 11456 (java) S 11388 11391 9235 0 -1 1077944384 3 13264 0 0 0 0 5 3 20 0 15 0 416389787 11107311616 271436 33554432000 4194304 4196468 140723993028336 139743869094496 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11457] ppid=11388 vsize=10846984 memory=1085744 CPUtime=1.47 cores=1,3,5,7
/proc/11391/task/11457/stat : 11457 (java) S 11388 11391 9235 0 -1 1077944384 1314 13264 0 0 63 76 5 3 20 0 15 0 416389788 11107311616 271436 33554432000 4194304 4196468 140723993028336 139744750148400 139745328581250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
Current children cumulated CPU time: 2496.1 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1085744 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2465.8 s]
/proc/loadavg: 1.37 1.37 1.44 3/229 11993
/proc/meminfo: memFree=28875108/32770624 swapFree=66934788/67108860
[pid=11391] ppid=11388 vsize=10846984 memory=1087792 CPUtime=2520 cores=1,3,5,7
/proc/11391/stat : 11391 (java) S 11388 11391 9235 0 -1 1077944320 284020 13264 0 0 251589 403 5 3 20 0 15 0 416389773 11107311616 271948 33554432000 4194304 4196468 140723993028336 140723993010880 139745328570103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
/proc/11391/statm: 2711746 271948 3635 1 0 2673805 0
[pid=11391/tid=11444] ppid=11388 vsize=10846984 memory=1564 CPUtime=2437.64 cores=1,3,5,7
/proc/11391/task/11444/stat : 11444 (java) R 11388 11391 9235 0 -1 4202560 72476 13264 0 0 243696 60 5 3 20 0 15 0 416389782 11107311616 271948 33554432000 4194304 4196468 140723993028336 139745300405280 139744913570622 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11445] ppid=11388 vsize=10846984 memory=924 CPUtime=13.08 cores=1,3,5,7
/proc/11391/task/11445/stat : 11445 (java) S 11388 11391 9235 0 -1 1077944384 17496 13264 0 0 1236 64 5 3 20 0 15 0 416389783 11107311616 271948 33554432000 4194304 4196468 140723993028336 139745332812048 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11446] ppid=11388 vsize=10846984 memory=1420 CPUtime=13.04 cores=1,3,5,7
/proc/11391/task/11446/stat : 11446 (java) S 11388 11391 9235 0 -1 1077944384 9680 13264 0 0 1229 67 5 3 20 0 15 0 416389783 11107311616 271948 33554432000 4194304 4196468 140723993028336 139745221085584 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11447] ppid=11388 vsize=10846984 memory=1087792 CPUtime=13.03 cores=1,3,5,7
/proc/11391/task/11447/stat : 11447 (java) S 11388 11391 9235 0 -1 1077944384 11800 13264 0 0 1233 62 5 3 20 0 15 0 416389783 11107311616 271948 33554432000 4194304 4196468 140723993028336 139745220033040 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11448] ppid=11388 vsize=10846984 memory=3852 CPUtime=13.02 cores=1,3,5,7
/proc/11391/task/11448/stat : 11448 (java) S 11388 11391 9235 0 -1 1077944384 11288 13264 0 0 1231 63 5 3 20 0 15 0 416389783 11107311616 271948 33554432000 4194304 4196468 140723993028336 139745218980496 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11449] ppid=11388 vsize=10846984 memory=2728 CPUtime=12.12 cores=1,3,5,7
/proc/11391/task/11449/stat : 11449 (java) S 11388 11391 9235 0 -1 1077944384 16914 13264 0 0 1144 60 5 3 20 0 15 0 416389784 11107311616 271948 33554432000 4194304 4196468 140723993028336 139744787917296 139745328581250 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11450] ppid=11388 vsize=10846984 memory=2612 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11450/stat : 11450 (java) S 11388 11391 9235 0 -1 1077944384 43 13264 0 0 0 0 5 3 20 0 15 0 416389784 11107311616 271948 33554432000 4194304 4196468 140723993028336 139744786863584 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11451] ppid=11388 vsize=10846984 memory=4104 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11451/stat : 11451 (java) S 11388 11391 9235 0 -1 1077944384 7 13264 0 0 0 0 5 3 20 0 15 0 416389785 11107311616 271948 33554432000 4194304 4196468 140723993028336 139744210052608 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11452] ppid=11388 vsize=10846984 memory=2832 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11452/stat : 11452 (java) S 11388 11391 9235 0 -1 1077944384 3 13264 0 0 0 0 5 3 20 0 15 0 416389787 11107311616 271948 33554432000 4194304 4196468 140723993028336 139743902653136 139745328588699 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11453] ppid=11388 vsize=10846984 memory=1548 CPUtime=6.93 cores=1,3,5,7
/proc/11391/task/11453/stat : 11453 (java) S 11388 11391 9235 0 -1 1077944384 50812 13264 0 0 677 8 5 3 20 0 15 0 416389787 11107311616 271948 33554432000 4194304 4196468 140723993028336 139744753305584 139745328581250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11454] ppid=11388 vsize=10846984 memory=1056 CPUtime=7.17 cores=1,3,5,7
/proc/11391/task/11454/stat : 11454 (java) S 11388 11391 9235 0 -1 1077944384 42648 13264 0 0 704 5 5 3 20 0 15 0 416389787 11107311616 271948 33554432000 4194304 4196468 140723993028336 139744752253040 139745328581250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11455] ppid=11388 vsize=10846984 memory=744 CPUtime=3.1 cores=1,3,5,7
/proc/11391/task/11455/stat : 11455 (java) S 11388 11391 9235 0 -1 1077944384 47313 13264 0 0 294 8 5 3 20 0 15 0 416389787 11107311616 271948 33554432000 4194304 4196468 140723993028336 139744751200496 139745328581250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11456] ppid=11388 vsize=10846984 memory=8296 CPUtime=0.08 cores=1,3,5,7
/proc/11391/task/11456/stat : 11456 (java) S 11388 11391 9235 0 -1 1077944384 3 13264 0 0 0 0 5 3 20 0 15 0 416389787 11107311616 271948 33554432000 4194304 4196468 140723993028336 139743869094496 139745328580309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
[pid=11391/tid=11457] ppid=11388 vsize=10846984 memory=5960 CPUtime=1.48 cores=1,3,5,7
/proc/11391/task/11457/stat : 11457 (java) S 11388 11391 9235 0 -1 1077944384 1329 13264 0 0 63 77 5 3 20 0 15 0 416389788 11107311616 271948 33554432000 4194304 4196468 140723993028336 139744750148400 139745328581250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140723993029360 140723993031877 140723993031877 140723993034703 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1087792 KiB

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

[startup+2465.83 s]
# the end of solver process 11391 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.96 s, system=4.07748 s

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

Child status: 143
Real time (s): 2465.83
CPU time (s): 2520.04
CPU user time (s): 2515.96
CPU system time (s): 4.07748
CPU usage (%): 102.199
Max. virtual memory (cumulated for all children) (KiB): 10849604
Max. memory (cumulated for all children) (KiB): 1087792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.96
system time used= 4.07748
maximum resident set size= 1092012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 297935
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 313582
involuntary context switches= 7551


# summary of solver processes directly reported to runsolver:
#   pid: 11391
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2515.96
#   total CPU system time (s): 4.07748

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4018 second user time and 23.674 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-13 20:59:04
IDJOB=4395818
IDBENCH=127846
IDSOLVER=2846
FILE ID=node151/4395818-1568401183
RUNJOBID= node151-1568393581-9267
PBS_JOBID= 21701866
Free space on /tmp= 59276 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/RectPacking/RectPacking-m1-perf/RectPacking-perfect-203.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395818-1568401183/watcher-4395818-1568401183 -o /tmp/evaluation-result-4395818-1568401183/solver-4395818-1568401183 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568393581-9267 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=345822040 HOME/instance-4395818-1568401183.xml

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

MD5SUM BENCH= ce251f4c9ae0df3aa97e9296eb89cd68
RANDOM SEED=345822040

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30361996 kB
MemAvailable:   31187056 kB
Buffers:          168340 kB
Cached:           949160 kB
SwapCached:        71460 kB
Active:          1298664 kB
Inactive:         560980 kB
Active(anon):     676960 kB
Inactive(anon):    97944 kB
Active(file):     621704 kB
Inactive(file):   463036 kB
Unevictable:      109748 kB
Mlocked:          109748 kB
SwapTotal:      67108860 kB
SwapFree:       66934756 kB
Dirty:             35428 kB
Writeback:             0 kB
AnonPages:        781244 kB
Mapped:            50000 kB
Shmem:             23996 kB
Slab:             141036 kB
SReclaimable:     112312 kB
SUnreclaim:        28724 kB
KernelStack:        3824 kB
PageTables:         7044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1934892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    655360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 59240 MiB
End job on node151 at 2019-09-13 21:40:10