Trace number 4395906

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 NameAnswerCPU timeWall clock time
Concrete 3.12.2? (TO) 2520.18 2472.66

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-sptate/
Pb-Tate-K100.xml
MD5SUM26b9bfa7097c81a56529190245724c1c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark49.6884
Satisfiable
(Un)Satisfiability was proved
Number of variables6800
Number of constraints7002
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":6800}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":177},{"degree":5,"count":1204},{"degree":6,"count":2663},{"degree":7,"count":1672},{"degree":8,"count":689},{"degree":9,"count":198},{"degree":10,"count":196}]
Minimum constraint arity1
Maximum constraint arity100
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1287},{"arity":3,"count":2673},{"arity":4,"count":1782},{"arity":5,"count":594},{"arity":6,"count":198},{"arity":7,"count":198},{"arity":68,"count":200},{"arity":100,"count":68}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":7002}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395906-1568407996/watcher-4395906-1568407996 -o /tmp/evaluation-result-4395906-1568407996/solver-4395906-1568407996 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568402531-32745 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1555009146 HOME/instance-4395906-1568407996.xml 

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

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

solver pid=2025, runsolver pid=2022

[startup+0.10114 s]*
/proc/loadavg: 1.69 1.71 1.60 3/217 2085
/proc/meminfo: memFree=27419932/32770624 swapFree=66932092/67108860
[pid=2025] ppid=2022 vsize=9972712 memory=18332 CPUtime=0.08 cores=1,3,5,7
/proc/2025/stat : 2025 (java) S 2022 2025 32713 0 -1 1077944320 4338 13258 0 0 1 0 5 2 20 0 6 0 417067493 10212057088 4583 33554432000 4194304 4196468 140732753762880 140732753745424 139676290121463 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
/proc/2025/statm: 2493178 4583 1931 1 0 2481616 0
[pid=2025/tid=2081] ppid=2022 vsize=9972712 memory=-8171376296011865461 CPUtime=0.08 cores=1,3,5,7
/proc/2025/task/2081/stat : 2081 (java) R 2022 2025 32713 0 -1 4202560 2176 13258 0 0 1 0 5 2 20 0 6 0 417067502 10212057088 4649 33554432000 4194304 4196468 140732753762880 139676261958224 139676275433465 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2082] ppid=2022 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2082/stat : 2082 (java) S 2022 2025 32713 0 -1 1077944384 1 13258 0 0 0 0 5 2 20 0 6 0 417067502 10212057088 4649 33554432000 4194304 4196468 140732753762880 139676294364176 139676290131669 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2083] ppid=2022 vsize=9972712 memory=140700646233728 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2083/stat : 2083 (java) S 2022 2025 32713 0 -1 1077944384 1 13258 0 0 0 0 5 2 20 0 6 0 417067502 10212057088 4649 33554432000 4194304 4196468 140732753762880 139676182637712 139676290131669 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2084] ppid=2022 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2084/stat : 2084 (java) S 2022 2025 32713 0 -1 1077944384 1 13258 0 0 0 0 5 2 20 0 6 0 417067502 10212057088 4649 33554432000 4194304 4196468 140732753762880 139676181584656 139676290131669 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2085] ppid=2022 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2085/stat : 2085 (java) S 2022 2025 32713 0 -1 1077944384 2 13258 0 0 0 0 5 2 20 0 6 0 417067502 10212057088 4649 33554432000 4194304 4196468 140732753762880 139676180532112 139676290131669 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.209835 s]*
/proc/loadavg: 1.69 1.71 1.60 3/226 2094
/proc/meminfo: memFree=27404172/32770624 swapFree=66932092/67108860
[pid=2025] ppid=2022 vsize=10819664 memory=38260 CPUtime=0.25 cores=1,3,5,7
/proc/2025/stat : 2025 (java) S 2022 2025 32713 0 -1 1077944320 6901 13258 0 0 17 1 5 2 20 0 15 0 417067493 11079335936 9565 33554432000 4194304 4196468 140732753762880 140732753745424 139676290121463 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
/proc/2025/statm: 2704916 9565 3171 1 0 2667149 0
[pid=2025/tid=2081] ppid=2022 vsize=10819664 memory=-8171376296011865461 CPUtime=0.18 cores=1,3,5,7
/proc/2025/task/2081/stat : 2081 (java) R 2022 2025 32713 0 -1 4202560 3395 13258 0 0 11 0 5 2 20 0 15 0 417067502 11079335936 9565 33554432000 4194304 4196468 140732753762880 139676261945824 139676290142810 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2082] ppid=2022 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2082/stat : 2082 (java) S 2022 2025 32713 0 -1 1077944384 1 13258 0 0 0 0 5 2 20 0 15 0 417067502 11079335936 9565 33554432000 4194304 4196468 140732753762880 139676294364176 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2083] ppid=2022 vsize=10819664 memory=140700646233728 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2083/stat : 2083 (java) S 2022 2025 32713 0 -1 1077944384 1 13258 0 0 0 0 5 2 20 0 15 0 417067502 11079335936 9565 33554432000 4194304 4196468 140732753762880 139676182637712 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2084] ppid=2022 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2084/stat : 2084 (java) S 2022 2025 32713 0 -1 1077944384 1 13258 0 0 0 0 5 2 20 0 15 0 417067502 11079335936 9565 33554432000 4194304 4196468 140732753762880 139676181584656 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2085] ppid=2022 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2085/stat : 2085 (java) S 2022 2025 32713 0 -1 1077944384 2 13258 0 0 0 0 5 2 20 0 15 0 417067502 11079335936 9565 33554432000 4194304 4196468 140732753762880 139676180532112 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2086] ppid=2022 vsize=10819664 memory=140700646233728 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2086/stat : 2086 (java) S 2022 2025 32713 0 -1 1077944384 2 13258 0 0 0 0 5 2 20 0 15 0 417067504 11079335936 9565 33554432000 4194304 4196468 140732753762880 139675615320304 139676290132610 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2087] ppid=2022 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2087/stat : 2087 (java) S 2022 2025 32713 0 -1 1077944384 33 13258 0 0 0 0 5 2 20 0 15 0 417067504 11079335936 9565 33554432000 4194304 4196468 140732753762880 139675614266528 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2088] ppid=2022 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2088/stat : 2088 (java) S 2022 2025 32713 0 -1 1077944384 1 13258 0 0 0 0 5 2 20 0 15 0 417067504 11079335936 9565 33554432000 4194304 4196468 140732753762880 139675155030768 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2089] ppid=2022 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2089/stat : 2089 (java) S 2022 2025 32713 0 -1 1077944384 3 13258 0 0 0 0 5 2 20 0 15 0 417067507 11079335936 9565 33554432000 4194304 4196468 140732753762880 139674847631312 139676290140059 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2090] ppid=2022 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2025/task/2090/stat : 2090 (java) S 2022 2025 32713 0 -1 1077944384 486 13258 0 0 1 0 5 2 20 0 15 0 417067507 11079335936 9565 33554432000 4194304 4196468 140732753762880 139675580709616 139676290132610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2091] ppid=2022 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2091/stat : 2091 (java) S 2022 2025 32713 0 -1 1077944384 163 13258 0 0 0 0 5 2 20 0 15 0 417067507 11079335936 9565 33554432000 4194304 4196468 140732753762880 139675579657072 139676290132610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2092] ppid=2022 vsize=10819664 memory=140700646233728 CPUtime=0.1 cores=1,3,5,7
/proc/2025/task/2092/stat : 2092 (java) R 2022 2025 32713 0 -1 4202560 613 13258 0 0 3 0 5 2 20 0 15 0 417067507 11079335936 9565 33554432000 4194304 4196468 140732753762880 139675578604016 139676290142810 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2093] ppid=2022 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2093/stat : 2093 (java) S 2022 2025 32713 0 -1 1077944384 3 13258 0 0 0 0 5 2 20 0 15 0 417067507 11079335936 9565 33554432000 4194304 4196468 140732753762880 139674814073696 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2094] ppid=2022 vsize=10819664 memory=140700646233728 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2094/stat : 2094 (java) S 2022 2025 32713 0 -1 1077944384 1 13258 0 0 0 0 5 2 20 0 15 0 417067508 11079335936 9565 33554432000 4194304 4196468 140732753762880 139675577551408 139676290132610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 38260 KiB

