Trace number 4396556

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) 2400.13 2370.83

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t09-7.xml
MD5SUM2318da7117aad88e4beeaec86ff9c63e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark161
Best CPU time to get the best result obtained on this benchmark9.91727
Satisfiable
(Un)Satisfiability was proved
Number of variables4074
Number of constraints216
Number of domains11
Minimum domain size2
Maximum domain size20
Distribution of domain sizes[{"size":2,"count":776},{"size":3,"count":582},{"size":5,"count":194},{"size":8,"count":194},{"size":11,"count":194},{"size":12,"count":388},{"size":14,"count":388},{"size":17,"count":388},{"size":18,"count":194},{"size":19,"count":582},{"size":20,"count":194}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":4074}]
Minimum constraint arity21
Maximum constraint arity3880
Distribution of constraint arities[{"arity":21,"count":194},{"arity":194,"count":21},{"arity":3880,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":214}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396556-1568397899/watcher-4396556-1568397899 -o /tmp/evaluation-result-4396556-1568397899/solver-4396556-1568397899 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568393448-7559 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=582263495 HOME/instance-4396556-1568397899.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=8742, runsolver pid=8739
Current StackSize limit: 8192 KiB


[startup+0.102663 s]*
/proc/loadavg: 1.24 1.29 1.40 3/219 8799
/proc/meminfo: memFree=30330128/32770624 swapFree=66946104/67108860
[pid=8742] ppid=8739 vsize=9972712 memory=17080 CPUtime=0.1 cores=1,3,5,7
/proc/8742/stat : 8742 (java) S 8739 8742 6494 0 -1 1077944320 4498 13445 0 0 1 1 5 3 20 0 6 0 415731831 10212057088 4270 33554432000 4194304 4196468 140723665531184 140723665513728 140578694676215 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
/proc/8742/statm: 2493178 4270 1935 1 0 2481616 0
[pid=8742/tid=8795] ppid=8739 vsize=9972712 memory=7892391828772250251 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8795/stat : 8795 (java) R 8739 8742 6494 0 -1 4202560 2331 13445 0 0 0 0 5 3 20 0 6 0 415731840 10212057088 4270 33554432000 4194304 4196468 140723665531184 140578666512976 140578673977744 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8796] ppid=8739 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8796/stat : 8796 (java) S 8739 8742 6494 0 -1 1077944384 2 13445 0 0 0 0 5 3 20 0 6 0 415731841 10212057088 4270 33554432000 4194304 4196468 140723665531184 140578698918288 140578694686421 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8797] ppid=8739 vsize=9972712 memory=140611580421760 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8797/stat : 8797 (java) S 8739 8742 6494 0 -1 1077944384 1 13445 0 0 0 0 5 3 20 0 6 0 415731841 10212057088 4270 33554432000 4194304 4196468 140723665531184 140578587191568 140578694686421 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8798] ppid=8739 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8798/stat : 8798 (java) S 8739 8742 6494 0 -1 1077944384 1 13445 0 0 0 0 5 3 20 0 6 0 415731841 10212057088 4270 33554432000 4194304 4196468 140723665531184 140578586139280 140578694686421 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8799] ppid=8739 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8799/stat : 8799 (java) S 8739 8742 6494 0 -1 1077944384 1 13445 0 0 0 0 5 3 20 0 6 0 415731841 10212057088 4336 33554432000 4194304 4196468 140723665531184 140578585086480 140578694686421 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.210668 s]*
/proc/loadavg: 1.24 1.29 1.40 4/228 8808
/proc/meminfo: memFree=30313452/32770624 swapFree=66946104/67108860
[pid=8742] ppid=8739 vsize=10819664 memory=37196 CPUtime=0.26 cores=1,3,5,7
/proc/8742/stat : 8742 (java) S 8739 8742 6494 0 -1 1077944320 7147 13445 0 0 17 1 5 3 20 0 15 0 415731831 11079335936 9299 33554432000 4194304 4196468 140723665531184 140723665513728 140578694676215 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
/proc/8742/statm: 2704916 9299 3163 1 0 2667149 0
[pid=8742/tid=8795] ppid=8739 vsize=10819664 memory=7822038051842263955 CPUtime=0.19 cores=1,3,5,7
/proc/8742/task/8795/stat : 8795 (java) R 8739 8742 6494 0 -1 4202560 3629 13445 0 0 11 0 5 3 20 0 15 0 415731840 11079335936 9299 33554432000 4194304 4196468 140723665531184 140578666482016 140578678756702 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8796] ppid=8739 vsize=10819664 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8796/stat : 8796 (java) S 8739 8742 6494 0 -1 1077944384 2 13445 0 0 0 0 5 3 20 0 15 0 415731841 11079335936 9299 33554432000 4194304 4196468 140723665531184 140578698918288 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8797] ppid=8739 vsize=10819664 memory=140611580421760 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8797/stat : 8797 (java) S 8739 8742 6494 0 -1 1077944384 1 13445 0 0 0 0 5 3 20 0 15 0 415731841 11079335936 9299 33554432000 4194304 4196468 140723665531184 140578587191568 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8798] ppid=8739 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8798/stat : 8798 (java) S 8739 8742 6494 0 -1 1077944384 1 13445 0 0 0 0 5 3 20 0 15 0 415731841 11079335936 9299 33554432000 4194304 4196468 140723665531184 140578586139280 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8799] ppid=8739 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8799/stat : 8799 (java) S 8739 8742 6494 0 -1 1077944384 1 13445 0 0 0 0 5 3 20 0 15 0 415731841 11079335936 9299 33554432000 4194304 4196468 140723665531184 140578585086480 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8800] ppid=8739 vsize=10819664 memory=140611580421760 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8800/stat : 8800 (java) S 8739 8742 6494 0 -1 1077944384 2 13445 0 0 0 0 5 3 20 0 15 0 415731842 11079335936 9299 33554432000 4194304 4196468 140723665531184 140578019826288 140578694687362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8801] ppid=8739 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8801/stat : 8801 (java) S 8739 8742 6494 0 -1 1077944384 33 13445 0 0 0 0 5 3 20 0 15 0 415731843 11079335936 9299 33554432000 4194304 4196468 140723665531184 140578018772256 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8802] ppid=8739 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8802/stat : 8802 (java) S 8739 8742 6494 0 -1 1077944384 1 13445 0 0 0 0 5 3 20 0 15 0 415731843 11079335936 9299 33554432000 4194304 4196468 140723665531184 140577567925872 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8803] ppid=8739 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8803/stat : 8803 (java) S 8739 8742 6494 0 -1 1077944384 3 13445 0 0 0 0 5 3 20 0 15 0 415731846 11079335936 9299 33554432000 4194304 4196468 140723665531184 140577260526160 140578694694811 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8804] ppid=8739 vsize=10819664 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8742/task/8804/stat : 8804 (java) S 8739 8742 6494 0 -1 1077944384 357 13445 0 0 1 0 5 3 20 0 15 0 415731846 11079335936 9299 33554432000 4194304 4196468 140723665531184 140577985214576 140578694687362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8805] ppid=8739 vsize=10819664 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/8742/task/8805/stat : 8805 (java) S 8739 8742 6494 0 -1 1077944384 311 13445 0 0 1 0 5 3 20 0 15 0 415731846 11079335936 9299 33554432000 4194304 4196468 140723665531184 140577984161776 140578694687362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8806] ppid=8739 vsize=10819664 memory=140611580421760 CPUtime=0.11 cores=1,3,5,7
/proc/8742/task/8806/stat : 8806 (java) S 8739 8742 6494 0 -1 1077944384 600 13445 0 0 3 0 5 3 20 0 15 0 415731846 11079335936 9299 33554432000 4194304 4196468 140723665531184 140577983109488 140578694687362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8807] ppid=8739 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8807/stat : 8807 (java) S 8739 8742 6494 0 -1 1077944384 3 13445 0 0 0 0 5 3 20 0 15 0 415731846 11079335936 9299 33554432000 4194304 4196468 140723665531184 140577226967520 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8808] ppid=8739 vsize=10819664 memory=140611580421760 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8808/stat : 8808 (java) S 8739 8742 6494 0 -1 1077944384 1 13445 0 0 0 0 5 3 20 0 15 0 415731846 11079335936 9299 33554432000 4194304 4196468 140723665531184 140577982057392 140578694687362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 37196 KiB

