Trace number 4400891

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.12 2467.74

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-30-098.xml
MD5SUMfb27cd1d2814d0f1760e6f4b9d041fef
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 benchmark153.956
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints435
Number of domains30
Minimum domain size69
Maximum domain size98
Distribution of domain sizes[{"size":69,"count":2},{"size":70,"count":2},{"size":71,"count":2},{"size":72,"count":2},{"size":73,"count":2},{"size":74,"count":2},{"size":75,"count":2},{"size":76,"count":2},{"size":77,"count":2},{"size":78,"count":2},{"size":79,"count":2},{"size":80,"count":2},{"size":81,"count":2},{"size":82,"count":2},{"size":83,"count":2},{"size":84,"count":2},{"size":85,"count":2},{"size":86,"count":2},{"size":87,"count":2},{"size":88,"count":2},{"size":89,"count":2},{"size":90,"count":2},{"size":91,"count":2},{"size":92,"count":2},{"size":93,"count":2},{"size":94,"count":2},{"size":95,"count":2},{"size":96,"count":2},{"size":97,"count":2},{"size":98,"count":2}]
Minimum variable degree29
Maximum variable degree29
Distribution of variable degrees[{"degree":29,"count":60}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":435}]
Number of extensional constraints0
Number of intensional constraints435
Distribution of constraint types[{"type":"intension","count":435}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400891-1568696737/watcher-4400891-1568696737 -o /tmp/evaluation-result-4400891-1568696737/solver-4400891-1568696737 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568673293-13492 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=711557294 HOME/instance-4400891-1568696737.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=19811, runsolver pid=19808

[startup+0.100111 s]*
/proc/loadavg: 1.54 1.45 1.49 3/218 19868
/proc/meminfo: memFree=22641476/32770624 swapFree=66941520/67108860
[pid=19811] ppid=19808 vsize=9988792 memory=15444 CPUtime=0.08 cores=1,3,5,7
/proc/19811/stat : 19811 (java) S 19808 19811 13460 0 -1 1077944320 4640 13135 0 0 1 0 5 2 20 0 6 0 445912408 10228523008 3861 33554432000 4194304 4196468 140720867907232 140720867889776 140409999085303 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
/proc/19811/statm: 2497198 3861 1958 1 0 2485636 0
[pid=19811/tid=19864] ppid=19808 vsize=9988792 memory=4628420184252451238 CPUtime=0.08 cores=1,3,5,7
/proc/19811/task/19864/stat : 19864 (java) R 19808 19811 13460 0 -1 4202560 2426 13135 0 0 1 0 5 2 20 0 6 0 445912417 10228523008 3861 33554432000 4194304 4196468 140720867907232 140409970922064 140409980495453 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19865] ppid=19808 vsize=9988792 memory=5793855552617290169 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19865/stat : 19865 (java) S 19808 19811 13460 0 -1 1077944384 1 13135 0 0 0 0 5 2 20 0 6 0 445912417 10228523008 3861 33554432000 4194304 4196468 140720867907232 140410003327760 140409999095509 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19866] ppid=19808 vsize=9988792 memory=140301607396992 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19866/stat : 19866 (java) S 19808 19811 13460 0 -1 1077944384 1 13135 0 0 0 0 5 2 20 0 6 0 445912417 10228523008 3861 33554432000 4194304 4196468 140720867907232 140409572010896 140409999095509 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19867] ppid=19808 vsize=9988792 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19867/stat : 19867 (java) S 19808 19811 13460 0 -1 1077944384 1 13135 0 0 0 0 5 2 20 0 6 0 445912417 10228523008 4373 33554432000 4194304 4196468 140720867907232 140409570958352 140409999095509 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19868] ppid=19808 vsize=9988792 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19868/stat : 19868 (java) S 19808 19811 13460 0 -1 1077944384 2 13135 0 0 0 0 5 2 20 0 6 0 445912417 10228523008 4373 33554432000 4194304 4196468 140720867907232 140409569905808 140409999095509 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9988792 KiB
Current children cumulated memory: 15444 KiB

