Trace number 4395982

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.09 2483.74

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-27-083.xml
MD5SUMd1662e28cf77722711a0da36cf655d3c
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 variables54
Number of constraints351
Number of domains27
Minimum domain size57
Maximum domain size83
Distribution of domain sizes[{"size":57,"count":2},{"size":58,"count":2},{"size":59,"count":2},{"size":60,"count":2},{"size":61,"count":2},{"size":62,"count":2},{"size":63,"count":2},{"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}]
Minimum variable degree26
Maximum variable degree26
Distribution of variable degrees[{"degree":26,"count":54}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":351}]
Number of extensional constraints0
Number of intensional constraints351
Distribution of constraint types[{"type":"intension","count":351}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395982-1568413912/watcher-4395982-1568413912 -o /tmp/evaluation-result-4395982-1568413912/solver-4395982-1568413912 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568389496-7296 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1729282426 HOME/instance-4395982-1568413912.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=12290, runsolver pid=12287

[startup+0.100138 s]*
/proc/loadavg: 1.08 1.44 1.59 3/217 12347
/proc/meminfo: memFree=25775900/32770624 swapFree=66997472/67108860
[pid=12290] ppid=12287 vsize=9972712 memory=17080 CPUtime=0.09 cores=1,3,5,7
/proc/12290/stat : 12290 (java) S 12287 12290 7264 0 -1 1077944320 4500 13357 0 0 1 0 5 3 20 0 6 0 417645897 10212057088 4270 33554432000 4194304 4196468 140727464444736 140727464427280 140312002748151 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
/proc/12290/statm: 2493178 4270 1935 1 0 2481616 0
[pid=12290/tid=12343] ppid=12287 vsize=9972712 memory=720575944405811505 CPUtime=0.09 cores=1,3,5,7
/proc/12290/task/12343/stat : 12343 (java) R 12287 12290 7264 0 -1 4202560 2317 13357 0 0 1 0 5 3 20 0 6 0 417645906 10212057088 4270 33554432000 4194304 4196468 140727464444736 140311974584912 140311987183056 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12344] ppid=12287 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12344/stat : 12344 (java) S 12287 12290 7264 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 6 0 417645906 10212057088 4270 33554432000 4194304 4196468 140727464444736 140312006990736 140312002758357 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12345] ppid=12287 vsize=9972712 memory=139896867395175 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12345/stat : 12345 (java) S 12287 12290 7264 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 6 0 417645906 10212057088 4270 33554432000 4194304 4196468 140727464444736 140311895264016 140312002758357 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12346] ppid=12287 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12346/stat : 12346 (java) S 12287 12290 7264 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 6 0 417645906 10212057088 4270 33554432000 4194304 4196468 140727464444736 140311894211728 140312002758357 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12347] ppid=12287 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12347/stat : 12347 (java) S 12287 12290 7264 0 -1 1077944384 2 13357 0 0 0 0 5 3 20 0 6 0 417645906 10212057088 4270 33554432000 4194304 4196468 140727464444736 140311893158928 140312002758357 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.210208 s]*
/proc/loadavg: 1.08 1.44 1.59 4/226 12356
/proc/meminfo: memFree=25757132/32770624 swapFree=66997472/67108860
[pid=12290] ppid=12287 vsize=10819664 memory=37224 CPUtime=0.26 cores=1,3,5,7
/proc/12290/stat : 12290 (java) S 12287 12290 7264 0 -1 1077944320 7166 13357 0 0 17 1 5 3 20 0 15 0 417645897 11079335936 9306 33554432000 4194304 4196468 140727464444736 140727464427280 140312002748151 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
/proc/12290/statm: 2704916 9306 3167 1 0 2667149 0
[pid=12290/tid=12343] ppid=12287 vsize=10819664 memory=729618466009055537 CPUtime=0.19 cores=1,3,5,7
/proc/12290/task/12343/stat : 12343 (java) R 12287 12290 7264 0 -1 4202560 3646 13357 0 0 11 0 5 3 20 0 15 0 417645906 11079335936 9306 33554432000 4194304 4196468 140727464444736 140311974580616 140311988816270 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12344] ppid=12287 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12344/stat : 12344 (java) S 12287 12290 7264 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 15 0 417645906 11079335936 9306 33554432000 4194304 4196468 140727464444736 140312006990736 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12345] ppid=12287 vsize=10819664 memory=139896867395175 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12345/stat : 12345 (java) S 12287 12290 7264 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 15 0 417645906 11079335936 9306 33554432000 4194304 4196468 140727464444736 140311895264016 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12346] ppid=12287 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12346/stat : 12346 (java) S 12287 12290 7264 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 15 0 417645906 11079335936 9306 33554432000 4194304 4196468 140727464444736 140311894211728 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12347] ppid=12287 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12347/stat : 12347 (java) S 12287 12290 7264 0 -1 1077944384 2 13357 0 0 0 0 5 3 20 0 15 0 417645906 11079335936 9306 33554432000 4194304 4196468 140727464444736 140311893158928 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12348] ppid=12287 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12348/stat : 12348 (java) S 12287 12290 7264 0 -1 1077944384 2 13357 0 0 0 0 5 3 20 0 15 0 417645908 11079335936 9306 33554432000 4194304 4196468 140727464444736 140311004149872 140312002759298 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12349] ppid=12287 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12349/stat : 12349 (java) S 12287 12290 7264 0 -1 1077944384 33 13357 0 0 0 0 5 3 20 0 15 0 417645908 11079335936 9306 33554432000 4194304 4196468 140727464444736 140311003095840 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12350] ppid=12287 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12350/stat : 12350 (java) S 12287 12290 7264 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 15 0 417645908 11079335936 9818 33554432000 4194304 4196468 140727464444736 140310877299824 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12351] ppid=12287 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12351/stat : 12351 (java) S 12287 12290 7264 0 -1 1077944384 3 13357 0 0 0 0 5 3 20 0 15 0 417645911 11079335936 9818 33554432000 4194304 4196468 140727464444736 140310569900112 140312002766747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12352] ppid=12287 vsize=10819664 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/12290/task/12352/stat : 12352 (java) S 12287 12290 7264 0 -1 1077944384 473 13357 0 0 1 0 5 3 20 0 15 0 417645911 11079335936 9818 33554432000 4194304 4196468 140727464444736 140310969539184 140312002759298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12353] ppid=12287 vsize=10819664 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/12290/task/12353/stat : 12353 (java) S 12287 12290 7264 0 -1 1077944384 175 13357 0 0 1 0 5 3 20 0 15 0 417645911 11079335936 9818 33554432000 4194304 4196468 140727464444736 140310968486384 140312002759298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12354] ppid=12287 vsize=10819664 memory=139896867382912 CPUtime=0.11 cores=1,3,5,7
/proc/12290/task/12354/stat : 12354 (java) R 12287 12290 7264 0 -1 4202560 620 13357 0 0 3 0 5 3 20 0 15 0 417645911 11079335936 9818 33554432000 4194304 4196468 140727464444736 140310967434096 140311981369024 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12355] ppid=12287 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12355/stat : 12355 (java) S 12287 12290 7264 0 -1 1077944384 3 13357 0 0 0 0 5 3 20 0 15 0 417645911 11079335936 9818 33554432000 4194304 4196468 140727464444736 140310536342496 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12356] ppid=12287 vsize=10819664 memory=139896867382912 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12356/stat : 12356 (java) S 12287 12290 7264 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 15 0 417645912 11079335936 9818 33554432000 4194304 4196468 140727464444736 140310966380976 140312002759298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 37224 KiB

