Trace number 4392156

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) 2400.05 2367.63

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-2.xml
MD5SUM6e9eac7fa543eb44f101d0276de9753d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark53
Best CPU time to get the best result obtained on this benchmark33.6249
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains24
Minimum domain size3
Maximum domain size25
Distribution of domain sizes[{"size":3,"count":1},{"size":4,"count":8},{"size":5,"count":10},{"size":6,"count":5},{"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.74/0.55	c Concrete v3.10.1560635388952 running
2400.01/2367.61	Exception in thread "main" java.util.concurrent.TimeoutException
2400.01/2367.61		at concrete.MAC.mac(MAC.scala:189)
2400.01/2367.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2400.01/2367.61		at scala.util.Try$.apply(Try.scala:212)
2400.01/2367.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.01/2367.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.01/2367.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.01/2367.61		at concrete.MAC.oneRun(MAC.scala:253)
2400.01/2367.61		at concrete.MAC.nextSolution(MAC.scala:272)
2400.01/2367.61		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2400.01/2367.61		at concrete.ProblemState.map(ProblemState.scala:228)
2400.01/2367.61		at concrete.ProblemState.map(ProblemState.scala:210)
2400.01/2367.61		at concrete.MAC.nextSolution(MAC.scala:334)
2400.01/2367.61		at concrete.Solver.hasNext(Solver.scala:160)
2400.01/2367.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.01/2367.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.01/2367.61		at concrete.Solver.foreach(Solver.scala:67)
2400.01/2367.61		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2400.01/2367.61		at scala.util.Success.map(Try.scala:264)
2400.01/2367.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2400.01/2367.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.01/2367.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.01/2367.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.01/2367.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.01/2367.61		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.01/2367.61		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.01/2367.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.01/2367.61		at scala.App.$anonfun$main$1(App.scala:75)
2400.01/2367.61		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.01/2367.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.01/2367.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.01/2367.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.01/2367.61		at scala.App.main(App.scala:75)
2400.01/2367.61		at scala.App.main$(App.scala:73)
2400.01/2367.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.01/2367.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.01/2367.61	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 (15255 MiB free)
  memory of node 1: 16384 MiB (15228 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392156-1568314940/watcher-4392156-1568314940 -o /tmp/evaluation-result-4392156-1568314940/solver-4392156-1568314940 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568301260-5609 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=2065019135 HOME/instance-4392156-1568314940.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=9625, runsolver pid=9622
Current StackSize limit: 8192 KiB


[startup+0.100096 s]*
/proc/loadavg: 1.67 1.58 1.51 3/217 9679
/proc/meminfo: memFree=31210780/32770624 swapFree=66999768/67108860
[pid=9625] ppid=9622 vsize=9972712 memory=18328 CPUtime=0.09 cores=0,2,4,6
/proc/9625/stat : 9625 (java) S 9622 9625 5578 0 -1 1077944320 4316 13035 0 0 1 0 5 3 20 0 6 0 407408041 10212057088 4582 33554432000 4194304 4196468 140722168638848 140722168621392 140263346126583 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
/proc/9625/statm: 2493178 4582 1931 1 0 2481616 0
[pid=9625/tid=9678] ppid=9622 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9678/stat : 9678 (java) R 9622 9625 5578 0 -1 4202560 2118 13035 0 0 0 0 5 3 20 0 6 0 407408050 10212057088 4582 33554432000 4194304 4196468 140722168638848 140263317963344 140263331809075 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9679] ppid=9622 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9679/stat : 9679 (java) S 9622 9625 5578 0 -1 1077944384 1 13035 0 0 0 0 5 3 20 0 6 0 407408051 10212057088 4582 33554432000 4194304 4196468 140722168638848 140263350361104 140263346136789 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9680] ppid=9622 vsize=9972712 memory=140683945653888 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9680/stat : 9680 (java) S 9622 9625 5578 0 -1 1077944384 2 13035 0 0 0 0 5 3 20 0 6 0 407408051 10212057088 4582 33554432000 4194304 4196468 140722168638848 140263238642832 140263346136789 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9681] ppid=9622 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9681/stat : 9681 (java) S 9622 9625 5578 0 -1 1077944384 2 13035 0 0 0 0 5 3 20 0 6 0 407408051 10212057088 4582 33554432000 4194304 4196468 140722168638848 140263237589776 140263346136789 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9682] ppid=9622 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9682/stat : 9682 (java) S 9622 9625 5578 0 -1 1077944384 2 13035 0 0 0 0 5 3 20 0 6 0 407408051 10212057088 4582 33554432000 4194304 4196468 140722168638848 140263236537232 140263346136789 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.210211 s]*
/proc/loadavg: 1.67 1.58 1.51 4/229 9691
/proc/meminfo: memFree=31190992/32770624 swapFree=66999768/67108860
[pid=9625] ppid=9622 vsize=10818940 memory=37720 CPUtime=0.26 cores=0,2,4,6
/proc/9625/stat : 9625 (java) S 9622 9625 5578 0 -1 1077944320 6742 13035 0 0 16 2 5 3 20 0 15 0 407408041 11078594560 9430 33554432000 4194304 4196468 140722168638848 140722168621392 140263346126583 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
/proc/9625/statm: 2704735 9430 2984 1 0 2667149 0
[pid=9625/tid=9678] ppid=9622 vsize=10818940 memory=5450916389569530688 CPUtime=0.2 cores=0,2,4,6
/proc/9625/task/9678/stat : 9678 (java) R 9622 9625 5578 0 -1 4202560 3239 13035 0 0 11 1 5 3 20 0 15 0 407408050 11078594560 9439 33554432000 4194304 4196468 140722168638848 140263317914368 140263330207070 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9679] ppid=9622 vsize=10818940 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9679/stat : 9679 (java) S 9622 9625 5578 0 -1 1077944384 1 13035 0 0 0 0 5 3 20 0 15 0 407408051 11078594560 9439 33554432000 4194304 4196468 140722168638848 140263350361104 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9680] ppid=9622 vsize=10818940 memory=140683945653888 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9680/stat : 9680 (java) S 9622 9625 5578 0 -1 1077944384 2 13035 0 0 0 0 5 3 20 0 15 0 407408051 11078594560 9439 33554432000 4194304 4196468 140722168638848 140263238642832 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9681] ppid=9622 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9681/stat : 9681 (java) S 9622 9625 5578 0 -1 1077944384 2 13035 0 0 0 0 5 3 20 0 15 0 407408051 11078594560 9439 33554432000 4194304 4196468 140722168638848 140263237589776 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9682] ppid=9622 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9682/stat : 9682 (java) S 9622 9625 5578 0 -1 1077944384 2 13035 0 0 0 0 5 3 20 0 15 0 407408051 11078594560 9439 33554432000 4194304 4196468 140722168638848 140263236537232 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9683] ppid=9622 vsize=10818940 memory=140683945653888 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9683/stat : 9683 (java) S 9622 9625 5578 0 -1 1077944384 2 13035 0 0 0 0 5 3 20 0 15 0 407408052 11078594560 9439 33554432000 4194304 4196468 140722168638848 140262805281008 140263346137730 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9684] ppid=9622 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9684/stat : 9684 (java) S 9622 9625 5578 0 -1 1077944384 33 13035 0 0 0 0 5 3 20 0 15 0 407408053 11078594560 9439 33554432000 4194304 4196468 140722168638848 140262804227232 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9685] ppid=9622 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9685/stat : 9685 (java) S 9622 9625 5578 0 -1 1077944384 1 13035 0 0 0 0 5 3 20 0 15 0 407408053 11078594560 9439 33554432000 4194304 4196468 140722168638848 140262223373040 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9686] ppid=9622 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9686/stat : 9686 (java) S 9622 9625 5578 0 -1 1077944384 3 13035 0 0 0 0 5 3 20 0 15 0 407408056 11078594560 9439 33554432000 4194304 4196468 140722168638848 140261915973584 140263346145179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9687] ppid=9622 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9687/stat : 9687 (java) S 9622 9625 5578 0 -1 1077944384 353 13035 0 0 0 0 5 3 20 0 15 0 407408056 11078594560 9439 33554432000 4194304 4196468 140722168638848 140262770670320 140263346137730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9688] ppid=9622 vsize=10818940 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/9625/task/9688/stat : 9688 (java) S 9622 9625 5578 0 -1 1077944384 274 13035 0 0 1 0 5 3 20 0 15 0 407408056 11078594560 9439 33554432000 4194304 4196468 140722168638848 140262769617776 140263346137730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9689] ppid=9622 vsize=10818940 memory=140683945653888 CPUtime=0.11 cores=0,2,4,6
/proc/9625/task/9689/stat : 9689 (java) S 9622 9625 5578 0 -1 1077944384 631 13035 0 0 3 0 5 3 20 0 15 0 407408056 11078594560 9439 33554432000 4194304 4196468 140722168638848 140262768564720 140263346137730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9690] ppid=9622 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9690/stat : 9690 (java) S 9622 9625 5578 0 -1 1077944384 3 13035 0 0 0 0 5 3 20 0 15 0 407408056 11078594560 9439 33554432000 4194304 4196468 140722168638848 140261882415968 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9691] ppid=9622 vsize=10818940 memory=140683945653888 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9691/stat : 9691 (java) S 9622 9625 5578 0 -1 1077944384 1 13035 0 0 0 0 5 3 20 0 15 0 407408056 11078594560 9439 33554432000 4194304 4196468 140722168638848 140262767512112 140263346137730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 37720 KiB