[startup+0.209922 s]*
/proc/loadavg: 1.54 1.45 1.49 5/227 19877
/proc/meminfo: memFree=22618712/32770624 swapFree=66941520/67108860
[pid=19811] ppid=19808 vsize=10820196 memory=44928 CPUtime=0.27 cores=1,3,5,7
/proc/19811/stat : 19811 (java) S 19808 19811 13460 0 -1 1077944320 7564 13135 0 0 18 2 5 2 20 0 15 0 445912408 11079880704 11232 33554432000 4194304 4196468 140720867907232 140720867889776 140409999085303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
/proc/19811/statm: 2705049 11232 3263 1 0 2667149 0
[pid=19811/tid=19864] ppid=19808 vsize=10820196 memory=-8540663193526752614 CPUtime=0.18 cores=1,3,5,7
/proc/19811/task/19864/stat : 19864 (java) R 19808 19811 13460 0 -1 4202560 4055 13135 0 0 11 0 5 2 20 0 15 0 445912417 11079880704 11232 33554432000 4194304 4196468 140720867907232 140409970916544 140409999107229 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19865] ppid=19808 vsize=10820196 memory=4211974027812187530 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19865/stat : 19865 (java) S 19808 19811 13460 0 -1 1077944384 1 13135 0 0 0 0 5 2 20 0 15 0 445912417 11079880704 11232 33554432000 4194304 4196468 140720867907232 140410003327760 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19866] ppid=19808 vsize=10820196 memory=140301607396992 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19866/stat : 19866 (java) S 19808 19811 13460 0 -1 1077944384 1 13135 0 0 0 0 5 2 20 0 15 0 445912417 11079880704 11232 33554432000 4194304 4196468 140720867907232 140409572010896 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19867] ppid=19808 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19867/stat : 19867 (java) S 19808 19811 13460 0 -1 1077944384 1 13135 0 0 0 0 5 2 20 0 15 0 445912417 11079880704 11232 33554432000 4194304 4196468 140720867907232 140409570958352 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19868] ppid=19808 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19868/stat : 19868 (java) S 19808 19811 13460 0 -1 1077944384 2 13135 0 0 0 0 5 2 20 0 15 0 445912417 11079880704 11232 33554432000 4194304 4196468 140720867907232 140409569905808 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19869] ppid=19808 vsize=10820196 memory=140301607396992 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19869/stat : 19869 (java) S 19808 19811 13460 0 -1 1077944384 2 13135 0 0 0 0 5 2 20 0 15 0 445912419 11079880704 11232 33554432000 4194304 4196468 140720867907232 140409458116592 140409999096450 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19870] ppid=19808 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19870/stat : 19870 (java) S 19808 19811 13460 0 -1 1077944384 33 13135 0 0 0 0 5 2 20 0 15 0 445912419 11079880704 11232 33554432000 4194304 4196468 140720867907232 140409457062816 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19871] ppid=19808 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19871/stat : 19871 (java) S 19808 19811 13460 0 -1 1077944384 1 13135 0 0 0 0 5 2 20 0 15 0 445912419 11079880704 11232 33554432000 4194304 4196468 140720867907232 140409326003184 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19872] ppid=19808 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19872/stat : 19872 (java) S 19808 19811 13460 0 -1 1077944384 2 13135 0 0 0 0 5 2 20 0 15 0 445912422 11079880704 11232 33554432000 4194304 4196468 140720867907232 140408722024656 140409999103899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19873] ppid=19808 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19811/task/19873/stat : 19873 (java) S 19808 19811 13460 0 -1 1077944384 475 13135 0 0 1 0 5 2 20 0 15 0 445912422 11079880704 11232 33554432000 4194304 4196468 140720867907232 140409423505904 140409999096450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19874] ppid=19808 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19811/task/19874/stat : 19874 (java) R 19808 19811 13460 0 -1 4202560 189 13135 0 0 1 0 5 2 20 0 15 0 445912422 11079880704 11232 33554432000 4194304 4196468 140720867907232 140409422453360 140409982297598 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19875] ppid=19808 vsize=10820196 memory=140301607396992 CPUtime=0.1 cores=1,3,5,7
/proc/19811/task/19875/stat : 19875 (java) S 19808 19811 13460 0 -1 1077944384 597 13135 0 0 3 0 5 2 20 0 15 0 445912422 11079880704 11232 33554432000 4194304 4196468 140720867907232 140409421400816 140409999096450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19876] ppid=19808 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19876/stat : 19876 (java) S 19808 19811 13460 0 -1 1077944384 3 13135 0 0 0 0 5 2 20 0 15 0 445912422 11079880704 11232 33554432000 4194304 4196468 140720867907232 140408252263520 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19877] ppid=19808 vsize=10820196 memory=140301607396992 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19877/stat : 19877 (java) S 19808 19811 13460 0 -1 1077944384 1 13135 0 0 0 0 5 2 20 0 15 0 445912423 11079880704 11232 33554432000 4194304 4196468 140720867907232 140409420347696 140409999096450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 44928 KiB

[startup+0.310503 s]*
/proc/loadavg: 1.54 1.45 1.49 4/227 19877
/proc/meminfo: memFree=22605804/32770624 swapFree=66941520/67108860
[pid=19811] ppid=19808 vsize=10820196 memory=53228 CPUtime=0.39 cores=1,3,5,7
/proc/19811/stat : 19811 (java) S 19808 19811 13460 0 -1 1077944320 11041 13135 0 0 29 3 5 2 20 0 15 0 445912408 11079880704 13307 33554432000 4194304 4196468 140720867907232 140720867889776 140409999085303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
/proc/19811/statm: 2705049 13307 3310 1 0 2667149 0
[pid=19811/tid=19864] ppid=19808 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/19811/task/19864/stat : 19864 (java) R 19808 19811 13460 0 -1 4202560 7515 13135 0 0 20 2 5 2 20 0 15 0 445912417 11079880704 13307 33554432000 4194304 4196468 140720867907232 140409970894912 140409984526062 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19865] ppid=19808 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19865/stat : 19865 (java) S 19808 19811 13460 0 -1 1077944384 1 13135 0 0 0 0 5 2 20 0 15 0 445912417 11079880704 13307 33554432000 4194304 4196468 140720867907232 140410003327760 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19866] ppid=19808 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19866/stat : 19866 (java) S 19808 19811 13460 0 -1 1077944384 1 13135 0 0 0 0 5 2 20 0 15 0 445912417 11079880704 13307 33554432000 4194304 4196468 140720867907232 140409572010896 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19867] ppid=19808 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19867/stat : 19867 (java) S 19808 19811 13460 0 -1 1077944384 1 13135 0 0 0 0 5 2 20 0 15 0 445912417 11079880704 13307 33554432000 4194304 4196468 140720867907232 140409570958352 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19868] ppid=19808 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19868/stat : 19868 (java) S 19808 19811 13460 0 -1 1077944384 2 13135 0 0 0 0 5 2 20 0 15 0 445912417 11079880704 13307 33554432000 4194304 4196468 140720867907232 140409569905808 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19869] ppid=19808 vsize=10820196 memory=140301607396991 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19869/stat : 19869 (java) S 19808 19811 13460 0 -1 1077944384 2 13135 0 0 0 0 5 2 20 0 15 0 445912419 11079880704 13307 33554432000 4194304 4196468 140720867907232 140409458116592 140409999096450 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19870] ppid=19808 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19870/stat : 19870 (java) S 19808 19811 13460 0 -1 1077944384 33 13135 0 0 0 0 5 2 20 0 15 0 445912419 11079880704 13307 33554432000 4194304 4196468 140720867907232 140409457062816 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19871] ppid=19808 vsize=10820196 memory=140301607396992 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19871/stat : 19871 (java) S 19808 19811 13460 0 -1 1077944384 1 13135 0 0 0 0 5 2 20 0 15 0 445912419 11079880704 13307 33554432000 4194304 4196468 140720867907232 140409326003184 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19872] ppid=19808 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19872/stat : 19872 (java) S 19808 19811 13460 0 -1 1077944384 2 13135 0 0 0 0 5 2 20 0 15 0 445912422 11079880704 13307 33554432000 4194304 4196468 140720867907232 140408722024656 140409999103899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19873] ppid=19808 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19811/task/19873/stat : 19873 (java) S 19808 19811 13460 0 -1 1077944384 476 13135 0 0 2 0 5 2 20 0 15 0 445912422 11079880704 13307 33554432000 4194304 4196468 140720867907232 140409423505904 140409999096450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19874] ppid=19808 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19811/task/19874/stat : 19874 (java) S 19808 19811 13460 0 -1 1077944384 190 13135 0 0 1 0 5 2 20 0 15 0 445912422 11079880704 13307 33554432000 4194304 4196468 140720867907232 140409422453360 140409999096450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19875] ppid=19808 vsize=10820196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/19811/task/19875/stat : 19875 (java) S 19808 19811 13460 0 -1 1077944384 604 13135 0 0 5 0 5 2 20 0 15 0 445912422 11079880704 13307 33554432000 4194304 4196468 140720867907232 140409421400816 140409999096450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19876] ppid=19808 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19876/stat : 19876 (java) S 19808 19811 13460 0 -1 1077944384 3 13135 0 0 0 0 5 2 20 0 15 0 445912422 11079880704 13307 33554432000 4194304 4196468 140720867907232 140408252263520 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19877] ppid=19808 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19877/stat : 19877 (java) S 19808 19811 13460 0 -1 1077944384 1 13135 0 0 0 0 5 2 20 0 15 0 445912423 11079880704 13307 33554432000 4194304 4196468 140720867907232 140409420347696 140409999096450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 53228 KiB

