Trace number 4400842

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.11 2459.34

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-sptate/
Pb-Tate-K106.xml
MD5SUM5d95bf0924f574ebe5a8a8a61c057e43
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 benchmark53.7139
Satisfiable
(Un)Satisfiability was proved
Number of variables7208
Number of constraints7422
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":7208}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":183},{"degree":5,"count":1276},{"degree":6,"count":2825},{"degree":7,"count":1774},{"degree":8,"count":731},{"degree":9,"count":210},{"degree":10,"count":208}]
Minimum constraint arity1
Maximum constraint arity106
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1365},{"arity":3,"count":2835},{"arity":4,"count":1890},{"arity":5,"count":630},{"arity":6,"count":210},{"arity":7,"count":210},{"arity":68,"count":212},{"arity":106,"count":68}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":7422}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400842-1568688576/watcher-4400842-1568688576 -o /tmp/evaluation-result-4400842-1568688576/solver-4400842-1568688576 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568673291-18137 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=535221524 HOME/instance-4400842-1568688576.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=22083, runsolver pid=22080
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 1.36 1.45 1.44 3/219 22140
/proc/meminfo: memFree=30419608/32770624 swapFree=66938160/67108860
[pid=22083] ppid=22080 vsize=9972712 memory=15444 CPUtime=0.08 cores=1,3,5,7
/proc/22083/stat : 22083 (java) S 22080 22083 18105 0 -1 1077944320 4602 13552 0 0 1 0 4 3 20 0 6 0 445129047 10212057088 3861 33554432000 4194304 4196468 140735821111456 140735821094000 139790043004663 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
/proc/22083/statm: 2493178 3861 1958 1 0 2481616 0
[pid=22083/tid=22136] ppid=22080 vsize=9972712 memory=4279135703980212620 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22136/stat : 22136 (java) R 22080 22083 18105 0 -1 4202560 2389 13552 0 0 0 0 4 3 20 0 6 0 445129056 10212057088 3861 33554432000 4194304 4196468 140735821111456 139790014841424 139790036101499 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22137] ppid=22080 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22137/stat : 22137 (java) S 22080 22083 18105 0 -1 1077944384 1 13552 0 0 0 0 4 3 20 0 6 0 445129057 10212057088 3861 33554432000 4194304 4196468 140735821111456 139790047247120 139790043014869 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22138] ppid=22080 vsize=9972712 memory=139836045923968 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22138/stat : 22138 (java) S 22080 22083 18105 0 -1 1077944384 1 13552 0 0 0 0 4 3 20 0 6 0 445129057 10212057088 3861 33554432000 4194304 4196468 140735821111456 139789615893392 139790043014869 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22139] ppid=22080 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22139/stat : 22139 (java) S 22080 22083 18105 0 -1 1077944384 1 13552 0 0 0 0 4 3 20 0 6 0 445129057 10212057088 3861 33554432000 4194304 4196468 140735821111456 139789614840848 139790043014869 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22140] ppid=22080 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22140/stat : 22140 (java) S 22080 22083 18105 0 -1 1077944384 2 13552 0 0 0 0 4 3 20 0 6 0 445129057 10212057088 3861 33554432000 4194304 4196468 140735821111456 139789613788304 139790043014869 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15444 KiB

[startup+0.210236 s]*
/proc/loadavg: 1.36 1.45 1.44 4/228 22149
/proc/meminfo: memFree=30398020/32770624 swapFree=66938160/67108860
[pid=22083] ppid=22080 vsize=10820196 memory=43432 CPUtime=0.26 cores=1,3,5,7
/proc/22083/stat : 22083 (java) S 22080 22083 18105 0 -1 1077944320 7735 13552 0 0 18 1 4 3 20 0 15 0 445129047 11079880704 10858 33554432000 4194304 4196468 140735821111456 140735821094000 139790043004663 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
/proc/22083/statm: 2705049 10858 3276 1 0 2667149 0
[pid=22083/tid=22136] ppid=22080 vsize=10820196 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/22083/task/22136/stat : 22136 (java) R 22080 22083 18105 0 -1 4202560 4131 13552 0 0 11 1 4 3 20 0 15 0 445129056 11079880704 10858 33554432000 4194304 4196468 140735821111456 139790014820848 139790027085150 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22137] ppid=22080 vsize=10820196 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22137/stat : 22137 (java) S 22080 22083 18105 0 -1 1077944384 1 13552 0 0 0 0 4 3 20 0 15 0 445129057 11079880704 10858 33554432000 4194304 4196468 140735821111456 139790047247120 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22138] ppid=22080 vsize=10820196 memory=139836045944549 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22138/stat : 22138 (java) S 22080 22083 18105 0 -1 1077944384 1 13552 0 0 0 0 4 3 20 0 15 0 445129057 11079880704 10858 33554432000 4194304 4196468 140735821111456 139789615893392 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22139] ppid=22080 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22139/stat : 22139 (java) S 22080 22083 18105 0 -1 1077944384 1 13552 0 0 0 0 4 3 20 0 15 0 445129057 11079880704 10858 33554432000 4194304 4196468 140735821111456 139789614840848 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22140] ppid=22080 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22140/stat : 22140 (java) S 22080 22083 18105 0 -1 1077944384 2 13552 0 0 0 0 4 3 20 0 15 0 445129057 11079880704 10858 33554432000 4194304 4196468 140735821111456 139789613788304 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22141] ppid=22080 vsize=10820196 memory=139836045923968 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22141/stat : 22141 (java) S 22080 22083 18105 0 -1 1077944384 2 13552 0 0 0 0 4 3 20 0 15 0 445129058 11079880704 10858 33554432000 4194304 4196468 140735821111456 139789502220272 139790043015810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22142] ppid=22080 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22142/stat : 22142 (java) S 22080 22083 18105 0 -1 1077944384 33 13552 0 0 0 0 4 3 20 0 15 0 445129059 11079880704 10858 33554432000 4194304 4196468 140735821111456 139789501166496 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22143] ppid=22080 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22143/stat : 22143 (java) S 22080 22083 18105 0 -1 1077944384 1 13552 0 0 0 0 4 3 20 0 15 0 445129059 11079880704 10858 33554432000 4194304 4196468 140735821111456 139789374317552 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22144] ppid=22080 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22144/stat : 22144 (java) S 22080 22083 18105 0 -1 1077944384 2 13552 0 0 0 0 4 3 20 0 15 0 445129061 11079880704 10858 33554432000 4194304 4196468 140735821111456 139788770339024 139790043023259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22145] ppid=22080 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22083/task/22145/stat : 22145 (java) S 22080 22083 18105 0 -1 1077944384 491 13552 0 0 1 0 4 3 20 0 15 0 445129062 11079880704 10858 33554432000 4194304 4196468 140735821111456 139789467609584 139790043015810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22146] ppid=22080 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22083/task/22146/stat : 22146 (java) R 22080 22083 18105 0 -1 4202560 207 13552 0 0 1 0 4 3 20 0 15 0 445129062 11079880704 10858 33554432000 4194304 4196468 140735821111456 139789466557040 139790024548847 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22147] ppid=22080 vsize=10820196 memory=139836045923968 CPUtime=0.1 cores=1,3,5,7
/proc/22083/task/22147/stat : 22147 (java) S 22080 22083 18105 0 -1 1077944384 651 13552 0 0 3 0 4 3 20 0 15 0 445129062 11079880704 10858 33554432000 4194304 4196468 140735821111456 139789465504496 139790043015810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22148] ppid=22080 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22148/stat : 22148 (java) S 22080 22083 18105 0 -1 1077944384 3 13552 0 0 0 0 4 3 20 0 15 0 445129062 11079880704 10858 33554432000 4194304 4196468 140735821111456 139788300577888 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22149] ppid=22080 vsize=10820196 memory=139836045923968 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22149/stat : 22149 (java) S 22080 22083 18105 0 -1 1077944384 1 13552 0 0 0 0 4 3 20 0 15 0 445129062 11079880704 10858 33554432000 4194304 4196468 140735821111456 139789464451376 139790043015810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 43432 KiB

