Trace number 4305219

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.9.2? (TO) 2520.12 2462.82

General information on the benchmark

NameSportsScheduling/
SportsScheduling-22_c18.xml
MD5SUM13c66cb7417087d31bdec501d06a9dbf
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables715
Number of constraints319
Number of domains2
Minimum domain size22
Maximum domain size231
Distribution of domain sizes[{"size":22,"count":484},{"size":231,"count":231}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":242},{"degree":4,"count":473}]
Minimum constraint arity1
Maximum constraint arity231
Distribution of constraint arities[{"arity":1,"count":11},{"arity":2,"count":11},{"arity":3,"count":231},{"arity":11,"count":21},{"arity":22,"count":22},{"arity":42,"count":11},{"arity":44,"count":11},{"arity":231,"count":1}]
Number of extensional constraints231
Number of intensional constraints22
Distribution of constraint types[{"type":"extension","count":231},{"type":"intension","count":22},{"type":"allDifferent","count":23},{"type":"count","count":21},{"type":"cardinality","count":22}]
Optimization problemNO
Type of objective

Solver Data

1.00/0.73	c Concrete v3.9.2.1532736233296 running
2520.08/2462.81	Exception in thread "main" java.util.concurrent.TimeoutException
2520.08/2462.81		at concrete.MAC.mac(MAC.scala:188)
2520.08/2462.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.08/2462.81		at scala.util.Try$.apply(Try.scala:209)
2520.08/2462.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.08/2462.81		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.08/2462.81		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.08/2462.81		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.08/2462.81		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.08/2462.81		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.08/2462.81		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.08/2462.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.08/2462.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.08/2462.81		at concrete.MAC.oneRun(MAC.scala:253)
2520.08/2462.81		at concrete.MAC.nextSolution(MAC.scala:272)
2520.08/2462.81		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.08/2462.81		at concrete.ProblemState.map(ProblemState.scala:221)
2520.08/2462.81		at concrete.ProblemState.map(ProblemState.scala:204)
2520.08/2462.81		at concrete.MAC.nextSolution(MAC.scala:334)
2520.08/2462.81		at concrete.Solver.hasNext(Solver.scala:166)
2520.08/2462.81		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.08/2462.81		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.08/2462.81		at concrete.Solver.toStream(Solver.scala:68)
2520.08/2462.81		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.08/2462.81		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.08/2462.81		at concrete.Solver.toIterable(Solver.scala:68)
2520.08/2462.81		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.08/2462.81		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.08/2462.81		at scala.util.Success.map(Try.scala:209)
2520.08/2462.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.08/2462.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.08/2462.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.08/2462.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.08/2462.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.08/2462.81		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.08/2462.81		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.08/2462.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.08/2462.81		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.08/2462.81		at scala.collection.immutable.List.foreach(List.scala:389)
2520.08/2462.81		at scala.App.main(App.scala:76)
2520.08/2462.81		at scala.App.main$(App.scala:74)
2520.08/2462.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.08/2462.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2462.81	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 (5656 MiB free)
  memory of node 1: 16384 MiB (9374 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305219-1534140578/watcher-4305219-1534140578 -o /tmp/evaluation-result-4305219-1534140578/solver-4305219-1534140578 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534137235-23445 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1618417617 HOME/instance-4305219-1534140578.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.100054 s]*
/proc/loadavg: 1.88 1.55 1.41 3/206 24227
/proc/meminfo: memFree=15383780/32770624 swapFree=67108504/67108860
[pid=24170] ppid=24167 vsize=10005480 memory=18860 CPUtime=0.09 cores=1,3,5,7
/proc/24170/stat : 24170 (java) S 24167 24170 22605 0 -1 1077944320 4377 13003 0 0 1 0 5 3 20 0 6 0 231621002 10245611520 4715 33554432000 4194304 4196468 140727184999312 140727184981856 140281199730423 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
/proc/24170/statm: 2501370 4715 1934 1 0 2489808 0
[pid=24170/tid=24223] ppid=24167 vsize=10005480 memory=4279135703913235855 CPUtime=0.09 cores=1,3,5,7
/proc/24170/task/24223/stat : 24223 (java) R 24167 24170 22605 0 -1 4202560 2192 13003 0 0 1 0 5 3 20 0 6 0 231621011 10245611520 4715 33554432000 4194304 4196468 140727184999312 140281171567184 140281185412949 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24224] ppid=24167 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24224/stat : 24224 (java) S 24167 24170 22605 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 6 0 231621012 10245611520 4715 33554432000 4194304 4196468 140727184999312 140281203973008 140281199740629 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24225] ppid=24167 vsize=10005480 memory=139793930557056 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24225/stat : 24225 (java) S 24167 24170 22605 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 6 0 231621012 10245611520 4715 33554432000 4194304 4196468 140727184999312 140281085238032 140281199740629 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24226] ppid=24167 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24226/stat : 24226 (java) S 24167 24170 22605 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 6 0 231621012 10245611520 4715 33554432000 4194304 4196468 140727184999312 140281084185744 140281199740629 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24227] ppid=24167 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24227/stat : 24227 (java) S 24167 24170 22605 0 -1 1077944384 2 13003 0 0 0 0 5 3 20 0 6 0 231621012 10245611520 4715 33554432000 4194304 4196468 140727184999312 140281083132944 140281199740629 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18860 KiB

