Trace number 4295718

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.8 2018-06-13? (TO) 2520.61 2464.7

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295718-1532592580/watcher-4295718-1532592580 -o /tmp/evaluation-result-4295718-1532592580/solver-4295718-1532592580 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532582651-32661 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1256850846 HOME/instance-4295718-1532592580.xml 

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

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

solver pid=2016, runsolver pid=2013

[startup+0.100058 s]*
/proc/loadavg: 1.44 1.42 1.38 3/206 2075
/proc/meminfo: memFree=11267352/32770624 swapFree=67108860/67108860
[pid=2016] ppid=2013 vsize=9972712 memory=16684 CPUtime=0.08 cores=1,3,5,7
/proc/2016/stat : 2016 (java) S 2013 2016 32629 0 -1 1077944320 4329 13141 0 0 1 0 4 3 20 0 6 0 76821176 10212057088 4171 33554432000 4194304 4196468 140736586036656 140736586019200 140435840929527 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
/proc/2016/statm: 2493178 4171 1932 1 0 2481616 0
[pid=2016/tid=2070] ppid=2013 vsize=9972712 memory=-8171376296011865461 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2070/stat : 2070 (java) R 2013 2016 32629 0 -1 4202560 2198 13141 0 0 0 0 4 3 20 0 6 0 76821185 10212057088 4749 33554432000 4194304 4196468 140736586036656 140435812766288 140435840951453 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2071] ppid=2013 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2071/stat : 2071 (java) S 2013 2016 32629 0 -1 1077944384 1 13141 0 0 0 0 4 3 20 0 6 0 76821186 10212057088 4749 33554432000 4194304 4196468 140736586036656 140435845172368 140435840939733 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2073] ppid=2013 vsize=9972712 memory=139672959514240 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2073/stat : 2073 (java) S 2013 2016 32629 0 -1 1077944384 2 13141 0 0 0 0 4 3 20 0 6 0 76821186 10212057088 4749 33554432000 4194304 4196468 140736586036656 140435768331280 140435840939733 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2074] ppid=2013 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2074/stat : 2074 (java) S 2013 2016 32629 0 -1 1077944384 1 13141 0 0 0 0 4 3 20 0 6 0 76821186 10212057088 4749 33554432000 4194304 4196468 140736586036656 140435413244816 140435840939733 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2075] ppid=2013 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2075/stat : 2075 (java) S 2013 2016 32629 0 -1 1077944384 2 13141 0 0 0 0 4 3 20 0 6 0 76821186 10212057088 4749 33554432000 4194304 4196468 140736586036656 140435412192016 140435840939733 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16684 KiB

[startup+0.209842 s]*
/proc/loadavg: 1.44 1.42 1.38 3/215 2084
/proc/meminfo: memFree=11243240/32770624 swapFree=67108860/67108860
[pid=2016] ppid=2013 vsize=10818904 memory=40868 CPUtime=0.25 cores=1,3,5,7
/proc/2016/stat : 2016 (java) S 2013 2016 32629 0 -1 1077944320 7520 13141 0 0 17 1 4 3 20 0 15 0 76821176 11078557696 10217 33554432000 4194304 4196468 140736586036656 140736586019200 140435840929527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
/proc/2016/statm: 2704726 10217 2941 1 0 2667149 0
[pid=2016/tid=2070] ppid=2013 vsize=10818904 memory=8389772277269004345 CPUtime=0.19 cores=1,3,5,7
/proc/2016/task/2070/stat : 2070 (java) R 2013 2016 32629 0 -1 4202560 4482 13141 0 0 11 1 4 3 20 0 15 0 76821185 11078557696 10613 33554432000 4194304 4196468 140736586036656 140435812752912 140435821205341 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2071] ppid=2013 vsize=10818904 memory=4294967638 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2071/stat : 2071 (java) S 2013 2016 32629 0 -1 1077944384 1 13141 0 0 0 0 4 3 20 0 15 0 76821186 11078557696 10613 33554432000 4194304 4196468 140736586036656 140435845172368 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2073] ppid=2013 vsize=10818904 memory=139672959534520 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2073/stat : 2073 (java) S 2013 2016 32629 0 -1 1077944384 2 13141 0 0 0 0 4 3 20 0 15 0 76821186 11078557696 10613 33554432000 4194304 4196468 140736586036656 140435768331280 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2074] ppid=2013 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2074/stat : 2074 (java) S 2013 2016 32629 0 -1 1077944384 1 13141 0 0 0 0 4 3 20 0 15 0 76821186 11078557696 10679 33554432000 4194304 4196468 140736586036656 140435413244816 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2075] ppid=2013 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2075/stat : 2075 (java) S 2013 2016 32629 0 -1 1077944384 2 13141 0 0 0 0 4 3 20 0 15 0 76821186 11078557696 10679 33554432000 4194304 4196468 140736586036656 140435412192016 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2076] ppid=2013 vsize=10818904 memory=139672959514240 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2076/stat : 2076 (java) S 2013 2016 32629 0 -1 1077944384 2 13141 0 0 0 0 4 3 20 0 15 0 76821187 11078557696 10679 33554432000 4194304 4196468 140736586036656 140435367614832 140435840940674 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2077] ppid=2013 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2077/stat : 2077 (java) S 2013 2016 32629 0 -1 1077944384 13 13141 0 0 0 0 4 3 20 0 15 0 76821188 11078557696 10679 33554432000 4194304 4196468 140736586036656 140435297133600 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2078] ppid=2013 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2078/stat : 2078 (java) S 2013 2016 32629 0 -1 1077944384 1 13141 0 0 0 0 4 3 20 0 15 0 76821188 11078557696 10679 33554432000 4194304 4196468 140736586036656 140434693153648 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2079] ppid=2013 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2079/stat : 2079 (java) S 2013 2016 32629 0 -1 1077944384 3 13141 0 0 0 0 4 3 20 0 15 0 76821191 11078557696 10679 33554432000 4194304 4196468 140736586036656 140434385753936 140435840948123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2080] ppid=2013 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2016/task/2080/stat : 2080 (java) S 2013 2016 32629 0 -1 1077944384 491 13141 0 0 1 0 4 3 20 0 15 0 76821191 11078557696 10679 33554432000 4194304 4196468 140736586036656 140435366562672 140435840940674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2081] ppid=2013 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2081/stat : 2081 (java) S 2013 2016 32629 0 -1 1077944384 129 13141 0 0 0 0 4 3 20 0 15 0 76821191 11078557696 10679 33554432000 4194304 4196468 140736586036656 140435365509872 140435840940674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2082] ppid=2013 vsize=10818904 memory=139672959514240 CPUtime=0.1 cores=1,3,5,7
/proc/2016/task/2082/stat : 2082 (java) S 2013 2016 32629 0 -1 1077944384 593 13141 0 0 3 0 4 3 20 0 15 0 76821191 11078557696 10679 33554432000 4194304 4196468 140736586036656 140435263576688 140435840940674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2083] ppid=2013 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2083/stat : 2083 (java) S 2013 2016 32629 0 -1 1077944384 3 13141 0 0 0 0 4 3 20 0 15 0 76821191 11078557696 10679 33554432000 4194304 4196468 140736586036656 140434352196320 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2084] ppid=2013 vsize=10818904 memory=139672959514240 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2084/stat : 2084 (java) S 2013 2016 32629 0 -1 1077944384 1 13141 0 0 0 0 4 3 20 0 15 0 76821191 11078557696 10679 33554432000 4194304 4196468 140736586036656 140435262524080 140435840940674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 40868 KiB

