Trace number 4400786

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.12 2465.35

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400786-1568688426/watcher-4400786-1568688426 -o /tmp/evaluation-result-4400786-1568688426/solver-4400786-1568688426 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568673289-24883 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=434527036 HOME/instance-4400786-1568688426.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=29875, runsolver pid=29872

[startup+0.101187 s]*
/proc/loadavg: 1.68 1.58 1.51 3/220 29932
/proc/meminfo: memFree=27803796/32770624 swapFree=66953800/67108860
[pid=29875] ppid=29872 vsize=9972712 memory=17076 CPUtime=0.09 cores=1,3,5,7
/proc/29875/stat : 29875 (java) S 29872 29875 24851 0 -1 1077944320 4541 13068 0 0 1 1 4 3 20 0 6 0 444784510 10212057088 4269 33554432000 4194304 4196468 140737063309744 140737063292288 139887729368823 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
/proc/29875/statm: 2493178 4269 1935 1 0 2481616 0
[pid=29875/tid=29928] ppid=29872 vsize=9972712 memory=4279135704013962638 CPUtime=0.08 cores=1,3,5,7
/proc/29875/task/29928/stat : 29928 (java) R 29872 29875 24851 0 -1 4202560 2339 13068 0 0 1 0 4 3 20 0 6 0 444784519 10212057088 4269 33554432000 4194304 4196468 140737063309744 139887701205584 139887714548496 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29929] ppid=29872 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29929/stat : 29929 (java) S 29872 29875 24851 0 -1 1077944384 2 13068 0 0 0 0 4 3 20 0 6 0 444784519 10212057088 4335 33554432000 4194304 4196468 140737063309744 139887733611280 139887729379029 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29930] ppid=29872 vsize=9972712 memory=139863114442368 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29930/stat : 29930 (java) S 29872 29875 24851 0 -1 1077944384 1 13068 0 0 0 0 4 3 20 0 6 0 444784519 10212057088 4335 33554432000 4194304 4196468 140737063309744 139887302929296 139887729379029 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29931] ppid=29872 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29931/stat : 29931 (java) S 29872 29875 24851 0 -1 1077944384 1 13068 0 0 0 0 4 3 20 0 6 0 444784519 10212057088 4335 33554432000 4194304 4196468 140737063309744 139887301876752 139887729379029 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29932] ppid=29872 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29932/stat : 29932 (java) S 29872 29875 24851 0 -1 1077944384 2 13068 0 0 0 0 4 3 20 0 6 0 444784519 10212057088 4335 33554432000 4194304 4196468 140737063309744 139887300824208 139887729379029 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210347 s]*
/proc/loadavg: 1.68 1.58 1.51 4/229 29941
/proc/meminfo: memFree=27782512/32770624 swapFree=66953800/67108860
[pid=29875] ppid=29872 vsize=10820176 memory=44032 CPUtime=0.26 cores=1,3,5,7
/proc/29875/stat : 29875 (java) S 29872 29875 24851 0 -1 1077944320 7477 13068 0 0 17 2 4 3 20 0 15 0 444784510 11079860224 11008 33554432000 4194304 4196468 140737063309744 140737063292288 139887729368823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
/proc/29875/statm: 2705044 11008 3247 1 0 2667149 0
[pid=29875/tid=29928] ppid=29872 vsize=10820184 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/29875/task/29928/stat : 29928 (java) R 29872 29875 24851 0 -1 4202560 3963 13068 0 0 11 1 4 3 20 0 15 0 444784519 11079868416 11074 33554432000 4194304 4196468 140737063309744 139887701162752 139887729391124 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29929] ppid=29872 vsize=10820188 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29929/stat : 29929 (java) S 29872 29875 24851 0 -1 1077944384 2 13068 0 0 0 0 4 3 20 0 15 0 444784519 11079872512 11074 33554432000 4194304 4196468 140737063309744 139887733611280 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29930] ppid=29872 vsize=10820188 memory=139863114442368 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29930/stat : 29930 (java) S 29872 29875 24851 0 -1 1077944384 1 13068 0 0 0 0 4 3 20 0 15 0 444784519 11079872512 11074 33554432000 4194304 4196468 140737063309744 139887302929296 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29931] ppid=29872 vsize=10820188 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29931/stat : 29931 (java) S 29872 29875 24851 0 -1 1077944384 1 13068 0 0 0 0 4 3 20 0 15 0 444784519 11079872512 11074 33554432000 4194304 4196468 140737063309744 139887301876752 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29932] ppid=29872 vsize=10820188 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29932/stat : 29932 (java) S 29872 29875 24851 0 -1 1077944384 2 13068 0 0 0 0 4 3 20 0 15 0 444784519 11079872512 11074 33554432000 4194304 4196468 140737063309744 139887300824208 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29933] ppid=29872 vsize=10820188 memory=139863114442368 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29933/stat : 29933 (java) S 29872 29875 24851 0 -1 1077944384 2 13068 0 0 0 0 4 3 20 0 15 0 444784521 11079872512 11074 33554432000 4194304 4196468 140737063309744 139886732761072 139887729379970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29934] ppid=29872 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29934/stat : 29934 (java) S 29872 29875 24851 0 -1 1077944384 33 13068 0 0 0 0 4 3 20 0 15 0 444784521 11079880704 11074 33554432000 4194304 4196468 140737063309744 139886731707296 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29935] ppid=29872 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29935/stat : 29935 (java) S 29872 29875 24851 0 -1 1077944384 1 13068 0 0 0 0 4 3 20 0 15 0 444784522 11079880704 11074 33554432000 4194304 4196468 140737063309744 139886615061488 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29936] ppid=29872 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29936/stat : 29936 (java) S 29872 29875 24851 0 -1 1077944384 2 13068 0 0 0 0 4 3 20 0 15 0 444784524 11079880704 11074 33554432000 4194304 4196468 140737063309744 139886279518416 139887729387419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29937] ppid=29872 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29875/task/29937/stat : 29937 (java) R 29872 29875 24851 0 -1 4202560 469 13068 0 0 1 0 4 3 20 0 15 0 444784524 11079880704 11074 33554432000 4194304 4196468 140737063309744 139886698150384 139887712779833 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29938] ppid=29872 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29875/task/29938/stat : 29938 (java) S 29872 29875 24851 0 -1 1077944384 189 13068 0 0 1 0 4 3 20 0 15 0 444784524 11079880704 11074 33554432000 4194304 4196468 140737063309744 139886697097840 139887729379970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29939] ppid=29872 vsize=10820196 memory=139863114442368 CPUtime=0.1 cores=1,3,5,7
/proc/29875/task/29939/stat : 29939 (java) S 29872 29875 24851 0 -1 1077944384 607 13068 0 0 3 0 4 3 20 0 15 0 444784524 11079880704 11074 33554432000 4194304 4196468 140737063309744 139886696045296 139887729379970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29940] ppid=29872 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29940/stat : 29940 (java) S 29872 29875 24851 0 -1 1077944384 3 13068 0 0 0 0 4 3 20 0 15 0 444784525 11079880704 11074 33554432000 4194304 4196468 140737063309744 139886011083872 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29941] ppid=29872 vsize=10820196 memory=139863114442368 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29941/stat : 29941 (java) S 29872 29875 24851 0 -1 1077944384 1 13068 0 0 0 0 4 3 20 0 15 0 444784525 11079880704 11074 33554432000 4194304 4196468 140737063309744 139886694992176 139887729379970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820176 KiB
Current children cumulated memory: 44032 KiB