[startup+0.209938 s]*
/proc/loadavg: 1.88 1.55 1.41 3/215 24236
/proc/meminfo: memFree=15362952/32770624 swapFree=67108504/67108860
[pid=24170] ppid=24167 vsize=10985364 memory=46048 CPUtime=0.26 cores=1,3,5,7
/proc/24170/stat : 24170 (java) S 24167 24170 22605 0 -1 1077944320 8223 13003 0 0 17 1 5 3 20 0 15 0 231621002 11249012736 11512 33554432000 4194304 4196468 140727184999312 140727184981856 140281199730423 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
/proc/24170/statm: 2746341 11512 2947 1 0 2708764 0
[pid=24170/tid=24223] ppid=24167 vsize=10985364 memory=-6517102902069810590 CPUtime=0.2 cores=1,3,5,7
/proc/24170/task/24223/stat : 24223 (java) R 24167 24170 22605 0 -1 4202560 5108 13003 0 0 11 1 5 3 20 0 15 0 231621011 11249012736 11842 33554432000 4194304 4196468 140727184999312 140281171555232 140281192410141 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24224] ppid=24167 vsize=10985364 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24224/stat : 24224 (java) S 24167 24170 22605 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 231621012 11249012736 11842 33554432000 4194304 4196468 140727184999312 140281203973008 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24225] ppid=24167 vsize=10985364 memory=139793930557056 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24225/stat : 24225 (java) S 24167 24170 22605 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 231621012 11249012736 11842 33554432000 4194304 4196468 140727184999312 140281085238032 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24226] ppid=24167 vsize=10985364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24226/stat : 24226 (java) S 24167 24170 22605 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 231621012 11249012736 11842 33554432000 4194304 4196468 140727184999312 140281084185744 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24227] ppid=24167 vsize=10985364 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24227/stat : 24227 (java) S 24167 24170 22605 0 -1 1077944384 2 13003 0 0 0 0 5 3 20 0 15 0 231621012 11249012736 11476 33554432000 4194304 4196468 140727184999312 140281083132944 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24228] ppid=24167 vsize=10985364 memory=139793930557056 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24228/stat : 24228 (java) S 24167 24170 22605 0 -1 1077944384 2 13003 0 0 0 0 5 3 20 0 15 0 231621013 11249012736 11476 33554432000 4194304 4196468 140727184999312 140280692746352 140281199741570 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24229] ppid=24167 vsize=10983736 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24229/stat : 24229 (java) S 24167 24170 22605 0 -1 1077944384 13 13003 0 0 0 0 5 3 20 0 15 0 231621014 11247345664 11372 33554432000 4194304 4196468 140727184999312 140280007222048 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24230] ppid=24167 vsize=10983736 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24230/stat : 24230 (java) S 24167 24170 22605 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 231621014 11247345664 11236 33554432000 4194304 4196468 140727184999312 140279805895792 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24231] ppid=24167 vsize=10982776 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24231/stat : 24231 (java) S 24167 24170 22605 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 231621016 11246362624 11236 33554432000 4194304 4196468 140727184999312 140279498496080 140281199749019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24232] ppid=24167 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24232/stat : 24232 (java) S 24167 24170 22605 0 -1 1077944384 432 13003 0 0 0 0 5 3 20 0 15 0 231621016 11246329856 11228 33554432000 4194304 4196468 140727184999312 140280691694192 140281199741570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24233] ppid=24167 vsize=10982744 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/24170/task/24233/stat : 24233 (java) S 24167 24170 22605 0 -1 1077944384 182 13003 0 0 1 0 5 3 20 0 15 0 231621016 11246329856 11228 33554432000 4194304 4196468 140727184999312 140280690641392 140281199741570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24234] ppid=24167 vsize=10982744 memory=139793930557056 CPUtime=0.11 cores=1,3,5,7
/proc/24170/task/24234/stat : 24234 (java) S 24167 24170 22605 0 -1 1077944384 622 13003 0 0 3 0 5 3 20 0 15 0 231621016 11246329856 11228 33554432000 4194304 4196468 140727184999312 140280689589104 140281199741570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24235] ppid=24167 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24235/stat : 24235 (java) S 24167 24170 22605 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 231621017 11246329856 11228 33554432000 4194304 4196468 140727184999312 140279067700192 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24236] ppid=24167 vsize=10982744 memory=139793930557056 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24236/stat : 24236 (java) S 24167 24170 22605 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 231621017 11246329856 11228 33554432000 4194304 4196468 140727184999312 140280688535984 140281199741570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10985364 KiB
Current children cumulated memory: 46048 KiB

[startup+0.310324 s]*
/proc/loadavg: 1.88 1.55 1.41 4/215 24236
/proc/meminfo: memFree=15349432/32770624 swapFree=67108504/67108860
[pid=24170] ppid=24167 vsize=10983192 memory=55368 CPUtime=0.39 cores=1,3,5,7
/proc/24170/stat : 24170 (java) S 24167 24170 22605 0 -1 1077944320 10443 13003 0 0 29 2 5 3 20 0 15 0 231621002 11246788608 13842 33554432000 4194304 4196468 140727184999312 140727184981856 140281199730423 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
/proc/24170/statm: 2745798 13842 3066 1 0 2708109 0
[pid=24170/tid=24223] ppid=24167 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/24170/task/24223/stat : 24223 (java) R 24167 24170 22605 0 -1 4202560 6980 13003 0 0 20 1 5 3 20 0 15 0 231621011 11246788608 13842 33554432000 4194304 4196468 140727184999312 140281171542432 140281191967550 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24224] ppid=24167 vsize=10983192 memory=7084813469699035216 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24224/stat : 24224 (java) S 24167 24170 22605 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 231621012 11246788608 13842 33554432000 4194304 4196468 140727184999312 140281203973008 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24225] ppid=24167 vsize=10983192 memory=2076 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24225/stat : 24225 (java) S 24167 24170 22605 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 231621012 11246788608 13842 33554432000 4194304 4196468 140727184999312 140281085238032 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24226] ppid=24167 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24226/stat : 24226 (java) S 24167 24170 22605 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 231621012 11246788608 13842 33554432000 4194304 4196468 140727184999312 140281084185744 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24227] ppid=24167 vsize=10983192 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24227/stat : 24227 (java) S 24167 24170 22605 0 -1 1077944384 2 13003 0 0 0 0 5 3 20 0 15 0 231621012 11246788608 13842 33554432000 4194304 4196468 140727184999312 140281083132944 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24228] ppid=24167 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24228/stat : 24228 (java) S 24167 24170 22605 0 -1 1077944384 2 13003 0 0 0 0 5 3 20 0 15 0 231621013 11246788608 13842 33554432000 4194304 4196468 140727184999312 140280692746352 140281199741570 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24229] ppid=24167 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24229/stat : 24229 (java) S 24167 24170 22605 0 -1 1077944384 13 13003 0 0 0 0 5 3 20 0 15 0 231621014 11246788608 13842 33554432000 4194304 4196468 140727184999312 140280007222048 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24230] ppid=24167 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24230/stat : 24230 (java) S 24167 24170 22605 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 231621014 11246788608 13842 33554432000 4194304 4196468 140727184999312 140279805895792 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24231] ppid=24167 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24231/stat : 24231 (java) S 24167 24170 22605 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 231621016 11246788608 13842 33554432000 4194304 4196468 140727184999312 140279498496080 140281199749019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24232] ppid=24167 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/24170/task/24232/stat : 24232 (java) S 24167 24170 22605 0 -1 1077944384 435 13003 0 0 1 0 5 3 20 0 15 0 231621016 11246788608 13842 33554432000 4194304 4196468 140727184999312 140280691694192 140281199741570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24233] ppid=24167 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/24170/task/24233/stat : 24233 (java) S 24167 24170 22605 0 -1 1077944384 185 13003 0 0 1 0 5 3 20 0 15 0 231621016 11246788608 13842 33554432000 4194304 4196468 140727184999312 140280690641392 140281199741570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24234] ppid=24167 vsize=10983192 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/24170/task/24234/stat : 24234 (java) S 24167 24170 22605 0 -1 1077944384 630 13003 0 0 5 0 5 3 20 0 15 0 231621016 11246788608 13842 33554432000 4194304 4196468 140727184999312 140280689589104 140281199741570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24235] ppid=24167 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24235/stat : 24235 (java) S 24167 24170 22605 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 231621017 11246788608 13842 33554432000 4194304 4196468 140727184999312 140279067700192 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24236] ppid=24167 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24236/stat : 24236 (java) S 24167 24170 22605 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 231621017 11246788608 13842 33554432000 4194304 4196468 140727184999312 140280688535984 140281199741570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55368 KiB

