Trace number 4302316

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.9.2? (TO) 252.089 240.637

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 benchmark22.2788
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.97/0.74	c Concrete v3.9.2.1532736233296 running
252.03/240.61	Exception in thread "main" java.util.concurrent.TimeoutException
252.03/240.61		at concrete.MAC.mac(MAC.scala:188)
252.03/240.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.03/240.61		at scala.util.Try$.apply(Try.scala:209)
252.03/240.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.03/240.61		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.03/240.61		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.03/240.61		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.03/240.61		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.03/240.61		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.03/240.61		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.03/240.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.03/240.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.03/240.61		at concrete.MAC.oneRun(MAC.scala:253)
252.03/240.61		at concrete.MAC.nextSolution(MAC.scala:272)
252.03/240.61		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
252.03/240.61		at concrete.ProblemState.map(ProblemState.scala:221)
252.03/240.61		at concrete.ProblemState.map(ProblemState.scala:204)
252.03/240.61		at concrete.MAC.nextSolution(MAC.scala:334)
252.03/240.61		at concrete.Solver.hasNext(Solver.scala:166)
252.03/240.61		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.03/240.61		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.03/240.61		at concrete.Solver.foreach(Solver.scala:68)
252.03/240.61		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.03/240.61		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.03/240.61		at scala.util.Success.map(Try.scala:209)
252.03/240.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.03/240.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.03/240.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.03/240.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.03/240.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.03/240.61		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.03/240.61		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.03/240.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.03/240.61		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.03/240.61		at scala.collection.immutable.List.foreach(List.scala:389)
252.03/240.61		at scala.App.main(App.scala:76)
252.03/240.61		at scala.App.main$(App.scala:74)
252.03/240.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.03/240.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.03/240.61	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 (10859 MiB free)
  memory of node 1: 16384 MiB (14046 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302316-1532897821/watcher-4302316-1532897821 -o /tmp/evaluation-result-4302316-1532897821/solver-4302316-1532897821 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14550 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=866894427 HOME/instance-4302316-1532897821.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
solver pid=22117, runsolver pid=22114
Current StackSize limit: 8192 KiB


[startup+0.100156 s]*
/proc/loadavg: 1.52 1.60 1.76 3/206 22174
/proc/meminfo: memFree=25497912/32770624 swapFree=67108436/67108860
[pid=22117] ppid=22114 vsize=10005480 memory=16816 CPUtime=0.09 cores=1,3,5,7
/proc/22117/stat : 22117 (java) S 22114 22117 9814 0 -1 1077944320 4381 12970 0 0 1 1 4 3 20 0 6 0 107345257 10245611520 4204 33554432000 4194304 4196468 140721691728864 140721691711408 140431272652535 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
/proc/22117/statm: 2501370 4204 1935 1 0 2489808 0
[pid=22117/tid=22170] ppid=22114 vsize=10005480 memory=4279135704013571469 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22170/stat : 22170 (java) R 22114 22117 9814 0 -1 4202560 2208 12970 0 0 0 0 4 3 20 0 6 0 107345266 10245611520 4270 33554432000 4194304 4196468 140721691728864 140431244489296 140431256733022 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22171] ppid=22114 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22171/stat : 22171 (java) S 22114 22117 9814 0 -1 1077944384 1 12970 0 0 0 0 4 3 20 0 6 0 107345267 10245611520 4270 33554432000 4194304 4196468 140721691728864 140431276894736 140431272662741 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22172] ppid=22114 vsize=10005480 memory=140235544729216 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22172/stat : 22172 (java) S 22114 22117 9814 0 -1 1077944384 1 12970 0 0 0 0 4 3 20 0 6 0 107345267 10245611520 4270 33554432000 4194304 4196468 140721691728864 140431142230672 140431272662741 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22173] ppid=22114 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22173/stat : 22173 (java) S 22114 22117 9814 0 -1 1077944384 1 12970 0 0 0 0 4 3 20 0 6 0 107345267 10245611520 4270 33554432000 4194304 4196468 140721691728864 140431141177616 140431272662741 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22174] ppid=22114 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22174/stat : 22174 (java) S 22114 22117 9814 0 -1 1077944384 2 12970 0 0 0 0 4 3 20 0 6 0 107345267 10245611520 4270 33554432000 4194304 4196468 140721691728864 140431140125072 140431272662741 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210185 s]*
/proc/loadavg: 1.52 1.60 1.76 3/215 22183
/proc/meminfo: memFree=25476024/32770624 swapFree=67108436/67108860
[pid=22117] ppid=22114 vsize=10982744 memory=45204 CPUtime=0.25 cores=1,3,5,7
/proc/22117/stat : 22117 (java) S 22114 22117 9814 0 -1 1077944320 8093 12970 0 0 16 2 4 3 20 0 15 0 107345257 11246329856 11301 33554432000 4194304 4196468 140721691728864 140721691711408 140431272652535 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
/proc/22117/statm: 2745686 11301 2944 1 0 2708109 0
[pid=22117/tid=22170] ppid=22114 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/22117/task/22170/stat : 22170 (java) D 22114 22117 9814 0 -1 1077944384 4666 12970 0 0 10 1 4 3 20 0 15 0 107345266 11246329856 11301 33554432000 4194304 4196468 140721691728864 140431244477344 140431265331757 0 4 0 16800975 18446744072101514788 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22171] ppid=22114 vsize=10982744 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22171/stat : 22171 (java) S 22114 22117 9814 0 -1 1077944384 1 12970 0 0 0 0 4 3 20 0 15 0 107345267 11246329856 11301 33554432000 4194304 4196468 140721691728864 140431276894736 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22172] ppid=22114 vsize=10982744 memory=140235544750517 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22172/stat : 22172 (java) S 22114 22117 9814 0 -1 1077944384 1 12970 0 0 0 0 4 3 20 0 15 0 107345267 11246329856 11301 33554432000 4194304 4196468 140721691728864 140431142230672 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22173] ppid=22114 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22173/stat : 22173 (java) S 22114 22117 9814 0 -1 1077944384 1 12970 0 0 0 0 4 3 20 0 15 0 107345267 11246329856 11301 33554432000 4194304 4196468 140721691728864 140431141177616 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22174] ppid=22114 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22174/stat : 22174 (java) S 22114 22117 9814 0 -1 1077944384 2 12970 0 0 0 0 4 3 20 0 15 0 107345267 11246329856 11301 33554432000 4194304 4196468 140721691728864 140431140125072 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22175] ppid=22114 vsize=10982744 memory=140235544729216 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22175/stat : 22175 (java) S 22114 22117 9814 0 -1 1077944384 2 12970 0 0 0 0 4 3 20 0 15 0 107345269 11246329856 11301 33554432000 4194304 4196468 140721691728864 140430564403952 140431272663682 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22176] ppid=22114 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22176/stat : 22176 (java) S 22114 22117 9814 0 -1 1077944384 13 12970 0 0 0 0 4 3 20 0 15 0 107345269 11246362624 11367 33554432000 4194304 4196468 140721691728864 140430129751712 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22177] ppid=22114 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22177/stat : 22177 (java) S 22114 22117 9814 0 -1 1077944384 1 12970 0 0 0 0 4 3 20 0 15 0 107345269 11246362624 11367 33554432000 4194304 4196468 140721691728864 140429928424688 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22178] ppid=22114 vsize=10983736 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22178/stat : 22178 (java) S 22114 22117 9814 0 -1 1077944384 3 12970 0 0 0 0 4 3 20 0 15 0 107345272 11247345664 11367 33554432000 4194304 4196468 140721691728864 140429621025232 140431272671131 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22179] ppid=22114 vsize=10983736 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22117/task/22179/stat : 22179 (java) S 22114 22117 9814 0 -1 1077944384 369 12970 0 0 1 0 4 3 20 0 15 0 107345272 11247345664 11367 33554432000 4194304 4196468 140721691728864 140430563350768 140431272663682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22180] ppid=22114 vsize=10983736 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22180/stat : 22180 (java) S 22114 22117 9814 0 -1 1077944384 246 12970 0 0 0 0 4 3 20 0 15 0 107345272 11247345664 11367 33554432000 4194304 4196468 140721691728864 140430562298224 140431272663682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22181] ppid=22114 vsize=10983736 memory=140235544729216 CPUtime=0.1 cores=1,3,5,7
/proc/22117/task/22181/stat : 22181 (java) S 22114 22117 9814 0 -1 1077944384 594 12970 0 0 3 0 4 3 20 0 15 0 107345272 11247345664 11367 33554432000 4194304 4196468 140721691728864 140430561245168 140431272663682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22182] ppid=22114 vsize=10983736 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22182/stat : 22182 (java) S 22114 22117 9814 0 -1 1077944384 3 12970 0 0 0 0 4 3 20 0 15 0 107345272 11247345664 11367 33554432000 4194304 4196468 140721691728864 140429190228320 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22183] ppid=22114 vsize=10983736 memory=140235544729216 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22183/stat : 22183 (java) S 22114 22117 9814 0 -1 1077944384 1 12970 0 0 0 0 4 3 20 0 15 0 107345272 11247345664 11433 33554432000 4194304 4196468 140721691728864 140430560193584 140431272663682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45204 KiB