[startup+0.310656 s]*
/proc/loadavg: 1.08 1.44 1.59 4/226 12356
/proc/meminfo: memFree=25745072/32770624 swapFree=66997472/67108860
[pid=12290] ppid=12287 vsize=10820148 memory=48364 CPUtime=0.41 cores=1,3,5,7
/proc/12290/stat : 12290 (java) S 12287 12290 7264 0 -1 1077944320 10868 13357 0 0 30 3 5 3 20 0 15 0 417645897 11079831552 12091 33554432000 4194304 4196468 140727464444736 140727464427280 140312002748151 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
/proc/12290/statm: 2705037 12091 3299 1 0 2667149 0
[pid=12290/tid=12343] ppid=12287 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/12290/task/12343/stat : 12343 (java) R 12287 12290 7264 0 -1 4202560 7324 13357 0 0 19 2 5 3 20 0 15 0 417645906 11079831552 12091 33554432000 4194304 4196468 140727464444736 140311974554256 140312002770077 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12344] ppid=12287 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12344/stat : 12344 (java) S 12287 12290 7264 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 15 0 417645906 11079831552 12091 33554432000 4194304 4196468 140727464444736 140312006990736 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12345] ppid=12287 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12345/stat : 12345 (java) S 12287 12290 7264 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 15 0 417645906 11079831552 12091 33554432000 4194304 4196468 140727464444736 140311895264016 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12346] ppid=12287 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12346/stat : 12346 (java) S 12287 12290 7264 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 15 0 417645906 11079831552 12091 33554432000 4194304 4196468 140727464444736 140311894211728 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12347] ppid=12287 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12347/stat : 12347 (java) S 12287 12290 7264 0 -1 1077944384 2 13357 0 0 0 0 5 3 20 0 15 0 417645906 11079831552 12091 33554432000 4194304 4196468 140727464444736 140311893158928 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12348] ppid=12287 vsize=10820148 memory=139896867382911 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12348/stat : 12348 (java) S 12287 12290 7264 0 -1 1077944384 2 13357 0 0 0 0 5 3 20 0 15 0 417645908 11079831552 12091 33554432000 4194304 4196468 140727464444736 140311004149872 140312002759298 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12349] ppid=12287 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12349/stat : 12349 (java) S 12287 12290 7264 0 -1 1077944384 33 13357 0 0 0 0 5 3 20 0 15 0 417645908 11079831552 12091 33554432000 4194304 4196468 140727464444736 140311003095840 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12350] ppid=12287 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12350/stat : 12350 (java) S 12287 12290 7264 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 15 0 417645908 11079831552 12091 33554432000 4194304 4196468 140727464444736 140310877299824 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12351] ppid=12287 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12351/stat : 12351 (java) S 12287 12290 7264 0 -1 1077944384 3 13357 0 0 0 0 5 3 20 0 15 0 417645911 11079831552 12091 33554432000 4194304 4196468 140727464444736 140310569900112 140312002766747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12352] ppid=12287 vsize=10820148 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/12290/task/12352/stat : 12352 (java) S 12287 12290 7264 0 -1 1077944384 474 13357 0 0 2 0 5 3 20 0 15 0 417645911 11079831552 12091 33554432000 4194304 4196468 140727464444736 140310969539184 140312002759298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12353] ppid=12287 vsize=10820148 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/12290/task/12353/stat : 12353 (java) S 12287 12290 7264 0 -1 1077944384 185 13357 0 0 2 0 5 3 20 0 15 0 417645911 11079831552 12091 33554432000 4194304 4196468 140727464444736 140310968486384 140312002759298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12354] ppid=12287 vsize=10820148 memory=139896867382912 CPUtime=0.13 cores=1,3,5,7
/proc/12290/task/12354/stat : 12354 (java) R 12287 12290 7264 0 -1 4202560 629 13357 0 0 5 0 5 3 20 0 15 0 417645911 11079831552 12091 33554432000 4194304 4196468 140727464444736 140310967434096 140311982715267 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12355] ppid=12287 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12355/stat : 12355 (java) S 12287 12290 7264 0 -1 1077944384 3 13357 0 0 0 0 5 3 20 0 15 0 417645911 11079831552 12091 33554432000 4194304 4196468 140727464444736 140310536342496 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12356] ppid=12287 vsize=10820148 memory=139896867382912 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12356/stat : 12356 (java) S 12287 12290 7264 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 15 0 417645912 11079831552 12091 33554432000 4194304 4196468 140727464444736 140310966380976 140312002759298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 48364 KiB