[startup+0.311339 s]*
/proc/loadavg: 1.36 1.45 1.44 3/228 22149
/proc/meminfo: memFree=30385892/32770624 swapFree=66938160/67108860
[pid=22083] ppid=22080 vsize=10820196 memory=52020 CPUtime=0.39 cores=1,3,5,7
/proc/22083/stat : 22083 (java) S 22080 22083 18105 0 -1 1077944320 11232 13552 0 0 29 3 4 3 20 0 15 0 445129047 11079880704 13005 33554432000 4194304 4196468 140735821111456 140735821094000 139790043004663 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
/proc/22083/statm: 2705049 13005 3331 1 0 2667149 0
[pid=22083/tid=22136] ppid=22080 vsize=10820196 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/22083/task/22136/stat : 22136 (java) R 22080 22083 18105 0 -1 4202560 7581 13552 0 0 19 2 4 3 20 0 15 0 445129056 11079880704 13005 33554432000 4194304 4196468 140735821111456 139790014808128 139790027085150 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22137] ppid=22080 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22137/stat : 22137 (java) S 22080 22083 18105 0 -1 1077944384 1 13552 0 0 0 0 4 3 20 0 15 0 445129057 11079880704 13005 33554432000 4194304 4196468 140735821111456 139790047247120 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22138] ppid=22080 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22138/stat : 22138 (java) S 22080 22083 18105 0 -1 1077944384 1 13552 0 0 0 0 4 3 20 0 15 0 445129057 11079880704 13005 33554432000 4194304 4196468 140735821111456 139789615893392 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22139] ppid=22080 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22139/stat : 22139 (java) S 22080 22083 18105 0 -1 1077944384 1 13552 0 0 0 0 4 3 20 0 15 0 445129057 11079880704 13005 33554432000 4194304 4196468 140735821111456 139789614840848 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22140] ppid=22080 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22140/stat : 22140 (java) S 22080 22083 18105 0 -1 1077944384 2 13552 0 0 0 0 4 3 20 0 15 0 445129057 11079880704 13005 33554432000 4194304 4196468 140735821111456 139789613788304 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22141] ppid=22080 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22141/stat : 22141 (java) S 22080 22083 18105 0 -1 1077944384 2 13552 0 0 0 0 4 3 20 0 15 0 445129058 11079880704 13005 33554432000 4194304 4196468 140735821111456 139789502220272 139790043015810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22142] ppid=22080 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22142/stat : 22142 (java) S 22080 22083 18105 0 -1 1077944384 33 13552 0 0 0 0 4 3 20 0 15 0 445129059 11079880704 13005 33554432000 4194304 4196468 140735821111456 139789501166496 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22143] ppid=22080 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22143/stat : 22143 (java) S 22080 22083 18105 0 -1 1077944384 1 13552 0 0 0 0 4 3 20 0 15 0 445129059 11079880704 13005 33554432000 4194304 4196468 140735821111456 139789374317552 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22144] ppid=22080 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22144/stat : 22144 (java) S 22080 22083 18105 0 -1 1077944384 2 13552 0 0 0 0 4 3 20 0 15 0 445129061 11079880704 13005 33554432000 4194304 4196468 140735821111456 139788770339024 139790043023259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22145] ppid=22080 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22083/task/22145/stat : 22145 (java) S 22080 22083 18105 0 -1 1077944384 495 13552 0 0 2 0 4 3 20 0 15 0 445129062 11079880704 13005 33554432000 4194304 4196468 140735821111456 139789467609584 139790043015810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22146] ppid=22080 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/22083/task/22146/stat : 22146 (java) S 22080 22083 18105 0 -1 1077944384 217 13552 0 0 2 0 4 3 20 0 15 0 445129062 11079880704 13005 33554432000 4194304 4196468 140735821111456 139789466557040 139790043015810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22147] ppid=22080 vsize=10820196 memory=139836045923968 CPUtime=0.12 cores=1,3,5,7
/proc/22083/task/22147/stat : 22147 (java) S 22080 22083 18105 0 -1 1077944384 682 13552 0 0 5 0 4 3 20 0 15 0 445129062 11079880704 13005 33554432000 4194304 4196468 140735821111456 139789465504496 139790043015810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22148] ppid=22080 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22148/stat : 22148 (java) S 22080 22083 18105 0 -1 1077944384 3 13552 0 0 0 0 4 3 20 0 15 0 445129062 11079880704 13005 33554432000 4194304 4196468 140735821111456 139788300577888 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22149] ppid=22080 vsize=10820196 memory=139836045923968 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22149/stat : 22149 (java) S 22080 22083 18105 0 -1 1077944384 1 13552 0 0 0 0 4 3 20 0 15 0 445129062 11079880704 13005 33554432000 4194304 4196468 140735821111456 139789464451376 139790043015810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 52020 KiB

