Trace number 4387148

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.10? (TO) 2520.14 2463.05

General information on the benchmark

NameSocialGolfers/SocialGolfers-cp-s1/
SocialGolfers-6-5-5-cp.xml
MD5SUM7ef6c2ff7df08c4e9d344e8b869548bc
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark117.039
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints4357
Number of domains1
Minimum domain size6
Maximum domain size6
Distribution of domain sizes[{"size":6,"count":150}]
Minimum variable degree118
Maximum variable degree119
Distribution of variable degrees[{"degree":118,"count":120},{"degree":119,"count":30}]
Minimum constraint arity4
Maximum constraint arity150
Distribution of constraint arities[{"arity":4,"count":4350},{"arity":30,"count":6},{"arity":150,"count":1}]
Number of extensional constraints0
Number of intensional constraints4350
Distribution of constraint types[{"type":"intension","count":4350},{"type":"lex","count":1},{"type":"cardinality","count":5},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387148-1568292308/watcher-4387148-1568292308 -o /tmp/evaluation-result-4387148-1568292308/solver-4387148-1568292308 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568286041-32306 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1283658259 HOME/instance-4387148-1568292308.xml 

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

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

solver pid=2429, runsolver pid=2416

[startup+0.100166 s]*
/proc/loadavg: 1.57 1.67 1.62 3/218 2487
/proc/meminfo: memFree=15753308/32770624 swapFree=66939688/67108860
[pid=2429] ppid=2416 vsize=9972712 memory=16812 CPUtime=0.09 cores=0,2,4,6
/proc/2429/stat : 2429 (java) S 2416 2429 31346 0 -1 1077944320 4457 13128 0 0 1 1 4 3 20 0 6 0 405497621 10212057088 4203 33554432000 4194304 4196468 140721159274064 140721159256608 139772895833847 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
/proc/2429/statm: 2493178 4203 1935 1 0 2481616 0
[pid=2429/tid=2483] ppid=2416 vsize=9972712 memory=-8171376296011865461 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2483/stat : 2483 (java) R 2416 2429 31346 0 -1 4202560 2319 13128 0 0 0 0 4 3 20 0 6 0 405497630 10212057088 4269 33554432000 4194304 4196468 140721159274064 139772867670608 139772880889904 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2484] ppid=2416 vsize=9972712 memory=5792869726567804975 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2484/stat : 2484 (java) S 2416 2429 31346 0 -1 1077944384 2 13128 0 0 0 0 4 3 20 0 6 0 405497631 10212057088 4269 33554432000 4194304 4196468 140721159274064 139772900076048 139772895844053 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2485] ppid=2416 vsize=9972712 memory=140030272988800 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2485/stat : 2485 (java) S 2416 2429 31346 0 -1 1077944384 1 13128 0 0 0 0 4 3 20 0 6 0 405497631 10212057088 4269 33554432000 4194304 4196468 140721159274064 139772469045904 139772895844053 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2486] ppid=2416 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2486/stat : 2486 (java) S 2416 2429 31346 0 -1 1077944384 1 13128 0 0 0 0 4 3 20 0 6 0 405497631 10212057088 4269 33554432000 4194304 4196468 140721159274064 139772467992848 139772895844053 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2487] ppid=2416 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2487/stat : 2487 (java) S 2416 2429 31346 0 -1 1077944384 2 13128 0 0 0 0 4 3 20 0 6 0 405497631 10212057088 4269 33554432000 4194304 4196468 140721159274064 139772466940304 139772895844053 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210193 s]*
/proc/loadavg: 1.57 1.67 1.62 4/227 2496
/proc/meminfo: memFree=15734280/32770624 swapFree=66939688/67108860
[pid=2429] ppid=2416 vsize=10818940 memory=40636 CPUtime=0.25 cores=0,2,4,6
/proc/2429/stat : 2429 (java) S 2416 2429 31346 0 -1 1077944320 6983 13128 0 0 17 1 4 3 20 0 15 0 405497621 11078594560 10159 33554432000 4194304 4196468 140721159274064 140721159256608 139772895833847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
/proc/2429/statm: 2704735 10159 2961 1 0 2667149 0
[pid=2429/tid=2483] ppid=2416 vsize=10818940 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/2429/task/2483/stat : 2483 (java) R 2416 2429 31346 0 -1 4202560 3537 13128 0 0 11 1 4 3 20 0 15 0 405497630 11078594560 10159 33554432000 4194304 4196468 140721159274064 139772867667320 139772879914334 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2484] ppid=2416 vsize=10818940 memory=4294967639 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2484/stat : 2484 (java) S 2416 2429 31346 0 -1 1077944384 2 13128 0 0 0 0 4 3 20 0 15 0 405497631 11078594560 10159 33554432000 4194304 4196468 140721159274064 139772900076048 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2485] ppid=2416 vsize=10818940 memory=140030273016165 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2485/stat : 2485 (java) S 2416 2429 31346 0 -1 1077944384 1 13128 0 0 0 0 4 3 20 0 15 0 405497631 11078594560 10159 33554432000 4194304 4196468 140721159274064 139772469045904 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2486] ppid=2416 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2486/stat : 2486 (java) S 2416 2429 31346 0 -1 1077944384 1 13128 0 0 0 0 4 3 20 0 15 0 405497631 11078594560 10159 33554432000 4194304 4196468 140721159274064 139772467992848 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2487] ppid=2416 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2487/stat : 2487 (java) S 2416 2429 31346 0 -1 1077944384 2 13128 0 0 0 0 4 3 20 0 15 0 405497631 11078594560 10159 33554432000 4194304 4196468 140721159274064 139772466940304 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2488] ppid=2416 vsize=10818940 memory=140030272988800 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2488/stat : 2488 (java) S 2416 2429 31346 0 -1 1077944384 2 13128 0 0 0 0 4 3 20 0 15 0 405497632 11078594560 10159 33554432000 4194304 4196468 140721159274064 139772355267312 139772895844994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2489] ppid=2416 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2489/stat : 2489 (java) S 2416 2429 31346 0 -1 1077944384 13 13128 0 0 0 0 4 3 20 0 15 0 405497633 11078594560 10159 33554432000 4194304 4196468 140721159274064 139772261557920 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2490] ppid=2416 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2490/stat : 2490 (java) S 2416 2429 31346 0 -1 1077944384 1 13128 0 0 0 0 4 3 20 0 15 0 405497633 11078594560 10159 33554432000 4194304 4196468 140721159274064 139771657577712 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2491] ppid=2416 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2491/stat : 2491 (java) S 2416 2429 31346 0 -1 1077944384 3 13128 0 0 0 0 4 3 20 0 15 0 405497635 11078594560 10159 33554432000 4194304 4196468 140721159274064 139771417287120 139772895852443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2492] ppid=2416 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2429/task/2492/stat : 2492 (java) R 2416 2429 31346 0 -1 1077944384 443 13128 0 0 1 0 4 3 20 0 15 0 405497635 11078594560 10159 33554432000 4194304 4196468 140721159274064 139772354214128 139772895844994 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2493] ppid=2416 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2493/stat : 2493 (java) S 2416 2429 31346 0 -1 1077944384 175 13128 0 0 0 0 4 3 20 0 15 0 405497636 11078594560 10159 33554432000 4194304 4196468 140721159274064 139772353161584 139772895844994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2494] ppid=2416 vsize=10818940 memory=140030272988800 CPUtime=0.1 cores=0,2,4,6
/proc/2429/task/2494/stat : 2494 (java) S 2416 2429 31346 0 -1 1077944384 623 13128 0 0 3 0 4 3 20 0 15 0 405497636 11078594560 10159 33554432000 4194304 4196468 140721159274064 139772352108528 139772895844994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2495] ppid=2416 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2495/stat : 2495 (java) S 2416 2429 31346 0 -1 1077944384 3 13128 0 0 0 0 4 3 20 0 15 0 405497636 11078594560 10159 33554432000 4194304 4196468 140721159274064 139771383728480 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2496] ppid=2416 vsize=10818940 memory=140030272988800 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2496/stat : 2496 (java) S 2416 2429 31346 0 -1 1077944384 1 13128 0 0 0 0 4 3 20 0 15 0 405497636 11078594560 10159 33554432000 4194304 4196468 140721159274064 139772351056944 139772895844994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 40636 KiB