[startup+0.310394 s]*
/proc/loadavg: 1.24 1.29 1.40 3/228 8808
/proc/meminfo: memFree=30301140/32770624 swapFree=66946104/67108860
[pid=8742] ppid=8739 vsize=10820148 memory=48344 CPUtime=0.4 cores=1,3,5,7
/proc/8742/stat : 8742 (java) S 8739 8742 6494 0 -1 1077944320 10852 13445 0 0 29 3 5 3 20 0 15 0 415731831 11079831552 12086 33554432000 4194304 4196468 140723665531184 140723665513728 140578694676215 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
/proc/8742/statm: 2705037 12086 3295 1 0 2667149 0
[pid=8742/tid=8795] ppid=8739 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/8742/task/8795/stat : 8795 (java) R 8739 8742 6494 0 -1 4202560 7316 13445 0 0 19 2 5 3 20 0 15 0 415731840 11079831552 12086 33554432000 4194304 4196468 140723665531184 140578666476128 140578680044304 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8796] ppid=8739 vsize=10820148 memory=7590095241288769639 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8796/stat : 8796 (java) S 8739 8742 6494 0 -1 1077944384 2 13445 0 0 0 0 5 3 20 0 15 0 415731841 11079831552 12086 33554432000 4194304 4196468 140723665531184 140578698918288 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8797] ppid=8739 vsize=10820148 memory=5788339726952981056 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8797/stat : 8797 (java) S 8739 8742 6494 0 -1 1077944384 1 13445 0 0 0 0 5 3 20 0 15 0 415731841 11079831552 12086 33554432000 4194304 4196468 140723665531184 140578587191568 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8798] ppid=8739 vsize=10820148 memory=7019607699414732232 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8798/stat : 8798 (java) S 8739 8742 6494 0 -1 1077944384 1 13445 0 0 0 0 5 3 20 0 15 0 415731841 11079831552 12086 33554432000 4194304 4196468 140723665531184 140578586139280 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8799] ppid=8739 vsize=10820148 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8799/stat : 8799 (java) S 8739 8742 6494 0 -1 1077944384 1 13445 0 0 0 0 5 3 20 0 15 0 415731841 11079831552 12086 33554432000 4194304 4196468 140723665531184 140578585086480 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8800] ppid=8739 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8800/stat : 8800 (java) S 8739 8742 6494 0 -1 1077944384 2 13445 0 0 0 0 5 3 20 0 15 0 415731842 11079831552 12086 33554432000 4194304 4196468 140723665531184 140578019826288 140578694687362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8801] ppid=8739 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8801/stat : 8801 (java) S 8739 8742 6494 0 -1 1077944384 33 13445 0 0 0 0 5 3 20 0 15 0 415731843 11079831552 12086 33554432000 4194304 4196468 140723665531184 140578018772256 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8802] ppid=8739 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8802/stat : 8802 (java) S 8739 8742 6494 0 -1 1077944384 1 13445 0 0 0 0 5 3 20 0 15 0 415731843 11079831552 12086 33554432000 4194304 4196468 140723665531184 140577567925872 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8803] ppid=8739 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8803/stat : 8803 (java) S 8739 8742 6494 0 -1 1077944384 3 13445 0 0 0 0 5 3 20 0 15 0 415731846 11079831552 12086 33554432000 4194304 4196468 140723665531184 140577260526160 140578694694811 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8804] ppid=8739 vsize=10820148 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8742/task/8804/stat : 8804 (java) S 8739 8742 6494 0 -1 1077944384 367 13445 0 0 2 0 5 3 20 0 15 0 415731846 11079831552 12086 33554432000 4194304 4196468 140723665531184 140577985214576 140578694687362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8805] ppid=8739 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8742/task/8805/stat : 8805 (java) S 8739 8742 6494 0 -1 1077944384 311 13445 0 0 1 0 5 3 20 0 15 0 415731846 11079831552 12086 33554432000 4194304 4196468 140723665531184 140577984161776 140578694687362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8806] ppid=8739 vsize=10820148 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/8742/task/8806/stat : 8806 (java) S 8739 8742 6494 0 -1 1077944384 608 13445 0 0 5 0 5 3 20 0 15 0 415731846 11079831552 12086 33554432000 4194304 4196468 140723665531184 140577983109488 140578694687362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8807] ppid=8739 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8807/stat : 8807 (java) S 8739 8742 6494 0 -1 1077944384 3 13445 0 0 0 0 5 3 20 0 15 0 415731846 11079831552 12086 33554432000 4194304 4196468 140723665531184 140577226967520 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8808] ppid=8739 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8808/stat : 8808 (java) S 8739 8742 6494 0 -1 1077944384 1 13445 0 0 0 0 5 3 20 0 15 0 415731846 11079831552 12086 33554432000 4194304 4196468 140723665531184 140577982057392 140578694687362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 48344 KiB