[startup+0.310024 s]*
/proc/loadavg: 1.44 1.42 1.38 3/215 2084
/proc/meminfo: memFree=11231952/32770624 swapFree=67108860/67108860
[pid=2016] ppid=2013 vsize=10819352 memory=53520 CPUtime=0.37 cores=1,3,5,7
/proc/2016/stat : 2016 (java) S 2013 2016 32629 0 -1 1077944320 10442 13141 0 0 28 2 4 3 20 0 15 0 76821176 11079016448 13380 33554432000 4194304 4196468 140736586036656 140736586019200 140435840929527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
/proc/2016/statm: 2704838 13380 3074 1 0 2667149 0
[pid=2016/tid=2070] ppid=2013 vsize=10819352 memory=4134692831991786133 CPUtime=0.28 cores=1,3,5,7
/proc/2016/task/2070/stat : 2070 (java) R 2013 2016 32629 0 -1 4202560 6994 13141 0 0 19 2 4 3 20 0 15 0 76821185 11079016448 13380 33554432000 4194304 4196468 140736586036656 140435812741536 140435825010014 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2071] ppid=2013 vsize=10819352 memory=4294969568 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2071/stat : 2071 (java) S 2013 2016 32629 0 -1 1077944384 1 13141 0 0 0 0 4 3 20 0 15 0 76821186 11079016448 13380 33554432000 4194304 4196468 140736586036656 140435845172368 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2073] ppid=2013 vsize=10819352 memory=139677254481535 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2073/stat : 2073 (java) S 2013 2016 32629 0 -1 1077944384 2 13141 0 0 0 0 4 3 20 0 15 0 76821186 11079016448 13380 33554432000 4194304 4196468 140736586036656 140435768331280 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2074] ppid=2013 vsize=10819352 memory=2209 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2074/stat : 2074 (java) S 2013 2016 32629 0 -1 1077944384 1 13141 0 0 0 0 4 3 20 0 15 0 76821186 11079016448 13380 33554432000 4194304 4196468 140736586036656 140435413244816 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2075] ppid=2013 vsize=10819352 memory=2240 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2075/stat : 2075 (java) S 2013 2016 32629 0 -1 1077944384 2 13141 0 0 0 0 4 3 20 0 15 0 76821186 11079016448 13380 33554432000 4194304 4196468 140736586036656 140435412192016 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2076] ppid=2013 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2076/stat : 2076 (java) S 2013 2016 32629 0 -1 1077944384 2 13141 0 0 0 0 4 3 20 0 15 0 76821187 11079016448 13380 33554432000 4194304 4196468 140736586036656 140435367614832 140435840940674 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2077] ppid=2013 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2077/stat : 2077 (java) S 2013 2016 32629 0 -1 1077944384 13 13141 0 0 0 0 4 3 20 0 15 0 76821188 11079016448 13380 33554432000 4194304 4196468 140736586036656 140435297133600 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2078] ppid=2013 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2078/stat : 2078 (java) S 2013 2016 32629 0 -1 1077944384 1 13141 0 0 0 0 4 3 20 0 15 0 76821188 11079016448 13380 33554432000 4194304 4196468 140736586036656 140434693153648 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2079] ppid=2013 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2079/stat : 2079 (java) S 2013 2016 32629 0 -1 1077944384 3 13141 0 0 0 0 4 3 20 0 15 0 76821191 11079016448 13380 33554432000 4194304 4196468 140736586036656 140434385753936 140435840948123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2080] ppid=2013 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2016/task/2080/stat : 2080 (java) S 2013 2016 32629 0 -1 1077944384 491 13141 0 0 2 0 4 3 20 0 15 0 76821191 11079016448 13380 33554432000 4194304 4196468 140736586036656 140435366562672 140435840940674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2081] ppid=2013 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2016/task/2081/stat : 2081 (java) S 2013 2016 32629 0 -1 1077944384 132 13141 0 0 1 0 4 3 20 0 15 0 76821191 11079016448 13380 33554432000 4194304 4196468 140736586036656 140435365509872 140435840940674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2082] ppid=2013 vsize=10819352 memory=139672959514240 CPUtime=0.11 cores=1,3,5,7
/proc/2016/task/2082/stat : 2082 (java) S 2013 2016 32629 0 -1 1077944384 604 13141 0 0 4 0 4 3 20 0 15 0 76821191 11079016448 13380 33554432000 4194304 4196468 140736586036656 140435263576688 140435840940674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2083] ppid=2013 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2083/stat : 2083 (java) S 2013 2016 32629 0 -1 1077944384 3 13141 0 0 0 0 4 3 20 0 15 0 76821191 11079016448 13380 33554432000 4194304 4196468 140736586036656 140434352196320 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2084] ppid=2013 vsize=10819352 memory=139672959514240 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2084/stat : 2084 (java) S 2013 2016 32629 0 -1 1077944384 1 13141 0 0 0 0 4 3 20 0 15 0 76821191 11079016448 13380 33554432000 4194304 4196468 140736586036656 140435262524080 140435840940674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53520 KiB