[startup+0.310335 s]*
/proc/loadavg: 1.69 1.71 1.60 3/226 2094
/proc/meminfo: memFree=27391848/32770624 swapFree=66932092/67108860
[pid=2025] ppid=2022 vsize=10820148 memory=49412 CPUtime=0.39 cores=1,3,5,7
/proc/2025/stat : 2025 (java) S 2022 2025 32713 0 -1 1077944320 10602 13258 0 0 29 3 5 2 20 0 15 0 417067493 11079831552 12353 33554432000 4194304 4196468 140732753762880 140732753745424 139676290121463 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
/proc/2025/statm: 2705037 12353 3303 1 0 2667149 0
[pid=2025/tid=2081] ppid=2022 vsize=10820148 memory=7970953806848213918 CPUtime=0.28 cores=1,3,5,7
/proc/2025/task/2081/stat : 2081 (java) R 2022 2025 32713 0 -1 4202560 7073 13258 0 0 19 2 5 2 20 0 15 0 417067502 11079831552 12353 33554432000 4194304 4196468 140732753762880 139676261934784 139676276370742 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2082] ppid=2022 vsize=10820148 memory=4294969536 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2082/stat : 2082 (java) S 2022 2025 32713 0 -1 1077944384 1 13258 0 0 0 0 5 2 20 0 15 0 417067502 11079831552 12353 33554432000 4194304 4196468 140732753762880 139676294364176 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2083] ppid=2022 vsize=10820148 memory=140700646233728 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2083/stat : 2083 (java) S 2022 2025 32713 0 -1 1077944384 1 13258 0 0 0 0 5 2 20 0 15 0 417067502 11079831552 12353 33554432000 4194304 4196468 140732753762880 139676182637712 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2084] ppid=2022 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2084/stat : 2084 (java) S 2022 2025 32713 0 -1 1077944384 1 13258 0 0 0 0 5 2 20 0 15 0 417067502 11079831552 12353 33554432000 4194304 4196468 140732753762880 139676181584656 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2085] ppid=2022 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2085/stat : 2085 (java) S 2022 2025 32713 0 -1 1077944384 2 13258 0 0 0 0 5 2 20 0 15 0 417067502 11079831552 12353 33554432000 4194304 4196468 140732753762880 139676180532112 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2086] ppid=2022 vsize=10820148 memory=140700646233727 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2086/stat : 2086 (java) S 2022 2025 32713 0 -1 1077944384 2 13258 0 0 0 0 5 2 20 0 15 0 417067504 11079831552 12353 33554432000 4194304 4196468 140732753762880 139675615320304 139676290132610 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2087] ppid=2022 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2087/stat : 2087 (java) S 2022 2025 32713 0 -1 1077944384 33 13258 0 0 0 0 5 2 20 0 15 0 417067504 11079831552 12353 33554432000 4194304 4196468 140732753762880 139675614266528 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2088] ppid=2022 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2088/stat : 2088 (java) S 2022 2025 32713 0 -1 1077944384 1 13258 0 0 0 0 5 2 20 0 15 0 417067504 11079831552 12353 33554432000 4194304 4196468 140732753762880 139675155030768 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2089] ppid=2022 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2089/stat : 2089 (java) S 2022 2025 32713 0 -1 1077944384 3 13258 0 0 0 0 5 2 20 0 15 0 417067507 11079831552 12353 33554432000 4194304 4196468 140732753762880 139674847631312 139676290140059 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2090] ppid=2022 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2025/task/2090/stat : 2090 (java) S 2022 2025 32713 0 -1 1077944384 495 13258 0 0 2 0 5 2 20 0 15 0 417067507 11079831552 12353 33554432000 4194304 4196468 140732753762880 139675580709616 139676290132610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2091] ppid=2022 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2025/task/2091/stat : 2091 (java) S 2022 2025 32713 0 -1 1077944384 164 13258 0 0 1 0 5 2 20 0 15 0 417067507 11079831552 12353 33554432000 4194304 4196468 140732753762880 139675579657072 139676290132610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2092] ppid=2022 vsize=10820148 memory=140700646233728 CPUtime=0.12 cores=1,3,5,7
/proc/2025/task/2092/stat : 2092 (java) S 2022 2025 32713 0 -1 1077944384 622 13258 0 0 5 0 5 2 20 0 15 0 417067507 11079831552 12353 33554432000 4194304 4196468 140732753762880 139675578604016 139676290132610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2093] ppid=2022 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2093/stat : 2093 (java) S 2022 2025 32713 0 -1 1077944384 3 13258 0 0 0 0 5 2 20 0 15 0 417067507 11079831552 12353 33554432000 4194304 4196468 140732753762880 139674814073696 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2094] ppid=2022 vsize=10820148 memory=140700646233728 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2094/stat : 2094 (java) S 2022 2025 32713 0 -1 1077944384 1 13258 0 0 0 0 5 2 20 0 15 0 417067508 11079831552 12353 33554432000 4194304 4196468 140732753762880 139675577551408 139676290132610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 49412 KiB

