Trace number 4387223

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.10? (TO) 2520.07 2489.93

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-8.xml
MD5SUM2aec32ddb698ed0594b6493531e6a3ee
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark63
Best CPU time to get the best result obtained on this benchmark34.6313
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains25
Minimum domain size3
Maximum domain size25
Distribution of domain sizes[{"size":3,"count":2},{"size":4,"count":8},{"size":5,"count":11},{"size":6,"count":3},{"size":25,"count":48}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":24},{"degree":25,"count":23},{"degree":26,"count":1},{"degree":27,"count":24}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":48},{"arity":24,"count":24},{"arity":25,"count":24}]
Number of extensional constraints48
Number of intensional constraints25
Distribution of constraint types[{"type":"extension","count":48},{"type":"intension","count":25},{"type":"count","count":24}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.72/0.54	c Concrete v3.10.1560635388952 running
2520.01/2489.90	Exception in thread "main" java.util.concurrent.TimeoutException
2520.01/2489.91		at concrete.MAC.mac(MAC.scala:189)
2520.01/2489.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.01/2489.91		at scala.util.Try$.apply(Try.scala:212)
2520.01/2489.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.01/2489.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.01/2489.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.01/2489.91		at concrete.MAC.oneRun(MAC.scala:253)
2520.01/2489.91		at concrete.MAC.nextSolution(MAC.scala:272)
2520.01/2489.91		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.01/2489.91		at concrete.ProblemState.map(ProblemState.scala:228)
2520.01/2489.91		at concrete.ProblemState.map(ProblemState.scala:210)
2520.01/2489.91		at concrete.MAC.nextSolution(MAC.scala:334)
2520.01/2489.91		at concrete.Solver.hasNext(Solver.scala:160)
2520.01/2489.91		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.01/2489.91		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.01/2489.91		at concrete.Solver.foreach(Solver.scala:67)
2520.01/2489.91		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2520.01/2489.91		at scala.util.Success.map(Try.scala:264)
2520.01/2489.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.01/2489.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.01/2489.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.01/2489.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2489.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.01/2489.91		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.01/2489.91		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.01/2489.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.01/2489.91		at scala.App.$anonfun$main$1(App.scala:75)
2520.01/2489.91		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.01/2489.91		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.01/2489.91		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.01/2489.91		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.01/2489.91		at scala.App.main(App.scala:75)
2520.01/2489.91		at scala.App.main$(App.scala:73)
2520.01/2489.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.01/2489.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2489.91	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 (13497 MiB free)
  memory of node 1: 16384 MiB (15600 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387223-1568295894/watcher-4387223-1568295894 -o /tmp/evaluation-result-4387223-1568295894/solver-4387223-1568295894 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568282271-6098 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1093582751 HOME/instance-4387223-1568295894.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=9096, runsolver pid=9093
Current StackSize limit: 8192 KiB


[startup+0.100489 s]*
/proc/loadavg: 1.27 1.54 1.54 3/218 9153
/proc/meminfo: memFree=29788528/32770624 swapFree=66934288/67108860
[pid=9096] ppid=9093 vsize=9972712 memory=17080 CPUtime=0.08 cores=1,3,5,7
/proc/9096/stat : 9096 (java) S 9093 9096 5271 0 -1 1077944320 4524 13290 0 0 1 0 5 2 20 0 6 0 405847855 10212057088 4270 33554432000 4194304 4196468 140726337620400 140726337602944 140470500130551 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
/proc/9096/statm: 2493178 4270 1935 1 0 2481616 0
[pid=9096/tid=9149] ppid=9093 vsize=9972712 memory=-8617482348318186131 CPUtime=0.08 cores=1,3,5,7
/proc/9096/task/9149/stat : 9149 (java) R 9093 9096 5271 0 -1 4202560 2347 13290 0 0 1 0 5 2 20 0 6 0 405847864 10212057088 4336 33554432000 4194304 4196468 140726337620400 140470471967312 140470485442553 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9150] ppid=9093 vsize=9972712 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9150/stat : 9150 (java) S 9093 9096 5271 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 6 0 405847865 10212057088 4336 33554432000 4194304 4196468 140726337620400 140470504373392 140470500140757 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9151] ppid=9093 vsize=9972712 memory=139664819263104 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9151/stat : 9151 (java) S 9093 9096 5271 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 6 0 405847865 10212057088 4336 33554432000 4194304 4196468 140726337620400 140470403263504 140470500140757 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9152] ppid=9093 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9152/stat : 9152 (java) S 9093 9096 5271 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 6 0 405847865 10212057088 4336 33554432000 4194304 4196468 140726337620400 140470402210704 140470500140757 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9153] ppid=9093 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9153/stat : 9153 (java) S 9093 9096 5271 0 -1 1077944384 2 13290 0 0 0 0 5 2 20 0 6 0 405847865 10212057088 4336 33554432000 4194304 4196468 140726337620400 140470401157904 140470500140757 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.209912 s]*
/proc/loadavg: 1.27 1.54 1.54 3/227 9162
/proc/meminfo: memFree=29770592/32770624 swapFree=66934288/67108860
[pid=9096] ppid=9093 vsize=10818940 memory=38952 CPUtime=0.25 cores=1,3,5,7
/proc/9096/stat : 9096 (java) S 9093 9096 5271 0 -1 1077944320 7054 13290 0 0 17 1 5 2 20 0 15 0 405847855 11078594560 9738 33554432000 4194304 4196468 140726337620400 140726337602944 140470500130551 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
/proc/9096/statm: 2704735 9738 2987 1 0 2667149 0
[pid=9096/tid=9149] ppid=9093 vsize=10818940 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/9096/task/9149/stat : 9149 (java) R 9093 9096 5271 0 -1 4202560 3590 13290 0 0 11 1 5 2 20 0 15 0 405847864 11078594560 9803 33554432000 4194304 4196468 140726337620400 140470471953712 140470484211038 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9150] ppid=9093 vsize=10818940 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9150/stat : 9150 (java) S 9093 9096 5271 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 15 0 405847865 11078594560 9803 33554432000 4194304 4196468 140726337620400 140470504373392 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9151] ppid=9093 vsize=10818940 memory=139664819272322 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9151/stat : 9151 (java) S 9093 9096 5271 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 15 0 405847865 11078594560 9803 33554432000 4194304 4196468 140726337620400 140470403263504 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9152] ppid=9093 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9152/stat : 9152 (java) S 9093 9096 5271 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 15 0 405847865 11078594560 9803 33554432000 4194304 4196468 140726337620400 140470402210704 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9153] ppid=9093 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9153/stat : 9153 (java) S 9093 9096 5271 0 -1 1077944384 2 13290 0 0 0 0 5 2 20 0 15 0 405847865 11078594560 9803 33554432000 4194304 4196468 140726337620400 140470401157904 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9154] ppid=9093 vsize=10818940 memory=139664819263104 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9154/stat : 9154 (java) S 9093 9096 5271 0 -1 1077944384 2 13290 0 0 0 0 5 2 20 0 15 0 405847866 11078594560 9803 33554432000 4194304 4196468 140726337620400 140469824412016 140470500141698 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9155] ppid=9093 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9155/stat : 9155 (java) S 9093 9096 5271 0 -1 1077944384 13 13290 0 0 0 0 5 2 20 0 15 0 405847867 11078594560 9803 33554432000 4194304 4196468 140726337620400 140469388436512 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9156] ppid=9093 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9156/stat : 9156 (java) S 9093 9096 5271 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 15 0 405847867 11078594560 9803 33554432000 4194304 4196468 140726337620400 140469254218608 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9157] ppid=9093 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9157/stat : 9157 (java) S 9093 9096 5271 0 -1 1077944384 3 13290 0 0 0 0 5 2 20 0 15 0 405847870 11078594560 9803 33554432000 4194304 4196468 140726337620400 140469013927760 140470500149147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9158] ppid=9093 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9096/task/9158/stat : 9158 (java) S 9093 9096 5271 0 -1 1077944384 465 13290 0 0 1 0 5 2 20 0 15 0 405847870 11078594560 9803 33554432000 4194304 4196468 140726337620400 140469823359856 140470500141698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9159] ppid=9093 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9096/task/9159/stat : 9159 (java) S 9093 9096 5271 0 -1 1077944384 142 13290 0 0 1 0 5 2 20 0 15 0 405847870 11078594560 9803 33554432000 4194304 4196468 140726337620400 140469822307056 140470500141698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9160] ppid=9093 vsize=10818940 memory=139664819263104 CPUtime=0.1 cores=1,3,5,7
/proc/9096/task/9160/stat : 9160 (java) R 9093 9096 5271 0 -1 4202560 637 13290 0 0 3 0 5 2 20 0 15 0 405847870 11078594560 9803 33554432000 4194304 4196468 140726337620400 140469821254256 140470500151898 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9161] ppid=9093 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9161/stat : 9161 (java) S 9093 9096 5271 0 -1 1077944384 3 13290 0 0 0 0 5 2 20 0 15 0 405847870 11078594560 9803 33554432000 4194304 4196468 140726337620400 140468980370144 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9162] ppid=9093 vsize=10818940 memory=139664819263104 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9162/stat : 9162 (java) S 9093 9096 5271 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 15 0 405847870 11078594560 9803 33554432000 4194304 4196468 140726337620400 140469820201648 140470500141698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38952 KiB