[startup+0.310572 s]*
/proc/loadavg: 1.67 1.58 1.51 3/229 9691
/proc/meminfo: memFree=31181256/32770624 swapFree=66999768/67108860
[pid=9625] ppid=9622 vsize=10819588 memory=46512 CPUtime=0.41 cores=0,2,4,6
/proc/9625/stat : 9625 (java) S 9622 9625 5578 0 -1 1077944320 10376 13035 0 0 29 4 5 3 20 0 15 0 407408041 11079258112 11628 33554432000 4194304 4196468 140722168638848 140722168621392 140263346126583 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
/proc/9625/statm: 2704897 11628 3106 1 0 2667149 0
[pid=9625/tid=9678] ppid=9622 vsize=10820096 memory=1398722017469774279 CPUtime=0.29 cores=0,2,4,6
/proc/9625/task/9678/stat : 9678 (java) R 9622 9625 5578 0 -1 4202560 6989 13035 0 0 19 2 5 3 20 0 15 0 407408050 11079778304 11760 33554432000 4194304 4196468 140722168638848 140263317939728 140263269170140 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9679] ppid=9622 vsize=10820096 memory=7085968034622368873 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9679/stat : 9679 (java) S 9622 9625 5578 0 -1 1077944384 1 13035 0 0 0 0 5 3 20 0 15 0 407408051 11079778304 11760 33554432000 4194304 4196468 140722168638848 140263350361104 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9680] ppid=9622 vsize=10820096 memory=5788339726952981056 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9680/stat : 9680 (java) S 9622 9625 5578 0 -1 1077944384 2 13035 0 0 0 0 5 3 20 0 15 0 407408051 11079778304 11760 33554432000 4194304 4196468 140722168638848 140263238642832 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9681] ppid=9622 vsize=10820096 memory=7019607771808287945 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9681/stat : 9681 (java) S 9622 9625 5578 0 -1 1077944384 2 13035 0 0 0 0 5 3 20 0 15 0 407408051 11079778304 11760 33554432000 4194304 4196468 140722168638848 140263237589776 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9682] ppid=9622 vsize=10820096 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9682/stat : 9682 (java) S 9622 9625 5578 0 -1 1077944384 2 13035 0 0 0 0 5 3 20 0 15 0 407408051 11079778304 11760 33554432000 4194304 4196468 140722168638848 140263236537232 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9683] ppid=9622 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9683/stat : 9683 (java) S 9622 9625 5578 0 -1 1077944384 2 13035 0 0 0 0 5 3 20 0 15 0 407408052 11079778304 11760 33554432000 4194304 4196468 140722168638848 140262805281008 140263346137730 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9684] ppid=9622 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9684/stat : 9684 (java) S 9622 9625 5578 0 -1 1077944384 33 13035 0 0 0 0 5 3 20 0 15 0 407408053 11079778304 11760 33554432000 4194304 4196468 140722168638848 140262804227232 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9685] ppid=9622 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9685/stat : 9685 (java) S 9622 9625 5578 0 -1 1077944384 1 13035 0 0 0 0 5 3 20 0 15 0 407408053 11079778304 11760 33554432000 4194304 4196468 140722168638848 140262223373040 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9686] ppid=9622 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9686/stat : 9686 (java) S 9622 9625 5578 0 -1 1077944384 3 13035 0 0 0 0 5 3 20 0 15 0 407408056 11079778304 11760 33554432000 4194304 4196468 140722168638848 140261915973584 140263346145179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9687] ppid=9622 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9625/task/9687/stat : 9687 (java) S 9622 9625 5578 0 -1 1077944384 353 13035 0 0 1 0 5 3 20 0 15 0 407408056 11079778304 11760 33554432000 4194304 4196468 140722168638848 140262770670320 140263346137730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9688] ppid=9622 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9625/task/9688/stat : 9688 (java) S 9622 9625 5578 0 -1 1077944384 276 13035 0 0 1 0 5 3 20 0 15 0 407408056 11079778304 11760 33554432000 4194304 4196468 140722168638848 140262769617776 140263346137730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9689] ppid=9622 vsize=10820096 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/9625/task/9689/stat : 9689 (java) S 9622 9625 5578 0 -1 1077944384 640 13035 0 0 5 0 5 3 20 0 15 0 407408056 11079778304 11760 33554432000 4194304 4196468 140722168638848 140262768564720 140263346137730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9690] ppid=9622 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9690/stat : 9690 (java) S 9622 9625 5578 0 -1 1077944384 3 13035 0 0 0 0 5 3 20 0 15 0 407408056 11079778304 11760 33554432000 4194304 4196468 140722168638848 140261882415968 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9691] ppid=9622 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9691/stat : 9691 (java) S 9622 9625 5578 0 -1 1077944384 1 13035 0 0 0 0 5 3 20 0 15 0 407408056 11079778304 11760 33554432000 4194304 4196468 140722168638848 140262767512112 140263346137730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10819588 KiB
Current children cumulated memory: 46512 KiB