[startup+0.700793 s]
/proc/loadavg: 1.44 1.42 1.38 4/215 2084
/proc/meminfo: memFree=11152460/32770624 swapFree=67108860/67108860
[pid=2016] ppid=2013 vsize=10819352 memory=86472 CPUtime=0.99 cores=1,3,5,7
/proc/2016/stat : 2016 (java) S 2013 2016 32629 0 -1 1077944320 16757 13141 0 0 87 5 4 3 20 0 15 0 76821176 11079016448 21618 33554432000 4194304 4196468 140736586036656 140736586019200 140435840929527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
/proc/2016/statm: 2704838 21618 3237 1 0 2667149 0
[pid=2016/tid=2070] ppid=2013 vsize=10819352 memory=279345612540288 CPUtime=0.65 cores=1,3,5,7
/proc/2016/task/2070/stat : 2070 (java) S 2013 2016 32629 0 -1 1077944384 12207 13141 0 0 55 3 4 3 20 0 15 0 76821185 11079016448 21618 33554432000 4194304 4196468 140736586036656 140435812750352 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2071] ppid=2013 vsize=10819352 memory=279345612540480 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2071/stat : 2071 (java) S 2013 2016 32629 0 -1 1077944384 1 13141 0 0 0 0 4 3 20 0 15 0 76821186 11079016448 21618 33554432000 4194304 4196468 140736586036656 140435845172368 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2073] ppid=2013 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2073/stat : 2073 (java) S 2013 2016 32629 0 -1 1077944384 2 13141 0 0 0 0 4 3 20 0 15 0 76821186 11079016448 21618 33554432000 4194304 4196468 140736586036656 140435768331280 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2074] ppid=2013 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2074/stat : 2074 (java) S 2013 2016 32629 0 -1 1077944384 1 13141 0 0 0 0 4 3 20 0 15 0 76821186 11079016448 21618 33554432000 4194304 4196468 140736586036656 140435413244816 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2075] ppid=2013 vsize=10819352 memory=6440239071652178021 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2075/stat : 2075 (java) S 2013 2016 32629 0 -1 1077944384 2 13141 0 0 0 0 4 3 20 0 15 0 76821186 11079016448 21618 33554432000 4194304 4196468 140736586036656 140435412192016 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2076] ppid=2013 vsize=10819352 memory=5865465064658194540 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2076/stat : 2076 (java) S 2013 2016 32629 0 -1 1077944384 5 13141 0 0 0 0 4 3 20 0 15 0 76821187 11079016448 21618 33554432000 4194304 4196468 140736586036656 140435367614832 140435840940674 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2077] ppid=2013 vsize=10819352 memory=6935649255759568960 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2077/stat : 2077 (java) S 2013 2016 32629 0 -1 1077944384 13 13141 0 0 0 0 4 3 20 0 15 0 76821188 11079016448 21618 33554432000 4194304 4196468 140736586036656 140435297133600 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2078] ppid=2013 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2078/stat : 2078 (java) S 2013 2016 32629 0 -1 1077944384 1 13141 0 0 0 0 4 3 20 0 15 0 76821188 11079016448 21618 33554432000 4194304 4196468 140736586036656 140434693153648 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2079] ppid=2013 vsize=10819352 memory=4128 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2079/stat : 2079 (java) S 2013 2016 32629 0 -1 1077944384 3 13141 0 0 0 0 4 3 20 0 15 0 76821191 11079016448 21618 33554432000 4194304 4196468 140736586036656 140434385753936 140435840948123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2080] ppid=2013 vsize=10819352 memory=2241 CPUtime=0.17 cores=1,3,5,7
/proc/2016/task/2080/stat : 2080 (java) S 2013 2016 32629 0 -1 1077944384 1138 13141 0 0 10 0 4 3 20 0 15 0 76821191 11079016448 21618 33554432000 4194304 4196468 140736586036656 140435366562672 140435840940674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2081] ppid=2013 vsize=10819352 memory=2244 CPUtime=0.13 cores=1,3,5,7
/proc/2016/task/2081/stat : 2081 (java) S 2013 2016 32629 0 -1 1077944384 501 13141 0 0 6 0 4 3 20 0 15 0 76821191 11079016448 21618 33554432000 4194304 4196468 140736586036656 140435365509872 140435840940674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2082] ppid=2013 vsize=10819352 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/2016/task/2082/stat : 2082 (java) S 2013 2016 32629 0 -1 1077944384 686 13141 0 0 13 0 4 3 20 0 15 0 76821191 11079016448 21618 33554432000 4194304 4196468 140736586036656 140435263576688 140435840940674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2083] ppid=2013 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2083/stat : 2083 (java) S 2013 2016 32629 0 -1 1077944384 3 13141 0 0 0 0 4 3 20 0 15 0 76821191 11079016448 21618 33554432000 4194304 4196468 140736586036656 140434352196320 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2084] ppid=2013 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2084/stat : 2084 (java) S 2013 2016 32629 0 -1 1077944384 1 13141 0 0 0 0 4 3 20 0 15 0 76821191 11079016448 21618 33554432000 4194304 4196468 140736586036656 140435262524080 140435840940674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86472 KiB