[startup+0.700774 s]
/proc/loadavg: 1.88 1.55 1.41 3/215 24236
/proc/meminfo: memFree=15340004/32770624 swapFree=67108504/67108860
[pid=24170] ppid=24167 vsize=10983192 memory=88484 CPUtime=1 cores=1,3,5,7
/proc/24170/stat : 24170 (java) S 24167 24170 22605 0 -1 1077944320 16780 13003 0 0 88 4 5 3 20 0 15 0 231621002 11246788608 22121 33554432000 4194304 4196468 140727184999312 140727184981856 140281199730423 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
/proc/24170/statm: 2745798 22121 3245 1 0 2708109 0
[pid=24170/tid=24223] ppid=24167 vsize=10983192 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/24170/task/24223/stat : 24223 (java) R 24167 24170 22605 0 -1 4202560 12250 13003 0 0 56 3 5 3 20 0 15 0 231621011 11246788608 22121 33554432000 4194304 4196468 140727184999312 140281171551248 140281180005575 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24224] ppid=24167 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24224/stat : 24224 (java) S 24167 24170 22605 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 231621012 11246788608 22121 33554432000 4194304 4196468 140727184999312 140281203973008 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24225] ppid=24167 vsize=10983192 memory=3816 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24225/stat : 24225 (java) S 24167 24170 22605 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 231621012 11246788608 22121 33554432000 4194304 4196468 140727184999312 140281085238032 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24226] ppid=24167 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24226/stat : 24226 (java) S 24167 24170 22605 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 231621012 11246788608 22121 33554432000 4194304 4196468 140727184999312 140281084185744 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24227] ppid=24167 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24227/stat : 24227 (java) S 24167 24170 22605 0 -1 1077944384 2 13003 0 0 0 0 5 3 20 0 15 0 231621012 11246788608 22121 33554432000 4194304 4196468 140727184999312 140281083132944 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24228] ppid=24167 vsize=10983192 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24228/stat : 24228 (java) S 24167 24170 22605 0 -1 1077944384 5 13003 0 0 0 0 5 3 20 0 15 0 231621013 11246788608 22121 33554432000 4194304 4196468 140727184999312 140280692746352 140281199741570 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24229] ppid=24167 vsize=10983192 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24229/stat : 24229 (java) S 24167 24170 22605 0 -1 1077944384 13 13003 0 0 0 0 5 3 20 0 15 0 231621014 11246788608 22121 33554432000 4194304 4196468 140727184999312 140280007222048 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24230] ppid=24167 vsize=10983192 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24230/stat : 24230 (java) S 24167 24170 22605 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 231621014 11246788608 22121 33554432000 4194304 4196468 140727184999312 140279805895792 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24231] ppid=24167 vsize=10983192 memory=11044 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24231/stat : 24231 (java) S 24167 24170 22605 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 231621016 11246788608 22121 33554432000 4194304 4196468 140727184999312 140279498496080 140281199749019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24232] ppid=24167 vsize=10983192 memory=13252 CPUtime=0.18 cores=1,3,5,7
/proc/24170/task/24232/stat : 24232 (java) S 24167 24170 22605 0 -1 1077944384 1048 13003 0 0 10 0 5 3 20 0 15 0 231621016 11246788608 22121 33554432000 4194304 4196468 140727184999312 140280691694192 140281199741570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24233] ppid=24167 vsize=10983192 memory=15460 CPUtime=0.15 cores=1,3,5,7
/proc/24170/task/24233/stat : 24233 (java) S 24167 24170 22605 0 -1 1077944384 545 13003 0 0 7 0 5 3 20 0 15 0 231621016 11246788608 22121 33554432000 4194304 4196468 140727184999312 140280690641392 140281199741570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24234] ppid=24167 vsize=10983192 memory=17668 CPUtime=0.21 cores=1,3,5,7
/proc/24170/task/24234/stat : 24234 (java) S 24167 24170 22605 0 -1 1077944384 719 13003 0 0 13 0 5 3 20 0 15 0 231621016 11246788608 22121 33554432000 4194304 4196468 140727184999312 140280689589104 140281199741570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24235] ppid=24167 vsize=10983192 memory=19876 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24235/stat : 24235 (java) S 24167 24170 22605 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 231621017 11246788608 22121 33554432000 4194304 4196468 140727184999312 140279067700192 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24236] ppid=24167 vsize=10983192 memory=22084 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24236/stat : 24236 (java) S 24167 24170 22605 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 231621017 11246788608 22121 33554432000 4194304 4196468 140727184999312 140280688535984 140281199741570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88484 KiB

