Trace number 4401156

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.12.2? (TO) 2520.16 2460.66

General information on the benchmark

NameBinPacking/
BinPacking-mdd-fu/BinPacking-mdd-fu1000-02.xml
MD5SUM81a54afd524339631fcda48b56d1b2da
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4061
Number of constraints583
Number of domains2
Minimum domain size82
Maximum domain size581
Distribution of domain sizes[{"size":82,"count":4060},{"size":581,"count":1}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":3480},{"degree":4,"count":580}]
Minimum constraint arity7
Maximum constraint arity4060
Distribution of constraint arities[{"arity":7,"count":580},{"arity":581,"count":1},{"arity":4060,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":580},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401156-1568690837/watcher-4401156-1568690837 -o /tmp/evaluation-result-4401156-1568690837/solver-4401156-1568690837 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568673289-31264 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1199546072 HOME/instance-4401156-1568690837.xml 

running on 4 cores: 0,2,4,6

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
solver pid=6136, runsolver pid=6133
Current StackSize limit: 8192 KiB


[startup+0.100173 s]*
/proc/loadavg: 1.62 1.58 1.49 3/218 6193
/proc/meminfo: memFree=29512932/32770624 swapFree=66967452/67108860
[pid=6136] ppid=6133 vsize=9972712 memory=18328 CPUtime=0.1 cores=0,2,4,6
/proc/6136/stat : 6136 (java) S 6133 6136 31233 0 -1 1077944320 4329 13310 0 0 1 1 5 3 20 0 6 0 445350566 10212057088 4582 33554432000 4194304 4196468 140736085963360 140736085945904 140238918029047 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
/proc/6136/statm: 2493178 4582 1931 1 0 2481616 0
[pid=6136/tid=6189] ppid=6133 vsize=9972712 memory=-8171376296011865461 CPUtime=0.09 cores=0,2,4,6
/proc/6136/task/6189/stat : 6189 (java) R 6133 6136 31233 0 -1 4202560 2135 13310 0 0 1 0 5 3 20 0 6 0 445350575 10212057088 4582 33554432000 4194304 4196468 140736085963360 140238889865808 140238918050973 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6190] ppid=6133 vsize=9972712 memory=7948963741541478447 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6190/stat : 6190 (java) S 6133 6136 31233 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 6 0 445350576 10212057088 4582 33554432000 4194304 4196468 140736085963360 140238922271888 140238918039253 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6191] ppid=6133 vsize=9972712 memory=140018062878336 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6191/stat : 6191 (java) S 6133 6136 31233 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 6 0 445350576 10212057088 4582 33554432000 4194304 4196468 140736085963360 140238810545168 140238918039253 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6192] ppid=6133 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6192/stat : 6192 (java) S 6133 6136 31233 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 6 0 445350576 10212057088 4582 33554432000 4194304 4196468 140736085963360 140238809492368 140238918039253 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6193] ppid=6133 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6193/stat : 6193 (java) S 6133 6136 31233 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 6 0 445350576 10212057088 4582 33554432000 4194304 4196468 140736085963360 140238808439568 140238918039253 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.215295 s]*
/proc/loadavg: 1.62 1.58 1.49 4/227 6202
/proc/meminfo: memFree=29487584/32770624 swapFree=66967452/67108860
[pid=6136] ppid=6133 vsize=10821220 memory=45384 CPUtime=0.27 cores=0,2,4,6
/proc/6136/stat : 6136 (java) S 6133 6136 31233 0 -1 1077944320 7233 13310 0 0 17 2 5 3 20 0 15 0 445350566 11080929280 11346 33554432000 4194304 4196468 140736085963360 140736085945904 140238918029047 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
/proc/6136/statm: 2705049 11346 3308 1 0 2667149 0
[pid=6136/tid=6189] ppid=6133 vsize=10820196 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/6136/task/6189/stat : 6189 (java) R 6133 6136 31233 0 -1 4202560 3728 13310 0 0 11 1 5 3 20 0 15 0 445350575 11079880704 11346 33554432000 4194304 4196468 140736085963360 140238889850128 140238918050973 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6190] ppid=6133 vsize=10820196 memory=4294967660 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6190/stat : 6190 (java) S 6133 6136 31233 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 445350576 11079880704 11346 33554432000 4194304 4196468 140736085963360 140238922271888 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6191] ppid=6133 vsize=10820196 memory=288370394214590080 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6191/stat : 6191 (java) S 6133 6136 31233 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 445350576 11079880704 11346 33554432000 4194304 4196468 140736085963360 140238810545168 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6192] ppid=6133 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6192/stat : 6192 (java) S 6133 6136 31233 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 445350576 11079880704 11346 33554432000 4194304 4196468 140736085963360 140238809492368 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6193] ppid=6133 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6193/stat : 6193 (java) S 6133 6136 31233 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 445350576 11079880704 11346 33554432000 4194304 4196468 140736085963360 140238808439568 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6194] ppid=6133 vsize=10820196 memory=140018062878336 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6194/stat : 6194 (java) S 6133 6136 31233 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 445350577 11079880704 11346 33554432000 4194304 4196468 140736085963360 140238376601968 140238918040194 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6195] ppid=6133 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6195/stat : 6195 (java) S 6133 6136 31233 0 -1 1077944384 33 13310 0 0 0 0 5 3 20 0 15 0 445350578 11079880704 11346 33554432000 4194304 4196468 140736085963360 140238375547936 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6196] ppid=6133 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6196/stat : 6196 (java) S 6133 6136 31233 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 445350578 11079880704 11346 33554432000 4194304 4196468 140736085963360 140238265508720 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6197] ppid=6133 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6197/stat : 6197 (java) S 6133 6136 31233 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 445350581 11079880704 11346 33554432000 4194304 4196468 140736085963360 140237661529936 140238918047643 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6198] ppid=6133 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6136/task/6198/stat : 6198 (java) S 6133 6136 31233 0 -1 1077944384 481 13310 0 0 1 0 5 3 20 0 15 0 445350581 11079880704 11346 33554432000 4194304 4196468 140736085963360 140238341991280 140238918040194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6199] ppid=6133 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/6136/task/6199/stat : 6199 (java) S 6133 6136 31233 0 -1 1077944384 167 13310 0 0 1 0 5 3 20 0 15 0 445350581 11079880704 11346 33554432000 4194304 4196468 140736085963360 140238340938480 140238918040194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6200] ppid=6133 vsize=10820196 memory=140018062878336 CPUtime=0.11 cores=0,2,4,6
/proc/6136/task/6200/stat : 6200 (java) S 6133 6136 31233 0 -1 1077944384 609 13310 0 0 3 0 5 3 20 0 15 0 445350581 11079880704 11346 33554432000 4194304 4196468 140736085963360 140238339885680 140238918040194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6201] ppid=6133 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6201/stat : 6201 (java) S 6133 6136 31233 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 445350581 11079880704 11346 33554432000 4194304 4196468 140736085963360 140237191768800 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6202] ppid=6133 vsize=10820196 memory=140018062878336 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6202/stat : 6202 (java) S 6133 6136 31233 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 445350581 11079880704 11346 33554432000 4194304 4196468 140736085963360 140238338833072 140238918040194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10821220 KiB
Current children cumulated memory: 45384 KiB