[startup+0.700671 s]
/proc/loadavg: 1.08 1.44 1.59 3/226 12356
/proc/meminfo: memFree=25729652/32770624 swapFree=66997472/67108860
[pid=12290] ppid=12287 vsize=10824360 memory=81392 CPUtime=1.12 cores=1,3,5,7
/proc/12290/stat : 12290 (java) S 12287 12290 7264 0 -1 1077944320 15157 13357 0 0 99 5 5 3 20 0 15 0 417645897 11084144640 20348 33554432000 4194304 4196468 140727464444736 140727464427280 140312002748151 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
/proc/12290/statm: 2706090 20348 3507 1 0 2668173 0
[pid=12290/tid=12343] ppid=12287 vsize=10824360 memory=7810487918915055718 CPUtime=0.67 cores=1,3,5,7
/proc/12290/task/12343/stat : 12343 (java) R 12287 12290 7264 0 -1 4202560 10298 13357 0 0 55 4 5 3 20 0 15 0 417645906 11084144640 20348 33554432000 4194304 4196468 140727464444736 140311974575312 140312002770077 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12344] ppid=12287 vsize=10824360 memory=1380 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12344/stat : 12344 (java) S 12287 12290 7264 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 15 0 417645906 11084144640 20348 33554432000 4194304 4196468 140727464444736 140312006990736 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12345] ppid=12287 vsize=10824360 memory=1128 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12345/stat : 12345 (java) S 12287 12290 7264 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 15 0 417645906 11084144640 20348 33554432000 4194304 4196468 140727464444736 140311895264016 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12346] ppid=12287 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12346/stat : 12346 (java) S 12287 12290 7264 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 15 0 417645906 11084144640 20348 33554432000 4194304 4196468 140727464444736 140311894211728 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12347] ppid=12287 vsize=10824360 memory=139896867381745 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12347/stat : 12347 (java) S 12287 12290 7264 0 -1 1077944384 2 13357 0 0 0 0 5 3 20 0 15 0 417645906 11084144640 20348 33554432000 4194304 4196468 140727464444736 140311893158928 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12348] ppid=12287 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12348/stat : 12348 (java) S 12287 12290 7264 0 -1 1077944384 5 13357 0 0 0 0 5 3 20 0 15 0 417645908 11084144640 20348 33554432000 4194304 4196468 140727464444736 140311004149872 140312002759298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12349] ppid=12287 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12349/stat : 12349 (java) S 12287 12290 7264 0 -1 1077944384 33 13357 0 0 0 0 5 3 20 0 15 0 417645908 11084144640 20348 33554432000 4194304 4196468 140727464444736 140311003095840 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12350] ppid=12287 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12350/stat : 12350 (java) S 12287 12290 7264 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 15 0 417645908 11084144640 20348 33554432000 4194304 4196468 140727464444736 140310877299824 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12351] ppid=12287 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12351/stat : 12351 (java) S 12287 12290 7264 0 -1 1077944384 3 13357 0 0 0 0 5 3 20 0 15 0 417645911 11084144640 20348 33554432000 4194304 4196468 140727464444736 140310569900112 140312002766747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12352] ppid=12287 vsize=10824360 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/12290/task/12352/stat : 12352 (java) R 12287 12290 7264 0 -1 4202560 1096 13357 0 0 14 0 5 3 20 0 15 0 417645911 11084144640 20348 33554432000 4194304 4196468 140727464444736 140310969539184 140311985960498 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12353] ppid=12287 vsize=10824360 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/12290/task/12353/stat : 12353 (java) R 12287 12290 7264 0 -1 1077944384 592 13357 0 0 10 0 5 3 20 0 15 0 417645911 11084144640 20348 33554432000 4194304 4196468 140727464444736 140310968486384 140312002759298 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12354] ppid=12287 vsize=10824360 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/12290/task/12354/stat : 12354 (java) R 12287 12290 7264 0 -1 4202560 911 13357 0 0 17 0 5 3 20 0 15 0 417645911 11084144640 20348 33554432000 4194304 4196468 140727464444736 140310967434096 140312002760086 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12355] ppid=12287 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12355/stat : 12355 (java) S 12287 12290 7264 0 -1 1077944384 3 13357 0 0 0 0 5 3 20 0 15 0 417645911 11084144640 20348 33554432000 4194304 4196468 140727464444736 140310536342496 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12356] ppid=12287 vsize=10824360 memory=3624 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12356/stat : 12356 (java) S 12287 12290 7264 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 15 0 417645912 11084144640 20348 33554432000 4194304 4196468 140727464444736 140310966380976 140312002759298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 81392 KiB