[startup+0.708298 s]
/proc/loadavg: 1.36 1.45 1.44 3/228 22149
/proc/meminfo: memFree=30371736/32770624 swapFree=66938160/67108860
[pid=22083] ppid=22080 vsize=10824364 memory=86624 CPUtime=1.11 cores=1,3,5,7
/proc/22083/stat : 22083 (java) S 22080 22083 18105 0 -1 1077944320 15394 13552 0 0 99 5 4 3 20 0 15 0 445129047 11084148736 21656 33554432000 4194304 4196468 140735821111456 140735821094000 139790043004663 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
/proc/22083/statm: 2706091 21656 3509 1 0 2668173 0
[pid=22083/tid=22136] ppid=22080 vsize=10824364 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/22083/task/22136/stat : 22136 (java) R 22080 22083 18105 0 -1 4202560 10578 13552 0 0 56 3 4 3 20 0 15 0 445129056 11084148736 21656 33554432000 4194304 4196468 140735821111456 139790014834208 139790043026589 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22137] ppid=22080 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22137/stat : 22137 (java) S 22080 22083 18105 0 -1 1077944384 1 13552 0 0 0 0 4 3 20 0 15 0 445129057 11084148736 21656 33554432000 4194304 4196468 140735821111456 139790047247120 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22138] ppid=22080 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22138/stat : 22138 (java) S 22080 22083 18105 0 -1 1077944384 1 13552 0 0 0 0 4 3 20 0 15 0 445129057 11084148736 21656 33554432000 4194304 4196468 140735821111456 139789615893392 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22139] ppid=22080 vsize=10824364 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22139/stat : 22139 (java) S 22080 22083 18105 0 -1 1077944384 1 13552 0 0 0 0 4 3 20 0 15 0 445129057 11084148736 21656 33554432000 4194304 4196468 140735821111456 139789614840848 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22140] ppid=22080 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22140/stat : 22140 (java) S 22080 22083 18105 0 -1 1077944384 2 13552 0 0 0 0 4 3 20 0 15 0 445129057 11084148736 21656 33554432000 4194304 4196468 140735821111456 139789613788304 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22141] ppid=22080 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22141/stat : 22141 (java) S 22080 22083 18105 0 -1 1077944384 6 13552 0 0 0 0 4 3 20 0 15 0 445129058 11084148736 21656 33554432000 4194304 4196468 140735821111456 139789502220272 139790043015810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22142] ppid=22080 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22142/stat : 22142 (java) S 22080 22083 18105 0 -1 1077944384 33 13552 0 0 0 0 4 3 20 0 15 0 445129059 11084148736 21656 33554432000 4194304 4196468 140735821111456 139789501166496 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22143] ppid=22080 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22143/stat : 22143 (java) S 22080 22083 18105 0 -1 1077944384 1 13552 0 0 0 0 4 3 20 0 15 0 445129059 11084148736 21656 33554432000 4194304 4196468 140735821111456 139789374317552 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22144] ppid=22080 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22144/stat : 22144 (java) S 22080 22083 18105 0 -1 1077944384 2 13552 0 0 0 0 4 3 20 0 15 0 445129061 11084148736 21656 33554432000 4194304 4196468 140735821111456 139788770339024 139790043023259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22145] ppid=22080 vsize=10824364 memory=139835947918352 CPUtime=0.2 cores=1,3,5,7
/proc/22083/task/22145/stat : 22145 (java) R 22080 22083 18105 0 -1 4202560 969 13552 0 0 13 0 4 3 20 0 15 0 445129062 11084148736 21656 33554432000 4194304 4196468 140735821111456 139789467596112 139790022250990 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22146] ppid=22080 vsize=10824364 memory=139839840191066 CPUtime=0.18 cores=1,3,5,7
/proc/22083/task/22146/stat : 22146 (java) R 22080 22083 18105 0 -1 4202560 656 13552 0 0 11 0 4 3 20 0 15 0 445129062 11084148736 21656 33554432000 4194304 4196468 140735821111456 139789466557040 139790026490633 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22147] ppid=22080 vsize=10824364 memory=14008 CPUtime=0.24 cores=1,3,5,7
/proc/22083/task/22147/stat : 22147 (java) S 22080 22083 18105 0 -1 1077944384 930 13552 0 0 17 0 4 3 20 0 15 0 445129062 11084148736 21656 33554432000 4194304 4196468 140735821111456 139789465504496 139790043015810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22148] ppid=22080 vsize=10824364 memory=3620 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22148/stat : 22148 (java) S 22080 22083 18105 0 -1 1077944384 3 13552 0 0 0 0 4 3 20 0 15 0 445129062 11084148736 21656 33554432000 4194304 4196468 140735821111456 139788300577888 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22149] ppid=22080 vsize=10824364 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22149/stat : 22149 (java) S 22080 22083 18105 0 -1 1077944384 1 13552 0 0 0 0 4 3 20 0 15 0 445129062 11084148736 21656 33554432000 4194304 4196468 140735821111456 139789464451376 139790043015810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 86624 KiB