[startup+0.701311 s]
/proc/loadavg: 1.67 1.58 1.51 5/229 9691
/proc/meminfo: memFree=31165932/32770624 swapFree=66999768/67108860
[pid=9625] ppid=9622 vsize=10824340 memory=78448 CPUtime=1.16 cores=0,2,4,6
/proc/9625/stat : 9625 (java) S 9622 9625 5578 0 -1 1077944320 14349 13035 0 0 102 6 5 3 20 0 15 0 407408041 11084124160 19612 33554432000 4194304 4196468 140722168638848 140722168621392 140263346126583 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
/proc/9625/statm: 2706085 19612 3507 1 0 2668173 0
[pid=9625/tid=9678] ppid=9622 vsize=10824340 memory=2241 CPUtime=0.67 cores=0,2,4,6
/proc/9625/task/9678/stat : 9678 (java) R 9622 9625 5578 0 -1 4202560 10025 13035 0 0 55 4 5 3 20 0 15 0 407408050 11084124160 19612 33554432000 4194304 4196468 140722168638848 140263317942608 140263326319608 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9679] ppid=9622 vsize=10824340 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9679/stat : 9679 (java) S 9622 9625 5578 0 -1 1077944384 1 13035 0 0 0 0 5 3 20 0 15 0 407408051 11084124160 19612 33554432000 4194304 4196468 140722168638848 140263350361104 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9680] ppid=9622 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9680/stat : 9680 (java) S 9622 9625 5578 0 -1 1077944384 2 13035 0 0 0 0 5 3 20 0 15 0 407408051 11084124160 19612 33554432000 4194304 4196468 140722168638848 140263238642832 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9681] ppid=9622 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9681/stat : 9681 (java) S 9622 9625 5578 0 -1 1077944384 2 13035 0 0 0 0 5 3 20 0 15 0 407408051 11084124160 19612 33554432000 4194304 4196468 140722168638848 140263237589776 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9682] ppid=9622 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9682/stat : 9682 (java) S 9622 9625 5578 0 -1 1077944384 2 13035 0 0 0 0 5 3 20 0 15 0 407408051 11084124160 19612 33554432000 4194304 4196468 140722168638848 140263236537232 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9683] ppid=9622 vsize=10824340 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9683/stat : 9683 (java) S 9622 9625 5578 0 -1 1077944384 5 13035 0 0 0 0 5 3 20 0 15 0 407408052 11084124160 19612 33554432000 4194304 4196468 140722168638848 140262805281008 140263346137730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9684] ppid=9622 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9684/stat : 9684 (java) S 9622 9625 5578 0 -1 1077944384 33 13035 0 0 0 0 5 3 20 0 15 0 407408053 11084124160 19612 33554432000 4194304 4196468 140722168638848 140262804227232 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9685] ppid=9622 vsize=10824340 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9685/stat : 9685 (java) S 9622 9625 5578 0 -1 1077944384 1 13035 0 0 0 0 5 3 20 0 15 0 407408053 11084124160 19612 33554432000 4194304 4196468 140722168638848 140262223373040 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9686] ppid=9622 vsize=10824340 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9686/stat : 9686 (java) S 9622 9625 5578 0 -1 1077944384 3 13035 0 0 0 0 5 3 20 0 15 0 407408056 11084124160 19612 33554432000 4194304 4196468 140722168638848 140261915973584 140263346145179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9687] ppid=9622 vsize=10824340 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/9625/task/9687/stat : 9687 (java) S 9622 9625 5578 0 -1 1077944384 605 13035 0 0 13 0 5 3 20 0 15 0 407408056 11084124160 19612 33554432000 4194304 4196468 140722168638848 140262770670320 140263346137730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9688] ppid=9622 vsize=10824340 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/9625/task/9688/stat : 9688 (java) S 9622 9625 5578 0 -1 1077944384 651 13035 0 0 15 0 5 3 20 0 15 0 407408056 11084124160 19612 33554432000 4194304 4196468 140722168638848 140262769617776 140263346137730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9689] ppid=9622 vsize=10824340 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/9625/task/9689/stat : 9689 (java) S 9622 9625 5578 0 -1 1077944384 805 13035 0 0 17 0 5 3 20 0 15 0 407408056 11084124160 19612 33554432000 4194304 4196468 140722168638848 140262768564720 140263346137730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9690] ppid=9622 vsize=10824340 memory=140683801298928 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9690/stat : 9690 (java) S 9622 9625 5578 0 -1 1077944384 3 13035 0 0 0 0 5 3 20 0 15 0 407408056 11084124160 19612 33554432000 4194304 4196468 140722168638848 140261882415968 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9691] ppid=9622 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9691/stat : 9691 (java) S 9622 9625 5578 0 -1 1077944384 1 13035 0 0 0 0 5 3 20 0 15 0 407408056 11084124160 19612 33554432000 4194304 4196468 140722168638848 140262767512112 140263346137730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 78448 KiB