[startup+1.50616 s]
/proc/loadavg: 1.08 1.44 1.59 3/226 12356
/proc/meminfo: memFree=25686204/32770624 swapFree=66997472/67108860
[pid=12290] ppid=12287 vsize=10834676 memory=173456 CPUtime=2.56 cores=1,3,5,7
/proc/12290/stat : 12290 (java) S 12287 12290 7264 0 -1 1077944320 21929 13357 0 0 237 11 5 3 20 0 15 0 417645897 11094708224 43364 33554432000 4194304 4196468 140727464444736 140727464427280 140312002748151 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
/proc/12290/statm: 2708669 43364 3586 1 0 2670733 0
[pid=12290/tid=12343] ppid=12287 vsize=10834676 memory=56 CPUtime=1.44 cores=1,3,5,7
/proc/12290/task/12343/stat : 12343 (java) R 12287 12290 7264 0 -1 4202560 15177 13357 0 0 130 6 5 3 20 0 15 0 417645906 11094708224 43364 33554432000 4194304 4196468 140727464444736 140311974546064 140312002760086 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12344] ppid=12287 vsize=10834676 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/12290/task/12344/stat : 12344 (java) S 12287 12290 7264 0 -1 1077944384 62 13357 0 0 1 0 5 3 20 0 15 0 417645906 11094708224 43364 33554432000 4194304 4196468 140727464444736 140312006990736 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12345] ppid=12287 vsize=10834676 memory=139896867392993 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12345/stat : 12345 (java) S 12287 12290 7264 0 -1 1077944384 300 13357 0 0 0 0 5 3 20 0 15 0 417645906 11094708224 43364 33554432000 4194304 4196468 140727464444736 140311895264016 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12346] ppid=12287 vsize=10834676 memory=139896867390785 CPUtime=0.09 cores=1,3,5,7
/proc/12290/task/12346/stat : 12346 (java) S 12287 12290 7264 0 -1 1077944384 33 13357 0 0 1 0 5 3 20 0 15 0 417645906 11094708224 43364 33554432000 4194304 4196468 140727464444736 140311894211728 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12347] ppid=12287 vsize=10834676 memory=139896867392673 CPUtime=0.09 cores=1,3,5,7
/proc/12290/task/12347/stat : 12347 (java) S 12287 12290 7264 0 -1 1077944384 70 13357 0 0 1 0 5 3 20 0 15 0 417645906 11094708224 43364 33554432000 4194304 4196468 140727464444736 140311893158928 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12348] ppid=12287 vsize=10834676 memory=1380 CPUtime=0.09 cores=1,3,5,7
/proc/12290/task/12348/stat : 12348 (java) S 12287 12290 7264 0 -1 1077944384 159 13357 0 0 1 0 5 3 20 0 15 0 417645908 11094708224 43364 33554432000 4194304 4196468 140727464444736 140311004149872 140312002759298 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12349] ppid=12287 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12349/stat : 12349 (java) S 12287 12290 7264 0 -1 1077944384 34 13357 0 0 0 0 5 3 20 0 15 0 417645908 11094708224 43364 33554432000 4194304 4196468 140727464444736 140311003095840 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12350] ppid=12287 vsize=10834676 memory=6297271782605672553 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12350/stat : 12350 (java) S 12287 12290 7264 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 15 0 417645908 11094708224 43364 33554432000 4194304 4196468 140727464444736 140310877299840 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12351] ppid=12287 vsize=10834676 memory=7666367254487001185 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12351/stat : 12351 (java) S 12287 12290 7264 0 -1 1077944384 3 13357 0 0 0 0 5 3 20 0 15 0 417645911 11094708224 43364 33554432000 4194304 4196468 140727464444736 140310569900112 140312002766747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12352] ppid=12287 vsize=10834676 memory=7521693501888288367 CPUtime=0.37 cores=1,3,5,7
/proc/12290/task/12352/stat : 12352 (java) S 12287 12290 7264 0 -1 1077944384 1292 13357 0 0 29 0 5 3 20 0 15 0 417645911 11094708224 43364 33554432000 4194304 4196468 140727464444736 140310969539184 140312002759298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12353] ppid=12287 vsize=10834676 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/12290/task/12353/stat : 12353 (java) R 12287 12290 7264 0 -1 4202560 853 13357 0 0 27 1 5 3 20 0 15 0 417645911 11094708224 43364 33554432000 4194304 4196468 140727464444736 140310968486384 140311987629800 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12354] ppid=12287 vsize=10834676 memory=4949696295840688515 CPUtime=0.51 cores=1,3,5,7
/proc/12290/task/12354/stat : 12354 (java) R 12287 12290 7264 0 -1 1077944384 1732 13357 0 0 43 0 5 3 20 0 15 0 417645911 11094708224 43364 33554432000 4194304 4196468 140727464444736 140310967429824 140312002758357 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12355] ppid=12287 vsize=10834676 memory=-7390251449858225344 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12355/stat : 12355 (java) S 12287 12290 7264 0 -1 1077944384 3 13357 0 0 0 0 5 3 20 0 15 0 417645911 11094708224 43364 33554432000 4194304 4196468 140727464444736 140310536342496 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12356] ppid=12287 vsize=10834676 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12356/stat : 12356 (java) S 12287 12290 7264 0 -1 1077944384 1 13357 0 0 0 0 5 3 20 0 15 0 417645912 11094708224 43364 33554432000 4194304 4196468 140727464444736 140310966380976 140312002759298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
Current children cumulated CPU time: 2.56 s
Current children cumulated vsize: 10834676 KiB

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