[startup+0.310953 s]*
/proc/loadavg: 1.27 1.54 1.54 4/227 9162
/proc/meminfo: memFree=29760344/32770624 swapFree=66934288/67108860
[pid=9096] ppid=9093 vsize=10820244 memory=50568 CPUtime=0.39 cores=1,3,5,7
/proc/9096/stat : 9096 (java) S 9093 9096 5271 0 -1 1077944320 10829 13290 0 0 29 3 5 2 20 0 15 0 405847855 11079929856 12642 33554432000 4194304 4196468 140726337620400 140726337602944 140470500130551 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
/proc/9096/statm: 2705061 12642 3306 1 0 2667149 0
[pid=9096/tid=9149] ppid=9093 vsize=10820244 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/9096/task/9149/stat : 9149 (java) R 9093 9096 5271 0 -1 4202560 7332 13290 0 0 19 2 5 2 20 0 15 0 405847864 11079929856 12642 33554432000 4194304 4196468 140726337620400 140470471948656 140470484211038 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9150] ppid=9093 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9150/stat : 9150 (java) S 9093 9096 5271 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 15 0 405847865 11079929856 12642 33554432000 4194304 4196468 140726337620400 140470504373392 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9151] ppid=9093 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9151/stat : 9151 (java) S 9093 9096 5271 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 15 0 405847865 11079929856 12642 33554432000 4194304 4196468 140726337620400 140470403263504 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9152] ppid=9093 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9152/stat : 9152 (java) S 9093 9096 5271 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 15 0 405847865 11079929856 12642 33554432000 4194304 4196468 140726337620400 140470402210704 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9153] ppid=9093 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9153/stat : 9153 (java) S 9093 9096 5271 0 -1 1077944384 2 13290 0 0 0 0 5 2 20 0 15 0 405847865 11079929856 12642 33554432000 4194304 4196468 140726337620400 140470401157904 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9154] ppid=9093 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9154/stat : 9154 (java) S 9093 9096 5271 0 -1 1077944384 2 13290 0 0 0 0 5 2 20 0 15 0 405847866 11079929856 12642 33554432000 4194304 4196468 140726337620400 140469824412016 140470500141698 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9155] ppid=9093 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9155/stat : 9155 (java) S 9093 9096 5271 0 -1 1077944384 13 13290 0 0 0 0 5 2 20 0 15 0 405847867 11079929856 12642 33554432000 4194304 4196468 140726337620400 140469388436512 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9156] ppid=9093 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9156/stat : 9156 (java) S 9093 9096 5271 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 15 0 405847867 11079929856 12642 33554432000 4194304 4196468 140726337620400 140469254218608 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9157] ppid=9093 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9157/stat : 9157 (java) S 9093 9096 5271 0 -1 1077944384 3 13290 0 0 0 0 5 2 20 0 15 0 405847870 11079929856 12642 33554432000 4194304 4196468 140726337620400 140469013927760 140470500149147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9158] ppid=9093 vsize=10820244 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9096/task/9158/stat : 9158 (java) R 9093 9096 5271 0 -1 4202560 466 13290 0 0 2 0 5 2 20 0 15 0 405847870 11079929856 12642 33554432000 4194304 4196468 140726337620400 140469823359856 140470483613960 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9159] ppid=9093 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9096/task/9159/stat : 9159 (java) S 9093 9096 5271 0 -1 1077944384 143 13290 0 0 1 0 5 2 20 0 15 0 405847870 11079929856 12642 33554432000 4194304 4196468 140726337620400 140469822307056 140470500141698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9160] ppid=9093 vsize=10820244 memory=139664819263104 CPUtime=0.12 cores=1,3,5,7
/proc/9096/task/9160/stat : 9160 (java) S 9093 9096 5271 0 -1 1077944384 651 13290 0 0 5 0 5 2 20 0 15 0 405847870 11079929856 12642 33554432000 4194304 4196468 140726337620400 140469821254256 140470500141698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9161] ppid=9093 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9161/stat : 9161 (java) S 9093 9096 5271 0 -1 1077944384 3 13290 0 0 0 0 5 2 20 0 15 0 405847870 11079929856 12642 33554432000 4194304 4196468 140726337620400 140468980370144 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9162] ppid=9093 vsize=10820244 memory=139664819263104 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9162/stat : 9162 (java) S 9093 9096 5271 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 15 0 405847870 11079929856 12642 33554432000 4194304 4196468 140726337620400 140469820201648 140470500141698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 50568 KiB