[startup+0.310571 s]*
/proc/loadavg: 1.68 1.58 1.51 3/229 29941
/proc/meminfo: memFree=27771568/32770624 swapFree=66953800/67108860
[pid=29875] ppid=29872 vsize=10820196 memory=52320 CPUtime=0.39 cores=1,3,5,7
/proc/29875/stat : 29875 (java) S 29872 29875 24851 0 -1 1077944320 10819 13068 0 0 28 4 4 3 20 0 15 0 444784510 11079880704 13080 33554432000 4194304 4196468 140737063309744 140737063292288 139887729368823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
/proc/29875/statm: 2705049 13080 3301 1 0 2667149 0
[pid=29875/tid=29928] ppid=29872 vsize=10820196 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/29875/task/29928/stat : 29928 (java) R 29872 29875 24851 0 -1 4202560 7284 13068 0 0 19 2 4 3 20 0 15 0 444784519 11079880704 13080 33554432000 4194304 4196468 140737063309744 139887701177776 139887713449310 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29929] ppid=29872 vsize=10820196 memory=7228928657774891088 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29929/stat : 29929 (java) S 29872 29875 24851 0 -1 1077944384 2 13068 0 0 0 0 4 3 20 0 15 0 444784519 11079880704 13080 33554432000 4194304 4196468 140737063309744 139887733611280 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29930] ppid=29872 vsize=10820196 memory=2076 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29930/stat : 29930 (java) S 29872 29875 24851 0 -1 1077944384 1 13068 0 0 0 0 4 3 20 0 15 0 444784519 11079880704 13080 33554432000 4194304 4196468 140737063309744 139887302929296 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29931] ppid=29872 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29931/stat : 29931 (java) S 29872 29875 24851 0 -1 1077944384 1 13068 0 0 0 0 4 3 20 0 15 0 444784519 11079880704 13080 33554432000 4194304 4196468 140737063309744 139887301876752 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29932] ppid=29872 vsize=10820196 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29932/stat : 29932 (java) S 29872 29875 24851 0 -1 1077944384 2 13068 0 0 0 0 4 3 20 0 15 0 444784519 11079880704 13080 33554432000 4194304 4196468 140737063309744 139887300824208 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29933] ppid=29872 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29933/stat : 29933 (java) S 29872 29875 24851 0 -1 1077944384 2 13068 0 0 0 0 4 3 20 0 15 0 444784521 11079880704 13080 33554432000 4194304 4196468 140737063309744 139886732761072 139887729379970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29934] ppid=29872 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29934/stat : 29934 (java) S 29872 29875 24851 0 -1 1077944384 33 13068 0 0 0 0 4 3 20 0 15 0 444784521 11079880704 13080 33554432000 4194304 4196468 140737063309744 139886731707296 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29935] ppid=29872 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29935/stat : 29935 (java) S 29872 29875 24851 0 -1 1077944384 1 13068 0 0 0 0 4 3 20 0 15 0 444784522 11079880704 13080 33554432000 4194304 4196468 140737063309744 139886615061488 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29936] ppid=29872 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29936/stat : 29936 (java) S 29872 29875 24851 0 -1 1077944384 2 13068 0 0 0 0 4 3 20 0 15 0 444784524 11079880704 13080 33554432000 4194304 4196468 140737063309744 139886279518416 139887729387419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29937] ppid=29872 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/29875/task/29937/stat : 29937 (java) S 29872 29875 24851 0 -1 1077944384 479 13068 0 0 2 0 4 3 20 0 15 0 444784524 11079880704 13080 33554432000 4194304 4196468 140737063309744 139886698150384 139887729379970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29938] ppid=29872 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29875/task/29938/stat : 29938 (java) S 29872 29875 24851 0 -1 1077944384 189 13068 0 0 1 0 4 3 20 0 15 0 444784524 11079880704 13080 33554432000 4194304 4196468 140737063309744 139886697097840 139887729379970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29939] ppid=29872 vsize=10820196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/29875/task/29939/stat : 29939 (java) S 29872 29875 24851 0 -1 1077944384 614 13068 0 0 5 0 4 3 20 0 15 0 444784524 11079880704 13080 33554432000 4194304 4196468 140737063309744 139886696045296 139887729379970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29940] ppid=29872 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29940/stat : 29940 (java) S 29872 29875 24851 0 -1 1077944384 3 13068 0 0 0 0 4 3 20 0 15 0 444784525 11079880704 13080 33554432000 4194304 4196468 140737063309744 139886011083872 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29941] ppid=29872 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29941/stat : 29941 (java) S 29872 29875 24851 0 -1 1077944384 1 13068 0 0 0 0 4 3 20 0 15 0 444784525 11079880704 13080 33554432000 4194304 4196468 140737063309744 139886694992176 139887729379970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 52320 KiB