[startup+1.50075 s]
/proc/loadavg: 1.44 1.42 1.38 4/215 2084
/proc/meminfo: memFree=11067340/32770624 swapFree=67108860/67108860
[pid=2016] ppid=2013 vsize=10834252 memory=179196 CPUtime=2.37 cores=1,3,5,7
/proc/2016/stat : 2016 (java) S 2013 2016 32629 0 -1 1077944320 23891 13141 0 0 220 10 4 3 20 0 15 0 76821176 11094274048 44799 33554432000 4194304 4196468 140736586036656 140736586019200 140435840929527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
/proc/2016/statm: 2708563 44799 3477 1 0 2670221 0
[pid=2016/tid=2070] ppid=2013 vsize=10834252 memory=4128 CPUtime=1.42 cores=1,3,5,7
/proc/2016/task/2070/stat : 2070 (java) R 2013 2016 32629 0 -1 4202560 17685 13141 0 0 129 6 4 3 20 0 15 0 76821185 11094274048 44799 33554432000 4194304 4196468 140736586036656 140435812746656 140435826373236 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2071] ppid=2013 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2016/task/2071/stat : 2071 (java) S 2013 2016 32629 0 -1 1077944384 20 13141 0 0 1 0 4 3 20 0 15 0 76821186 11094274048 44799 33554432000 4194304 4196468 140736586036656 140435845172368 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2073] ppid=2013 vsize=10834252 memory=139672806430100 CPUtime=0.08 cores=1,3,5,7
/proc/2016/task/2073/stat : 2073 (java) S 2013 2016 32629 0 -1 1077944384 207 13141 0 0 1 0 4 3 20 0 15 0 76821186 11094274048 44799 33554432000 4194304 4196468 140736586036656 140435768331280 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2074] ppid=2013 vsize=10834252 memory=4100 CPUtime=0.08 cores=1,3,5,7
/proc/2016/task/2074/stat : 2074 (java) S 2013 2016 32629 0 -1 1077944384 20 13141 0 0 1 0 4 3 20 0 15 0 76821186 11094274048 44799 33554432000 4194304 4196468 140736586036656 140435413244816 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2075] ppid=2013 vsize=10834252 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/2016/task/2075/stat : 2075 (java) S 2013 2016 32629 0 -1 1077944384 72 13141 0 0 1 0 4 3 20 0 15 0 76821186 11094274048 44799 33554432000 4194304 4196468 140736586036656 140435412192016 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2076] ppid=2013 vsize=10834252 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/2016/task/2076/stat : 2076 (java) S 2013 2016 32629 0 -1 1077944384 53 13141 0 0 1 0 4 3 20 0 15 0 76821187 11094274048 44799 33554432000 4194304 4196468 140736586036656 140435367614832 140435840940674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2077] ppid=2013 vsize=10834252 memory=123 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2077/stat : 2077 (java) S 2013 2016 32629 0 -1 1077944384 14 13141 0 0 0 0 4 3 20 0 15 0 76821188 11094274048 44799 33554432000 4194304 4196468 140736586036656 140435297133664 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2078] ppid=2013 vsize=10834252 memory=79 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2078/stat : 2078 (java) S 2013 2016 32629 0 -1 1077944384 1 13141 0 0 0 0 4 3 20 0 15 0 76821188 11094274048 44799 33554432000 4194304 4196468 140736586036656 140434693153664 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2079] ppid=2013 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2079/stat : 2079 (java) S 2013 2016 32629 0 -1 1077944384 3 13141 0 0 0 0 4 3 20 0 15 0 76821191 11094274048 44799 33554432000 4194304 4196468 140736586036656 140434385753936 140435840948123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2080] ppid=2013 vsize=10834252 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/2016/task/2080/stat : 2080 (java) S 2013 2016 32629 0 -1 1077944384 1610 13141 0 0 25 0 4 3 20 0 15 0 76821191 11094274048 44799 33554432000 4194304 4196468 140736586036656 140435366562672 140435840940674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2081] ppid=2013 vsize=10834252 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/2016/task/2081/stat : 2081 (java) S 2013 2016 32629 0 -1 1077944384 700 13141 0 0 21 0 4 3 20 0 15 0 76821191 11094274048 44799 33554432000 4194304 4196468 140736586036656 140435365509872 140435840940674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2082] ppid=2013 vsize=10834252 memory=139672806529600 CPUtime=0.44 cores=1,3,5,7
/proc/2016/task/2082/stat : 2082 (java) S 2013 2016 32629 0 -1 1077944384 1309 13141 0 0 37 0 4 3 20 0 15 0 76821191 11094274048 44799 33554432000 4194304 4196468 140736586036656 140435263576688 140435840940674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2083] ppid=2013 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2083/stat : 2083 (java) S 2013 2016 32629 0 -1 1077944384 3 13141 0 0 0 0 4 3 20 0 15 0 76821191 11094274048 44799 33554432000 4194304 4196468 140736586036656 140434352196320 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2084] ppid=2013 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2084/stat : 2084 (java) S 2013 2016 32629 0 -1 1077944384 1 13141 0 0 0 0 4 3 20 0 15 0 76821191 11094274048 44799 33554432000 4194304 4196468 140736586036656 140435262524080 140435840940674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
Current children cumulated CPU time: 2.37 s
Current children cumulated vsize: 10834252 KiB

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