[startup+0.705926 s]
/proc/loadavg: 1.69 1.71 1.60 3/226 2095
/proc/meminfo: memFree=27378160/32770624 swapFree=66932092/67108860
[pid=2025] ppid=2022 vsize=10824360 memory=81932 CPUtime=1.11 cores=1,3,5,7
/proc/2025/stat : 2025 (java) S 2022 2025 32713 0 -1 1077944320 14687 13258 0 0 99 5 5 2 20 0 15 0 417067493 11084144640 20483 33554432000 4194304 4196468 140732753762880 140732753745424 139676290121463 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
/proc/2025/statm: 2706090 20483 3505 1 0 2668173 0
[pid=2025/tid=2081] ppid=2022 vsize=10824360 memory=39456 CPUtime=0.66 cores=1,3,5,7
/proc/2025/task/2081/stat : 2081 (java) R 2022 2025 32713 0 -1 4202560 9985 13258 0 0 55 4 5 2 20 0 15 0 417067502 11084144640 20483 33554432000 4194304 4196468 140732753762880 139676261948624 139676290133398 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2082] ppid=2022 vsize=10824360 memory=3620 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2082/stat : 2082 (java) S 2022 2025 32713 0 -1 1077944384 1 13258 0 0 0 0 5 2 20 0 15 0 417067502 11084144640 20483 33554432000 4194304 4196468 140732753762880 139676294364176 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2083] ppid=2022 vsize=10824360 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2083/stat : 2083 (java) S 2022 2025 32713 0 -1 1077944384 1 13258 0 0 0 0 5 2 20 0 15 0 417067502 11084144640 20483 33554432000 4194304 4196468 140732753762880 139676182637712 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2084] ppid=2022 vsize=10824360 memory=281401022756896 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2084/stat : 2084 (java) S 2022 2025 32713 0 -1 1077944384 1 13258 0 0 0 0 5 2 20 0 15 0 417067502 11084144640 20483 33554432000 4194304 4196468 140732753762880 139676181584656 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2085] ppid=2022 vsize=10824360 memory=6916 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2085/stat : 2085 (java) S 2022 2025 32713 0 -1 1077944384 2 13258 0 0 0 0 5 2 20 0 15 0 417067502 11084144640 20483 33554432000 4194304 4196468 140732753762880 139676180532112 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2086] ppid=2022 vsize=10824360 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2086/stat : 2086 (java) S 2022 2025 32713 0 -1 1077944384 5 13258 0 0 0 0 5 2 20 0 15 0 417067504 11084144640 20483 33554432000 4194304 4196468 140732753762880 139675615320304 139676290132610 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2087] ppid=2022 vsize=10824360 memory=281401022772864 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2087/stat : 2087 (java) S 2022 2025 32713 0 -1 1077944384 33 13258 0 0 0 0 5 2 20 0 15 0 417067504 11084144640 20483 33554432000 4194304 4196468 140732753762880 139675614266528 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2088] ppid=2022 vsize=10824360 memory=281401022742768 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2088/stat : 2088 (java) S 2022 2025 32713 0 -1 1077944384 1 13258 0 0 0 0 5 2 20 0 15 0 417067504 11084144640 20483 33554432000 4194304 4196468 140732753762880 139675155030768 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2089] ppid=2022 vsize=10824360 memory=6872598998417432672 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2089/stat : 2089 (java) S 2022 2025 32713 0 -1 1077944384 3 13258 0 0 0 0 5 2 20 0 15 0 417067507 11084144640 20483 33554432000 4194304 4196468 140732753762880 139674847631312 139676290140059 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2090] ppid=2022 vsize=10824360 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/2025/task/2090/stat : 2090 (java) R 2022 2025 32713 0 -1 4202560 1072 13258 0 0 16 0 5 2 20 0 15 0 417067507 11084144640 20483 33554432000 4194304 4196468 140732753762880 139675580709912 139676271649450 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2091] ppid=2022 vsize=10824360 memory=6944656592455360604 CPUtime=0.16 cores=1,3,5,7
/proc/2025/task/2091/stat : 2091 (java) S 2022 2025 32713 0 -1 1077944384 536 13258 0 0 9 0 5 2 20 0 15 0 417067507 11084144640 20483 33554432000 4194304 4196468 140732753762880 139675579657072 139676290132610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2092] ppid=2022 vsize=10824360 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/2025/task/2092/stat : 2092 (java) R 2022 2025 32713 0 -1 4202560 837 13258 0 0 17 0 5 2 20 0 15 0 417067507 11084144640 20483 33554432000 4194304 4196468 140732753762880 139675578604016 139676268691024 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2093] ppid=2022 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2093/stat : 2093 (java) S 2022 2025 32713 0 -1 1077944384 3 13258 0 0 0 0 5 2 20 0 15 0 417067507 11084144640 20483 33554432000 4194304 4196468 140732753762880 139674814073696 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2094] ppid=2022 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2094/stat : 2094 (java) S 2022 2025 32713 0 -1 1077944384 1 13258 0 0 0 0 5 2 20 0 15 0 417067508 11084144640 20483 33554432000 4194304 4196468 140732753762880 139675577551408 139676290132610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 81932 KiB