[startup+0.310472 s]*
/proc/loadavg: 1.57 1.67 1.62 3/227 2496
/proc/meminfo: memFree=15723668/32770624 swapFree=66939688/67108860
[pid=2429] ppid=2416 vsize=10820096 memory=49732 CPUtime=0.39 cores=0,2,4,6
/proc/2429/stat : 2429 (java) S 2416 2429 31346 0 -1 1077944320 10679 13128 0 0 28 4 4 3 20 0 15 0 405497621 11079778304 12433 33554432000 4194304 4196468 140721159274064 140721159256608 139772895833847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
/proc/2429/statm: 2705024 12433 3215 1 0 2667149 0
[pid=2429/tid=2483] ppid=2416 vsize=10820096 memory=6935054825532540783 CPUtime=0.28 cores=0,2,4,6
/proc/2429/task/2483/stat : 2483 (java) R 2416 2429 31346 0 -1 4202560 7218 13128 0 0 19 2 4 3 20 0 15 0 405497630 11079778304 12945 33554432000 4194304 4196468 140721159274064 139772867633104 139772895855773 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2484] ppid=2416 vsize=10820096 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2484/stat : 2484 (java) S 2416 2429 31346 0 -1 1077944384 2 13128 0 0 0 0 4 3 20 0 15 0 405497631 11079778304 12945 33554432000 4194304 4196468 140721159274064 139772900076048 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2485] ppid=2416 vsize=10820096 memory=7824336315716348491 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2485/stat : 2485 (java) S 2416 2429 31346 0 -1 1077944384 1 13128 0 0 0 0 4 3 20 0 15 0 405497631 11079778304 12945 33554432000 4194304 4196468 140721159274064 139772469045904 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2486] ppid=2416 vsize=10820096 memory=4627849528958935443 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2486/stat : 2486 (java) S 2416 2429 31346 0 -1 1077944384 1 13128 0 0 0 0 4 3 20 0 15 0 405497631 11079778304 12945 33554432000 4194304 4196468 140721159274064 139772467992848 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2487] ppid=2416 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2487/stat : 2487 (java) S 2416 2429 31346 0 -1 1077944384 2 13128 0 0 0 0 4 3 20 0 15 0 405497631 11079778304 12945 33554432000 4194304 4196468 140721159274064 139772466940304 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2488] ppid=2416 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2488/stat : 2488 (java) S 2416 2429 31346 0 -1 1077944384 2 13128 0 0 0 0 4 3 20 0 15 0 405497632 11079778304 12945 33554432000 4194304 4196468 140721159274064 139772355267312 139772895844994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2489] ppid=2416 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2489/stat : 2489 (java) S 2416 2429 31346 0 -1 1077944384 13 13128 0 0 0 0 4 3 20 0 15 0 405497633 11079778304 12945 33554432000 4194304 4196468 140721159274064 139772261557920 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2490] ppid=2416 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2490/stat : 2490 (java) S 2416 2429 31346 0 -1 1077944384 1 13128 0 0 0 0 4 3 20 0 15 0 405497633 11079778304 12945 33554432000 4194304 4196468 140721159274064 139771657577712 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2491] ppid=2416 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2491/stat : 2491 (java) S 2416 2429 31346 0 -1 1077944384 3 13128 0 0 0 0 4 3 20 0 15 0 405497635 11079778304 12945 33554432000 4194304 4196468 140721159274064 139771417287120 139772895852443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2492] ppid=2416 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2429/task/2492/stat : 2492 (java) S 2416 2429 31346 0 -1 1077944384 444 13128 0 0 1 0 4 3 20 0 15 0 405497635 11079778304 12945 33554432000 4194304 4196468 140721159274064 139772354214128 139772895844994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2493] ppid=2416 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2429/task/2493/stat : 2493 (java) S 2416 2429 31346 0 -1 1077944384 176 13128 0 0 1 0 4 3 20 0 15 0 405497636 11079778304 12945 33554432000 4194304 4196468 140721159274064 139772353161584 139772895844994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2494] ppid=2416 vsize=10820096 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/2429/task/2494/stat : 2494 (java) S 2416 2429 31346 0 -1 1077944384 632 13128 0 0 5 0 4 3 20 0 15 0 405497636 11079778304 12945 33554432000 4194304 4196468 140721159274064 139772352108528 139772895844994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2495] ppid=2416 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2495/stat : 2495 (java) S 2416 2429 31346 0 -1 1077944384 3 13128 0 0 0 0 4 3 20 0 15 0 405497636 11079778304 12945 33554432000 4194304 4196468 140721159274064 139771383728480 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2496] ppid=2416 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2496/stat : 2496 (java) S 2416 2429 31346 0 -1 1077944384 1 13128 0 0 0 0 4 3 20 0 15 0 405497636 11079778304 12945 33554432000 4194304 4196468 140721159274064 139772351056944 139772895844994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 49732 KiB