[startup+1.50127 s]
/proc/loadavg: 1.67 1.58 1.51 6/229 9691
/proc/meminfo: memFree=31100416/32770624 swapFree=66999768/67108860
[pid=9625] ppid=9622 vsize=10832608 memory=214432 CPUtime=3.02 cores=0,2,4,6
/proc/9625/stat : 9625 (java) S 9622 9625 5578 0 -1 1077944320 24556 13035 0 0 281 13 5 3 20 0 15 0 407408041 11092590592 53608 33554432000 4194304 4196468 140722168638848 140722168621392 140263346126583 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
/proc/9625/statm: 2708152 53608 3576 1 0 2670221 0
[pid=9625/tid=9678] ppid=9622 vsize=10832608 memory=25 CPUtime=1.43 cores=0,2,4,6
/proc/9625/task/9678/stat : 9678 (java) R 9622 9625 5578 0 -1 4202560 14797 13035 0 0 128 7 5 3 20 0 15 0 407408050 11092590592 53608 33554432000 4194304 4196468 140722168638848 140263317950160 140263332371462 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9679] ppid=9622 vsize=10832608 memory=29 CPUtime=0.09 cores=0,2,4,6
/proc/9625/task/9679/stat : 9679 (java) S 9622 9625 5578 0 -1 1077944384 34 13035 0 0 1 0 5 3 20 0 15 0 407408051 11092590592 53608 33554432000 4194304 4196468 140722168638848 140263350361104 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9680] ppid=9622 vsize=10832608 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9625/task/9680/stat : 9680 (java) S 9622 9625 5578 0 -1 1077944384 52 13035 0 0 1 0 5 3 20 0 15 0 407408051 11092590592 53608 33554432000 4194304 4196468 140722168638848 140263238642832 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9681] ppid=9622 vsize=10832608 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9625/task/9681/stat : 9681 (java) S 9622 9625 5578 0 -1 1077944384 282 13035 0 0 1 0 5 3 20 0 15 0 407408051 11092590592 53608 33554432000 4194304 4196468 140722168638848 140263237589776 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9682] ppid=9622 vsize=10832608 memory=103900 CPUtime=0.09 cores=0,2,4,6
/proc/9625/task/9682/stat : 9682 (java) S 9622 9625 5578 0 -1 1077944384 86 13035 0 0 1 0 5 3 20 0 15 0 407408051 11092590592 53608 33554432000 4194304 4196468 140722168638848 140263236537232 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9683] ppid=9622 vsize=10832608 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9625/task/9683/stat : 9683 (java) S 9622 9625 5578 0 -1 1077944384 341 13035 0 0 1 0 5 3 20 0 15 0 407408052 11092590592 53608 33554432000 4194304 4196468 140722168638848 140262805281008 140263346137730 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9684] ppid=9622 vsize=10832608 memory=7014751519717741926 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9684/stat : 9684 (java) S 9622 9625 5578 0 -1 1077944384 34 13035 0 0 0 0 5 3 20 0 15 0 407408053 11092590592 53608 33554432000 4194304 4196468 140722168638848 140262804227296 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9685] ppid=9622 vsize=10832608 memory=7157464912173032537 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9685/stat : 9685 (java) S 9622 9625 5578 0 -1 1077944384 1 13035 0 0 0 0 5 3 20 0 15 0 407408053 11092590592 53608 33554432000 4194304 4196468 140722168638848 140262223373056 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9686] ppid=9622 vsize=10832608 memory=7738705254271774057 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9686/stat : 9686 (java) S 9622 9625 5578 0 -1 1077944384 3 13035 0 0 0 0 5 3 20 0 15 0 407408056 11092590592 53608 33554432000 4194304 4196468 140722168638848 140261915973584 140263346145179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9687] ppid=9622 vsize=10832608 memory=5571041044932483173 CPUtime=0.62 cores=0,2,4,6
/proc/9625/task/9687/stat : 9687 (java) S 9622 9625 5578 0 -1 1077944384 2924 13035 0 0 54 0 5 3 20 0 15 0 407408056 11092590592 53608 33554432000 4194304 4196468 140722168638848 140262770670320 140263346137730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9688] ppid=9622 vsize=10832608 memory=7590366794857800810 CPUtime=0.61 cores=0,2,4,6
/proc/9625/task/9688/stat : 9688 (java) S 9622 9625 5578 0 -1 1077944384 2076 13035 0 0 53 0 5 3 20 0 15 0 407408056 11092590592 53608 33554432000 4194304 4196468 140722168638848 140262769617776 140263346137730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9689] ppid=9622 vsize=10832608 memory=7014751519717741926 CPUtime=0.45 cores=0,2,4,6
/proc/9625/task/9689/stat : 9689 (java) S 9622 9625 5578 0 -1 1077944384 1711 13035 0 0 37 0 5 3 20 0 15 0 407408056 11092590592 53608 33554432000 4194304 4196468 140722168638848 140262768564720 140263346137730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9690] ppid=9622 vsize=10832608 memory=7014751519717741926 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9690/stat : 9690 (java) S 9622 9625 5578 0 -1 1077944384 3 13035 0 0 0 0 5 3 20 0 15 0 407408056 11092590592 53608 33554432000 4194304 4196468 140722168638848 140261882415968 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9691] ppid=9622 vsize=10832608 memory=55 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9691/stat : 9691 (java) S 9622 9625 5578 0 -1 1077944384 2 13035 0 0 0 0 5 3 20 0 15 0 407408056 11092590592 53608 33554432000 4194304 4196468 140722168638848 140262767512112 140263346137730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
Current children cumulated CPU time: 3.02 s
Current children cumulated vsize: 10832608 KiB

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

