Trace number 4401068

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.07 2473.73

General information on the benchmark

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

Solver Data

0.75/0.55	c Concrete v3.12.2.1568631193530 running
2520.01/2473.71	Exception in thread "main" java.util.concurrent.TimeoutException
2520.01/2473.71		at concrete.MAC.mac(MAC.scala:192)
2520.01/2473.71		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.01/2473.71		at scala.util.Try$.apply(Try.scala:212)
2520.01/2473.71		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.01/2473.71		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.01/2473.71		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.01/2473.71		at concrete.MAC.oneRun(MAC.scala:265)
2520.01/2473.71		at concrete.MAC.nextSolution(MAC.scala:284)
2520.01/2473.71		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.01/2473.71		at concrete.ProblemState.map(ProblemState.scala:238)
2520.01/2473.71		at concrete.ProblemState.map(ProblemState.scala:212)
2520.01/2473.71		at concrete.MAC.nextSolution(MAC.scala:348)
2520.01/2473.71		at concrete.Solver.hasNext(Solver.scala:160)
2520.01/2473.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.01/2473.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.01/2473.71		at concrete.Solver.foreach(Solver.scala:67)
2520.01/2473.71		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.01/2473.71		at scala.util.Success.map(Try.scala:264)
2520.01/2473.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.01/2473.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.01/2473.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.01/2473.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2473.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.01/2473.71		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.01/2473.71		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.01/2473.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.01/2473.71		at scala.App.$anonfun$main$1(App.scala:75)
2520.01/2473.71		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.01/2473.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.01/2473.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.01/2473.71		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.01/2473.71		at scala.App.main(App.scala:75)
2520.01/2473.71		at scala.App.main$(App.scala:73)
2520.01/2473.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.01/2473.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2473.71	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13328 MiB free)
  memory of node 1: 16384 MiB (15390 MiB free)
  node distances:
     10  21
     21  10

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=7379, runsolver pid=7376
Current StackSize limit: 8192 KiB


[startup+0.100089 s]*
/proc/loadavg: 1.62 1.39 1.39 3/218 7436
/proc/meminfo: memFree=29403084/32770624 swapFree=66967456/67108860
[pid=7379] ppid=7376 vsize=9972712 memory=16948 CPUtime=0.1 cores=1,3,5,7
/proc/7379/stat : 7379 (java) S 7376 7379 31233 0 -1 1077944320 4488 13464 0 0 1 1 5 3 20 0 6 0 445841118 10212057088 4237 33554432000 4194304 4196468 140736892313296 140736892295840 140079894388471 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
/proc/7379/statm: 2493178 4237 1935 1 0 2481616 0
[pid=7379/tid=7432] ppid=7376 vsize=9972712 memory=-8171376296011865461 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7432/stat : 7432 (java) R 7376 7379 31233 0 -1 4202560 2324 13464 0 0 0 0 5 3 20 0 6 0 445841127 10212057088 4303 33554432000 4194304 4196468 140736892313296 140079866225232 140079886625598 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7433] ppid=7376 vsize=9972712 memory=7948963741541478447 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7433/stat : 7433 (java) S 7376 7379 31233 0 -1 1077944384 1 13464 0 0 0 0 5 3 20 0 6 0 445841127 10212057088 4303 33554432000 4194304 4196468 140736892313296 140079898630928 140079894398677 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7434] ppid=7376 vsize=9972712 memory=140079654889088 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7434/stat : 7434 (java) S 7376 7379 31233 0 -1 1077944384 1 13464 0 0 0 0 5 3 20 0 6 0 445841127 10212057088 4303 33554432000 4194304 4196468 140736892313296 140079467830160 140079894398677 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7435] ppid=7376 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7435/stat : 7435 (java) S 7376 7379 31233 0 -1 1077944384 1 13464 0 0 0 0 5 3 20 0 6 0 445841127 10212057088 4303 33554432000 4194304 4196468 140736892313296 140079466777616 140079894398677 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7436] ppid=7376 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7436/stat : 7436 (java) S 7376 7379 31233 0 -1 1077944384 2 13464 0 0 0 0 5 3 20 0 6 0 445841127 10212057088 4303 33554432000 4194304 4196468 140736892313296 140079465725072 140079894398677 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16948 KiB