[startup+0.70074 s]
/proc/loadavg: 1.68 1.58 1.51 4/229 29941
/proc/meminfo: memFree=27756048/32770624 swapFree=66953800/67108860
[pid=29875] ppid=29872 vsize=10824364 memory=85760 CPUtime=1.11 cores=1,3,5,7
/proc/29875/stat : 29875 (java) S 29872 29875 24851 0 -1 1077944320 15109 13068 0 0 98 6 4 3 20 0 15 0 444784510 11084148736 21440 33554432000 4194304 4196468 140737063309744 140737063292288 139887729368823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
/proc/29875/statm: 2706091 21440 3512 1 0 2668173 0
[pid=29875/tid=29928] ppid=29872 vsize=10824364 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/29875/task/29928/stat : 29928 (java) R 29872 29875 24851 0 -1 4202560 10322 13068 0 0 56 4 4 3 20 0 15 0 444784519 11084148736 21440 33554432000 4194304 4196468 140737063309744 139887701196448 139887713449310 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29929] ppid=29872 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29929/stat : 29929 (java) S 29872 29875 24851 0 -1 1077944384 2 13068 0 0 0 0 4 3 20 0 15 0 444784519 11084148736 21440 33554432000 4194304 4196468 140737063309744 139887733611280 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29930] ppid=29872 vsize=10824364 memory=3612 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29930/stat : 29930 (java) S 29872 29875 24851 0 -1 1077944384 1 13068 0 0 0 0 4 3 20 0 15 0 444784519 11084148736 21440 33554432000 4194304 4196468 140737063309744 139887302929296 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29931] ppid=29872 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29931/stat : 29931 (java) S 29872 29875 24851 0 -1 1077944384 1 13068 0 0 0 0 4 3 20 0 15 0 444784519 11084148736 21440 33554432000 4194304 4196468 140737063309744 139887301876752 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29932] ppid=29872 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29932/stat : 29932 (java) S 29872 29875 24851 0 -1 1077944384 2 13068 0 0 0 0 4 3 20 0 15 0 444784519 11084148736 21440 33554432000 4194304 4196468 140737063309744 139887300824208 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29933] ppid=29872 vsize=10824364 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29933/stat : 29933 (java) S 29872 29875 24851 0 -1 1077944384 6 13068 0 0 0 0 4 3 20 0 15 0 444784521 11084148736 21440 33554432000 4194304 4196468 140737063309744 139886732761072 139887729379970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29934] ppid=29872 vsize=10824364 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29934/stat : 29934 (java) S 29872 29875 24851 0 -1 1077944384 33 13068 0 0 0 0 4 3 20 0 15 0 444784521 11084148736 21440 33554432000 4194304 4196468 140737063309744 139886731707296 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29935] ppid=29872 vsize=10824364 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29935/stat : 29935 (java) S 29872 29875 24851 0 -1 1077944384 1 13068 0 0 0 0 4 3 20 0 15 0 444784522 11084148736 21440 33554432000 4194304 4196468 140737063309744 139886615061488 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29936] ppid=29872 vsize=10824364 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29936/stat : 29936 (java) S 29872 29875 24851 0 -1 1077944384 2 13068 0 0 0 0 4 3 20 0 15 0 444784524 11084148736 21440 33554432000 4194304 4196468 140737063309744 139886279518416 139887729387419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29937] ppid=29872 vsize=10824364 memory=13252 CPUtime=0.18 cores=1,3,5,7
/proc/29875/task/29937/stat : 29937 (java) R 29872 29875 24851 0 -1 4202560 931 13068 0 0 11 0 4 3 20 0 15 0 444784524 11084148736 21440 33554432000 4194304 4196468 140737063309744 139886698150384 139887714250512 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29938] ppid=29872 vsize=10824364 memory=15460 CPUtime=0.2 cores=1,3,5,7
/proc/29875/task/29938/stat : 29938 (java) R 29872 29875 24851 0 -1 4202560 726 13068 0 0 13 0 4 3 20 0 15 0 444784524 11084148736 21440 33554432000 4194304 4196468 140737063309744 139886697097840 139887712863059 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29939] ppid=29872 vsize=10824364 memory=17668 CPUtime=0.24 cores=1,3,5,7
/proc/29875/task/29939/stat : 29939 (java) S 29872 29875 24851 0 -1 1077944384 874 13068 0 0 17 0 4 3 20 0 15 0 444784524 11084148736 21440 33554432000 4194304 4196468 140737063309744 139886696045296 139887729379970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29940] ppid=29872 vsize=10824364 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29940/stat : 29940 (java) S 29872 29875 24851 0 -1 1077944384 3 13068 0 0 0 0 4 3 20 0 15 0 444784525 11084148736 21440 33554432000 4194304 4196468 140737063309744 139886011083872 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29941] ppid=29872 vsize=10824364 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29941/stat : 29941 (java) S 29872 29875 24851 0 -1 1077944384 1 13068 0 0 0 0 4 3 20 0 15 0 444784525 11084148736 21440 33554432000 4194304 4196468 140737063309744 139886694992176 139887729379970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85760 KiB