/proc/9625/task/9678/stat : 9678 (java) R 9622 9625 5578 0 -1 4202560 96852 13035 0 0 219345 57 5 3 20 0 15 0 407408050 11107291136 465783 33554432000 4194304 4196468 140722168638848 140263317950336 140262916286048 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9679] ppid=9622 vsize=10846964 memory=1863096 CPUtime=4.35 cores=0,2,4,6
/proc/9625/task/9679/stat : 9679 (java) S 9622 9625 5578 0 -1 1077944384 20211 13035 0 0 402 25 5 3 20 0 15 0 407408051 11107291136 465783 33554432000 4194304 4196468 140722168638848 140263350361104 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9680] ppid=9622 vsize=10846964 memory=0 CPUtime=4.35 cores=0,2,4,6
/proc/9625/task/9680/stat : 9680 (java) S 9622 9625 5578 0 -1 1077944384 26237 13035 0 0 403 24 5 3 20 0 15 0 407408051 11107291136 465783 33554432000 4194304 4196468 140722168638848 140263238642832 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9681] ppid=9622 vsize=10846964 memory=1863132 CPUtime=4.34 cores=0,2,4,6
/proc/9625/task/9681/stat : 9681 (java) S 9622 9625 5578 0 -1 1077944384 33859 13035 0 0 400 26 5 3 20 0 15 0 407408051 11107291136 465783 33554432000 4194304 4196468 140722168638848 140263237589776 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9682] ppid=9622 vsize=10846964 memory=1863132 CPUtime=4.32 cores=0,2,4,6
/proc/9625/task/9682/stat : 9682 (java) S 9622 9625 5578 0 -1 1077944384 25586 13035 0 0 401 23 5 3 20 0 15 0 407408051 11107291136 465783 33554432000 4194304 4196468 140722168638848 140263236537232 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9683] ppid=9622 vsize=10846964 memory=1863096 CPUtime=3.37 cores=0,2,4,6
/proc/9625/task/9683/stat : 9683 (java) S 9622 9625 5578 0 -1 1077944384 29485 13035 0 0 310 19 5 3 20 0 15 0 407408052 11107291136 465783 33554432000 4194304 4196468 140722168638848 140262805281008 140263346137730 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9684] ppid=9622 vsize=10846964 memory=1863132 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9684/stat : 9684 (java) S 9622 9625 5578 0 -1 1077944384 55 13035 0 0 0 0 5 3 20 0 15 0 407408053 11107291136 465783 33554432000 4194304 4196468 140722168638848 140262804227360 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9685] ppid=9622 vsize=10846964 memory=1863132 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9685/stat : 9685 (java) S 9622 9625 5578 0 -1 1077944384 20 13035 0 0 0 0 5 3 20 0 15 0 407408053 11107291136 465783 33554432000 4194304 4196468 140722168638848 140262223373056 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9686] ppid=9622 vsize=10846964 memory=3616 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9686/stat : 9686 (java) S 9622 9625 5578 0 -1 1077944384 3 13035 0 0 0 0 5 3 20 0 15 0 407408056 11107291136 465783 33554432000 4194304 4196468 140722168638848 140261915973584 140263346145179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9687] ppid=9622 vsize=10846964 memory=3616 CPUtime=6.54 cores=0,2,4,6
/proc/9625/task/9687/stat : 9687 (java) S 9622 9625 5578 0 -1 1077944384 85451 13035 0 0 635 11 5 3 20 0 15 0 407408056 11107291136 465783 33554432000 4194304 4196468 140722168638848 140262770670320 140263346137730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9688] ppid=9622 vsize=10846964 memory=33460 CPUtime=7.02 cores=0,2,4,6
/proc/9625/task/9688/stat : 9688 (java) S 9622 9625 5578 0 -1 1077944384 79785 13035 0 0 680 14 5 3 20 0 15 0 407408056 11107291136 465783 33554432000 4194304 4196468 140722168638848 140262769617776 140263346137730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9689] ppid=9622 vsize=10846964 memory=1240 CPUtime=4.1 cores=0,2,4,6
/proc/9625/task/9689/stat : 9689 (java) S 9622 9625 5578 0 -1 1077944384 67756 13035 0 0 392 10 5 3 20 0 15 0 407408056 11107291136 465783 33554432000 4194304 4196468 140722168638848 140262768564720 140263346137730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9690] ppid=9622 vsize=10846964 memory=580 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9690/stat : 9690 (java) S 9622 9625 5578 0 -1 1077944384 3 13035 0 0 0 0 5 3 20 0 15 0 407408056 11107291136 465783 33554432000 4194304 4196468 140722168638848 140261882415968 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9691] ppid=9622 vsize=10846964 memory=1863132 CPUtime=1.32 cores=0,2,4,6
/proc/9625/task/9691/stat : 9691 (java) S 9622 9625 5578 0 -1 1077944384 3131 13035 0 0 65 59 5 3 20 0 15 0 407408056 11107291136 465783 33554432000 4194304 4196468 140722168638848 140262767512112 140263346137730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
Current children cumulated CPU time: 2233.18 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1863132 KiB