[startup+0.706202 s]
/proc/loadavg: 1.27 1.54 1.54 5/227 9162
/proc/meminfo: memFree=29744612/32770624 swapFree=66934288/67108860
[pid=9096] ppid=9093 vsize=10824340 memory=81104 CPUtime=1.14 cores=1,3,5,7
/proc/9096/stat : 9096 (java) S 9093 9096 5271 0 -1 1077944320 15088 13290 0 0 102 5 5 2 20 0 15 0 405847855 11084124160 20276 33554432000 4194304 4196468 140726337620400 140726337602944 140470500130551 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
/proc/9096/statm: 2706085 20276 3508 1 0 2668173 0
[pid=9096/tid=9149] ppid=9093 vsize=10824340 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/9096/task/9149/stat : 9149 (java) R 9093 9096 5271 0 -1 4202560 10752 13290 0 0 56 4 5 2 20 0 15 0 405847864 11084124160 20276 33554432000 4194304 4196468 140726337620400 140470471950736 140470483322805 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9150] ppid=9093 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9150/stat : 9150 (java) S 9093 9096 5271 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 15 0 405847865 11084124160 20276 33554432000 4194304 4196468 140726337620400 140470504373392 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9151] ppid=9093 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9151/stat : 9151 (java) S 9093 9096 5271 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 15 0 405847865 11084124160 20276 33554432000 4194304 4196468 140726337620400 140470403263504 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9152] ppid=9093 vsize=10824340 memory=139664686198992 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9152/stat : 9152 (java) S 9093 9096 5271 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 15 0 405847865 11084124160 20276 33554432000 4194304 4196468 140726337620400 140470402210704 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9153] ppid=9093 vsize=10824340 memory=139668041499241 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9153/stat : 9153 (java) S 9093 9096 5271 0 -1 1077944384 2 13290 0 0 0 0 5 2 20 0 15 0 405847865 11084124160 20276 33554432000 4194304 4196468 140726337620400 140470401157904 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9154] ppid=9093 vsize=10824340 memory=1060 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9154/stat : 9154 (java) S 9093 9096 5271 0 -1 1077944384 5 13290 0 0 0 0 5 2 20 0 15 0 405847866 11084124160 20276 33554432000 4194304 4196468 140726337620400 140469824412016 140470500141698 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9155] ppid=9093 vsize=10824340 memory=7014751519667017297 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9155/stat : 9155 (java) S 9093 9096 5271 0 -1 1077944384 13 13290 0 0 0 0 5 2 20 0 15 0 405847867 11084124160 20276 33554432000 4194304 4196468 140726337620400 140469388436512 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9156] ppid=9093 vsize=10824340 memory=7813575291747980394 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9156/stat : 9156 (java) S 9093 9096 5271 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 15 0 405847867 11084124160 20276 33554432000 4194304 4196468 140726337620400 140469254218608 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9157] ppid=9093 vsize=10824340 memory=14056 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9157/stat : 9157 (java) S 9093 9096 5271 0 -1 1077944384 3 13290 0 0 0 0 5 2 20 0 15 0 405847870 11084124160 20276 33554432000 4194304 4196468 140726337620400 140469013927760 140470500149147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9158] ppid=9093 vsize=10824340 memory=2116 CPUtime=0.22 cores=1,3,5,7
/proc/9096/task/9158/stat : 9158 (java) S 9093 9096 5271 0 -1 1077944384 788 13290 0 0 15 0 5 2 20 0 15 0 405847870 11084124160 20276 33554432000 4194304 4196468 140726337620400 140469823359856 140470500141698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9159] ppid=9093 vsize=10824340 memory=516 CPUtime=0.18 cores=1,3,5,7
/proc/9096/task/9159/stat : 9159 (java) S 9093 9096 5271 0 -1 1077944384 443 13290 0 0 11 0 5 2 20 0 15 0 405847870 11084124160 20276 33554432000 4194304 4196468 140726337620400 140469822307056 140470500141698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9160] ppid=9093 vsize=10824340 memory=1556 CPUtime=0.24 cores=1,3,5,7
/proc/9096/task/9160/stat : 9160 (java) S 9093 9096 5271 0 -1 1077944384 864 13290 0 0 17 0 5 2 20 0 15 0 405847870 11084124160 20276 33554432000 4194304 4196468 140726337620400 140469821254256 140470500141698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9161] ppid=9093 vsize=10824340 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9161/stat : 9161 (java) S 9093 9096 5271 0 -1 1077944384 3 13290 0 0 0 0 5 2 20 0 15 0 405847870 11084124160 20276 33554432000 4194304 4196468 140726337620400 140468980370144 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9162] ppid=9093 vsize=10824340 memory=1668 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9162/stat : 9162 (java) S 9093 9096 5271 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 15 0 405847870 11084124160 20276 33554432000 4194304 4196468 140726337620400 140469820201648 140470500141698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 81104 KiB