[startup+0.700781 s]
/proc/loadavg: 1.57 1.67 1.62 5/227 2496
/proc/meminfo: memFree=15710648/32770624 swapFree=66939688/67108860
[pid=2429] ppid=2416 vsize=10824340 memory=82236 CPUtime=1.13 cores=0,2,4,6
/proc/2429/stat : 2429 (java) S 2416 2429 31346 0 -1 1077944320 14812 13128 0 0 100 6 4 3 20 0 15 0 405497621 11084124160 20559 33554432000 4194304 4196468 140721159274064 140721159256608 139772895833847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
/proc/2429/statm: 2706085 20559 3501 1 0 2668173 0
[pid=2429/tid=2483] ppid=2416 vsize=10824340 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/2429/task/2483/stat : 2483 (java) R 2416 2429 31346 0 -1 4202560 10501 13128 0 0 54 4 4 3 20 0 15 0 405497630 11084124160 20559 33554432000 4194304 4196468 140721159274064 139772867655984 139772879877477 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2484] ppid=2416 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2484/stat : 2484 (java) S 2416 2429 31346 0 -1 1077944384 2 13128 0 0 0 0 4 3 20 0 15 0 405497631 11084124160 20559 33554432000 4194304 4196468 140721159274064 139772900076048 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2485] ppid=2416 vsize=10824340 memory=140030160971120 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2485/stat : 2485 (java) S 2416 2429 31346 0 -1 1077944384 1 13128 0 0 0 0 4 3 20 0 15 0 405497631 11084124160 20559 33554432000 4194304 4196468 140721159274064 139772469045904 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2486] ppid=2416 vsize=10824340 memory=140033113719360 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2486/stat : 2486 (java) S 2416 2429 31346 0 -1 1077944384 1 13128 0 0 0 0 4 3 20 0 15 0 405497631 11084124160 20559 33554432000 4194304 4196468 140721159274064 139772467992848 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2487] ppid=2416 vsize=10824340 memory=728 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2487/stat : 2487 (java) S 2416 2429 31346 0 -1 1077944384 2 13128 0 0 0 0 4 3 20 0 15 0 405497631 11084124160 20559 33554432000 4194304 4196468 140721159274064 139772466940304 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2488] ppid=2416 vsize=10824340 memory=6297835844906604903 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2488/stat : 2488 (java) S 2416 2429 31346 0 -1 1077944384 5 13128 0 0 0 0 4 3 20 0 15 0 405497632 11084124160 20559 33554432000 4194304 4196468 140721159274064 139772355267312 139772895844994 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2489] ppid=2416 vsize=10824340 memory=7811607157311039314 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2489/stat : 2489 (java) S 2416 2429 31346 0 -1 1077944384 13 13128 0 0 0 0 4 3 20 0 15 0 405497633 11084124160 20559 33554432000 4194304 4196468 140721159274064 139772261557920 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2490] ppid=2416 vsize=10824340 memory=5865188000529146989 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2490/stat : 2490 (java) S 2416 2429 31346 0 -1 1077944384 1 13128 0 0 0 0 4 3 20 0 15 0 405497633 11084124160 20559 33554432000 4194304 4196468 140721159274064 139771657577712 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2491] ppid=2416 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2491/stat : 2491 (java) S 2416 2429 31346 0 -1 1077944384 3 13128 0 0 0 0 4 3 20 0 15 0 405497635 11084124160 20559 33554432000 4194304 4196468 140721159274064 139771417287120 139772895852443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2492] ppid=2416 vsize=10824340 memory=47 CPUtime=0.22 cores=0,2,4,6
/proc/2429/task/2492/stat : 2492 (java) S 2416 2429 31346 0 -1 1077944384 834 13128 0 0 15 0 4 3 20 0 15 0 405497635 11084124160 20559 33554432000 4194304 4196468 140721159274064 139772354214128 139772895844994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2493] ppid=2416 vsize=10824340 memory=4 CPUtime=0.19 cores=0,2,4,6
/proc/2429/task/2493/stat : 2493 (java) S 2416 2429 31346 0 -1 1077944384 416 13128 0 0 12 0 4 3 20 0 15 0 405497636 11084124160 20559 33554432000 4194304 4196468 140721159274064 139772353161584 139772895844994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2494] ppid=2416 vsize=10824340 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/2429/task/2494/stat : 2494 (java) S 2416 2429 31346 0 -1 1077944384 821 13128 0 0 17 0 4 3 20 0 15 0 405497636 11084124160 20559 33554432000 4194304 4196468 140721159274064 139772352108528 139772895844994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2495] ppid=2416 vsize=10824340 memory=94 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2495/stat : 2495 (java) S 2416 2429 31346 0 -1 1077944384 3 13128 0 0 0 0 4 3 20 0 15 0 405497636 11084124160 20559 33554432000 4194304 4196468 140721159274064 139771383728480 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2496] ppid=2416 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2496/stat : 2496 (java) S 2416 2429 31346 0 -1 1077944384 1 13128 0 0 0 0 4 3 20 0 15 0 405497636 11084124160 20559 33554432000 4194304 4196468 140721159274064 139772351056944 139772895844994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 82236 KiB