[startup+0.211618 s]*
/proc/loadavg: 1.62 1.39 1.39 3/227 7445
/proc/meminfo: memFree=29379648/32770624 swapFree=66967456/67108860
[pid=7379] ppid=7376 vsize=10820020 memory=42600 CPUtime=0.27 cores=1,3,5,7
/proc/7379/stat : 7379 (java) S 7376 7379 31233 0 -1 1077944320 7561 13464 0 0 17 2 5 3 20 0 15 0 445841118 11079700480 10650 33554432000 4194304 4196468 140736892313296 140736892295840 140079894388471 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
/proc/7379/statm: 2705005 10650 3255 1 0 2667149 0
[pid=7379/tid=7432] ppid=7376 vsize=10820164 memory=8389772277269004345 CPUtime=0.19 cores=1,3,5,7
/proc/7379/task/7432/stat : 7432 (java) R 7376 7379 31233 0 -1 4202560 4106 13464 0 0 10 1 5 3 20 0 15 0 445841127 11079847936 10650 33554432000 4194304 4196468 140736892313296 140079866176464 140079887485307 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7433] ppid=7376 vsize=10820164 memory=4294967660 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7433/stat : 7433 (java) S 7376 7379 31233 0 -1 1077944384 1 13464 0 0 0 0 5 3 20 0 15 0 445841127 11079847936 10650 33554432000 4194304 4196468 140736892313296 140079898630928 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7434] ppid=7376 vsize=10820176 memory=140079654912052 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7434/stat : 7434 (java) S 7376 7379 31233 0 -1 1077944384 1 13464 0 0 0 0 5 3 20 0 15 0 445841127 11079860224 10650 33554432000 4194304 4196468 140736892313296 140079467830160 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7435] ppid=7376 vsize=10820176 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7435/stat : 7435 (java) S 7376 7379 31233 0 -1 1077944384 1 13464 0 0 0 0 5 3 20 0 15 0 445841127 11079860224 10650 33554432000 4194304 4196468 140736892313296 140079466777616 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7436] ppid=7376 vsize=10820176 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7436/stat : 7436 (java) S 7376 7379 31233 0 -1 1077944384 2 13464 0 0 0 0 5 3 20 0 15 0 445841127 11079860224 10650 33554432000 4194304 4196468 140736892313296 140079465725072 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7437] ppid=7376 vsize=10820176 memory=140079654889088 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7437/stat : 7437 (java) S 7376 7379 31233 0 -1 1077944384 2 13464 0 0 0 0 5 3 20 0 15 0 445841129 11079860224 10650 33554432000 4194304 4196468 140736892313296 140079421044720 140079894399618 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7438] ppid=7376 vsize=10820176 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7438/stat : 7438 (java) S 7376 7379 31233 0 -1 1077944384 13 13464 0 0 0 0 5 3 20 0 15 0 445841129 11079860224 10650 33554432000 4194304 4196468 140736892313296 140079351718816 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7439] ppid=7376 vsize=10820176 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7439/stat : 7439 (java) S 7376 7379 31233 0 -1 1077944384 1 13464 0 0 0 0 5 3 20 0 15 0 445841129 11079860224 10650 33554432000 4194304 4196468 140736892313296 140078747739120 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7440] ppid=7376 vsize=10820184 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7440/stat : 7440 (java) S 7376 7379 31233 0 -1 1077944384 3 13464 0 0 0 0 5 3 20 0 15 0 445841132 11079868416 10650 33554432000 4194304 4196468 140736892313296 140078440339664 140079894407067 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7441] ppid=7376 vsize=10820184 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/7379/task/7441/stat : 7441 (java) R 7376 7379 31233 0 -1 4202560 349 13464 0 0 1 0 5 3 20 0 15 0 445841132 11079868416 10650 33554432000 4194304 4196468 140736892313296 140079419992560 140079879285892 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7442] ppid=7376 vsize=10820184 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/7379/task/7442/stat : 7442 (java) S 7376 7379 31233 0 -1 1077944384 306 13464 0 0 1 0 5 3 20 0 15 0 445841132 11079868416 10716 33554432000 4194304 4196468 140736892313296 140079318162032 140079894399618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7443] ppid=7376 vsize=10820184 memory=140079654889088 CPUtime=0.11 cores=1,3,5,7
/proc/7379/task/7443/stat : 7443 (java) R 7376 7379 31233 0 -1 4202560 609 13464 0 0 3 0 5 3 20 0 15 0 445841132 11079868416 10716 33554432000 4194304 4196468 140736892313296 140079317109488 140079894409818 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7444] ppid=7376 vsize=10820184 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7444/stat : 7444 (java) S 7376 7379 31233 0 -1 1077944384 3 13464 0 0 0 0 5 3 20 0 15 0 445841132 11079868416 10716 33554432000 4194304 4196468 140736892313296 140078406782048 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7445] ppid=7376 vsize=10820188 memory=140079654889088 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7445/stat : 7445 (java) S 7376 7379 31233 0 -1 1077944384 1 13464 0 0 0 0 5 3 20 0 15 0 445841133 11079872512 10716 33554432000 4194304 4196468 140736892313296 140079316056368 140079894399618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820020 KiB
Current children cumulated memory: 42600 KiB

[startup+0.310591 s]*
/proc/loadavg: 1.62 1.39 1.39 4/227 7445
/proc/meminfo: memFree=29368320/32770624 swapFree=66967456/67108860
[pid=7379] ppid=7376 vsize=10820196 memory=51024 CPUtime=0.41 cores=1,3,5,7
/proc/7379/stat : 7379 (java) S 7376 7379 31233 0 -1 1077944320 10949 13464 0 0 29 4 5 3 20 0 15 0 445841118 11079880704 12756 33554432000 4194304 4196468 140736892313296 140736892295840 140079894388471 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
/proc/7379/statm: 2705049 12756 3310 1 0 2667149 0
[pid=7379/tid=7432] ppid=7376 vsize=10820196 memory=6935054825532540783 CPUtime=0.29 cores=1,3,5,7
/proc/7379/task/7432/stat : 7432 (java) R 7376 7379 31233 0 -1 4202560 7433 13464 0 0 18 3 5 3 20 0 15 0 445841127 11079880704 12756 33554432000 4194304 4196468 140736892313296 140079866197424 140079877575309 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7433] ppid=7376 vsize=10820196 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7433/stat : 7433 (java) S 7376 7379 31233 0 -1 1077944384 1 13464 0 0 0 0 5 3 20 0 15 0 445841127 11079880704 12756 33554432000 4194304 4196468 140736892313296 140079898630928 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7434] ppid=7376 vsize=10820196 memory=-2843876205256098974 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7434/stat : 7434 (java) S 7376 7379 31233 0 -1 1077944384 1 13464 0 0 0 0 5 3 20 0 15 0 445841127 11079880704 12756 33554432000 4194304 4196468 140736892313296 140079467830160 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7435] ppid=7376 vsize=10820196 memory=-8412656567334364540 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7435/stat : 7435 (java) S 7376 7379 31233 0 -1 1077944384 1 13464 0 0 0 0 5 3 20 0 15 0 445841127 11079880704 12756 33554432000 4194304 4196468 140736892313296 140079466777616 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7436] ppid=7376 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7436/stat : 7436 (java) S 7376 7379 31233 0 -1 1077944384 2 13464 0 0 0 0 5 3 20 0 15 0 445841127 11079880704 12756 33554432000 4194304 4196468 140736892313296 140079465725072 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7437] ppid=7376 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7437/stat : 7437 (java) S 7376 7379 31233 0 -1 1077944384 2 13464 0 0 0 0 5 3 20 0 15 0 445841129 11079880704 12756 33554432000 4194304 4196468 140736892313296 140079421044720 140079894399618 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7438] ppid=7376 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7438/stat : 7438 (java) S 7376 7379 31233 0 -1 1077944384 13 13464 0 0 0 0 5 3 20 0 15 0 445841129 11079880704 12756 33554432000 4194304 4196468 140736892313296 140079351718816 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7439] ppid=7376 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7439/stat : 7439 (java) S 7376 7379 31233 0 -1 1077944384 1 13464 0 0 0 0 5 3 20 0 15 0 445841129 11079880704 12756 33554432000 4194304 4196468 140736892313296 140078747739120 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7440] ppid=7376 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7440/stat : 7440 (java) S 7376 7379 31233 0 -1 1077944384 3 13464 0 0 0 0 5 3 20 0 15 0 445841132 11079880704 12756 33554432000 4194304 4196468 140736892313296 140078440339664 140079894407067 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7441] ppid=7376 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/7379/task/7441/stat : 7441 (java) S 7376 7379 31233 0 -1 1077944384 359 13464 0 0 2 0 5 3 20 0 15 0 445841132 11079880704 12756 33554432000 4194304 4196468 140736892313296 140079419992560 140079894399618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7442] ppid=7376 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/7379/task/7442/stat : 7442 (java) S 7376 7379 31233 0 -1 1077944384 306 13464 0 0 1 0 5 3 20 0 15 0 445841132 11079880704 12756 33554432000 4194304 4196468 140736892313296 140079318162032 140079894399618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7443] ppid=7376 vsize=10820196 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/7379/task/7443/stat : 7443 (java) S 7376 7379 31233 0 -1 1077944384 616 13464 0 0 5 0 5 3 20 0 15 0 445841132 11079880704 12756 33554432000 4194304 4196468 140736892313296 140079317109488 140079894399618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7444] ppid=7376 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7444/stat : 7444 (java) S 7376 7379 31233 0 -1 1077944384 3 13464 0 0 0 0 5 3 20 0 15 0 445841132 11079880704 12756 33554432000 4194304 4196468 140736892313296 140078406782048 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7445] ppid=7376 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7445/stat : 7445 (java) S 7376 7379 31233 0 -1 1077944384 1 13464 0 0 0 0 5 3 20 0 15 0 445841133 11079880704 12756 33554432000 4194304 4196468 140736892313296 140079316056368 140079894399618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 51024 KiB

