Trace number 4387536

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.10? (TO) 2520.09 2473.74

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m2-07_c18.xml
MD5SUMd533abf730bec48b9e0ac1943d19d6b7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark9.62179
Satisfiable
(Un)Satisfiability was proved
Number of variables51
Number of constraints479
Number of domains2
Minimum domain size3
Maximum domain size24
Distribution of domain sizes[{"size":3,"count":49},{"size":24,"count":2}]
Minimum variable degree2
Maximum variable degree26
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":20,"count":24},{"degree":22,"count":16},{"degree":24,"count":8},{"degree":26,"count":1}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":477},{"arity":50,"count":2}]
Number of extensional constraints0
Number of intensional constraints477
Distribution of constraint types[{"type":"intension","count":477},{"type":"count","count":2}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.73/0.54	c Concrete v3.10.1560635388952 running
2520.05/2473.71	Exception in thread "main" java.util.concurrent.TimeoutException
2520.05/2473.71		at concrete.MAC.mac(MAC.scala:189)
2520.05/2473.71		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.05/2473.71		at scala.util.Try$.apply(Try.scala:212)
2520.05/2473.71		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.05/2473.71		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.05/2473.71		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.05/2473.71		at concrete.MAC.oneRun(MAC.scala:253)
2520.05/2473.71		at concrete.MAC.nextSolution(MAC.scala:272)
2520.05/2473.71		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.05/2473.71		at concrete.ProblemState.map(ProblemState.scala:228)
2520.05/2473.71		at concrete.ProblemState.map(ProblemState.scala:210)
2520.05/2473.71		at concrete.MAC.nextSolution(MAC.scala:334)
2520.05/2473.71		at concrete.Solver.hasNext(Solver.scala:160)
2520.05/2473.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.05/2473.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.05/2473.71		at concrete.Solver.foreach(Solver.scala:67)
2520.05/2473.71		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2520.05/2473.71		at scala.util.Success.map(Try.scala:264)
2520.05/2473.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.05/2473.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.05/2473.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.05/2473.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2473.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.05/2473.71		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.05/2473.71		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.05/2473.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.05/2473.71		at scala.App.$anonfun$main$1(App.scala:75)
2520.05/2473.71		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.05/2473.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.05/2473.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.05/2473.71		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.05/2473.71		at scala.App.main(App.scala:75)
2520.05/2473.71		at scala.App.main$(App.scala:73)
2520.05/2473.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.05/2473.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2473.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 (14346 MiB free)
  memory of node 1: 16384 MiB (15374 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387536-1568309550/watcher-4387536-1568309550 -o /tmp/evaluation-result-4387536-1568309550/solver-4387536-1568309550 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568287628-8129 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1842583814 HOME/instance-4387536-1568309550.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=15142, runsolver pid=15139

[startup+0.110205 s]*
/proc/loadavg: 1.24 1.25 1.35 3/220 15199
/proc/meminfo: memFree=30422584/32770624 swapFree=66940100/67108860
[pid=15142] ppid=15139 vsize=10355560 memory=24260 CPUtime=0.11 cores=1,3,5,7
/proc/15142/stat : 15142 (java) S 15139 15142 6622 0 -1 1077944320 4779 13140 0 0 2 1 5 3 20 0 9 0 407193687 10604093440 6065 33554432000 4194304 4196468 140726606682128 140726606664672 139710270914295 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
/proc/15142/statm: 2588890 6065 2103 1 0 2551431 0
[pid=15142/tid=15195] ppid=15139 vsize=10355560 memory=5853958925675299741 CPUtime=0.1 cores=1,3,5,7
/proc/15142/task/15195/stat : 15195 (java) R 15139 15142 6622 0 -1 4202560 2554 13140 0 0 1 1 5 3 20 0 9 0 407193695 10604093440 6065 33554432000 4194304 4196468 140726606682128 139710242750320 139710270936221 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15196] ppid=15139 vsize=10355560 memory=5793855256288491961 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15196/stat : 15196 (java) S 15139 15142 6622 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 9 0 407193696 10604093440 6065 33554432000 4194304 4196468 140726606682128 139710275156368 139710270924501 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15197] ppid=15139 vsize=10355560 memory=140005278598784 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15197/stat : 15197 (java) S 15139 15142 6622 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 9 0 407193696 10604093440 6065 33554432000 4194304 4196468 140726606682128 139710189975824 139710270924501 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15198] ppid=15139 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15198/stat : 15198 (java) S 15139 15142 6622 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 9 0 407193696 10604093440 6065 33554432000 4194304 4196468 140726606682128 139710188923536 139710270924501 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15199] ppid=15139 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15199/stat : 15199 (java) S 15139 15142 6622 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 9 0 407193696 10604093440 6065 33554432000 4194304 4196468 140726606682128 139710187870736 139710270924501 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15200] ppid=15139 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15200/stat : 15200 (java) S 15139 15142 6622 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 9 0 407193698 10604093440 6065 33554432000 4194304 4196468 140726606682128 139709797505648 139710270925442 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15201] ppid=15139 vsize=10355560 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15201/stat : 15201 (java) S 15139 15142 6622 0 -1 1077944384 13 13140 0 0 0 0 5 3 20 0 9 0 407193698 10604093440 6065 33554432000 4194304 4196468 140726606682128 139709716096288 139710270924501 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15202] ppid=15139 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15202/stat : 15202 (java) S 15139 15142 6622 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 9 0 407193698 10604093440 6065 33554432000 4194304 4196468 140726606682128 139709112116912 139710270924501 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 24260 KiB