[startup+0.310475 s]*
/proc/loadavg: 1.52 1.60 1.76 3/215 22183
/proc/meminfo: memFree=25464240/32770624 swapFree=67108436/67108860
[pid=22117] ppid=22114 vsize=10983192 memory=56184 CPUtime=0.37 cores=1,3,5,7
/proc/22117/stat : 22117 (java) S 22114 22117 9814 0 -1 1077944320 10590 12970 0 0 27 3 4 3 20 0 15 0 107345257 11246788608 14046 33554432000 4194304 4196468 140721691728864 140721691711408 140431272652535 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
/proc/22117/statm: 2745798 14046 3077 1 0 2708109 0
[pid=22117/tid=22170] ppid=22114 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/22117/task/22170/stat : 22170 (java) R 22114 22117 9814 0 -1 4202560 7150 12970 0 0 19 2 4 3 20 0 15 0 107345266 11246788608 14046 33554432000 4194304 4196468 140721691728864 140431244464544 140431256733022 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22171] ppid=22114 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22171/stat : 22171 (java) S 22114 22117 9814 0 -1 1077944384 1 12970 0 0 0 0 4 3 20 0 15 0 107345267 11246788608 14046 33554432000 4194304 4196468 140721691728864 140431276894736 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22172] ppid=22114 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22172/stat : 22172 (java) S 22114 22117 9814 0 -1 1077944384 1 12970 0 0 0 0 4 3 20 0 15 0 107345267 11246788608 14046 33554432000 4194304 4196468 140721691728864 140431142230672 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22173] ppid=22114 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22173/stat : 22173 (java) S 22114 22117 9814 0 -1 1077944384 1 12970 0 0 0 0 4 3 20 0 15 0 107345267 11246788608 14046 33554432000 4194304 4196468 140721691728864 140431141177616 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22174] ppid=22114 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22174/stat : 22174 (java) S 22114 22117 9814 0 -1 1077944384 2 12970 0 0 0 0 4 3 20 0 15 0 107345267 11246788608 14046 33554432000 4194304 4196468 140721691728864 140431140125072 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22175] ppid=22114 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22175/stat : 22175 (java) S 22114 22117 9814 0 -1 1077944384 2 12970 0 0 0 0 4 3 20 0 15 0 107345269 11246788608 14046 33554432000 4194304 4196468 140721691728864 140430564403952 140431272663682 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22176] ppid=22114 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22176/stat : 22176 (java) S 22114 22117 9814 0 -1 1077944384 13 12970 0 0 0 0 4 3 20 0 15 0 107345269 11246788608 14046 33554432000 4194304 4196468 140721691728864 140430129751712 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22177] ppid=22114 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22177/stat : 22177 (java) S 22114 22117 9814 0 -1 1077944384 1 12970 0 0 0 0 4 3 20 0 15 0 107345269 11246788608 14046 33554432000 4194304 4196468 140721691728864 140429928424688 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22178] ppid=22114 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22178/stat : 22178 (java) S 22114 22117 9814 0 -1 1077944384 3 12970 0 0 0 0 4 3 20 0 15 0 107345272 11246788608 14046 33554432000 4194304 4196468 140721691728864 140429621025232 140431272671131 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22179] ppid=22114 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22117/task/22179/stat : 22179 (java) S 22114 22117 9814 0 -1 1077944384 372 12970 0 0 1 0 4 3 20 0 15 0 107345272 11246788608 14046 33554432000 4194304 4196468 140721691728864 140430563350768 140431272663682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22180] ppid=22114 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22117/task/22180/stat : 22180 (java) S 22114 22117 9814 0 -1 1077944384 250 12970 0 0 1 0 4 3 20 0 15 0 107345272 11246788608 14046 33554432000 4194304 4196468 140721691728864 140430562298224 140431272663682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22181] ppid=22114 vsize=10983192 memory=140235544729216 CPUtime=0.11 cores=1,3,5,7
/proc/22117/task/22181/stat : 22181 (java) S 22114 22117 9814 0 -1 1077944384 600 12970 0 0 4 0 4 3 20 0 15 0 107345272 11246788608 14046 33554432000 4194304 4196468 140721691728864 140430561245168 140431272663682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22182] ppid=22114 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22182/stat : 22182 (java) S 22114 22117 9814 0 -1 1077944384 3 12970 0 0 0 0 4 3 20 0 15 0 107345272 11246788608 14046 33554432000 4194304 4196468 140721691728864 140429190228320 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22183] ppid=22114 vsize=10983192 memory=140235544729216 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22183/stat : 22183 (java) S 22114 22117 9814 0 -1 1077944384 1 12970 0 0 0 0 4 3 20 0 15 0 107345272 11246788608 14046 33554432000 4194304 4196468 140721691728864 140430560193584 140431272663682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56184 KiB