[startup+2262.3 s]
/proc/loadavg: 1.11 1.25 1.38 3/227 10024
/proc/meminfo: memFree=27926612/32770624 swapFree=66999780/67108860
[pid=9625] ppid=9622 vsize=10846964 memory=1863164 CPUtime=2293.73 cores=0,2,4,6
/proc/9625/stat : 9625 (java) S 9622 9625 5578 0 -1 1077944320 474890 13035 0 0 229122 243 5 3 20 0 15 0 407408041 11107291136 465791 33554432000 4194304 4196468 140722168638848 140722168621392 140263346126583 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
/proc/9625/statm: 2711741 465791 3618 1 0 2673805 0
[pid=9625/tid=9678] ppid=9622 vsize=10846964 memory=1863164 CPUtime=2253.8 cores=0,2,4,6
/proc/9625/task/9678/stat : 9678 (java) R 9622 9625 5578 0 -1 4202560 97806 13035 0 0 225315 57 5 3 20 0 15 0 407408050 11107291136 465791 33554432000 4194304 4196468 140722168638848 140263317961376 140262916282579 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9679] ppid=9622 vsize=10846964 memory=3848 CPUtime=4.51 cores=0,2,4,6
/proc/9625/task/9679/stat : 9679 (java) S 9622 9625 5578 0 -1 1077944384 20242 13035 0 0 417 26 5 3 20 0 15 0 407408051 11107291136 465791 33554432000 4194304 4196468 140722168638848 140263350361104 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9680] ppid=9622 vsize=10846964 memory=1863164 CPUtime=4.51 cores=0,2,4,6
/proc/9625/task/9680/stat : 9680 (java) S 9622 9625 5578 0 -1 1077944384 26646 13035 0 0 418 25 5 3 20 0 15 0 407408051 11107291136 465791 33554432000 4194304 4196468 140722168638848 140263238642832 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9681] ppid=9622 vsize=10846964 memory=1863164 CPUtime=4.5 cores=0,2,4,6
/proc/9625/task/9681/stat : 9681 (java) S 9622 9625 5578 0 -1 1077944384 33975 13035 0 0 415 27 5 3 20 0 15 0 407408051 11107291136 465791 33554432000 4194304 4196468 140722168638848 140263237589776 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9682] ppid=9622 vsize=10846964 memory=1863164 CPUtime=4.47 cores=0,2,4,6
/proc/9625/task/9682/stat : 9682 (java) S 9622 9625 5578 0 -1 1077944384 26085 13035 0 0 415 24 5 3 20 0 15 0 407408051 11107291136 465791 33554432000 4194304 4196468 140722168638848 140263236537232 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9683] ppid=9622 vsize=10846964 memory=1863164 CPUtime=3.49 cores=0,2,4,6
/proc/9625/task/9683/stat : 9683 (java) S 9622 9625 5578 0 -1 1077944384 29854 13035 0 0 322 19 5 3 20 0 15 0 407408052 11107291136 465791 33554432000 4194304 4196468 140722168638848 140262805281008 140263346137730 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9684] ppid=9622 vsize=10846964 memory=1863164 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9684/stat : 9684 (java) S 9622 9625 5578 0 -1 1077944384 55 13035 0 0 0 0 5 3 20 0 15 0 407408053 11107291136 465791 33554432000 4194304 4196468 140722168638848 140262804227360 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9685] ppid=9622 vsize=10846964 memory=1863164 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9685/stat : 9685 (java) S 9622 9625 5578 0 -1 1077944384 20 13035 0 0 0 0 5 3 20 0 15 0 407408053 11107291136 465791 33554432000 4194304 4196468 140722168638848 140262223373056 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9686] ppid=9622 vsize=10846964 memory=1863164 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9686/stat : 9686 (java) S 9622 9625 5578 0 -1 1077944384 3 13035 0 0 0 0 5 3 20 0 15 0 407408056 11107291136 465791 33554432000 4194304 4196468 140722168638848 140261915973584 140263346145179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9687] ppid=9622 vsize=10846964 memory=1564 CPUtime=6.56 cores=0,2,4,6
/proc/9625/task/9687/stat : 9687 (java) S 9622 9625 5578 0 -1 1077944384 86071 13035 0 0 637 11 5 3 20 0 15 0 407408056 11107291136 465791 33554432000 4194304 4196468 140722168638848 140262770670320 140263346137730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9688] ppid=9622 vsize=10846964 memory=1863164 CPUtime=7.04 cores=0,2,4,6
/proc/9625/task/9688/stat : 9688 (java) S 9622 9625 5578 0 -1 1077944384 80319 13035 0 0 682 14 5 3 20 0 15 0 407408056 11107291136 465791 33554432000 4194304 4196468 140722168638848 140262769617776 140263346137730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9689] ppid=9622 vsize=10846964 memory=1863164 CPUtime=4.12 cores=0,2,4,6
/proc/9625/task/9689/stat : 9689 (java) S 9622 9625 5578 0 -1 1077944384 68427 13035 0 0 394 10 5 3 20 0 15 0 407408056 11107291136 465791 33554432000 4194304 4196468 140722168638848 140262768564720 140263346137730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9690] ppid=9622 vsize=10846964 memory=3616 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9690/stat : 9690 (java) S 9622 9625 5578 0 -1 1077944384 3 13035 0 0 0 0 5 3 20 0 15 0 407408056 11107291136 465791 33554432000 4194304 4196468 140722168638848 140261882415968 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9691] ppid=9622 vsize=10846964 memory=33460 CPUtime=1.35 cores=0,2,4,6
/proc/9625/task/9691/stat : 9691 (java) S 9622 9625 5578 0 -1 1077944384 3174 13035 0 0 66 61 5 3 20 0 15 0 407408056 11107291136 465791 33554432000 4194304 4196468 140722168638848 140262767512112 140263346137730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
Current children cumulated CPU time: 2293.73 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1863164 KiB