[startup+0.704887 s]
/proc/loadavg: 1.54 1.45 1.49 4/227 19877
/proc/meminfo: memFree=22592000/32770624 swapFree=66941520/67108860
[pid=19811] ppid=19808 vsize=10824364 memory=85296 CPUtime=1.13 cores=1,3,5,7
/proc/19811/stat : 19811 (java) S 19808 19811 13460 0 -1 1077944320 15065 13135 0 0 100 6 5 2 20 0 15 0 445912408 11084148736 21324 33554432000 4194304 4196468 140720867907232 140720867889776 140409999085303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
/proc/19811/statm: 2706091 21324 3499 1 0 2668173 0
[pid=19811/tid=19864] ppid=19808 vsize=10824364 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/19811/task/19864/stat : 19864 (java) R 19808 19811 13460 0 -1 4202560 10630 13135 0 0 56 4 5 2 20 0 15 0 445912417 11084148736 21324 33554432000 4194304 4196468 140720867907232 140409970912464 140409999107229 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19865] ppid=19808 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19865/stat : 19865 (java) S 19808 19811 13460 0 -1 1077944384 1 13135 0 0 0 0 5 2 20 0 15 0 445912417 11084148736 21324 33554432000 4194304 4196468 140720867907232 140410003327760 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19866] ppid=19808 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19866/stat : 19866 (java) S 19808 19811 13460 0 -1 1077944384 1 13135 0 0 0 0 5 2 20 0 15 0 445912417 11084148736 21324 33554432000 4194304 4196468 140720867907232 140409572010896 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19867] ppid=19808 vsize=10824364 memory=3620 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19867/stat : 19867 (java) S 19808 19811 13460 0 -1 1077944384 1 13135 0 0 0 0 5 2 20 0 15 0 445912417 11084148736 21324 33554432000 4194304 4196468 140720867907232 140409570958352 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19868] ppid=19808 vsize=10824364 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19868/stat : 19868 (java) S 19808 19811 13460 0 -1 1077944384 2 13135 0 0 0 0 5 2 20 0 15 0 445912417 11084148736 21324 33554432000 4194304 4196468 140720867907232 140409569905808 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19869] ppid=19808 vsize=10824364 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19869/stat : 19869 (java) S 19808 19811 13460 0 -1 1077944384 6 13135 0 0 0 0 5 2 20 0 15 0 445912419 11084148736 21324 33554432000 4194304 4196468 140720867907232 140409458116592 140409999096450 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19870] ppid=19808 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19870/stat : 19870 (java) S 19808 19811 13460 0 -1 1077944384 33 13135 0 0 0 0 5 2 20 0 15 0 445912419 11084148736 21324 33554432000 4194304 4196468 140720867907232 140409457062816 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19871] ppid=19808 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19871/stat : 19871 (java) S 19808 19811 13460 0 -1 1077944384 1 13135 0 0 0 0 5 2 20 0 15 0 445912419 11084148736 21324 33554432000 4194304 4196468 140720867907232 140409326003184 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19872] ppid=19808 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19872/stat : 19872 (java) S 19808 19811 13460 0 -1 1077944384 2 13135 0 0 0 0 5 2 20 0 15 0 445912422 11084148736 21324 33554432000 4194304 4196468 140720867907232 140408722024656 140409999103899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19873] ppid=19808 vsize=10824364 memory=19265 CPUtime=0.2 cores=1,3,5,7
/proc/19811/task/19873/stat : 19873 (java) S 19808 19811 13460 0 -1 1077944384 876 13135 0 0 13 0 5 2 20 0 15 0 445912422 11084148736 21324 33554432000 4194304 4196468 140720867907232 140409423505904 140409999096450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19874] ppid=19808 vsize=10824364 memory=280602964132080 CPUtime=0.19 cores=1,3,5,7
/proc/19811/task/19874/stat : 19874 (java) R 19808 19811 13460 0 -1 4202560 589 13135 0 0 12 0 5 2 20 0 15 0 445912422 11084148736 21324 33554432000 4194304 4196468 140720867907232 140409422439456 140409982986370 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19875] ppid=19808 vsize=10824364 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/19811/task/19875/stat : 19875 (java) R 19808 19811 13460 0 -1 4202560 717 13135 0 0 17 0 5 2 20 0 15 0 445912422 11084148736 21324 33554432000 4194304 4196468 140720867907232 140409421400816 140409991322430 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19876] ppid=19808 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19876/stat : 19876 (java) S 19808 19811 13460 0 -1 1077944384 3 13135 0 0 0 0 5 2 20 0 15 0 445912422 11084148736 21324 33554432000 4194304 4196468 140720867907232 140408252263520 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19877] ppid=19808 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19877/stat : 19877 (java) S 19808 19811 13460 0 -1 1077944384 1 13135 0 0 0 0 5 2 20 0 15 0 445912423 11084148736 21324 33554432000 4194304 4196468 140720867907232 140409420347696 140409999096450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85296 KiB