[startup+0.700802 s]
/proc/loadavg: 1.52 1.60 1.76 3/215 22183
/proc/meminfo: memFree=25453200/32770624 swapFree=67108436/67108860
[pid=22117] ppid=22114 vsize=10983192 memory=88520 CPUtime=0.97 cores=1,3,5,7
/proc/22117/stat : 22117 (java) S 22114 22117 9814 0 -1 1077944320 16752 12970 0 0 86 4 4 3 20 0 15 0 107345257 11246788608 22130 33554432000 4194304 4196468 140721691728864 140721691711408 140431272652535 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
/proc/22117/statm: 2745798 22130 3238 1 0 2708109 0
[pid=22117/tid=22170] ppid=22114 vsize=10983192 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/22117/task/22170/stat : 22170 (java) R 22114 22117 9814 0 -1 4202560 12206 12970 0 0 55 3 4 3 20 0 15 0 107345266 11246788608 22130 33554432000 4194304 4196468 140721691728864 140431244480416 140431272674461 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22171] ppid=22114 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22171/stat : 22171 (java) S 22114 22117 9814 0 -1 1077944384 1 12970 0 0 0 0 4 3 20 0 15 0 107345267 11246788608 22130 33554432000 4194304 4196468 140721691728864 140431276894736 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22172] ppid=22114 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22172/stat : 22172 (java) S 22114 22117 9814 0 -1 1077944384 1 12970 0 0 0 0 4 3 20 0 15 0 107345267 11246788608 22130 33554432000 4194304 4196468 140721691728864 140431142230672 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22173] ppid=22114 vsize=10983192 memory=140235447087920 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22173/stat : 22173 (java) S 22114 22117 9814 0 -1 1077944384 1 12970 0 0 0 0 4 3 20 0 15 0 107345267 11246788608 22130 33554432000 4194304 4196468 140721691728864 140431141177616 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22174] ppid=22114 vsize=10983192 memory=140239272149593 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22174/stat : 22174 (java) S 22114 22117 9814 0 -1 1077944384 2 12970 0 0 0 0 4 3 20 0 15 0 107345267 11246788608 22130 33554432000 4194304 4196468 140721691728864 140431140125072 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22175] ppid=22114 vsize=10983192 memory=1388 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22175/stat : 22175 (java) R 22114 22117 9814 0 -1 4202560 5 12970 0 0 0 0 4 3 20 0 15 0 107345269 11246788608 22130 33554432000 4194304 4196468 140721691728864 140430564403952 140431265369687 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22176] ppid=22114 vsize=10983192 memory=4639098309541127525 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22176/stat : 22176 (java) S 22114 22117 9814 0 -1 1077944384 13 12970 0 0 0 0 4 3 20 0 15 0 107345269 11246788608 22130 33554432000 4194304 4196468 140721691728864 140430129751712 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22177] ppid=22114 vsize=10983192 memory=8027477668130812270 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22177/stat : 22177 (java) S 22114 22117 9814 0 -1 1077944384 1 12970 0 0 0 0 4 3 20 0 15 0 107345269 11246788608 22130 33554432000 4194304 4196468 140721691728864 140429928424688 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22178] ppid=22114 vsize=10983192 memory=17476 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22178/stat : 22178 (java) S 22114 22117 9814 0 -1 1077944384 3 12970 0 0 0 0 4 3 20 0 15 0 107345272 11246788608 22130 33554432000 4194304 4196468 140721691728864 140429621025232 140431272671131 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22179] ppid=22114 vsize=10983192 memory=16148 CPUtime=0.15 cores=1,3,5,7
/proc/22117/task/22179/stat : 22179 (java) S 22114 22117 9814 0 -1 1077944384 766 12970 0 0 8 0 4 3 20 0 15 0 107345272 11246788608 22130 33554432000 4194304 4196468 140721691728864 140430563350768 140431272663682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22180] ppid=22114 vsize=10983192 memory=4004 CPUtime=0.16 cores=1,3,5,7
/proc/22117/task/22180/stat : 22180 (java) S 22114 22117 9814 0 -1 1077944384 881 12970 0 0 9 0 4 3 20 0 15 0 107345272 11246788608 22130 33554432000 4194304 4196468 140721691728864 140430562298224 140431272663682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22181] ppid=22114 vsize=10983192 memory=636 CPUtime=0.2 cores=1,3,5,7
/proc/22117/task/22181/stat : 22181 (java) S 22114 22117 9814 0 -1 1077944384 675 12970 0 0 13 0 4 3 20 0 15 0 107345272 11246788608 22130 33554432000 4194304 4196468 140721691728864 140430561245168 140431272663682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22182] ppid=22114 vsize=10983192 memory=1780 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22182/stat : 22182 (java) S 22114 22117 9814 0 -1 1077944384 3 12970 0 0 0 0 4 3 20 0 15 0 107345272 11246788608 22130 33554432000 4194304 4196468 140721691728864 140429190228320 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22183] ppid=22114 vsize=10983192 memory=1236 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22183/stat : 22183 (java) S 22114 22117 9814 0 -1 1077944384 1 12970 0 0 0 0 4 3 20 0 15 0 107345272 11246788608 22130 33554432000 4194304 4196468 140721691728864 140430560193584 140431272663682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88520 KiB