/proc/12290/task/12343/stat : 12343 (java) R 12287 12290 7264 0 -1 4202560 61084 13357 0 0 236581 36 5 3 20 0 15 0 417645906 11107311616 202168 33554432000 4194304 4196468 140727464444736 140311974583856 140311570103864 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12344] ppid=12287 vsize=10846984 memory=808660 CPUtime=7.32 cores=1,3,5,7
/proc/12290/task/12344/stat : 12344 (java) S 12287 12290 7264 0 -1 1077944384 14602 13357 0 0 688 36 5 3 20 0 15 0 417645906 11107311616 202168 33554432000 4194304 4196468 140727464444736 140312006990736 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12345] ppid=12287 vsize=10846984 memory=808660 CPUtime=7.35 cores=1,3,5,7
/proc/12290/task/12345/stat : 12345 (java) S 12287 12290 7264 0 -1 1077944384 12879 13357 0 0 688 39 5 3 20 0 15 0 417645906 11107311616 202168 33554432000 4194304 4196468 140727464444736 140311895264016 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12346] ppid=12287 vsize=10846984 memory=808660 CPUtime=7.34 cores=1,3,5,7
/proc/12290/task/12346/stat : 12346 (java) S 12287 12290 7264 0 -1 1077944384 15146 13357 0 0 688 38 5 3 20 0 15 0 417645906 11107311616 202168 33554432000 4194304 4196468 140727464444736 140311894211728 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12347] ppid=12287 vsize=10846984 memory=808660 CPUtime=7.34 cores=1,3,5,7
/proc/12290/task/12347/stat : 12347 (java) S 12287 12290 7264 0 -1 1077944384 13358 13357 0 0 686 40 5 3 20 0 15 0 417645906 11107311616 202168 33554432000 4194304 4196468 140727464444736 140311893158928 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12348] ppid=12287 vsize=10846984 memory=808672 CPUtime=6.88 cores=1,3,5,7
/proc/12290/task/12348/stat : 12348 (java) S 12287 12290 7264 0 -1 1077944384 14796 13357 0 0 643 37 5 3 20 0 15 0 417645908 11107311616 202168 33554432000 4194304 4196468 140727464444736 140311004149872 140312002759298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12349] ppid=12287 vsize=10846984 memory=876 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12349/stat : 12349 (java) S 12287 12290 7264 0 -1 1077944384 45 13357 0 0 0 0 5 3 20 0 15 0 417645908 11107311616 202168 33554432000 4194304 4196468 140727464444736 140311003095904 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12350] ppid=12287 vsize=10846984 memory=209 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12350/stat : 12350 (java) S 12287 12290 7264 0 -1 1077944384 10 13357 0 0 0 0 5 3 20 0 15 0 417645908 11107311616 202168 33554432000 4194304 4196468 140727464444736 140310877299840 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12351] ppid=12287 vsize=10846984 memory=808660 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12351/stat : 12351 (java) S 12287 12290 7264 0 -1 1077944384 3 13357 0 0 0 0 5 3 20 0 15 0 417645911 11107311616 202168 33554432000 4194304 4196468 140727464444736 140310569900112 140312002766747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12352] ppid=12287 vsize=10846984 memory=806488 CPUtime=5.77 cores=1,3,5,7
/proc/12290/task/12352/stat : 12352 (java) S 12287 12290 7264 0 -1 1077944384 29970 13357 0 0 566 3 5 3 20 0 15 0 417645911 11107311616 202168 33554432000 4194304 4196468 140727464444736 140310969539184 140312002759298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12353] ppid=12287 vsize=10846984 memory=808672 CPUtime=6.1 cores=1,3,5,7
/proc/12290/task/12353/stat : 12353 (java) S 12287 12290 7264 0 -1 1077944384 36760 13357 0 0 597 5 5 3 20 0 15 0 417645911 11107311616 202168 33554432000 4194304 4196468 140727464444736 140310968486384 140312002759298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12354] ppid=12287 vsize=10846984 memory=808672 CPUtime=2.5 cores=1,3,5,7
/proc/12290/task/12354/stat : 12354 (java) S 12287 12290 7264 0 -1 1077944384 20752 13357 0 0 237 5 5 3 20 0 15 0 417645911 11107311616 202168 33554432000 4194304 4196468 140727464444736 140310967434096 140312002759298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12355] ppid=12287 vsize=10846984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12355/stat : 12355 (java) S 12287 12290 7264 0 -1 1077944384 3 13357 0 0 0 0 5 3 20 0 15 0 417645911 11107311616 202168 33554432000 4194304 4196468 140727464444736 140310536342496 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12356] ppid=12287 vsize=10846984 memory=602 CPUtime=1.51 cores=1,3,5,7
/proc/12290/task/12356/stat : 12356 (java) S 12287 12290 7264 0 -1 1077944384 2035 13357 0 0 66 77 5 3 20 0 15 0 417645912 11107311616 202168 33554432000 4194304 4196468 140727464444736 140310966380976 140312002759298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
Current children cumulated CPU time: 2417.76 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 808672 KiB