[startup+0.310498 s]*
/proc/loadavg: 1.62 1.58 1.49 4/227 6202
/proc/meminfo: memFree=29476708/32770624 swapFree=66967452/67108860
[pid=6136] ppid=6133 vsize=10820196 memory=53512 CPUtime=0.41 cores=0,2,4,6
/proc/6136/stat : 6136 (java) S 6133 6136 31233 0 -1 1077944320 10588 13310 0 0 29 4 5 3 20 0 15 0 445350566 11079880704 13378 33554432000 4194304 4196468 140736085963360 140736085945904 140238918029047 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
/proc/6136/statm: 2705049 13378 3318 1 0 2667149 0
[pid=6136/tid=6189] ppid=6133 vsize=10820196 memory=6935054825532540783 CPUtime=0.29 cores=0,2,4,6
/proc/6136/task/6189/stat : 6189 (java) R 6133 6136 31233 0 -1 4202560 7074 13310 0 0 19 2 5 3 20 0 15 0 445350575 11079880704 13378 33554432000 4194304 4196468 140736085963360 140238889838000 140238902109534 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6190] ppid=6133 vsize=10820196 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6190/stat : 6190 (java) S 6133 6136 31233 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 445350576 11079880704 13378 33554432000 4194304 4196468 140736085963360 140238922271888 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6191] ppid=6133 vsize=10820196 memory=-2843869621071234206 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6191/stat : 6191 (java) S 6133 6136 31233 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 445350576 11079880704 13378 33554432000 4194304 4196468 140736085963360 140238810545168 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6192] ppid=6133 vsize=10820196 memory=-8412656567334364540 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6192/stat : 6192 (java) S 6133 6136 31233 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 445350576 11079880704 13378 33554432000 4194304 4196468 140736085963360 140238809492368 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6193] ppid=6133 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6193/stat : 6193 (java) S 6133 6136 31233 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 445350576 11079880704 13378 33554432000 4194304 4196468 140736085963360 140238808439568 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6194] ppid=6133 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6194/stat : 6194 (java) S 6133 6136 31233 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 445350577 11079880704 13378 33554432000 4194304 4196468 140736085963360 140238376601968 140238918040194 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6195] ppid=6133 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6195/stat : 6195 (java) S 6133 6136 31233 0 -1 1077944384 33 13310 0 0 0 0 5 3 20 0 15 0 445350578 11079880704 13378 33554432000 4194304 4196468 140736085963360 140238375547936 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6196] ppid=6133 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6196/stat : 6196 (java) S 6133 6136 31233 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 445350578 11079880704 13378 33554432000 4194304 4196468 140736085963360 140238265508720 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6197] ppid=6133 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6197/stat : 6197 (java) S 6133 6136 31233 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 445350581 11079880704 13378 33554432000 4194304 4196468 140736085963360 140237661529936 140238918047643 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6198] ppid=6133 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/6136/task/6198/stat : 6198 (java) S 6133 6136 31233 0 -1 1077944384 482 13310 0 0 2 0 5 3 20 0 15 0 445350581 11079880704 13378 33554432000 4194304 4196468 140736085963360 140238341991280 140238918040194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6199] ppid=6133 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6136/task/6199/stat : 6199 (java) S 6133 6136 31233 0 -1 1077944384 167 13310 0 0 1 0 5 3 20 0 15 0 445350581 11079880704 13378 33554432000 4194304 4196468 140736085963360 140238340938480 140238918040194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6200] ppid=6133 vsize=10820196 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/6136/task/6200/stat : 6200 (java) S 6133 6136 31233 0 -1 1077944384 617 13310 0 0 5 0 5 3 20 0 15 0 445350581 11079880704 13378 33554432000 4194304 4196468 140736085963360 140238339885680 140238918040194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6201] ppid=6133 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6201/stat : 6201 (java) S 6133 6136 31233 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 445350581 11079880704 13378 33554432000 4194304 4196468 140736085963360 140237191768800 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6202] ppid=6133 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6202/stat : 6202 (java) S 6133 6136 31233 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 445350581 11079880704 13378 33554432000 4194304 4196468 140736085963360 140238338833072 140238918040194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 53512 KiB