/proc/2016/task/2070/stat : 2070 (java) R 2013 2016 32629 0 -1 4202560 92854 13141 0 0 229615 55 4 3 20 0 15 0 76821185 11178180608 136142 33554432000 4194304 4196468 140736586036656 140435812764384 140435462721664 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2071] ppid=2013 vsize=10916192 memory=279345613048272 CPUtime=13.65 cores=1,3,5,7
/proc/2016/task/2071/stat : 2071 (java) S 2013 2016 32629 0 -1 1077944384 19141 13141 0 0 1304 54 4 3 20 0 15 0 76821186 11178180608 136142 33554432000 4194304 4196468 140736586036656 140435845172368 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2073] ppid=2013 vsize=10916192 memory=544568 CPUtime=13.7 cores=1,3,5,7
/proc/2016/task/2073/stat : 2073 (java) S 2013 2016 32629 0 -1 1077944384 19317 13141 0 0 1310 53 4 3 20 0 15 0 76821186 11178180608 136142 33554432000 4194304 4196468 140736586036656 140435768331280 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2074] ppid=2013 vsize=10916192 memory=544568 CPUtime=13.66 cores=1,3,5,7
/proc/2016/task/2074/stat : 2074 (java) S 2013 2016 32629 0 -1 1077944384 16156 13141 0 0 1309 50 4 3 20 0 15 0 76821186 11178180608 136142 33554432000 4194304 4196468 140736586036656 140435413244816 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2075] ppid=2013 vsize=10916192 memory=1008 CPUtime=13.66 cores=1,3,5,7
/proc/2016/task/2075/stat : 2075 (java) S 2013 2016 32629 0 -1 1077944384 21195 13141 0 0 1305 54 4 3 20 0 15 0 76821186 11178180608 136142 33554432000 4194304 4196468 140736586036656 140435412192016 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2076] ppid=2013 vsize=10916192 memory=9992 CPUtime=8.77 cores=1,3,5,7
/proc/2016/task/2076/stat : 2076 (java) S 2013 2016 32629 0 -1 1077944384 17871 13141 0 0 816 54 4 3 20 0 15 0 76821187 11178180608 136142 33554432000 4194304 4196468 140736586036656 140435367614832 140435840940674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2077] ppid=2013 vsize=10916192 memory=544568 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2077/stat : 2077 (java) S 2013 2016 32629 0 -1 1077944384 21 13141 0 0 0 0 4 3 20 0 15 0 76821188 11178180608 136142 33554432000 4194304 4196468 140736586036656 140435297133664 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2078] ppid=2013 vsize=10916192 memory=544568 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2078/stat : 2078 (java) S 2013 2016 32629 0 -1 1077944384 5 13141 0 0 0 0 4 3 20 0 15 0 76821188 11178180608 136142 33554432000 4194304 4196468 140736586036656 140434693153664 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2079] ppid=2013 vsize=10916192 memory=844 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2079/stat : 2079 (java) S 2013 2016 32629 0 -1 1077944384 3 13141 0 0 0 0 4 3 20 0 15 0 76821191 11178180608 136142 33554432000 4194304 4196468 140736586036656 140434385753936 140435840948123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2080] ppid=2013 vsize=10916192 memory=1796 CPUtime=6.08 cores=1,3,5,7
/proc/2016/task/2080/stat : 2080 (java) S 2013 2016 32629 0 -1 1077944384 35020 13141 0 0 596 5 4 3 20 0 15 0 76821191 11178180608 136142 33554432000 4194304 4196468 140736586036656 140435366562672 140435840940674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2081] ppid=2013 vsize=10916192 memory=544568 CPUtime=5.92 cores=1,3,5,7
/proc/2016/task/2081/stat : 2081 (java) S 2013 2016 32629 0 -1 1077944384 32459 13141 0 0 582 3 4 3 20 0 15 0 76821191 11178180608 136142 33554432000 4194304 4196468 140736586036656 140435365509872 140435840940674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2082] ppid=2013 vsize=10916192 memory=544568 CPUtime=2.44 cores=1,3,5,7
/proc/2016/task/2082/stat : 2082 (java) S 2013 2016 32629 0 -1 1077944384 25678 13141 0 0 232 5 4 3 20 0 15 0 76821191 11178180608 136142 33554432000 4194304 4196468 140736586036656 140435263576688 140435840940674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2083] ppid=2013 vsize=10916192 memory=544568 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2083/stat : 2083 (java) S 2013 2016 32629 0 -1 1077944384 3 13141 0 0 0 0 4 3 20 0 15 0 76821191 11178180608 136142 33554432000 4194304 4196468 140736586036656 140434352196320 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2084] ppid=2013 vsize=10916192 memory=2416 CPUtime=1.44 cores=1,3,5,7
/proc/2016/task/2084/stat : 2084 (java) S 2013 2016 32629 0 -1 1077944384 3566 13141 0 0 68 69 4 3 20 0 15 0 76821191 11178180608 136142 33554432000 4194304 4196468 140736586036656 140435262524080 140435840940674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
Current children cumulated CPU time: 2375.56 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 544568 KiB