[startup+2442.3 s]
/proc/loadavg: 0.48 0.63 0.87 2/206 12670
/proc/meminfo: memFree=29866912/32770624 swapFree=66997512/67108860
[pid=12290] ppid=12287 vsize=10846984 memory=808700 CPUtime=2478.29 cores=1,3,5,7
/proc/12290/stat : 12290 (java) S 12287 12290 7264 0 -1 1077944320 224892 13357 0 0 247545 276 5 3 20 0 15 0 417645897 11107311616 202175 33554432000 4194304 4196468 140727464444736 140727464427280 140312002748151 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
/proc/12290/statm: 2711746 202175 3628 1 0 2673805 0
[pid=12290/tid=12343] ppid=12287 vsize=10846984 memory=808660 CPUtime=2425.86 cores=1,3,5,7
/proc/12290/task/12343/stat : 12343 (java) R 12287 12290 7264 0 -1 4202560 61604 13357 0 0 242541 37 5 3 20 0 15 0 417645906 11107311616 202175 33554432000 4194304 4196468 140727464444736 140311974583600 140311585595083 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12344] ppid=12287 vsize=10846984 memory=808684 CPUtime=7.51 cores=1,3,5,7
/proc/12290/task/12344/stat : 12344 (java) S 12287 12290 7264 0 -1 1077944384 14770 13357 0 0 705 38 5 3 20 0 15 0 417645906 11107311616 202175 33554432000 4194304 4196468 140727464444736 140312006990736 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12345] ppid=12287 vsize=10846984 memory=808684 CPUtime=7.53 cores=1,3,5,7
/proc/12290/task/12345/stat : 12345 (java) S 12287 12290 7264 0 -1 1077944384 12911 13357 0 0 705 40 5 3 20 0 15 0 417645906 11107311616 202175 33554432000 4194304 4196468 140727464444736 140311895264016 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12346] ppid=12287 vsize=10846984 memory=808684 CPUtime=7.52 cores=1,3,5,7
/proc/12290/task/12346/stat : 12346 (java) S 12287 12290 7264 0 -1 1077944384 15229 13357 0 0 705 39 5 3 20 0 15 0 417645906 11107311616 202175 33554432000 4194304 4196468 140727464444736 140311894211728 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12347] ppid=12287 vsize=10846984 memory=279793498052544 CPUtime=7.52 cores=1,3,5,7
/proc/12290/task/12347/stat : 12347 (java) S 12287 12290 7264 0 -1 1077944384 13530 13357 0 0 703 41 5 3 20 0 15 0 417645906 11107311616 202175 33554432000 4194304 4196468 140727464444736 140311893158928 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12348] ppid=12287 vsize=10846984 memory=808684 CPUtime=7.05 cores=1,3,5,7
/proc/12290/task/12348/stat : 12348 (java) S 12287 12290 7264 0 -1 1077944384 15016 13357 0 0 660 37 5 3 20 0 15 0 417645908 11107311616 202175 33554432000 4194304 4196468 140727464444736 140311004149872 140312002759298 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12349] ppid=12287 vsize=10846984 memory=808684 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12349/stat : 12349 (java) S 12287 12290 7264 0 -1 1077944384 45 13357 0 0 0 0 5 3 20 0 15 0 417645908 11107311616 202175 33554432000 4194304 4196468 140727464444736 140311003095904 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12350] ppid=12287 vsize=10846984 memory=808700 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12350/stat : 12350 (java) S 12287 12290 7264 0 -1 1077944384 10 13357 0 0 0 0 5 3 20 0 15 0 417645908 11107311616 202175 33554432000 4194304 4196468 140727464444736 140310877299840 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12351] ppid=12287 vsize=10846984 memory=808700 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12351/stat : 12351 (java) S 12287 12290 7264 0 -1 1077944384 3 13357 0 0 0 0 5 3 20 0 15 0 417645911 11107311616 202175 33554432000 4194304 4196468 140727464444736 140310569900112 140312002766747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12352] ppid=12287 vsize=10846984 memory=808684 CPUtime=5.77 cores=1,3,5,7
/proc/12290/task/12352/stat : 12352 (java) S 12287 12290 7264 0 -1 1077944384 29972 13357 0 0 566 3 5 3 20 0 15 0 417645911 11107311616 202175 33554432000 4194304 4196468 140727464444736 140310969539184 140312002759298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12353] ppid=12287 vsize=10846984 memory=808700 CPUtime=6.1 cores=1,3,5,7
/proc/12290/task/12353/stat : 12353 (java) S 12287 12290 7264 0 -1 1077944384 36762 13357 0 0 597 5 5 3 20 0 15 0 417645911 11107311616 202175 33554432000 4194304 4196468 140727464444736 140310968486384 140312002759298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12354] ppid=12287 vsize=10846984 memory=808700 CPUtime=2.5 cores=1,3,5,7
/proc/12290/task/12354/stat : 12354 (java) S 12287 12290 7264 0 -1 1077944384 20754 13357 0 0 237 5 5 3 20 0 15 0 417645911 11107311616 202175 33554432000 4194304 4196468 140727464444736 140310967434096 140312002759298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12355] ppid=12287 vsize=10846984 memory=808684 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12355/stat : 12355 (java) S 12287 12290 7264 0 -1 1077944384 3 13357 0 0 0 0 5 3 20 0 15 0 417645911 11107311616 202175 33554432000 4194304 4196468 140727464444736 140310536342496 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12356] ppid=12287 vsize=10846984 memory=7306062826167625572 CPUtime=1.55 cores=1,3,5,7
/proc/12290/task/12356/stat : 12356 (java) S 12287 12290 7264 0 -1 1077944384 2074 13357 0 0 68 79 5 3 20 0 15 0 417645912 11107311616 202175 33554432000 4194304 4196468 140727464444736 140310966380976 140312002759298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
Current children cumulated CPU time: 2478.29 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 808700 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2483.7 s]
/proc/loadavg: 0.50 0.61 0.86 2/206 12674
/proc/meminfo: memFree=29866928/32770624 swapFree=66997512/67108860
[pid=12290] ppid=12287 vsize=10846984 memory=808704 CPUtime=2520.05 cores=1,3,5,7
/proc/12290/stat : 12290 (java) S 12287 12290 7264 0 -1 1077944320 225622 13357 0 0 251717 280 5 3 20 0 15 0 417645897 11107311616 202176 33554432000 4194304 4196468 140727464444736 140727464427280 140312002748151 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
/proc/12290/statm: 2711746 202176 3628 1 0 2673805 0
[pid=12290/tid=12343] ppid=12287 vsize=10846984 memory=3624 CPUtime=2466.98 cores=1,3,5,7
/proc/12290/task/12343/stat : 12343 (java) R 12287 12290 7264 0 -1 4202560 61866 13357 0 0 246653 37 5 3 20 0 15 0 417645906 11107311616 202176 33554432000 4194304 4196468 140727464444736 140311974583504 140311585958726 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12344] ppid=12287 vsize=10846984 memory=808704 CPUtime=7.63 cores=1,3,5,7
/proc/12290/task/12344/stat : 12344 (java) S 12287 12290 7264 0 -1 1077944384 14852 13357 0 0 717 38 5 3 20 0 15 0 417645906 11107311616 202176 33554432000 4194304 4196468 140727464444736 140312006990736 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12345] ppid=12287 vsize=10846984 memory=1760 CPUtime=7.64 cores=1,3,5,7
/proc/12290/task/12345/stat : 12345 (java) S 12287 12290 7264 0 -1 1077944384 12917 13357 0 0 716 40 5 3 20 0 15 0 417645906 11107311616 202176 33554432000 4194304 4196468 140727464444736 140311895264016 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12346] ppid=12287 vsize=10846984 memory=808704 CPUtime=7.64 cores=1,3,5,7
/proc/12290/task/12346/stat : 12346 (java) S 12287 12290 7264 0 -1 1077944384 15239 13357 0 0 716 40 5 3 20 0 15 0 417645906 11107311616 202176 33554432000 4194304 4196468 140727464444736 140311894211728 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12347] ppid=12287 vsize=10846984 memory=808704 CPUtime=7.64 cores=1,3,5,7
/proc/12290/task/12347/stat : 12347 (java) S 12287 12290 7264 0 -1 1077944384 13664 13357 0 0 714 42 5 3 20 0 15 0 417645906 11107311616 202176 33554432000 4194304 4196468 140727464444736 140311893158928 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12348] ppid=12287 vsize=10846984 memory=242 CPUtime=7.17 cores=1,3,5,7
/proc/12290/task/12348/stat : 12348 (java) S 12287 12290 7264 0 -1 1077944384 15216 13357 0 0 671 38 5 3 20 0 15 0 417645908 11107311616 202176 33554432000 4194304 4196468 140727464444736 140311004149872 140312002759298 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12349] ppid=12287 vsize=10846984 memory=7738987635454535783 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12349/stat : 12349 (java) S 12287 12290 7264 0 -1 1077944384 45 13357 0 0 0 0 5 3 20 0 15 0 417645908 11107311616 202176 33554432000 4194304 4196468 140727464444736 140311003095904 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12350] ppid=12287 vsize=10846984 memory=5933600705232792422 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12350/stat : 12350 (java) S 12287 12290 7264 0 -1 1077944384 10 13357 0 0 0 0 5 3 20 0 15 0 417645908 11107311616 202176 33554432000 4194304 4196468 140727464444736 140310877299840 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12351] ppid=12287 vsize=10846984 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12351/stat : 12351 (java) S 12287 12290 7264 0 -1 1077944384 3 13357 0 0 0 0 5 3 20 0 15 0 417645911 11107311616 202176 33554432000 4194304 4196468 140727464444736 140310569900112 140312002766747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12352] ppid=12287 vsize=10846984 memory=2024 CPUtime=5.77 cores=1,3,5,7
/proc/12290/task/12352/stat : 12352 (java) S 12287 12290 7264 0 -1 1077944384 29975 13357 0 0 566 3 5 3 20 0 15 0 417645911 11107311616 202176 33554432000 4194304 4196468 140727464444736 140310969539184 140312002759298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12353] ppid=12287 vsize=10846984 memory=3624 CPUtime=6.1 cores=1,3,5,7
/proc/12290/task/12353/stat : 12353 (java) S 12287 12290 7264 0 -1 1077944384 36764 13357 0 0 597 5 5 3 20 0 15 0 417645911 11107311616 202176 33554432000 4194304 4196468 140727464444736 140310968486384 140312002759298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12354] ppid=12287 vsize=10846984 memory=26360 CPUtime=2.5 cores=1,3,5,7
/proc/12290/task/12354/stat : 12354 (java) S 12287 12290 7264 0 -1 1077944384 20756 13357 0 0 237 5 5 3 20 0 15 0 417645911 11107311616 202176 33554432000 4194304 4196468 140727464444736 140310967434096 140312002759298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12355] ppid=12287 vsize=10846984 memory=808704 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12355/stat : 12355 (java) S 12287 12290 7264 0 -1 1077944384 3 13357 0 0 0 0 5 3 20 0 15 0 417645911 11107311616 202176 33554432000 4194304 4196468 140727464444736 140310536342496 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12356] ppid=12287 vsize=10846984 memory=808704 CPUtime=1.58 cores=1,3,5,7
/proc/12290/task/12356/stat : 12356 (java) S 12287 12290 7264 0 -1 1077944384 2103 13357 0 0 70 80 5 3 20 0 15 0 417645912 11107311616 202176 33554432000 4194304 4196468 140727464444736 140310966380976 140312002759298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 808704 KiB

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