[startup+1.5008 s]
/proc/loadavg: 1.36 1.45 1.44 8/228 22149
/proc/meminfo: memFree=30304480/32770624 swapFree=66938160/67108860
[pid=22083] ppid=22080 vsize=10830584 memory=234056 CPUtime=3.45 cores=1,3,5,7
/proc/22083/stat : 22083 (java) S 22080 22083 18105 0 -1 1077944320 29493 13552 0 0 328 10 4 3 20 0 15 0 445129047 11090518016 58514 33554432000 4194304 4196468 140735821111456 140735821094000 139790043004663 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
/proc/22083/statm: 2707646 58514 3576 1 0 2669709 0
[pid=22083/tid=22136] ppid=22080 vsize=10830584 memory=2958597 CPUtime=1.44 cores=1,3,5,7
/proc/22083/task/22136/stat : 22136 (java) R 22080 22083 18105 0 -1 4202560 13457 13552 0 0 131 6 4 3 20 0 15 0 445129056 11090518016 58514 33554432000 4194304 4196468 140735821111456 139790014821424 139790027085150 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22137] ppid=22080 vsize=10830584 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22137/stat : 22137 (java) S 22080 22083 18105 0 -1 1077944384 74 13552 0 0 0 0 4 3 20 0 15 0 445129057 11090518016 58514 33554432000 4194304 4196468 140735821111456 139790047247120 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22138] ppid=22080 vsize=10830584 memory=2751 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22138/stat : 22138 (java) S 22080 22083 18105 0 -1 1077944384 230 13552 0 0 0 0 4 3 20 0 15 0 445129057 11090518016 58514 33554432000 4194304 4196468 140735821111456 139789615893392 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22139] ppid=22080 vsize=10830584 memory=182709 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22139/stat : 22139 (java) S 22080 22083 18105 0 -1 1077944384 1 13552 0 0 0 0 4 3 20 0 15 0 445129057 11090518016 58554 33554432000 4194304 4196468 140735821111456 139789614840848 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22140] ppid=22080 vsize=10830584 memory=86624 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22140/stat : 22140 (java) S 22080 22083 18105 0 -1 1077944384 23 13552 0 0 0 0 4 3 20 0 15 0 445129057 11090518016 58554 33554432000 4194304 4196468 140735821111456 139789613788304 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22141] ppid=22080 vsize=10830584 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22141/stat : 22141 (java) S 22080 22083 18105 0 -1 1077944384 88 13552 0 0 0 0 4 3 20 0 15 0 445129058 11090518016 58554 33554432000 4194304 4196468 140735821111456 139789502220272 139790043015810 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22142] ppid=22080 vsize=10830584 memory=279671895803680 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22142/stat : 22142 (java) S 22080 22083 18105 0 -1 1077944384 33 13552 0 0 0 0 4 3 20 0 15 0 445129059 11090518016 58554 33554432000 4194304 4196468 140735821111456 139789501166496 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22143] ppid=22080 vsize=10830584 memory=279671896033040 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22143/stat : 22143 (java) S 22080 22083 18105 0 -1 1077944384 1 13552 0 0 0 0 4 3 20 0 15 0 445129059 11090518016 58554 33554432000 4194304 4196468 140735821111456 139789374317552 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22144] ppid=22080 vsize=10830584 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22144/stat : 22144 (java) S 22080 22083 18105 0 -1 1077944384 2 13552 0 0 0 0 4 3 20 0 15 0 445129061 11090518016 58554 33554432000 4194304 4196468 140735821111456 139788770339024 139790043023259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22145] ppid=22080 vsize=10830584 memory=6656426216303648864 CPUtime=0.83 cores=1,3,5,7
/proc/22083/task/22145/stat : 22145 (java) S 22080 22083 18105 0 -1 1077944384 6472 13552 0 0 76 0 4 3 20 0 15 0 445129062 11090518016 58554 33554432000 4194304 4196468 140735821111456 139789467609584 139790043015810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22146] ppid=22080 vsize=10830584 memory=6944656592455360604 CPUtime=0.82 cores=1,3,5,7
/proc/22083/task/22146/stat : 22146 (java) S 22080 22083 18105 0 -1 1077944384 4642 13552 0 0 75 0 4 3 20 0 15 0 445129062 11090518016 58554 33554432000 4194304 4196468 140735821111456 139789466557040 139790043015810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22147] ppid=22080 vsize=10830584 memory=6944656592455359580 CPUtime=0.48 cores=1,3,5,7
/proc/22083/task/22147/stat : 22147 (java) S 22080 22083 18105 0 -1 1077944384 2257 13552 0 0 41 0 4 3 20 0 15 0 445129062 11090518016 58554 33554432000 4194304 4196468 140735821111456 139789465504496 139790043015810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22148] ppid=22080 vsize=10830584 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22148/stat : 22148 (java) S 22080 22083 18105 0 -1 1077944384 3 13552 0 0 0 0 4 3 20 0 15 0 445129062 11090518016 58554 33554432000 4194304 4196468 140735821111456 139788300577888 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22149] ppid=22080 vsize=10830584 memory=6933690305039933585 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22149/stat : 22149 (java) S 22080 22083 18105 0 -1 1077944384 1 13552 0 0 0 0 4 3 20 0 15 0 445129062 11090518016 58554 33554432000 4194304 4196468 140735821111456 139789464451376 139790043015810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
Current children cumulated CPU time: 3.45 s
Current children cumulated vsize: 10830584 KiB

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