[startup+1.50079 s]
/proc/loadavg: 1.69 1.71 1.60 6/226 2095
/proc/meminfo: memFree=27317480/32770624 swapFree=66932092/67108860
[pid=2025] ppid=2022 vsize=10830580 memory=224116 CPUtime=3.45 cores=1,3,5,7
/proc/2025/stat : 2025 (java) S 2022 2025 32713 0 -1 1077944320 27834 13258 0 0 328 10 5 2 20 0 15 0 417067493 11090513920 56029 33554432000 4194304 4196468 140732753762880 140732753745424 139676290121463 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
/proc/2025/statm: 2707645 56029 3554 1 0 2669709 0
[pid=2025/tid=2081] ppid=2022 vsize=10830580 memory=8112282956445269571 CPUtime=1.45 cores=1,3,5,7
/proc/2025/task/2081/stat : 2081 (java) R 2022 2025 32713 0 -1 4202560 13190 13258 0 0 131 7 5 2 20 0 15 0 417067502 11090513920 56029 33554432000 4194304 4196468 140732753762880 139676261936352 139676274201950 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2082] ppid=2022 vsize=10830580 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2082/stat : 2082 (java) S 2022 2025 32713 0 -1 1077944384 216 13258 0 0 0 0 5 2 20 0 15 0 417067502 11090513920 56029 33554432000 4194304 4196468 140732753762880 139676294364176 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2083] ppid=2022 vsize=10830580 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2083/stat : 2083 (java) S 2022 2025 32713 0 -1 1077944384 7 13258 0 0 0 0 5 2 20 0 15 0 417067502 11090513920 56029 33554432000 4194304 4196468 140732753762880 139676182637712 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2084] ppid=2022 vsize=10830580 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2084/stat : 2084 (java) S 2022 2025 32713 0 -1 1077944384 36 13258 0 0 0 0 5 2 20 0 15 0 417067502 11090513920 56029 33554432000 4194304 4196468 140732753762880 139676181584656 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2085] ppid=2022 vsize=10830580 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2085/stat : 2085 (java) S 2022 2025 32713 0 -1 1077944384 18 13258 0 0 0 0 5 2 20 0 15 0 417067502 11090513920 56029 33554432000 4194304 4196468 140732753762880 139676180532112 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2086] ppid=2022 vsize=10830580 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2086/stat : 2086 (java) S 2022 2025 32713 0 -1 1077944384 35 13258 0 0 0 0 5 2 20 0 15 0 417067504 11090513920 56029 33554432000 4194304 4196468 140732753762880 139675615320304 139676290132610 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2087] ppid=2022 vsize=10830580 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2087/stat : 2087 (java) S 2022 2025 32713 0 -1 1077944384 34 13258 0 0 0 0 5 2 20 0 15 0 417067504 11090513920 56029 33554432000 4194304 4196468 140732753762880 139675614266592 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2088] ppid=2022 vsize=10830580 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2088/stat : 2088 (java) S 2022 2025 32713 0 -1 1077944384 2 13258 0 0 0 0 5 2 20 0 15 0 417067504 11090513920 56029 33554432000 4194304 4196468 140732753762880 139675155030784 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2089] ppid=2022 vsize=10830580 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2089/stat : 2089 (java) S 2022 2025 32713 0 -1 1077944384 3 13258 0 0 0 0 5 2 20 0 15 0 417067507 11090513920 56029 33554432000 4194304 4196468 140732753762880 139674847631312 139676290140059 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2090] ppid=2022 vsize=10830580 memory=0 CPUtime=0.88 cores=1,3,5,7
/proc/2025/task/2090/stat : 2090 (java) S 2022 2025 32713 0 -1 1077944384 4620 13258 0 0 81 0 5 2 20 0 15 0 417067507 11090513920 56029 33554432000 4194304 4196468 140732753762880 139675580709616 139676290132610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2091] ppid=2022 vsize=10830580 memory=0 CPUtime=0.77 cores=1,3,5,7
/proc/2025/task/2091/stat : 2091 (java) S 2022 2025 32713 0 -1 1077944384 5345 13258 0 0 70 0 5 2 20 0 15 0 417067507 11090513920 56029 33554432000 4194304 4196468 140732753762880 139675579657072 139676290132610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2092] ppid=2022 vsize=10830580 memory=0 CPUtime=0.48 cores=1,3,5,7
/proc/2025/task/2092/stat : 2092 (java) S 2022 2025 32713 0 -1 1077944384 2119 13258 0 0 41 0 5 2 20 0 15 0 417067507 11090513920 56029 33554432000 4194304 4196468 140732753762880 139675578604016 139676290132610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2093] ppid=2022 vsize=10830580 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2093/stat : 2093 (java) S 2022 2025 32713 0 -1 1077944384 3 13258 0 0 0 0 5 2 20 0 15 0 417067507 11090513920 56029 33554432000 4194304 4196468 140732753762880 139674814073696 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2094] ppid=2022 vsize=10830580 memory=739411775479697911 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2094/stat : 2094 (java) S 2022 2025 32713 0 -1 1077944384 1 13258 0 0 0 0 5 2 20 0 15 0 417067508 11090513920 56029 33554432000 4194304 4196468 140732753762880 139675577551408 139676290132610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
Current children cumulated CPU time: 3.45 s
Current children cumulated vsize: 10830580 KiB

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