[startup+0.709438 s]
/proc/loadavg: 1.57 1.38 1.39 5/227 7445
/proc/meminfo: memFree=29353656/32770624 swapFree=66967456/67108860
[pid=7379] ppid=7376 vsize=10824364 memory=83704 CPUtime=1.15 cores=1,3,5,7
/proc/7379/stat : 7379 (java) S 7376 7379 31233 0 -1 1077944320 15128 13464 0 0 101 6 5 3 20 0 15 0 445841118 11084148736 20926 33554432000 4194304 4196468 140736892313296 140736892295840 140079894388471 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
/proc/7379/statm: 2706091 20926 3509 1 0 2668173 0
[pid=7379/tid=7432] ppid=7376 vsize=10824364 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/7379/task/7432/stat : 7432 (java) R 7376 7379 31233 0 -1 4202560 10495 13464 0 0 55 5 5 3 20 0 15 0 445841127 11084148736 20926 33554432000 4194304 4196468 140736892313296 140079866213648 140079894400406 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7433] ppid=7376 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7433/stat : 7433 (java) S 7376 7379 31233 0 -1 1077944384 1 13464 0 0 0 0 5 3 20 0 15 0 445841127 11084148736 20926 33554432000 4194304 4196468 140736892313296 140079898630928 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7434] ppid=7376 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7434/stat : 7434 (java) S 7376 7379 31233 0 -1 1077944384 1 13464 0 0 0 0 5 3 20 0 15 0 445841127 11084148736 20926 33554432000 4194304 4196468 140736892313296 140079467830160 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7435] ppid=7376 vsize=10824364 memory=280159106109200 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7435/stat : 7435 (java) S 7376 7379 31233 0 -1 1077944384 1 13464 0 0 0 0 5 3 20 0 15 0 445841127 11084148736 20926 33554432000 4194304 4196468 140736892313296 140079466777616 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7436] ppid=7376 vsize=10824364 memory=218122036 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7436/stat : 7436 (java) S 7376 7379 31233 0 -1 1077944384 2 13464 0 0 0 0 5 3 20 0 15 0 445841127 11084148736 20926 33554432000 4194304 4196468 140736892313296 140079465725072 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7437] ppid=7376 vsize=10824364 memory=-6510923483710009956 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7437/stat : 7437 (java) S 7376 7379 31233 0 -1 1077944384 6 13464 0 0 0 0 5 3 20 0 15 0 445841129 11084148736 20926 33554432000 4194304 4196468 140736892313296 140079421044720 140079894399618 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7438] ppid=7376 vsize=10824364 memory=6368461852977090640 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7438/stat : 7438 (java) S 7376 7379 31233 0 -1 1077944384 13 13464 0 0 0 0 5 3 20 0 15 0 445841129 11084148736 20926 33554432000 4194304 4196468 140736892313296 140079351718816 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7439] ppid=7376 vsize=10824364 memory=8099279071866868838 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7439/stat : 7439 (java) S 7376 7379 31233 0 -1 1077944384 1 13464 0 0 0 0 5 3 20 0 15 0 445841129 11084148736 20926 33554432000 4194304 4196468 140736892313296 140078747739120 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7440] ppid=7376 vsize=10824364 memory=-3705176732362986910 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7440/stat : 7440 (java) S 7376 7379 31233 0 -1 1077944384 3 13464 0 0 0 0 5 3 20 0 15 0 445841132 11084148736 20926 33554432000 4194304 4196468 140736892313296 140078440339664 140079894407067 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7441] ppid=7376 vsize=10824364 memory=6655300316396806240 CPUtime=0.2 cores=1,3,5,7
/proc/7379/task/7441/stat : 7441 (java) R 7376 7379 31233 0 -1 4202560 782 13464 0 0 12 0 5 3 20 0 15 0 445841132 11084148736 20926 33554432000 4194304 4196468 140736892313296 140079419992560 140079879514305 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7442] ppid=7376 vsize=10824364 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/7379/task/7442/stat : 7442 (java) R 7376 7379 31233 0 -1 4202560 787 13464 0 0 13 0 5 3 20 0 15 0 445841132 11084148736 20926 33554432000 4194304 4196468 140736892313296 140079318148240 140079879503717 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7443] ppid=7376 vsize=10824364 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/7379/task/7443/stat : 7443 (java) S 7376 7379 31233 0 -1 1077944384 822 13464 0 0 17 0 5 3 20 0 15 0 445841132 11084148736 20926 33554432000 4194304 4196468 140736892313296 140079317109488 140079894399618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7444] ppid=7376 vsize=10824364 memory=280159106672192 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7444/stat : 7444 (java) S 7376 7379 31233 0 -1 1077944384 3 13464 0 0 0 0 5 3 20 0 15 0 445841132 11084148736 20926 33554432000 4194304 4196468 140736892313296 140078406782048 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7445] ppid=7376 vsize=10824364 memory=140080358359649 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7445/stat : 7445 (java) S 7376 7379 31233 0 -1 1077944384 1 13464 0 0 0 0 5 3 20 0 15 0 445841133 11084148736 20926 33554432000 4194304 4196468 140736892313296 140079316056368 140079894399618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83704 KiB