[startup+2382.3 s]
/proc/loadavg: 1.22 1.29 1.38 3/215 2158
/proc/meminfo: memFree=10399076/32770624 swapFree=67108860/67108860
[pid=2016] ppid=2013 vsize=10916192 memory=544568 CPUtime=2436.63 cores=1,3,5,7
/proc/2016/stat : 2016 (java) S 2013 2016 32629 0 -1 1077944320 287250 13141 0 0 243295 361 4 3 20 0 15 0 76821176 11178180608 136142 33554432000 4194304 4196468 140736586036656 140736586019200 140435840929527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
/proc/2016/statm: 2729048 136142 3526 1 0 2690701 0
[pid=2016/tid=2070] ppid=2013 vsize=10916192 memory=544568 CPUtime=2356.06 cores=1,3,5,7
/proc/2016/task/2070/stat : 2070 (java) R 2013 2016 32629 0 -1 4202560 93536 13141 0 0 235543 56 4 3 20 0 15 0 76821185 11178180608 136142 33554432000 4194304 4196468 140736586036656 140435812764352 140435451140707 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2071] ppid=2013 vsize=10916192 memory=544568 CPUtime=14.03 cores=1,3,5,7
/proc/2016/task/2071/stat : 2071 (java) S 2013 2016 32629 0 -1 1077944384 19268 13141 0 0 1341 55 4 3 20 0 15 0 76821186 11178180608 136142 33554432000 4194304 4196468 140736586036656 140435845172368 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2073] ppid=2013 vsize=10916192 memory=544568 CPUtime=14.08 cores=1,3,5,7
/proc/2016/task/2073/stat : 2073 (java) S 2013 2016 32629 0 -1 1077944384 19455 13141 0 0 1347 54 4 3 20 0 15 0 76821186 11178180608 136142 33554432000 4194304 4196468 140736586036656 140435768331280 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2074] ppid=2013 vsize=10916192 memory=544568 CPUtime=14.04 cores=1,3,5,7
/proc/2016/task/2074/stat : 2074 (java) S 2013 2016 32629 0 -1 1077944384 16555 13141 0 0 1346 51 4 3 20 0 15 0 76821186 11178180608 136142 33554432000 4194304 4196468 140736586036656 140435413244816 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2075] ppid=2013 vsize=10916192 memory=4128 CPUtime=14.03 cores=1,3,5,7
/proc/2016/task/2075/stat : 2075 (java) S 2013 2016 32629 0 -1 1077944384 21379 13141 0 0 1341 55 4 3 20 0 15 0 76821186 11178180608 136142 33554432000 4194304 4196468 140736586036656 140435412192016 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2076] ppid=2013 vsize=10916192 memory=7524512692651257697 CPUtime=9.01 cores=1,3,5,7
/proc/2016/task/2076/stat : 2076 (java) S 2013 2016 32629 0 -1 1077944384 18095 13141 0 0 839 55 4 3 20 0 15 0 76821187 11178180608 136142 33554432000 4194304 4196468 140736586036656 140435367614832 140435840940674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2077] ppid=2013 vsize=10916192 memory=4128 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2077/stat : 2077 (java) S 2013 2016 32629 0 -1 1077944384 21 13141 0 0 0 0 4 3 20 0 15 0 76821188 11178180608 136142 33554432000 4194304 4196468 140736586036656 140435297133664 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2078] ppid=2013 vsize=10916192 memory=22916 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2078/stat : 2078 (java) S 2013 2016 32629 0 -1 1077944384 5 13141 0 0 0 0 4 3 20 0 15 0 76821188 11178180608 136142 33554432000 4194304 4196468 140736586036656 140434693153664 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2079] ppid=2013 vsize=10916192 memory=544568 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2079/stat : 2079 (java) S 2013 2016 32629 0 -1 1077944384 3 13141 0 0 0 0 4 3 20 0 15 0 76821191 11178180608 136142 33554432000 4194304 4196468 140736586036656 140434385753936 140435840948123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2080] ppid=2013 vsize=10916192 memory=544568 CPUtime=6.08 cores=1,3,5,7
/proc/2016/task/2080/stat : 2080 (java) S 2013 2016 32629 0 -1 1077944384 35022 13141 0 0 596 5 4 3 20 0 15 0 76821191 11178180608 136142 33554432000 4194304 4196468 140736586036656 140435366562672 140435840940674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2081] ppid=2013 vsize=10916192 memory=4128 CPUtime=5.92 cores=1,3,5,7
/proc/2016/task/2081/stat : 2081 (java) S 2013 2016 32629 0 -1 1077944384 32461 13141 0 0 582 3 4 3 20 0 15 0 76821191 11178180608 136142 33554432000 4194304 4196468 140736586036656 140435365509872 140435840940674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2082] ppid=2013 vsize=10916192 memory=22916 CPUtime=2.45 cores=1,3,5,7
/proc/2016/task/2082/stat : 2082 (java) S 2013 2016 32629 0 -1 1077944384 25680 13141 0 0 232 6 4 3 20 0 15 0 76821191 11178180608 136142 33554432000 4194304 4196468 140736586036656 140435263576688 140435840940674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2083] ppid=2013 vsize=10916192 memory=544568 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2083/stat : 2083 (java) S 2013 2016 32629 0 -1 1077944384 3 13141 0 0 0 0 4 3 20 0 15 0 76821191 11178180608 136142 33554432000 4194304 4196468 140736586036656 140434352196320 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2084] ppid=2013 vsize=10916192 memory=1580 CPUtime=1.48 cores=1,3,5,7
/proc/2016/task/2084/stat : 2084 (java) S 2013 2016 32629 0 -1 1077944384 3574 13141 0 0 70 71 4 3 20 0 15 0 76821191 11178180608 136142 33554432000 4194304 4196468 140736586036656 140435262524080 140435840940674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
Current children cumulated CPU time: 2436.63 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 544568 KiB