[startup+2483.74 s]
# the end of solver process 12290 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.25 s, system=2.84359 s

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

[startup+2483.7 s]
/proc/loadavg: 0.50 0.61 0.86 2/206 12674
/proc/meminfo: memFree=29866928/32770624 swapFree=66997512/67108860
[pid=12290] ppid=12287 vsize=10846984 memory=808704 CPUtime=2520.05 cores=1,3,5,7
/proc/12290/stat : 12290 (java) S 12287 12290 7264 0 -1 1077944320 225622 13357 0 0 251717 280 5 3 20 0 15 0 417645897 11107311616 202176 33554432000 4194304 4196468 140727464444736 140727464427280 140312002748151 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
/proc/12290/statm: 2711746 202176 3628 1 0 2673805 0
[pid=12290/tid=12343] ppid=12287 vsize=10846984 memory=3624 CPUtime=2466.98 cores=1,3,5,7
/proc/12290/task/12343/stat : 12343 (java) R 12287 12290 7264 0 -1 4202560 61866 13357 0 0 246653 37 5 3 20 0 15 0 417645906 11107311616 202176 33554432000 4194304 4196468 140727464444736 140311974583504 140311585958726 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12344] ppid=12287 vsize=10846984 memory=808704 CPUtime=7.63 cores=1,3,5,7
/proc/12290/task/12344/stat : 12344 (java) S 12287 12290 7264 0 -1 1077944384 14852 13357 0 0 717 38 5 3 20 0 15 0 417645906 11107311616 202176 33554432000 4194304 4196468 140727464444736 140312006990736 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12345] ppid=12287 vsize=10846984 memory=1760 CPUtime=7.64 cores=1,3,5,7
/proc/12290/task/12345/stat : 12345 (java) S 12287 12290 7264 0 -1 1077944384 12917 13357 0 0 716 40 5 3 20 0 15 0 417645906 11107311616 202176 33554432000 4194304 4196468 140727464444736 140311895264016 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12346] ppid=12287 vsize=10846984 memory=808704 CPUtime=7.64 cores=1,3,5,7
/proc/12290/task/12346/stat : 12346 (java) S 12287 12290 7264 0 -1 1077944384 15239 13357 0 0 716 40 5 3 20 0 15 0 417645906 11107311616 202176 33554432000 4194304 4196468 140727464444736 140311894211728 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12347] ppid=12287 vsize=10846984 memory=808704 CPUtime=7.64 cores=1,3,5,7
/proc/12290/task/12347/stat : 12347 (java) S 12287 12290 7264 0 -1 1077944384 13664 13357 0 0 714 42 5 3 20 0 15 0 417645906 11107311616 202176 33554432000 4194304 4196468 140727464444736 140311893158928 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12348] ppid=12287 vsize=10846984 memory=242 CPUtime=7.17 cores=1,3,5,7
/proc/12290/task/12348/stat : 12348 (java) S 12287 12290 7264 0 -1 1077944384 15216 13357 0 0 671 38 5 3 20 0 15 0 417645908 11107311616 202176 33554432000 4194304 4196468 140727464444736 140311004149872 140312002759298 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12349] ppid=12287 vsize=10846984 memory=7738987635454535783 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12349/stat : 12349 (java) S 12287 12290 7264 0 -1 1077944384 45 13357 0 0 0 0 5 3 20 0 15 0 417645908 11107311616 202176 33554432000 4194304 4196468 140727464444736 140311003095904 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12350] ppid=12287 vsize=10846984 memory=5933600705232792422 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12350/stat : 12350 (java) S 12287 12290 7264 0 -1 1077944384 10 13357 0 0 0 0 5 3 20 0 15 0 417645908 11107311616 202176 33554432000 4194304 4196468 140727464444736 140310877299840 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12351] ppid=12287 vsize=10846984 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12351/stat : 12351 (java) S 12287 12290 7264 0 -1 1077944384 3 13357 0 0 0 0 5 3 20 0 15 0 417645911 11107311616 202176 33554432000 4194304 4196468 140727464444736 140310569900112 140312002766747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12352] ppid=12287 vsize=10846984 memory=2024 CPUtime=5.77 cores=1,3,5,7
/proc/12290/task/12352/stat : 12352 (java) S 12287 12290 7264 0 -1 1077944384 29975 13357 0 0 566 3 5 3 20 0 15 0 417645911 11107311616 202176 33554432000 4194304 4196468 140727464444736 140310969539184 140312002759298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12353] ppid=12287 vsize=10846984 memory=3624 CPUtime=6.1 cores=1,3,5,7
/proc/12290/task/12353/stat : 12353 (java) S 12287 12290 7264 0 -1 1077944384 36764 13357 0 0 597 5 5 3 20 0 15 0 417645911 11107311616 202176 33554432000 4194304 4196468 140727464444736 140310968486384 140312002759298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12354] ppid=12287 vsize=10846984 memory=26360 CPUtime=2.5 cores=1,3,5,7
/proc/12290/task/12354/stat : 12354 (java) S 12287 12290 7264 0 -1 1077944384 20756 13357 0 0 237 5 5 3 20 0 15 0 417645911 11107311616 202176 33554432000 4194304 4196468 140727464444736 140310967434096 140312002759298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12355] ppid=12287 vsize=10846984 memory=808704 CPUtime=0.08 cores=1,3,5,7
/proc/12290/task/12355/stat : 12355 (java) S 12287 12290 7264 0 -1 1077944384 3 13357 0 0 0 0 5 3 20 0 15 0 417645911 11107311616 202176 33554432000 4194304 4196468 140727464444736 140310536342496 140312002758357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
[pid=12290/tid=12356] ppid=12287 vsize=10846984 memory=808704 CPUtime=1.58 cores=1,3,5,7
/proc/12290/task/12356/stat : 12356 (java) S 12287 12290 7264 0 -1 1077944384 2103 13357 0 0 70 80 5 3 20 0 15 0 417645912 11107311616 202176 33554432000 4194304 4196468 140727464444736 140310966380976 140312002759298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24240128 140727464450799 140727464453317 140727464453317 140727464456143 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 808704 KiB