[startup+0.217917 s]*
/proc/loadavg: 1.24 1.25 1.35 5/229 15208
/proc/meminfo: memFree=30407320/32770624 swapFree=66940100/67108860
[pid=15142] ppid=15139 vsize=10819964 memory=41880 CPUtime=0.27 cores=1,3,5,7
/proc/15142/stat : 15142 (java) S 15139 15142 6622 0 -1 1077944320 9244 13140 0 0 16 3 5 3 20 0 15 0 407193687 11079643136 10470 33554432000 4194304 4196468 140726606682128 140726606664672 139710270914295 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
/proc/15142/statm: 2704991 10470 2982 1 0 2667405 0
[pid=15142/tid=15195] ppid=15139 vsize=10819964 memory=-8540663193526752614 CPUtime=0.2 cores=1,3,5,7
/proc/15142/task/15195/stat : 15195 (java) R 15139 15142 6622 0 -1 4202560 5730 13140 0 0 10 2 5 3 20 0 15 0 407193695 11079643136 10470 33554432000 4194304 4196468 140726606682128 139710242739104 139710263594013 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15196] ppid=15139 vsize=10819964 memory=4211973731483389322 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15196/stat : 15196 (java) S 15139 15142 6622 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 407193696 11079643136 10470 33554432000 4194304 4196468 140726606682128 139710275156368 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15197] ppid=15139 vsize=10819964 memory=140005278598784 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15197/stat : 15197 (java) S 15139 15142 6622 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 407193696 11079643136 10470 33554432000 4194304 4196468 140726606682128 139710189975824 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15198] ppid=15139 vsize=10819964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15198/stat : 15198 (java) S 15139 15142 6622 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 407193696 11079643136 10470 33554432000 4194304 4196468 140726606682128 139710188923536 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15199] ppid=15139 vsize=10819964 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15199/stat : 15199 (java) S 15139 15142 6622 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 15 0 407193696 11079643136 10470 33554432000 4194304 4196468 140726606682128 139710187870736 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15200] ppid=15139 vsize=10819964 memory=140005278598784 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15200/stat : 15200 (java) S 15139 15142 6622 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 15 0 407193698 11079643136 10470 33554432000 4194304 4196468 140726606682128 139709797505648 139710270925442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15201] ppid=15139 vsize=10819964 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15201/stat : 15201 (java) S 15139 15142 6622 0 -1 1077944384 13 13140 0 0 0 0 5 3 20 0 15 0 407193698 11079643136 10470 33554432000 4194304 4196468 140726606682128 139709716096288 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15202] ppid=15139 vsize=10819964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15202/stat : 15202 (java) S 15139 15142 6622 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 407193698 11079643136 10470 33554432000 4194304 4196468 140726606682128 139709112116848 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15203] ppid=15139 vsize=10819964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15203/stat : 15203 (java) S 15139 15142 6622 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 407193701 11079643136 10470 33554432000 4194304 4196468 140726606682128 139708804717136 139710270932891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15204] ppid=15139 vsize=10819964 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15142/task/15204/stat : 15204 (java) S 15139 15142 6622 0 -1 1077944384 352 13140 0 0 1 0 5 3 20 0 15 0 407193701 11079643136 10470 33554432000 4194304 4196468 140726606682128 139709796452464 139710270925442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15205] ppid=15139 vsize=10819964 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/15142/task/15205/stat : 15205 (java) S 15139 15142 6622 0 -1 1077944384 292 13140 0 0 1 0 5 3 20 0 15 0 407193701 11079643136 10470 33554432000 4194304 4196468 140726606682128 139709795399664 139710270925442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15206] ppid=15139 vsize=10819964 memory=140005278598784 CPUtime=0.11 cores=1,3,5,7
/proc/15142/task/15206/stat : 15206 (java) S 15139 15142 6622 0 -1 1077944384 637 13140 0 0 3 0 5 3 20 0 15 0 407193701 11079643136 10470 33554432000 4194304 4196468 140726606682128 139709794347376 139710270925442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15207] ppid=15139 vsize=10819964 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15207/stat : 15207 (java) S 15139 15142 6622 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 407193701 11079643136 10470 33554432000 4194304 4196468 140726606682128 139708771158496 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15208] ppid=15139 vsize=10819964 memory=140005278598784 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15208/stat : 15208 (java) S 15139 15142 6622 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 407193702 11079643136 10470 33554432000 4194304 4196468 140726606682128 139709793295280 139710270925442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819964 KiB
Current children cumulated memory: 41880 KiB