[startup+1.50076 s]
/proc/loadavg: 1.88 1.55 1.41 4/215 24236
/proc/meminfo: memFree=15292556/32770624 swapFree=67108504/67108860
[pid=24170] ppid=24167 vsize=10998092 memory=183696 CPUtime=2.79 cores=1,3,5,7
/proc/24170/stat : 24170 (java) S 24167 24170 22605 0 -1 1077944320 26252 13003 0 0 262 9 5 3 20 0 15 0 231621002 11262046208 45924 33554432000 4194304 4196468 140727184999312 140727184981856 140281199730423 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
/proc/24170/statm: 2749523 45924 3473 1 0 2711181 0
[pid=24170/tid=24223] ppid=24167 vsize=10998092 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/24170/task/24223/stat : 24223 (java) R 24167 24170 22605 0 -1 4202560 17531 13003 0 0 129 5 5 3 20 0 15 0 231621011 11262046208 45924 33554432000 4194304 4196468 140727184999312 140281171547552 140281199752349 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24224] ppid=24167 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24224/stat : 24224 (java) S 24167 24170 22605 0 -1 1077944384 9 13003 0 0 0 0 5 3 20 0 15 0 231621012 11262046208 45924 33554432000 4194304 4196468 140727184999312 140281203973008 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24225] ppid=24167 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/24170/task/24225/stat : 24225 (java) S 24167 24170 22605 0 -1 1077944384 158 13003 0 0 1 0 5 3 20 0 15 0 231621012 11262046208 45924 33554432000 4194304 4196468 140727184999312 140281085238032 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24226] ppid=24167 vsize=10998092 memory=3539892194917298225 CPUtime=0.09 cores=1,3,5,7
/proc/24170/task/24226/stat : 24226 (java) S 24167 24170 22605 0 -1 1077944384 92 13003 0 0 1 0 5 3 20 0 15 0 231621012 11262046208 45924 33554432000 4194304 4196468 140727184999312 140281084185744 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24227] ppid=24167 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24227/stat : 24227 (java) S 24167 24170 22605 0 -1 1077944384 20 13003 0 0 0 0 5 3 20 0 15 0 231621012 11262046208 45924 33554432000 4194304 4196468 140727184999312 140281083132944 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24228] ppid=24167 vsize=10998092 memory=-7965959130280075168 CPUtime=0.09 cores=1,3,5,7
/proc/24170/task/24228/stat : 24228 (java) S 24167 24170 22605 0 -1 1077944384 62 13003 0 0 1 0 5 3 20 0 15 0 231621013 11262046208 45924 33554432000 4194304 4196468 140727184999312 140280692746352 140281199741570 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24229] ppid=24167 vsize=10998092 memory=279587607095552 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24229/stat : 24229 (java) S 24167 24170 22605 0 -1 1077944384 13 13003 0 0 0 0 5 3 20 0 15 0 231621014 11262046208 45924 33554432000 4194304 4196468 140727184999312 140280007222112 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24230] ppid=24167 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24230/stat : 24230 (java) S 24167 24170 22605 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 231621014 11262046208 45924 33554432000 4194304 4196468 140727184999312 140279805895808 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24231] ppid=24167 vsize=10998092 memory=4552 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24231/stat : 24231 (java) S 24167 24170 22605 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 231621016 11262046208 45924 33554432000 4194304 4196468 140727184999312 140279498496080 140281199749019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24232] ppid=24167 vsize=10998092 memory=3732 CPUtime=0.46 cores=1,3,5,7
/proc/24170/task/24232/stat : 24232 (java) S 24167 24170 22605 0 -1 1077944384 2099 13003 0 0 38 0 5 3 20 0 15 0 231621016 11262046208 45924 33554432000 4194304 4196468 140727184999312 140280691694192 140281199741570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24233] ppid=24167 vsize=10998092 memory=1228 CPUtime=0.55 cores=1,3,5,7
/proc/24170/task/24233/stat : 24233 (java) S 24167 24170 22605 0 -1 1077944384 2531 13003 0 0 47 0 5 3 20 0 15 0 231621016 11262046208 45924 33554432000 4194304 4196468 140727184999312 140280690641392 140281199741570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24234] ppid=24167 vsize=10998092 memory=10624 CPUtime=0.46 cores=1,3,5,7
/proc/24170/task/24234/stat : 24234 (java) S 24167 24170 22605 0 -1 1077944384 1542 13003 0 0 38 0 5 3 20 0 15 0 231621016 11262046208 45924 33554432000 4194304 4196468 140727184999312 140280689589104 140281199741570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24235] ppid=24167 vsize=10998092 memory=1624 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24235/stat : 24235 (java) S 24167 24170 22605 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 231621017 11262046208 45924 33554432000 4194304 4196468 140727184999312 140279067700192 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24236] ppid=24167 vsize=10998092 memory=6776 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24236/stat : 24236 (java) S 24167 24170 22605 0 -1 1077944384 1 13003 0 0 0 0 5 3 20 0 15 0 231621017 11262046208 45924 33554432000 4194304 4196468 140727184999312 140280688535984 140281199741570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 10998092 KiB

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