[startup+1.50072 s]
/proc/loadavg: 1.57 1.67 1.62 5/227 2496
/proc/meminfo: memFree=15645476/32770624 swapFree=66939688/67108860
[pid=2429] ppid=2416 vsize=10832608 memory=228728 CPUtime=3.1 cores=0,2,4,6
/proc/2429/stat : 2429 (java) S 2416 2429 31346 0 -1 1077944320 23793 13128 0 0 291 12 4 3 20 0 15 0 405497621 11092590592 57182 33554432000 4194304 4196468 140721159274064 140721159256608 139772895833847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
/proc/2429/statm: 2708152 57182 3574 1 0 2670221 0
[pid=2429/tid=2483] ppid=2416 vsize=10832608 memory=7595975399240192082 CPUtime=1.42 cores=0,2,4,6
/proc/2429/task/2483/stat : 2483 (java) R 2416 2429 31346 0 -1 4202560 14743 13128 0 0 128 7 4 3 20 0 15 0 405497630 11092590592 57182 33554432000 4194304 4196468 140721159274064 139772867643424 139772888070974 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2484] ppid=2416 vsize=10832608 memory=6371563644451508304 CPUtime=0.08 cores=0,2,4,6
/proc/2429/task/2484/stat : 2484 (java) S 2416 2429 31346 0 -1 1077944384 29 13128 0 0 1 0 4 3 20 0 15 0 405497631 11092590592 57182 33554432000 4194304 4196468 140721159274064 139772900076048 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2485] ppid=2416 vsize=10832608 memory=7519147063037158483 CPUtime=0.09 cores=0,2,4,6
/proc/2429/task/2485/stat : 2485 (java) S 2416 2429 31346 0 -1 1077944384 232 13128 0 0 2 0 4 3 20 0 15 0 405497631 11092590592 57182 33554432000 4194304 4196468 140721159274064 139772469045904 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2486] ppid=2416 vsize=10832608 memory=6443622346205258343 CPUtime=0.09 cores=0,2,4,6
/proc/2429/task/2486/stat : 2486 (java) S 2416 2429 31346 0 -1 1077944384 92 13128 0 0 2 0 4 3 20 0 15 0 405497631 11092590592 57182 33554432000 4194304 4196468 140721159274064 139772467992848 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2487] ppid=2416 vsize=10832608 memory=6441371654561087590 CPUtime=0.08 cores=0,2,4,6
/proc/2429/task/2487/stat : 2487 (java) S 2416 2429 31346 0 -1 1077944384 34 13128 0 0 1 0 4 3 20 0 15 0 405497631 11092590592 57182 33554432000 4194304 4196468 140721159274064 139772466940304 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2488] ppid=2416 vsize=10832608 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/2429/task/2488/stat : 2488 (java) S 2416 2429 31346 0 -1 1077944384 915 13128 0 0 1 0 4 3 20 0 15 0 405497632 11092590592 57182 33554432000 4194304 4196468 140721159274064 139772355267312 139772895844994 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2489] ppid=2416 vsize=10832608 memory=6360846566575 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2489/stat : 2489 (java) S 2416 2429 31346 0 -1 1077944384 14 13128 0 0 0 0 4 3 20 0 15 0 405497633 11092590592 57182 33554432000 4194304 4196468 140721159274064 139772261557984 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2490] ppid=2416 vsize=10832608 memory=288230621803970871 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2490/stat : 2490 (java) S 2416 2429 31346 0 -1 1077944384 1 13128 0 0 0 0 4 3 20 0 15 0 405497633 11092590592 57182 33554432000 4194304 4196468 140721159274064 139771657577712 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2491] ppid=2416 vsize=10832608 memory=15262545065805627 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2491/stat : 2491 (java) S 2416 2429 31346 0 -1 1077944384 3 13128 0 0 0 0 4 3 20 0 15 0 405497635 11092590592 57182 33554432000 4194304 4196468 140721159274064 139771417287120 139772895852443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2492] ppid=2416 vsize=10832608 memory=0 CPUtime=0.61 cores=0,2,4,6
/proc/2429/task/2492/stat : 2492 (java) S 2416 2429 31346 0 -1 1077944384 2066 13128 0 0 54 0 4 3 20 0 15 0 405497635 11092590592 57182 33554432000 4194304 4196468 140721159274064 139772354214128 139772895844994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2493] ppid=2416 vsize=10832608 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/2429/task/2493/stat : 2493 (java) S 2416 2429 31346 0 -1 1077944384 1813 13128 0 0 57 0 4 3 20 0 15 0 405497636 11092590592 57182 33554432000 4194304 4196468 140721159274064 139772353161584 139772895844994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2494] ppid=2416 vsize=10832608 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/2429/task/2494/stat : 2494 (java) S 2416 2429 31346 0 -1 1077944384 1639 13128 0 0 41 0 4 3 20 0 15 0 405497636 11092590592 57182 33554432000 4194304 4196468 140721159274064 139772352108528 139772895844994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2495] ppid=2416 vsize=10832608 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2495/stat : 2495 (java) S 2416 2429 31346 0 -1 1077944384 3 13128 0 0 0 0 4 3 20 0 15 0 405497636 11092590592 57182 33554432000 4194304 4196468 140721159274064 139771383728480 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2496] ppid=2416 vsize=10832608 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2496/stat : 2496 (java) S 2416 2429 31346 0 -1 1077944384 3 13128 0 0 0 0 4 3 20 0 15 0 405497636 11092590592 57182 33554432000 4194304 4196468 140721159274064 139772351056944 139772895844994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 10832608 KiB

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