[startup+2442.3 s]
/proc/loadavg: 1.49 1.36 1.40 3/215 2166
/proc/meminfo: memFree=10395968/32770624 swapFree=67108860/67108860
[pid=2016] ppid=2013 vsize=10916192 memory=546628 CPUtime=2497.77 cores=1,3,5,7
/proc/2016/stat : 2016 (java) S 2013 2016 32629 0 -1 1077944320 289070 13141 0 0 249399 371 4 3 20 0 15 0 76821176 11178180608 136657 33554432000 4194304 4196468 140736586036656 140736586019200 140435840929527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
/proc/2016/statm: 2729048 136657 3526 1 0 2690701 0
[pid=2016/tid=2070] ppid=2013 vsize=10916192 memory=546628 CPUtime=2415.35 cores=1,3,5,7
/proc/2016/task/2070/stat : 2070 (java) R 2013 2016 32629 0 -1 4202560 94218 13141 0 0 241471 57 4 3 20 0 15 0 76821185 11178180608 136657 33554432000 4194304 4196468 140736586036656 140435812763376 140435464608977 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2071] ppid=2013 vsize=10916192 memory=544580 CPUtime=14.43 cores=1,3,5,7
/proc/2016/task/2071/stat : 2071 (java) S 2013 2016 32629 0 -1 1077944384 19771 13141 0 0 1379 57 4 3 20 0 15 0 76821186 11178180608 136657 33554432000 4194304 4196468 140736586036656 140435845172368 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2073] ppid=2013 vsize=10916192 memory=544568 CPUtime=14.47 cores=1,3,5,7
/proc/2016/task/2073/stat : 2073 (java) S 2013 2016 32629 0 -1 1077944384 19594 13141 0 0 1385 55 4 3 20 0 15 0 76821186 11178180608 136657 33554432000 4194304 4196468 140736586036656 140435768331280 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2074] ppid=2013 vsize=10916192 memory=544568 CPUtime=14.43 cores=1,3,5,7
/proc/2016/task/2074/stat : 2074 (java) S 2013 2016 32629 0 -1 1077944384 16748 13141 0 0 1383 53 4 3 20 0 15 0 76821186 11178180608 136657 33554432000 4194304 4196468 140736586036656 140435413244816 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2075] ppid=2013 vsize=10916192 memory=544568 CPUtime=14.42 cores=1,3,5,7
/proc/2016/task/2075/stat : 2075 (java) S 2013 2016 32629 0 -1 1077944384 21455 13141 0 0 1379 56 4 3 20 0 15 0 76821186 11178180608 136657 33554432000 4194304 4196468 140736586036656 140435412192016 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2076] ppid=2013 vsize=10916192 memory=544580 CPUtime=9.25 cores=1,3,5,7
/proc/2016/task/2076/stat : 2076 (java) S 2013 2016 32629 0 -1 1077944384 18297 13141 0 0 861 57 4 3 20 0 15 0 76821187 11178180608 136657 33554432000 4194304 4196468 140736586036656 140435367614832 140435840940674 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2077] ppid=2013 vsize=10916192 memory=544580 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2077/stat : 2077 (java) S 2013 2016 32629 0 -1 1077944384 21 13141 0 0 0 0 4 3 20 0 15 0 76821188 11178180608 136657 33554432000 4194304 4196468 140736586036656 140435297133664 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2078] ppid=2013 vsize=10916192 memory=546628 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2078/stat : 2078 (java) S 2013 2016 32629 0 -1 1077944384 5 13141 0 0 0 0 4 3 20 0 15 0 76821188 11178180608 136657 33554432000 4194304 4196468 140736586036656 140434693153664 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2079] ppid=2013 vsize=10916192 memory=546628 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2079/stat : 2079 (java) S 2013 2016 32629 0 -1 1077944384 3 13141 0 0 0 0 4 3 20 0 15 0 76821191 11178180608 136657 33554432000 4194304 4196468 140736586036656 140434385753936 140435840948123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2080] ppid=2013 vsize=10916192 memory=546628 CPUtime=6.08 cores=1,3,5,7
/proc/2016/task/2080/stat : 2080 (java) S 2013 2016 32629 0 -1 1077944384 35025 13141 0 0 596 5 4 3 20 0 15 0 76821191 11178180608 136657 33554432000 4194304 4196468 140736586036656 140435366562672 140435840940674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2081] ppid=2013 vsize=10916192 memory=544580 CPUtime=5.92 cores=1,3,5,7
/proc/2016/task/2081/stat : 2081 (java) S 2013 2016 32629 0 -1 1077944384 32463 13141 0 0 582 3 4 3 20 0 15 0 76821191 11178180608 136657 33554432000 4194304 4196468 140736586036656 140435365509872 140435840940674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2082] ppid=2013 vsize=10916192 memory=544580 CPUtime=2.45 cores=1,3,5,7
/proc/2016/task/2082/stat : 2082 (java) S 2013 2016 32629 0 -1 1077944384 25682 13141 0 0 232 6 4 3 20 0 15 0 76821191 11178180608 136657 33554432000 4194304 4196468 140736586036656 140435263576688 140435840940674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2083] ppid=2013 vsize=10916192 memory=544580 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2083/stat : 2083 (java) S 2013 2016 32629 0 -1 1077944384 3 13141 0 0 0 0 4 3 20 0 15 0 76821191 11178180608 136657 33554432000 4194304 4196468 140736586036656 140434352196320 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2084] ppid=2013 vsize=10916192 memory=546628 CPUtime=1.51 cores=1,3,5,7
/proc/2016/task/2084/stat : 2084 (java) S 2013 2016 32629 0 -1 1077944384 3592 13141 0 0 71 73 4 3 20 0 15 0 76821191 11178180608 136657 33554432000 4194304 4196468 140736586036656 140435262524080 140435840940674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
Current children cumulated CPU time: 2497.77 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 546628 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2464.2 s]
/proc/loadavg: 1.51 1.37 1.41 5/215 2294
/proc/meminfo: memFree=11568016/32770624 swapFree=67108860/67108860
[pid=2016] ppid=2013 vsize=10916192 memory=546656 CPUtime=2520.07 cores=1,3,5,7
/proc/2016/stat : 2016 (java) S 2013 2016 32629 0 -1 1077944320 289877 13141 0 0 251627 373 4 3 20 0 15 0 76821176 11178180608 136664 33554432000 4194304 4196468 140736586036656 140736586019200 140435840929527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
/proc/2016/statm: 2729048 136664 3526 1 0 2690701 0
[pid=2016/tid=2070] ppid=2013 vsize=10916192 memory=636 CPUtime=2436.97 cores=1,3,5,7
/proc/2016/task/2070/stat : 2070 (java) R 2013 2016 32629 0 -1 4202560 94560 13141 0 0 243633 57 4 3 20 0 15 0 76821185 11178180608 136664 33554432000 4194304 4196468 140736586036656 140435812763376 140435464382603 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2071] ppid=2013 vsize=10916192 memory=960 CPUtime=14.57 cores=1,3,5,7
/proc/2016/task/2071/stat : 2071 (java) S 2013 2016 32629 0 -1 1077944384 19827 13141 0 0 1393 57 4 3 20 0 15 0 76821186 11178180608 136664 33554432000 4194304 4196468 140736586036656 140435845172368 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2073] ppid=2013 vsize=10916192 memory=1232 CPUtime=14.61 cores=1,3,5,7
/proc/2016/task/2073/stat : 2073 (java) S 2013 2016 32629 0 -1 1077944384 19940 13141 0 0 1398 56 4 3 20 0 15 0 76821186 11178180608 136664 33554432000 4194304 4196468 140736586036656 140435768331280 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2074] ppid=2013 vsize=10916192 memory=2344 CPUtime=14.57 cores=1,3,5,7
/proc/2016/task/2074/stat : 2074 (java) S 2013 2016 32629 0 -1 1077944384 16775 13141 0 0 1397 53 4 3 20 0 15 0 76821186 11178180608 136664 33554432000 4194304 4196468 140736586036656 140435413244816 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2075] ppid=2013 vsize=10916192 memory=932 CPUtime=14.56 cores=1,3,5,7
/proc/2016/task/2075/stat : 2075 (java) S 2013 2016 32629 0 -1 1077944384 21470 13141 0 0 1393 56 4 3 20 0 15 0 76821186 11178180608 136664 33554432000 4194304 4196468 140736586036656 140435412192016 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2076] ppid=2013 vsize=10916192 memory=1580 CPUtime=9.34 cores=1,3,5,7
/proc/2016/task/2076/stat : 2076 (java) S 2013 2016 32629 0 -1 1077944384 18318 13141 0 0 870 57 4 3 20 0 15 0 76821187 11178180608 136664 33554432000 4194304 4196468 140736586036656 140435367614832 140435840940674 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2077] ppid=2013 vsize=10916192 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2077/stat : 2077 (java) S 2013 2016 32629 0 -1 1077944384 21 13141 0 0 0 0 4 3 20 0 15 0 76821188 11178180608 136664 33554432000 4194304 4196468 140736586036656 140435297133664 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2078] ppid=2013 vsize=10916192 memory=546656 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2078/stat : 2078 (java) S 2013 2016 32629 0 -1 1077944384 5 13141 0 0 0 0 4 3 20 0 15 0 76821188 11178180608 136664 33554432000 4194304 4196468 140736586036656 140434693153664 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2079] ppid=2013 vsize=10916192 memory=9992 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2079/stat : 2079 (java) S 2013 2016 32629 0 -1 1077944384 3 13141 0 0 0 0 4 3 20 0 15 0 76821191 11178180608 136664 33554432000 4194304 4196468 140736586036656 140434385753936 140435840948123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2080] ppid=2013 vsize=10916192 memory=1228 CPUtime=6.08 cores=1,3,5,7
/proc/2016/task/2080/stat : 2080 (java) S 2013 2016 32629 0 -1 1077944384 35025 13141 0 0 596 5 4 3 20 0 15 0 76821191 11178180608 136664 33554432000 4194304 4196468 140736586036656 140435366562672 140435840940674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2081] ppid=2013 vsize=10916192 memory=1952 CPUtime=5.92 cores=1,3,5,7
/proc/2016/task/2081/stat : 2081 (java) S 2013 2016 32629 0 -1 1077944384 32463 13141 0 0 582 3 4 3 20 0 15 0 76821191 11178180608 136664 33554432000 4194304 4196468 140736586036656 140435365509872 140435840940674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2082] ppid=2013 vsize=10916192 memory=1200 CPUtime=2.45 cores=1,3,5,7
/proc/2016/task/2082/stat : 2082 (java) S 2013 2016 32629 0 -1 1077944384 25682 13141 0 0 232 6 4 3 20 0 15 0 76821191 11178180608 136664 33554432000 4194304 4196468 140736586036656 140435263576688 140435840940674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2083] ppid=2013 vsize=10916192 memory=10600 CPUtime=0.07 cores=1,3,5,7
/proc/2016/task/2083/stat : 2083 (java) S 2013 2016 32629 0 -1 1077944384 3 13141 0 0 0 0 4 3 20 0 15 0 76821191 11178180608 136664 33554432000 4194304 4196468 140736586036656 140434352196320 140435840939733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
[pid=2016/tid=2084] ppid=2013 vsize=10916192 memory=4616 CPUtime=1.52 cores=1,3,5,7
/proc/2016/task/2084/stat : 2084 (java) S 2013 2016 32629 0 -1 1077944384 3592 13141 0 0 72 73 4 3 20 0 15 0 76821191 11178180608 136664 33554432000 4194304 4196468 140736586036656 140435262524080 140435840940674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140736586041966 140736586044764 140736586044764 140736586047439 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 546656 KiB

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