Child status: 143
Real time (s): 2483.74
CPU time (s): 2520.09
CPU user time (s): 2517.25
CPU system time (s): 2.84359
CPU usage (%): 101.464
Max. virtual memory (cumulated for all children) (KiB): 10848940
Max. memory (cumulated for all children) (KiB): 819140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.25
system time used= 2.84359
maximum resident set size= 819140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 240168
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 206609
involuntary context switches= 5390


# summary of solver processes directly reported to runsolver:
#   pid: 12290
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2517.25
#   total CPU system time (s): 2.84359

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6403 second user time and 24.3552 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-13 23:30:35
IDJOB=4395982
IDBENCH=141729
IDSOLVER=2846
FILE ID=node106/4395982-1568413912
RUNJOBID= node106-1568389496-7296
PBS_JOBID= 21701863
Free space on /tmp= 58508 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-27-083.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395982-1568413912/watcher-4395982-1568413912 -o /tmp/evaluation-result-4395982-1568413912/solver-4395982-1568413912 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568389496-7296 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1729282426 HOME/instance-4395982-1568413912.xml

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

MD5SUM BENCH= d1662e28cf77722711a0da36cf655d3c
RANDOM SEED=1729282426

node106.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.79
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.79
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.79
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.79
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:        25782464 kB
MemAvailable:   27648060 kB
Buffers:          174396 kB
Cached:          1965708 kB
SwapCached:         9440 kB
Active:          5322380 kB
Inactive:        1075156 kB
Active(anon):    4257600 kB
Inactive(anon):    33804 kB
Active(file):    1064780 kB
Inactive(file):  1041352 kB
Unevictable:      107756 kB
Mlocked:          107756 kB
SwapTotal:      67108860 kB
SwapFree:       66997472 kB
Dirty:             35436 kB
Writeback:             8 kB
AnonPages:       4356680 kB
Mapped:            51448 kB
Shmem:             25092 kB
Slab:             180576 kB
SReclaimable:     150596 kB
SUnreclaim:        29980 kB
KernelStack:        3744 kB
PageTables:        14080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5962116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4057088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59076 MiB
End job on node106 at 2019-09-14 00:11:59