/proc/2429/task/2483/stat : 2483 (java) R 2416 2429 31346 0 -1 4202560 80465 13128 0 0 229767 52 4 3 20 0 15 0 405497630 11107291136 369910 33554432000 4194304 4196468 140721159274064 139772867669696 139772491533388 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2484] ppid=2416 vsize=10846964 memory=1479640 CPUtime=12.65 cores=0,2,4,6
/proc/2429/task/2484/stat : 2484 (java) S 2416 2429 31346 0 -1 1077944384 18366 13128 0 0 1206 52 4 3 20 0 15 0 405497631 11107291136 369910 33554432000 4194304 4196468 140721159274064 139772900076048 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2485] ppid=2416 vsize=10846964 memory=1479624 CPUtime=12.66 cores=0,2,4,6
/proc/2429/task/2485/stat : 2485 (java) S 2416 2429 31346 0 -1 1077944384 26056 13128 0 0 1210 49 4 3 20 0 15 0 405497631 11107291136 369910 33554432000 4194304 4196468 140721159274064 139772469045904 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2486] ppid=2416 vsize=10846964 memory=1477564 CPUtime=12.64 cores=0,2,4,6
/proc/2429/task/2486/stat : 2486 (java) S 2416 2429 31346 0 -1 1077944384 23694 13128 0 0 1209 48 4 3 20 0 15 0 405497631 11107291136 369910 33554432000 4194304 4196468 140721159274064 139772467992848 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2487] ppid=2416 vsize=10846964 memory=1479620 CPUtime=12.65 cores=0,2,4,6
/proc/2429/task/2487/stat : 2487 (java) S 2416 2429 31346 0 -1 1077944384 23345 13128 0 0 1208 50 4 3 20 0 15 0 405497631 11107291136 369910 33554432000 4194304 4196468 140721159274064 139772466940304 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2488] ppid=2416 vsize=10846964 memory=1479624 CPUtime=9.29 cores=0,2,4,6
/proc/2429/task/2488/stat : 2488 (java) S 2416 2429 31346 0 -1 1077944384 22096 13128 0 0 873 49 4 3 20 0 15 0 405497632 11107291136 369910 33554432000 4194304 4196468 140721159274064 139772355267312 139772895844994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2489] ppid=2416 vsize=10846964 memory=1479624 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2489/stat : 2489 (java) S 2416 2429 31346 0 -1 1077944384 15 13128 0 0 0 0 4 3 20 0 15 0 405497633 11107291136 369910 33554432000 4194304 4196468 140721159274064 139772261557984 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2490] ppid=2416 vsize=10846964 memory=1479640 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2490/stat : 2490 (java) S 2416 2429 31346 0 -1 1077944384 4 13128 0 0 0 0 4 3 20 0 15 0 405497633 11107291136 369910 33554432000 4194304 4196468 140721159274064 139771657577728 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2491] ppid=2416 vsize=10846964 memory=6944652027076318631 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2491/stat : 2491 (java) S 2416 2429 31346 0 -1 1077944384 3 13128 0 0 0 0 4 3 20 0 15 0 405497635 11107291136 369910 33554432000 4194304 4196468 140721159274064 139771417287120 139772895852443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2492] ppid=2416 vsize=10846964 memory=1479640 CPUtime=7.52 cores=0,2,4,6
/proc/2429/task/2492/stat : 2492 (java) S 2416 2429 31346 0 -1 1077944384 26492 13128 0 0 741 4 4 3 20 0 15 0 405497635 11107291136 369910 33554432000 4194304 4196468 140721159274064 139772354214128 139772895844994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2493] ppid=2416 vsize=10846964 memory=1479640 CPUtime=6.6 cores=0,2,4,6
/proc/2429/task/2493/stat : 2493 (java) S 2416 2429 31346 0 -1 1077944384 21419 13128 0 0 647 6 4 3 20 0 15 0 405497636 11107291136 369910 33554432000 4194304 4196468 140721159274064 139772353161584 139772895844994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2494] ppid=2416 vsize=10846964 memory=1479640 CPUtime=3.84 cores=0,2,4,6
/proc/2429/task/2494/stat : 2494 (java) S 2416 2429 31346 0 -1 1077944384 15839 13128 0 0 372 5 4 3 20 0 15 0 405497636 11107291136 369910 33554432000 4194304 4196468 140721159274064 139772352108528 139772895844994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2495] ppid=2416 vsize=10846964 memory=1479640 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2495/stat : 2495 (java) S 2416 2429 31346 0 -1 1077944384 3 13128 0 0 0 0 4 3 20 0 15 0 405497636 11107291136 369910 33554432000 4194304 4196468 140721159274064 139771383728480 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2496] ppid=2416 vsize=10846964 memory=1479640 CPUtime=1.42 cores=0,2,4,6
/proc/2429/task/2496/stat : 2496 (java) S 2416 2429 31346 0 -1 1077944384 1836 13128 0 0 69 66 4 3 20 0 15 0 405497636 11107291136 369910 33554432000 4194304 4196468 140721159274064 139772351056944 139772895844994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
Current children cumulated CPU time: 2377.02 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1479640 KiB