[startup+0.310525 s]*
/proc/loadavg: 1.24 1.25 1.35 3/229 15208
/proc/meminfo: memFree=30398256/32770624 swapFree=66940100/67108860
[pid=15142] ppid=15139 vsize=10820244 memory=50008 CPUtime=0.4 cores=1,3,5,7
/proc/15142/stat : 15142 (java) S 15139 15142 6622 0 -1 1077944320 10693 13140 0 0 28 4 5 3 20 0 15 0 407193687 11079929856 12502 33554432000 4194304 4196468 140726606682128 140726606664672 139710270914295 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
/proc/15142/statm: 2705061 12502 3298 1 0 2667149 0
[pid=15142/tid=15195] ppid=15139 vsize=10820244 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/15142/task/15195/stat : 15195 (java) R 15139 15142 6622 0 -1 4202560 7155 13140 0 0 19 3 5 3 20 0 15 0 407193695 11079929856 12502 33554432000 4194304 4196468 140726606682128 139710242735696 139710256639998 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15196] ppid=15139 vsize=10820244 memory=-7003737579269690708 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15196/stat : 15196 (java) S 15139 15142 6622 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 407193696 11079929856 12502 33554432000 4194304 4196468 140726606682128 139710275156368 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15197] ppid=15139 vsize=10820244 memory=140005278609377 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15197/stat : 15197 (java) S 15139 15142 6622 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 407193696 11079929856 12502 33554432000 4194304 4196468 140726606682128 139710189975824 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15198] ppid=15139 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15198/stat : 15198 (java) S 15139 15142 6622 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 407193696 11079929856 12502 33554432000 4194304 4196468 140726606682128 139710188923536 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15199] ppid=15139 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15199/stat : 15199 (java) S 15139 15142 6622 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 15 0 407193696 11079929856 12502 33554432000 4194304 4196468 140726606682128 139710187870736 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15200] ppid=15139 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15200/stat : 15200 (java) S 15139 15142 6622 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 15 0 407193698 11079929856 12502 33554432000 4194304 4196468 140726606682128 139709797505648 139710270925442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15201] ppid=15139 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15201/stat : 15201 (java) S 15139 15142 6622 0 -1 1077944384 13 13140 0 0 0 0 5 3 20 0 15 0 407193698 11079929856 12502 33554432000 4194304 4196468 140726606682128 139709716096288 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15202] ppid=15139 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15202/stat : 15202 (java) S 15139 15142 6622 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 407193698 11079929856 12502 33554432000 4194304 4196468 140726606682128 139709112116848 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15203] ppid=15139 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15203/stat : 15203 (java) S 15139 15142 6622 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 407193701 11079929856 12502 33554432000 4194304 4196468 140726606682128 139708804717136 139710270932891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15204] ppid=15139 vsize=10820244 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/15142/task/15204/stat : 15204 (java) R 15139 15142 6622 0 -1 4202560 358 13140 0 0 2 0 5 3 20 0 15 0 407193701 11079929856 12502 33554432000 4194304 4196468 140726606682128 139709796452464 139710254820493 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15205] ppid=15139 vsize=10820244 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/15142/task/15205/stat : 15205 (java) S 15139 15142 6622 0 -1 1077944384 292 13140 0 0 1 0 5 3 20 0 15 0 407193701 11079929856 12502 33554432000 4194304 4196468 140726606682128 139709795399664 139710270925442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15206] ppid=15139 vsize=10820244 memory=140005278598784 CPUtime=0.13 cores=1,3,5,7
/proc/15142/task/15206/stat : 15206 (java) S 15139 15142 6622 0 -1 1077944384 663 13140 0 0 5 0 5 3 20 0 15 0 407193701 11079929856 12502 33554432000 4194304 4196468 140726606682128 139709794347376 139710270925442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15207] ppid=15139 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15207/stat : 15207 (java) S 15139 15142 6622 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 407193701 11079929856 12502 33554432000 4194304 4196468 140726606682128 139708771158496 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15208] ppid=15139 vsize=10820244 memory=140005278598784 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15208/stat : 15208 (java) S 15139 15142 6622 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 407193702 11079929856 12502 33554432000 4194304 4196468 140726606682128 139709793295280 139710270925442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 50008 KiB

[startup+0.700756 s]
/proc/loadavg: 1.24 1.25 1.35 5/229 15208
/proc/meminfo: memFree=30381048/32770624 swapFree=66940100/67108860
[pid=15142] ppid=15139 vsize=10824340 memory=80724 CPUtime=1.14 cores=1,3,5,7
/proc/15142/stat : 15142 (java) S 15139 15142 6622 0 -1 1077944320 15034 13140 0 0 100 6 5 3 20 0 15 0 407193687 11084124160 20181 33554432000 4194304 4196468 140726606682128 140726606664672 139710270914295 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
/proc/15142/statm: 2706085 20181 3502 1 0 2668173 0
[pid=15142/tid=15195] ppid=15139 vsize=10824340 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/15142/task/15195/stat : 15195 (java) R 15139 15142 6622 0 -1 4202560 10676 13140 0 0 54 5 5 3 20 0 15 0 407193695 11084124160 20181 33554432000 4194304 4196468 140726606682128 139710242732256 139710270936221 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15196] ppid=15139 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15196/stat : 15196 (java) S 15139 15142 6622 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 407193696 11084124160 20181 33554432000 4194304 4196468 140726606682128 139710275156368 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15197] ppid=15139 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15197/stat : 15197 (java) S 15139 15142 6622 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 407193696 11084124160 20181 33554432000 4194304 4196468 140726606682128 139710189975824 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15198] ppid=15139 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15198/stat : 15198 (java) S 15139 15142 6622 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 407193696 11084124160 20181 33554432000 4194304 4196468 140726606682128 139710188923536 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15199] ppid=15139 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15199/stat : 15199 (java) S 15139 15142 6622 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 15 0 407193696 11084124160 20181 33554432000 4194304 4196468 140726606682128 139710187870736 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15200] ppid=15139 vsize=10824340 memory=36 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15200/stat : 15200 (java) S 15139 15142 6622 0 -1 1077944384 5 13140 0 0 0 0 5 3 20 0 15 0 407193698 11084124160 20181 33554432000 4194304 4196468 140726606682128 139709797505648 139710270925442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15201] ppid=15139 vsize=10824340 memory=2 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15201/stat : 15201 (java) S 15139 15142 6622 0 -1 1077944384 13 13140 0 0 0 0 5 3 20 0 15 0 407193698 11084124160 20181 33554432000 4194304 4196468 140726606682128 139709716096288 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15202] ppid=15139 vsize=10824340 memory=14012 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15202/stat : 15202 (java) S 15139 15142 6622 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 407193698 11084124160 20181 33554432000 4194304 4196468 140726606682128 139709112116848 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15203] ppid=15139 vsize=10824340 memory=2112 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15203/stat : 15203 (java) S 15139 15142 6622 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 407193701 11084124160 20181 33554432000 4194304 4196468 140726606682128 139708804717136 139710270932891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15204] ppid=15139 vsize=10824340 memory=12040 CPUtime=0.21 cores=1,3,5,7
/proc/15142/task/15204/stat : 15204 (java) S 15139 15142 6622 0 -1 1077944384 588 13140 0 0 13 0 5 3 20 0 15 0 407193701 11084124160 20181 33554432000 4194304 4196468 140726606682128 139709796452464 139710270925442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15205] ppid=15139 vsize=10824340 memory=22264 CPUtime=0.22 cores=1,3,5,7
/proc/15142/task/15205/stat : 15205 (java) S 15139 15142 6622 0 -1 1077944384 674 13140 0 0 14 0 5 3 20 0 15 0 407193701 11084124160 20181 33554432000 4194304 4196468 140726606682128 139709795399664 139710270925442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15206] ppid=15139 vsize=10824340 memory=1556 CPUtime=0.25 cores=1,3,5,7
/proc/15142/task/15206/stat : 15206 (java) S 15139 15142 6622 0 -1 1077944384 860 13140 0 0 17 0 5 3 20 0 15 0 407193701 11084124160 20181 33554432000 4194304 4196468 140726606682128 139709794347376 139710270925442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15207] ppid=15139 vsize=10824340 memory=532 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15207/stat : 15207 (java) S 15139 15142 6622 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 407193701 11084124160 20181 33554432000 4194304 4196468 140726606682128 139708771158496 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15208] ppid=15139 vsize=10824340 memory=928 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15208/stat : 15208 (java) S 15139 15142 6622 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 407193702 11084124160 20181 33554432000 4194304 4196468 140726606682128 139709793295280 139710270925442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80724 KiB