/proc/22083/task/22136/stat : 22136 (java) R 22080 22083 18105 0 -1 4202560 165660 13552 0 0 235975 87 4 3 20 0 15 0 445129056 11107315712 352685 33554432000 4194304 4196468 140735821111456 139790014840000 139789666626421 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22137] ppid=22080 vsize=10846988 memory=1360884 CPUtime=14.24 cores=1,3,5,7
/proc/22083/task/22137/stat : 22137 (java) S 22080 22083 18105 0 -1 1077944384 28575 13552 0 0 1365 52 4 3 20 0 15 0 445129057 11107315712 352685 33554432000 4194304 4196468 140735821111456 139790047247120 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22138] ppid=22080 vsize=10846988 memory=1347500 CPUtime=14.24 cores=1,3,5,7
/proc/22083/task/22138/stat : 22138 (java) S 22080 22083 18105 0 -1 1077944384 32236 13552 0 0 1370 47 4 3 20 0 15 0 445129057 11107315712 352685 33554432000 4194304 4196468 140735821111456 139789615893392 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22139] ppid=22080 vsize=10846988 memory=1372444 CPUtime=14.23 cores=1,3,5,7
/proc/22083/task/22139/stat : 22139 (java) S 22080 22083 18105 0 -1 1077944384 26387 13552 0 0 1368 48 4 3 20 0 15 0 445129057 11107315712 352685 33554432000 4194304 4196468 140735821111456 139789614840848 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22140] ppid=22080 vsize=10846988 memory=1386112 CPUtime=14.23 cores=1,3,5,7
/proc/22083/task/22140/stat : 22140 (java) S 22080 22083 18105 0 -1 1077944384 24949 13552 0 0 1365 51 4 3 20 0 15 0 445129057 11107315712 352685 33554432000 4194304 4196468 140735821111456 139789613788304 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22141] ppid=22080 vsize=10846988 memory=1388184 CPUtime=5.15 cores=1,3,5,7
/proc/22083/task/22141/stat : 22141 (java) S 22080 22083 18105 0 -1 1077944384 26435 13552 0 0 440 68 4 3 20 0 15 0 445129058 11107315712 352685 33554432000 4194304 4196468 140735821111456 139789502220272 139790043015810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22142] ppid=22080 vsize=10846988 memory=1360884 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22142/stat : 22142 (java) S 22080 22083 18105 0 -1 1077944384 52 13552 0 0 0 0 4 3 20 0 15 0 445129059 11107315712 352685 33554432000 4194304 4196468 140735821111456 139789501166560 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22143] ppid=22080 vsize=10846988 memory=1410580 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22143/stat : 22143 (java) S 22080 22083 18105 0 -1 1077944384 5 13552 0 0 0 0 4 3 20 0 15 0 445129059 11107315712 352685 33554432000 4194304 4196468 140735821111456 139789374317568 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22144] ppid=22080 vsize=10846988 memory=1410580 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22144/stat : 22144 (java) S 22080 22083 18105 0 -1 1077944384 2 13552 0 0 0 0 4 3 20 0 15 0 445129061 11107315712 352685 33554432000 4194304 4196468 140735821111456 139788770339024 139790043023259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22145] ppid=22080 vsize=10846988 memory=1410740 CPUtime=8.33 cores=1,3,5,7
/proc/22083/task/22145/stat : 22145 (java) S 22080 22083 18105 0 -1 1077944384 20886 13552 0 0 822 4 4 3 20 0 15 0 445129062 11107315712 352685 33554432000 4194304 4196468 140735821111456 139789467609584 139790043015810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22146] ppid=22080 vsize=10846988 memory=1410740 CPUtime=8.13 cores=1,3,5,7
/proc/22083/task/22146/stat : 22146 (java) S 22080 22083 18105 0 -1 1077944384 19425 13552 0 0 802 4 4 3 20 0 15 0 445129062 11107315712 352685 33554432000 4194304 4196468 140735821111456 139789466557040 139790043015810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22147] ppid=22080 vsize=10846988 memory=1398428 CPUtime=2.72 cores=1,3,5,7
/proc/22083/task/22147/stat : 22147 (java) S 22080 22083 18105 0 -1 1077944384 18069 13552 0 0 260 5 4 3 20 0 15 0 445129062 11107315712 352685 33554432000 4194304 4196468 140735821111456 139789465504496 139790043015810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22148] ppid=22080 vsize=10846988 memory=3620 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22148/stat : 22148 (java) S 22080 22083 18105 0 -1 1077944384 3 13552 0 0 0 0 4 3 20 0 15 0 445129062 11107315712 352685 33554432000 4194304 4196468 140735821111456 139788300577888 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22149] ppid=22080 vsize=10846988 memory=6791534058613427641 CPUtime=1.43 cores=1,3,5,7
/proc/22083/task/22149/stat : 22149 (java) S 22080 22083 18105 0 -1 1077944384 1139 13552 0 0 61 75 4 3 20 0 15 0 445129062 11107315712 352685 33554432000 4194304 4196468 140735821111456 139789464451376 139790043015810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
Current children cumulated CPU time: 2442.87 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1410740 KiB