/proc/24170/task/24223/stat : 24223 (java) R 24167 24170 22605 0 -1 4202560 86509 13003 0 0 229685 56 5 3 20 0 15 0 231621011 11345952768 164086 33554432000 4194304 4196468 140727184999312 140281171564208 140280768554908 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24224] ppid=24167 vsize=11080032 memory=656344 CPUtime=13.88 cores=1,3,5,7
/proc/24170/task/24224/stat : 24224 (java) S 24167 24170 22605 0 -1 1077944384 10747 13003 0 0 1326 54 5 3 20 0 15 0 231621012 11345952768 164086 33554432000 4194304 4196468 140727184999312 140281203973008 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24225] ppid=24167 vsize=11080032 memory=656344 CPUtime=13.87 cores=1,3,5,7
/proc/24170/task/24225/stat : 24225 (java) S 24167 24170 22605 0 -1 1077944384 16774 13003 0 0 1321 58 5 3 20 0 15 0 231621012 11345952768 164086 33554432000 4194304 4196468 140727184999312 140281085238032 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24226] ppid=24167 vsize=11080032 memory=2417 CPUtime=13.88 cores=1,3,5,7
/proc/24170/task/24226/stat : 24226 (java) S 24167 24170 22605 0 -1 1077944384 15507 13003 0 0 1325 55 5 3 20 0 15 0 231621012 11345952768 164086 33554432000 4194304 4196468 140727184999312 140281084185744 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24227] ppid=24167 vsize=11080032 memory=654296 CPUtime=13.91 cores=1,3,5,7
/proc/24170/task/24227/stat : 24227 (java) S 24167 24170 22605 0 -1 1077944384 15259 13003 0 0 1329 54 5 3 20 0 15 0 231621012 11345952768 164086 33554432000 4194304 4196468 140727184999312 140281083132944 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24228] ppid=24167 vsize=11080032 memory=279587607677776 CPUtime=8.71 cores=1,3,5,7
/proc/24170/task/24228/stat : 24228 (java) S 24167 24170 22605 0 -1 1077944384 17855 13003 0 0 809 54 5 3 20 0 15 0 231621013 11345952768 164086 33554432000 4194304 4196468 140727184999312 140280692746352 140281199741570 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24229] ppid=24167 vsize=11080032 memory=656344 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24229/stat : 24229 (java) S 24167 24170 22605 0 -1 1077944384 20 13003 0 0 0 0 5 3 20 0 15 0 231621014 11345952768 164086 33554432000 4194304 4196468 140727184999312 140280007222176 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24230] ppid=24167 vsize=11080032 memory=656344 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24230/stat : 24230 (java) S 24167 24170 22605 0 -1 1077944384 9 13003 0 0 0 0 5 3 20 0 15 0 231621014 11345952768 164086 33554432000 4194304 4196468 140727184999312 140279805895808 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24231] ppid=24167 vsize=11080032 memory=656344 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24231/stat : 24231 (java) S 24167 24170 22605 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 231621016 11345952768 164086 33554432000 4194304 4196468 140727184999312 140279498496080 140281199749019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24232] ppid=24167 vsize=11080032 memory=656344 CPUtime=5.89 cores=1,3,5,7
/proc/24170/task/24232/stat : 24232 (java) S 24167 24170 22605 0 -1 1077944384 32634 13003 0 0 576 5 5 3 20 0 15 0 231621016 11345952768 164086 33554432000 4194304 4196468 140727184999312 140280691694192 140281199741570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24233] ppid=24167 vsize=11080032 memory=656344 CPUtime=6.1 cores=1,3,5,7
/proc/24170/task/24233/stat : 24233 (java) S 24167 24170 22605 0 -1 1077944384 34456 13003 0 0 598 4 5 3 20 0 15 0 231621016 11345952768 164086 33554432000 4194304 4196468 140727184999312 140280690641392 140281199741570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24234] ppid=24167 vsize=11080032 memory=656344 CPUtime=2.49 cores=1,3,5,7
/proc/24170/task/24234/stat : 24234 (java) S 24167 24170 22605 0 -1 1077944384 25496 13003 0 0 236 5 5 3 20 0 15 0 231621016 11345952768 164086 33554432000 4194304 4196468 140727184999312 140280689589104 140281199741570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24235] ppid=24167 vsize=11080032 memory=654296 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24235/stat : 24235 (java) S 24167 24170 22605 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 231621017 11345952768 164086 33554432000 4194304 4196468 140727184999312 140279067700192 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24236] ppid=24167 vsize=11080032 memory=654296 CPUtime=1.43 cores=1,3,5,7
/proc/24170/task/24236/stat : 24236 (java) S 24167 24170 22605 0 -1 1077944384 2378 13003 0 0 59 76 5 3 20 0 15 0 231621017 11345952768 164086 33554432000 4194304 4196468 140727184999312 140280688535984 140281199741570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
Current children cumulated CPU time: 2377.02 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 656344 KiB