[startup+1.50508 s]
/proc/loadavg: 1.24 1.25 1.35 3/229 15208
/proc/meminfo: memFree=30339284/32770624 swapFree=66940100/67108860
[pid=15142] ppid=15139 vsize=10834656 memory=170008 CPUtime=2.53 cores=1,3,5,7
/proc/15142/stat : 15142 (java) S 15139 15142 6622 0 -1 1077944320 22086 13140 0 0 233 12 5 3 20 0 15 0 407193687 11094687744 42502 33554432000 4194304 4196468 140726606682128 140726606664672 139710270914295 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
/proc/15142/statm: 2708664 42502 3574 1 0 2670733 0
[pid=15142/tid=15195] ppid=15139 vsize=10834656 memory=166520 CPUtime=1.44 cores=1,3,5,7
/proc/15142/task/15195/stat : 15195 (java) R 15139 15142 6622 0 -1 4202560 15782 13140 0 0 129 7 5 3 20 0 15 0 407193695 11094687744 42502 33554432000 4194304 4196468 140726606682128 139710242712064 139710254107000 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15196] ppid=15139 vsize=10834656 memory=8 CPUtime=0.09 cores=1,3,5,7
/proc/15142/task/15196/stat : 15196 (java) S 15139 15142 6622 0 -1 1077944384 61 13140 0 0 1 0 5 3 20 0 15 0 407193696 11094687744 42502 33554432000 4194304 4196468 140726606682128 139710275156368 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15197] ppid=15139 vsize=10834656 memory=8 CPUtime=0.09 cores=1,3,5,7
/proc/15142/task/15197/stat : 15197 (java) S 15139 15142 6622 0 -1 1077944384 309 13140 0 0 1 0 5 3 20 0 15 0 407193696 11094687744 42502 33554432000 4194304 4196468 140726606682128 139710189975824 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15198] ppid=15139 vsize=10834656 memory=8 CPUtime=0.09 cores=1,3,5,7
/proc/15142/task/15198/stat : 15198 (java) S 15139 15142 6622 0 -1 1077944384 35 13140 0 0 1 0 5 3 20 0 15 0 407193696 11094687744 42502 33554432000 4194304 4196468 140726606682128 139710188923536 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15199] ppid=15139 vsize=10834656 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15199/stat : 15199 (java) S 15139 15142 6622 0 -1 1077944384 73 13140 0 0 0 0 5 3 20 0 15 0 407193696 11094687744 42502 33554432000 4194304 4196468 140726606682128 139710187870736 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15200] ppid=15139 vsize=10834656 memory=8 CPUtime=0.09 cores=1,3,5,7
/proc/15142/task/15200/stat : 15200 (java) S 15139 15142 6622 0 -1 1077944384 420 13140 0 0 1 0 5 3 20 0 15 0 407193698 11094687744 42502 33554432000 4194304 4196468 140726606682128 139709797505648 139710270925442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15201] ppid=15139 vsize=10834656 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15201/stat : 15201 (java) S 15139 15142 6622 0 -1 1077944384 14 13140 0 0 0 0 5 3 20 0 15 0 407193698 11094687744 42502 33554432000 4194304 4196468 140726606682128 139709716096352 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15202] ppid=15139 vsize=10834656 memory=988 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15202/stat : 15202 (java) S 15139 15142 6622 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 407193698 11094687744 42502 33554432000 4194304 4196468 140726606682128 139709112116864 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15203] ppid=15139 vsize=10834656 memory=780 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15203/stat : 15203 (java) S 15139 15142 6622 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 407193701 11094687744 42502 33554432000 4194304 4196468 140726606682128 139708804717136 139710270932891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15204] ppid=15139 vsize=10834656 memory=5964 CPUtime=0.33 cores=1,3,5,7
/proc/15142/task/15204/stat : 15204 (java) S 15139 15142 6622 0 -1 1077944384 734 13140 0 0 25 0 5 3 20 0 15 0 407193701 11094687744 42502 33554432000 4194304 4196468 140726606682128 139709796452464 139710270925442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15205] ppid=15139 vsize=10834656 memory=624 CPUtime=0.37 cores=1,3,5,7
/proc/15142/task/15205/stat : 15205 (java) S 15139 15142 6622 0 -1 1077944384 801 13140 0 0 29 0 5 3 20 0 15 0 407193701 11094687744 42502 33554432000 4194304 4196468 140726606682128 139709795399664 139710270925442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15206] ppid=15139 vsize=10834656 memory=3440 CPUtime=0.51 cores=1,3,5,7
/proc/15142/task/15206/stat : 15206 (java) R 15139 15142 6622 0 -1 4202560 1644 13140 0 0 43 0 5 3 20 0 15 0 407193701 11094687744 42502 33554432000 4194304 4196468 140726606682128 139709794347376 139710270935642 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0

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