[startup+0.706677 s]
/proc/loadavg: 1.62 1.58 1.49 6/227 6202
/proc/meminfo: memFree=29462928/32770624 swapFree=66967452/67108860
[pid=6136] ppid=6133 vsize=10824364 memory=86064 CPUtime=1.15 cores=0,2,4,6
/proc/6136/stat : 6136 (java) S 6133 6136 31233 0 -1 1077944320 14702 13310 0 0 101 6 5 3 20 0 15 0 445350566 11084148736 21516 33554432000 4194304 4196468 140736085963360 140736085945904 140238918029047 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
/proc/6136/statm: 2706091 21516 3512 1 0 2668173 0
[pid=6136/tid=6189] ppid=6133 vsize=10824364 memory=2437259724545 CPUtime=0.67 cores=0,2,4,6
/proc/6136/task/6189/stat : 6189 (java) R 6133 6136 31233 0 -1 4202560 10122 13310 0 0 55 4 5 3 20 0 15 0 445350575 11084148736 21516 33554432000 4194304 4196468 140736085963360 140238889856208 140238918050973 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6190] ppid=6133 vsize=10824364 memory=2450144626433 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6190/stat : 6190 (java) S 6133 6136 31233 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 445350576 11084148736 21516 33554432000 4194304 4196468 140736085963360 140238922271888 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6191] ppid=6133 vsize=10824364 memory=2471619462913 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6191/stat : 6191 (java) S 6133 6136 31233 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 445350576 11084148736 21516 33554432000 4194304 4196468 140736085963360 140238810545168 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6192] ppid=6133 vsize=10824364 memory=2475914430209 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6192/stat : 6192 (java) S 6133 6136 31233 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 445350576 11084148736 21516 33554432000 4194304 4196468 140736085963360 140238809492368 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6193] ppid=6133 vsize=10824364 memory=8730425 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6193/stat : 6193 (java) S 6133 6136 31233 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 445350576 11084148736 21516 33554432000 4194304 4196468 140736085963360 140238808439568 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6194] ppid=6133 vsize=10824364 memory=4639649383340284835 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6194/stat : 6194 (java) S 6133 6136 31233 0 -1 1077944384 5 13310 0 0 0 0 5 3 20 0 15 0 445350577 11084148736 21516 33554432000 4194304 4196468 140736085963360 140238376601968 140238918040194 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6195] ppid=6133 vsize=10824364 memory=6441370542062719057 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6195/stat : 6195 (java) S 6133 6136 31233 0 -1 1077944384 33 13310 0 0 0 0 5 3 20 0 15 0 445350578 11084148736 21516 33554432000 4194304 4196468 140736085963360 140238375547936 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6196] ppid=6133 vsize=10824364 memory=7013340846366745708 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6196/stat : 6196 (java) S 6133 6136 31233 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 445350578 11084148736 21516 33554432000 4194304 4196468 140736085963360 140238265508720 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6197] ppid=6133 vsize=10824364 memory=280035894797888 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6197/stat : 6197 (java) S 6133 6136 31233 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 445350581 11084148736 21516 33554432000 4194304 4196468 140736085963360 140237661529936 140238918047643 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6198] ppid=6133 vsize=10824364 memory=140020228817505 CPUtime=0.2 cores=0,2,4,6
/proc/6136/task/6198/stat : 6198 (java) R 6133 6136 31233 0 -1 4202560 875 13310 0 0 12 0 5 3 20 0 15 0 445350581 11084148736 21516 33554432000 4194304 4196468 140736085963360 140238341977376 140238895835024 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6199] ppid=6133 vsize=10824364 memory=142485540045450 CPUtime=0.24 cores=0,2,4,6
/proc/6136/task/6199/stat : 6199 (java) R 6133 6136 31233 0 -1 4202560 620 13310 0 0 16 0 5 3 20 0 15 0 445350581 11084148736 21516 33554432000 4194304 4196468 140736085963360 140238340938480 140238899550203 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6200] ppid=6133 vsize=10824364 memory=140020228817785 CPUtime=0.25 cores=0,2,4,6
/proc/6136/task/6200/stat : 6200 (java) R 6133 6136 31233 0 -1 4202560 835 13310 0 0 17 0 5 3 20 0 15 0 445350581 11084148736 21516 33554432000 4194304 4196468 140736085963360 140238339885680 140238911128747 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6201] ppid=6133 vsize=10824364 memory=140020228817787 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6201/stat : 6201 (java) S 6133 6136 31233 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 445350581 11084148736 21516 33554432000 4194304 4196468 140736085963360 140237191768800 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6202] ppid=6133 vsize=10824364 memory=140020228817817 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6202/stat : 6202 (java) S 6133 6136 31233 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 445350581 11084148736 21516 33554432000 4194304 4196468 140736085963360 140238338833072 140238918040194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 86064 KiB