[startup+0.700769 s]
/proc/loadavg: 1.24 1.29 1.40 3/228 8808
/proc/meminfo: memFree=30286592/32770624 swapFree=66946104/67108860
[pid=8742] ppid=8739 vsize=10824360 memory=81912 CPUtime=1.14 cores=1,3,5,7
/proc/8742/stat : 8742 (java) S 8739 8742 6494 0 -1 1077944320 15165 13445 0 0 101 5 5 3 20 0 15 0 415731831 11084144640 20478 33554432000 4194304 4196468 140723665531184 140723665513728 140578694676215 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
/proc/8742/statm: 2706090 20478 3512 1 0 2668173 0
[pid=8742/tid=8795] ppid=8739 vsize=10824360 memory=2241 CPUtime=0.66 cores=1,3,5,7
/proc/8742/task/8795/stat : 8795 (java) R 8739 8742 6494 0 -1 4202560 10320 13445 0 0 54 4 5 3 20 0 15 0 415731840 11084144640 20478 33554432000 4194304 4196468 140723665531184 140578666505760 140578694698141 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8796] ppid=8739 vsize=10824360 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8796/stat : 8796 (java) S 8739 8742 6494 0 -1 1077944384 2 13445 0 0 0 0 5 3 20 0 15 0 415731841 11084144640 20478 33554432000 4194304 4196468 140723665531184 140578698918288 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8797] ppid=8739 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8797/stat : 8797 (java) S 8739 8742 6494 0 -1 1077944384 1 13445 0 0 0 0 5 3 20 0 15 0 415731841 11084144640 20478 33554432000 4194304 4196468 140723665531184 140578587191568 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8798] ppid=8739 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8798/stat : 8798 (java) S 8739 8742 6494 0 -1 1077944384 1 13445 0 0 0 0 5 3 20 0 15 0 415731841 11084144640 20478 33554432000 4194304 4196468 140723665531184 140578586139280 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8799] ppid=8739 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8799/stat : 8799 (java) S 8739 8742 6494 0 -1 1077944384 1 13445 0 0 0 0 5 3 20 0 15 0 415731841 11084144640 20478 33554432000 4194304 4196468 140723665531184 140578585086480 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8800] ppid=8739 vsize=10824360 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8800/stat : 8800 (java) S 8739 8742 6494 0 -1 1077944384 5 13445 0 0 0 0 5 3 20 0 15 0 415731842 11084144640 20478 33554432000 4194304 4196468 140723665531184 140578019826288 140578694687362 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8801] ppid=8739 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8801/stat : 8801 (java) S 8739 8742 6494 0 -1 1077944384 33 13445 0 0 0 0 5 3 20 0 15 0 415731843 11084144640 20478 33554432000 4194304 4196468 140723665531184 140578018772256 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8802] ppid=8739 vsize=10824360 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8802/stat : 8802 (java) S 8739 8742 6494 0 -1 1077944384 1 13445 0 0 0 0 5 3 20 0 15 0 415731843 11084144640 20478 33554432000 4194304 4196468 140723665531184 140577567925872 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8803] ppid=8739 vsize=10824360 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8803/stat : 8803 (java) S 8739 8742 6494 0 -1 1077944384 3 13445 0 0 0 0 5 3 20 0 15 0 415731846 11084144640 20478 33554432000 4194304 4196468 140723665531184 140577260526160 140578694694811 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8804] ppid=8739 vsize=10824360 memory=140611457943440 CPUtime=0.21 cores=1,3,5,7
/proc/8742/task/8804/stat : 8804 (java) R 8739 8742 6494 0 -1 4202560 860 13445 0 0 13 0 5 3 20 0 15 0 415731846 11084144640 20478 33554432000 4194304 4196468 140723665531184 140577985214576 140578679581457 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8805] ppid=8739 vsize=10824360 memory=24964 CPUtime=0.23 cores=1,3,5,7
/proc/8742/task/8805/stat : 8805 (java) S 8739 8742 6494 0 -1 1077944384 869 13445 0 0 15 0 5 3 20 0 15 0 415731846 11084144640 20478 33554432000 4194304 4196468 140723665531184 140577984161776 140578694687362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8806] ppid=8739 vsize=10824360 memory=2244 CPUtime=0.25 cores=1,3,5,7
/proc/8742/task/8806/stat : 8806 (java) S 8739 8742 6494 0 -1 1077944384 859 13445 0 0 17 0 5 3 20 0 15 0 415731846 11084144640 20478 33554432000 4194304 4196468 140723665531184 140577983109488 140578694687362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8807] ppid=8739 vsize=10824360 memory=140611457940848 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8807/stat : 8807 (java) S 8739 8742 6494 0 -1 1077944384 3 13445 0 0 0 0 5 3 20 0 15 0 415731846 11084144640 20478 33554432000 4194304 4196468 140723665531184 140577226967520 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8808] ppid=8739 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8808/stat : 8808 (java) S 8739 8742 6494 0 -1 1077944384 1 13445 0 0 0 0 5 3 20 0 15 0 415731846 11084144640 20478 33554432000 4194304 4196468 140723665531184 140577982057392 140578694687362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 81912 KiB