[startup+2382.3 s]
/proc/loadavg: 1.13 1.20 1.30 3/215 24569
/proc/meminfo: memFree=14686608/32770624 swapFree=67108504/67108860
[pid=24170] ppid=24167 vsize=11080032 memory=615808 CPUtime=2438.16 cores=1,3,5,7
/proc/24170/stat : 24170 (java) S 24167 24170 22605 0 -1 1077944320 261907 13003 0 0 243424 384 5 3 20 0 15 0 231621002 11345952768 153952 33554432000 4194304 4196468 140727184999312 140727184981856 140281199730423 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
/proc/24170/statm: 2770008 153952 3533 1 0 2731661 0
[pid=24170/tid=24223] ppid=24167 vsize=11080032 memory=6791534058613427641 CPUtime=2356.82 cores=1,3,5,7
/proc/24170/task/24223/stat : 24223 (java) R 24167 24170 22605 0 -1 4202560 87296 13003 0 0 235617 57 5 3 20 0 15 0 231621011 11345952768 153952 33554432000 4194304 4196468 140727184999312 140281171564752 140280781433280 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24224] ppid=24167 vsize=11080032 memory=656344 CPUtime=14.26 cores=1,3,5,7
/proc/24170/task/24224/stat : 24224 (java) S 24167 24170 22605 0 -1 1077944384 10945 13003 0 0 1363 55 5 3 20 0 15 0 231621012 11345952768 153952 33554432000 4194304 4196468 140727184999312 140281203973008 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24225] ppid=24167 vsize=11080032 memory=658392 CPUtime=14.27 cores=1,3,5,7
/proc/24170/task/24225/stat : 24225 (java) S 24167 24170 22605 0 -1 1077944384 16975 13003 0 0 1359 60 5 3 20 0 15 0 231621012 11345952768 153952 33554432000 4194304 4196468 140727184999312 140281085238032 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24226] ppid=24167 vsize=11080032 memory=645564 CPUtime=14.26 cores=1,3,5,7
/proc/24170/task/24226/stat : 24226 (java) S 24167 24170 22605 0 -1 1077944384 15747 13003 0 0 1362 56 5 3 20 0 15 0 231621012 11345952768 153952 33554432000 4194304 4196468 140727184999312 140281084185744 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24227] ppid=24167 vsize=11080032 memory=620940 CPUtime=14.29 cores=1,3,5,7
/proc/24170/task/24227/stat : 24227 (java) S 24167 24170 22605 0 -1 1077944384 15701 13003 0 0 1366 55 5 3 20 0 15 0 231621012 11345952768 153952 33554432000 4194304 4196468 140727184999312 140281083132944 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24228] ppid=24167 vsize=11080032 memory=619912 CPUtime=8.93 cores=1,3,5,7
/proc/24170/task/24228/stat : 24228 (java) S 24167 24170 22605 0 -1 1077944384 18041 13003 0 0 830 55 5 3 20 0 15 0 231621013 11345952768 153952 33554432000 4194304 4196468 140727184999312 140280692746352 140281199741570 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24229] ppid=24167 vsize=11080032 memory=617860 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24229/stat : 24229 (java) S 24167 24170 22605 0 -1 1077944384 20 13003 0 0 0 0 5 3 20 0 15 0 231621014 11345952768 153952 33554432000 4194304 4196468 140727184999312 140280007222176 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24230] ppid=24167 vsize=11080032 memory=618888 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24230/stat : 24230 (java) S 24167 24170 22605 0 -1 1077944384 9 13003 0 0 0 0 5 3 20 0 15 0 231621014 11345952768 153952 33554432000 4194304 4196468 140727184999312 140279805895808 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24231] ppid=24167 vsize=11080032 memory=650184 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24231/stat : 24231 (java) S 24167 24170 22605 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 231621016 11345952768 153952 33554432000 4194304 4196468 140727184999312 140279498496080 140281199749019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24232] ppid=24167 vsize=11080032 memory=616836 CPUtime=5.89 cores=1,3,5,7
/proc/24170/task/24232/stat : 24232 (java) S 24167 24170 22605 0 -1 1077944384 32635 13003 0 0 576 5 5 3 20 0 15 0 231621016 11345952768 153952 33554432000 4194304 4196468 140727184999312 140280691694192 140281199741570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24233] ppid=24167 vsize=11080032 memory=627096 CPUtime=6.1 cores=1,3,5,7
/proc/24170/task/24233/stat : 24233 (java) S 24167 24170 22605 0 -1 1077944384 34456 13003 0 0 598 4 5 3 20 0 15 0 231621016 11345952768 153952 33554432000 4194304 4196468 140727184999312 140280690641392 140281199741570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24234] ppid=24167 vsize=11080032 memory=617860 CPUtime=2.49 cores=1,3,5,7
/proc/24170/task/24234/stat : 24234 (java) S 24167 24170 22605 0 -1 1077944384 25496 13003 0 0 236 5 5 3 20 0 15 0 231621016 11345952768 153952 33554432000 4194304 4196468 140727184999312 140280689589104 140281199741570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24235] ppid=24167 vsize=11080032 memory=617860 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24235/stat : 24235 (java) S 24167 24170 22605 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 231621017 11345952768 153952 33554432000 4194304 4196468 140727184999312 140279067700192 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24236] ppid=24167 vsize=11080032 memory=3816 CPUtime=1.47 cores=1,3,5,7
/proc/24170/task/24236/stat : 24236 (java) S 24167 24170 22605 0 -1 1077944384 2393 13003 0 0 60 79 5 3 20 0 15 0 231621017 11345952768 153952 33554432000 4194304 4196468 140727184999312 140280688535984 140281199741570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
Current children cumulated CPU time: 2438.16 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 615808 KiB