[startup+1.50067 s]
/proc/loadavg: 1.27 1.54 1.54 5/227 9162
/proc/meminfo: memFree=29673932/32770624 swapFree=66934288/67108860
[pid=9096] ppid=9093 vsize=10832608 memory=216292 CPUtime=2.97 cores=1,3,5,7
/proc/9096/stat : 9096 (java) S 9093 9096 5271 0 -1 1077944320 24558 13290 0 0 279 11 5 2 20 0 15 0 405847855 11092590592 54073 33554432000 4194304 4196468 140726337620400 140726337602944 140470500130551 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
/proc/9096/statm: 2708152 54073 3576 1 0 2670221 0
[pid=9096/tid=9149] ppid=9093 vsize=10832608 memory=170464 CPUtime=1.42 cores=1,3,5,7
/proc/9096/task/9149/stat : 9149 (java) R 9093 9096 5271 0 -1 4202560 15302 13290 0 0 130 5 5 2 20 0 15 0 405847864 11092590592 54073 33554432000 4194304 4196468 140726337620400 140470471955008 140470484174181 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9150] ppid=9093 vsize=10832608 memory=2436 CPUtime=0.08 cores=1,3,5,7
/proc/9096/task/9150/stat : 9150 (java) S 9093 9096 5271 0 -1 1077944384 306 13290 0 0 1 0 5 2 20 0 15 0 405847865 11092590592 54073 33554432000 4194304 4196468 140726337620400 140470504373392 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9151] ppid=9093 vsize=10832608 memory=1760 CPUtime=0.08 cores=1,3,5,7
/proc/9096/task/9151/stat : 9151 (java) S 9093 9096 5271 0 -1 1077944384 69 13290 0 0 1 0 5 2 20 0 15 0 405847865 11092590592 54073 33554432000 4194304 4196468 140726337620400 140470403263504 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9152] ppid=9093 vsize=10832608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9096/task/9152/stat : 9152 (java) S 9093 9096 5271 0 -1 1077944384 34 13290 0 0 1 0 5 2 20 0 15 0 405847865 11092590592 54073 33554432000 4194304 4196468 140726337620400 140470402210704 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9153] ppid=9093 vsize=10832608 memory=-7303279828959712342 CPUtime=0.08 cores=1,3,5,7
/proc/9096/task/9153/stat : 9153 (java) S 9093 9096 5271 0 -1 1077944384 51 13290 0 0 0 1 5 2 20 0 15 0 405847865 11092590592 54073 33554432000 4194304 4196468 140726337620400 140470401157904 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9154] ppid=9093 vsize=10832608 memory=3833724587141655611 CPUtime=0.08 cores=1,3,5,7
/proc/9096/task/9154/stat : 9154 (java) S 9093 9096 5271 0 -1 1077944384 127 13290 0 0 1 0 5 2 20 0 15 0 405847866 11092590592 54073 33554432000 4194304 4196468 140726337620400 140469824412016 140470500141698 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9155] ppid=9093 vsize=10832608 memory=-6798310482166503264 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9155/stat : 9155 (java) S 9093 9096 5271 0 -1 1077944384 14 13290 0 0 0 0 5 2 20 0 15 0 405847867 11092590592 54073 33554432000 4194304 4196468 140726337620400 140469388436576 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9156] ppid=9093 vsize=10832608 memory=-6078294146213043397 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9156/stat : 9156 (java) S 9093 9096 5271 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 15 0 405847867 11092590592 54073 33554432000 4194304 4196468 140726337620400 140469254218608 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9157] ppid=9093 vsize=10832608 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9157/stat : 9157 (java) S 9093 9096 5271 0 -1 1077944384 3 13290 0 0 0 0 5 2 20 0 15 0 405847870 11092590592 54073 33554432000 4194304 4196468 140726337620400 140469013927760 140470500149147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9158] ppid=9093 vsize=10832608 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/9096/task/9158/stat : 9158 (java) S 9093 9096 5271 0 -1 1077944384 1933 13290 0 0 50 0 5 2 20 0 15 0 405847870 11092590592 54073 33554432000 4194304 4196468 140726337620400 140469823359856 140470500141698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9159] ppid=9093 vsize=10832608 memory=4580 CPUtime=0.6 cores=1,3,5,7
/proc/9096/task/9159/stat : 9159 (java) S 9093 9096 5271 0 -1 1077944384 2635 13290 0 0 53 0 5 2 20 0 15 0 405847870 11092590592 54073 33554432000 4194304 4196468 140726337620400 140469822307056 140470500141698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9160] ppid=9093 vsize=10832608 memory=5793414063310787152 CPUtime=0.44 cores=1,3,5,7
/proc/9096/task/9160/stat : 9160 (java) R 9093 9096 5271 0 -1 4202560 1871 13290 0 0 37 0 5 2 20 0 15 0 405847870 11092590592 54073 33554432000 4194304 4196468 140726337620400 140469821254256 140470493227387 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9161] ppid=9093 vsize=10832608 memory=6075463926090388816 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9161/stat : 9161 (java) S 9093 9096 5271 0 -1 1077944384 3 13290 0 0 0 0 5 2 20 0 15 0 405847870 11092590592 54073 33554432000 4194304 4196468 140726337620400 140468980370144 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9162] ppid=9093 vsize=10832608 memory=7516902878270548847 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9162/stat : 9162 (java) S 9093 9096 5271 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 15 0 405847870 11092590592 54073 33554432000 4194304 4196468 140726337620400 140469820201648 140470500141698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
Current children cumulated CPU time: 2.97 s
Current children cumulated vsize: 10832608 KiB

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