[startup+1.50066 s]
/proc/loadavg: 1.24 1.29 1.40 4/228 8808
/proc/meminfo: memFree=30241176/32770624 swapFree=66946104/67108860
[pid=8742] ppid=8739 vsize=10834676 memory=183368 CPUtime=2.61 cores=1,3,5,7
/proc/8742/stat : 8742 (java) S 8739 8742 6494 0 -1 1077944320 21613 13445 0 0 243 10 5 3 20 0 15 0 415731831 11094708224 45842 33554432000 4194304 4196468 140723665531184 140723665513728 140578694676215 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
/proc/8742/statm: 2708669 45842 3587 1 0 2670733 0
[pid=8742/tid=8795] ppid=8739 vsize=10834676 memory=26 CPUtime=1.43 cores=1,3,5,7
/proc/8742/task/8795/stat : 8795 (java) R 8739 8742 6494 0 -1 4202560 15071 13445 0 0 128 7 5 3 20 0 15 0 415731840 11094708224 45842 33554432000 4194304 4196468 140723665531184 140578666500320 140578255831104 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8796] ppid=8739 vsize=10834676 memory=30 CPUtime=0.09 cores=1,3,5,7
/proc/8742/task/8796/stat : 8796 (java) S 8739 8742 6494 0 -1 1077944384 75 13445 0 0 1 0 5 3 20 0 15 0 415731841 11094708224 45842 33554432000 4194304 4196468 140723665531184 140578698918288 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8797] ppid=8739 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8742/task/8797/stat : 8797 (java) S 8739 8742 6494 0 -1 1077944384 32 13445 0 0 1 0 5 3 20 0 15 0 415731841 11094708224 45842 33554432000 4194304 4196468 140723665531184 140578587191568 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8798] ppid=8739 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8742/task/8798/stat : 8798 (java) S 8739 8742 6494 0 -1 1077944384 330 13445 0 0 1 0 5 3 20 0 15 0 415731841 11094708224 45842 33554432000 4194304 4196468 140723665531184 140578586139280 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8799] ppid=8739 vsize=10834676 memory=102800 CPUtime=0.09 cores=1,3,5,7
/proc/8742/task/8799/stat : 8799 (java) S 8739 8742 6494 0 -1 1077944384 55 13445 0 0 1 0 5 3 20 0 15 0 415731841 11094708224 45842 33554432000 4194304 4196468 140723665531184 140578585086480 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8800] ppid=8739 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8742/task/8800/stat : 8800 (java) S 8739 8742 6494 0 -1 1077944384 151 13445 0 0 1 0 5 3 20 0 15 0 415731842 11094708224 45842 33554432000 4194304 4196468 140723665531184 140578019826288 140578694687362 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8801] ppid=8739 vsize=10834676 memory=7014751519650763879 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8801/stat : 8801 (java) S 8739 8742 6494 0 -1 1077944384 34 13445 0 0 0 0 5 3 20 0 15 0 415731843 11094708224 45842 33554432000 4194304 4196468 140723665531184 140578018772320 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8802] ppid=8739 vsize=10834676 memory=7302411292318000729 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8802/stat : 8802 (java) S 8739 8742 6494 0 -1 1077944384 1 13445 0 0 0 0 5 3 20 0 15 0 415731843 11094708224 45842 33554432000 4194304 4196468 140723665531184 140577567925888 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8803] ppid=8739 vsize=10834676 memory=7524215807196684909 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8803/stat : 8803 (java) S 8739 8742 6494 0 -1 1077944384 3 13445 0 0 0 0 5 3 20 0 15 0 415731846 11094708224 45842 33554432000 4194304 4196468 140723665531184 140577260526160 140578694694811 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8804] ppid=8739 vsize=10834676 memory=5571041044932548709 CPUtime=0.4 cores=1,3,5,7
/proc/8742/task/8804/stat : 8804 (java) S 8739 8742 6494 0 -1 1077944384 1135 13445 0 0 32 0 5 3 20 0 15 0 415731846 11094708224 45842 33554432000 4194304 4196468 140723665531184 140577985214576 140578694687362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8805] ppid=8739 vsize=10834676 memory=7235426797669344359 CPUtime=0.4 cores=1,3,5,7
/proc/8742/task/8805/stat : 8805 (java) S 8739 8742 6494 0 -1 1077944384 986 13445 0 0 32 0 5 3 20 0 15 0 415731846 11094708224 45842 33554432000 4194304 4196468 140723665531184 140577984161776 140578694687362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8806] ppid=8739 vsize=10834676 memory=7014751519650763879 CPUtime=0.49 cores=1,3,5,7
/proc/8742/task/8806/stat : 8806 (java) S 8739 8742 6494 0 -1 1077944384 1530 13445 0 0 41 0 5 3 20 0 15 0 415731846 11094708224 45842 33554432000 4194304 4196468 140723665531184 140577983109488 140578694687362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8807] ppid=8739 vsize=10834676 memory=7014751519650763879 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8807/stat : 8807 (java) S 8739 8742 6494 0 -1 1077944384 3 13445 0 0 0 0 5 3 20 0 15 0 415731846 11094708224 45842 33554432000 4194304 4196468 140723665531184 140577226967520 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8808] ppid=8739 vsize=10834676 memory=55 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8808/stat : 8808 (java) S 8739 8742 6494 0 -1 1077944384 1 13445 0 0 0 0 5 3 20 0 15 0 415731846 11094708224 45842 33554432000 4194304 4196468 140723665531184 140577982057392 140578694687362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
Current children cumulated CPU time: 2.61 s
Current children cumulated vsize: 10834676 KiB

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