[startup+1.50076 s]
/proc/loadavg: 1.52 1.60 1.76 5/215 22183
/proc/meminfo: memFree=25406868/32770624 swapFree=67108436/67108860
[pid=22117] ppid=22114 vsize=10998092 memory=181816 CPUtime=2.37 cores=1,3,5,7
/proc/22117/stat : 22117 (java) S 22114 22117 9814 0 -1 1077944320 23955 12970 0 0 220 10 4 3 20 0 15 0 107345257 11262046208 45454 33554432000 4194304 4196468 140721691728864 140721691711408 140431272652535 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
/proc/22117/statm: 2749523 45454 3472 1 0 2711181 0
[pid=22117/tid=22170] ppid=22114 vsize=10998092 memory=65108 CPUtime=1.42 cores=1,3,5,7
/proc/22117/task/22170/stat : 22170 (java) R 22114 22117 9814 0 -1 4202560 17596 12970 0 0 130 5 4 3 20 0 15 0 107345266 11262046208 45454 33554432000 4194304 4196468 140721691728864 140431244482512 140431256733022 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22171] ppid=22114 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/22117/task/22171/stat : 22171 (java) S 22114 22117 9814 0 -1 1077944384 206 12970 0 0 1 0 4 3 20 0 15 0 107345267 11262046208 45454 33554432000 4194304 4196468 140721691728864 140431276894736 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22172] ppid=22114 vsize=10998092 memory=280470894207136 CPUtime=0.08 cores=1,3,5,7
/proc/22117/task/22172/stat : 22172 (java) S 22114 22117 9814 0 -1 1077944384 11 12970 0 0 1 0 4 3 20 0 15 0 107345267 11262046208 45454 33554432000 4194304 4196468 140721691728864 140431142230672 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22173] ppid=22114 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22117/task/22173/stat : 22173 (java) S 22114 22117 9814 0 -1 1077944384 53 12970 0 0 1 0 4 3 20 0 15 0 107345267 11262046208 45454 33554432000 4194304 4196468 140721691728864 140431141177616 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22174] ppid=22114 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22117/task/22174/stat : 22174 (java) S 22114 22117 9814 0 -1 1077944384 27 12970 0 0 1 0 4 3 20 0 15 0 107345267 11262046208 45454 33554432000 4194304 4196468 140721691728864 140431140125072 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22175] ppid=22114 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22117/task/22175/stat : 22175 (java) S 22114 22117 9814 0 -1 1077944384 49 12970 0 0 1 0 4 3 20 0 15 0 107345269 11262046208 45454 33554432000 4194304 4196468 140721691728864 140430564403952 140431272663682 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22176] ppid=22114 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22176/stat : 22176 (java) S 22114 22117 9814 0 -1 1077944384 13 12970 0 0 0 0 4 3 20 0 15 0 107345269 11262046208 45454 33554432000 4194304 4196468 140721691728864 140430129751776 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22177] ppid=22114 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22177/stat : 22177 (java) S 22114 22117 9814 0 -1 1077944384 2 12970 0 0 0 0 4 3 20 0 15 0 107345269 11262046208 45454 33554432000 4194304 4196468 140721691728864 140429928424704 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22178] ppid=22114 vsize=10998092 memory=-5921431000321636112 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22178/stat : 22178 (java) S 22114 22117 9814 0 -1 1077944384 3 12970 0 0 0 0 4 3 20 0 15 0 107345272 11262046208 45454 33554432000 4194304 4196468 140721691728864 140429621025232 140431272671131 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22179] ppid=22114 vsize=10998092 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/22117/task/22179/stat : 22179 (java) S 22114 22117 9814 0 -1 1077944384 1339 12970 0 0 26 0 4 3 20 0 15 0 107345272 11262046208 45454 33554432000 4194304 4196468 140721691728864 140430563350768 140431272663682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22180] ppid=22114 vsize=10998092 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/22117/task/22180/stat : 22180 (java) S 22114 22117 9814 0 -1 1077944384 1109 12970 0 0 19 0 4 3 20 0 15 0 107345272 11262046208 45454 33554432000 4194304 4196468 140721691728864 140430562298224 140431272663682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22181] ppid=22114 vsize=10998092 memory=6791534058613427641 CPUtime=0.45 cores=1,3,5,7
/proc/22117/task/22181/stat : 22181 (java) S 22114 22117 9814 0 -1 1077944384 1351 12970 0 0 37 1 4 3 20 0 15 0 107345272 11262046208 45454 33554432000 4194304 4196468 140721691728864 140430561245168 140431272663682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22182] ppid=22114 vsize=10998092 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22182/stat : 22182 (java) S 22114 22117 9814 0 -1 1077944384 3 12970 0 0 0 0 4 3 20 0 15 0 107345272 11262046208 45454 33554432000 4194304 4196468 140721691728864 140429190228320 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22183] ppid=22114 vsize=10998092 memory=280470894451584 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22183/stat : 22183 (java) S 22114 22117 9814 0 -1 1077944384 1 12970 0 0 0 0 4 3 20 0 15 0 107345272 11262046208 45454 33554432000 4194304 4196468 140721691728864 140430560193584 140431272663682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
Current children cumulated CPU time: 2.37 s
Current children cumulated vsize: 10998092 KiB

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