/proc/9096/task/9149/stat : 9149 (java) R 9093 9096 5271 0 -1 4202560 98095 13290 0 0 237473 49 5 2 20 0 15 0 405847864 11107291136 484979 33554432000 4194304 4196468 140726337620400 140470471965376 140470085761267 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9150] ppid=9093 vsize=10846964 memory=1939904 CPUtime=3.88 cores=1,3,5,7
/proc/9096/task/9150/stat : 9150 (java) S 9093 9096 5271 0 -1 1077944384 20553 13290 0 0 360 21 5 2 20 0 15 0 405847865 11107291136 484979 33554432000 4194304 4196468 140726337620400 140470504373392 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9151] ppid=9093 vsize=10846964 memory=1939908 CPUtime=3.88 cores=1,3,5,7
/proc/9096/task/9151/stat : 9151 (java) S 9093 9096 5271 0 -1 1077944384 36506 13290 0 0 361 20 5 2 20 0 15 0 405847865 11107291136 484979 33554432000 4194304 4196468 140726337620400 140470403263504 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9152] ppid=9093 vsize=10846964 memory=1939908 CPUtime=3.86 cores=1,3,5,7
/proc/9096/task/9152/stat : 9152 (java) S 9093 9096 5271 0 -1 1077944384 24828 13290 0 0 359 20 5 2 20 0 15 0 405847865 11107291136 484979 33554432000 4194304 4196468 140726337620400 140470402210704 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9153] ppid=9093 vsize=10846964 memory=1939916 CPUtime=3.87 cores=1,3,5,7
/proc/9096/task/9153/stat : 9153 (java) S 9093 9096 5271 0 -1 1077944384 28039 13290 0 0 357 23 5 2 20 0 15 0 405847865 11107291136 484979 33554432000 4194304 4196468 140726337620400 140470401157904 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9154] ppid=9093 vsize=10846964 memory=1939916 CPUtime=2.78 cores=1,3,5,7
/proc/9096/task/9154/stat : 9154 (java) S 9093 9096 5271 0 -1 1077944384 27844 13290 0 0 251 20 5 2 20 0 15 0 405847866 11107291136 484979 33554432000 4194304 4196468 140726337620400 140469824412016 140470500141698 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9155] ppid=9093 vsize=10846964 memory=1939916 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9155/stat : 9155 (java) S 9093 9096 5271 0 -1 1077944384 26 13290 0 0 0 0 5 2 20 0 15 0 405847867 11107291136 484979 33554432000 4194304 4196468 140726337620400 140469388436640 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9156] ppid=9093 vsize=10846964 memory=1939916 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9156/stat : 9156 (java) S 9093 9096 5271 0 -1 1077944384 21 13290 0 0 0 0 5 2 20 0 15 0 405847867 11107291136 484979 33554432000 4194304 4196468 140726337620400 140469254218624 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9157] ppid=9093 vsize=10846964 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9157/stat : 9157 (java) S 9093 9096 5271 0 -1 1077944384 3 13290 0 0 0 0 5 2 20 0 15 0 405847870 11107291136 484979 33554432000 4194304 4196468 140726337620400 140469013927760 140470500149147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9158] ppid=9093 vsize=10846964 memory=1060 CPUtime=6.45 cores=1,3,5,7
/proc/9096/task/9158/stat : 9158 (java) S 9093 9096 5271 0 -1 1077944384 80126 13290 0 0 627 11 5 2 20 0 15 0 405847870 11107291136 484979 33554432000 4194304 4196468 140726337620400 140469823359856 140470500141698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9159] ppid=9093 vsize=10846964 memory=3624 CPUtime=6.63 cores=1,3,5,7
/proc/9096/task/9159/stat : 9159 (java) S 9093 9096 5271 0 -1 1077944384 83828 13290 0 0 646 10 5 2 20 0 15 0 405847870 11107291136 484979 33554432000 4194304 4196468 140726337620400 140469822307056 140470500141698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9160] ppid=9093 vsize=10846964 memory=56 CPUtime=3.97 cores=1,3,5,7
/proc/9096/task/9160/stat : 9160 (java) S 9093 9096 5271 0 -1 1077944384 69812 13290 0 0 381 9 5 2 20 0 15 0 405847870 11107291136 484979 33554432000 4194304 4196468 140726337620400 140469821254256 140470500141698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9161] ppid=9093 vsize=10846964 memory=804 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9161/stat : 9161 (java) S 9093 9096 5271 0 -1 1077944384 3 13290 0 0 0 0 5 2 20 0 15 0 405847870 11107291136 484979 33554432000 4194304 4196468 140726337620400 140468980370144 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9162] ppid=9093 vsize=10846964 memory=1808 CPUtime=1.31 cores=1,3,5,7
/proc/9096/task/9162/stat : 9162 (java) S 9093 9096 5271 0 -1 1077944384 2455 13290 0 0 59 65 5 2 20 0 15 0 405847870 11107291136 484979 33554432000 4194304 4196468 140726337620400 140469820201648 140470500141698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
Current children cumulated CPU time: 2411.41 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1939916 KiB