/proc/15142/task/15195/stat : 15195 (java) R 15139 15142 6622 0 -1 4202560 66349 13140 0 0 235396 54 5 3 20 0 15 0 407193695 11107291136 258830 33554432000 4194304 4196468 140726606682128 139710242749808 139709883759638 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15196] ppid=15139 vsize=10846964 memory=1035320 CPUtime=11.83 cores=1,3,5,7
/proc/15142/task/15196/stat : 15196 (java) S 15139 15142 6622 0 -1 1077944384 15573 13140 0 0 1114 61 5 3 20 0 15 0 407193696 11107291136 258830 33554432000 4194304 4196468 140726606682128 139710275156368 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15197] ppid=15139 vsize=10846964 memory=1035320 CPUtime=11.82 cores=1,3,5,7
/proc/15142/task/15197/stat : 15197 (java) S 15139 15142 6622 0 -1 1077944384 9672 13140 0 0 1119 55 5 3 20 0 15 0 407193696 11107291136 258830 33554432000 4194304 4196468 140726606682128 139710189975824 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15198] ppid=15139 vsize=10846964 memory=1035320 CPUtime=11.78 cores=1,3,5,7
/proc/15142/task/15198/stat : 15198 (java) S 15139 15142 6622 0 -1 1077944384 16829 13140 0 0 1110 60 5 3 20 0 15 0 407193696 11107291136 258830 33554432000 4194304 4196468 140726606682128 139710188923536 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15199] ppid=15139 vsize=10846964 memory=1035320 CPUtime=11.87 cores=1,3,5,7
/proc/15142/task/15199/stat : 15199 (java) S 15139 15142 6622 0 -1 1077944384 15022 13140 0 0 1122 57 5 3 20 0 15 0 407193696 11107291136 258830 33554432000 4194304 4196468 140726606682128 139710187870736 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15200] ppid=15139 vsize=10846964 memory=1035320 CPUtime=11.97 cores=1,3,5,7
/proc/15142/task/15200/stat : 15200 (java) S 15139 15142 6622 0 -1 1077944384 15799 13140 0 0 1130 59 5 3 20 0 15 0 407193698 11107291136 258830 33554432000 4194304 4196468 140726606682128 139709797505648 139710270925442 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15201] ppid=15139 vsize=10846964 memory=1035320 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15201/stat : 15201 (java) S 15139 15142 6622 0 -1 1077944384 18 13140 0 0 0 0 5 3 20 0 15 0 407193698 11107291136 258830 33554432000 4194304 4196468 140726606682128 139709716096416 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15202] ppid=15139 vsize=10846964 memory=1035320 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15202/stat : 15202 (java) S 15139 15142 6622 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 407193698 11107291136 258830 33554432000 4194304 4196468 140726606682128 139709112116864 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15203] ppid=15139 vsize=10846964 memory=1035320 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15203/stat : 15203 (java) S 15139 15142 6622 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 407193701 11107291136 258830 33554432000 4194304 4196468 140726606682128 139708804717136 139710270932891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15204] ppid=15139 vsize=10846964 memory=1033272 CPUtime=4.64 cores=1,3,5,7
/proc/15142/task/15204/stat : 15204 (java) S 15139 15142 6622 0 -1 1077944384 27540 13140 0 0 451 5 5 3 20 0 15 0 407193701 11107291136 258830 33554432000 4194304 4196468 140726606682128 139709796452464 139710270925442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15205] ppid=15139 vsize=10846964 memory=1035320 CPUtime=4.38 cores=1,3,5,7
/proc/15142/task/15205/stat : 15205 (java) S 15139 15142 6622 0 -1 1077944384 16431 13140 0 0 425 5 5 3 20 0 15 0 407193701 11107291136 258830 33554432000 4194304 4196468 140726606682128 139709795399664 139710270925442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15206] ppid=15139 vsize=10846964 memory=8028903747615025216 CPUtime=3.5 cores=1,3,5,7
/proc/15142/task/15206/stat : 15206 (java) S 15139 15142 6622 0 -1 1077944384 25115 13140 0 0 335 7 5 3 20 0 15 0 407193701 11107291136 258830 33554432000 4194304 4196468 140726606682128 139709794347376 139710270925442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15207] ppid=15139 vsize=10846964 memory=1035320 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15207/stat : 15207 (java) S 15139 15142 6622 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 407193701 11107291136 258830 33554432000 4194304 4196468 140726606682128 139708771158496 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15208] ppid=15139 vsize=10846964 memory=12040 CPUtime=1.51 cores=1,3,5,7
/proc/15142/task/15208/stat : 15208 (java) S 15139 15142 6622 0 -1 1077944384 839 13140 0 0 65 78 5 3 20 0 15 0 407193702 11107291136 258830 33554432000 4194304 4196468 140726606682128 139709793295280 139710270925442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
Current children cumulated CPU time: 2427.26 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1035320 KiB