/proc/22117/task/22170/stat : 22170 (java) R 22114 22117 9814 0 -1 4202560 47463 12970 0 0 10135 26 4 3 20 0 15 0 107345266 11343855616 367664 33554432000 4194304 4196468 140721691728864 140431244486960 140430838525624 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22171] ppid=22114 vsize=11077984 memory=7 CPUtime=0.31 cores=1,3,5,7
/proc/22117/task/22171/stat : 22171 (java) S 22114 22117 9814 0 -1 1077944384 1141 12970 0 0 21 3 4 3 20 0 15 0 107345267 11343855616 367664 33554432000 4194304 4196468 140721691728864 140431276894736 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22172] ppid=22114 vsize=11077984 memory=1470656 CPUtime=0.31 cores=1,3,5,7
/proc/22117/task/22172/stat : 22172 (java) S 22114 22117 9814 0 -1 1077944384 3168 12970 0 0 21 3 4 3 20 0 15 0 107345267 11343855616 367664 33554432000 4194304 4196468 140721691728864 140431142230672 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22173] ppid=22114 vsize=11077984 memory=1470656 CPUtime=0.3 cores=1,3,5,7
/proc/22117/task/22173/stat : 22173 (java) S 22114 22117 9814 0 -1 1077944384 477 12970 0 0 21 2 4 3 20 0 15 0 107345267 11343855616 367664 33554432000 4194304 4196468 140721691728864 140431141177616 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22174] ppid=22114 vsize=11077984 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/22117/task/22174/stat : 22174 (java) S 22114 22117 9814 0 -1 1077944384 1701 12970 0 0 22 2 4 3 20 0 15 0 107345267 11343855616 367664 33554432000 4194304 4196468 140721691728864 140431140125072 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22175] ppid=22114 vsize=11077984 memory=4140 CPUtime=0.29 cores=1,3,5,7
/proc/22117/task/22175/stat : 22175 (java) S 22114 22117 9814 0 -1 1077944384 6007 12970 0 0 20 2 4 3 20 0 15 0 107345269 11343855616 367664 33554432000 4194304 4196468 140721691728864 140430564403952 140431272663682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22176] ppid=22114 vsize=11077984 memory=1470656 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22176/stat : 22176 (java) S 22114 22117 9814 0 -1 1077944384 17 12970 0 0 0 0 4 3 20 0 15 0 107345269 11343855616 367664 33554432000 4194304 4196468 140721691728864 140430129751840 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22177] ppid=22114 vsize=11077984 memory=1470656 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22177/stat : 22177 (java) S 22114 22117 9814 0 -1 1077944384 12 12970 0 0 0 0 4 3 20 0 15 0 107345269 11343855616 367664 33554432000 4194304 4196468 140721691728864 140429928424704 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22178] ppid=22114 vsize=11077984 memory=1470656 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22178/stat : 22178 (java) S 22114 22117 9814 0 -1 1077944384 3 12970 0 0 0 0 4 3 20 0 15 0 107345272 11343855616 367664 33554432000 4194304 4196468 140721691728864 140429621025232 140431272671131 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22179] ppid=22114 vsize=11077984 memory=1470656 CPUtime=3.69 cores=1,3,5,7
/proc/22117/task/22179/stat : 22179 (java) S 22114 22117 9814 0 -1 1077944384 15031 12970 0 0 359 3 4 3 20 0 15 0 107345272 11343855616 367664 33554432000 4194304 4196468 140721691728864 140430563350768 140431272663682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22180] ppid=22114 vsize=11077984 memory=1470656 CPUtime=3.33 cores=1,3,5,7
/proc/22117/task/22180/stat : 22180 (java) S 22114 22117 9814 0 -1 1077944384 13724 12970 0 0 323 3 4 3 20 0 15 0 107345272 11343855616 367664 33554432000 4194304 4196468 140721691728864 140430562298224 140431272663682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22181] ppid=22114 vsize=11077984 memory=1612 CPUtime=2.17 cores=1,3,5,7
/proc/22117/task/22181/stat : 22181 (java) S 22114 22117 9814 0 -1 1077944384 13253 12970 0 0 206 4 4 3 20 0 15 0 107345272 11343855616 367664 33554432000 4194304 4196468 140721691728864 140430561245168 140431272663682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22182] ppid=22114 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22182/stat : 22182 (java) S 22114 22117 9814 0 -1 1077944384 3 12970 0 0 0 0 4 3 20 0 15 0 107345272 11343855616 367664 33554432000 4194304 4196468 140721691728864 140429190228320 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22183] ppid=22114 vsize=11077984 memory=9126232286719478932 CPUtime=0.13 cores=1,3,5,7
/proc/22117/task/22183/stat : 22183 (java) S 22114 22117 9814 0 -1 1077944384 328 12970 0 0 3 3 4 3 20 0 15 0 107345272 11343855616 367664 33554432000 4194304 4196468 140721691728864 140430560193584 140431272663682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
Current children cumulated CPU time: 111.97 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1470656 KiB