[startup+1.50516 s]
/proc/loadavg: 1.54 1.45 1.49 4/227 19877
/proc/meminfo: memFree=22548164/32770624 swapFree=66941520/67108860
[pid=19811] ppid=19808 vsize=10834680 memory=181044 CPUtime=2.67 cores=1,3,5,7
/proc/19811/stat : 19811 (java) S 19808 19811 13460 0 -1 1077944320 24713 13135 0 0 249 11 5 2 20 0 15 0 445912408 11094712320 45261 33554432000 4194304 4196468 140720867907232 140720867889776 140409999085303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
/proc/19811/statm: 2708670 45261 3583 1 0 2670733 0
[pid=19811/tid=19864] ppid=19808 vsize=10834680 memory=231 CPUtime=1.43 cores=1,3,5,7
/proc/19811/task/19864/stat : 19864 (java) R 19808 19811 13460 0 -1 4202560 16664 13135 0 0 130 6 5 2 20 0 15 0 445912417 11094712320 45261 33554432000 4194304 4196468 140720867907232 140409970896864 140409983213072 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19865] ppid=19808 vsize=10834680 memory=116 CPUtime=0.08 cores=1,3,5,7
/proc/19811/task/19865/stat : 19865 (java) S 19808 19811 13460 0 -1 1077944384 45 13135 0 0 1 0 5 2 20 0 15 0 445912417 11094712320 45261 33554432000 4194304 4196468 140720867907232 140410003327760 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19866] ppid=19808 vsize=10834680 memory=1 CPUtime=0.08 cores=1,3,5,7
/proc/19811/task/19866/stat : 19866 (java) S 19808 19811 13460 0 -1 1077944384 28 13135 0 0 1 0 5 2 20 0 15 0 445912417 11094712320 45261 33554432000 4194304 4196468 140720867907232 140409572010896 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19867] ppid=19808 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19811/task/19867/stat : 19867 (java) S 19808 19811 13460 0 -1 1077944384 292 13135 0 0 1 0 5 2 20 0 15 0 445912417 11094712320 45261 33554432000 4194304 4196468 140720867907232 140409570958352 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19868] ppid=19808 vsize=10834680 memory=280602964168160 CPUtime=0.08 cores=1,3,5,7
/proc/19811/task/19868/stat : 19868 (java) S 19808 19811 13460 0 -1 1077944384 108 13135 0 0 1 0 5 2 20 0 15 0 445912417 11094712320 45261 33554432000 4194304 4196468 140720867907232 140409569905808 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19869] ppid=19808 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19811/task/19869/stat : 19869 (java) S 19808 19811 13460 0 -1 1077944384 1434 13135 0 0 1 0 5 2 20 0 15 0 445912419 11094712320 45261 33554432000 4194304 4196468 140720867907232 140409458116592 140409999096450 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19870] ppid=19808 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19870/stat : 19870 (java) S 19808 19811 13460 0 -1 1077944384 33 13135 0 0 0 0 5 2 20 0 15 0 445912419 11094712320 45261 33554432000 4194304 4196468 140720867907232 140409457062880 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19871] ppid=19808 vsize=10834680 memory=280602964181664 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19871/stat : 19871 (java) S 19808 19811 13460 0 -1 1077944384 2 13135 0 0 0 0 5 2 20 0 15 0 445912419 11094712320 45261 33554432000 4194304 4196468 140720867907232 140409326003184 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19872] ppid=19808 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19872/stat : 19872 (java) S 19808 19811 13460 0 -1 1077944384 2 13135 0 0 0 0 5 2 20 0 15 0 445912422 11094712320 45261 33554432000 4194304 4196468 140720867907232 140408722024656 140409999103899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19873] ppid=19808 vsize=10834680 memory=-7880843606118635149 CPUtime=0.45 cores=1,3,5,7
/proc/19811/task/19873/stat : 19873 (java) S 19808 19811 13460 0 -1 1077944384 1465 13135 0 0 38 0 5 2 20 0 15 0 445912422 11094712320 45261 33554432000 4194304 4196468 140720867907232 140409423505904 140409999096450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19874] ppid=19808 vsize=10834680 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/19811/task/19874/stat : 19874 (java) S 19808 19811 13460 0 -1 1077944384 841 13135 0 0 31 0 5 2 20 0 15 0 445912422 11094712320 45261 33554432000 4194304 4196468 140720867907232 140409422453360 140409999096450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19875] ppid=19808 vsize=10834680 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/19811/task/19875/stat : 19875 (java) S 19808 19811 13460 0 -1 1077944384 1584 13135 0 0 42 0 5 2 20 0 15 0 445912422 11094712320 45261 33554432000 4194304 4196468 140720867907232 140409421400816 140409999096450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19876] ppid=19808 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19876/stat : 19876 (java) S 19808 19811 13460 0 -1 1077944384 3 13135 0 0 0 0 5 2 20 0 15 0 445912422 11094712320 45261 33554432000 4194304 4196468 140720867907232 140408252263520 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19877] ppid=19808 vsize=10834680 memory=288230583166042426 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19877/stat : 19877 (java) S 19808 19811 13460 0 -1 1077944384 3 13135 0 0 0 0 5 2 20 0 15 0 445912423 11094712320 45261 33554432000 4194304 4196468 140720867907232 140409420347696 140409999096450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 10834680 KiB

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