[startup+2442.3 s]
/proc/loadavg: 0.86 1.25 1.36 2/207 15498
/proc/meminfo: memFree=30207156/32770624 swapFree=66940112/67108860
[pid=15142] ppid=15139 vsize=10846964 memory=1035320 CPUtime=2488.18 cores=1,3,5,7
/proc/15142/stat : 15142 (java) S 15139 15142 6622 0 -1 1077944320 212931 13140 0 0 248430 380 5 3 20 0 15 0 407193687 11107291136 258830 33554432000 4194304 4196468 140726606682128 140726606664672 139710270914295 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
/proc/15142/statm: 2711741 258830 3622 1 0 2673805 0
[pid=15142/tid=15195] ppid=15139 vsize=10846964 memory=1035320 CPUtime=2413.85 cores=1,3,5,7
/proc/15142/task/15195/stat : 15195 (java) R 15139 15142 6622 0 -1 4202560 67141 13140 0 0 241322 55 5 3 20 0 15 0 407193695 11107291136 258830 33554432000 4194304 4196468 140726606682128 139710242749968 139710250113861 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15196] ppid=15139 vsize=10846964 memory=1035320 CPUtime=12.15 cores=1,3,5,7
/proc/15142/task/15196/stat : 15196 (java) S 15139 15142 6622 0 -1 1077944384 15677 13140 0 0 1145 62 5 3 20 0 15 0 407193696 11107291136 258830 33554432000 4194304 4196468 140726606682128 139710275156368 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15197] ppid=15139 vsize=10846964 memory=1035320 CPUtime=12.14 cores=1,3,5,7
/proc/15142/task/15197/stat : 15197 (java) S 15139 15142 6622 0 -1 1077944384 9695 13140 0 0 1150 56 5 3 20 0 15 0 407193696 11107291136 258830 33554432000 4194304 4196468 140726606682128 139710189975824 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15198] ppid=15139 vsize=10846964 memory=1035320 CPUtime=12.1 cores=1,3,5,7
/proc/15142/task/15198/stat : 15198 (java) S 15139 15142 6622 0 -1 1077944384 17042 13140 0 0 1141 61 5 3 20 0 15 0 407193696 11107291136 258830 33554432000 4194304 4196468 140726606682128 139710188923536 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15199] ppid=15139 vsize=10846964 memory=1035320 CPUtime=12.18 cores=1,3,5,7
/proc/15142/task/15199/stat : 15199 (java) S 15139 15142 6622 0 -1 1077944384 15178 13140 0 0 1152 58 5 3 20 0 15 0 407193696 11107291136 258830 33554432000 4194304 4196468 140726606682128 139710187870736 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15200] ppid=15139 vsize=10846964 memory=1035320 CPUtime=12.29 cores=1,3,5,7
/proc/15142/task/15200/stat : 15200 (java) S 15139 15142 6622 0 -1 1077944384 16018 13140 0 0 1161 60 5 3 20 0 15 0 407193698 11107291136 258830 33554432000 4194304 4196468 140726606682128 139709797505648 139710270925442 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15201] ppid=15139 vsize=10846964 memory=1035320 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15201/stat : 15201 (java) S 15139 15142 6622 0 -1 1077944384 18 13140 0 0 0 0 5 3 20 0 15 0 407193698 11107291136 258830 33554432000 4194304 4196468 140726606682128 139709716096416 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15202] ppid=15139 vsize=10846964 memory=1035320 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15202/stat : 15202 (java) S 15139 15142 6622 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 407193698 11107291136 258830 33554432000 4194304 4196468 140726606682128 139709112116864 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15203] ppid=15139 vsize=10846964 memory=1035320 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15203/stat : 15203 (java) S 15139 15142 6622 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 407193701 11107291136 258830 33554432000 4194304 4196468 140726606682128 139708804717136 139710270932891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15204] ppid=15139 vsize=10846964 memory=1035320 CPUtime=4.64 cores=1,3,5,7
/proc/15142/task/15204/stat : 15204 (java) S 15139 15142 6622 0 -1 1077944384 27542 13140 0 0 451 5 5 3 20 0 15 0 407193701 11107291136 258830 33554432000 4194304 4196468 140726606682128 139709796452464 139710270925442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15205] ppid=15139 vsize=10846964 memory=1035320 CPUtime=4.38 cores=1,3,5,7
/proc/15142/task/15205/stat : 15205 (java) S 15139 15142 6622 0 -1 1077944384 16433 13140 0 0 425 5 5 3 20 0 15 0 407193701 11107291136 258830 33554432000 4194304 4196468 140726606682128 139709795399664 139710270925442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15206] ppid=15139 vsize=10846964 memory=1035320 CPUtime=3.5 cores=1,3,5,7
/proc/15142/task/15206/stat : 15206 (java) S 15139 15142 6622 0 -1 1077944384 25118 13140 0 0 335 7 5 3 20 0 15 0 407193701 11107291136 258830 33554432000 4194304 4196468 140726606682128 139709794347376 139710270925442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15207] ppid=15139 vsize=10846964 memory=1035320 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15207/stat : 15207 (java) S 15139 15142 6622 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 407193701 11107291136 258830 33554432000 4194304 4196468 140726606682128 139708771158496 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15208] ppid=15139 vsize=10846964 memory=1035320 CPUtime=1.55 cores=1,3,5,7
/proc/15142/task/15208/stat : 15208 (java) S 15139 15142 6622 0 -1 1077944384 855 13140 0 0 66 81 5 3 20 0 15 0 407193702 11107291136 258830 33554432000 4194304 4196468 140726606682128 139709793295280 139710270925442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
Current children cumulated CPU time: 2488.18 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1035320 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2473.7 s]
/proc/loadavg: 0.87 1.20 1.34 2/207 15501
/proc/meminfo: memFree=30206792/32770624 swapFree=66940112/67108860
[pid=15142] ppid=15139 vsize=10846964 memory=1035320 CPUtime=2520.05 cores=1,3,5,7
/proc/15142/stat : 15142 (java) S 15139 15142 6622 0 -1 1077944320 214070 13140 0 0 251612 385 5 3 20 0 15 0 407193687 11107291136 258830 33554432000 4194304 4196468 140726606682128 140726606664672 139710270914295 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
/proc/15142/statm: 2711741 258830 3622 1 0 2673805 0
[pid=15142/tid=15195] ppid=15139 vsize=10846964 memory=1035320 CPUtime=2444.87 cores=1,3,5,7
/proc/15142/task/15195/stat : 15195 (java) R 15139 15142 6622 0 -1 4202560 67580 13140 0 0 244423 56 5 3 20 0 15 0 407193695 11107291136 258830 33554432000 4194304 4196468 140726606682128 139710242750016 139709882811852 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15196] ppid=15139 vsize=10846964 memory=1035320 CPUtime=12.32 cores=1,3,5,7
/proc/15142/task/15196/stat : 15196 (java) S 15139 15142 6622 0 -1 1077944384 15916 13140 0 0 1161 63 5 3 20 0 15 0 407193696 11107291136 258830 33554432000 4194304 4196468 140726606682128 139710275156368 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15197] ppid=15139 vsize=10846964 memory=1035320 CPUtime=12.31 cores=1,3,5,7
/proc/15142/task/15197/stat : 15197 (java) S 15139 15142 6622 0 -1 1077944384 9854 13140 0 0 1166 57 5 3 20 0 15 0 407193696 11107291136 258830 33554432000 4194304 4196468 140726606682128 139710189975824 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15198] ppid=15139 vsize=10846964 memory=1035320 CPUtime=12.27 cores=1,3,5,7
/proc/15142/task/15198/stat : 15198 (java) S 15139 15142 6622 0 -1 1077944384 17106 13140 0 0 1157 62 5 3 20 0 15 0 407193696 11107291136 258830 33554432000 4194304 4196468 140726606682128 139710188923536 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15199] ppid=15139 vsize=10846964 memory=1035320 CPUtime=12.35 cores=1,3,5,7
/proc/15142/task/15199/stat : 15199 (java) S 15139 15142 6622 0 -1 1077944384 15185 13140 0 0 1168 59 5 3 20 0 15 0 407193696 11107291136 258830 33554432000 4194304 4196468 140726606682128 139710187870736 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15200] ppid=15139 vsize=10846964 memory=1035320 CPUtime=12.46 cores=1,3,5,7
/proc/15142/task/15200/stat : 15200 (java) S 15139 15142 6622 0 -1 1077944384 16228 13140 0 0 1177 61 5 3 20 0 15 0 407193698 11107291136 258830 33554432000 4194304 4196468 140726606682128 139709797505648 139710270925442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15201] ppid=15139 vsize=10846964 memory=1035320 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15201/stat : 15201 (java) S 15139 15142 6622 0 -1 1077944384 18 13140 0 0 0 0 5 3 20 0 15 0 407193698 11107291136 258830 33554432000 4194304 4196468 140726606682128 139709716096416 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15202] ppid=15139 vsize=10846964 memory=1035320 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15202/stat : 15202 (java) S 15139 15142 6622 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 407193698 11107291136 258830 33554432000 4194304 4196468 140726606682128 139709112116864 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15203] ppid=15139 vsize=10846964 memory=1035320 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15203/stat : 15203 (java) S 15139 15142 6622 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 407193701 11107291136 258830 33554432000 4194304 4196468 140726606682128 139708804717136 139710270932891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15204] ppid=15139 vsize=10846964 memory=780 CPUtime=4.64 cores=1,3,5,7
/proc/15142/task/15204/stat : 15204 (java) S 15139 15142 6622 0 -1 1077944384 27544 13140 0 0 451 5 5 3 20 0 15 0 407193701 11107291136 258830 33554432000 4194304 4196468 140726606682128 139709796452464 139710270925442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15205] ppid=15139 vsize=10846964 memory=1035320 CPUtime=4.38 cores=1,3,5,7
/proc/15142/task/15205/stat : 15205 (java) S 15139 15142 6622 0 -1 1077944384 16435 13140 0 0 425 5 5 3 20 0 15 0 407193701 11107291136 258830 33554432000 4194304 4196468 140726606682128 139709795399664 139710270925442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15206] ppid=15139 vsize=10846964 memory=1035320 CPUtime=3.5 cores=1,3,5,7
/proc/15142/task/15206/stat : 15206 (java) S 15139 15142 6622 0 -1 1077944384 25120 13140 0 0 335 7 5 3 20 0 15 0 407193701 11107291136 258830 33554432000 4194304 4196468 140726606682128 139709794347376 139710270925442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15207] ppid=15139 vsize=10846964 memory=1035320 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15207/stat : 15207 (java) S 15139 15142 6622 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 407193701 11107291136 258830 33554432000 4194304 4196468 140726606682128 139708771158496 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15208] ppid=15139 vsize=10846964 memory=288230617509003574 CPUtime=1.58 cores=1,3,5,7
/proc/15142/task/15208/stat : 15208 (java) S 15139 15142 6622 0 -1 1077944384 870 13140 0 0 67 83 5 3 20 0 15 0 407193702 11107291136 258830 33554432000 4194304 4196468 140726606682128 139709793295280 139710270925442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1035320 KiB

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

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

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