[startup+1.50074 s]
/proc/loadavg: 1.62 1.58 1.49 5/227 6202
/proc/meminfo: memFree=29413468/32770624 swapFree=66967452/67108860
[pid=6136] ppid=6133 vsize=10826488 memory=203464 CPUtime=3.29 cores=0,2,4,6
/proc/6136/stat : 6136 (java) S 6133 6136 31233 0 -1 1077944320 25208 13310 0 0 313 8 5 3 20 0 15 0 445350566 11086323712 50866 33554432000 4194304 4196468 140736085963360 140736085945904 140238918029047 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
/proc/6136/statm: 2706622 50866 3552 1 0 2668685 0
[pid=6136/tid=6189] ppid=6133 vsize=10826488 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/6136/task/6189/stat : 6189 (java) R 6133 6136 31233 0 -1 4202560 11363 13310 0 0 133 6 5 3 20 0 15 0 445350575 11086323712 50866 33554432000 4194304 4196468 140736085963360 140238889860592 140238488370036 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6190] ppid=6133 vsize=10826488 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6190/stat : 6190 (java) S 6133 6136 31233 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 445350576 11086323712 50866 33554432000 4194304 4196468 140736085963360 140238922271888 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6191] ppid=6133 vsize=10826488 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6191/stat : 6191 (java) S 6133 6136 31233 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 445350576 11086323712 50866 33554432000 4194304 4196468 140736085963360 140238810545168 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6192] ppid=6133 vsize=10826488 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6192/stat : 6192 (java) S 6133 6136 31233 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 445350576 11086323712 50866 33554432000 4194304 4196468 140736085963360 140238809492368 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6193] ppid=6133 vsize=10826488 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6193/stat : 6193 (java) S 6133 6136 31233 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 445350576 11086323712 51378 33554432000 4194304 4196468 140736085963360 140238808439568 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6194] ppid=6133 vsize=10826488 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6194/stat : 6194 (java) S 6133 6136 31233 0 -1 1077944384 5 13310 0 0 0 0 5 3 20 0 15 0 445350577 11086323712 51378 33554432000 4194304 4196468 140736085963360 140238376601968 140238918040194 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6195] ppid=6133 vsize=10826488 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6195/stat : 6195 (java) S 6133 6136 31233 0 -1 1077944384 33 13310 0 0 0 0 5 3 20 0 15 0 445350578 11086323712 51378 33554432000 4194304 4196468 140736085963360 140238375547936 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6196] ppid=6133 vsize=10826488 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6196/stat : 6196 (java) S 6133 6136 31233 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 445350578 11086323712 51378 33554432000 4194304 4196468 140736085963360 140238265508720 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6197] ppid=6133 vsize=10826488 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6197/stat : 6197 (java) S 6133 6136 31233 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 445350581 11086323712 51378 33554432000 4194304 4196468 140736085963360 140237661529936 140238918047643 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6198] ppid=6133 vsize=10826488 memory=0 CPUtime=0.77 cores=0,2,4,6
/proc/6136/task/6198/stat : 6198 (java) S 6133 6136 31233 0 -1 1077944384 4945 13310 0 0 69 0 5 3 20 0 15 0 445350581 11086323712 51378 33554432000 4194304 4196468 140736085963360 140238341991280 140238918040194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6199] ppid=6133 vsize=10826488 memory=-7966001967407402336 CPUtime=0.78 cores=0,2,4,6
/proc/6136/task/6199/stat : 6199 (java) S 6133 6136 31233 0 -1 1077944384 4695 13310 0 0 70 0 5 3 20 0 15 0 445350581 11086323712 51378 33554432000 4194304 4196468 140736085963360 140238340938480 140238918040194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6200] ppid=6133 vsize=10826488 memory=6944938067432061290 CPUtime=0.47 cores=0,2,4,6
/proc/6136/task/6200/stat : 6200 (java) S 6133 6136 31233 0 -1 1077944384 1950 13310 0 0 39 0 5 3 20 0 15 0 445350581 11086323712 51378 33554432000 4194304 4196468 140736085963360 140238339885680 140238918040194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6201] ppid=6133 vsize=10826488 memory=7100839861529441392 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6201/stat : 6201 (java) S 6133 6136 31233 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 445350581 11086323712 51378 33554432000 4194304 4196468 140736085963360 140237191768800 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6202] ppid=6133 vsize=10826488 memory=4627829655977429107 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6202/stat : 6202 (java) S 6133 6136 31233 0 -1 1077944384 1 13310 0 0 0 0 5 3 20 0 15 0 445350581 11086323712 51378 33554432000 4194304 4196468 140736085963360 140238338833072 140238918040194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
Current children cumulated CPU time: 3.29 s
Current children cumulated vsize: 10826488 KiB

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