[startup+1.50079 s]
/proc/loadavg: 1.68 1.58 1.51 5/229 29941
/proc/meminfo: memFree=27696860/32770624 swapFree=66953800/67108860
[pid=29875] ppid=29872 vsize=10830584 memory=218368 CPUtime=3.38 cores=1,3,5,7
/proc/29875/stat : 29875 (java) S 29872 29875 24851 0 -1 1077944320 24095 13068 0 0 321 10 4 3 20 0 15 0 444784510 11090518016 54592 33554432000 4194304 4196468 140737063309744 140737063292288 139887729368823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
/proc/29875/statm: 2707646 54592 3572 1 0 2669709 0
[pid=29875/tid=29928] ppid=29872 vsize=10830584 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/29875/task/29928/stat : 29928 (java) R 29872 29875 24851 0 -1 4202560 13887 13068 0 0 131 6 4 3 20 0 15 0 444784519 11090518016 54592 33554432000 4194304 4196468 140737063309744 139887701193920 139887715063805 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29929] ppid=29872 vsize=10830584 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29929/stat : 29929 (java) S 29872 29875 24851 0 -1 1077944384 17 13068 0 0 0 0 4 3 20 0 15 0 444784519 11090518016 54592 33554432000 4194304 4196468 140737063309744 139887733611280 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29930] ppid=29872 vsize=10830584 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29930/stat : 29930 (java) S 29872 29875 24851 0 -1 1077944384 13 13068 0 0 0 0 4 3 20 0 15 0 444784519 11090518016 54592 33554432000 4194304 4196468 140737063309744 139887302929296 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29931] ppid=29872 vsize=10830584 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29931/stat : 29931 (java) S 29872 29875 24851 0 -1 1077944384 36 13068 0 0 0 0 4 3 20 0 15 0 444784519 11090518016 54592 33554432000 4194304 4196468 140737063309744 139887301876752 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29932] ppid=29872 vsize=10830584 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29932/stat : 29932 (java) S 29872 29875 24851 0 -1 1077944384 221 13068 0 0 0 0 4 3 20 0 15 0 444784519 11090518016 54592 33554432000 4194304 4196468 140737063309744 139887300824208 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29933] ppid=29872 vsize=10830584 memory=-7965959130280075168 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29933/stat : 29933 (java) S 29872 29875 24851 0 -1 1077944384 97 13068 0 0 0 0 4 3 20 0 15 0 444784521 11090518016 54592 33554432000 4194304 4196468 140737063309744 139886732761072 139887729379970 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29934] ppid=29872 vsize=10830584 memory=279725985573120 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29934/stat : 29934 (java) S 29872 29875 24851 0 -1 1077944384 33 13068 0 0 0 0 4 3 20 0 15 0 444784521 11090518016 54592 33554432000 4194304 4196468 140737063309744 139886731707360 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29935] ppid=29872 vsize=10830584 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29935/stat : 29935 (java) S 29872 29875 24851 0 -1 1077944384 4 13068 0 0 0 0 4 3 20 0 15 0 444784522 11090518016 54592 33554432000 4194304 4196468 140737063309744 139886615061504 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29936] ppid=29872 vsize=10830584 memory=1056 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29936/stat : 29936 (java) S 29872 29875 24851 0 -1 1077944384 2 13068 0 0 0 0 4 3 20 0 15 0 444784524 11090518016 54592 33554432000 4194304 4196468 140737063309744 139886279518416 139887729387419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29937] ppid=29872 vsize=10830584 memory=1552 CPUtime=0.79 cores=1,3,5,7
/proc/29875/task/29937/stat : 29937 (java) S 29872 29875 24851 0 -1 1077944384 3300 13068 0 0 71 1 4 3 20 0 15 0 444784524 11090518016 54592 33554432000 4194304 4196468 140737063309744 139886698150384 139887729379970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29938] ppid=29872 vsize=10830584 memory=1040 CPUtime=0.78 cores=1,3,5,7
/proc/29875/task/29938/stat : 29938 (java) S 29872 29875 24851 0 -1 1077944384 1997 13068 0 0 71 0 4 3 20 0 15 0 444784524 11090518016 54592 33554432000 4194304 4196468 140737063309744 139886697097840 139887729379970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29939] ppid=29872 vsize=10830584 memory=4132 CPUtime=0.49 cores=1,3,5,7
/proc/29875/task/29939/stat : 29939 (java) S 29872 29875 24851 0 -1 1077944384 2278 13068 0 0 42 0 4 3 20 0 15 0 444784524 11090518016 54592 33554432000 4194304 4196468 140737063309744 139886696045296 139887729379970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29940] ppid=29872 vsize=10830584 memory=780 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29940/stat : 29940 (java) S 29872 29875 24851 0 -1 1077944384 3 13068 0 0 0 0 4 3 20 0 15 0 444784525 11090518016 54592 33554432000 4194304 4196468 140737063309744 139886011083872 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29941] ppid=29872 vsize=10830584 memory=2832 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29941/stat : 29941 (java) S 29872 29875 24851 0 -1 1077944384 1 13068 0 0 0 0 4 3 20 0 15 0 444784525 11090518016 54592 33554432000 4194304 4196468 140737063309744 139886694992176 139887729379970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
Current children cumulated CPU time: 3.38 s
Current children cumulated vsize: 10830584 KiB

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