[startup+162.301 s]
/proc/loadavg: 1.48 1.56 1.72 3/215 22313
/proc/meminfo: memFree=25870536/32770624 swapFree=67108436/67108860
[pid=22117] ppid=22114 vsize=11077984 memory=1472816 CPUtime=172.7 cores=1,3,5,7
/proc/22117/stat : 22117 (java) S 22114 22117 9814 0 -1 1077944320 110988 12970 0 0 17202 61 4 3 20 0 15 0 107345257 11343855616 368204 33554432000 4194304 4196468 140721691728864 140721691711408 140431272652535 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
/proc/22117/statm: 2769496 368204 3526 1 0 2731149 0
[pid=22117/tid=22170] ppid=22114 vsize=11077984 memory=1236 CPUtime=161.09 cores=1,3,5,7
/proc/22117/task/22170/stat : 22170 (java) R 22114 22117 9814 0 -1 4202560 49348 12970 0 0 16075 27 4 3 20 0 15 0 107345266 11343855616 368204 33554432000 4194304 4196468 140721691728864 140431244487504 140430837236499 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22171] ppid=22114 vsize=11077984 memory=1472816 CPUtime=0.55 cores=1,3,5,7
/proc/22117/task/22171/stat : 22171 (java) S 22114 22117 9814 0 -1 1077944384 1792 12970 0 0 44 4 4 3 20 0 15 0 107345267 11343855616 368204 33554432000 4194304 4196468 140721691728864 140431276894736 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22172] ppid=22114 vsize=11077984 memory=1472816 CPUtime=0.56 cores=1,3,5,7
/proc/22117/task/22172/stat : 22172 (java) S 22114 22117 9814 0 -1 1077944384 4545 12970 0 0 45 4 4 3 20 0 15 0 107345267 11343855616 368204 33554432000 4194304 4196468 140721691728864 140431142230672 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22173] ppid=22114 vsize=11077984 memory=1472808 CPUtime=0.56 cores=1,3,5,7
/proc/22117/task/22173/stat : 22173 (java) S 22114 22117 9814 0 -1 1077944384 1121 12970 0 0 46 3 4 3 20 0 15 0 107345267 11343855616 368204 33554432000 4194304 4196468 140721691728864 140431141177616 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22174] ppid=22114 vsize=11077984 memory=1472728 CPUtime=0.56 cores=1,3,5,7
/proc/22117/task/22174/stat : 22174 (java) S 22114 22117 9814 0 -1 1077944384 2837 12970 0 0 46 3 4 3 20 0 15 0 107345267 11343855616 368204 33554432000 4194304 4196468 140721691728864 140431140125072 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22175] ppid=22114 vsize=11077984 memory=1472728 CPUtime=0.52 cores=1,3,5,7
/proc/22117/task/22175/stat : 22175 (java) S 22114 22117 9814 0 -1 1077944384 6711 12970 0 0 43 2 4 3 20 0 15 0 107345269 11343855616 368204 33554432000 4194304 4196468 140721691728864 140430564403952 140431272663682 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22176] ppid=22114 vsize=11077984 memory=1472816 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22176/stat : 22176 (java) S 22114 22117 9814 0 -1 1077944384 17 12970 0 0 0 0 4 3 20 0 15 0 107345269 11343855616 368204 33554432000 4194304 4196468 140721691728864 140430129751840 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22177] ppid=22114 vsize=11077984 memory=1472816 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22177/stat : 22177 (java) S 22114 22117 9814 0 -1 1077944384 12 12970 0 0 0 0 4 3 20 0 15 0 107345269 11343855616 368204 33554432000 4194304 4196468 140721691728864 140429928424704 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22178] ppid=22114 vsize=11077984 memory=1472816 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22178/stat : 22178 (java) S 22114 22117 9814 0 -1 1077944384 3 12970 0 0 0 0 4 3 20 0 15 0 107345272 11343855616 368204 33554432000 4194304 4196468 140721691728864 140429621025232 140431272671131 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22179] ppid=22114 vsize=11077984 memory=1472816 CPUtime=3.69 cores=1,3,5,7
/proc/22117/task/22179/stat : 22179 (java) S 22114 22117 9814 0 -1 1077944384 15036 12970 0 0 359 3 4 3 20 0 15 0 107345272 11343855616 368204 33554432000 4194304 4196468 140721691728864 140430563350768 140431272663682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22180] ppid=22114 vsize=11077984 memory=362 CPUtime=3.33 cores=1,3,5,7
/proc/22117/task/22180/stat : 22180 (java) S 22114 22117 9814 0 -1 1077944384 13728 12970 0 0 323 3 4 3 20 0 15 0 107345272 11343855616 368204 33554432000 4194304 4196468 140721691728864 140430562298224 140431272663682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22181] ppid=22114 vsize=11077984 memory=1472808 CPUtime=2.17 cores=1,3,5,7
/proc/22117/task/22181/stat : 22181 (java) S 22114 22117 9814 0 -1 1077944384 13258 12970 0 0 206 4 4 3 20 0 15 0 107345272 11343855616 368204 33554432000 4194304 4196468 140721691728864 140430561245168 140431272663682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22182] ppid=22114 vsize=11077984 memory=1472816 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22182/stat : 22182 (java) S 22114 22117 9814 0 -1 1077944384 3 12970 0 0 0 0 4 3 20 0 15 0 107345272 11343855616 368204 33554432000 4194304 4196468 140721691728864 140429190228320 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22183] ppid=22114 vsize=11077984 memory=1472816 CPUtime=0.16 cores=1,3,5,7
/proc/22117/task/22183/stat : 22183 (java) S 22114 22117 9814 0 -1 1077944384 384 12970 0 0 4 5 4 3 20 0 15 0 107345272 11343855616 368204 33554432000 4194304 4196468 140721691728864 140430560193584 140431272663682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
Current children cumulated CPU time: 172.7 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1472816 KiB