[startup+2442.3 s]
/proc/loadavg: 1.27 1.35 1.44 3/229 10060
/proc/meminfo: memFree=29075024/32770624 swapFree=66934316/67108860
[pid=9096] ppid=9093 vsize=10846964 memory=1942044 CPUtime=2471.98 cores=1,3,5,7
/proc/9096/stat : 9096 (java) S 9093 9096 5271 0 -1 1077944320 478412 13290 0 0 246962 229 5 2 20 0 15 0 405847855 11107291136 485511 33554432000 4194304 4196468 140726337620400 140726337602944 140470500130551 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
/proc/9096/statm: 2711741 485511 3620 1 0 2673805 0
[pid=9096/tid=9149] ppid=9093 vsize=10846964 memory=1942020 CPUtime=2434.96 cores=1,3,5,7
/proc/9096/task/9149/stat : 9149 (java) R 9093 9096 5271 0 -1 4202560 98975 13290 0 0 243440 49 5 2 20 0 15 0 405847864 11107291136 485511 33554432000 4194304 4196468 140726337620400 140470471965696 140470085757794 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9150] ppid=9093 vsize=10846964 memory=1942020 CPUtime=4.05 cores=1,3,5,7
/proc/9096/task/9150/stat : 9150 (java) S 9093 9096 5271 0 -1 1077944384 20842 13290 0 0 376 22 5 2 20 0 15 0 405847865 11107291136 485511 33554432000 4194304 4196468 140726337620400 140470504373392 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9151] ppid=9093 vsize=10846964 memory=1942020 CPUtime=4.05 cores=1,3,5,7
/proc/9096/task/9151/stat : 9151 (java) S 9093 9096 5271 0 -1 1077944384 36754 13290 0 0 376 22 5 2 20 0 15 0 405847865 11107291136 485511 33554432000 4194304 4196468 140726337620400 140470403263504 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9152] ppid=9093 vsize=10846964 memory=1942020 CPUtime=4.04 cores=1,3,5,7
/proc/9096/task/9152/stat : 9152 (java) S 9093 9096 5271 0 -1 1077944384 25117 13290 0 0 376 21 5 2 20 0 15 0 405847865 11107291136 485511 33554432000 4194304 4196468 140726337620400 140470402210704 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9153] ppid=9093 vsize=10846964 memory=1942044 CPUtime=4.04 cores=1,3,5,7
/proc/9096/task/9153/stat : 9153 (java) S 9093 9096 5271 0 -1 1077944384 28244 13290 0 0 374 23 5 2 20 0 15 0 405847865 11107291136 485511 33554432000 4194304 4196468 140726337620400 140470401157904 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9154] ppid=9093 vsize=10846964 memory=1942044 CPUtime=2.9 cores=1,3,5,7
/proc/9096/task/9154/stat : 9154 (java) S 9093 9096 5271 0 -1 1077944384 28247 13290 0 0 263 20 5 2 20 0 15 0 405847866 11107291136 485511 33554432000 4194304 4196468 140726337620400 140469824412016 140470500141698 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9155] ppid=9093 vsize=10846964 memory=1942044 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9155/stat : 9155 (java) S 9093 9096 5271 0 -1 1077944384 26 13290 0 0 0 0 5 2 20 0 15 0 405847867 11107291136 485511 33554432000 4194304 4196468 140726337620400 140469388436640 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9156] ppid=9093 vsize=10846964 memory=1942044 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9156/stat : 9156 (java) S 9093 9096 5271 0 -1 1077944384 21 13290 0 0 0 0 5 2 20 0 15 0 405847867 11107291136 485511 33554432000 4194304 4196468 140726337620400 140469254218624 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9157] ppid=9093 vsize=10846964 memory=13568180467533183 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9157/stat : 9157 (java) S 9093 9096 5271 0 -1 1077944384 3 13290 0 0 0 0 5 2 20 0 15 0 405847870 11107291136 485511 33554432000 4194304 4196468 140726337620400 140469013927760 140470500149147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9158] ppid=9093 vsize=10846964 memory=3624 CPUtime=6.47 cores=1,3,5,7
/proc/9096/task/9158/stat : 9158 (java) S 9093 9096 5271 0 -1 1077944384 80717 13290 0 0 629 11 5 2 20 0 15 0 405847870 11107291136 485511 33554432000 4194304 4196468 140726337620400 140469823359856 140470500141698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9159] ppid=9093 vsize=10846964 memory=20604 CPUtime=6.65 cores=1,3,5,7
/proc/9096/task/9159/stat : 9159 (java) S 9093 9096 5271 0 -1 1077944384 84308 13290 0 0 648 10 5 2 20 0 15 0 405847870 11107291136 485511 33554432000 4194304 4196468 140726337620400 140469822307056 140470500141698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9160] ppid=9093 vsize=10846964 memory=1942020 CPUtime=3.98 cores=1,3,5,7
/proc/9096/task/9160/stat : 9160 (java) S 9093 9096 5271 0 -1 1077944384 70456 13290 0 0 382 9 5 2 20 0 15 0 405847870 11107291136 485511 33554432000 4194304 4196468 140726337620400 140469821254256 140470500141698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9161] ppid=9093 vsize=10846964 memory=279329373342704 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9161/stat : 9161 (java) S 9093 9096 5271 0 -1 1077944384 3 13290 0 0 0 0 5 2 20 0 15 0 405847870 11107291136 485511 33554432000 4194304 4196468 140726337620400 140468980370144 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9162] ppid=9093 vsize=10846964 memory=1942020 CPUtime=1.35 cores=1,3,5,7
/proc/9096/task/9162/stat : 9162 (java) S 9093 9096 5271 0 -1 1077944384 2489 13290 0 0 61 67 5 2 20 0 15 0 405847870 11107291136 485511 33554432000 4194304 4196468 140726337620400 140469820201648 140470500141698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
Current children cumulated CPU time: 2471.98 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1942044 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2489.9 s]
/proc/loadavg: 1.19 1.31 1.43 3/227 10064
/proc/meminfo: memFree=29081088/32770624 swapFree=66934316/67108860
[pid=9096] ppid=9093 vsize=10846964 memory=1942104 CPUtime=2520.01 cores=1,3,5,7
/proc/9096/stat : 9096 (java) S 9093 9096 5271 0 -1 1077944320 481435 13290 0 0 251761 233 5 2 20 0 15 0 405847855 11107291136 485526 33554432000 4194304 4196468 140726337620400 140726337602944 140470500130551 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
/proc/9096/statm: 2711741 485526 3620 1 0 2673805 0
[pid=9096/tid=9149] ppid=9093 vsize=10846964 memory=1942060 CPUtime=2482.3 cores=1,3,5,7
/proc/9096/task/9149/stat : 9149 (java) R 9093 9096 5271 0 -1 4202560 99633 13290 0 0 248174 49 5 2 20 0 15 0 405847864 11107291136 485526 33554432000 4194304 4196468 140726337620400 140470471965408 140470085760679 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9150] ppid=9093 vsize=10846964 memory=1942088 CPUtime=4.17 cores=1,3,5,7
/proc/9096/task/9150/stat : 9150 (java) S 9093 9096 5271 0 -1 1077944384 20903 13290 0 0 388 22 5 2 20 0 15 0 405847865 11107291136 485526 33554432000 4194304 4196468 140726337620400 140470504373392 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9151] ppid=9093 vsize=10846964 memory=1942092 CPUtime=4.19 cores=1,3,5,7
/proc/9096/task/9151/stat : 9151 (java) S 9093 9096 5271 0 -1 1077944384 37165 13290 0 0 389 23 5 2 20 0 15 0 405847865 11107291136 485526 33554432000 4194304 4196468 140726337620400 140470403263504 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9152] ppid=9093 vsize=10846964 memory=1942092 CPUtime=4.16 cores=1,3,5,7
/proc/9096/task/9152/stat : 9152 (java) S 9093 9096 5271 0 -1 1077944384 25346 13290 0 0 388 21 5 2 20 0 15 0 405847865 11107291136 485526 33554432000 4194304 4196468 140726337620400 140470402210704 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9153] ppid=9093 vsize=10846964 memory=1942092 CPUtime=4.18 cores=1,3,5,7
/proc/9096/task/9153/stat : 9153 (java) S 9093 9096 5271 0 -1 1077944384 28304 13290 0 0 387 24 5 2 20 0 15 0 405847865 11107291136 485526 33554432000 4194304 4196468 140726337620400 140470401157904 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9154] ppid=9093 vsize=10846964 memory=1942104 CPUtime=2.99 cores=1,3,5,7
/proc/9096/task/9154/stat : 9154 (java) S 9093 9096 5271 0 -1 1077944384 28625 13290 0 0 272 20 5 2 20 0 15 0 405847866 11107291136 485526 33554432000 4194304 4196468 140726337620400 140469824412016 140470500141698 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9155] ppid=9093 vsize=10846964 memory=1942092 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9155/stat : 9155 (java) S 9093 9096 5271 0 -1 1077944384 26 13290 0 0 0 0 5 2 20 0 15 0 405847867 11107291136 485526 33554432000 4194304 4196468 140726337620400 140469388436640 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9156] ppid=9093 vsize=10846964 memory=1942092 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9156/stat : 9156 (java) S 9093 9096 5271 0 -1 1077944384 21 13290 0 0 0 0 5 2 20 0 15 0 405847867 11107291136 485526 33554432000 4194304 4196468 140726337620400 140469254218624 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9157] ppid=9093 vsize=10846964 memory=1942088 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9157/stat : 9157 (java) S 9093 9096 5271 0 -1 1077944384 3 13290 0 0 0 0 5 2 20 0 15 0 405847870 11107291136 485526 33554432000 4194304 4196468 140726337620400 140469013927760 140470500149147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9158] ppid=9093 vsize=10846964 memory=111632 CPUtime=6.49 cores=1,3,5,7
/proc/9096/task/9158/stat : 9158 (java) S 9093 9096 5271 0 -1 1077944384 81234 13290 0 0 631 11 5 2 20 0 15 0 405847870 11107291136 485526 33554432000 4194304 4196468 140726337620400 140469823359856 140470500141698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9159] ppid=9093 vsize=10846964 memory=804 CPUtime=6.67 cores=1,3,5,7
/proc/9096/task/9159/stat : 9159 (java) S 9093 9096 5271 0 -1 1077944384 84595 13290 0 0 650 10 5 2 20 0 15 0 405847870 11107291136 485526 33554432000 4194304 4196468 140726337620400 140469822307056 140470500141698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9160] ppid=9093 vsize=10846964 memory=1412 CPUtime=3.99 cores=1,3,5,7
/proc/9096/task/9160/stat : 9160 (java) S 9093 9096 5271 0 -1 1077944384 70850 13290 0 0 383 9 5 2 20 0 15 0 405847870 11107291136 485526 33554432000 4194304 4196468 140726337620400 140469821254256 140470500141698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9161] ppid=9093 vsize=10846964 memory=1548 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9161/stat : 9161 (java) S 9093 9096 5271 0 -1 1077944384 3 13290 0 0 0 0 5 2 20 0 15 0 405847870 11107291136 485526 33554432000 4194304 4196468 140726337620400 140468980370144 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9162] ppid=9093 vsize=10846964 memory=7148 CPUtime=1.37 cores=1,3,5,7
/proc/9096/task/9162/stat : 9162 (java) S 9093 9096 5271 0 -1 1077944384 2517 13290 0 0 62 68 5 2 20 0 15 0 405847870 11107291136 485526 33554432000 4194304 4196468 140726337620400 140469820201648 140470500141698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1942104 KiB

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