[startup+2442.3 s]
/proc/loadavg: 0.95 1.15 1.27 3/217 24579
/proc/meminfo: memFree=14689220/32770624 swapFree=67108504/67108860
[pid=24170] ppid=24167 vsize=11080032 memory=613752 CPUtime=2499.19 cores=1,3,5,7
/proc/24170/stat : 24170 (java) S 24167 24170 22605 0 -1 1077944320 263080 13003 0 0 249519 392 5 3 20 0 15 0 231621002 11345952768 153438 33554432000 4194304 4196468 140727184999312 140727184981856 140281199730423 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
/proc/24170/statm: 2770008 153438 3533 1 0 2731661 0
[pid=24170/tid=24223] ppid=24167 vsize=11080032 memory=613752 CPUtime=2416.21 cores=1,3,5,7
/proc/24170/task/24223/stat : 24223 (java) R 24167 24170 22605 0 -1 4202560 87785 13003 0 0 241555 58 5 3 20 0 15 0 231621011 11345952768 153438 33554432000 4194304 4196468 140727184999312 140281171565456 140280783011847 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24224] ppid=24167 vsize=11080032 memory=619912 CPUtime=14.61 cores=1,3,5,7
/proc/24170/task/24224/stat : 24224 (java) S 24167 24170 22605 0 -1 1077944384 11031 13003 0 0 1397 56 5 3 20 0 15 0 231621012 11345952768 153438 33554432000 4194304 4196468 140727184999312 140281203973008 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24225] ppid=24167 vsize=11080032 memory=613752 CPUtime=14.6 cores=1,3,5,7
/proc/24170/task/24225/stat : 24225 (java) S 24167 24170 22605 0 -1 1077944384 17161 13003 0 0 1391 61 5 3 20 0 15 0 231621012 11345952768 153438 33554432000 4194304 4196468 140727184999312 140281085238032 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24226] ppid=24167 vsize=11080032 memory=613752 CPUtime=14.62 cores=1,3,5,7
/proc/24170/task/24226/stat : 24226 (java) S 24167 24170 22605 0 -1 1077944384 15828 13003 0 0 1397 57 5 3 20 0 15 0 231621012 11345952768 153438 33554432000 4194304 4196468 140727184999312 140281084185744 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24227] ppid=24167 vsize=11080032 memory=613752 CPUtime=14.64 cores=1,3,5,7
/proc/24170/task/24227/stat : 24227 (java) S 24167 24170 22605 0 -1 1077944384 15794 13003 0 0 1400 56 5 3 20 0 15 0 231621012 11345952768 153438 33554432000 4194304 4196468 140727184999312 140281083132944 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24228] ppid=24167 vsize=11080032 memory=613752 CPUtime=9.15 cores=1,3,5,7
/proc/24170/task/24228/stat : 24228 (java) S 24167 24170 22605 0 -1 1077944384 18255 13003 0 0 850 57 5 3 20 0 15 0 231621013 11345952768 153438 33554432000 4194304 4196468 140727184999312 140280692746352 140281199741570 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24229] ppid=24167 vsize=11080032 memory=613752 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24229/stat : 24229 (java) S 24167 24170 22605 0 -1 1077944384 20 13003 0 0 0 0 5 3 20 0 15 0 231621014 11345952768 153438 33554432000 4194304 4196468 140727184999312 140280007222176 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24230] ppid=24167 vsize=11080032 memory=808 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24230/stat : 24230 (java) S 24167 24170 22605 0 -1 1077944384 9 13003 0 0 0 0 5 3 20 0 15 0 231621014 11345952768 153438 33554432000 4194304 4196468 140727184999312 140279805895808 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24231] ppid=24167 vsize=11080032 memory=1692 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24231/stat : 24231 (java) S 24167 24170 22605 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 231621016 11345952768 153438 33554432000 4194304 4196468 140727184999312 140279498496080 140281199749019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24232] ppid=24167 vsize=11080032 memory=613752 CPUtime=5.89 cores=1,3,5,7
/proc/24170/task/24232/stat : 24232 (java) S 24167 24170 22605 0 -1 1077944384 32637 13003 0 0 576 5 5 3 20 0 15 0 231621016 11345952768 153438 33554432000 4194304 4196468 140727184999312 140280691694192 140281199741570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24233] ppid=24167 vsize=11080032 memory=1616 CPUtime=6.1 cores=1,3,5,7
/proc/24170/task/24233/stat : 24233 (java) S 24167 24170 22605 0 -1 1077944384 34458 13003 0 0 598 4 5 3 20 0 15 0 231621016 11345952768 153438 33554432000 4194304 4196468 140727184999312 140280690641392 140281199741570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24234] ppid=24167 vsize=11080032 memory=613752 CPUtime=2.49 cores=1,3,5,7
/proc/24170/task/24234/stat : 24234 (java) S 24167 24170 22605 0 -1 1077944384 25498 13003 0 0 236 5 5 3 20 0 15 0 231621016 11345952768 153438 33554432000 4194304 4196468 140727184999312 140280689589104 140281199741570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24235] ppid=24167 vsize=11080032 memory=613752 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24235/stat : 24235 (java) S 24167 24170 22605 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 231621017 11345952768 153438 33554432000 4194304 4196468 140727184999312 140279067700192 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24236] ppid=24167 vsize=11080032 memory=613752 CPUtime=1.5 cores=1,3,5,7
/proc/24170/task/24236/stat : 24236 (java) S 24167 24170 22605 0 -1 1077944384 2411 13003 0 0 61 81 5 3 20 0 15 0 231621017 11345952768 153438 33554432000 4194304 4196468 140727184999312 140280688535984 140281199741570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
Current children cumulated CPU time: 2499.19 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 613752 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2462.8 s]
/proc/loadavg: 1.12 1.17 1.28 3/217 24579
/proc/meminfo: memFree=14676620/32770624 swapFree=67108504/67108860
[pid=24170] ppid=24167 vsize=11080032 memory=613752 CPUtime=2520.08 cores=1,3,5,7
/proc/24170/stat : 24170 (java) S 24167 24170 22605 0 -1 1077944320 263678 13003 0 0 251607 393 5 3 20 0 15 0 231621002 11345952768 153438 33554432000 4194304 4196468 140727184999312 140727184981856 140281199730423 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
/proc/24170/statm: 2770008 153438 3533 1 0 2731661 0
[pid=24170/tid=24223] ppid=24167 vsize=11080032 memory=4100 CPUtime=2436.46 cores=1,3,5,7
/proc/24170/task/24223/stat : 24223 (java) R 24167 24170 22605 0 -1 4202560 88037 13003 0 0 243580 58 5 3 20 0 15 0 231621011 11345952768 153438 33554432000 4194304 4196468 140727184999312 140281171564464 140280769976974 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24224] ppid=24167 vsize=11080032 memory=13776 CPUtime=14.74 cores=1,3,5,7
/proc/24170/task/24224/stat : 24224 (java) S 24167 24170 22605 0 -1 1077944384 11345 13003 0 0 1410 56 5 3 20 0 15 0 231621012 11345952768 153438 33554432000 4194304 4196468 140727184999312 140281203973008 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24225] ppid=24167 vsize=11080032 memory=6791534058613427641 CPUtime=14.74 cores=1,3,5,7
/proc/24170/task/24225/stat : 24225 (java) S 24167 24170 22605 0 -1 1077944384 17166 13003 0 0 1404 62 5 3 20 0 15 0 231621012 11345952768 153438 33554432000 4194304 4196468 140727184999312 140281085238032 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24226] ppid=24167 vsize=11080032 memory=3732 CPUtime=14.75 cores=1,3,5,7
/proc/24170/task/24226/stat : 24226 (java) S 24167 24170 22605 0 -1 1077944384 15835 13003 0 0 1410 57 5 3 20 0 15 0 231621012 11345952768 153438 33554432000 4194304 4196468 140727184999312 140281084185744 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24227] ppid=24167 vsize=11080032 memory=1228 CPUtime=14.78 cores=1,3,5,7
/proc/24170/task/24227/stat : 24227 (java) S 24167 24170 22605 0 -1 1077944384 15795 13003 0 0 1413 57 5 3 20 0 15 0 231621012 11345952768 153438 33554432000 4194304 4196468 140727184999312 140281083132944 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24228] ppid=24167 vsize=11080032 memory=0 CPUtime=9.22 cores=1,3,5,7
/proc/24170/task/24228/stat : 24228 (java) S 24167 24170 22605 0 -1 1077944384 18272 13003 0 0 857 57 5 3 20 0 15 0 231621013 11345952768 153438 33554432000 4194304 4196468 140727184999312 140280692746352 140281199741570 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24229] ppid=24167 vsize=11080032 memory=4137287014106042739 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24229/stat : 24229 (java) S 24167 24170 22605 0 -1 1077944384 20 13003 0 0 0 0 5 3 20 0 15 0 231621014 11345952768 153438 33554432000 4194304 4196468 140727184999312 140280007222176 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24230] ppid=24167 vsize=11080032 memory=13776 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24230/stat : 24230 (java) S 24167 24170 22605 0 -1 1077944384 9 13003 0 0 0 0 5 3 20 0 15 0 231621014 11345952768 153438 33554432000 4194304 4196468 140727184999312 140279805895808 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24231] ppid=24167 vsize=11080032 memory=3356 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24231/stat : 24231 (java) S 24167 24170 22605 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 231621016 11345952768 153438 33554432000 4194304 4196468 140727184999312 140279498496080 140281199749019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24232] ppid=24167 vsize=11080032 memory=492 CPUtime=5.89 cores=1,3,5,7
/proc/24170/task/24232/stat : 24232 (java) S 24167 24170 22605 0 -1 1077944384 32637 13003 0 0 576 5 5 3 20 0 15 0 231621016 11345952768 153438 33554432000 4194304 4196468 140727184999312 140280691694192 140281199741570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24233] ppid=24167 vsize=11080032 memory=1616 CPUtime=6.1 cores=1,3,5,7
/proc/24170/task/24233/stat : 24233 (java) S 24167 24170 22605 0 -1 1077944384 34458 13003 0 0 598 4 5 3 20 0 15 0 231621016 11345952768 153438 33554432000 4194304 4196468 140727184999312 140280690641392 140281199741570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24234] ppid=24167 vsize=11080032 memory=932 CPUtime=2.49 cores=1,3,5,7
/proc/24170/task/24234/stat : 24234 (java) S 24167 24170 22605 0 -1 1077944384 25498 13003 0 0 236 5 5 3 20 0 15 0 231621016 11345952768 153438 33554432000 4194304 4196468 140727184999312 140280689589104 140281199741570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24235] ppid=24167 vsize=11080032 memory=1168 CPUtime=0.08 cores=1,3,5,7
/proc/24170/task/24235/stat : 24235 (java) S 24167 24170 22605 0 -1 1077944384 3 13003 0 0 0 0 5 3 20 0 15 0 231621017 11345952768 153438 33554432000 4194304 4196468 140727184999312 140279067700192 140281199740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
[pid=24170/tid=24236] ppid=24167 vsize=11080032 memory=2344 CPUtime=1.51 cores=1,3,5,7
/proc/24170/task/24236/stat : 24236 (java) S 24167 24170 22605 0 -1 1077944384 2413 13003 0 0 62 81 5 3 20 0 15 0 231621017 11345952768 153438 33554432000 4194304 4196468 140727184999312 140280688535984 140281199741570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23035904 140727185005164 140727185007964 140727185007964 140727185010639 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 613752 KiB

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