[startup+2473.7 s]
/proc/loadavg: 0.87 1.20 1.34 2/207 15501
/proc/meminfo: memFree=30206792/32770624 swapFree=66940112/67108860
[pid=15142] ppid=15139 vsize=10846964 memory=1035320 CPUtime=2520.05 cores=1,3,5,7
/proc/15142/stat : 15142 (java) S 15139 15142 6622 0 -1 1077944320 214070 13140 0 0 251612 385 5 3 20 0 15 0 407193687 11107291136 258830 33554432000 4194304 4196468 140726606682128 140726606664672 139710270914295 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
/proc/15142/statm: 2711741 258830 3622 1 0 2673805 0
[pid=15142/tid=15195] ppid=15139 vsize=10846964 memory=1035320 CPUtime=2444.87 cores=1,3,5,7
/proc/15142/task/15195/stat : 15195 (java) R 15139 15142 6622 0 -1 4202560 67580 13140 0 0 244423 56 5 3 20 0 15 0 407193695 11107291136 258830 33554432000 4194304 4196468 140726606682128 139710242750016 139709882811852 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15196] ppid=15139 vsize=10846964 memory=1035320 CPUtime=12.32 cores=1,3,5,7
/proc/15142/task/15196/stat : 15196 (java) S 15139 15142 6622 0 -1 1077944384 15916 13140 0 0 1161 63 5 3 20 0 15 0 407193696 11107291136 258830 33554432000 4194304 4196468 140726606682128 139710275156368 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15197] ppid=15139 vsize=10846964 memory=1035320 CPUtime=12.31 cores=1,3,5,7
/proc/15142/task/15197/stat : 15197 (java) S 15139 15142 6622 0 -1 1077944384 9854 13140 0 0 1166 57 5 3 20 0 15 0 407193696 11107291136 258830 33554432000 4194304 4196468 140726606682128 139710189975824 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15198] ppid=15139 vsize=10846964 memory=1035320 CPUtime=12.27 cores=1,3,5,7
/proc/15142/task/15198/stat : 15198 (java) S 15139 15142 6622 0 -1 1077944384 17106 13140 0 0 1157 62 5 3 20 0 15 0 407193696 11107291136 258830 33554432000 4194304 4196468 140726606682128 139710188923536 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15199] ppid=15139 vsize=10846964 memory=1035320 CPUtime=12.35 cores=1,3,5,7
/proc/15142/task/15199/stat : 15199 (java) S 15139 15142 6622 0 -1 1077944384 15185 13140 0 0 1168 59 5 3 20 0 15 0 407193696 11107291136 258830 33554432000 4194304 4196468 140726606682128 139710187870736 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15200] ppid=15139 vsize=10846964 memory=1035320 CPUtime=12.46 cores=1,3,5,7
/proc/15142/task/15200/stat : 15200 (java) S 15139 15142 6622 0 -1 1077944384 16228 13140 0 0 1177 61 5 3 20 0 15 0 407193698 11107291136 258830 33554432000 4194304 4196468 140726606682128 139709797505648 139710270925442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15201] ppid=15139 vsize=10846964 memory=1035320 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15201/stat : 15201 (java) S 15139 15142 6622 0 -1 1077944384 18 13140 0 0 0 0 5 3 20 0 15 0 407193698 11107291136 258830 33554432000 4194304 4196468 140726606682128 139709716096416 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15202] ppid=15139 vsize=10846964 memory=1035320 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15202/stat : 15202 (java) S 15139 15142 6622 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 407193698 11107291136 258830 33554432000 4194304 4196468 140726606682128 139709112116864 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15203] ppid=15139 vsize=10846964 memory=1035320 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15203/stat : 15203 (java) S 15139 15142 6622 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 407193701 11107291136 258830 33554432000 4194304 4196468 140726606682128 139708804717136 139710270932891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15204] ppid=15139 vsize=10846964 memory=780 CPUtime=4.64 cores=1,3,5,7
/proc/15142/task/15204/stat : 15204 (java) S 15139 15142 6622 0 -1 1077944384 27544 13140 0 0 451 5 5 3 20 0 15 0 407193701 11107291136 258830 33554432000 4194304 4196468 140726606682128 139709796452464 139710270925442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15205] ppid=15139 vsize=10846964 memory=1035320 CPUtime=4.38 cores=1,3,5,7
/proc/15142/task/15205/stat : 15205 (java) S 15139 15142 6622 0 -1 1077944384 16435 13140 0 0 425 5 5 3 20 0 15 0 407193701 11107291136 258830 33554432000 4194304 4196468 140726606682128 139709795399664 139710270925442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15206] ppid=15139 vsize=10846964 memory=1035320 CPUtime=3.5 cores=1,3,5,7
/proc/15142/task/15206/stat : 15206 (java) S 15139 15142 6622 0 -1 1077944384 25120 13140 0 0 335 7 5 3 20 0 15 0 407193701 11107291136 258830 33554432000 4194304 4196468 140726606682128 139709794347376 139710270925442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15207] ppid=15139 vsize=10846964 memory=1035320 CPUtime=0.08 cores=1,3,5,7
/proc/15142/task/15207/stat : 15207 (java) S 15139 15142 6622 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 407193701 11107291136 258830 33554432000 4194304 4196468 140726606682128 139708771158496 139710270924501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
[pid=15142/tid=15208] ppid=15139 vsize=10846964 memory=288230617509003574 CPUtime=1.58 cores=1,3,5,7
/proc/15142/task/15208/stat : 15208 (java) S 15139 15142 6622 0 -1 1077944384 870 13140 0 0 67 83 5 3 20 0 15 0 407193702 11107291136 258830 33554432000 4194304 4196468 140726606682128 139709793295280 139710270925442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15904768 140726606686965 140726606689477 140726606689477 140726606692303 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1035320 KiB