[startup+1.50354 s]
/proc/loadavg: 1.57 1.38 1.39 3/227 7445
/proc/meminfo: memFree=29315448/32770624 swapFree=66967456/67108860
[pid=7379] ppid=7376 vsize=10834680 memory=173008 CPUtime=2.51 cores=1,3,5,7
/proc/7379/stat : 7379 (java) S 7376 7379 31233 0 -1 1077944320 21762 13464 0 0 232 11 5 3 20 0 15 0 445841118 11094712320 43252 33554432000 4194304 4196468 140736892313296 140736892295840 140079894388471 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
/proc/7379/statm: 2708670 43252 3578 1 0 2670733 0
[pid=7379/tid=7432] ppid=7376 vsize=10834680 memory=0 CPUtime=1.45 cores=1,3,5,7
/proc/7379/task/7432/stat : 7432 (java) R 7376 7379 31233 0 -1 4202560 15322 13464 0 0 130 7 5 3 20 0 15 0 445841127 11094712320 43252 33554432000 4194304 4196468 140736892313296 140079866198672 140079894400406 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7433] ppid=7376 vsize=10834680 memory=8112282956445269571 CPUtime=0.09 cores=1,3,5,7
/proc/7379/task/7433/stat : 7433 (java) S 7376 7379 31233 0 -1 1077944384 74 13464 0 0 1 0 5 3 20 0 15 0 445841127 11094712320 43252 33554432000 4194304 4196468 140736892313296 140079898630928 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7434] ppid=7376 vsize=10834680 memory=6944656592387989600 CPUtime=0.09 cores=1,3,5,7
/proc/7379/task/7434/stat : 7434 (java) S 7376 7379 31233 0 -1 1077944384 32 13464 0 0 1 0 5 3 20 0 15 0 445841127 11094712320 43252 33554432000 4194304 4196468 140736892313296 140079467830160 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7435] ppid=7376 vsize=10834680 memory=6943526294502006880 CPUtime=0.09 cores=1,3,5,7
/proc/7379/task/7435/stat : 7435 (java) S 7376 7379 31233 0 -1 1077944384 306 13464 0 0 1 0 5 3 20 0 15 0 445841127 11094712320 43252 33554432000 4194304 4196468 140736892313296 140079466777616 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7436] ppid=7376 vsize=10834680 memory=6655300316396806240 CPUtime=0.09 cores=1,3,5,7
/proc/7379/task/7436/stat : 7436 (java) S 7376 7379 31233 0 -1 1077944384 56 13464 0 0 1 0 5 3 20 0 15 0 445841127 11094712320 43252 33554432000 4194304 4196468 140736892313296 140079465725072 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7437] ppid=7376 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/7379/task/7437/stat : 7437 (java) S 7376 7379 31233 0 -1 1077944384 130 13464 0 0 1 0 5 3 20 0 15 0 445841129 11094712320 43252 33554432000 4194304 4196468 140736892313296 140079421044720 140079894399618 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7438] ppid=7376 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7438/stat : 7438 (java) S 7376 7379 31233 0 -1 1077944384 14 13464 0 0 0 0 5 3 20 0 15 0 445841129 11094712320 43252 33554432000 4194304 4196468 140736892313296 140079351718816 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7439] ppid=7376 vsize=10834680 memory=-7966001967407402336 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7439/stat : 7439 (java) S 7376 7379 31233 0 -1 1077944384 1 13464 0 0 0 0 5 3 20 0 15 0 445841129 11094712320 43252 33554432000 4194304 4196468 140736892313296 140078747739120 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7440] ppid=7376 vsize=10834680 memory=6944938067432061290 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7440/stat : 7440 (java) S 7376 7379 31233 0 -1 1077944384 3 13464 0 0 0 0 5 3 20 0 15 0 445841132 11094712320 43252 33554432000 4194304 4196468 140736892313296 140078440339664 140079894407067 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7441] ppid=7376 vsize=10834680 memory=7100839861529441360 CPUtime=0.34 cores=1,3,5,7
/proc/7379/task/7441/stat : 7441 (java) S 7376 7379 31233 0 -1 1077944384 1043 13464 0 0 26 0 5 3 20 0 15 0 445841132 11094712320 43252 33554432000 4194304 4196468 140736892313296 140079419992560 140079894399618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7442] ppid=7376 vsize=10834680 memory=4627829655977429107 CPUtime=0.33 cores=1,3,5,7
/proc/7379/task/7442/stat : 7442 (java) S 7376 7379 31233 0 -1 1077944384 871 13464 0 0 25 0 5 3 20 0 15 0 445841132 11094712320 43252 33554432000 4194304 4196468 140736892313296 140079318162032 140079894399618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7443] ppid=7376 vsize=10834680 memory=8514726395714820750 CPUtime=0.5 cores=1,3,5,7
/proc/7379/task/7443/stat : 7443 (java) R 7376 7379 31233 0 -1 4202560 1696 13464 0 0 42 0 5 3 20 0 15 0 445841132 11094712320 43252 33554432000 4194304 4196468 140736892313296 140079317109488 140079894409818 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7444] ppid=7376 vsize=10834680 memory=8940607975817108597 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7444/stat : 7444 (java) S 7376 7379 31233 0 -1 1077944384 3 13464 0 0 0 0 5 3 20 0 15 0 445841132 11094712320 43279 33554432000 4194304 4196468 140736892313296 140078406782048 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7445] ppid=7376 vsize=10834680 memory=280159106362688 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7445/stat : 7445 (java) S 7376 7379 31233 0 -1 1077944384 1 13464 0 0 0 0 5 3 20 0 15 0 445841133 11094712320 43279 33554432000 4194304 4196468 140736892313296 140079316056368 140079894399618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
Current children cumulated CPU time: 2.51 s
Current children cumulated vsize: 10834680 KiB

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