/proc/6136/task/6189/stat : 6189 (java) R 6133 6136 31233 0 -1 4202560 126400 13310 0 0 230672 65 5 3 20 0 15 0 445350575 11109412864 289507 33554432000 4194304 4196468 140736085963360 140238889863552 140238500148232 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6190] ppid=6133 vsize=10849036 memory=1168352 CPUtime=12.14 cores=0,2,4,6
/proc/6136/task/6190/stat : 6190 (java) S 6133 6136 31233 0 -1 1077944384 35783 13310 0 0 1156 50 5 3 20 0 15 0 445350576 11109412864 289507 33554432000 4194304 4196468 140736085963360 140238922271888 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6191] ppid=6133 vsize=10849036 memory=1162648 CPUtime=12.11 cores=0,2,4,6
/proc/6136/task/6191/stat : 6191 (java) S 6133 6136 31233 0 -1 1077944384 31072 13310 0 0 1153 50 5 3 20 0 15 0 445350576 11109412864 289507 33554432000 4194304 4196468 140736085963360 140238810545168 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6192] ppid=6133 vsize=10849036 memory=1159056 CPUtime=12.12 cores=0,2,4,6
/proc/6136/task/6192/stat : 6192 (java) S 6133 6136 31233 0 -1 1077944384 30716 13310 0 0 1154 50 5 3 20 0 15 0 445350576 11109412864 289507 33554432000 4194304 4196468 140736085963360 140238809492368 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6193] ppid=6133 vsize=10849036 memory=1158544 CPUtime=12.11 cores=0,2,4,6
/proc/6136/task/6193/stat : 6193 (java) S 6133 6136 31233 0 -1 1077944384 36325 13310 0 0 1152 51 5 3 20 0 15 0 445350576 11109412864 289507 33554432000 4194304 4196468 140736085963360 140238808439568 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6194] ppid=6133 vsize=10849036 memory=280035895733232 CPUtime=2.03 cores=0,2,4,6
/proc/6136/task/6194/stat : 6194 (java) S 6133 6136 31233 0 -1 1077944384 21251 13310 0 0 165 30 5 3 20 0 15 0 445350577 11109412864 289507 33554432000 4194304 4196468 140736085963360 140238376601968 140238918040194 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6195] ppid=6133 vsize=10849036 memory=1167760 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6195/stat : 6195 (java) S 6133 6136 31233 0 -1 1077944384 48 13310 0 0 0 0 5 3 20 0 15 0 445350578 11109412864 289507 33554432000 4194304 4196468 140736085963360 140238375548000 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6196] ppid=6133 vsize=10849036 memory=804 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6196/stat : 6196 (java) S 6133 6136 31233 0 -1 1077944384 5 13310 0 0 0 0 5 3 20 0 15 0 445350578 11109412864 289507 33554432000 4194304 4196468 140736085963360 140238265508736 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6197] ppid=6133 vsize=10849036 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6197/stat : 6197 (java) S 6133 6136 31233 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 445350581 11109412864 289507 33554432000 4194304 4196468 140736085963360 140237661529936 140238918047643 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6198] ppid=6133 vsize=10849036 memory=1161620 CPUtime=9.03 cores=0,2,4,6
/proc/6136/task/6198/stat : 6198 (java) S 6133 6136 31233 0 -1 1077944384 58579 13310 0 0 887 8 5 3 20 0 15 0 445350581 11109412864 289507 33554432000 4194304 4196468 140736085963360 140238341991280 140238918040194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 15 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6199] ppid=6133 vsize=10849036 memory=1161620 CPUtime=8.72 cores=0,2,4,6
/proc/6136/task/6199/stat : 6199 (java) S 6133 6136 31233 0 -1 1077944384 57752 13310 0 0 858 6 5 3 20 0 15 0 445350581 11109412864 289507 33554432000 4194304 4196468 140736085963360 140238340938480 140238918040194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6200] ppid=6133 vsize=10849036 memory=1161108 CPUtime=2.54 cores=0,2,4,6
/proc/6136/task/6200/stat : 6200 (java) S 6133 6136 31233 0 -1 1077944384 39799 13310 0 0 240 6 5 3 20 0 15 0 445350581 11109412864 289507 33554432000 4194304 4196468 140736085963360 140238339885680 140238918040194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6201] ppid=6133 vsize=10849036 memory=1167916 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6201/stat : 6201 (java) S 6133 6136 31233 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 445350581 11109412864 289507 33554432000 4194304 4196468 140736085963360 140237191768800 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6202] ppid=6133 vsize=10849036 memory=4068 CPUtime=1.42 cores=0,2,4,6
/proc/6136/task/6202/stat : 6202 (java) S 6133 6136 31233 0 -1 1077944384 1847 13310 0 0 67 67 5 3 20 0 15 0 445350581 11109412864 289507 33554432000 4194304 4196468 140736085963360 140238338833072 140238918040194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 25 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
Current children cumulated CPU time: 2379.05 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1158028 KiB