[startup+2382.3 s]
/proc/loadavg: 1.18 1.78 2.16 3/227 2995
/proc/meminfo: memFree=15585032/32770624 swapFree=66939688/67108860
[pid=2429] ppid=2416 vsize=10846964 memory=1479652 CPUtime=2438.02 cores=0,2,4,6
/proc/2429/stat : 2429 (java) S 2416 2429 31346 0 -1 1077944320 263601 13128 0 0 243453 342 4 3 20 0 15 0 405497621 11107291136 369913 33554432000 4194304 4196468 140721159274064 140721159256608 139772895833847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
/proc/2429/statm: 2711741 369913 3627 1 0 2673805 0
[pid=2429/tid=2483] ppid=2416 vsize=10846964 memory=1479652 CPUtime=2357.6 cores=0,2,4,6
/proc/2429/task/2483/stat : 2483 (java) R 2416 2429 31346 0 -1 4202560 81314 13128 0 0 235700 53 4 3 20 0 15 0 405497630 11107291136 369913 33554432000 4194304 4196468 140721159274064 139772867669856 139772492720135 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2484] ppid=2416 vsize=10846964 memory=1479652 CPUtime=12.99 cores=0,2,4,6
/proc/2429/task/2484/stat : 2484 (java) S 2416 2429 31346 0 -1 1077944384 18572 13128 0 0 1239 53 4 3 20 0 15 0 405497631 11107291136 369913 33554432000 4194304 4196468 140721159274064 139772900076048 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2485] ppid=2416 vsize=10846964 memory=1479652 CPUtime=13 cores=0,2,4,6
/proc/2429/task/2485/stat : 2485 (java) S 2416 2429 31346 0 -1 1077944384 26069 13128 0 0 1243 50 4 3 20 0 15 0 405497631 11107291136 369913 33554432000 4194304 4196468 140721159274064 139772469045904 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2486] ppid=2416 vsize=10846964 memory=1479652 CPUtime=12.98 cores=0,2,4,6
/proc/2429/task/2486/stat : 2486 (java) S 2416 2429 31346 0 -1 1077944384 23908 13128 0 0 1242 49 4 3 20 0 15 0 405497631 11107291136 369913 33554432000 4194304 4196468 140721159274064 139772467992848 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2487] ppid=2416 vsize=10846964 memory=1479652 CPUtime=12.99 cores=0,2,4,6
/proc/2429/task/2487/stat : 2487 (java) S 2416 2429 31346 0 -1 1077944384 23568 13128 0 0 1241 51 4 3 20 0 15 0 405497631 11107291136 369913 33554432000 4194304 4196468 140721159274064 139772466940304 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2488] ppid=2416 vsize=10846964 memory=1479652 CPUtime=9.56 cores=0,2,4,6
/proc/2429/task/2488/stat : 2488 (java) S 2416 2429 31346 0 -1 1077944384 22328 13128 0 0 899 50 4 3 20 0 15 0 405497632 11107291136 369913 33554432000 4194304 4196468 140721159274064 139772355267312 139772895844994 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2489] ppid=2416 vsize=10846964 memory=1479652 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2489/stat : 2489 (java) S 2416 2429 31346 0 -1 1077944384 15 13128 0 0 0 0 4 3 20 0 15 0 405497633 11107291136 369913 33554432000 4194304 4196468 140721159274064 139772261557984 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2490] ppid=2416 vsize=10846964 memory=1376 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2490/stat : 2490 (java) S 2416 2429 31346 0 -1 1077944384 4 13128 0 0 0 0 4 3 20 0 15 0 405497633 11107291136 369913 33554432000 4194304 4196468 140721159274064 139771657577728 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2491] ppid=2416 vsize=10846964 memory=1060 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2491/stat : 2491 (java) S 2416 2429 31346 0 -1 1077944384 3 13128 0 0 0 0 4 3 20 0 15 0 405497635 11107291136 369913 33554432000 4194304 4196468 140721159274064 139771417287120 139772895852443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2492] ppid=2416 vsize=10846964 memory=1479652 CPUtime=7.52 cores=0,2,4,6
/proc/2429/task/2492/stat : 2492 (java) S 2416 2429 31346 0 -1 1077944384 26494 13128 0 0 741 4 4 3 20 0 15 0 405497635 11107291136 369913 33554432000 4194304 4196468 140721159274064 139772354214128 139772895844994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2493] ppid=2416 vsize=10846964 memory=1479652 CPUtime=6.6 cores=0,2,4,6
/proc/2429/task/2493/stat : 2493 (java) S 2416 2429 31346 0 -1 1077944384 21421 13128 0 0 647 6 4 3 20 0 15 0 405497636 11107291136 369913 33554432000 4194304 4196468 140721159274064 139772353161584 139772895844994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2494] ppid=2416 vsize=10846964 memory=1479652 CPUtime=3.84 cores=0,2,4,6
/proc/2429/task/2494/stat : 2494 (java) S 2416 2429 31346 0 -1 1077944384 15841 13128 0 0 372 5 4 3 20 0 15 0 405497636 11107291136 369913 33554432000 4194304 4196468 140721159274064 139772352108528 139772895844994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2495] ppid=2416 vsize=10846964 memory=2004 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2495/stat : 2495 (java) S 2416 2429 31346 0 -1 1077944384 3 13128 0 0 0 0 4 3 20 0 15 0 405497636 11107291136 369913 33554432000 4194304 4196468 140721159274064 139771383728480 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2496] ppid=2416 vsize=10846964 memory=2004 CPUtime=1.45 cores=0,2,4,6
/proc/2429/task/2496/stat : 2496 (java) S 2416 2429 31346 0 -1 1077944384 1852 13128 0 0 71 67 4 3 20 0 15 0 405497636 11107291136 369913 33554432000 4194304 4196468 140721159274064 139772351056944 139772895844994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
Current children cumulated CPU time: 2438.02 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1479652 KiB