Child status: 143
Real time (s): 2473.74
CPU time (s): 2520.09
CPU user time (s): 2516.2
CPU system time (s): 3.89568
CPU usage (%): 101.874
Max. virtual memory (cumulated for all children) (KiB): 10849752
Max. memory (cumulated for all children) (KiB): 1035320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.2
system time used= 3.89568
maximum resident set size= 1039536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 228154
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 307809
involuntary context switches= 11785


# summary of solver processes directly reported to runsolver:
#   pid: 15142
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.2
#   total CPU system time (s): 3.89568

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2105 second user time and 22.9654 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-12 19:31:52
IDJOB=4387536
IDBENCH=141494
IDSOLVER=2823
FILE ID=node149/4387536-1568309550
RUNJOBID= node149-1568287628-8129
PBS_JOBID= 21701062
Free space on /tmp= 57036 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-07_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387536-1568309550/watcher-4387536-1568309550 -o /tmp/evaluation-result-4387536-1568309550/solver-4387536-1568309550 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568287628-8129 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1842583814 HOME/instance-4387536-1568309550.xml

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

MD5SUM BENCH= d533abf730bec48b9e0ac1943d19d6b7
RANDOM SEED=1842583814

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:        30434108 kB
MemAvailable:   31096904 kB
Buffers:          113320 kB
Cached:           848812 kB
SwapCached:        60996 kB
Active:          1200732 kB
Inactive:         586496 kB
Active(anon):     793512 kB
Inactive(anon):    71368 kB
Active(file):     407220 kB
Inactive(file):   515128 kB
Unevictable:      111364 kB
Mlocked:          111364 kB
SwapTotal:      67108860 kB
SwapFree:       66940100 kB
Dirty:             35172 kB
Writeback:             0 kB
AnonPages:        877092 kB
Mapped:            55816 kB
Shmem:             31044 kB
Slab:             141496 kB
SReclaimable:     112568 kB
SUnreclaim:        28928 kB
KernelStack:        3728 kB
PageTables:         7224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2042860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    706560 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= 57036 MiB
End job on node149 at 2019-09-12 20:13:06