[startup+2462.82 s]
# the end of solver process 24170 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.14 s, system=3.97585 s

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

Child status: 143
Real time (s): 2462.82
CPU time (s): 2520.12
CPU user time (s): 2516.14
CPU system time (s): 3.97585
CPU usage (%): 102.326
Max. virtual memory (cumulated for all children) (KiB): 11082668
Max. memory (cumulated for all children) (KiB): 1703608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.14
system time used= 3.97585
maximum resident set size= 1707704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 277371
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 246592
involuntary context switches= 4941


# summary of solver processes directly reported to runsolver:
#   pid: 24170
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.14
#   total CPU system time (s): 3.97585

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.9243 second user time and 21.3307 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-13 08:09:38
IDJOB=4305219
IDBENCH=141594
IDSOLVER=2780
FILE ID=node104/4305219-1534140578
RUNJOBID= node104-1534137235-23445
PBS_JOBID= 21037018
Free space on /tmp= 37524 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/SportsScheduling/SportsScheduling-22_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305219-1534140578/watcher-4305219-1534140578 -o /tmp/evaluation-result-4305219-1534140578/solver-4305219-1534140578 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534137235-23445 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1618417617 HOME/instance-4305219-1534140578.xml

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

MD5SUM BENCH= 13c66cb7417087d31bdec501d06a9dbf
RANDOM SEED=1618417617

node104.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.11
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.11
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.11
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.11
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:        15392392 kB
MemAvailable:   30907416 kB
Buffers:          212276 kB
Cached:         15340868 kB
SwapCached:            8 kB
Active:          8676724 kB
Inactive:        7924968 kB
Active(anon):    1000172 kB
Inactive(anon):   100964 kB
Active(file):    7676552 kB
Inactive(file):  7824004 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:             26412 kB
Writeback:             0 kB
AnonPages:       1055924 kB
Mapped:            65832 kB
Shmem:             49636 kB
Slab:             471456 kB
SReclaimable:     442928 kB
SUnreclaim:        28528 kB
KernelStack:        3488 kB
PageTables:         7416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2215312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    876544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 37500 MiB
End job on node104 at 2018-08-13 08:50:41