/proc/7379/task/7432/stat : 7432 (java) R 7376 7379 31233 0 -1 4202560 78601 13464 0 0 235336 62 5 3 20 0 15 0 445841127 11107315712 341738 33554432000 4194304 4196468 140736892313296 140079866224192 140079515534363 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7433] ppid=7376 vsize=10846988 memory=1366952 CPUtime=12.62 cores=1,3,5,7
/proc/7379/task/7433/stat : 7433 (java) S 7376 7379 31233 0 -1 1077944384 19843 13464 0 0 1191 63 5 3 20 0 15 0 445841127 11107315712 341738 33554432000 4194304 4196468 140736892313296 140079898630928 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7434] ppid=7376 vsize=10846988 memory=1366952 CPUtime=12.56 cores=1,3,5,7
/proc/7379/task/7434/stat : 7434 (java) S 7376 7379 31233 0 -1 1077944384 17683 13464 0 0 1180 68 5 3 20 0 15 0 445841127 11107315712 341738 33554432000 4194304 4196468 140736892313296 140079467830160 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7435] ppid=7376 vsize=10846988 memory=1366952 CPUtime=12.58 cores=1,3,5,7
/proc/7379/task/7435/stat : 7435 (java) S 7376 7379 31233 0 -1 1077944384 12083 13464 0 0 1183 67 5 3 20 0 15 0 445841127 11107315712 341738 33554432000 4194304 4196468 140736892313296 140079466777616 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7436] ppid=7376 vsize=10846988 memory=1376 CPUtime=12.63 cores=1,3,5,7
/proc/7379/task/7436/stat : 7436 (java) S 7376 7379 31233 0 -1 1077944384 14450 13464 0 0 1191 64 5 3 20 0 15 0 445841127 11107315712 341738 33554432000 4194304 4196468 140736892313296 140079465725072 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7437] ppid=7376 vsize=10846988 memory=1366952 CPUtime=11.82 cores=1,3,5,7
/proc/7379/task/7437/stat : 7437 (java) S 7376 7379 31233 0 -1 1077944384 20030 13464 0 0 1108 66 5 3 20 0 15 0 445841129 11107315712 341738 33554432000 4194304 4196468 140736892313296 140079421044720 140079894399618 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7438] ppid=7376 vsize=10846988 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7438/stat : 7438 (java) S 7376 7379 31233 0 -1 1077944384 22 13464 0 0 0 0 5 3 20 0 15 0 445841129 11107315712 341738 33554432000 4194304 4196468 140736892313296 140079351718880 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7439] ppid=7376 vsize=10846988 memory=47204 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7439/stat : 7439 (java) S 7376 7379 31233 0 -1 1077944384 15 13464 0 0 0 0 5 3 20 0 15 0 445841129 11107315712 341738 33554432000 4194304 4196468 140736892313296 140078747739136 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7440] ppid=7376 vsize=10846988 memory=3620 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7440/stat : 7440 (java) S 7376 7379 31233 0 -1 1077944384 3 13464 0 0 0 0 5 3 20 0 15 0 445841132 11107315712 341738 33554432000 4194304 4196468 140736892313296 140078440339664 140079894407067 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7441] ppid=7376 vsize=10846988 memory=47204 CPUtime=3.94 cores=1,3,5,7
/proc/7379/task/7441/stat : 7441 (java) S 7376 7379 31233 0 -1 1077944384 17596 13464 0 0 383 3 5 3 20 0 15 0 445841132 11107315712 341738 33554432000 4194304 4196468 140736892313296 140079419992560 140079894399618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7442] ppid=7376 vsize=10846988 memory=1366952 CPUtime=3.8 cores=1,3,5,7
/proc/7379/task/7442/stat : 7442 (java) S 7376 7379 31233 0 -1 1077944384 17683 13464 0 0 370 2 5 3 20 0 15 0 445841132 11107315712 341738 33554432000 4194304 4196468 140736892313296 140079318162032 140079894399618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7443] ppid=7376 vsize=10846988 memory=1366952 CPUtime=2.14 cores=1,3,5,7
/proc/7379/task/7443/stat : 7443 (java) S 7376 7379 31233 0 -1 1077944384 32552 13464 0 0 200 6 5 3 20 0 15 0 445841132 11107315712 341738 33554432000 4194304 4196468 140736892313296 140079317109488 140079894399618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7444] ppid=7376 vsize=10846988 memory=1366952 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7444/stat : 7444 (java) S 7376 7379 31233 0 -1 1077944384 3 13464 0 0 0 0 5 3 20 0 15 0 445841132 11107315712 341738 33554432000 4194304 4196468 140736892313296 140078406782048 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7445] ppid=7376 vsize=10846988 memory=1192 CPUtime=1.62 cores=1,3,5,7
/proc/7379/task/7445/stat : 7445 (java) S 7376 7379 31233 0 -1 1077944384 1169 13464 0 0 69 85 5 3 20 0 15 0 445841133 11107315712 341738 33554432000 4194304 4196468 140736892313296 140079316056368 140079894399618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
Current children cumulated CPU time: 2427.17 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1366952 KiB