/proc/29875/task/29928/stat : 29928 (java) R 29872 29875 24851 0 -1 4202560 313394 13068 0 0 236110 104 4 3 20 0 15 0 444784519 11107315712 588099 33554432000 4194304 4196468 140737063309744 139887701204368 139887323182268 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29929] ppid=29872 vsize=10846988 memory=2335600 CPUtime=12.37 cores=1,3,5,7
/proc/29875/task/29929/stat : 29929 (java) S 29872 29875 24851 0 -1 1077944384 25465 13068 0 0 1176 54 4 3 20 0 15 0 444784519 11107315712 588099 33554432000 4194304 4196468 140737063309744 139887733611280 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29930] ppid=29872 vsize=10846988 memory=2335600 CPUtime=12.35 cores=1,3,5,7
/proc/29875/task/29930/stat : 29930 (java) S 29872 29875 24851 0 -1 1077944384 28129 13068 0 0 1174 54 4 3 20 0 15 0 444784519 11107315712 588099 33554432000 4194304 4196468 140737063309744 139887302929296 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29931] ppid=29872 vsize=10846988 memory=2352396 CPUtime=12.4 cores=1,3,5,7
/proc/29875/task/29931/stat : 29931 (java) S 29872 29875 24851 0 -1 1077944384 21998 13068 0 0 1179 54 4 3 20 0 15 0 444784519 11107315712 588099 33554432000 4194304 4196468 140737063309744 139887301876752 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29932] ppid=29872 vsize=10846988 memory=2352396 CPUtime=12.37 cores=1,3,5,7
/proc/29875/task/29932/stat : 29932 (java) S 29872 29875 24851 0 -1 1077944384 24266 13068 0 0 1175 55 4 3 20 0 15 0 444784519 11107315712 588099 33554432000 4194304 4196468 140737063309744 139887300824208 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29933] ppid=29872 vsize=10846988 memory=2352396 CPUtime=5.48 cores=1,3,5,7
/proc/29875/task/29933/stat : 29933 (java) S 29872 29875 24851 0 -1 1077944384 24469 13068 0 0 471 70 4 3 20 0 15 0 444784521 11107315712 588099 33554432000 4194304 4196468 140737063309744 139886732761072 139887729379970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29934] ppid=29872 vsize=10846988 memory=2352396 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29934/stat : 29934 (java) S 29872 29875 24851 0 -1 1077944384 46 13068 0 0 0 0 4 3 20 0 15 0 444784521 11107315712 588099 33554432000 4194304 4196468 140737063309744 139886731707360 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29935] ppid=29872 vsize=10846988 memory=2352396 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29935/stat : 29935 (java) S 29872 29875 24851 0 -1 1077944384 7 13068 0 0 0 0 4 3 20 0 15 0 444784522 11107315712 588099 33554432000 4194304 4196468 140737063309744 139886615061504 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29936] ppid=29872 vsize=10846988 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29936/stat : 29936 (java) S 29872 29875 24851 0 -1 1077944384 2 13068 0 0 0 0 4 3 20 0 15 0 444784524 11107315712 588099 33554432000 4194304 4196468 140737063309744 139886279518416 139887729387419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29937] ppid=29872 vsize=10846988 memory=2352396 CPUtime=7.93 cores=1,3,5,7
/proc/29875/task/29937/stat : 29937 (java) S 29872 29875 24851 0 -1 1077944384 21541 13068 0 0 783 3 4 3 20 0 15 0 444784524 11107315712 588099 33554432000 4194304 4196468 140737063309744 139886698150384 139887729379970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29938] ppid=29872 vsize=10846988 memory=2352396 CPUtime=8.09 cores=1,3,5,7
/proc/29875/task/29938/stat : 29938 (java) S 29872 29875 24851 0 -1 1077944384 13124 13068 0 0 799 3 4 3 20 0 15 0 444784524 11107315712 588099 33554432000 4194304 4196468 140737063309744 139886697097840 139887729379970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29939] ppid=29872 vsize=10846988 memory=2352396 CPUtime=2.68 cores=1,3,5,7
/proc/29875/task/29939/stat : 29939 (java) S 29872 29875 24851 0 -1 1077944384 14665 13068 0 0 256 5 4 3 20 0 15 0 444784524 11107315712 588099 33554432000 4194304 4196468 140737063309744 139886696045296 139887729379970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29940] ppid=29872 vsize=10846988 memory=2352396 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29940/stat : 29940 (java) S 29872 29875 24851 0 -1 1077944384 3 13068 0 0 0 0 4 3 20 0 15 0 444784525 11107315712 588099 33554432000 4194304 4196468 140737063309744 139886011083872 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29941] ppid=29872 vsize=10846988 memory=2352396 CPUtime=1.52 cores=1,3,5,7
/proc/29875/task/29941/stat : 29941 (java) S 29872 29875 24851 0 -1 1077944384 1128 13068 0 0 71 74 4 3 20 0 15 0 444784525 11107315712 588099 33554432000 4194304 4196468 140737063309744 139886694992176 139887729379970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
Current children cumulated CPU time: 2436.89 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 2352396 KiB