/proc/19811/task/19864/stat : 19864 (java) R 19808 19811 13460 0 -1 4202560 80047 13135 0 0 235664 58 5 2 20 0 15 0 445912417 11107315712 318791 33554432000 4194304 4196468 140720867907232 140409970920368 140409623314295 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19865] ppid=19808 vsize=10846988 memory=1275164 CPUtime=12.27 cores=1,3,5,7
/proc/19811/task/19865/stat : 19865 (java) S 19808 19811 13460 0 -1 1077944384 22700 13135 0 0 1164 56 5 2 20 0 15 0 445912417 11107315712 318791 33554432000 4194304 4196468 140720867907232 140410003327760 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19866] ppid=19808 vsize=10846988 memory=1272704 CPUtime=12.27 cores=1,3,5,7
/proc/19811/task/19866/stat : 19866 (java) S 19808 19811 13460 0 -1 1077944384 25317 13135 0 0 1162 58 5 2 20 0 15 0 445912417 11107315712 318791 33554432000 4194304 4196468 140720867907232 140409572010896 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19867] ppid=19808 vsize=10846988 memory=1274780 CPUtime=12.29 cores=1,3,5,7
/proc/19811/task/19867/stat : 19867 (java) S 19808 19811 13460 0 -1 1077944384 28287 13135 0 0 1166 56 5 2 20 0 15 0 445912417 11107315712 318791 33554432000 4194304 4196468 140720867907232 140409570958352 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19868] ppid=19808 vsize=10846988 memory=1275164 CPUtime=12.31 cores=1,3,5,7
/proc/19811/task/19868/stat : 19868 (java) S 19808 19811 13460 0 -1 1077944384 18018 13135 0 0 1165 59 5 2 20 0 15 0 445912417 11107315712 318791 33554432000 4194304 4196468 140720867907232 140409569905808 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19869] ppid=19808 vsize=10846988 memory=1275164 CPUtime=10.74 cores=1,3,5,7
/proc/19811/task/19869/stat : 19869 (java) S 19808 19811 13460 0 -1 1077944384 21304 13135 0 0 1011 56 5 2 20 0 15 0 445912419 11107315712 318791 33554432000 4194304 4196468 140720867907232 140409458116592 140409999096450 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19870] ppid=19808 vsize=10846988 memory=1275164 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19870/stat : 19870 (java) S 19808 19811 13460 0 -1 1077944384 54 13135 0 0 0 0 5 2 20 0 15 0 445912419 11107315712 318791 33554432000 4194304 4196468 140720867907232 140409457062880 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19871] ppid=19808 vsize=10846988 memory=1272704 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19871/stat : 19871 (java) S 19808 19811 13460 0 -1 1077944384 15 13135 0 0 0 0 5 2 20 0 15 0 445912419 11107315712 318791 33554432000 4194304 4196468 140720867907232 140409326003200 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19872] ppid=19808 vsize=10846988 memory=1275164 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19872/stat : 19872 (java) S 19808 19811 13460 0 -1 1077944384 2 13135 0 0 0 0 5 2 20 0 15 0 445912422 11107315712 318791 33554432000 4194304 4196468 140720867907232 140408722024656 140409999103899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19873] ppid=19808 vsize=10846988 memory=11632 CPUtime=6.3 cores=1,3,5,7
/proc/19811/task/19873/stat : 19873 (java) S 19808 19811 13460 0 -1 1077944384 24877 13135 0 0 621 2 5 2 20 0 15 0 445912422 11107315712 318791 33554432000 4194304 4196468 140720867907232 140409423505904 140409999096450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19874] ppid=19808 vsize=10846988 memory=280602964584592 CPUtime=6.35 cores=1,3,5,7
/proc/19811/task/19874/stat : 19874 (java) S 19808 19811 13460 0 -1 1077944384 25409 13135 0 0 624 4 5 2 20 0 15 0 445912422 11107315712 318791 33554432000 4194304 4196468 140720867907232 140409422453360 140409999096450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19875] ppid=19808 vsize=10846988 memory=1275164 CPUtime=2.42 cores=1,3,5,7
/proc/19811/task/19875/stat : 19875 (java) S 19808 19811 13460 0 -1 1077944384 20989 13135 0 0 231 4 5 2 20 0 15 0 445912422 11107315712 318791 33554432000 4194304 4196468 140720867907232 140409421400816 140409999096450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19876] ppid=19808 vsize=10846988 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19876/stat : 19876 (java) S 19808 19811 13460 0 -1 1077944384 3 13135 0 0 0 0 5 2 20 0 15 0 445912422 11107315712 318791 33554432000 4194304 4196468 140720867907232 140408252263520 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19877] ppid=19808 vsize=10846988 memory=3620 CPUtime=1.52 cores=1,3,5,7
/proc/19811/task/19877/stat : 19877 (java) S 19808 19811 13460 0 -1 1077944384 1492 13135 0 0 64 81 5 2 20 0 15 0 445912423 11107315712 318791 33554432000 4194304 4196468 140720867907232 140409420347696 140409999096450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
Current children cumulated CPU time: 2433.25 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1275164 KiB