/proc/8742/task/8795/stat : 8795 (java) R 8739 8742 6494 0 -1 4202560 69029 13445 0 0 219171 43 5 3 20 0 15 0 415731840 11107311616 92054 33554432000 4194304 4196468 140723665531184 140578666511488 140578274859296 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8796] ppid=8739 vsize=10846984 memory=1056 CPUtime=5.18 cores=1,3,5,7
/proc/8742/task/8796/stat : 8796 (java) S 8739 8742 6494 0 -1 1077944384 11818 13445 0 0 486 24 5 3 20 0 15 0 415731841 11107311616 92054 33554432000 4194304 4196468 140723665531184 140578698918288 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8797] ppid=8739 vsize=10846984 memory=369244 CPUtime=5.2 cores=1,3,5,7
/proc/8742/task/8797/stat : 8797 (java) S 8739 8742 6494 0 -1 1077944384 17428 13445 0 0 487 25 5 3 20 0 15 0 415731841 11107311616 92054 33554432000 4194304 4196468 140723665531184 140578587191568 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8798] ppid=8739 vsize=10846984 memory=371296 CPUtime=5.18 cores=1,3,5,7
/proc/8742/task/8798/stat : 8798 (java) S 8739 8742 6494 0 -1 1077944384 13204 13445 0 0 487 23 5 3 20 0 15 0 415731841 11107311616 92054 33554432000 4194304 4196468 140723665531184 140578586139280 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8799] ppid=8739 vsize=10846984 memory=369244 CPUtime=5.15 cores=1,3,5,7
/proc/8742/task/8799/stat : 8799 (java) S 8739 8742 6494 0 -1 1077944384 13069 13445 0 0 486 21 5 3 20 0 15 0 415731841 11107311616 92054 33554432000 4194304 4196468 140723665531184 140578585086480 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8800] ppid=8739 vsize=10846984 memory=368732 CPUtime=4.08 cores=1,3,5,7
/proc/8742/task/8800/stat : 8800 (java) S 8739 8742 6494 0 -1 1077944384 15825 13445 0 0 365 35 5 3 20 0 15 0 415731842 11107311616 92054 33554432000 4194304 4196468 140723665531184 140578019826288 140578694687362 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8801] ppid=8739 vsize=10846984 memory=281222916494880 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8801/stat : 8801 (java) S 8739 8742 6494 0 -1 1077944384 55 13445 0 0 0 0 5 3 20 0 15 0 415731843 11107311616 92054 33554432000 4194304 4196468 140723665531184 140578018772384 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8802] ppid=8739 vsize=10846984 memory=368216 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8802/stat : 8802 (java) S 8739 8742 6494 0 -1 1077944384 10 13445 0 0 0 0 5 3 20 0 15 0 415731843 11107311616 92054 33554432000 4194304 4196468 140723665531184 140577567925888 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8803] ppid=8739 vsize=10846984 memory=461960 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8803/stat : 8803 (java) S 8739 8742 6494 0 -1 1077944384 3 13445 0 0 0 0 5 3 20 0 15 0 415731846 11107311616 92054 33554432000 4194304 4196468 140723665531184 140577260526160 140578694694811 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8804] ppid=8739 vsize=10846984 memory=368216 CPUtime=4.88 cores=1,3,5,7
/proc/8742/task/8804/stat : 8804 (java) S 8739 8742 6494 0 -1 1077944384 33235 13445 0 0 476 4 5 3 20 0 15 0 415731846 11107311616 92054 33554432000 4194304 4196468 140723665531184 140577985214576 140578694687362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8805] ppid=8739 vsize=10846984 memory=368732 CPUtime=5.34 cores=1,3,5,7
/proc/8742/task/8805/stat : 8805 (java) S 8739 8742 6494 0 -1 1077944384 37828 13445 0 0 522 4 5 3 20 0 15 0 415731846 11107311616 92054 33554432000 4194304 4196468 140723665531184 140577984161776 140578694687362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8806] ppid=8739 vsize=10846984 memory=369756 CPUtime=2.34 cores=1,3,5,7
/proc/8742/task/8806/stat : 8806 (java) S 8739 8742 6494 0 -1 1077944384 36077 13445 0 0 220 6 5 3 20 0 15 0 415731846 11107311616 92054 33554432000 4194304 4196468 140723665531184 140577983109488 140578694687362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8807] ppid=8739 vsize=10846984 memory=370268 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8807/stat : 8807 (java) S 8739 8742 6494 0 -1 1077944384 3 13445 0 0 0 0 5 3 20 0 15 0 415731846 11107311616 92054 33554432000 4194304 4196468 140723665531184 140577226967520 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8808] ppid=8739 vsize=10846984 memory=357 CPUtime=1.04 cores=1,3,5,7
/proc/8742/task/8808/stat : 8808 (java) S 8739 8742 6494 0 -1 1077944384 1087 13445 0 0 48 48 5 3 20 0 15 0 415731846 11107311616 92054 33554432000 4194304 4196468 140723665531184 140577982057392 140578694687362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
Current children cumulated CPU time: 2230 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 368216 KiB