[startup+222.301 s]
/proc/loadavg: 1.24 1.47 1.68 3/215 22321
/proc/meminfo: memFree=25867660/32770624 swapFree=67108436/67108860
[pid=22117] ppid=22114 vsize=11077984 memory=1472900 CPUtime=233.47 cores=1,3,5,7
/proc/22117/stat : 22117 (java) S 22114 22117 9814 0 -1 1077944320 115181 12970 0 0 23271 69 4 3 20 0 15 0 107345257 11343855616 368225 33554432000 4194304 4196468 140721691728864 140721691711408 140431272652535 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
/proc/22117/statm: 2769496 368225 3526 1 0 2731149 0
[pid=22117/tid=22170] ppid=22114 vsize=11077984 memory=1472900 CPUtime=220.45 cores=1,3,5,7
/proc/22117/task/22170/stat : 22170 (java) R 22114 22117 9814 0 -1 4202560 51208 12970 0 0 22010 28 4 3 20 0 15 0 107345266 11343855616 368225 33554432000 4194304 4196468 140721691728864 140431244486784 140430821015764 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22171] ppid=22114 vsize=11077984 memory=1472836 CPUtime=0.82 cores=1,3,5,7
/proc/22117/task/22171/stat : 22171 (java) S 22114 22117 9814 0 -1 1077944384 2397 12970 0 0 70 5 4 3 20 0 15 0 107345267 11343855616 368225 33554432000 4194304 4196468 140721691728864 140431276894736 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22172] ppid=22114 vsize=11077984 memory=1472900 CPUtime=0.84 cores=1,3,5,7
/proc/22117/task/22172/stat : 22172 (java) S 22114 22117 9814 0 -1 1077944384 5659 12970 0 0 71 6 4 3 20 0 15 0 107345267 11343855616 368225 33554432000 4194304 4196468 140721691728864 140431142230672 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22173] ppid=22114 vsize=11077984 memory=1472900 CPUtime=0.85 cores=1,3,5,7
/proc/22117/task/22173/stat : 22173 (java) S 22114 22117 9814 0 -1 1077944384 1277 12970 0 0 74 4 4 3 20 0 15 0 107345267 11343855616 368225 33554432000 4194304 4196468 140721691728864 140431141177616 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22174] ppid=22114 vsize=11077984 memory=1472900 CPUtime=0.85 cores=1,3,5,7
/proc/22117/task/22174/stat : 22174 (java) S 22114 22117 9814 0 -1 1077944384 2898 12970 0 0 73 5 4 3 20 0 15 0 107345267 11343855616 368225 33554432000 4194304 4196468 140721691728864 140431140125072 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22175] ppid=22114 vsize=11077984 memory=1472900 CPUtime=0.79 cores=1,3,5,7
/proc/22117/task/22175/stat : 22175 (java) S 22114 22117 9814 0 -1 1077944384 7075 12970 0 0 68 4 4 3 20 0 15 0 107345269 11343855616 368225 33554432000 4194304 4196468 140721691728864 140430564403952 140431272663682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22176] ppid=22114 vsize=11077984 memory=362 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22176/stat : 22176 (java) S 22114 22117 9814 0 -1 1077944384 17 12970 0 0 0 0 4 3 20 0 15 0 107345269 11343855616 368225 33554432000 4194304 4196468 140721691728864 140430129751840 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22177] ppid=22114 vsize=11077984 memory=1472900 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22177/stat : 22177 (java) S 22114 22117 9814 0 -1 1077944384 12 12970 0 0 0 0 4 3 20 0 15 0 107345269 11343855616 368225 33554432000 4194304 4196468 140721691728864 140429928424704 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22178] ppid=22114 vsize=11077984 memory=1472900 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22178/stat : 22178 (java) S 22114 22117 9814 0 -1 1077944384 3 12970 0 0 0 0 4 3 20 0 15 0 107345272 11343855616 368225 33554432000 4194304 4196468 140721691728864 140429621025232 140431272671131 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22179] ppid=22114 vsize=11077984 memory=1472900 CPUtime=3.69 cores=1,3,5,7
/proc/22117/task/22179/stat : 22179 (java) S 22114 22117 9814 0 -1 1077944384 15039 12970 0 0 359 3 4 3 20 0 15 0 107345272 11343855616 368225 33554432000 4194304 4196468 140721691728864 140430563350768 140431272663682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22180] ppid=22114 vsize=11077984 memory=1472900 CPUtime=3.33 cores=1,3,5,7
/proc/22117/task/22180/stat : 22180 (java) S 22114 22117 9814 0 -1 1077944384 13730 12970 0 0 323 3 4 3 20 0 15 0 107345272 11343855616 368225 33554432000 4194304 4196468 140721691728864 140430562298224 140431272663682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22181] ppid=22114 vsize=11077984 memory=1472900 CPUtime=2.17 cores=1,3,5,7
/proc/22117/task/22181/stat : 22181 (java) S 22114 22117 9814 0 -1 1077944384 13263 12970 0 0 206 4 4 3 20 0 15 0 107345272 11343855616 368225 33554432000 4194304 4196468 140721691728864 140430561245168 140431272663682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22182] ppid=22114 vsize=11077984 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22182/stat : 22182 (java) S 22114 22117 9814 0 -1 1077944384 3 12970 0 0 0 0 4 3 20 0 15 0 107345272 11343855616 368225 33554432000 4194304 4196468 140721691728864 140429190228320 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22183] ppid=22114 vsize=11077984 memory=1472900 CPUtime=0.2 cores=1,3,5,7
/proc/22117/task/22183/stat : 22183 (java) S 22114 22117 9814 0 -1 1077944384 407 12970 0 0 6 7 4 3 20 0 15 0 107345272 11343855616 368225 33554432000 4194304 4196468 140721691728864 140430560193584 140431272663682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
Current children cumulated CPU time: 233.47 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1472900 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+240.601 s]
/proc/loadavg: 1.31 1.47 1.68 3/215 22344
/proc/meminfo: memFree=25865944/32770624 swapFree=67108436/67108860
[pid=22117] ppid=22114 vsize=11077984 memory=1473032 CPUtime=252.03 cores=1,3,5,7
/proc/22117/stat : 22117 (java) S 22114 22117 9814 0 -1 1077944320 118445 12970 0 0 25125 71 4 3 20 0 15 0 107345257 11343855616 368258 33554432000 4194304 4196468 140721691728864 140721691711408 140431272652535 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
/proc/22117/statm: 2769496 368258 3526 1 0 2731149 0
[pid=22117/tid=22170] ppid=22114 vsize=11077984 memory=5752 CPUtime=238.55 cores=1,3,5,7
/proc/22117/task/22170/stat : 22170 (java) R 22114 22117 9814 0 -1 4202560 52240 12970 0 0 23820 28 4 3 20 0 15 0 107345266 11343855616 368258 33554432000 4194304 4196468 140721691728864 140431244486736 140430821012760 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22171] ppid=22114 vsize=11077984 memory=1576 CPUtime=0.92 cores=1,3,5,7
/proc/22117/task/22171/stat : 22171 (java) S 22114 22117 9814 0 -1 1077944384 2452 12970 0 0 79 6 4 3 20 0 15 0 107345267 11343855616 368258 33554432000 4194304 4196468 140721691728864 140431276894736 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22172] ppid=22114 vsize=11077984 memory=932 CPUtime=0.93 cores=1,3,5,7
/proc/22117/task/22172/stat : 22172 (java) S 22114 22117 9814 0 -1 1077944384 5813 12970 0 0 80 6 4 3 20 0 15 0 107345267 11343855616 368258 33554432000 4194304 4196468 140721691728864 140431142230672 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22173] ppid=22114 vsize=11077984 memory=2244 CPUtime=0.93 cores=1,3,5,7
/proc/22117/task/22173/stat : 22173 (java) S 22114 22117 9814 0 -1 1077944384 2885 12970 0 0 82 4 4 3 20 0 15 0 107345267 11343855616 368258 33554432000 4194304 4196468 140721691728864 140431141177616 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22174] ppid=22114 vsize=11077984 memory=1473004 CPUtime=0.93 cores=1,3,5,7
/proc/22117/task/22174/stat : 22174 (java) S 22114 22117 9814 0 -1 1077944384 2960 12970 0 0 81 5 4 3 20 0 15 0 107345267 11343855616 368258 33554432000 4194304 4196468 140721691728864 140431140125072 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22175] ppid=22114 vsize=11077984 memory=2200 CPUtime=0.87 cores=1,3,5,7
/proc/22117/task/22175/stat : 22175 (java) S 22114 22117 9814 0 -1 1077944384 7410 12970 0 0 76 4 4 3 20 0 15 0 107345269 11343855616 368258 33554432000 4194304 4196468 140721691728864 140430564403952 140431272663682 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22176] ppid=22114 vsize=11077984 memory=7532 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22176/stat : 22176 (java) S 22114 22117 9814 0 -1 1077944384 17 12970 0 0 0 0 4 3 20 0 15 0 107345269 11343855616 368258 33554432000 4194304 4196468 140721691728864 140430129751840 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22177] ppid=22114 vsize=11077984 memory=840 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22177/stat : 22177 (java) S 22114 22117 9814 0 -1 1077944384 12 12970 0 0 0 0 4 3 20 0 15 0 107345269 11343855616 368258 33554432000 4194304 4196468 140721691728864 140429928424704 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22178] ppid=22114 vsize=11077984 memory=288230574492221466 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22178/stat : 22178 (java) S 22114 22117 9814 0 -1 1077944384 3 12970 0 0 0 0 4 3 20 0 15 0 107345272 11343855616 368258 33554432000 4194304 4196468 140721691728864 140429621025232 140431272671131 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22179] ppid=22114 vsize=11077984 memory=303430244793319739 CPUtime=3.69 cores=1,3,5,7
/proc/22117/task/22179/stat : 22179 (java) S 22114 22117 9814 0 -1 1077944384 15039 12970 0 0 359 3 4 3 20 0 15 0 107345272 11343855616 368258 33554432000 4194304 4196468 140721691728864 140430563350768 140431272663682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22180] ppid=22114 vsize=11077984 memory=16101468159609422 CPUtime=3.33 cores=1,3,5,7
/proc/22117/task/22180/stat : 22180 (java) S 22114 22117 9814 0 -1 1077944384 13730 12970 0 0 323 3 4 3 20 0 15 0 107345272 11343855616 368258 33554432000 4194304 4196468 140721691728864 140430562298224 140431272663682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22181] ppid=22114 vsize=11077984 memory=1472988 CPUtime=2.17 cores=1,3,5,7
/proc/22117/task/22181/stat : 22181 (java) S 22114 22117 9814 0 -1 1077944384 13263 12970 0 0 206 4 4 3 20 0 15 0 107345272 11343855616 368258 33554432000 4194304 4196468 140721691728864 140430561245168 140431272663682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22182] ppid=22114 vsize=11077984 memory=6504 CPUtime=0.07 cores=1,3,5,7
/proc/22117/task/22182/stat : 22182 (java) S 22114 22117 9814 0 -1 1077944384 3 12970 0 0 0 0 4 3 20 0 15 0 107345272 11343855616 368258 33554432000 4194304 4196468 140721691728864 140429190228320 140431272662741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
[pid=22117/tid=22183] ppid=22114 vsize=11077984 memory=1576 CPUtime=0.21 cores=1,3,5,7
/proc/22117/task/22183/stat : 22183 (java) S 22114 22117 9814 0 -1 1077944384 425 12970 0 0 6 8 4 3 20 0 15 0 107345272 11343855616 368258 33554432000 4194304 4196468 140721691728864 140430560193584 140431272663682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 21766144 140721691732594 140721691735393 140721691735393 140721691738063 0
Current children cumulated CPU time: 252.03 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1473032 KiB

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