[startup+2442.3 s]
/proc/loadavg: 0.76 0.82 0.98 2/206 20149
/proc/meminfo: memFree=25543788/32770624 swapFree=66941524/67108860
[pid=19811] ppid=19808 vsize=10846988 memory=1275172 CPUtime=2494.24 cores=1,3,5,7
/proc/19811/stat : 19811 (java) S 19808 19811 13460 0 -1 1077944320 272071 13135 0 0 249033 384 5 2 20 0 15 0 445912408 11107315712 318793 33554432000 4194304 4196468 140720867907232 140720867889776 140409999085303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
/proc/19811/statm: 2711747 318793 3632 1 0 2673805 0
[pid=19811/tid=19864] ppid=19808 vsize=10846988 memory=1275172 CPUtime=2416.6 cores=1,3,5,7
/proc/19811/task/19864/stat : 19864 (java) R 19808 19811 13460 0 -1 4202560 80750 13135 0 0 241594 59 5 2 20 0 15 0 445912417 11107315712 318793 33554432000 4194304 4196468 140720867907232 140409970920752 140409607589528 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19865] ppid=19808 vsize=10846988 memory=1275164 CPUtime=12.61 cores=1,3,5,7
/proc/19811/task/19865/stat : 19865 (java) S 19808 19811 13460 0 -1 1077944384 22891 13135 0 0 1196 58 5 2 20 0 15 0 445912417 11107315712 318793 33554432000 4194304 4196468 140720867907232 140410003327760 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19866] ppid=19808 vsize=10846988 memory=1275172 CPUtime=12.6 cores=1,3,5,7
/proc/19811/task/19866/stat : 19866 (java) S 19808 19811 13460 0 -1 1077944384 25427 13135 0 0 1194 59 5 2 20 0 15 0 445912417 11107315712 318793 33554432000 4194304 4196468 140720867907232 140409572010896 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19867] ppid=19808 vsize=10846988 memory=1275172 CPUtime=12.63 cores=1,3,5,7
/proc/19811/task/19867/stat : 19867 (java) S 19808 19811 13460 0 -1 1077944384 28317 13135 0 0 1198 58 5 2 20 0 15 0 445912417 11107315712 318793 33554432000 4194304 4196468 140720867907232 140409570958352 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19868] ppid=19808 vsize=10846988 memory=1275172 CPUtime=12.64 cores=1,3,5,7
/proc/19811/task/19868/stat : 19868 (java) S 19808 19811 13460 0 -1 1077944384 18203 13135 0 0 1197 60 5 2 20 0 15 0 445912417 11107315712 318793 33554432000 4194304 4196468 140720867907232 140409569905808 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19869] ppid=19808 vsize=10846988 memory=1275172 CPUtime=11.03 cores=1,3,5,7
/proc/19811/task/19869/stat : 19869 (java) S 19808 19811 13460 0 -1 1077944384 21410 13135 0 0 1039 57 5 2 20 0 15 0 445912419 11107315712 318793 33554432000 4194304 4196468 140720867907232 140409458116592 140409999096450 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19870] ppid=19808 vsize=10846988 memory=1275172 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19870/stat : 19870 (java) S 19808 19811 13460 0 -1 1077944384 54 13135 0 0 0 0 5 2 20 0 15 0 445912419 11107315712 318793 33554432000 4194304 4196468 140720867907232 140409457062880 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19871] ppid=19808 vsize=10846988 memory=1275172 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19871/stat : 19871 (java) S 19808 19811 13460 0 -1 1077944384 15 13135 0 0 0 0 5 2 20 0 15 0 445912419 11107315712 318793 33554432000 4194304 4196468 140720867907232 140409326003200 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19872] ppid=19808 vsize=10846988 memory=1275172 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19872/stat : 19872 (java) S 19808 19811 13460 0 -1 1077944384 2 13135 0 0 0 0 5 2 20 0 15 0 445912422 11107315712 318793 33554432000 4194304 4196468 140720867907232 140408722024656 140409999103899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19873] ppid=19808 vsize=10846988 memory=1275164 CPUtime=6.3 cores=1,3,5,7
/proc/19811/task/19873/stat : 19873 (java) S 19808 19811 13460 0 -1 1077944384 24880 13135 0 0 621 2 5 2 20 0 15 0 445912422 11107315712 318793 33554432000 4194304 4196468 140720867907232 140409423505904 140409999096450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19874] ppid=19808 vsize=10846988 memory=47924 CPUtime=6.35 cores=1,3,5,7
/proc/19811/task/19874/stat : 19874 (java) S 19808 19811 13460 0 -1 1077944384 25411 13135 0 0 624 4 5 2 20 0 15 0 445912422 11107315712 318793 33554432000 4194304 4196468 140720867907232 140409422453360 140409999096450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19875] ppid=19808 vsize=10846988 memory=1988 CPUtime=2.42 cores=1,3,5,7
/proc/19811/task/19875/stat : 19875 (java) S 19808 19811 13460 0 -1 1077944384 20991 13135 0 0 231 4 5 2 20 0 15 0 445912422 11107315712 318793 33554432000 4194304 4196468 140720867907232 140409421400816 140409999096450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19876] ppid=19808 vsize=10846988 memory=1275172 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19876/stat : 19876 (java) S 19808 19811 13460 0 -1 1077944384 3 13135 0 0 0 0 5 2 20 0 15 0 445912422 11107315712 318793 33554432000 4194304 4196468 140720867907232 140408252263520 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19877] ppid=19808 vsize=10846988 memory=3620 CPUtime=1.57 cores=1,3,5,7
/proc/19811/task/19877/stat : 19877 (java) S 19808 19811 13460 0 -1 1077944384 1508 13135 0 0 66 84 5 2 20 0 15 0 445912423 11107315712 318793 33554432000 4194304 4196468 140720867907232 140409420347696 140409999096450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
Current children cumulated CPU time: 2494.24 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1275172 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2467.7 s]
/proc/loadavg: 0.56 0.77 0.95 2/206 20151
/proc/meminfo: memFree=25543108/32770624 swapFree=66941524/67108860
[pid=19811] ppid=19808 vsize=10846988 memory=1275172 CPUtime=2520.07 cores=1,3,5,7
/proc/19811/stat : 19811 (java) S 19808 19811 13460 0 -1 1077944320 272510 13135 0 0 251612 388 5 2 20 0 15 0 445912408 11107315712 318793 33554432000 4194304 4196468 140720867907232 140720867889776 140409999085303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
/proc/19811/statm: 2711747 318793 3632 1 0 2673805 0
[pid=19811/tid=19864] ppid=19808 vsize=10846988 memory=11632 CPUtime=2441.71 cores=1,3,5,7
/proc/19811/task/19864/stat : 19864 (java) R 19808 19811 13460 0 -1 4202560 81019 13135 0 0 244105 59 5 2 20 0 15 0 445912417 11107315712 318793 33554432000 4194304 4196468 140720867907232 140409970920960 140409623776137 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19865] ppid=19808 vsize=10846988 memory=1275172 CPUtime=12.75 cores=1,3,5,7
/proc/19811/task/19865/stat : 19865 (java) S 19808 19811 13460 0 -1 1077944384 22894 13135 0 0 1210 58 5 2 20 0 15 0 445912417 11107315712 318793 33554432000 4194304 4196468 140720867907232 140410003327760 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19866] ppid=19808 vsize=10846988 memory=1275172 CPUtime=12.75 cores=1,3,5,7
/proc/19811/task/19866/stat : 19866 (java) S 19808 19811 13460 0 -1 1077944384 25577 13135 0 0 1208 60 5 2 20 0 15 0 445912417 11107315712 318793 33554432000 4194304 4196468 140720867907232 140409572010896 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19867] ppid=19808 vsize=10846988 memory=1275172 CPUtime=12.77 cores=1,3,5,7
/proc/19811/task/19867/stat : 19867 (java) S 19808 19811 13460 0 -1 1077944384 28320 13135 0 0 1212 58 5 2 20 0 15 0 445912417 11107315712 318793 33554432000 4194304 4196468 140720867907232 140409570958352 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19868] ppid=19808 vsize=10846988 memory=1275172 CPUtime=12.78 cores=1,3,5,7
/proc/19811/task/19868/stat : 19868 (java) S 19808 19811 13460 0 -1 1077944384 18207 13135 0 0 1210 61 5 2 20 0 15 0 445912417 11107315712 318793 33554432000 4194304 4196468 140720867907232 140409569905808 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19869] ppid=19808 vsize=10846988 memory=1275172 CPUtime=11.15 cores=1,3,5,7
/proc/19811/task/19869/stat : 19869 (java) S 19808 19811 13460 0 -1 1077944384 21418 13135 0 0 1050 58 5 2 20 0 15 0 445912419 11107315712 318793 33554432000 4194304 4196468 140720867907232 140409458116592 140409999096450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19870] ppid=19808 vsize=10846988 memory=1275172 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19870/stat : 19870 (java) S 19808 19811 13460 0 -1 1077944384 54 13135 0 0 0 0 5 2 20 0 15 0 445912419 11107315712 318793 33554432000 4194304 4196468 140720867907232 140409457062880 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19871] ppid=19808 vsize=10846988 memory=1275172 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19871/stat : 19871 (java) S 19808 19811 13460 0 -1 1077944384 15 13135 0 0 0 0 5 2 20 0 15 0 445912419 11107315712 318793 33554432000 4194304 4196468 140720867907232 140409326003200 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19872] ppid=19808 vsize=10846988 memory=1275172 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19872/stat : 19872 (java) S 19808 19811 13460 0 -1 1077944384 2 13135 0 0 0 0 5 2 20 0 15 0 445912422 11107315712 318793 33554432000 4194304 4196468 140720867907232 140408722024656 140409999103899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19873] ppid=19808 vsize=10846988 memory=1275172 CPUtime=6.3 cores=1,3,5,7
/proc/19811/task/19873/stat : 19873 (java) S 19808 19811 13460 0 -1 1077944384 24880 13135 0 0 621 2 5 2 20 0 15 0 445912422 11107315712 318793 33554432000 4194304 4196468 140720867907232 140409423505904 140409999096450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19874] ppid=19808 vsize=10846988 memory=1275172 CPUtime=6.35 cores=1,3,5,7
/proc/19811/task/19874/stat : 19874 (java) S 19808 19811 13460 0 -1 1077944384 25411 13135 0 0 624 4 5 2 20 0 15 0 445912422 11107315712 318793 33554432000 4194304 4196468 140720867907232 140409422453360 140409999096450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19875] ppid=19808 vsize=10846988 memory=6004 CPUtime=2.42 cores=1,3,5,7
/proc/19811/task/19875/stat : 19875 (java) S 19808 19811 13460 0 -1 1077944384 20991 13135 0 0 231 4 5 2 20 0 15 0 445912422 11107315712 318793 33554432000 4194304 4196468 140720867907232 140409421400816 140409999096450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19876] ppid=19808 vsize=10846988 memory=1275172 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19876/stat : 19876 (java) S 19808 19811 13460 0 -1 1077944384 3 13135 0 0 0 0 5 2 20 0 15 0 445912422 11107315712 318793 33554432000 4194304 4196468 140720867907232 140408252263520 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19877] ppid=19808 vsize=10846988 memory=1275172 CPUtime=1.59 cores=1,3,5,7
/proc/19811/task/19877/stat : 19877 (java) S 19808 19811 13460 0 -1 1077944384 1510 13135 0 0 67 85 5 2 20 0 15 0 445912423 11107315712 318793 33554432000 4194304 4196468 140720867907232 140409420347696 140409999096450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1275172 KiB

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