[startup+2442.3 s]
/proc/loadavg: 1.36 1.41 1.39 3/227 22529
/proc/meminfo: memFree=29153456/32770624 swapFree=66938192/67108860
[pid=22083] ppid=22080 vsize=10846988 memory=1557400 CPUtime=2503 cores=1,3,5,7
/proc/22083/stat : 22083 (java) S 22080 22083 18105 0 -1 1077944320 389946 13552 0 0 249877 416 4 3 20 0 15 0 445129047 11107315712 389350 33554432000 4194304 4196468 140735821111456 140735821094000 139790043004663 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
/proc/22083/statm: 2711747 389350 3644 1 0 2673805 0
[pid=22083/tid=22136] ppid=22080 vsize=10846988 memory=1545096 CPUtime=2420.64 cores=1,3,5,7
/proc/22083/task/22136/stat : 22136 (java) R 22080 22083 18105 0 -1 4202560 187240 13552 0 0 241967 90 4 3 20 0 15 0 445129056 11107315712 389350 33554432000 4194304 4196468 140735821111456 139790014840128 139789666626432 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22137] ppid=22080 vsize=10846988 memory=1476524 CPUtime=14.28 cores=1,3,5,7
/proc/22083/task/22137/stat : 22137 (java) S 22080 22083 18105 0 -1 1077944384 29086 13552 0 0 1368 53 4 3 20 0 15 0 445129057 11107315712 389350 33554432000 4194304 4196468 140735821111456 139790047247120 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22138] ppid=22080 vsize=10846988 memory=1504636 CPUtime=14.28 cores=1,3,5,7
/proc/22083/task/22138/stat : 22138 (java) S 22080 22083 18105 0 -1 1077944384 32744 13552 0 0 1373 48 4 3 20 0 15 0 445129057 11107315712 389350 33554432000 4194304 4196468 140735821111456 139789615893392 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22139] ppid=22080 vsize=10846988 memory=1504636 CPUtime=14.26 cores=1,3,5,7
/proc/22083/task/22139/stat : 22139 (java) S 22080 22083 18105 0 -1 1077944384 26929 13552 0 0 1371 48 4 3 20 0 15 0 445129057 11107315712 389350 33554432000 4194304 4196468 140735821111456 139789614840848 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22140] ppid=22080 vsize=10846988 memory=1545096 CPUtime=14.26 cores=1,3,5,7
/proc/22083/task/22140/stat : 22140 (java) S 22080 22083 18105 0 -1 1077944384 25435 13552 0 0 1368 51 4 3 20 0 15 0 445129057 11107315712 389350 33554432000 4194304 4196468 140735821111456 139789613788304 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22141] ppid=22080 vsize=10846988 memory=1556368 CPUtime=5.17 cores=1,3,5,7
/proc/22083/task/22141/stat : 22141 (java) S 22080 22083 18105 0 -1 1077944384 26697 13552 0 0 441 69 4 3 20 0 15 0 445129058 11107315712 389350 33554432000 4194304 4196468 140735821111456 139789502220272 139790043015810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22142] ppid=22080 vsize=10846988 memory=1543020 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22142/stat : 22142 (java) S 22080 22083 18105 0 -1 1077944384 52 13552 0 0 0 0 4 3 20 0 15 0 445129059 11107315712 389350 33554432000 4194304 4196468 140735821111456 139789501166560 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22143] ppid=22080 vsize=10846988 memory=1556368 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22143/stat : 22143 (java) S 22080 22083 18105 0 -1 1077944384 5 13552 0 0 0 0 4 3 20 0 15 0 445129059 11107315712 389350 33554432000 4194304 4196468 140735821111456 139789374317568 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22144] ppid=22080 vsize=10846988 memory=1557400 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22144/stat : 22144 (java) S 22080 22083 18105 0 -1 1077944384 2 13552 0 0 0 0 4 3 20 0 15 0 445129061 11107315712 389350 33554432000 4194304 4196468 140735821111456 139788770339024 139790043023259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22145] ppid=22080 vsize=10846988 memory=1557400 CPUtime=8.33 cores=1,3,5,7
/proc/22083/task/22145/stat : 22145 (java) S 22080 22083 18105 0 -1 1077944384 20888 13552 0 0 822 4 4 3 20 0 15 0 445129062 11107315712 389350 33554432000 4194304 4196468 140735821111456 139789467609584 139790043015810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22146] ppid=22080 vsize=10846988 memory=3620 CPUtime=8.13 cores=1,3,5,7
/proc/22083/task/22146/stat : 22146 (java) S 22080 22083 18105 0 -1 1077944384 19427 13552 0 0 802 4 4 3 20 0 15 0 445129062 11107315712 389350 33554432000 4194304 4196468 140735821111456 139789466557040 139790043015810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22147] ppid=22080 vsize=10846988 memory=1557400 CPUtime=2.72 cores=1,3,5,7
/proc/22083/task/22147/stat : 22147 (java) S 22080 22083 18105 0 -1 1077944384 18071 13552 0 0 260 5 4 3 20 0 15 0 445129062 11107315712 389350 33554432000 4194304 4196468 140735821111456 139789465504496 139790043015810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22148] ppid=22080 vsize=10846988 memory=3620 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22148/stat : 22148 (java) S 22080 22083 18105 0 -1 1077944384 3 13552 0 0 0 0 4 3 20 0 15 0 445129062 11107315712 389350 33554432000 4194304 4196468 140735821111456 139788300577888 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22149] ppid=22080 vsize=10846988 memory=1557400 CPUtime=1.47 cores=1,3,5,7
/proc/22083/task/22149/stat : 22149 (java) S 22080 22083 18105 0 -1 1077944384 1157 13552 0 0 63 77 4 3 20 0 15 0 445129062 11107315712 389350 33554432000 4194304 4196468 140735821111456 139789464451376 139790043015810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
Current children cumulated CPU time: 2503 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1557400 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2459.3 s]
/proc/loadavg: 1.35 1.41 1.39 3/227 22532
/proc/meminfo: memFree=29112144/32770624 swapFree=66938192/67108860
[pid=22083] ppid=22080 vsize=10846988 memory=1597968 CPUtime=2520.05 cores=1,3,5,7
/proc/22083/stat : 22083 (java) S 22080 22083 18105 0 -1 1077944320 403429 13552 0 0 251580 418 4 3 20 0 15 0 445129047 11107315712 399492 33554432000 4194304 4196468 140735821111456 140735821094000 139790043004663 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
/proc/22083/statm: 2711747 399492 3644 1 0 2673805 0
[pid=22083/tid=22136] ppid=22080 vsize=10846988 memory=976 CPUtime=2437.61 cores=1,3,5,7
/proc/22083/task/22136/stat : 22136 (java) R 22080 22083 18105 0 -1 4202560 200573 13552 0 0 243664 90 4 3 20 0 15 0 445129056 11107315712 399492 33554432000 4194304 4196468 140735821111456 139790014839824 139789666354405 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22137] ppid=22080 vsize=10846988 memory=1595788 CPUtime=14.28 cores=1,3,5,7
/proc/22083/task/22137/stat : 22137 (java) S 22080 22083 18105 0 -1 1077944384 29114 13552 0 0 1368 53 4 3 20 0 15 0 445129057 11107315712 399492 33554432000 4194304 4196468 140735821111456 139790047247120 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22138] ppid=22080 vsize=10846988 memory=0 CPUtime=14.29 cores=1,3,5,7
/proc/22083/task/22138/stat : 22138 (java) S 22080 22083 18105 0 -1 1077944384 32771 13552 0 0 1374 48 4 3 20 0 15 0 445129057 11107315712 399492 33554432000 4194304 4196468 140735821111456 139789615893392 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22139] ppid=22080 vsize=10846988 memory=511 CPUtime=14.28 cores=1,3,5,7
/proc/22083/task/22139/stat : 22139 (java) S 22080 22083 18105 0 -1 1077944384 26964 13552 0 0 1373 48 4 3 20 0 15 0 445129057 11107315712 399492 33554432000 4194304 4196468 140735821111456 139789614840848 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22140] ppid=22080 vsize=10846988 memory=1595788 CPUtime=14.28 cores=1,3,5,7
/proc/22083/task/22140/stat : 22140 (java) S 22080 22083 18105 0 -1 1077944384 25467 13552 0 0 1369 52 4 3 20 0 15 0 445129057 11107315712 399492 33554432000 4194304 4196468 140735821111456 139789613788304 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22141] ppid=22080 vsize=10846988 memory=1583348 CPUtime=5.18 cores=1,3,5,7
/proc/22083/task/22141/stat : 22141 (java) S 22080 22083 18105 0 -1 1077944384 26723 13552 0 0 442 69 4 3 20 0 15 0 445129058 11107315712 399492 33554432000 4194304 4196468 140735821111456 139789502220272 139790043015810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22142] ppid=22080 vsize=10846988 memory=1583348 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22142/stat : 22142 (java) S 22080 22083 18105 0 -1 1077944384 52 13552 0 0 0 0 4 3 20 0 15 0 445129059 11107315712 399492 33554432000 4194304 4196468 140735821111456 139789501166560 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22143] ppid=22080 vsize=10846988 memory=1595788 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22143/stat : 22143 (java) S 22080 22083 18105 0 -1 1077944384 5 13552 0 0 0 0 4 3 20 0 15 0 445129059 11107315712 399492 33554432000 4194304 4196468 140735821111456 139789374317568 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22144] ppid=22080 vsize=10846988 memory=745188 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22144/stat : 22144 (java) S 22080 22083 18105 0 -1 1077944384 2 13552 0 0 0 0 4 3 20 0 15 0 445129061 11107315712 399492 33554432000 4194304 4196468 140735821111456 139788770339024 139790043023259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22145] ppid=22080 vsize=10846988 memory=1597836 CPUtime=8.33 cores=1,3,5,7
/proc/22083/task/22145/stat : 22145 (java) S 22080 22083 18105 0 -1 1077944384 20888 13552 0 0 822 4 4 3 20 0 15 0 445129062 11107315712 399492 33554432000 4194304 4196468 140735821111456 139789467609584 139790043015810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22146] ppid=22080 vsize=10846988 memory=1597968 CPUtime=8.13 cores=1,3,5,7
/proc/22083/task/22146/stat : 22146 (java) S 22080 22083 18105 0 -1 1077944384 19427 13552 0 0 802 4 4 3 20 0 15 0 445129062 11107315712 399492 33554432000 4194304 4196468 140735821111456 139789466557040 139790043015810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22147] ppid=22080 vsize=10846988 memory=0 CPUtime=2.72 cores=1,3,5,7
/proc/22083/task/22147/stat : 22147 (java) S 22080 22083 18105 0 -1 1077944384 18071 13552 0 0 260 5 4 3 20 0 15 0 445129062 11107315712 399492 33554432000 4194304 4196468 140735821111456 139789465504496 139790043015810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22148] ppid=22080 vsize=10846988 memory=1597836 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22148/stat : 22148 (java) S 22080 22083 18105 0 -1 1077944384 3 13552 0 0 0 0 4 3 20 0 15 0 445129062 11107315712 399492 33554432000 4194304 4196468 140735821111456 139788300577888 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22149] ppid=22080 vsize=10846988 memory=3620 CPUtime=1.47 cores=1,3,5,7
/proc/22083/task/22149/stat : 22149 (java) S 22080 22083 18105 0 -1 1077944384 1159 13552 0 0 63 77 4 3 20 0 15 0 445129062 11107315712 399492 33554432000 4194304 4196468 140735821111456 139789464451376 139790043015810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1597968 KiB

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