[startup+2262.3 s]
/proc/loadavg: 1.59 1.43 1.42 3/229 9402
/proc/meminfo: memFree=29207412/32770624 swapFree=66946192/67108860
[pid=8742] ppid=8739 vsize=10846984 memory=353864 CPUtime=2290.51 cores=1,3,5,7
/proc/8742/stat : 8742 (java) S 8739 8742 6494 0 -1 1077944320 252299 13445 0 0 228826 217 5 3 20 0 15 0 415731831 11107311616 88466 33554432000 4194304 4196468 140723665531184 140723665513728 140578694676215 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
/proc/8742/statm: 2711746 88466 3630 1 0 2673805 0
[pid=8742/tid=8795] ppid=8739 vsize=10846984 memory=354368 CPUtime=2251.88 cores=1,3,5,7
/proc/8742/task/8795/stat : 8795 (java) R 8739 8742 6494 0 -1 4202560 69703 13445 0 0 225137 43 5 3 20 0 15 0 415731840 11107311616 88466 33554432000 4194304 4196468 140723665531184 140578666512144 140578272022836 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8796] ppid=8739 vsize=10846984 memory=353864 CPUtime=5.35 cores=1,3,5,7
/proc/8742/task/8796/stat : 8796 (java) S 8739 8742 6494 0 -1 1077944384 12099 13445 0 0 503 24 5 3 20 0 15 0 415731841 11107311616 88466 33554432000 4194304 4196468 140723665531184 140578698918288 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8797] ppid=8739 vsize=10846984 memory=353852 CPUtime=5.37 cores=1,3,5,7
/proc/8742/task/8797/stat : 8797 (java) S 8739 8742 6494 0 -1 1077944384 17491 13445 0 0 503 26 5 3 20 0 15 0 415731841 11107311616 88466 33554432000 4194304 4196468 140723665531184 140578587191568 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8798] ppid=8739 vsize=10846984 memory=353852 CPUtime=5.36 cores=1,3,5,7
/proc/8742/task/8798/stat : 8798 (java) S 8739 8742 6494 0 -1 1077944384 13361 13445 0 0 504 24 5 3 20 0 15 0 415731841 11107311616 88466 33554432000 4194304 4196468 140723665531184 140578586139280 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8799] ppid=8739 vsize=10846984 memory=353864 CPUtime=5.32 cores=1,3,5,7
/proc/8742/task/8799/stat : 8799 (java) S 8739 8742 6494 0 -1 1077944384 13095 13445 0 0 502 22 5 3 20 0 15 0 415731841 11107311616 88466 33554432000 4194304 4196468 140723665531184 140578585086480 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8800] ppid=8739 vsize=10846984 memory=353864 CPUtime=4.21 cores=1,3,5,7
/proc/8742/task/8800/stat : 8800 (java) S 8739 8742 6494 0 -1 1077944384 16022 13445 0 0 377 36 5 3 20 0 15 0 415731842 11107311616 88466 33554432000 4194304 4196468 140723665531184 140578019826288 140578694687362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8801] ppid=8739 vsize=10846984 memory=353864 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8801/stat : 8801 (java) S 8739 8742 6494 0 -1 1077944384 55 13445 0 0 0 0 5 3 20 0 15 0 415731843 11107311616 88466 33554432000 4194304 4196468 140723665531184 140578018772384 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8802] ppid=8739 vsize=10846984 memory=353864 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8802/stat : 8802 (java) S 8739 8742 6494 0 -1 1077944384 10 13445 0 0 0 0 5 3 20 0 15 0 415731843 11107311616 88466 33554432000 4194304 4196468 140723665531184 140577567925888 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8803] ppid=8739 vsize=10846984 memory=354372 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8803/stat : 8803 (java) S 8739 8742 6494 0 -1 1077944384 3 13445 0 0 0 0 5 3 20 0 15 0 415731846 11107311616 88466 33554432000 4194304 4196468 140723665531184 140577260526160 140578694694811 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8804] ppid=8739 vsize=10846984 memory=353864 CPUtime=4.88 cores=1,3,5,7
/proc/8742/task/8804/stat : 8804 (java) S 8739 8742 6494 0 -1 1077944384 33237 13445 0 0 476 4 5 3 20 0 15 0 415731846 11107311616 88466 33554432000 4194304 4196468 140723665531184 140577985214576 140578694687362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8805] ppid=8739 vsize=10846984 memory=1200 CPUtime=5.34 cores=1,3,5,7
/proc/8742/task/8805/stat : 8805 (java) S 8739 8742 6494 0 -1 1077944384 37830 13445 0 0 522 4 5 3 20 0 15 0 415731846 11107311616 88466 33554432000 4194304 4196468 140723665531184 140577984161776 140578694687362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8806] ppid=8739 vsize=10846984 memory=1764 CPUtime=2.34 cores=1,3,5,7
/proc/8742/task/8806/stat : 8806 (java) S 8739 8742 6494 0 -1 1077944384 36079 13445 0 0 220 6 5 3 20 0 15 0 415731846 11107311616 88466 33554432000 4194304 4196468 140723665531184 140577983109488 140578694687362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8807] ppid=8739 vsize=10846984 memory=111636 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8807/stat : 8807 (java) S 8739 8742 6494 0 -1 1077944384 3 13445 0 0 0 0 5 3 20 0 15 0 415731846 11107311616 88466 33554432000 4194304 4196468 140723665531184 140577226967520 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8808] ppid=8739 vsize=10846984 memory=992 CPUtime=1.06 cores=1,3,5,7
/proc/8742/task/8808/stat : 8808 (java) S 8739 8742 6494 0 -1 1077944384 1105 13445 0 0 49 49 5 3 20 0 15 0 415731846 11107311616 88466 33554432000 4194304 4196468 140723665531184 140577982057392 140578694687362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
Current children cumulated CPU time: 2290.51 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 353864 KiB