[startup+2442.3 s]
/proc/loadavg: 1.20 1.67 2.10 3/227 3000
/proc/meminfo: memFree=15581364/32770624 swapFree=66939688/67108860
[pid=2429] ppid=2416 vsize=10846964 memory=1481772 CPUtime=2499 cores=0,2,4,6
/proc/2429/stat : 2429 (java) S 2416 2429 31346 0 -1 1077944320 265605 13128 0 0 249542 351 4 3 20 0 15 0 405497621 11107291136 370443 33554432000 4194304 4196468 140721159274064 140721159256608 139772895833847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
/proc/2429/statm: 2711741 370443 3627 1 0 2673805 0
[pid=2429/tid=2483] ppid=2416 vsize=10846964 memory=1481772 CPUtime=2416.93 cores=0,2,4,6
/proc/2429/task/2483/stat : 2483 (java) R 2416 2429 31346 0 -1 4202560 82155 13128 0 0 241632 54 4 3 20 0 15 0 405497630 11107291136 370443 33554432000 4194304 4196468 140721159274064 139772867668944 139772498195443 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2484] ppid=2416 vsize=10846964 memory=1481772 CPUtime=13.32 cores=0,2,4,6
/proc/2429/task/2484/stat : 2484 (java) S 2416 2429 31346 0 -1 1077944384 18828 13128 0 0 1271 54 4 3 20 0 15 0 405497631 11107291136 370443 33554432000 4194304 4196468 140721159274064 139772900076048 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2485] ppid=2416 vsize=10846964 memory=1481772 CPUtime=13.34 cores=0,2,4,6
/proc/2429/task/2485/stat : 2485 (java) S 2416 2429 31346 0 -1 1077944384 26119 13128 0 0 1276 51 4 3 20 0 15 0 405497631 11107291136 370443 33554432000 4194304 4196468 140721159274064 139772469045904 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2486] ppid=2416 vsize=10846964 memory=1481772 CPUtime=13.31 cores=0,2,4,6
/proc/2429/task/2486/stat : 2486 (java) S 2416 2429 31346 0 -1 1077944384 24097 13128 0 0 1274 50 4 3 20 0 15 0 405497631 11107291136 370443 33554432000 4194304 4196468 140721159274064 139772467992848 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2487] ppid=2416 vsize=10846964 memory=920 CPUtime=13.33 cores=0,2,4,6
/proc/2429/task/2487/stat : 2487 (java) S 2416 2429 31346 0 -1 1077944384 23800 13128 0 0 1273 53 4 3 20 0 15 0 405497631 11107291136 370443 33554432000 4194304 4196468 140721159274064 139772466940304 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2488] ppid=2416 vsize=10846964 memory=1481772 CPUtime=9.84 cores=0,2,4,6
/proc/2429/task/2488/stat : 2488 (java) S 2416 2429 31346 0 -1 1077944384 22733 13128 0 0 924 53 4 3 20 0 15 0 405497632 11107291136 370443 33554432000 4194304 4196468 140721159274064 139772355267312 139772895844994 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2489] ppid=2416 vsize=10846964 memory=1481752 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2489/stat : 2489 (java) S 2416 2429 31346 0 -1 1077944384 15 13128 0 0 0 0 4 3 20 0 15 0 405497633 11107291136 370443 33554432000 4194304 4196468 140721159274064 139772261557984 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2490] ppid=2416 vsize=10846964 memory=1481752 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2490/stat : 2490 (java) S 2416 2429 31346 0 -1 1077944384 4 13128 0 0 0 0 4 3 20 0 15 0 405497633 11107291136 370443 33554432000 4194304 4196468 140721159274064 139771657577728 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2491] ppid=2416 vsize=10846964 memory=1481772 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2491/stat : 2491 (java) S 2416 2429 31346 0 -1 1077944384 3 13128 0 0 0 0 4 3 20 0 15 0 405497635 11107291136 370443 33554432000 4194304 4196468 140721159274064 139771417287120 139772895852443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2492] ppid=2416 vsize=10846964 memory=1481772 CPUtime=7.52 cores=0,2,4,6
/proc/2429/task/2492/stat : 2492 (java) S 2416 2429 31346 0 -1 1077944384 26498 13128 0 0 741 4 4 3 20 0 15 0 405497635 11107291136 370443 33554432000 4194304 4196468 140721159274064 139772354214128 139772895844994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2493] ppid=2416 vsize=10846964 memory=1724 CPUtime=6.6 cores=0,2,4,6
/proc/2429/task/2493/stat : 2493 (java) S 2416 2429 31346 0 -1 1077944384 21425 13128 0 0 647 6 4 3 20 0 15 0 405497636 11107291136 370443 33554432000 4194304 4196468 140721159274064 139772353161584 139772895844994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2494] ppid=2416 vsize=10846964 memory=5956 CPUtime=3.84 cores=0,2,4,6
/proc/2429/task/2494/stat : 2494 (java) S 2416 2429 31346 0 -1 1077944384 15845 13128 0 0 372 5 4 3 20 0 15 0 405497636 11107291136 370443 33554432000 4194304 4196468 140721159274064 139772352108528 139772895844994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2495] ppid=2416 vsize=10846964 memory=1481772 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2495/stat : 2495 (java) S 2416 2429 31346 0 -1 1077944384 3 13128 0 0 0 0 4 3 20 0 15 0 405497636 11107291136 370443 33554432000 4194304 4196468 140721159274064 139771383728480 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2496] ppid=2416 vsize=10846964 memory=2004 CPUtime=1.49 cores=0,2,4,6
/proc/2429/task/2496/stat : 2496 (java) S 2416 2429 31346 0 -1 1077944384 1871 13128 0 0 73 69 4 3 20 0 15 0 405497636 11107291136 370443 33554432000 4194304 4196468 140721159274064 139772351056944 139772895844994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
Current children cumulated CPU time: 2499 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1481772 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2463 s]*
/proc/loadavg: 1.28 1.66 2.09 3/227 3003
/proc/meminfo: memFree=15581372/32770624 swapFree=66939688/67108860
[pid=2429] ppid=2416 vsize=10846964 memory=1481772 CPUtime=2520.07 cores=0,2,4,6
/proc/2429/stat : 2429 (java) S 2416 2429 31346 0 -1 1077944320 266115 13128 0 0 251646 354 4 3 20 0 15 0 405497621 11107291136 370443 33554432000 4194304 4196468 140721159274064 140721159256608 139772895833847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
/proc/2429/statm: 2711741 370443 3627 1 0 2673805 0
[pid=2429/tid=2483] ppid=2416 vsize=10846964 memory=6935054825532540783 CPUtime=2437.4 cores=0,2,4,6
/proc/2429/task/2483/stat : 2483 (java) R 2416 2429 31346 0 -1 4202560 82447 13128 0 0 243679 54 4 3 20 0 15 0 405497630 11107291136 370443 33554432000 4194304 4196468 140721159274064 139772867669856 139772498195354 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2484] ppid=2416 vsize=10846964 memory=4872558044660077418 CPUtime=13.44 cores=0,2,4,6
/proc/2429/task/2484/stat : 2484 (java) S 2416 2429 31346 0 -1 1077944384 18828 13128 0 0 1282 55 4 3 20 0 15 0 405497631 11107291136 370443 33554432000 4194304 4196468 140721159274064 139772900076048 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2485] ppid=2416 vsize=10846964 memory=8112282956445269571 CPUtime=13.46 cores=0,2,4,6
/proc/2429/task/2485/stat : 2485 (java) S 2416 2429 31346 0 -1 1077944384 26123 13128 0 0 1288 51 4 3 20 0 15 0 405497631 11107291136 370443 33554432000 4194304 4196468 140721159274064 139772469045904 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2486] ppid=2416 vsize=10846964 memory=140030161772228 CPUtime=13.44 cores=0,2,4,6
/proc/2429/task/2486/stat : 2486 (java) S 2416 2429 31346 0 -1 1077944384 24127 13128 0 0 1286 51 4 3 20 0 15 0 405497631 11107291136 370443 33554432000 4194304 4196468 140721159274064 139772467992848 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2487] ppid=2416 vsize=10846964 memory=140030161772324 CPUtime=13.45 cores=0,2,4,6
/proc/2429/task/2487/stat : 2487 (java) S 2416 2429 31346 0 -1 1077944384 23954 13128 0 0 1285 53 4 3 20 0 15 0 405497631 11107291136 370443 33554432000 4194304 4196468 140721159274064 139772466940304 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2488] ppid=2416 vsize=10846964 memory=140030161772420 CPUtime=9.93 cores=0,2,4,6
/proc/2429/task/2488/stat : 2488 (java) S 2416 2429 31346 0 -1 1077944384 22761 13128 0 0 933 53 4 3 20 0 15 0 405497632 11107291136 370443 33554432000 4194304 4196468 140721159274064 139772355267312 139772895844994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2489] ppid=2416 vsize=10846964 memory=140030161253140 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2489/stat : 2489 (java) S 2416 2429 31346 0 -1 1077944384 15 13128 0 0 0 0 4 3 20 0 15 0 405497633 11107291136 370443 33554432000 4194304 4196468 140721159274064 139772261557984 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2490] ppid=2416 vsize=10846964 memory=140030161253236 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2490/stat : 2490 (java) S 2416 2429 31346 0 -1 1077944384 4 13128 0 0 0 0 4 3 20 0 15 0 405497633 11107291136 370443 33554432000 4194304 4196468 140721159274064 139771657577728 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2491] ppid=2416 vsize=10846964 memory=14698487010821662 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2491/stat : 2491 (java) S 2416 2429 31346 0 -1 1077944384 3 13128 0 0 0 0 4 3 20 0 15 0 405497635 11107291136 370443 33554432000 4194304 4196468 140721159274064 139771417287120 139772895852443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2492] ppid=2416 vsize=10846964 memory=4353100002138398752 CPUtime=7.52 cores=0,2,4,6
/proc/2429/task/2492/stat : 2492 (java) S 2416 2429 31346 0 -1 1077944384 26498 13128 0 0 741 4 4 3 20 0 15 0 405497635 11107291136 370443 33554432000 4194304 4196468 140721159274064 139772354214128 139772895844994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2493] ppid=2416 vsize=10846964 memory=0 CPUtime=6.6 cores=0,2,4,6
/proc/2429/task/2493/stat : 2493 (java) S 2416 2429 31346 0 -1 1077944384 21425 13128 0 0 647 6 4 3 20 0 15 0 405497636 11107291136 370443 33554432000 4194304 4196468 140721159274064 139772353161584 139772895844994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2494] ppid=2416 vsize=10846964 memory=0 CPUtime=3.84 cores=0,2,4,6
/proc/2429/task/2494/stat : 2494 (java) S 2416 2429 31346 0 -1 1077944384 15845 13128 0 0 372 5 4 3 20 0 15 0 405497636 11107291136 370443 33554432000 4194304 4196468 140721159274064 139772352108528 139772895844994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2495] ppid=2416 vsize=10846964 memory=288230583132487972 CPUtime=0.07 cores=0,2,4,6
/proc/2429/task/2495/stat : 2495 (java) S 2416 2429 31346 0 -1 1077944384 3 13128 0 0 0 0 4 3 20 0 15 0 405497636 11107291136 370443 33554432000 4194304 4196468 140721159274064 139771383728480 139772895844053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
[pid=2429/tid=2496] ppid=2416 vsize=10846964 memory=14698487010821662 CPUtime=1.51 cores=0,2,4,6
/proc/2429/task/2496/stat : 2496 (java) S 2416 2429 31346 0 -1 1077944384 1873 13128 0 0 74 70 4 3 20 0 15 0 405497636 11107291136 370443 33554432000 4194304 4196468 140721159274064 139772351056944 139772895844994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37044224 140721159277301 140721159279813 140721159279813 140721159282639 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1481772 KiB

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