[startup+2442.3 s]
/proc/loadavg: 1.56 1.41 1.33 3/227 7822
/proc/meminfo: memFree=27804652/32770624 swapFree=66967456/67108860
[pid=7379] ppid=7376 vsize=10846988 memory=1366992 CPUtime=2488.11 cores=1,3,5,7
/proc/7379/stat : 7379 (java) S 7376 7379 31233 0 -1 1077944320 236298 13464 0 0 248386 417 5 3 20 0 15 0 445841118 11107315712 341748 33554432000 4194304 4196468 140736892313296 140736892295840 140079894388471 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
/proc/7379/statm: 2711747 341748 3628 1 0 2673805 0
[pid=7379/tid=7432] ppid=7376 vsize=10846988 memory=1366952 CPUtime=2413.33 cores=1,3,5,7
/proc/7379/task/7432/stat : 7432 (java) R 7376 7379 31233 0 -1 4202560 79696 13464 0 0 241262 63 5 3 20 0 15 0 445841127 11107315712 341748 33554432000 4194304 4196468 140736892313296 140079866223968 140079515119409 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7433] ppid=7376 vsize=10846988 memory=1366952 CPUtime=12.95 cores=1,3,5,7
/proc/7379/task/7433/stat : 7433 (java) S 7376 7379 31233 0 -1 1077944384 20094 13464 0 0 1222 65 5 3 20 0 15 0 445841127 11107315712 341748 33554432000 4194304 4196468 140736892313296 140079898630928 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7434] ppid=7376 vsize=10846988 memory=1366952 CPUtime=12.88 cores=1,3,5,7
/proc/7379/task/7434/stat : 7434 (java) S 7376 7379 31233 0 -1 1077944384 18056 13464 0 0 1211 69 5 3 20 0 15 0 445841127 11107315712 341748 33554432000 4194304 4196468 140736892313296 140079467830160 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7435] ppid=7376 vsize=10846988 memory=1366992 CPUtime=12.91 cores=1,3,5,7
/proc/7379/task/7435/stat : 7435 (java) S 7376 7379 31233 0 -1 1077944384 12147 13464 0 0 1214 69 5 3 20 0 15 0 445841127 11107315712 341748 33554432000 4194304 4196468 140736892313296 140079466777616 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7436] ppid=7376 vsize=10846988 memory=1366992 CPUtime=12.97 cores=1,3,5,7
/proc/7379/task/7436/stat : 7436 (java) S 7376 7379 31233 0 -1 1077944384 14666 13464 0 0 1223 66 5 3 20 0 15 0 445841127 11107315712 341748 33554432000 4194304 4196468 140736892313296 140079465725072 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7437] ppid=7376 vsize=10846988 memory=1366992 CPUtime=12.13 cores=1,3,5,7
/proc/7379/task/7437/stat : 7437 (java) S 7376 7379 31233 0 -1 1077944384 20344 13464 0 0 1137 68 5 3 20 0 15 0 445841129 11107315712 341748 33554432000 4194304 4196468 140736892313296 140079421044720 140079894399618 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7438] ppid=7376 vsize=10846988 memory=1366992 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7438/stat : 7438 (java) S 7376 7379 31233 0 -1 1077944384 22 13464 0 0 0 0 5 3 20 0 15 0 445841129 11107315712 341748 33554432000 4194304 4196468 140736892313296 140079351718880 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7439] ppid=7376 vsize=10846988 memory=1366992 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7439/stat : 7439 (java) S 7376 7379 31233 0 -1 1077944384 15 13464 0 0 0 0 5 3 20 0 15 0 445841129 11107315712 341748 33554432000 4194304 4196468 140736892313296 140078747739136 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7440] ppid=7376 vsize=10846988 memory=1366992 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7440/stat : 7440 (java) S 7376 7379 31233 0 -1 1077944384 3 13464 0 0 0 0 5 3 20 0 15 0 445841132 11107315712 341748 33554432000 4194304 4196468 140736892313296 140078440339664 140079894407067 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7441] ppid=7376 vsize=10846988 memory=1366992 CPUtime=3.94 cores=1,3,5,7
/proc/7379/task/7441/stat : 7441 (java) S 7376 7379 31233 0 -1 1077944384 17600 13464 0 0 383 3 5 3 20 0 15 0 445841132 11107315712 341748 33554432000 4194304 4196468 140736892313296 140079419992560 140079894399618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7442] ppid=7376 vsize=10846988 memory=1366992 CPUtime=3.8 cores=1,3,5,7
/proc/7379/task/7442/stat : 7442 (java) S 7376 7379 31233 0 -1 1077944384 17687 13464 0 0 370 2 5 3 20 0 15 0 445841132 11107315712 341748 33554432000 4194304 4196468 140736892313296 140079318162032 140079894399618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7443] ppid=7376 vsize=10846988 memory=1366992 CPUtime=2.14 cores=1,3,5,7
/proc/7379/task/7443/stat : 7443 (java) S 7376 7379 31233 0 -1 1077944384 32556 13464 0 0 200 6 5 3 20 0 15 0 445841132 11107315712 341748 33554432000 4194304 4196468 140736892313296 140079317109488 140079894399618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7444] ppid=7376 vsize=10846988 memory=1366992 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7444/stat : 7444 (java) S 7376 7379 31233 0 -1 1077944384 3 13464 0 0 0 0 5 3 20 0 15 0 445841132 11107315712 341748 33554432000 4194304 4196468 140736892313296 140078406782048 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7445] ppid=7376 vsize=10846988 memory=1366992 CPUtime=1.66 cores=1,3,5,7
/proc/7379/task/7445/stat : 7445 (java) S 7376 7379 31233 0 -1 1077944384 1199 13464 0 0 71 87 5 3 20 0 15 0 445841133 11107315712 341748 33554432000 4194304 4196468 140736892313296 140079316056368 140079894399618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
Current children cumulated CPU time: 2488.11 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1366992 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2473.7 s]
/proc/loadavg: 1.48 1.40 1.32 3/227 7822
/proc/meminfo: memFree=27804712/32770624 swapFree=66967456/67108860
[pid=7379] ppid=7376 vsize=10846988 memory=1366992 CPUtime=2520.01 cores=1,3,5,7
/proc/7379/stat : 7379 (java) S 7376 7379 31233 0 -1 1077944320 236987 13464 0 0 251572 421 5 3 20 0 15 0 445841118 11107315712 341748 33554432000 4194304 4196468 140736892313296 140736892295840 140079894388471 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
/proc/7379/statm: 2711747 341748 3628 1 0 2673805 0
[pid=7379/tid=7432] ppid=7376 vsize=10846988 memory=1366992 CPUtime=2444.34 cores=1,3,5,7
/proc/7379/task/7432/stat : 7432 (java) R 7376 7379 31233 0 -1 4202560 80121 13464 0 0 244362 64 5 3 20 0 15 0 445841127 11107315712 341748 33554432000 4194304 4196468 140736892313296 140079866224464 140079515579686 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7433] ppid=7376 vsize=10846988 memory=1366992 CPUtime=13.13 cores=1,3,5,7
/proc/7379/task/7433/stat : 7433 (java) S 7376 7379 31233 0 -1 1077944384 20096 13464 0 0 1239 66 5 3 20 0 15 0 445841127 11107315712 341748 33554432000 4194304 4196468 140736892313296 140079898630928 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7434] ppid=7376 vsize=10846988 memory=1366992 CPUtime=13.06 cores=1,3,5,7
/proc/7379/task/7434/stat : 7434 (java) S 7376 7379 31233 0 -1 1077944384 18101 13464 0 0 1228 70 5 3 20 0 15 0 445841127 11107315712 341748 33554432000 4194304 4196468 140736892313296 140079467830160 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7435] ppid=7376 vsize=10846988 memory=1366992 CPUtime=13.09 cores=1,3,5,7
/proc/7379/task/7435/stat : 7435 (java) S 7376 7379 31233 0 -1 1077944384 12311 13464 0 0 1231 70 5 3 20 0 15 0 445841127 11107315712 341748 33554432000 4194304 4196468 140736892313296 140079466777616 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7436] ppid=7376 vsize=10846988 memory=1366992 CPUtime=13.15 cores=1,3,5,7
/proc/7379/task/7436/stat : 7436 (java) S 7376 7379 31233 0 -1 1077944384 14680 13464 0 0 1240 67 5 3 20 0 15 0 445841127 11107315712 341748 33554432000 4194304 4196468 140736892313296 140079465725072 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7437] ppid=7376 vsize=10846988 memory=1366992 CPUtime=12.3 cores=1,3,5,7
/proc/7379/task/7437/stat : 7437 (java) S 7376 7379 31233 0 -1 1077944384 20373 13464 0 0 1153 69 5 3 20 0 15 0 445841129 11107315712 341748 33554432000 4194304 4196468 140736892313296 140079421044720 140079894399618 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7438] ppid=7376 vsize=10846988 memory=1366992 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7438/stat : 7438 (java) S 7376 7379 31233 0 -1 1077944384 22 13464 0 0 0 0 5 3 20 0 15 0 445841129 11107315712 341748 33554432000 4194304 4196468 140736892313296 140079351718880 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7439] ppid=7376 vsize=10846988 memory=280159107016144 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7439/stat : 7439 (java) S 7376 7379 31233 0 -1 1077944384 15 13464 0 0 0 0 5 3 20 0 15 0 445841129 11107315712 341748 33554432000 4194304 4196468 140736892313296 140078747739136 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7440] ppid=7376 vsize=10846988 memory=1366992 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7440/stat : 7440 (java) S 7376 7379 31233 0 -1 1077944384 3 13464 0 0 0 0 5 3 20 0 15 0 445841132 11107315712 341748 33554432000 4194304 4196468 140736892313296 140078440339664 140079894407067 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7441] ppid=7376 vsize=10846988 memory=1366992 CPUtime=3.94 cores=1,3,5,7
/proc/7379/task/7441/stat : 7441 (java) S 7376 7379 31233 0 -1 1077944384 17602 13464 0 0 383 3 5 3 20 0 15 0 445841132 11107315712 341748 33554432000 4194304 4196468 140736892313296 140079419992560 140079894399618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7442] ppid=7376 vsize=10846988 memory=1366992 CPUtime=3.8 cores=1,3,5,7
/proc/7379/task/7442/stat : 7442 (java) S 7376 7379 31233 0 -1 1077944384 17689 13464 0 0 370 2 5 3 20 0 15 0 445841132 11107315712 341748 33554432000 4194304 4196468 140736892313296 140079318162032 140079894399618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7443] ppid=7376 vsize=10846988 memory=3620 CPUtime=2.14 cores=1,3,5,7
/proc/7379/task/7443/stat : 7443 (java) S 7376 7379 31233 0 -1 1077944384 32558 13464 0 0 200 6 5 3 20 0 15 0 445841132 11107315712 341748 33554432000 4194304 4196468 140736892313296 140079317109488 140079894399618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7444] ppid=7376 vsize=10846988 memory=1192 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7444/stat : 7444 (java) S 7376 7379 31233 0 -1 1077944384 3 13464 0 0 0 0 5 3 20 0 15 0 445841132 11107315712 341748 33554432000 4194304 4196468 140736892313296 140078406782048 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7445] ppid=7376 vsize=10846988 memory=940 CPUtime=1.68 cores=1,3,5,7
/proc/7379/task/7445/stat : 7445 (java) S 7376 7379 31233 0 -1 1077944384 1203 13464 0 0 72 88 5 3 20 0 15 0 445841133 11107315712 341748 33554432000 4194304 4196468 140736892313296 140079316056368 140079894399618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1366992 KiB

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