[startup+2467.74 s]
# the end of solver process 19811 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.2 s, system=3.92093 s

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

[startup+2467.7 s]
/proc/loadavg: 0.56 0.77 0.95 2/206 20151
/proc/meminfo: memFree=25543108/32770624 swapFree=66941524/67108860
[pid=19811] ppid=19808 vsize=10846988 memory=1275172 CPUtime=2520.07 cores=1,3,5,7
/proc/19811/stat : 19811 (java) S 19808 19811 13460 0 -1 1077944320 272510 13135 0 0 251612 388 5 2 20 0 15 0 445912408 11107315712 318793 33554432000 4194304 4196468 140720867907232 140720867889776 140409999085303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
/proc/19811/statm: 2711747 318793 3632 1 0 2673805 0
[pid=19811/tid=19864] ppid=19808 vsize=10846988 memory=11632 CPUtime=2441.71 cores=1,3,5,7
/proc/19811/task/19864/stat : 19864 (java) R 19808 19811 13460 0 -1 4202560 81019 13135 0 0 244105 59 5 2 20 0 15 0 445912417 11107315712 318793 33554432000 4194304 4196468 140720867907232 140409970920960 140409623776137 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19865] ppid=19808 vsize=10846988 memory=1275172 CPUtime=12.75 cores=1,3,5,7
/proc/19811/task/19865/stat : 19865 (java) S 19808 19811 13460 0 -1 1077944384 22894 13135 0 0 1210 58 5 2 20 0 15 0 445912417 11107315712 318793 33554432000 4194304 4196468 140720867907232 140410003327760 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19866] ppid=19808 vsize=10846988 memory=1275172 CPUtime=12.75 cores=1,3,5,7
/proc/19811/task/19866/stat : 19866 (java) S 19808 19811 13460 0 -1 1077944384 25577 13135 0 0 1208 60 5 2 20 0 15 0 445912417 11107315712 318793 33554432000 4194304 4196468 140720867907232 140409572010896 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19867] ppid=19808 vsize=10846988 memory=1275172 CPUtime=12.77 cores=1,3,5,7
/proc/19811/task/19867/stat : 19867 (java) S 19808 19811 13460 0 -1 1077944384 28320 13135 0 0 1212 58 5 2 20 0 15 0 445912417 11107315712 318793 33554432000 4194304 4196468 140720867907232 140409570958352 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19868] ppid=19808 vsize=10846988 memory=1275172 CPUtime=12.78 cores=1,3,5,7
/proc/19811/task/19868/stat : 19868 (java) S 19808 19811 13460 0 -1 1077944384 18207 13135 0 0 1210 61 5 2 20 0 15 0 445912417 11107315712 318793 33554432000 4194304 4196468 140720867907232 140409569905808 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19869] ppid=19808 vsize=10846988 memory=1275172 CPUtime=11.15 cores=1,3,5,7
/proc/19811/task/19869/stat : 19869 (java) S 19808 19811 13460 0 -1 1077944384 21418 13135 0 0 1050 58 5 2 20 0 15 0 445912419 11107315712 318793 33554432000 4194304 4196468 140720867907232 140409458116592 140409999096450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19870] ppid=19808 vsize=10846988 memory=1275172 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19870/stat : 19870 (java) S 19808 19811 13460 0 -1 1077944384 54 13135 0 0 0 0 5 2 20 0 15 0 445912419 11107315712 318793 33554432000 4194304 4196468 140720867907232 140409457062880 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19871] ppid=19808 vsize=10846988 memory=1275172 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19871/stat : 19871 (java) S 19808 19811 13460 0 -1 1077944384 15 13135 0 0 0 0 5 2 20 0 15 0 445912419 11107315712 318793 33554432000 4194304 4196468 140720867907232 140409326003200 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19872] ppid=19808 vsize=10846988 memory=1275172 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19872/stat : 19872 (java) S 19808 19811 13460 0 -1 1077944384 2 13135 0 0 0 0 5 2 20 0 15 0 445912422 11107315712 318793 33554432000 4194304 4196468 140720867907232 140408722024656 140409999103899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19873] ppid=19808 vsize=10846988 memory=1275172 CPUtime=6.3 cores=1,3,5,7
/proc/19811/task/19873/stat : 19873 (java) S 19808 19811 13460 0 -1 1077944384 24880 13135 0 0 621 2 5 2 20 0 15 0 445912422 11107315712 318793 33554432000 4194304 4196468 140720867907232 140409423505904 140409999096450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19874] ppid=19808 vsize=10846988 memory=1275172 CPUtime=6.35 cores=1,3,5,7
/proc/19811/task/19874/stat : 19874 (java) S 19808 19811 13460 0 -1 1077944384 25411 13135 0 0 624 4 5 2 20 0 15 0 445912422 11107315712 318793 33554432000 4194304 4196468 140720867907232 140409422453360 140409999096450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19875] ppid=19808 vsize=10846988 memory=6004 CPUtime=2.42 cores=1,3,5,7
/proc/19811/task/19875/stat : 19875 (java) S 19808 19811 13460 0 -1 1077944384 20991 13135 0 0 231 4 5 2 20 0 15 0 445912422 11107315712 318793 33554432000 4194304 4196468 140720867907232 140409421400816 140409999096450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19876] ppid=19808 vsize=10846988 memory=1275172 CPUtime=0.07 cores=1,3,5,7
/proc/19811/task/19876/stat : 19876 (java) S 19808 19811 13460 0 -1 1077944384 3 13135 0 0 0 0 5 2 20 0 15 0 445912422 11107315712 318793 33554432000 4194304 4196468 140720867907232 140408252263520 140409999095509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
[pid=19811/tid=19877] ppid=19808 vsize=10846988 memory=1275172 CPUtime=1.59 cores=1,3,5,7
/proc/19811/task/19877/stat : 19877 (java) S 19808 19811 13460 0 -1 1077944384 1510 13135 0 0 67 85 5 2 20 0 15 0 445912423 11107315712 318793 33554432000 4194304 4196468 140720867907232 140409420347696 140409999096450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9080832 140720867912432 140720867914949 140720867914949 140720867917775 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1275172 KiB