[startup+2489.93 s]
# the end of solver process 9096 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.69 s, system=2.37704 s

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

[startup+2489.9 s]
/proc/loadavg: 1.19 1.31 1.43 3/227 10064
/proc/meminfo: memFree=29081088/32770624 swapFree=66934316/67108860
[pid=9096] ppid=9093 vsize=10846964 memory=1942104 CPUtime=2520.01 cores=1,3,5,7
/proc/9096/stat : 9096 (java) S 9093 9096 5271 0 -1 1077944320 481435 13290 0 0 251761 233 5 2 20 0 15 0 405847855 11107291136 485526 33554432000 4194304 4196468 140726337620400 140726337602944 140470500130551 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
/proc/9096/statm: 2711741 485526 3620 1 0 2673805 0
[pid=9096/tid=9149] ppid=9093 vsize=10846964 memory=1942060 CPUtime=2482.3 cores=1,3,5,7
/proc/9096/task/9149/stat : 9149 (java) R 9093 9096 5271 0 -1 4202560 99633 13290 0 0 248174 49 5 2 20 0 15 0 405847864 11107291136 485526 33554432000 4194304 4196468 140726337620400 140470471965408 140470085760679 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9150] ppid=9093 vsize=10846964 memory=1942088 CPUtime=4.17 cores=1,3,5,7
/proc/9096/task/9150/stat : 9150 (java) S 9093 9096 5271 0 -1 1077944384 20903 13290 0 0 388 22 5 2 20 0 15 0 405847865 11107291136 485526 33554432000 4194304 4196468 140726337620400 140470504373392 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9151] ppid=9093 vsize=10846964 memory=1942092 CPUtime=4.19 cores=1,3,5,7
/proc/9096/task/9151/stat : 9151 (java) S 9093 9096 5271 0 -1 1077944384 37165 13290 0 0 389 23 5 2 20 0 15 0 405847865 11107291136 485526 33554432000 4194304 4196468 140726337620400 140470403263504 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9152] ppid=9093 vsize=10846964 memory=1942092 CPUtime=4.16 cores=1,3,5,7
/proc/9096/task/9152/stat : 9152 (java) S 9093 9096 5271 0 -1 1077944384 25346 13290 0 0 388 21 5 2 20 0 15 0 405847865 11107291136 485526 33554432000 4194304 4196468 140726337620400 140470402210704 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9153] ppid=9093 vsize=10846964 memory=1942092 CPUtime=4.18 cores=1,3,5,7
/proc/9096/task/9153/stat : 9153 (java) S 9093 9096 5271 0 -1 1077944384 28304 13290 0 0 387 24 5 2 20 0 15 0 405847865 11107291136 485526 33554432000 4194304 4196468 140726337620400 140470401157904 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9154] ppid=9093 vsize=10846964 memory=1942104 CPUtime=2.99 cores=1,3,5,7
/proc/9096/task/9154/stat : 9154 (java) S 9093 9096 5271 0 -1 1077944384 28625 13290 0 0 272 20 5 2 20 0 15 0 405847866 11107291136 485526 33554432000 4194304 4196468 140726337620400 140469824412016 140470500141698 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9155] ppid=9093 vsize=10846964 memory=1942092 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9155/stat : 9155 (java) S 9093 9096 5271 0 -1 1077944384 26 13290 0 0 0 0 5 2 20 0 15 0 405847867 11107291136 485526 33554432000 4194304 4196468 140726337620400 140469388436640 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9156] ppid=9093 vsize=10846964 memory=1942092 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9156/stat : 9156 (java) S 9093 9096 5271 0 -1 1077944384 21 13290 0 0 0 0 5 2 20 0 15 0 405847867 11107291136 485526 33554432000 4194304 4196468 140726337620400 140469254218624 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9157] ppid=9093 vsize=10846964 memory=1942088 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9157/stat : 9157 (java) S 9093 9096 5271 0 -1 1077944384 3 13290 0 0 0 0 5 2 20 0 15 0 405847870 11107291136 485526 33554432000 4194304 4196468 140726337620400 140469013927760 140470500149147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9158] ppid=9093 vsize=10846964 memory=111632 CPUtime=6.49 cores=1,3,5,7
/proc/9096/task/9158/stat : 9158 (java) S 9093 9096 5271 0 -1 1077944384 81234 13290 0 0 631 11 5 2 20 0 15 0 405847870 11107291136 485526 33554432000 4194304 4196468 140726337620400 140469823359856 140470500141698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9159] ppid=9093 vsize=10846964 memory=804 CPUtime=6.67 cores=1,3,5,7
/proc/9096/task/9159/stat : 9159 (java) S 9093 9096 5271 0 -1 1077944384 84595 13290 0 0 650 10 5 2 20 0 15 0 405847870 11107291136 485526 33554432000 4194304 4196468 140726337620400 140469822307056 140470500141698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9160] ppid=9093 vsize=10846964 memory=1412 CPUtime=3.99 cores=1,3,5,7
/proc/9096/task/9160/stat : 9160 (java) S 9093 9096 5271 0 -1 1077944384 70850 13290 0 0 383 9 5 2 20 0 15 0 405847870 11107291136 485526 33554432000 4194304 4196468 140726337620400 140469821254256 140470500141698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9161] ppid=9093 vsize=10846964 memory=1548 CPUtime=0.07 cores=1,3,5,7
/proc/9096/task/9161/stat : 9161 (java) S 9093 9096 5271 0 -1 1077944384 3 13290 0 0 0 0 5 2 20 0 15 0 405847870 11107291136 485526 33554432000 4194304 4196468 140726337620400 140468980370144 140470500140757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
[pid=9096/tid=9162] ppid=9093 vsize=10846964 memory=7148 CPUtime=1.37 cores=1,3,5,7
/proc/9096/task/9162/stat : 9162 (java) S 9093 9096 5271 0 -1 1077944384 2517 13290 0 0 62 68 5 2 20 0 15 0 405847870 11107291136 485526 33554432000 4194304 4196468 140726337620400 140469820201648 140470500141698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 31453184 140726337624821 140726337627333 140726337627333 140726337630159 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1942104 KiB