/proc/2025/task/2081/stat : 2081 (java) R 2022 2025 32713 0 -1 4202560 93526 13258 0 0 230600 63 5 2 20 0 15 0 417067502 11107311616 124907 33554432000 4194304 4196468 140732753762880 139676261957152 139675857527451 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2082] ppid=2022 vsize=10846984 memory=504248 CPUtime=8.7 cores=1,3,5,7
/proc/2025/task/2082/stat : 2082 (java) S 2022 2025 32713 0 -1 1077944384 18539 13258 0 0 824 39 5 2 20 0 15 0 417067502 11107311616 124907 33554432000 4194304 4196468 140732753762880 139676294364176 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2083] ppid=2022 vsize=10846984 memory=508356 CPUtime=8.71 cores=1,3,5,7
/proc/2025/task/2083/stat : 2083 (java) S 2022 2025 32713 0 -1 1077944384 26477 13258 0 0 822 42 5 2 20 0 15 0 417067502 11107311616 124907 33554432000 4194304 4196468 140732753762880 139676182637712 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2084] ppid=2022 vsize=10846984 memory=513484 CPUtime=8.77 cores=1,3,5,7
/proc/2025/task/2084/stat : 2084 (java) S 2022 2025 32713 0 -1 1077944384 29185 13258 0 0 827 43 5 2 20 0 15 0 417067502 11107311616 124907 33554432000 4194304 4196468 140732753762880 139676181584656 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2085] ppid=2022 vsize=10846984 memory=511432 CPUtime=8.74 cores=1,3,5,7
/proc/2025/task/2085/stat : 2085 (java) S 2022 2025 32713 0 -1 1077944384 34127 13258 0 0 826 41 5 2 20 0 15 0 417067502 11107311616 124907 33554432000 4194304 4196468 140732753762880 139676180532112 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2086] ppid=2022 vsize=10846984 memory=508356 CPUtime=5.46 cores=1,3,5,7
/proc/2025/task/2086/stat : 2086 (java) S 2022 2025 32713 0 -1 1077944384 24261 13258 0 0 481 58 5 2 20 0 15 0 417067504 11107311616 124907 33554432000 4194304 4196468 140732753762880 139675615320304 139676290132610 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2087] ppid=2022 vsize=10846984 memory=510920 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2087/stat : 2087 (java) S 2022 2025 32713 0 -1 1077944384 47 13258 0 0 0 0 5 2 20 0 15 0 417067504 11107311616 124907 33554432000 4194304 4196468 140732753762880 139675614266592 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2088] ppid=2022 vsize=10846984 memory=505788 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2088/stat : 2088 (java) S 2022 2025 32713 0 -1 1077944384 3 13258 0 0 0 0 5 2 20 0 15 0 417067504 11107311616 124907 33554432000 4194304 4196468 140732753762880 139675155030784 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2089] ppid=2022 vsize=10846984 memory=504252 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2089/stat : 2089 (java) S 2022 2025 32713 0 -1 1077944384 3 13258 0 0 0 0 5 2 20 0 15 0 417067507 11107311616 124907 33554432000 4194304 4196468 140732753762880 139674847631312 139676290140059 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2090] ppid=2022 vsize=10846984 memory=502196 CPUtime=8.51 cores=1,3,5,7
/proc/2025/task/2090/stat : 2090 (java) S 2022 2025 32713 0 -1 1077944384 35620 13258 0 0 840 4 5 2 20 0 15 0 417067507 11107311616 124907 33554432000 4194304 4196468 140732753762880 139675580709616 139676290132610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2091] ppid=2022 vsize=10846984 memory=501168 CPUtime=8.67 cores=1,3,5,7
/proc/2025/task/2091/stat : 2091 (java) S 2022 2025 32713 0 -1 1077944384 41572 13258 0 0 855 5 5 2 20 0 15 0 417067507 11107311616 124907 33554432000 4194304 4196468 140732753762880 139675579657072 139676290132610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2092] ppid=2022 vsize=10846984 memory=501680 CPUtime=2.79 cores=1,3,5,7
/proc/2025/task/2092/stat : 2092 (java) S 2022 2025 32713 0 -1 1077944384 23304 13258 0 0 267 5 5 2 20 0 15 0 417067507 11107311616 124907 33554432000 4194304 4196468 140732753762880 139675578604016 139676290132610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2093] ppid=2022 vsize=10846984 memory=500652 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2093/stat : 2093 (java) S 2022 2025 32713 0 -1 1077944384 3 13258 0 0 0 0 5 2 20 0 15 0 417067507 11107311616 124907 33554432000 4194304 4196468 140732753762880 139674814073696 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2094] ppid=2022 vsize=10846984 memory=505788 CPUtime=1.33 cores=1,3,5,7
/proc/2025/task/2094/stat : 2094 (java) S 2022 2025 32713 0 -1 1077944384 1525 13258 0 0 56 70 5 2 20 0 15 0 417067508 11107311616 124907 33554432000 4194304 4196468 140732753762880 139675577551408 139676290132610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
Current children cumulated CPU time: 2367.86 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 499628 KiB