[startup+2473.73 s]
# the end of solver process 7379 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.8 s, system=4.26569 s

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

[startup+2473.7 s]
/proc/loadavg: 1.48 1.40 1.32 3/227 7822
/proc/meminfo: memFree=27804712/32770624 swapFree=66967456/67108860
[pid=7379] ppid=7376 vsize=10846988 memory=1366992 CPUtime=2520.01 cores=1,3,5,7
/proc/7379/stat : 7379 (java) S 7376 7379 31233 0 -1 1077944320 236987 13464 0 0 251572 421 5 3 20 0 15 0 445841118 11107315712 341748 33554432000 4194304 4196468 140736892313296 140736892295840 140079894388471 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
/proc/7379/statm: 2711747 341748 3628 1 0 2673805 0
[pid=7379/tid=7432] ppid=7376 vsize=10846988 memory=1366992 CPUtime=2444.34 cores=1,3,5,7
/proc/7379/task/7432/stat : 7432 (java) R 7376 7379 31233 0 -1 4202560 80121 13464 0 0 244362 64 5 3 20 0 15 0 445841127 11107315712 341748 33554432000 4194304 4196468 140736892313296 140079866224464 140079515579686 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7433] ppid=7376 vsize=10846988 memory=1366992 CPUtime=13.13 cores=1,3,5,7
/proc/7379/task/7433/stat : 7433 (java) S 7376 7379 31233 0 -1 1077944384 20096 13464 0 0 1239 66 5 3 20 0 15 0 445841127 11107315712 341748 33554432000 4194304 4196468 140736892313296 140079898630928 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7434] ppid=7376 vsize=10846988 memory=1366992 CPUtime=13.06 cores=1,3,5,7
/proc/7379/task/7434/stat : 7434 (java) S 7376 7379 31233 0 -1 1077944384 18101 13464 0 0 1228 70 5 3 20 0 15 0 445841127 11107315712 341748 33554432000 4194304 4196468 140736892313296 140079467830160 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7435] ppid=7376 vsize=10846988 memory=1366992 CPUtime=13.09 cores=1,3,5,7
/proc/7379/task/7435/stat : 7435 (java) S 7376 7379 31233 0 -1 1077944384 12311 13464 0 0 1231 70 5 3 20 0 15 0 445841127 11107315712 341748 33554432000 4194304 4196468 140736892313296 140079466777616 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7436] ppid=7376 vsize=10846988 memory=1366992 CPUtime=13.15 cores=1,3,5,7
/proc/7379/task/7436/stat : 7436 (java) S 7376 7379 31233 0 -1 1077944384 14680 13464 0 0 1240 67 5 3 20 0 15 0 445841127 11107315712 341748 33554432000 4194304 4196468 140736892313296 140079465725072 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7437] ppid=7376 vsize=10846988 memory=1366992 CPUtime=12.3 cores=1,3,5,7
/proc/7379/task/7437/stat : 7437 (java) S 7376 7379 31233 0 -1 1077944384 20373 13464 0 0 1153 69 5 3 20 0 15 0 445841129 11107315712 341748 33554432000 4194304 4196468 140736892313296 140079421044720 140079894399618 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7438] ppid=7376 vsize=10846988 memory=1366992 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7438/stat : 7438 (java) S 7376 7379 31233 0 -1 1077944384 22 13464 0 0 0 0 5 3 20 0 15 0 445841129 11107315712 341748 33554432000 4194304 4196468 140736892313296 140079351718880 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7439] ppid=7376 vsize=10846988 memory=280159107016144 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7439/stat : 7439 (java) S 7376 7379 31233 0 -1 1077944384 15 13464 0 0 0 0 5 3 20 0 15 0 445841129 11107315712 341748 33554432000 4194304 4196468 140736892313296 140078747739136 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7440] ppid=7376 vsize=10846988 memory=1366992 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7440/stat : 7440 (java) S 7376 7379 31233 0 -1 1077944384 3 13464 0 0 0 0 5 3 20 0 15 0 445841132 11107315712 341748 33554432000 4194304 4196468 140736892313296 140078440339664 140079894407067 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7441] ppid=7376 vsize=10846988 memory=1366992 CPUtime=3.94 cores=1,3,5,7
/proc/7379/task/7441/stat : 7441 (java) S 7376 7379 31233 0 -1 1077944384 17602 13464 0 0 383 3 5 3 20 0 15 0 445841132 11107315712 341748 33554432000 4194304 4196468 140736892313296 140079419992560 140079894399618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7442] ppid=7376 vsize=10846988 memory=1366992 CPUtime=3.8 cores=1,3,5,7
/proc/7379/task/7442/stat : 7442 (java) S 7376 7379 31233 0 -1 1077944384 17689 13464 0 0 370 2 5 3 20 0 15 0 445841132 11107315712 341748 33554432000 4194304 4196468 140736892313296 140079318162032 140079894399618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7443] ppid=7376 vsize=10846988 memory=3620 CPUtime=2.14 cores=1,3,5,7
/proc/7379/task/7443/stat : 7443 (java) S 7376 7379 31233 0 -1 1077944384 32558 13464 0 0 200 6 5 3 20 0 15 0 445841132 11107315712 341748 33554432000 4194304 4196468 140736892313296 140079317109488 140079894399618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7444] ppid=7376 vsize=10846988 memory=1192 CPUtime=0.08 cores=1,3,5,7
/proc/7379/task/7444/stat : 7444 (java) S 7376 7379 31233 0 -1 1077944384 3 13464 0 0 0 0 5 3 20 0 15 0 445841132 11107315712 341748 33554432000 4194304 4196468 140736892313296 140078406782048 140079894398677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
[pid=7379/tid=7445] ppid=7376 vsize=10846988 memory=940 CPUtime=1.68 cores=1,3,5,7
/proc/7379/task/7445/stat : 7445 (java) S 7376 7379 31233 0 -1 1077944384 1203 13464 0 0 72 88 5 3 20 0 15 0 445841133 11107315712 341748 33554432000 4194304 4196468 140736892313296 140079316056368 140079894399618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38223872 140736892316399 140736892318917 140736892318917 140736892321743 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1366992 KiB