[startup+2442.3 s]
/proc/loadavg: 1.75 1.56 1.51 3/229 30318
/proc/meminfo: memFree=25265272/32770624 swapFree=66953836/67108860
[pid=29875] ppid=29872 vsize=10846988 memory=2501700 CPUtime=2497 cores=1,3,5,7
/proc/29875/stat : 29875 (java) S 29872 29875 24851 0 -1 1077944320 542791 13068 0 0 249243 450 4 3 20 0 15 0 444784510 11107315712 625425 33554432000 4194304 4196468 140737063309744 140737063292288 139887729368823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
/proc/29875/statm: 2711747 625425 3640 1 0 2673805 0
[pid=29875/tid=29928] ppid=29872 vsize=10846988 memory=2462916 CPUtime=2422.16 cores=1,3,5,7
/proc/29875/task/29928/stat : 29928 (java) R 29872 29875 24851 0 -1 4202560 365442 13068 0 0 242100 109 4 3 20 0 15 0 444784519 11107315712 625425 33554432000 4194304 4196468 140737063309744 139887701203904 139887323182304 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29929] ppid=29872 vsize=10846988 memory=2444376 CPUtime=12.41 cores=1,3,5,7
/proc/29875/task/29929/stat : 29929 (java) S 29872 29875 24851 0 -1 1077944384 25525 13068 0 0 1179 55 4 3 20 0 15 0 444784519 11107315712 625425 33554432000 4194304 4196468 140737063309744 139887733611280 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29930] ppid=29872 vsize=10846988 memory=2485316 CPUtime=12.37 cores=1,3,5,7
/proc/29875/task/29930/stat : 29930 (java) S 29872 29875 24851 0 -1 1077944384 28175 13068 0 0 1176 54 4 3 20 0 15 0 444784519 11107315712 625425 33554432000 4194304 4196468 140737063309744 139887302929296 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29931] ppid=29872 vsize=10846988 memory=279725985771920 CPUtime=12.44 cores=1,3,5,7
/proc/29875/task/29931/stat : 29931 (java) S 29872 29875 24851 0 -1 1077944384 22040 13068 0 0 1182 55 4 3 20 0 15 0 444784519 11107315712 625425 33554432000 4194304 4196468 140737063309744 139887301876752 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29932] ppid=29872 vsize=10846988 memory=2501700 CPUtime=12.41 cores=1,3,5,7
/proc/29875/task/29932/stat : 29932 (java) S 29872 29875 24851 0 -1 1077944384 24321 13068 0 0 1178 56 4 3 20 0 15 0 444784519 11107315712 625425 33554432000 4194304 4196468 140737063309744 139887300824208 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29933] ppid=29872 vsize=10846988 memory=2501700 CPUtime=5.5 cores=1,3,5,7
/proc/29875/task/29933/stat : 29933 (java) S 29872 29875 24851 0 -1 1077944384 24554 13068 0 0 473 70 4 3 20 0 15 0 444784521 11107315712 625425 33554432000 4194304 4196468 140737063309744 139886732761072 139887729379970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29934] ppid=29872 vsize=10846988 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29934/stat : 29934 (java) S 29872 29875 24851 0 -1 1077944384 46 13068 0 0 0 0 4 3 20 0 15 0 444784521 11107315712 625425 33554432000 4194304 4196468 140737063309744 139886731707360 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29935] ppid=29872 vsize=10846988 memory=2501700 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29935/stat : 29935 (java) S 29872 29875 24851 0 -1 1077944384 7 13068 0 0 0 0 4 3 20 0 15 0 444784522 11107315712 625425 33554432000 4194304 4196468 140737063309744 139886615061504 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29936] ppid=29872 vsize=10846988 memory=2501700 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29936/stat : 29936 (java) S 29872 29875 24851 0 -1 1077944384 2 13068 0 0 0 0 4 3 20 0 15 0 444784524 11107315712 625425 33554432000 4194304 4196468 140737063309744 139886279518416 139887729387419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29937] ppid=29872 vsize=10846988 memory=7 CPUtime=7.93 cores=1,3,5,7
/proc/29875/task/29937/stat : 29937 (java) S 29872 29875 24851 0 -1 1077944384 21543 13068 0 0 783 3 4 3 20 0 15 0 444784524 11107315712 625425 33554432000 4194304 4196468 140737063309744 139886698150384 139887729379970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29938] ppid=29872 vsize=10846988 memory=2501700 CPUtime=8.09 cores=1,3,5,7
/proc/29875/task/29938/stat : 29938 (java) S 29872 29875 24851 0 -1 1077944384 13126 13068 0 0 799 3 4 3 20 0 15 0 444784524 11107315712 625425 33554432000 4194304 4196468 140737063309744 139886697097840 139887729379970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29939] ppid=29872 vsize=10846988 memory=2501700 CPUtime=2.68 cores=1,3,5,7
/proc/29875/task/29939/stat : 29939 (java) S 29872 29875 24851 0 -1 1077944384 14667 13068 0 0 256 5 4 3 20 0 15 0 444784524 11107315712 625425 33554432000 4194304 4196468 140737063309744 139886696045296 139887729379970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29940] ppid=29872 vsize=10846988 memory=2501700 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29940/stat : 29940 (java) S 29872 29875 24851 0 -1 1077944384 3 13068 0 0 0 0 4 3 20 0 15 0 444784525 11107315712 625425 33554432000 4194304 4196468 140737063309744 139886011083872 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29941] ppid=29872 vsize=10846988 memory=2501700 CPUtime=1.55 cores=1,3,5,7
/proc/29875/task/29941/stat : 29941 (java) S 29872 29875 24851 0 -1 1077944384 1134 13068 0 0 73 75 4 3 20 0 15 0 444784525 11107315712 625425 33554432000 4194304 4196468 140737063309744 139886694992176 139887729379970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
Current children cumulated CPU time: 2497 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 2501700 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2465.3 s]
/proc/loadavg: 1.72 1.56 1.51 3/229 30322
/proc/meminfo: memFree=25193440/32770624 swapFree=66953836/67108860
[pid=29875] ppid=29872 vsize=10846988 memory=2555648 CPUtime=2520.04 cores=1,3,5,7
/proc/29875/stat : 29875 (java) S 29872 29875 24851 0 -1 1077944320 549345 13068 0 0 251545 452 4 3 20 0 15 0 444784510 11107315712 638912 33554432000 4194304 4196468 140737063309744 140737063292288 139887729368823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
/proc/29875/statm: 2711747 638912 3640 1 0 2673805 0
[pid=29875/tid=29928] ppid=29872 vsize=10846988 memory=2555648 CPUtime=2445.13 cores=1,3,5,7
/proc/29875/task/29928/stat : 29928 (java) R 29872 29875 24851 0 -1 4202560 371447 13068 0 0 244397 109 4 3 20 0 15 0 444784519 11107315712 638912 33554432000 4194304 4196468 140737063309744 139887701204224 139887313927312 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29929] ppid=29872 vsize=10846988 memory=2540288 CPUtime=12.42 cores=1,3,5,7
/proc/29875/task/29929/stat : 29929 (java) S 29872 29875 24851 0 -1 1077944384 25731 13068 0 0 1180 55 4 3 20 0 15 0 444784519 11107315712 638912 33554432000 4194304 4196468 140737063309744 139887733611280 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29930] ppid=29872 vsize=10846988 memory=2540288 CPUtime=12.38 cores=1,3,5,7
/proc/29875/task/29930/stat : 29930 (java) S 29872 29875 24851 0 -1 1077944384 28225 13068 0 0 1177 54 4 3 20 0 15 0 444784519 11107315712 638912 33554432000 4194304 4196468 140737063309744 139887302929296 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29931] ppid=29872 vsize=10846988 memory=2538204 CPUtime=12.44 cores=1,3,5,7
/proc/29875/task/29931/stat : 29931 (java) S 29872 29875 24851 0 -1 1077944384 22056 13068 0 0 1182 55 4 3 20 0 15 0 444784519 11107315712 638912 33554432000 4194304 4196468 140737063309744 139887301876752 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29932] ppid=29872 vsize=10846988 memory=0 CPUtime=12.42 cores=1,3,5,7
/proc/29875/task/29932/stat : 29932 (java) S 29872 29875 24851 0 -1 1077944384 24361 13068 0 0 1179 56 4 3 20 0 15 0 444784519 11107315712 638912 33554432000 4194304 4196468 140737063309744 139887300824208 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29933] ppid=29872 vsize=10846988 memory=2555648 CPUtime=5.51 cores=1,3,5,7
/proc/29875/task/29933/stat : 29933 (java) S 29872 29875 24851 0 -1 1077944384 24764 13068 0 0 473 71 4 3 20 0 15 0 444784521 11107315712 638912 33554432000 4194304 4196468 140737063309744 139886732761072 139887729379970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29934] ppid=29872 vsize=10846988 memory=2538204 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29934/stat : 29934 (java) S 29872 29875 24851 0 -1 1077944384 46 13068 0 0 0 0 4 3 20 0 15 0 444784521 11107315712 638912 33554432000 4194304 4196468 140737063309744 139886731707360 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29935] ppid=29872 vsize=10846988 memory=2538204 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29935/stat : 29935 (java) S 29872 29875 24851 0 -1 1077944384 7 13068 0 0 0 0 4 3 20 0 15 0 444784522 11107315712 638912 33554432000 4194304 4196468 140737063309744 139886615061504 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29936] ppid=29872 vsize=10846988 memory=2540288 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29936/stat : 29936 (java) S 29872 29875 24851 0 -1 1077944384 2 13068 0 0 0 0 4 3 20 0 15 0 444784524 11107315712 638912 33554432000 4194304 4196468 140737063309744 139886279518416 139887729387419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29937] ppid=29872 vsize=10846988 memory=2540288 CPUtime=7.93 cores=1,3,5,7
/proc/29875/task/29937/stat : 29937 (java) S 29872 29875 24851 0 -1 1077944384 21543 13068 0 0 783 3 4 3 20 0 15 0 444784524 11107315712 638912 33554432000 4194304 4196468 140737063309744 139886698150384 139887729379970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29938] ppid=29872 vsize=10846988 memory=2540288 CPUtime=8.09 cores=1,3,5,7
/proc/29875/task/29938/stat : 29938 (java) S 29872 29875 24851 0 -1 1077944384 13126 13068 0 0 799 3 4 3 20 0 15 0 444784524 11107315712 638912 33554432000 4194304 4196468 140737063309744 139886697097840 139887729379970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29939] ppid=29872 vsize=10846988 memory=2540288 CPUtime=2.68 cores=1,3,5,7
/proc/29875/task/29939/stat : 29939 (java) S 29872 29875 24851 0 -1 1077944384 14667 13068 0 0 256 5 4 3 20 0 15 0 444784524 11107315712 638912 33554432000 4194304 4196468 140737063309744 139886696045296 139887729379970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29940] ppid=29872 vsize=10846988 memory=1436 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29940/stat : 29940 (java) S 29872 29875 24851 0 -1 1077944384 3 13068 0 0 0 0 4 3 20 0 15 0 444784525 11107315712 638912 33554432000 4194304 4196468 140737063309744 139886011083872 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29941] ppid=29872 vsize=10846988 memory=1984 CPUtime=1.57 cores=1,3,5,7
/proc/29875/task/29941/stat : 29941 (java) S 29872 29875 24851 0 -1 1077944384 1161 13068 0 0 74 76 4 3 20 0 15 0 444784525 11107315712 638912 33554432000 4194304 4196468 140737063309744 139886694992176 139887729379970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 2555648 KiB

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