[startup+2459.34 s]
# the end of solver process 22083 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.87 s, system=4.23725 s

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

[startup+2459.3 s]
/proc/loadavg: 1.35 1.41 1.39 3/227 22532
/proc/meminfo: memFree=29112144/32770624 swapFree=66938192/67108860
[pid=22083] ppid=22080 vsize=10846988 memory=1597968 CPUtime=2520.05 cores=1,3,5,7
/proc/22083/stat : 22083 (java) S 22080 22083 18105 0 -1 1077944320 403429 13552 0 0 251580 418 4 3 20 0 15 0 445129047 11107315712 399492 33554432000 4194304 4196468 140735821111456 140735821094000 139790043004663 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
/proc/22083/statm: 2711747 399492 3644 1 0 2673805 0
[pid=22083/tid=22136] ppid=22080 vsize=10846988 memory=976 CPUtime=2437.61 cores=1,3,5,7
/proc/22083/task/22136/stat : 22136 (java) R 22080 22083 18105 0 -1 4202560 200573 13552 0 0 243664 90 4 3 20 0 15 0 445129056 11107315712 399492 33554432000 4194304 4196468 140735821111456 139790014839824 139789666354405 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22137] ppid=22080 vsize=10846988 memory=1595788 CPUtime=14.28 cores=1,3,5,7
/proc/22083/task/22137/stat : 22137 (java) S 22080 22083 18105 0 -1 1077944384 29114 13552 0 0 1368 53 4 3 20 0 15 0 445129057 11107315712 399492 33554432000 4194304 4196468 140735821111456 139790047247120 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22138] ppid=22080 vsize=10846988 memory=0 CPUtime=14.29 cores=1,3,5,7
/proc/22083/task/22138/stat : 22138 (java) S 22080 22083 18105 0 -1 1077944384 32771 13552 0 0 1374 48 4 3 20 0 15 0 445129057 11107315712 399492 33554432000 4194304 4196468 140735821111456 139789615893392 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22139] ppid=22080 vsize=10846988 memory=511 CPUtime=14.28 cores=1,3,5,7
/proc/22083/task/22139/stat : 22139 (java) S 22080 22083 18105 0 -1 1077944384 26964 13552 0 0 1373 48 4 3 20 0 15 0 445129057 11107315712 399492 33554432000 4194304 4196468 140735821111456 139789614840848 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22140] ppid=22080 vsize=10846988 memory=1595788 CPUtime=14.28 cores=1,3,5,7
/proc/22083/task/22140/stat : 22140 (java) S 22080 22083 18105 0 -1 1077944384 25467 13552 0 0 1369 52 4 3 20 0 15 0 445129057 11107315712 399492 33554432000 4194304 4196468 140735821111456 139789613788304 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22141] ppid=22080 vsize=10846988 memory=1583348 CPUtime=5.18 cores=1,3,5,7
/proc/22083/task/22141/stat : 22141 (java) S 22080 22083 18105 0 -1 1077944384 26723 13552 0 0 442 69 4 3 20 0 15 0 445129058 11107315712 399492 33554432000 4194304 4196468 140735821111456 139789502220272 139790043015810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22142] ppid=22080 vsize=10846988 memory=1583348 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22142/stat : 22142 (java) S 22080 22083 18105 0 -1 1077944384 52 13552 0 0 0 0 4 3 20 0 15 0 445129059 11107315712 399492 33554432000 4194304 4196468 140735821111456 139789501166560 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22143] ppid=22080 vsize=10846988 memory=1595788 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22143/stat : 22143 (java) S 22080 22083 18105 0 -1 1077944384 5 13552 0 0 0 0 4 3 20 0 15 0 445129059 11107315712 399492 33554432000 4194304 4196468 140735821111456 139789374317568 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22144] ppid=22080 vsize=10846988 memory=745188 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22144/stat : 22144 (java) S 22080 22083 18105 0 -1 1077944384 2 13552 0 0 0 0 4 3 20 0 15 0 445129061 11107315712 399492 33554432000 4194304 4196468 140735821111456 139788770339024 139790043023259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22145] ppid=22080 vsize=10846988 memory=1597836 CPUtime=8.33 cores=1,3,5,7
/proc/22083/task/22145/stat : 22145 (java) S 22080 22083 18105 0 -1 1077944384 20888 13552 0 0 822 4 4 3 20 0 15 0 445129062 11107315712 399492 33554432000 4194304 4196468 140735821111456 139789467609584 139790043015810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22146] ppid=22080 vsize=10846988 memory=1597968 CPUtime=8.13 cores=1,3,5,7
/proc/22083/task/22146/stat : 22146 (java) S 22080 22083 18105 0 -1 1077944384 19427 13552 0 0 802 4 4 3 20 0 15 0 445129062 11107315712 399492 33554432000 4194304 4196468 140735821111456 139789466557040 139790043015810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22147] ppid=22080 vsize=10846988 memory=0 CPUtime=2.72 cores=1,3,5,7
/proc/22083/task/22147/stat : 22147 (java) S 22080 22083 18105 0 -1 1077944384 18071 13552 0 0 260 5 4 3 20 0 15 0 445129062 11107315712 399492 33554432000 4194304 4196468 140735821111456 139789465504496 139790043015810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22148] ppid=22080 vsize=10846988 memory=1597836 CPUtime=0.07 cores=1,3,5,7
/proc/22083/task/22148/stat : 22148 (java) S 22080 22083 18105 0 -1 1077944384 3 13552 0 0 0 0 4 3 20 0 15 0 445129062 11107315712 399492 33554432000 4194304 4196468 140735821111456 139788300577888 139790043014869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
[pid=22083/tid=22149] ppid=22080 vsize=10846988 memory=3620 CPUtime=1.47 cores=1,3,5,7
/proc/22083/task/22149/stat : 22149 (java) S 22080 22083 18105 0 -1 1077944384 1159 13552 0 0 63 77 4 3 20 0 15 0 445129062 11107315712 399492 33554432000 4194304 4196468 140735821111456 139789464451376 139790043015810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140735821118192 140735821120709 140735821120709 140735821123535 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1597968 KiB