[startup+2382.3 s]
/proc/loadavg: 1.40 1.49 1.47 3/227 6701
/proc/meminfo: memFree=27343024/32770624 swapFree=66967456/67108860
[pid=6136] ppid=6133 vsize=10849036 memory=1161516 CPUtime=2440.28 cores=0,2,4,6
/proc/6136/stat : 6136 (java) S 6133 6136 31233 0 -1 1077944320 449070 13310 0 0 243655 365 5 3 20 0 15 0 445350566 11109412864 290379 33554432000 4194304 4196468 140736085963360 140736085945904 140238918029047 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
/proc/6136/statm: 2712259 290379 3635 1 0 2674317 0
[pid=6136/tid=6189] ppid=6133 vsize=10849036 memory=8112282956445269571 CPUtime=2366.94 cores=0,2,4,6
/proc/6136/task/6189/stat : 6189 (java) R 6133 6136 31233 0 -1 4202560 129790 13310 0 0 236620 66 5 3 20 0 15 0 445350575 11109412864 290379 33554432000 4194304 4196468 140736085963360 140238889854128 140238500149977 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6190] ppid=6133 vsize=10849036 memory=500 CPUtime=12.56 cores=0,2,4,6
/proc/6136/task/6190/stat : 6190 (java) S 6133 6136 31233 0 -1 1077944384 36489 13310 0 0 1197 51 5 3 20 0 15 0 445350576 11109412864 290379 33554432000 4194304 4196468 140736085963360 140238922271888 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6191] ppid=6133 vsize=10849036 memory=1161516 CPUtime=12.5 cores=0,2,4,6
/proc/6136/task/6191/stat : 6191 (java) S 6133 6136 31233 0 -1 1077944384 32239 13310 0 0 1192 50 5 3 20 0 15 0 445350576 11109412864 290379 33554432000 4194304 4196468 140736085963360 140238810545168 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6192] ppid=6133 vsize=10849036 memory=1165332 CPUtime=12.54 cores=0,2,4,6
/proc/6136/task/6192/stat : 6192 (java) S 6133 6136 31233 0 -1 1077944384 31737 13310 0 0 1194 52 5 3 20 0 15 0 445350576 11109412864 290379 33554432000 4194304 4196468 140736085963360 140238809492368 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6193] ppid=6133 vsize=10849036 memory=1155976 CPUtime=12.5 cores=0,2,4,6
/proc/6136/task/6193/stat : 6193 (java) S 6133 6136 31233 0 -1 1077944384 37064 13310 0 0 1191 51 5 3 20 0 15 0 445350576 11109412864 290379 33554432000 4194304 4196468 140736085963360 140238808439568 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6194] ppid=6133 vsize=10849036 memory=55 CPUtime=2.11 cores=0,2,4,6
/proc/6136/task/6194/stat : 6194 (java) S 6133 6136 31233 0 -1 1077944384 21487 13310 0 0 172 31 5 3 20 0 15 0 445350577 11109412864 290379 33554432000 4194304 4196468 140736085963360 140238376601968 140238918040194 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6195] ppid=6133 vsize=10849036 memory=1155772 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6195/stat : 6195 (java) S 6133 6136 31233 0 -1 1077944384 48 13310 0 0 0 0 5 3 20 0 15 0 445350578 11109412864 290379 33554432000 4194304 4196468 140736085963360 140238375548000 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6196] ppid=6133 vsize=10849036 memory=1151668 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6196/stat : 6196 (java) S 6133 6136 31233 0 -1 1077944384 5 13310 0 0 0 0 5 3 20 0 15 0 445350578 11109412864 290379 33554432000 4194304 4196468 140736085963360 140238265508736 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6197] ppid=6133 vsize=10849036 memory=1166872 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6197/stat : 6197 (java) S 6133 6136 31233 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 445350581 11109412864 290379 33554432000 4194304 4196468 140736085963360 140237661529936 140238918047643 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6198] ppid=6133 vsize=10849036 memory=1164596 CPUtime=9.03 cores=0,2,4,6
/proc/6136/task/6198/stat : 6198 (java) S 6133 6136 31233 0 -1 1077944384 58581 13310 0 0 887 8 5 3 20 0 15 0 445350581 11109412864 290379 33554432000 4194304 4196468 140736085963360 140238341991280 140238918040194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 15 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6199] ppid=6133 vsize=10849036 memory=1162544 CPUtime=8.72 cores=0,2,4,6
/proc/6136/task/6199/stat : 6199 (java) S 6133 6136 31233 0 -1 1077944384 57754 13310 0 0 858 6 5 3 20 0 15 0 445350581 11109412864 290379 33554432000 4194304 4196468 140736085963360 140238340938480 140238918040194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6200] ppid=6133 vsize=10849036 memory=1161516 CPUtime=2.54 cores=0,2,4,6
/proc/6136/task/6200/stat : 6200 (java) S 6133 6136 31233 0 -1 1077944384 39801 13310 0 0 240 6 5 3 20 0 15 0 445350581 11109412864 290379 33554432000 4194304 4196468 140736085963360 140238339885680 140238918040194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6201] ppid=6133 vsize=10849036 memory=1164596 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6201/stat : 6201 (java) S 6133 6136 31233 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 445350581 11109412864 290379 33554432000 4194304 4196468 140736085963360 140237191768800 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6202] ppid=6133 vsize=10849036 memory=280035895733232 CPUtime=1.45 cores=0,2,4,6
/proc/6136/task/6202/stat : 6202 (java) S 6133 6136 31233 0 -1 1077944384 1865 13310 0 0 68 69 5 3 20 0 15 0 445350581 11109412864 290379 33554432000 4194304 4196468 140736085963360 140238338833072 140238918040194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 25 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
Current children cumulated CPU time: 2440.28 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1161516 KiB