Child status: 143
Real time (s): 2467.74
CPU time (s): 2520.12
CPU user time (s): 2516.2
CPU system time (s): 3.92093
CPU usage (%): 102.123
Max. virtual memory (cumulated for all children) (KiB): 10848700
Max. memory (cumulated for all children) (KiB): 1275172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.2
system time used= 3.92093
maximum resident set size= 1279304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 286719
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 290660
involuntary context switches= 9925


# summary of solver processes directly reported to runsolver:
#   pid: 19811
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.2
#   total CPU system time (s): 3.92093

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.6624 second user time and 26.407 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-17 07:04:59
IDJOB=4400891
IDBENCH=141718
IDSOLVER=2857
FILE ID=node149/4400891-1568696737
RUNJOBID= node149-1568673293-13492
PBS_JOBID= 21703773
Free space on /tmp= 61388 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-30-098.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400891-1568696737/watcher-4400891-1568696737 -o /tmp/evaluation-result-4400891-1568696737/solver-4400891-1568696737 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568673293-13492 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=711557294 HOME/instance-4400891-1568696737.xml

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

MD5SUM BENCH= fb27cd1d2814d0f1760e6f4b9d041fef
RANDOM SEED=711557294

node149.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.81
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.81
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.81
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.81
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:        22648956 kB
MemAvailable:   27719904 kB
Buffers:          106324 kB
Cached:          5266868 kB
SwapCached:        61080 kB
Active:          6556992 kB
Inactive:        2995924 kB
Active(anon):    4122008 kB
Inactive(anon):   106192 kB
Active(file):    2434984 kB
Inactive(file):  2889732 kB
Unevictable:      111228 kB
Mlocked:          111228 kB
SwapTotal:      67108860 kB
SwapFree:       66941520 kB
Dirty:             35664 kB
Writeback:             0 kB
AnonPages:       4251476 kB
Mapped:            62196 kB
Shmem:             39976 kB
Slab:             153852 kB
SReclaimable:     124136 kB
SUnreclaim:        29716 kB
KernelStack:        3984 kB
PageTables:        13856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5341612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4044800 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 61388 MiB
End job on node149 at 2019-09-17 07:46:07