Child status: 143
Real time (s): 2459.34
CPU time (s): 2520.11
CPU user time (s): 2515.87
CPU system time (s): 4.23725
CPU usage (%): 102.471
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 2920356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.87
system time used= 4.23725
maximum resident set size= 2922404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 419783
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 159224
involuntary context switches= 4882


# summary of solver processes directly reported to runsolver:
#   pid: 22083
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2515.87
#   total CPU system time (s): 4.23725

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.6909 second user time and 21.6918 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-17 04:48:57
IDJOB=4400842
IDBENCH=135046
IDSOLVER=2857
FILE ID=node151/4400842-1568688576
RUNJOBID= node151-1568673291-18137
PBS_JOBID= 21703771
Free space on /tmp= 59272 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-sptate/Pb-Tate-K106.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400842-1568688576/watcher-4400842-1568688576 -o /tmp/evaluation-result-4400842-1568688576/solver-4400842-1568688576 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568673291-18137 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=535221524 HOME/instance-4400842-1568688576.xml

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

MD5SUM BENCH= 5d95bf0924f574ebe5a8a8a61c057e43
RANDOM SEED=535221524

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30426432 kB
MemAvailable:   30729904 kB
Buffers:           72488 kB
Cached:           533284 kB
SwapCached:        68772 kB
Active:          1458684 kB
Inactive:         335132 kB
Active(anon):    1119768 kB
Inactive(anon):   111644 kB
Active(file):     338916 kB
Inactive(file):   223488 kB
Unevictable:      109584 kB
Mlocked:          109584 kB
SwapTotal:      67108860 kB
SwapFree:       66938160 kB
Dirty:             35916 kB
Writeback:             0 kB
AnonPages:       1159884 kB
Mapped:            57088 kB
Shmem:             35140 kB
Slab:             142652 kB
SReclaimable:     113804 kB
SUnreclaim:        28848 kB
KernelStack:        4000 kB
PageTables:         7820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2365636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1075200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 59240 MiB
End job on node151 at 2019-09-17 05:29:56