[startup+2322.3 s]
/proc/loadavg: 1.21 1.25 1.37 3/228 10036
/proc/meminfo: memFree=27926648/32770624 swapFree=66999780/67108860
[pid=9625] ppid=9622 vsize=10846964 memory=1863252 CPUtime=2354.27 cores=0,2,4,6
/proc/9625/stat : 9625 (java) S 9622 9625 5578 0 -1 1077944320 480209 13035 0 0 235171 248 5 3 20 0 15 0 407408041 11107291136 465813 33554432000 4194304 4196468 140722168638848 140722168621392 140263346126583 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
/proc/9625/statm: 2711741 465813 3618 1 0 2673805 0
[pid=9625/tid=9678] ppid=9622 vsize=10846964 memory=1863252 CPUtime=2313.48 cores=0,2,4,6
/proc/9625/task/9678/stat : 9678 (java) R 9622 9625 5578 0 -1 4202560 98974 13035 0 0 231282 58 5 3 20 0 15 0 407408050 11107291136 465813 33554432000 4194304 4196468 140722168638848 140263317961376 140262916287827 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9679] ppid=9622 vsize=10846964 memory=1863236 CPUtime=4.67 cores=0,2,4,6
/proc/9625/task/9679/stat : 9679 (java) S 9622 9625 5578 0 -1 1077944384 21012 13035 0 0 432 27 5 3 20 0 15 0 407408051 11107291136 465813 33554432000 4194304 4196468 140722168638848 140263350361104 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9680] ppid=9622 vsize=10846964 memory=1863236 CPUtime=4.66 cores=0,2,4,6
/proc/9625/task/9680/stat : 9680 (java) S 9622 9625 5578 0 -1 1077944384 26776 13035 0 0 433 25 5 3 20 0 15 0 407408051 11107291136 465813 33554432000 4194304 4196468 140722168638848 140263238642832 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9681] ppid=9622 vsize=10846964 memory=1863236 CPUtime=4.66 cores=0,2,4,6
/proc/9625/task/9681/stat : 9681 (java) S 9622 9625 5578 0 -1 1077944384 34175 13035 0 0 430 28 5 3 20 0 15 0 407408051 11107291136 465813 33554432000 4194304 4196468 140722168638848 140263237589776 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9682] ppid=9622 vsize=10846964 memory=1863252 CPUtime=4.63 cores=0,2,4,6
/proc/9625/task/9682/stat : 9682 (java) S 9622 9625 5578 0 -1 1077944384 26551 13035 0 0 430 25 5 3 20 0 15 0 407408051 11107291136 465813 33554432000 4194304 4196468 140722168638848 140263236537232 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9683] ppid=9622 vsize=10846964 memory=1863252 CPUtime=3.61 cores=0,2,4,6
/proc/9625/task/9683/stat : 9683 (java) S 9622 9625 5578 0 -1 1077944384 30414 13035 0 0 333 20 5 3 20 0 15 0 407408052 11107291136 465813 33554432000 4194304 4196468 140722168638848 140262805281008 140263346137730 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9684] ppid=9622 vsize=10846964 memory=1863252 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9684/stat : 9684 (java) S 9622 9625 5578 0 -1 1077944384 55 13035 0 0 0 0 5 3 20 0 15 0 407408053 11107291136 465813 33554432000 4194304 4196468 140722168638848 140262804227360 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9685] ppid=9622 vsize=10846964 memory=1863252 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9685/stat : 9685 (java) S 9622 9625 5578 0 -1 1077944384 20 13035 0 0 0 0 5 3 20 0 15 0 407408053 11107291136 465813 33554432000 4194304 4196468 140722168638848 140262223373056 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9686] ppid=9622 vsize=10846964 memory=1863252 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9686/stat : 9686 (java) S 9622 9625 5578 0 -1 1077944384 3 13035 0 0 0 0 5 3 20 0 15 0 407408056 11107291136 465813 33554432000 4194304 4196468 140722168638848 140261915973584 140263346145179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9687] ppid=9622 vsize=10846964 memory=1863252 CPUtime=6.59 cores=0,2,4,6
/proc/9625/task/9687/stat : 9687 (java) S 9622 9625 5578 0 -1 1077944384 86991 13035 0 0 640 11 5 3 20 0 15 0 407408056 11107291136 465813 33554432000 4194304 4196468 140722168638848 140262770670320 140263346137730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9688] ppid=9622 vsize=10846964 memory=1863236 CPUtime=7.07 cores=0,2,4,6
/proc/9625/task/9688/stat : 9688 (java) S 9622 9625 5578 0 -1 1077944384 80666 13035 0 0 685 14 5 3 20 0 15 0 407408056 11107291136 465813 33554432000 4194304 4196468 140722168638848 140262769617776 140263346137730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9689] ppid=9622 vsize=10846964 memory=456 CPUtime=4.13 cores=0,2,4,6
/proc/9625/task/9689/stat : 9689 (java) S 9622 9625 5578 0 -1 1077944384 69117 13035 0 0 395 10 5 3 20 0 15 0 407408056 11107291136 465813 33554432000 4194304 4196468 140722168638848 140262768564720 140263346137730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9690] ppid=9622 vsize=10846964 memory=14008 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9690/stat : 9690 (java) S 9622 9625 5578 0 -1 1077944384 3 13035 0 0 0 0 5 3 20 0 15 0 407408056 11107291136 465813 33554432000 4194304 4196468 140722168638848 140261882415968 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9691] ppid=9622 vsize=10846964 memory=2116 CPUtime=1.38 cores=0,2,4,6
/proc/9625/task/9691/stat : 9691 (java) S 9622 9625 5578 0 -1 1077944384 3242 13035 0 0 68 62 5 3 20 0 15 0 407408056 11107291136 465813 33554432000 4194304 4196468 140722168638848 140262767512112 140263346137730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
Current children cumulated CPU time: 2354.27 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1863252 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2367.6 s]
/proc/loadavg: 1.30 1.26 1.37 3/228 10039
/proc/meminfo: memFree=27927124/32770624 swapFree=66999780/67108860
[pid=9625] ppid=9622 vsize=10846964 memory=1863316 CPUtime=2400.01 cores=0,2,4,6
/proc/9625/stat : 9625 (java) S 9622 9625 5578 0 -1 1077944320 483961 13035 0 0 239741 252 5 3 20 0 15 0 407408041 11107291136 465829 33554432000 4194304 4196468 140722168638848 140722168621392 140263346126583 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
/proc/9625/statm: 2711741 465829 3618 1 0 2673805 0
[pid=9625/tid=9678] ppid=9622 vsize=10846964 memory=33468 CPUtime=2358.53 cores=0,2,4,6
/proc/9625/task/9678/stat : 9678 (java) R 9622 9625 5578 0 -1 4202560 99824 13035 0 0 235787 58 5 3 20 0 15 0 407408050 11107291136 465829 33554432000 4194304 4196468 140722168638848 140263317962128 140262916280345 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9679] ppid=9622 vsize=10846964 memory=988 CPUtime=4.79 cores=0,2,4,6
/proc/9625/task/9679/stat : 9679 (java) S 9622 9625 5578 0 -1 1077944384 21220 13035 0 0 444 27 5 3 20 0 15 0 407408051 11107291136 465829 33554432000 4194304 4196468 140722168638848 140263350361104 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9680] ppid=9622 vsize=10846964 memory=2012 CPUtime=4.79 cores=0,2,4,6
/proc/9625/task/9680/stat : 9680 (java) S 9622 9625 5578 0 -1 1077944384 26884 13035 0 0 445 26 5 3 20 0 15 0 407408051 11107291136 465829 33554432000 4194304 4196468 140722168638848 140263238642832 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9681] ppid=9622 vsize=10846964 memory=8112282956445269571 CPUtime=4.78 cores=0,2,4,6
/proc/9625/task/9681/stat : 9681 (java) S 9622 9625 5578 0 -1 1077944384 34203 13035 0 0 442 28 5 3 20 0 15 0 407408051 11107291136 465829 33554432000 4194304 4196468 140722168638848 140263237589776 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9682] ppid=9622 vsize=10846964 memory=33468 CPUtime=4.75 cores=0,2,4,6
/proc/9625/task/9682/stat : 9682 (java) S 9622 9625 5578 0 -1 1077944384 27273 13035 0 0 442 25 5 3 20 0 15 0 407408051 11107291136 465829 33554432000 4194304 4196468 140722168638848 140263236537232 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9683] ppid=9622 vsize=10846964 memory=988 CPUtime=3.72 cores=0,2,4,6
/proc/9625/task/9683/stat : 9683 (java) S 9622 9625 5578 0 -1 1077944384 30807 13035 0 0 343 21 5 3 20 0 15 0 407408052 11107291136 465829 33554432000 4194304 4196468 140722168638848 140262805281008 140263346137730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9684] ppid=9622 vsize=10846964 memory=2012 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9684/stat : 9684 (java) S 9622 9625 5578 0 -1 1077944384 55 13035 0 0 0 0 5 3 20 0 15 0 407408053 11107291136 465829 33554432000 4194304 4196468 140722168638848 140262804227360 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9685] ppid=9622 vsize=10846964 memory=3616 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9685/stat : 9685 (java) S 9622 9625 5578 0 -1 1077944384 20 13035 0 0 0 0 5 3 20 0 15 0 407408053 11107291136 465829 33554432000 4194304 4196468 140722168638848 140262223373056 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9686] ppid=9622 vsize=10846964 memory=33468 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9686/stat : 9686 (java) S 9622 9625 5578 0 -1 1077944384 3 13035 0 0 0 0 5 3 20 0 15 0 407408056 11107291136 465829 33554432000 4194304 4196468 140722168638848 140261915973584 140263346145179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9687] ppid=9622 vsize=10846964 memory=14008 CPUtime=6.61 cores=0,2,4,6
/proc/9625/task/9687/stat : 9687 (java) S 9622 9625 5578 0 -1 1077944384 87415 13035 0 0 642 11 5 3 20 0 15 0 407408056 11107291136 465829 33554432000 4194304 4196468 140722168638848 140262770670320 140263346137730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9688] ppid=9622 vsize=10846964 memory=2116 CPUtime=7.09 cores=0,2,4,6
/proc/9625/task/9688/stat : 9688 (java) S 9622 9625 5578 0 -1 1077944384 81166 13035 0 0 687 14 5 3 20 0 15 0 407408056 11107291136 465829 33554432000 4194304 4196468 140722168638848 140262769617776 140263346137730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9689] ppid=9622 vsize=10846964 memory=18980 CPUtime=4.14 cores=0,2,4,6
/proc/9625/task/9689/stat : 9689 (java) S 9622 9625 5578 0 -1 1077944384 69602 13035 0 0 396 10 5 3 20 0 15 0 407408056 11107291136 465829 33554432000 4194304 4196468 140722168638848 140262768564720 140263346137730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9690] ppid=9622 vsize=10846964 memory=11852 CPUtime=0.08 cores=0,2,4,6
/proc/9625/task/9690/stat : 9690 (java) S 9622 9625 5578 0 -1 1077944384 3 13035 0 0 0 0 5 3 20 0 15 0 407408056 11107291136 465829 33554432000 4194304 4196468 140722168638848 140261882415968 140263346136789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
[pid=9625/tid=9691] ppid=9622 vsize=10846964 memory=2648 CPUtime=1.41 cores=0,2,4,6
/proc/9625/task/9691/stat : 9691 (java) S 9622 9625 5578 0 -1 1077944384 3276 13035 0 0 70 63 5 3 20 0 15 0 407408056 11107291136 465829 33554432000 4194304 4196468 140722168638848 140262767512112 140263346137730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140722168642293 140722168644805 140722168644805 140722168647631 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1863316 KiB

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