[startup+2382.3 s]
/proc/loadavg: 1.47 1.44 1.46 3/225 2613
/proc/meminfo: memFree=29695028/32770624 swapFree=66932096/67108860
[pid=2025] ppid=2022 vsize=10846984 memory=438064 CPUtime=2428.61 cores=1,3,5,7
/proc/2025/stat : 2025 (java) S 2022 2025 32713 0 -1 1077944320 331435 13258 0 0 242515 339 5 2 20 0 15 0 417067493 11107311616 109516 33554432000 4194304 4196468 140732753762880 140732753745424 139676290121463 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
/proc/2025/statm: 2711746 109516 3641 1 0 2673805 0
[pid=2025/tid=2081] ppid=2022 vsize=10846984 memory=8112282956445269571 CPUtime=2366.24 cores=1,3,5,7
/proc/2025/task/2081/stat : 2081 (java) R 2022 2025 32713 0 -1 4202560 93840 13258 0 0 236554 63 5 2 20 0 15 0 417067502 11107311616 109516 33554432000 4194304 4196468 140732753762880 139676261956976 139675857528253 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2082] ppid=2022 vsize=10846984 memory=466276 CPUtime=8.96 cores=1,3,5,7
/proc/2025/task/2082/stat : 2082 (java) S 2022 2025 32713 0 -1 1077944384 18727 13258 0 0 849 40 5 2 20 0 15 0 417067502 11107311616 109516 33554432000 4194304 4196468 140732753762880 139676294364176 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2083] ppid=2022 vsize=10846984 memory=440116 CPUtime=8.97 cores=1,3,5,7
/proc/2025/task/2083/stat : 2083 (java) S 2022 2025 32713 0 -1 1077944384 26693 13258 0 0 847 43 5 2 20 0 15 0 417067502 11107311616 109516 33554432000 4194304 4196468 140732753762880 139676182637712 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2084] ppid=2022 vsize=10846984 memory=8993661519947 CPUtime=9.03 cores=1,3,5,7
/proc/2025/task/2084/stat : 2084 (java) S 2022 2025 32713 0 -1 1077944384 29263 13258 0 0 852 44 5 2 20 0 15 0 417067502 11107311616 109516 33554432000 4194304 4196468 140732753762880 139676181584656 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2085] ppid=2022 vsize=10846984 memory=281399345290506 CPUtime=9 cores=1,3,5,7
/proc/2025/task/2085/stat : 2085 (java) S 2022 2025 32713 0 -1 1077944384 34165 13258 0 0 852 41 5 2 20 0 15 0 417067502 11107311616 109516 33554432000 4194304 4196468 140732753762880 139676180532112 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2086] ppid=2022 vsize=10846984 memory=460120 CPUtime=5.61 cores=1,3,5,7
/proc/2025/task/2086/stat : 2086 (java) S 2022 2025 32713 0 -1 1077944384 24444 13258 0 0 494 60 5 2 20 0 15 0 417067504 11107311616 109516 33554432000 4194304 4196468 140732753762880 139675615320304 139676290132610 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2087] ppid=2022 vsize=10846984 memory=452940 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2087/stat : 2087 (java) S 2022 2025 32713 0 -1 1077944384 47 13258 0 0 0 0 5 2 20 0 15 0 417067504 11107311616 109516 33554432000 4194304 4196468 140732753762880 139675614266592 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2088] ppid=2022 vsize=10846984 memory=448324 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2088/stat : 2088 (java) S 2022 2025 32713 0 -1 1077944384 3 13258 0 0 0 0 5 2 20 0 15 0 417067504 11107311616 109516 33554432000 4194304 4196468 140732753762880 139675155030784 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2089] ppid=2022 vsize=10846984 memory=444732 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2089/stat : 2089 (java) S 2022 2025 32713 0 -1 1077944384 3 13258 0 0 0 0 5 2 20 0 15 0 417067507 11107311616 109516 33554432000 4194304 4196468 140732753762880 139674847631312 139676290140059 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2090] ppid=2022 vsize=10846984 memory=440628 CPUtime=8.51 cores=1,3,5,7
/proc/2025/task/2090/stat : 2090 (java) S 2022 2025 32713 0 -1 1077944384 35622 13258 0 0 840 4 5 2 20 0 15 0 417067507 11107311616 109516 33554432000 4194304 4196468 140732753762880 139675580709616 139676290132610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2091] ppid=2022 vsize=10846984 memory=439600 CPUtime=8.67 cores=1,3,5,7
/proc/2025/task/2091/stat : 2091 (java) S 2022 2025 32713 0 -1 1077944384 41574 13258 0 0 855 5 5 2 20 0 15 0 417067507 11107311616 109516 33554432000 4194304 4196468 140732753762880 139675579657072 139676290132610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2092] ppid=2022 vsize=10846984 memory=438576 CPUtime=2.79 cores=1,3,5,7
/proc/2025/task/2092/stat : 2092 (java) S 2022 2025 32713 0 -1 1077944384 23304 13258 0 0 267 5 5 2 20 0 15 0 417067507 11107311616 109516 33554432000 4194304 4196468 140732753762880 139675578604016 139676290132610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2093] ppid=2022 vsize=10846984 memory=10708 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2093/stat : 2093 (java) S 2022 2025 32713 0 -1 1077944384 3 13258 0 0 0 0 5 2 20 0 15 0 417067507 11107311616 109516 33554432000 4194304 4196468 140732753762880 139674814073696 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2094] ppid=2022 vsize=10846984 memory=1552 CPUtime=1.36 cores=1,3,5,7
/proc/2025/task/2094/stat : 2094 (java) S 2022 2025 32713 0 -1 1077944384 1541 13258 0 0 58 71 5 2 20 0 15 0 417067508 11107311616 109516 33554432000 4194304 4196468 140732753762880 139675577551408 139676290132610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
Current children cumulated CPU time: 2428.61 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 438064 KiB