Child status: 143
Real time (s): 2473.73
CPU time (s): 2520.07
CPU user time (s): 2515.8
CPU system time (s): 4.26569
CPU usage (%): 101.873
Max. virtual memory (cumulated for all children) (KiB): 10849652
Max. memory (cumulated for all children) (KiB): 1366992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.8
system time used= 4.26569
maximum resident set size= 1371212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 251604
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 314047
involuntary context switches= 8190


# summary of solver processes directly reported to runsolver:
#   pid: 7379
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2515.8
#   total CPU system time (s): 4.26569

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8808 second user time and 24.6343 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-17 06:48:20
IDJOB=4401068
IDBENCH=141494
IDSOLVER=2857
FILE ID=node125/4401068-1568695743
RUNJOBID= node125-1568673289-31265
PBS_JOBID= 21703785
Free space on /tmp= 59696 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-07_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401068-1568695743/watcher-4401068-1568695743 -o /tmp/evaluation-result-4401068-1568695743/solver-4401068-1568695743 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568673289-31265 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1347479350 HOME/instance-4401068-1568695743.xml

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

MD5SUM BENCH= d533abf730bec48b9e0ac1943d19d6b7
RANDOM SEED=1347479350

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:        29408436 kB
MemAvailable:   30964052 kB
Buffers:          204804 kB
Cached:          1648920 kB
SwapCached:        38412 kB
Active:          1728752 kB
Inactive:        1060896 kB
Active(anon):     916076 kB
Inactive(anon):    68464 kB
Active(file):     812676 kB
Inactive(file):   992432 kB
Unevictable:      108972 kB
Mlocked:          108972 kB
SwapTotal:      67108860 kB
SwapFree:       66967456 kB
Dirty:             35460 kB
Writeback:             0 kB
AnonPages:       1022900 kB
Mapped:            61976 kB
Shmem:             39868 kB
Slab:             162632 kB
SReclaimable:     132688 kB
SUnreclaim:        29944 kB
KernelStack:        3984 kB
PageTables:        10608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1886584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    935936 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 07:29:34