[startup+2464.7 s]
# the end of solver process 2016 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.84 s, system=3.77831 s

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

Child status: 143
Real time (s): 2464.7
CPU time (s): 2520.61
CPU user time (s): 2516.84
CPU system time (s): 3.77831
CPU usage (%): 102.268
Max. virtual memory (cumulated for all children) (KiB): 10916192
Max. memory (cumulated for all children) (KiB): 1452492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.84
system time used= 3.77831
maximum resident set size= 1454056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 304573
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 251030
involuntary context switches= 6657


# summary of solver processes directly reported to runsolver:
#   pid: 2016
#   total CPU time (s): 2520.61
#   total CPU user time (s): 2516.84
#   total CPU system time (s): 3.77831

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.7901 second user time and 25.3747 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-26 10:09:40
IDJOB=4295718
IDBENCH=141594
IDSOLVER=2750
FILE ID=node139/4295718-1532592580
RUNJOBID= node139-1532582651-32661
PBS_JOBID= 21021962
Free space on /tmp= 38764 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/SportsScheduling/SportsScheduling-22_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295718-1532592580/watcher-4295718-1532592580 -o /tmp/evaluation-result-4295718-1532592580/solver-4295718-1532592580 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532582651-32661 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1256850846 HOME/instance-4295718-1532592580.xml

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

MD5SUM BENCH= 13c66cb7417087d31bdec501d06a9dbf
RANDOM SEED=1256850846

node139.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.80
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.80
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.80
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.80
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:        11271064 kB
MemAvailable:   30757544 kB
Buffers:          233852 kB
Cached:         19209324 kB
SwapCached:            0 kB
Active:          4101640 kB
Inactive:       16567864 kB
Active(anon):    1180656 kB
Inactive(anon):    73596 kB
Active(file):    2920984 kB
Inactive(file): 16494268 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26892 kB
Writeback:             0 kB
AnonPages:       1233644 kB
Mapped:            53688 kB
Shmem:             25228 kB
Slab:             527788 kB
SReclaimable:     499688 kB
SUnreclaim:        28100 kB
KernelStack:        3488 kB
PageTables:         7548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2234656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1015808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 38736 MiB
End job on node139 at 2018-07-26 10:50:45