[startup+2442.3 s]
/proc/loadavg: 1.40 1.42 1.45 3/225 2619
/proc/meminfo: memFree=29733036/32770624 swapFree=66932096/67108860
[pid=2025] ppid=2022 vsize=10846984 memory=405228 CPUtime=2489.37 cores=1,3,5,7
/proc/2025/stat : 2025 (java) S 2022 2025 32713 0 -1 1077944320 332829 13258 0 0 248584 346 5 2 20 0 15 0 417067493 11107311616 101307 33554432000 4194304 4196468 140732753762880 140732753745424 139676290121463 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
/proc/2025/statm: 2711746 101307 3641 1 0 2673805 0
[pid=2025/tid=2081] ppid=2022 vsize=10846984 memory=405228 CPUtime=2425.8 cores=1,3,5,7
/proc/2025/task/2081/stat : 2081 (java) R 2022 2025 32713 0 -1 4202560 94312 13258 0 0 242509 64 5 2 20 0 15 0 417067502 11107311616 101307 33554432000 4194304 4196468 140732753762880 139676261957104 139675858972616 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2082] ppid=2022 vsize=10846984 memory=8112282956445269571 CPUtime=9.22 cores=1,3,5,7
/proc/2025/task/2082/stat : 2082 (java) S 2022 2025 32713 0 -1 1077944384 18849 13258 0 0 873 42 5 2 20 0 15 0 417067502 11107311616 101307 33554432000 4194304 4196468 140732753762880 139676294364176 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2083] ppid=2022 vsize=10846984 memory=405740 CPUtime=9.21 cores=1,3,5,7
/proc/2025/task/2083/stat : 2083 (java) S 2022 2025 32713 0 -1 1077944384 26902 13258 0 0 871 43 5 2 20 0 15 0 417067502 11107311616 101307 33554432000 4194304 4196468 140732753762880 139676182637712 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2084] ppid=2022 vsize=10846984 memory=413436 CPUtime=9.28 cores=1,3,5,7
/proc/2025/task/2084/stat : 2084 (java) S 2022 2025 32713 0 -1 1077944384 29467 13258 0 0 876 45 5 2 20 0 15 0 417067502 11107311616 101307 33554432000 4194304 4196468 140732753762880 139676181584656 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2085] ppid=2022 vsize=10846984 memory=8993661519947 CPUtime=9.25 cores=1,3,5,7
/proc/2025/task/2085/stat : 2085 (java) S 2022 2025 32713 0 -1 1077944384 34327 13258 0 0 876 42 5 2 20 0 15 0 417067502 11107311616 101307 33554432000 4194304 4196468 140732753762880 139676180532112 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2086] ppid=2022 vsize=10846984 memory=460120 CPUtime=5.77 cores=1,3,5,7
/proc/2025/task/2086/stat : 2086 (java) S 2022 2025 32713 0 -1 1077944384 24645 13258 0 0 509 61 5 2 20 0 15 0 417067504 11107311616 101307 33554432000 4194304 4196468 140732753762880 139675615320304 139676290132610 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2087] ppid=2022 vsize=10846984 memory=437548 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2087/stat : 2087 (java) S 2022 2025 32713 0 -1 1077944384 47 13258 0 0 0 0 5 2 20 0 15 0 417067504 11107311616 101307 33554432000 4194304 4196468 140732753762880 139675614266592 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2088] ppid=2022 vsize=10846984 memory=431388 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2088/stat : 2088 (java) S 2022 2025 32713 0 -1 1077944384 3 13258 0 0 0 0 5 2 20 0 15 0 417067504 11107311616 101307 33554432000 4194304 4196468 140732753762880 139675155030784 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2089] ppid=2022 vsize=10846984 memory=422668 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2089/stat : 2089 (java) S 2022 2025 32713 0 -1 1077944384 3 13258 0 0 0 0 5 2 20 0 15 0 417067507 11107311616 101307 33554432000 4194304 4196468 140732753762880 139674847631312 139676290140059 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2090] ppid=2022 vsize=10846984 memory=405740 CPUtime=8.51 cores=1,3,5,7
/proc/2025/task/2090/stat : 2090 (java) S 2022 2025 32713 0 -1 1077944384 35624 13258 0 0 840 4 5 2 20 0 15 0 417067507 11107311616 101307 33554432000 4194304 4196468 140732753762880 139675580709616 139676290132610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2091] ppid=2022 vsize=10846984 memory=405740 CPUtime=8.67 cores=1,3,5,7
/proc/2025/task/2091/stat : 2091 (java) S 2022 2025 32713 0 -1 1077944384 41576 13258 0 0 855 5 5 2 20 0 15 0 417067507 11107311616 101307 33554432000 4194304 4196468 140732753762880 139675579657072 139676290132610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2092] ppid=2022 vsize=10846984 memory=405740 CPUtime=2.8 cores=1,3,5,7
/proc/2025/task/2092/stat : 2092 (java) S 2022 2025 32713 0 -1 1077944384 23306 13258 0 0 268 5 5 2 20 0 15 0 417067507 11107311616 101307 33554432000 4194304 4196468 140732753762880 139675578604016 139676290132610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2093] ppid=2022 vsize=10846984 memory=405740 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2093/stat : 2093 (java) S 2022 2025 32713 0 -1 1077944384 3 13258 0 0 0 0 5 2 20 0 15 0 417067507 11107311616 101307 33554432000 4194304 4196468 140732753762880 139674814073696 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2094] ppid=2022 vsize=10846984 memory=405740 CPUtime=1.39 cores=1,3,5,7
/proc/2025/task/2094/stat : 2094 (java) S 2022 2025 32713 0 -1 1077944384 1559 13258 0 0 59 73 5 2 20 0 15 0 417067508 11107311616 101307 33554432000 4194304 4196468 140732753762880 139675577551408 139676290132610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
Current children cumulated CPU time: 2489.37 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 405228 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2472.6 s]
/proc/loadavg: 1.38 1.42 1.45 3/225 2619
/proc/meminfo: memFree=29731740/32770624 swapFree=66932096/67108860
[pid=2025] ppid=2022 vsize=10846984 memory=407392 CPUtime=2520.07 cores=1,3,5,7
/proc/2025/stat : 2025 (java) S 2022 2025 32713 0 -1 1077944320 333274 13258 0 0 251651 349 5 2 20 0 15 0 417067493 11107311616 101848 33554432000 4194304 4196468 140732753762880 140732753745424 139676290121463 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
/proc/2025/statm: 2711746 101848 3641 1 0 2673805 0
[pid=2025/tid=2081] ppid=2022 vsize=10846984 memory=20664 CPUtime=2455.87 cores=1,3,5,7
/proc/2025/task/2081/stat : 2081 (java) R 2022 2025 32713 0 -1 4202560 94434 13258 0 0 245516 64 5 2 20 0 15 0 417067502 11107311616 101848 33554432000 4194304 4196468 140732753762880 139676261957392 139675858972016 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2082] ppid=2022 vsize=10846984 memory=2116 CPUtime=9.35 cores=1,3,5,7
/proc/2025/task/2082/stat : 2082 (java) S 2022 2025 32713 0 -1 1077944384 18906 13258 0 0 886 42 5 2 20 0 15 0 417067502 11107311616 101848 33554432000 4194304 4196468 140732753762880 139676294364176 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2083] ppid=2022 vsize=10846984 memory=8112282956445269571 CPUtime=9.35 cores=1,3,5,7
/proc/2025/task/2083/stat : 2083 (java) S 2022 2025 32713 0 -1 1077944384 26995 13258 0 0 884 44 5 2 20 0 15 0 417067502 11107311616 101848 33554432000 4194304 4196468 140732753762880 139676182637712 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2084] ppid=2022 vsize=10846984 memory=288230596050944315 CPUtime=9.41 cores=1,3,5,7
/proc/2025/task/2084/stat : 2084 (java) S 2022 2025 32713 0 -1 1077944384 29598 13258 0 0 889 45 5 2 20 0 15 0 417067502 11107311616 101848 33554432000 4194304 4196468 140732753762880 139676181584656 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2085] ppid=2022 vsize=10846984 memory=14128970052405419 CPUtime=9.39 cores=1,3,5,7
/proc/2025/task/2085/stat : 2085 (java) S 2022 2025 32713 0 -1 1077944384 34365 13258 0 0 889 43 5 2 20 0 15 0 417067502 11107311616 101848 33554432000 4194304 4196468 140732753762880 139676180532112 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2086] ppid=2022 vsize=10846984 memory=288230574492221466 CPUtime=5.84 cores=1,3,5,7
/proc/2025/task/2086/stat : 2086 (java) S 2022 2025 32713 0 -1 1077944384 24647 13258 0 0 516 61 5 2 20 0 15 0 417067504 11107311616 101848 33554432000 4194304 4196468 140732753762880 139675615320304 139676290132610 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2087] ppid=2022 vsize=10846984 memory=288230596050944315 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2087/stat : 2087 (java) S 2022 2025 32713 0 -1 1077944384 47 13258 0 0 0 0 5 2 20 0 15 0 417067504 11107311616 101848 33554432000 4194304 4196468 140732753762880 139675614266592 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2088] ppid=2022 vsize=10846984 memory=14128970052405419 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2088/stat : 2088 (java) S 2022 2025 32713 0 -1 1077944384 3 13258 0 0 0 0 5 2 20 0 15 0 417067504 11107311616 101848 33554432000 4194304 4196468 140732753762880 139675155030784 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2089] ppid=2022 vsize=10846984 memory=10708 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2089/stat : 2089 (java) S 2022 2025 32713 0 -1 1077944384 3 13258 0 0 0 0 5 2 20 0 15 0 417067507 11107311616 101848 33554432000 4194304 4196468 140732753762880 139674847631312 139676290140059 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2090] ppid=2022 vsize=10846984 memory=457216 CPUtime=8.51 cores=1,3,5,7
/proc/2025/task/2090/stat : 2090 (java) S 2022 2025 32713 0 -1 1077944384 35624 13258 0 0 840 4 5 2 20 0 15 0 417067507 11107311616 101848 33554432000 4194304 4196468 140732753762880 139675580709616 139676290132610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2091] ppid=2022 vsize=10846984 memory=1804 CPUtime=8.67 cores=1,3,5,7
/proc/2025/task/2091/stat : 2091 (java) S 2022 2025 32713 0 -1 1077944384 41576 13258 0 0 855 5 5 2 20 0 15 0 417067507 11107311616 101848 33554432000 4194304 4196468 140732753762880 139675579657072 139676290132610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2092] ppid=2022 vsize=10846984 memory=916 CPUtime=2.8 cores=1,3,5,7
/proc/2025/task/2092/stat : 2092 (java) S 2022 2025 32713 0 -1 1077944384 23306 13258 0 0 268 5 5 2 20 0 15 0 417067507 11107311616 101848 33554432000 4194304 4196468 140732753762880 139675578604016 139676290132610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2093] ppid=2022 vsize=10846984 memory=407392 CPUtime=0.07 cores=1,3,5,7
/proc/2025/task/2093/stat : 2093 (java) S 2022 2025 32713 0 -1 1077944384 3 13258 0 0 0 0 5 2 20 0 15 0 417067507 11107311616 101848 33554432000 4194304 4196468 140732753762880 139674814073696 139676290131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
[pid=2025/tid=2094] ppid=2022 vsize=10846984 memory=2672 CPUtime=1.41 cores=1,3,5,7
/proc/2025/task/2094/stat : 2094 (java) S 2022 2025 32713 0 -1 1077944384 1561 13258 0 0 60 74 5 2 20 0 15 0 417067508 11107311616 101848 33554432000 4194304 4196468 140732753762880 139675577551408 139676290132610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13041664 140732753767151 140732753769669 140732753769669 140732753772495 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 407392 KiB

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