[startup+2465.35 s]
# the end of solver process 29875 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.53 s, system=4.5959 s

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

[startup+2465.3 s]
/proc/loadavg: 1.72 1.56 1.51 3/229 30322
/proc/meminfo: memFree=25193440/32770624 swapFree=66953836/67108860
[pid=29875] ppid=29872 vsize=10846988 memory=2555648 CPUtime=2520.04 cores=1,3,5,7
/proc/29875/stat : 29875 (java) S 29872 29875 24851 0 -1 1077944320 549345 13068 0 0 251545 452 4 3 20 0 15 0 444784510 11107315712 638912 33554432000 4194304 4196468 140737063309744 140737063292288 139887729368823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
/proc/29875/statm: 2711747 638912 3640 1 0 2673805 0
[pid=29875/tid=29928] ppid=29872 vsize=10846988 memory=2555648 CPUtime=2445.13 cores=1,3,5,7
/proc/29875/task/29928/stat : 29928 (java) R 29872 29875 24851 0 -1 4202560 371447 13068 0 0 244397 109 4 3 20 0 15 0 444784519 11107315712 638912 33554432000 4194304 4196468 140737063309744 139887701204224 139887313927312 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29929] ppid=29872 vsize=10846988 memory=2540288 CPUtime=12.42 cores=1,3,5,7
/proc/29875/task/29929/stat : 29929 (java) S 29872 29875 24851 0 -1 1077944384 25731 13068 0 0 1180 55 4 3 20 0 15 0 444784519 11107315712 638912 33554432000 4194304 4196468 140737063309744 139887733611280 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29930] ppid=29872 vsize=10846988 memory=2540288 CPUtime=12.38 cores=1,3,5,7
/proc/29875/task/29930/stat : 29930 (java) S 29872 29875 24851 0 -1 1077944384 28225 13068 0 0 1177 54 4 3 20 0 15 0 444784519 11107315712 638912 33554432000 4194304 4196468 140737063309744 139887302929296 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29931] ppid=29872 vsize=10846988 memory=2538204 CPUtime=12.44 cores=1,3,5,7
/proc/29875/task/29931/stat : 29931 (java) S 29872 29875 24851 0 -1 1077944384 22056 13068 0 0 1182 55 4 3 20 0 15 0 444784519 11107315712 638912 33554432000 4194304 4196468 140737063309744 139887301876752 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29932] ppid=29872 vsize=10846988 memory=0 CPUtime=12.42 cores=1,3,5,7
/proc/29875/task/29932/stat : 29932 (java) S 29872 29875 24851 0 -1 1077944384 24361 13068 0 0 1179 56 4 3 20 0 15 0 444784519 11107315712 638912 33554432000 4194304 4196468 140737063309744 139887300824208 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29933] ppid=29872 vsize=10846988 memory=2555648 CPUtime=5.51 cores=1,3,5,7
/proc/29875/task/29933/stat : 29933 (java) S 29872 29875 24851 0 -1 1077944384 24764 13068 0 0 473 71 4 3 20 0 15 0 444784521 11107315712 638912 33554432000 4194304 4196468 140737063309744 139886732761072 139887729379970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29934] ppid=29872 vsize=10846988 memory=2538204 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29934/stat : 29934 (java) S 29872 29875 24851 0 -1 1077944384 46 13068 0 0 0 0 4 3 20 0 15 0 444784521 11107315712 638912 33554432000 4194304 4196468 140737063309744 139886731707360 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29935] ppid=29872 vsize=10846988 memory=2538204 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29935/stat : 29935 (java) S 29872 29875 24851 0 -1 1077944384 7 13068 0 0 0 0 4 3 20 0 15 0 444784522 11107315712 638912 33554432000 4194304 4196468 140737063309744 139886615061504 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29936] ppid=29872 vsize=10846988 memory=2540288 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29936/stat : 29936 (java) S 29872 29875 24851 0 -1 1077944384 2 13068 0 0 0 0 4 3 20 0 15 0 444784524 11107315712 638912 33554432000 4194304 4196468 140737063309744 139886279518416 139887729387419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29937] ppid=29872 vsize=10846988 memory=2540288 CPUtime=7.93 cores=1,3,5,7
/proc/29875/task/29937/stat : 29937 (java) S 29872 29875 24851 0 -1 1077944384 21543 13068 0 0 783 3 4 3 20 0 15 0 444784524 11107315712 638912 33554432000 4194304 4196468 140737063309744 139886698150384 139887729379970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29938] ppid=29872 vsize=10846988 memory=2540288 CPUtime=8.09 cores=1,3,5,7
/proc/29875/task/29938/stat : 29938 (java) S 29872 29875 24851 0 -1 1077944384 13126 13068 0 0 799 3 4 3 20 0 15 0 444784524 11107315712 638912 33554432000 4194304 4196468 140737063309744 139886697097840 139887729379970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29939] ppid=29872 vsize=10846988 memory=2540288 CPUtime=2.68 cores=1,3,5,7
/proc/29875/task/29939/stat : 29939 (java) S 29872 29875 24851 0 -1 1077944384 14667 13068 0 0 256 5 4 3 20 0 15 0 444784524 11107315712 638912 33554432000 4194304 4196468 140737063309744 139886696045296 139887729379970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29940] ppid=29872 vsize=10846988 memory=1436 CPUtime=0.07 cores=1,3,5,7
/proc/29875/task/29940/stat : 29940 (java) S 29872 29875 24851 0 -1 1077944384 3 13068 0 0 0 0 4 3 20 0 15 0 444784525 11107315712 638912 33554432000 4194304 4196468 140737063309744 139886011083872 139887729379029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
[pid=29875/tid=29941] ppid=29872 vsize=10846988 memory=1984 CPUtime=1.57 cores=1,3,5,7
/proc/29875/task/29941/stat : 29941 (java) S 29872 29875 24851 0 -1 1077944384 1161 13068 0 0 74 76 4 3 20 0 15 0 444784525 11107315712 638912 33554432000 4194304 4196468 140737063309744 139886694992176 139887729379970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39849984 140737063312112 140737063314629 140737063314629 140737063317455 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 2555648 KiB