[startup+2442.3 s]
/proc/loadavg: 1.22 1.43 1.45 3/227 6707
/proc/meminfo: memFree=27403632/32770624 swapFree=66967456/67108860
[pid=6136] ppid=6133 vsize=10849036 memory=1180564 CPUtime=2501.4 cores=0,2,4,6
/proc/6136/stat : 6136 (java) S 6133 6136 31233 0 -1 1077944320 457054 13310 0 0 249759 373 5 3 20 0 15 0 445350566 11109412864 295141 33554432000 4194304 4196468 140736085963360 140736085945904 140238918029047 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
/proc/6136/statm: 2712259 295141 3635 1 0 2674317 0
[pid=6136/tid=6189] ppid=6133 vsize=10849036 memory=1181080 CPUtime=2426.44 cores=0,2,4,6
/proc/6136/task/6189/stat : 6189 (java) R 6133 6136 31233 0 -1 4202560 131951 13310 0 0 242570 66 5 3 20 0 15 0 445350575 11109412864 295141 33554432000 4194304 4196468 140736085963360 140238889864368 140238503038612 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6190] ppid=6133 vsize=10849036 memory=780 CPUtime=12.93 cores=0,2,4,6
/proc/6136/task/6190/stat : 6190 (java) S 6133 6136 31233 0 -1 1077944384 37872 13310 0 0 1233 52 5 3 20 0 15 0 445350576 11109412864 295141 33554432000 4194304 4196468 140736085963360 140238922271888 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6191] ppid=6133 vsize=10849036 memory=1190040 CPUtime=12.88 cores=0,2,4,6
/proc/6136/task/6191/stat : 6191 (java) S 6133 6136 31233 0 -1 1077944384 33668 13310 0 0 1228 52 5 3 20 0 15 0 445350576 11109412864 295141 33554432000 4194304 4196468 140736085963360 140238810545168 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6192] ppid=6133 vsize=10849036 memory=55 CPUtime=12.91 cores=0,2,4,6
/proc/6136/task/6192/stat : 6192 (java) S 6133 6136 31233 0 -1 1077944384 33188 13310 0 0 1230 53 5 3 20 0 15 0 445350576 11109412864 295141 33554432000 4194304 4196468 140736085963360 140238809492368 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6193] ppid=6133 vsize=10849036 memory=1155772 CPUtime=12.89 cores=0,2,4,6
/proc/6136/task/6193/stat : 6193 (java) S 6133 6136 31233 0 -1 1077944384 38355 13310 0 0 1228 53 5 3 20 0 15 0 445350576 11109412864 295141 33554432000 4194304 4196468 140736085963360 140238808439568 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6194] ppid=6133 vsize=10849036 memory=1151668 CPUtime=2.19 cores=0,2,4,6
/proc/6136/task/6194/stat : 6194 (java) S 6133 6136 31233 0 -1 1077944384 21732 13310 0 0 179 32 5 3 20 0 15 0 445350577 11109412864 295141 33554432000 4194304 4196468 140736085963360 140238376601968 140238918040194 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6195] ppid=6133 vsize=10849036 memory=1162544 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6195/stat : 6195 (java) S 6133 6136 31233 0 -1 1077944384 48 13310 0 0 0 0 5 3 20 0 15 0 445350578 11109412864 295141 33554432000 4194304 4196468 140736085963360 140238375548000 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6196] ppid=6133 vsize=10849036 memory=1154700 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6196/stat : 6196 (java) S 6133 6136 31233 0 -1 1077944384 5 13310 0 0 0 0 5 3 20 0 15 0 445350578 11109412864 295141 33554432000 4194304 4196468 140736085963360 140238265508736 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6197] ppid=6133 vsize=10849036 memory=1151664 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6197/stat : 6197 (java) S 6133 6136 31233 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 445350581 11109412864 295141 33554432000 4194304 4196468 140736085963360 140237661529936 140238918047643 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6198] ppid=6133 vsize=10849036 memory=1189780 CPUtime=9.03 cores=0,2,4,6
/proc/6136/task/6198/stat : 6198 (java) S 6133 6136 31233 0 -1 1077944384 58583 13310 0 0 887 8 5 3 20 0 15 0 445350581 11109412864 295141 33554432000 4194304 4196468 140736085963360 140238341991280 140238918040194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 15 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6199] ppid=6133 vsize=10849036 memory=1185184 CPUtime=8.72 cores=0,2,4,6
/proc/6136/task/6199/stat : 6199 (java) S 6133 6136 31233 0 -1 1077944384 57756 13310 0 0 858 6 5 3 20 0 15 0 445350581 11109412864 295141 33554432000 4194304 4196468 140736085963360 140238340938480 140238918040194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6200] ppid=6133 vsize=10849036 memory=1180564 CPUtime=2.54 cores=0,2,4,6
/proc/6136/task/6200/stat : 6200 (java) S 6133 6136 31233 0 -1 1077944384 39803 13310 0 0 240 6 5 3 20 0 15 0 445350581 11109412864 295141 33554432000 4194304 4196468 140736085963360 140238339885680 140238918040194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6201] ppid=6133 vsize=10849036 memory=1186700 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6201/stat : 6201 (java) S 6133 6136 31233 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 445350581 11109412864 295141 33554432000 4194304 4196468 140736085963360 140237191768800 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6202] ppid=6133 vsize=10849036 memory=1181080 CPUtime=1.49 cores=0,2,4,6
/proc/6136/task/6202/stat : 6202 (java) S 6133 6136 31233 0 -1 1077944384 1883 13310 0 0 70 71 5 3 20 0 15 0 445350581 11109412864 295141 33554432000 4194304 4196468 140736085963360 140238338833072 140238918040194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 25 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
Current children cumulated CPU time: 2501.4 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1180564 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2460.6 s]
/proc/loadavg: 1.16 1.41 1.44 3/227 6708
/proc/meminfo: memFree=27447460/32770624 swapFree=66967456/67108860
[pid=6136] ppid=6133 vsize=10849036 memory=1163936 CPUtime=2520.08 cores=0,2,4,6
/proc/6136/stat : 6136 (java) S 6133 6136 31233 0 -1 1077944320 457463 13310 0 0 251626 374 5 3 20 0 15 0 445350566 11109412864 290984 33554432000 4194304 4196468 140736085963360 140736085945904 140238918029047 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
/proc/6136/statm: 2712259 290984 3635 1 0 2674317 0
[pid=6136/tid=6189] ppid=6133 vsize=10849036 memory=1552 CPUtime=2444.58 cores=0,2,4,6
/proc/6136/task/6189/stat : 6189 (java) R 6133 6136 31233 0 -1 4202560 132105 13310 0 0 244384 66 5 3 20 0 15 0 445350575 11109412864 290984 33554432000 4194304 4196468 140736085963360 140238889864576 140238503038612 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6190] ppid=6133 vsize=10849036 memory=2832 CPUtime=13.06 cores=0,2,4,6
/proc/6136/task/6190/stat : 6190 (java) S 6133 6136 31233 0 -1 1077944384 37897 13310 0 0 1246 52 5 3 20 0 15 0 445350576 11109412864 290984 33554432000 4194304 4196468 140736085963360 140238922271888 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6191] ppid=6133 vsize=10849036 memory=1192 CPUtime=13.01 cores=0,2,4,6
/proc/6136/task/6191/stat : 6191 (java) S 6133 6136 31233 0 -1 1077944384 33738 13310 0 0 1241 52 5 3 20 0 15 0 445350576 11109412864 290984 33554432000 4194304 4196468 140736085963360 140238810545168 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6192] ppid=6133 vsize=10849036 memory=4126316290023845779 CPUtime=13.03 cores=0,2,4,6
/proc/6136/task/6192/stat : 6192 (java) S 6133 6136 31233 0 -1 1077944384 33304 13310 0 0 1242 53 5 3 20 0 15 0 445350576 11109412864 290984 33554432000 4194304 4196468 140736085963360 140238809492368 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6193] ppid=6133 vsize=10849036 memory=1731324 CPUtime=13.01 cores=0,2,4,6
/proc/6136/task/6193/stat : 6193 (java) S 6133 6136 31233 0 -1 1077944384 38392 13310 0 0 1240 53 5 3 20 0 15 0 445350576 11109412864 290984 33554432000 4194304 4196468 140736085963360 140238808439568 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6194] ppid=6133 vsize=10849036 memory=4108 CPUtime=2.21 cores=0,2,4,6
/proc/6136/task/6194/stat : 6194 (java) S 6133 6136 31233 0 -1 1077944384 21737 13310 0 0 181 32 5 3 20 0 15 0 445350577 11109412864 290984 33554432000 4194304 4196468 140736085963360 140238376601968 140238918040194 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6195] ppid=6133 vsize=10849036 memory=1732 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6195/stat : 6195 (java) S 6133 6136 31233 0 -1 1077944384 48 13310 0 0 0 0 5 3 20 0 15 0 445350578 11109412864 290984 33554432000 4194304 4196468 140736085963360 140238375548000 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6196] ppid=6133 vsize=10849036 memory=1808 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6196/stat : 6196 (java) S 6133 6136 31233 0 -1 1077944384 5 13310 0 0 0 0 5 3 20 0 15 0 445350578 11109412864 290984 33554432000 4194304 4196468 140736085963360 140238265508736 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6197] ppid=6133 vsize=10849036 memory=924 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6197/stat : 6197 (java) S 6133 6136 31233 0 -1 1077944384 2 13310 0 0 0 0 5 3 20 0 15 0 445350581 11109412864 290984 33554432000 4194304 4196468 140736085963360 140237661529936 140238918047643 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6198] ppid=6133 vsize=10849036 memory=8112282956445269571 CPUtime=9.03 cores=0,2,4,6
/proc/6136/task/6198/stat : 6198 (java) S 6133 6136 31233 0 -1 1077944384 58583 13310 0 0 887 8 5 3 20 0 15 0 445350581 11109412864 290984 33554432000 4194304 4196468 140736085963360 140238341991280 140238918040194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 15 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6199] ppid=6133 vsize=10849036 memory=1720 CPUtime=8.72 cores=0,2,4,6
/proc/6136/task/6199/stat : 6199 (java) S 6133 6136 31233 0 -1 1077944384 57756 13310 0 0 858 6 5 3 20 0 15 0 445350581 11109412864 290984 33554432000 4194304 4196468 140736085963360 140238340938480 140238918040194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6200] ppid=6133 vsize=10849036 memory=5948 CPUtime=2.54 cores=0,2,4,6
/proc/6136/task/6200/stat : 6200 (java) S 6133 6136 31233 0 -1 1077944384 39803 13310 0 0 240 6 5 3 20 0 15 0 445350581 11109412864 290984 33554432000 4194304 4196468 140736085963360 140238339885680 140238918040194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6201] ppid=6133 vsize=10849036 memory=10564 CPUtime=0.08 cores=0,2,4,6
/proc/6136/task/6201/stat : 6201 (java) S 6133 6136 31233 0 -1 1077944384 3 13310 0 0 0 0 5 3 20 0 15 0 445350581 11109412864 290984 33554432000 4194304 4196468 140736085963360 140237191768800 140238918039253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
[pid=6136/tid=6202] ppid=6133 vsize=10849036 memory=1732 CPUtime=1.49 cores=0,2,4,6
/proc/6136/task/6202/stat : 6202 (java) S 6133 6136 31233 0 -1 1077944384 1885 13310 0 0 70 71 5 3 20 0 15 0 445350581 11109412864 290984 33554432000 4194304 4196468 140736085963360 140238338833072 140238918040194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 25 0 0 6293624 6294260 14802944 140736085965551 140736085968069 140736085968069 140736085970895 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1163936 KiB

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