[startup+2472.66 s]
# the end of solver process 2025 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.65 s, system=3.52673 s

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

Child status: 143
Real time (s): 2472.66
CPU time (s): 2520.18
CPU user time (s): 2516.65
CPU system time (s): 3.52673
CPU usage (%): 101.922
Max. virtual memory (cumulated for all children) (KiB): 10846984
Max. memory (cumulated for all children) (KiB): 2662100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.65
system time used= 3.52673
maximum resident set size= 2668244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 347488
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= 172348
involuntary context switches= 4446


# summary of solver processes directly reported to runsolver:
#   pid: 2025
#   total CPU time (s): 2520.18
#   total CPU user time (s): 2516.65
#   total CPU system time (s): 3.52673

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0139 second user time and 23.2191 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-13 22:55:00
IDJOB=4395906
IDBENCH=135033
IDSOLVER=2846
FILE ID=node139/4395906-1568407996
RUNJOBID= node139-1568402531-32745
PBS_JOBID= 21702188
Free space on /tmp= 59520 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-sptate/Pb-Tate-K100.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395906-1568407996/watcher-4395906-1568407996 -o /tmp/evaluation-result-4395906-1568407996/solver-4395906-1568407996 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568402531-32745 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1555009146 HOME/instance-4395906-1568407996.xml

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

MD5SUM BENCH= 26b9bfa7097c81a56529190245724c1c
RANDOM SEED=1555009146

node139.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.57
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.57
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.57
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.57
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:        27430216 kB
MemAvailable:   28678416 kB
Buffers:          120200 kB
Cached:          1409436 kB
SwapCached:        74388 kB
Active:          3678824 kB
Inactive:        1069524 kB
Active(anon):    3146440 kB
Inactive(anon):   113484 kB
Active(file):     532384 kB
Inactive(file):   956040 kB
Unevictable:      108952 kB
Mlocked:          108952 kB
SwapTotal:      67108860 kB
SwapFree:       66932092 kB
Dirty:             35768 kB
Writeback:             0 kB
AnonPages:       3255064 kB
Mapped:            57416 kB
Shmem:             32192 kB
Slab:             180180 kB
SReclaimable:     151224 kB
SUnreclaim:        28956 kB
KernelStack:        3680 kB
PageTables:        11288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4026108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3059712 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59484 MiB
End job on node139 at 2019-09-13 23:36:13