Child status: 143
Real time (s): 2465.35
CPU time (s): 2520.12
CPU user time (s): 2515.53
CPU system time (s): 4.5959
CPU usage (%): 102.222
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 2917136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.53
system time used= 4.5959
maximum resident set size= 2919184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 565137
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 164941
involuntary context switches= 4411


# summary of solver processes directly reported to runsolver:
#   pid: 29875
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2515.53
#   total CPU system time (s): 4.5959

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.4038 second user time and 25.6753 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-17 04:46:23
IDJOB=4400786
IDBENCH=135033
IDSOLVER=2857
FILE ID=node117/4400786-1568688426
RUNJOBID= node117-1568673289-24883
PBS_JOBID= 21703791
Free space on /tmp= 61152 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-4400786-1568688426/watcher-4400786-1568688426 -o /tmp/evaluation-result-4400786-1568688426/solver-4400786-1568688426 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568673289-24883 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=434527036 HOME/instance-4400786-1568688426.xml

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

MD5SUM BENCH= 26b9bfa7097c81a56529190245724c1c
RANDOM SEED=434527036

node117.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27812112 kB
MemAvailable:   28971780 kB
Buffers:          124120 kB
Cached:          1315316 kB
SwapCached:        49932 kB
Active:          3503484 kB
Inactive:         865712 kB
Active(anon):    2880944 kB
Inactive(anon):    87452 kB
Active(file):     622540 kB
Inactive(file):   778260 kB
Unevictable:      109132 kB
Mlocked:          109132 kB
SwapTotal:      67108860 kB
SwapFree:       66953800 kB
Dirty:             35828 kB
Writeback:             0 kB
AnonPages:       2992192 kB
Mapped:            55364 kB
Shmem:             29760 kB
Slab:             178740 kB
SReclaimable:     149408 kB
SUnreclaim:        29332 kB
KernelStack:        3760 kB
PageTables:        11104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4022328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2809856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61116 MiB
End job on node117 at 2019-09-17 05:27:29