[startup+240.637 s]
# the end of solver process 22117 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.317 s, system=0.771935 s

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

Child status: 143
Real time (s): 240.637
CPU time (s): 252.089
CPU user time (s): 251.317
CPU system time (s): 0.771935
CPU usage (%): 104.759
Max. virtual memory (cumulated for all children) (KiB): 11077984
Max. memory (cumulated for all children) (KiB): 1492708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.317
system time used= 0.771935
maximum resident set size= 1494756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134972
page faults= 0
swaps= 0
block input operations= 0
block output operations= 480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28787
involuntary context switches= 639


# summary of solver processes directly reported to runsolver:
#   pid: 22117
#   total CPU time (s): 252.089
#   total CPU user time (s): 251.317
#   total CPU system time (s): 0.771935

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.59881 second user time and 2.24533 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-29 22:57:01
IDJOB=4302316
IDBENCH=141494
IDSOLVER=2776
FILE ID=node137/4302316-1532897821
RUNJOBID= node137-1532893235-14550
PBS_JOBID= 21022513
Free space on /tmp= 48508 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-07_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302316-1532897821/watcher-4302316-1532897821 -o /tmp/evaluation-result-4302316-1532897821/solver-4302316-1532897821 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14550 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=866894427 HOME/instance-4302316-1532897821.xml

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

MD5SUM BENCH= d533abf730bec48b9e0ac1943d19d6b7
RANDOM SEED=866894427

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25503656 kB
MemAvailable:   29318432 kB
Buffers:          221508 kB
Cached:          3829164 kB
SwapCached:           32 kB
Active:          4413980 kB
Inactive:        2302752 kB
Active(anon):    2613980 kB
Inactive(anon):    79972 kB
Active(file):    1800000 kB
Inactive(file):  2222780 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:             26492 kB
Writeback:             4 kB
AnonPages:       2673688 kB
Mapped:            55796 kB
Shmem:             25052 kB
Slab:             243976 kB
SReclaimable:     215660 kB
SUnreclaim:        28316 kB
KernelStack:        3504 kB
PageTables:        10460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3728672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2455552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48484 MiB
End job on node137 at 2018-07-29 23:01:02