[startup+2367.63 s]
# the end of solver process 9625 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.48 s, system=2.56793 s

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

Child status: 143
Real time (s): 2367.63
CPU time (s): 2400.05
CPU user time (s): 2397.48
CPU system time (s): 2.56793
CPU usage (%): 101.369
Max. virtual memory (cumulated for all children) (KiB): 10847564
Max. memory (cumulated for all children) (KiB): 1929640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.48
system time used= 2.56793
maximum resident set size= 1931688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 499371
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 145192
involuntary context switches= 4294


# summary of solver processes directly reported to runsolver:
#   pid: 9625
#   total CPU time (s): 2400.05
#   total CPU user time (s): 2397.48
#   total CPU system time (s): 2.56793

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5868 second user time and 21.6346 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-12 21:01:40
IDJOB=4392156
IDBENCH=127986
IDSOLVER=2837
FILE ID=node146/4392156-1568314940
RUNJOBID= node146-1568301260-5609
PBS_JOBID= 21701109
Free space on /tmp= 56664 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-2.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392156-1568314940/watcher-4392156-1568314940 -o /tmp/evaluation-result-4392156-1568314940/solver-4392156-1568314940 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568301260-5609 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=2065019135 HOME/instance-4392156-1568314940.xml

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

MD5SUM BENCH= 6e9eac7fa543eb44f101d0276de9753d
RANDOM SEED=2065019135

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:        31215068 kB
MemAvailable:   31487652 kB
Buffers:          122160 kB
Cached:           431420 kB
SwapCached:         5304 kB
Active:           720616 kB
Inactive:         248472 kB
Active(anon):     432664 kB
Inactive(anon):    20848 kB
Active(file):     287952 kB
Inactive(file):   227624 kB
Unevictable:      111008 kB
Mlocked:          111008 kB
SwapTotal:      67108860 kB
SwapFree:       66999768 kB
Dirty:             36120 kB
Writeback:             0 kB
AnonPages:        539588 kB
Mapped:            54116 kB
Shmem:             29128 kB
Slab:             174784 kB
SReclaimable:     145688 kB
SUnreclaim:        29096 kB
KernelStack:        4032 kB
PageTables:         8596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1595956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    409600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 56628 MiB
End job on node146 at 2019-09-12 21:41:07