[startup+2322.3 s]
/proc/loadavg: 1.57 1.44 1.42 3/228 9406
/proc/meminfo: memFree=29207204/32770624 swapFree=66946192/67108860
[pid=8742] ppid=8739 vsize=10846984 memory=353864 CPUtime=2351.08 cores=1,3,5,7
/proc/8742/stat : 8742 (java) S 8739 8742 6494 0 -1 1077944320 253420 13445 0 0 234877 223 5 3 20 0 15 0 415731831 11107311616 88466 33554432000 4194304 4196468 140723665531184 140723665513728 140578694676215 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
/proc/8742/statm: 2711746 88466 3630 1 0 2673805 0
[pid=8742/tid=8795] ppid=8739 vsize=10846984 memory=354380 CPUtime=2311.5 cores=1,3,5,7
/proc/8742/task/8795/stat : 8795 (java) R 8739 8742 6494 0 -1 4202560 70153 13445 0 0 231099 43 5 3 20 0 15 0 415731840 11107311616 88466 33554432000 4194304 4196468 140723665531184 140578666511632 140578274859268 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8796] ppid=8739 vsize=10846984 memory=354380 CPUtime=5.55 cores=1,3,5,7
/proc/8742/task/8796/stat : 8796 (java) S 8739 8742 6494 0 -1 1077944384 12156 13445 0 0 522 25 5 3 20 0 15 0 415731841 11107311616 88466 33554432000 4194304 4196468 140723665531184 140578698918288 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8797] ppid=8739 vsize=10846984 memory=354380 CPUtime=5.58 cores=1,3,5,7
/proc/8742/task/8797/stat : 8797 (java) S 8739 8742 6494 0 -1 1077944384 17608 13445 0 0 523 27 5 3 20 0 15 0 415731841 11107311616 88466 33554432000 4194304 4196468 140723665531184 140578587191568 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8798] ppid=8739 vsize=10846984 memory=354312 CPUtime=5.55 cores=1,3,5,7
/proc/8742/task/8798/stat : 8798 (java) S 8739 8742 6494 0 -1 1077944384 13450 13445 0 0 523 24 5 3 20 0 15 0 415731841 11107311616 88466 33554432000 4194304 4196468 140723665531184 140578586139280 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8799] ppid=8739 vsize=10846984 memory=354380 CPUtime=5.51 cores=1,3,5,7
/proc/8742/task/8799/stat : 8799 (java) S 8739 8742 6494 0 -1 1077944384 13335 13445 0 0 520 23 5 3 20 0 15 0 415731841 11107311616 88466 33554432000 4194304 4196468 140723665531184 140578585086480 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8800] ppid=8739 vsize=10846984 memory=354380 CPUtime=4.35 cores=1,3,5,7
/proc/8742/task/8800/stat : 8800 (java) S 8739 8742 6494 0 -1 1077944384 16179 13445 0 0 390 37 5 3 20 0 15 0 415731842 11107311616 88466 33554432000 4194304 4196468 140723665531184 140578019826288 140578694687362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8801] ppid=8739 vsize=10846984 memory=354380 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8801/stat : 8801 (java) S 8739 8742 6494 0 -1 1077944384 55 13445 0 0 0 0 5 3 20 0 15 0 415731843 11107311616 88466 33554432000 4194304 4196468 140723665531184 140578018772384 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8802] ppid=8739 vsize=10846984 memory=353864 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8802/stat : 8802 (java) S 8739 8742 6494 0 -1 1077944384 10 13445 0 0 0 0 5 3 20 0 15 0 415731843 11107311616 88466 33554432000 4194304 4196468 140723665531184 140577567925888 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8803] ppid=8739 vsize=10846984 memory=354380 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8803/stat : 8803 (java) S 8739 8742 6494 0 -1 1077944384 3 13445 0 0 0 0 5 3 20 0 15 0 415731846 11107311616 88466 33554432000 4194304 4196468 140723665531184 140577260526160 140578694694811 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8804] ppid=8739 vsize=10846984 memory=354380 CPUtime=4.88 cores=1,3,5,7
/proc/8742/task/8804/stat : 8804 (java) S 8739 8742 6494 0 -1 1077944384 33239 13445 0 0 476 4 5 3 20 0 15 0 415731846 11107311616 88466 33554432000 4194304 4196468 140723665531184 140577985214576 140578694687362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8805] ppid=8739 vsize=10846984 memory=355220 CPUtime=5.35 cores=1,3,5,7
/proc/8742/task/8805/stat : 8805 (java) S 8739 8742 6494 0 -1 1077944384 37832 13445 0 0 523 4 5 3 20 0 15 0 415731846 11107311616 88466 33554432000 4194304 4196468 140723665531184 140577984161776 140578694687362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8806] ppid=8739 vsize=10846984 memory=355220 CPUtime=2.34 cores=1,3,5,7
/proc/8742/task/8806/stat : 8806 (java) S 8739 8742 6494 0 -1 1077944384 36081 13445 0 0 220 6 5 3 20 0 15 0 415731846 11107311616 88466 33554432000 4194304 4196468 140723665531184 140577983109488 140578694687362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8807] ppid=8739 vsize=10846984 memory=354380 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8807/stat : 8807 (java) S 8739 8742 6494 0 -1 1077944384 3 13445 0 0 0 0 5 3 20 0 15 0 415731846 11107311616 88466 33554432000 4194304 4196468 140723665531184 140577226967520 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8808] ppid=8739 vsize=10846984 memory=0 CPUtime=1.1 cores=1,3,5,7
/proc/8742/task/8808/stat : 8808 (java) S 8739 8742 6494 0 -1 1077944384 1110 13445 0 0 50 52 5 3 20 0 15 0 415731846 11107311616 88466 33554432000 4194304 4196468 140723665531184 140577982057392 140578694687362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
Current children cumulated CPU time: 2351.08 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 353864 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2370.8 s]
/proc/loadavg: 1.44 1.42 1.41 3/228 9410
/proc/meminfo: memFree=29207712/32770624 swapFree=66946192/67108860
[pid=8742] ppid=8739 vsize=10846984 memory=353448 CPUtime=2400.09 cores=1,3,5,7
/proc/8742/stat : 8742 (java) S 8739 8742 6494 0 -1 1077944320 254403 13445 0 0 239774 227 5 3 20 0 15 0 415731831 11107311616 88362 33554432000 4194304 4196468 140723665531184 140723665513728 140578694676215 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
/proc/8742/statm: 2711746 88362 3630 1 0 2673805 0
[pid=8742/tid=8795] ppid=8739 vsize=10846984 memory=288230617509003574 CPUtime=2359.67 cores=1,3,5,7
/proc/8742/task/8795/stat : 8795 (java) R 8739 8742 6494 0 -1 4202560 70394 13445 0 0 235916 43 5 3 20 0 15 0 415731840 11107311616 88362 33554432000 4194304 4196468 140723665531184 140578666511472 140578274802728 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8796] ppid=8739 vsize=10846984 memory=15534115864709562 CPUtime=5.72 cores=1,3,5,7
/proc/8742/task/8796/stat : 8796 (java) S 8739 8742 6494 0 -1 1077944384 12345 13445 0 0 539 25 5 3 20 0 15 0 415731841 11107311616 88362 33554432000 4194304 4196468 140723665531184 140578698918288 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8797] ppid=8739 vsize=10846984 memory=1200 CPUtime=5.75 cores=1,3,5,7
/proc/8742/task/8797/stat : 8797 (java) S 8739 8742 6494 0 -1 1077944384 17745 13445 0 0 539 28 5 3 20 0 15 0 415731841 11107311616 88362 33554432000 4194304 4196468 140723665531184 140578587191568 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8798] ppid=8739 vsize=10846984 memory=8112282956445269571 CPUtime=5.72 cores=1,3,5,7
/proc/8742/task/8798/stat : 8798 (java) S 8739 8742 6494 0 -1 1077944384 13567 13445 0 0 539 25 5 3 20 0 15 0 415731841 11107311616 88362 33554432000 4194304 4196468 140723665531184 140578586139280 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8799] ppid=8739 vsize=10846984 memory=740 CPUtime=5.68 cores=1,3,5,7
/proc/8742/task/8799/stat : 8799 (java) S 8739 8742 6494 0 -1 1077944384 13554 13445 0 0 537 23 5 3 20 0 15 0 415731841 11107311616 88362 33554432000 4194304 4196468 140723665531184 140578585086480 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8800] ppid=8739 vsize=10846984 memory=352672 CPUtime=4.46 cores=1,3,5,7
/proc/8742/task/8800/stat : 8800 (java) S 8739 8742 6494 0 -1 1077944384 16255 13445 0 0 401 37 5 3 20 0 15 0 415731842 11107311616 88362 33554432000 4194304 4196468 140723665531184 140578019826288 140578694687362 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8801] ppid=8739 vsize=10846984 memory=2120 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8801/stat : 8801 (java) S 8739 8742 6494 0 -1 1077944384 55 13445 0 0 0 0 5 3 20 0 15 0 415731843 11107311616 88362 33554432000 4194304 4196468 140723665531184 140578018772384 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8802] ppid=8739 vsize=10846984 memory=500 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8802/stat : 8802 (java) S 8739 8742 6494 0 -1 1077944384 10 13445 0 0 0 0 5 3 20 0 15 0 415731843 11107311616 88362 33554432000 4194304 4196468 140723665531184 140577567925888 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8803] ppid=8739 vsize=10846984 memory=1556 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8803/stat : 8803 (java) S 8739 8742 6494 0 -1 1077944384 3 13445 0 0 0 0 5 3 20 0 15 0 415731846 11107311616 88362 33554432000 4194304 4196468 140723665531184 140577260526160 140578694694811 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8804] ppid=8739 vsize=10846984 memory=924 CPUtime=4.88 cores=1,3,5,7
/proc/8742/task/8804/stat : 8804 (java) S 8739 8742 6494 0 -1 1077944384 33239 13445 0 0 476 4 5 3 20 0 15 0 415731846 11107311616 88362 33554432000 4194304 4196468 140723665531184 140577985214576 140578694687362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8805] ppid=8739 vsize=10846984 memory=1672 CPUtime=5.35 cores=1,3,5,7
/proc/8742/task/8805/stat : 8805 (java) S 8739 8742 6494 0 -1 1077944384 37832 13445 0 0 523 4 5 3 20 0 15 0 415731846 11107311616 88362 33554432000 4194304 4196468 140723665531184 140577984161776 140578694687362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8806] ppid=8739 vsize=10846984 memory=796 CPUtime=2.34 cores=1,3,5,7
/proc/8742/task/8806/stat : 8806 (java) S 8739 8742 6494 0 -1 1077944384 36081 13445 0 0 220 6 5 3 20 0 15 0 415731846 11107311616 88362 33554432000 4194304 4196468 140723665531184 140577983109488 140578694687362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8807] ppid=8739 vsize=10846984 memory=1436 CPUtime=0.08 cores=1,3,5,7
/proc/8742/task/8807/stat : 8807 (java) S 8739 8742 6494 0 -1 1077944384 3 13445 0 0 0 0 5 3 20 0 15 0 415731846 11107311616 88362 33554432000 4194304 4196468 140723665531184 140577226967520 140578694686421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
[pid=8742/tid=8808] ppid=8739 vsize=10846984 memory=353448 CPUtime=1.12 cores=1,3,5,7
/proc/8742/task/8808/stat : 8808 (java) S 8739 8742 6494 0 -1 1077944384 1114 13445 0 0 51 53 5 3 20 0 15 0 415731846 11107311616 88362 33554432000 4194304 4196468 140723665531184 140577982057392 140578694687362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6643712 140723665537776 140723665540293 140723665540293 140723665543119 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 353448 KiB

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