Child status: 143
Real time (s): 2489.93
CPU time (s): 2520.07
CPU user time (s): 2517.69
CPU system time (s): 2.37704
CPU usage (%): 101.21
Max. virtual memory (cumulated for all children) (KiB): 10847580
Max. memory (cumulated for all children) (KiB): 2047920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.69
system time used= 2.37704
maximum resident set size= 2049968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 495240
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 131584
involuntary context switches= 2352


# summary of solver processes directly reported to runsolver:
#   pid: 9096
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2517.69
#   total CPU system time (s): 2.37704

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.3858 second user time and 19.5308 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-12 14:43:20
IDJOB=4387223
IDBENCH=128024
IDSOLVER=2823
FILE ID=node105/4387223-1568295894
RUNJOBID= node105-1568282271-6098
PBS_JOBID= 21701089
Free space on /tmp= 50944 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-8.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387223-1568295894/watcher-4387223-1568295894 -o /tmp/evaluation-result-4387223-1568295894/solver-4387223-1568295894 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568282271-6098 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1093582751 HOME/instance-4387223-1568295894.xml

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

MD5SUM BENCH= 2aec32ddb698ed0594b6493531e6a3ee
RANDOM SEED=1093582751

node105.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.00
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.00
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.00
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.00
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:        29796940 kB
MemAvailable:   29975916 kB
Buffers:           95004 kB
Cached:           370420 kB
SwapCached:        69152 kB
Active:          2147720 kB
Inactive:         265224 kB
Active(anon):    1890052 kB
Inactive(anon):    88540 kB
Active(file):     257668 kB
Inactive(file):   176684 kB
Unevictable:      111340 kB
Mlocked:          111340 kB
SwapTotal:      67108860 kB
SwapFree:       66934288 kB
Dirty:             36268 kB
Writeback:             0 kB
AnonPages:       1806432 kB
Mapped:            46876 kB
Shmem:             22448 kB
Slab:             149072 kB
SReclaimable:     120920 kB
SUnreclaim:        28152 kB
KernelStack:        3984 kB
PageTables:         9492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3038312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1644544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 50912 MiB
End job on node105 at 2019-09-12 15:24:50