[startup+2460.66 s]
# the end of solver process 6136 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.36 s, system=3.79242 s

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

Child status: 143
Real time (s): 2460.66
CPU time (s): 2520.16
CPU user time (s): 2516.36
CPU system time (s): 3.79242
CPU usage (%): 102.418
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 3541696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.37
system time used= 3.79242
maximum resident set size= 3541696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 471722
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 101628
involuntary context switches= 4300


# summary of solver processes directly reported to runsolver:
#   pid: 6136
#   total CPU time (s): 2520.16
#   total CPU user time (s): 2516.36
#   total CPU system time (s): 3.79242

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9372 second user time and 23.2753 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-17 05:26:35
IDJOB=4401156
IDBENCH=138227
IDSOLVER=2857
FILE ID=node125/4401156-1568690837
RUNJOBID= node125-1568673289-31264
PBS_JOBID= 21703785
Free space on /tmp= 59696 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-fu/BinPacking-mdd-fu1000-02.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401156-1568690837/watcher-4401156-1568690837 -o /tmp/evaluation-result-4401156-1568690837/solver-4401156-1568690837 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568673289-31264 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1199546072 HOME/instance-4401156-1568690837.xml

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

MD5SUM BENCH= 81a54afd524339631fcda48b56d1b2da
RANDOM SEED=1199546072

node125.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.29
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.29
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.29
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.29
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:        29519044 kB
MemAvailable:   31070340 kB
Buffers:          202368 kB
Cached:          1646956 kB
SwapCached:        38384 kB
Active:          1623996 kB
Inactive:        1059004 kB
Active(anon):     813760 kB
Inactive(anon):    68432 kB
Active(file):     810236 kB
Inactive(file):   990572 kB
Unevictable:      108972 kB
Mlocked:          108972 kB
SwapTotal:      67108860 kB
SwapFree:       66967452 kB
Dirty:             35936 kB
Writeback:             0 kB
AnonPages:       1039456 kB
Mapped:            61744 kB
Shmem:             39864 kB
Slab:             162156 kB
SReclaimable:     132644 kB
SUnreclaim:        29512 kB
KernelStack:        4000 kB
PageTables:         7924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2079684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    882688 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= 59660 MiB
End job on node125 at 2019-09-17 06:07:36