[startup+2463.05 s]
# the end of solver process 2429 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.54 s, system=3.59772 s

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

Child status: 143
Real time (s): 2463.05
CPU time (s): 2520.14
CPU user time (s): 2516.54
CPU system time (s): 3.59772
CPU usage (%): 102.318
Max. virtual memory (cumulated for all children) (KiB): 10849784
Max. memory (cumulated for all children) (KiB): 1481772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.54
system time used= 3.59772
maximum resident set size= 1485996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 280489
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 277578
involuntary context switches= 7283


# summary of solver processes directly reported to runsolver:
#   pid: 2429
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2516.54
#   total CPU system time (s): 3.59772

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5803 second user time and 23.4092 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-12 14:44:25
IDJOB=4387148
IDBENCH=126656
IDSOLVER=2823
FILE ID=node125/4387148-1568292308
RUNJOBID= node125-1568286041-32306
PBS_JOBID= 21701079
Free space on /tmp= 55032 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/SocialGolfers/SocialGolfers-cp-s1/SocialGolfers-6-5-5-cp.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387148-1568292308/watcher-4387148-1568292308 -o /tmp/evaluation-result-4387148-1568292308/solver-4387148-1568292308 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568286041-32306 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1283658259 HOME/instance-4387148-1568292308.xml

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

MD5SUM BENCH= 7ef6c2ff7df08c4e9d344e8b869548bc
RANDOM SEED=1283658259

node125.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.29
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.29
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.29
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.29
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:        15762484 kB
MemAvailable:   29197992 kB
Buffers:          165016 kB
Cached:         13396448 kB
SwapCached:        66696 kB
Active:          3774876 kB
Inactive:       12450416 kB
Active(anon):    2601544 kB
Inactive(anon):   103148 kB
Active(file):    1173332 kB
Inactive(file): 12347268 kB
Unevictable:      108980 kB
Mlocked:          108980 kB
SwapTotal:      67108860 kB
SwapFree:       66939688 kB
Dirty:             35260 kB
Writeback:             0 kB
AnonPages:       2717748 kB
Mapped:            55400 kB
Shmem:             32108 kB
Slab:             372456 kB
SReclaimable:     343368 kB
SUnreclaim:        29088 kB
KernelStack:        3984 kB
PageTables:        11140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3491620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2551808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 55028 MiB
End job on node125 at 2019-09-12 15:25:29