[startup+2370.83 s]
# the end of solver process 8742 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.82 s, system=2.31221 s

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

Child status: 143
Real time (s): 2370.83
CPU time (s): 2400.13
CPU user time (s): 2397.82
CPU system time (s): 2.31221
CPU usage (%): 101.236
Max. virtual memory (cumulated for all children) (KiB): 10849680
Max. memory (cumulated for all children) (KiB): 1861680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.82
system time used= 2.31221
maximum resident set size= 1863724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269064
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 138125
involuntary context switches= 3117


# summary of solver processes directly reported to runsolver:
#   pid: 8742
#   total CPU time (s): 2400.13
#   total CPU user time (s): 2397.82
#   total CPU system time (s): 2.31221

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0985 second user time and 22.2287 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-13 20:04:16
IDJOB=4396556
IDBENCH=124153
IDSOLVER=2847
FILE ID=node117/4396556-1568397899
RUNJOBID= node117-1568393448-7559
PBS_JOBID= 21701861
Free space on /tmp= 61148 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t09-7.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396556-1568397899/watcher-4396556-1568397899 -o /tmp/evaluation-result-4396556-1568397899/solver-4396556-1568397899 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568393448-7559 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=582263495 HOME/instance-4396556-1568397899.xml

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

MD5SUM BENCH= 2318da7117aad88e4beeaec86ff9c63e
RANDOM SEED=582263495

node117.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.75
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.75
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.75
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.75
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:        30339204 kB
MemAvailable:   31174604 kB
Buffers:          111680 kB
Cached:           991096 kB
SwapCached:        49476 kB
Active:          1438324 kB
Inactive:         413632 kB
Active(anon):     716708 kB
Inactive(anon):    55272 kB
Active(file):     721616 kB
Inactive(file):   358360 kB
Unevictable:      110284 kB
Mlocked:          110284 kB
SwapTotal:      67108860 kB
SwapFree:       66946104 kB
Dirty:             35740 kB
Writeback:             0 kB
AnonPages:        825288 kB
Mapped:            45852 kB
Shmem:             14044 kB
Slab:             171412 kB
SReclaimable:     142516 kB
SUnreclaim:        28896 kB
KernelStack:        4000 kB
PageTables:         7188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1940496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    733184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61116 MiB
End job on node117 at 2019-09-13 20:43:48