Trace number 4305298

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-SuperNG? (TO) 2520.1 2489.94

General information on the benchmark

NameEternity/
Eternity-12-12_c18.xml
MD5SUM72288e631366ae5e472c0848b2762e00
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 variables456
Number of constraints193
Number of domains2
Minimum domain size17
Maximum domain size144
Distribution of domain sizes[{"size":17,"count":312},{"size":144,"count":144}]
Minimum variable degree1
Maximum variable degree13
Distribution of variable degrees[{"degree":1,"count":11},{"degree":2,"count":444},{"degree":13,"count":1}]
Minimum constraint arity1
Maximum constraint arity144
Distribution of constraint arities[{"arity":1,"count":48},{"arity":5,"count":144},{"arity":144,"count":1}]
Number of extensional constraints144
Number of intensional constraints48
Distribution of constraint types[{"type":"extension","count":144},{"type":"intension","count":48},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305298-1534152947/watcher-4305298-1534152947 -o /tmp/evaluation-result-4305298-1534152947/solver-4305298-1534152947 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534136138-29339 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=603806412 -superng HOME/instance-4305298-1534152947.xml 

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

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


[startup+0.100059 s]*
/proc/loadavg: 1.75 1.70 1.78 3/206 32075
/proc/meminfo: memFree=17171396/32770624 swapFree=67108860/67108860
[pid=32018] ppid=32015 vsize=10005480 memory=18328 CPUtime=0.09 cores=0,2,4,6
/proc/32018/stat : 32018 (java) S 32015 32018 29308 0 -1 1077944320 4246 12968 0 0 1 0 5 3 20 0 6 0 232857921 10245611520 4582 33554432000 4194304 4196468 140725049869248 140725049851792 139935688892151 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
/proc/32018/statm: 2501370 4582 1930 1 0 2489808 0
[pid=32018/tid=32071] ppid=32015 vsize=10005480 memory=4279135704047190159 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32071/stat : 32071 (java) R 32015 32018 29308 0 -1 4202560 2046 12968 0 0 0 0 5 3 20 0 6 0 232857931 10245611520 4582 33554432000 4194304 4196468 140725049869248 139935660728912 139935672972638 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32072] ppid=32015 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32072/stat : 32072 (java) S 32015 32018 29308 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 6 0 232857931 10245611520 4582 33554432000 4194304 4196468 140725049869248 139935693134736 139935688902357 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32073] ppid=32015 vsize=10005480 memory=139656028108416 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32073/stat : 32073 (java) S 32015 32018 29308 0 -1 1077944384 2 12968 0 0 0 0 5 3 20 0 6 0 232857931 10245611520 4582 33554432000 4194304 4196468 140725049869248 139935547853584 139935688902357 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32074] ppid=32015 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32074/stat : 32074 (java) S 32015 32018 29308 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 6 0 232857931 10245611520 4582 33554432000 4194304 4196468 140725049869248 139935546801296 139935688902357 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32075] ppid=32015 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32075/stat : 32075 (java) S 32015 32018 29308 0 -1 1077944384 2 12968 0 0 0 0 5 3 20 0 6 0 232857931 10245611520 4582 33554432000 4194304 4196468 140725049869248 139935545748496 139935688902357 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18328 KiB

[startup+0.209955 s]*
/proc/loadavg: 1.75 1.70 1.78 3/215 32084
/proc/meminfo: memFree=17148028/32770624 swapFree=67108860/67108860
[pid=32018] ppid=32015 vsize=10982744 memory=44928 CPUtime=0.26 cores=0,2,4,6
/proc/32018/stat : 32018 (java) S 32015 32018 29308 0 -1 1077944320 7467 12968 0 0 17 1 5 3 20 0 15 0 232857921 11246329856 11232 33554432000 4194304 4196468 140725049869248 140725049851792 139935688892151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
/proc/32018/statm: 2745686 11232 2947 1 0 2708109 0
[pid=32018/tid=32071] ppid=32015 vsize=10982744 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/32018/task/32071/stat : 32071 (java) R 32015 32018 29308 0 -1 4202560 4041 12968 0 0 11 0 5 3 20 0 15 0 232857931 11246329856 11298 33554432000 4194304 4196468 140725049869248 139935660713248 139935669167858 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32072] ppid=32015 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32072/stat : 32072 (java) S 32015 32018 29308 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 232857931 11246329856 11298 33554432000 4194304 4196468 140725049869248 139935693134736 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32073] ppid=32015 vsize=10982744 memory=139656028108416 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32073/stat : 32073 (java) S 32015 32018 29308 0 -1 1077944384 2 12968 0 0 0 0 5 3 20 0 15 0 232857931 11246329856 11298 33554432000 4194304 4196468 140725049869248 139935547853584 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32074] ppid=32015 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32074/stat : 32074 (java) S 32015 32018 29308 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 232857931 11246329856 11298 33554432000 4194304 4196468 140725049869248 139935546801296 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32075] ppid=32015 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32075/stat : 32075 (java) S 32015 32018 29308 0 -1 1077944384 2 12968 0 0 0 0 5 3 20 0 15 0 232857931 11246329856 11298 33554432000 4194304 4196468 140725049869248 139935545748496 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32076] ppid=32015 vsize=10982744 memory=139656028108416 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32076/stat : 32076 (java) S 32015 32018 29308 0 -1 1077944384 2 12968 0 0 0 0 5 3 20 0 15 0 232857933 11246329856 11298 33554432000 4194304 4196468 140725049869248 139935113750640 139935688903298 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32077] ppid=32015 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32077/stat : 32077 (java) S 32015 32018 29308 0 -1 1077944384 13 12968 0 0 0 0 5 3 20 0 15 0 232857933 11246329856 11298 33554432000 4194304 4196468 140725049869248 139934530790176 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32078] ppid=32015 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32078/stat : 32078 (java) S 32015 32018 29308 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 232857934 11246329856 11298 33554432000 4194304 4196468 140725049869248 139934329463920 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32079] ppid=32015 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32079/stat : 32079 (java) S 32015 32018 29308 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 232857936 11246329856 11298 33554432000 4194304 4196468 140725049869248 139934022064208 139935688910747 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32080] ppid=32015 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32018/task/32080/stat : 32080 (java) S 32015 32018 29308 0 -1 1077944384 364 12968 0 0 1 0 5 3 20 0 15 0 232857936 11246329856 11298 33554432000 4194304 4196468 140725049869248 139935112698480 139935688903298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32081] ppid=32015 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32081/stat : 32081 (java) S 32015 32018 29308 0 -1 1077944384 245 12968 0 0 0 0 5 3 20 0 15 0 232857936 11246329856 11364 33554432000 4194304 4196468 140725049869248 139935111645680 139935688903298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32082] ppid=32015 vsize=10982744 memory=139656028108416 CPUtime=0.11 cores=0,2,4,6
/proc/32018/task/32082/stat : 32082 (java) S 32015 32018 29308 0 -1 1077944384 615 12968 0 0 3 0 5 3 20 0 15 0 232857936 11246329856 11364 33554432000 4194304 4196468 140725049869248 139935110593392 139935688903298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32083] ppid=32015 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32083/stat : 32083 (java) S 32015 32018 29308 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 232857936 11246329856 11364 33554432000 4194304 4196468 140725049869248 139933591268320 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32084] ppid=32015 vsize=10982744 memory=139656028108416 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32084/stat : 32084 (java) S 32015 32018 29308 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 232857937 11246329856 11364 33554432000 4194304 4196468 140725049869248 139935109540272 139935688903298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44928 KiB

[startup+0.310276 s]*
/proc/loadavg: 1.75 1.70 1.78 3/215 32084
/proc/meminfo: memFree=17135624/32770624 swapFree=67108860/67108860
[pid=32018] ppid=32015 vsize=10983192 memory=56956 CPUtime=0.38 cores=0,2,4,6
/proc/32018/stat : 32018 (java) S 32015 32018 29308 0 -1 1077944320 10292 12968 0 0 28 2 5 3 20 0 15 0 232857921 11246788608 14239 33554432000 4194304 4196468 140725049869248 140725049851792 139935688892151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
/proc/32018/statm: 2745798 14239 3066 1 0 2708109 0
[pid=32018/tid=32071] ppid=32015 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/32018/task/32071/stat : 32071 (java) R 32015 32018 29308 0 -1 4202560 6832 12968 0 0 19 2 5 3 20 0 15 0 232857931 11246788608 14239 33554432000 4194304 4196468 140725049869248 139935660704160 139935688914077 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32072] ppid=32015 vsize=10983192 memory=7084813469699035216 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32072/stat : 32072 (java) S 32015 32018 29308 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 232857931 11246788608 14239 33554432000 4194304 4196468 140725049869248 139935693134736 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32073] ppid=32015 vsize=10983192 memory=2080 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32073/stat : 32073 (java) S 32015 32018 29308 0 -1 1077944384 2 12968 0 0 0 0 5 3 20 0 15 0 232857931 11246788608 14239 33554432000 4194304 4196468 140725049869248 139935547853584 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32074] ppid=32015 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32074/stat : 32074 (java) S 32015 32018 29308 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 232857931 11246788608 14239 33554432000 4194304 4196468 140725049869248 139935546801296 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32075] ppid=32015 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32075/stat : 32075 (java) S 32015 32018 29308 0 -1 1077944384 2 12968 0 0 0 0 5 3 20 0 15 0 232857931 11246788608 14239 33554432000 4194304 4196468 140725049869248 139935545748496 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32076] ppid=32015 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32076/stat : 32076 (java) S 32015 32018 29308 0 -1 1077944384 2 12968 0 0 0 0 5 3 20 0 15 0 232857933 11246788608 14239 33554432000 4194304 4196468 140725049869248 139935113750640 139935688903298 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32077] ppid=32015 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32077/stat : 32077 (java) S 32015 32018 29308 0 -1 1077944384 13 12968 0 0 0 0 5 3 20 0 15 0 232857933 11246788608 14239 33554432000 4194304 4196468 140725049869248 139934530790176 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32078] ppid=32015 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32078/stat : 32078 (java) S 32015 32018 29308 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 232857934 11246788608 14239 33554432000 4194304 4196468 140725049869248 139934329463920 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32079] ppid=32015 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32079/stat : 32079 (java) S 32015 32018 29308 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 232857936 11246788608 14239 33554432000 4194304 4196468 140725049869248 139934022064208 139935688910747 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32080] ppid=32015 vsize=10983192 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/32018/task/32080/stat : 32080 (java) S 32015 32018 29308 0 -1 1077944384 365 12968 0 0 2 0 5 3 20 0 15 0 232857936 11246788608 14239 33554432000 4194304 4196468 140725049869248 139935112698480 139935688903298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32081] ppid=32015 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32018/task/32081/stat : 32081 (java) S 32015 32018 29308 0 -1 1077944384 245 12968 0 0 1 0 5 3 20 0 15 0 232857936 11246788608 14239 33554432000 4194304 4196468 140725049869248 139935111645680 139935688903298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32082] ppid=32015 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/32018/task/32082/stat : 32082 (java) S 32015 32018 29308 0 -1 1077944384 625 12968 0 0 4 0 5 3 20 0 15 0 232857936 11246788608 14239 33554432000 4194304 4196468 140725049869248 139935110593392 139935688903298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32083] ppid=32015 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32083/stat : 32083 (java) S 32015 32018 29308 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 232857936 11246788608 14239 33554432000 4194304 4196468 140725049869248 139933591268320 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32084] ppid=32015 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32084/stat : 32084 (java) S 32015 32018 29308 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 232857937 11246788608 14239 33554432000 4194304 4196468 140725049869248 139935109540272 139935688903298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56956 KiB

[startup+0.700772 s]
/proc/loadavg: 1.75 1.70 1.78 3/215 32084
/proc/meminfo: memFree=17124652/32770624 swapFree=67108860/67108860
[pid=32018] ppid=32015 vsize=10983192 memory=89348 CPUtime=0.99 cores=0,2,4,6
/proc/32018/stat : 32018 (java) S 32015 32018 29308 0 -1 1077944320 16411 12968 0 0 87 4 5 3 20 0 15 0 232857921 11246788608 22337 33554432000 4194304 4196468 140725049869248 140725049851792 139935688892151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
/proc/32018/statm: 2745798 22337 3247 1 0 2708109 0
[pid=32018/tid=32071] ppid=32015 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/32018/task/32071/stat : 32071 (java) R 32015 32018 29308 0 -1 4202560 11856 12968 0 0 55 3 5 3 20 0 15 0 232857931 11246788608 22337 33554432000 4194304 4196468 140725049869248 139935660712976 139935672078960 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32072] ppid=32015 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32072/stat : 32072 (java) S 32015 32018 29308 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 232857931 11246788608 22337 33554432000 4194304 4196468 140725049869248 139935693134736 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32073] ppid=32015 vsize=10983192 memory=3712 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32073/stat : 32073 (java) S 32015 32018 29308 0 -1 1077944384 2 12968 0 0 0 0 5 3 20 0 15 0 232857931 11246788608 22337 33554432000 4194304 4196468 140725049869248 139935547853584 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32074] ppid=32015 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32074/stat : 32074 (java) S 32015 32018 29308 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 232857931 11246788608 22337 33554432000 4194304 4196468 140725049869248 139935546801296 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32075] ppid=32015 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32075/stat : 32075 (java) S 32015 32018 29308 0 -1 1077944384 2 12968 0 0 0 0 5 3 20 0 15 0 232857931 11246788608 22337 33554432000 4194304 4196468 140725049869248 139935545748496 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32076] ppid=32015 vsize=10983192 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32076/stat : 32076 (java) S 32015 32018 29308 0 -1 1077944384 5 12968 0 0 0 0 5 3 20 0 15 0 232857933 11246788608 22337 33554432000 4194304 4196468 140725049869248 139935113750640 139935688903298 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32077] ppid=32015 vsize=10983192 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32077/stat : 32077 (java) S 32015 32018 29308 0 -1 1077944384 13 12968 0 0 0 0 5 3 20 0 15 0 232857933 11246788608 22337 33554432000 4194304 4196468 140725049869248 139934530790176 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32078] ppid=32015 vsize=10983192 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32078/stat : 32078 (java) S 32015 32018 29308 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 232857934 11246788608 22337 33554432000 4194304 4196468 140725049869248 139934329463920 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32079] ppid=32015 vsize=10983192 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32079/stat : 32079 (java) S 32015 32018 29308 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 232857936 11246788608 22337 33554432000 4194304 4196468 140725049869248 139934022064208 139935688910747 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32080] ppid=32015 vsize=10983192 memory=13252 CPUtime=0.17 cores=0,2,4,6
/proc/32018/task/32080/stat : 32080 (java) S 32015 32018 29308 0 -1 1077944384 984 12968 0 0 9 0 5 3 20 0 15 0 232857936 11246788608 22337 33554432000 4194304 4196468 140725049869248 139935112698480 139935688903298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32081] ppid=32015 vsize=10983192 memory=15460 CPUtime=0.15 cores=0,2,4,6
/proc/32018/task/32081/stat : 32081 (java) S 32015 32018 29308 0 -1 1077944384 668 12968 0 0 7 0 5 3 20 0 15 0 232857936 11246788608 22337 33554432000 4194304 4196468 140725049869248 139935111645680 139935688903298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32082] ppid=32015 vsize=10983192 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/32018/task/32082/stat : 32082 (java) S 32015 32018 29308 0 -1 1077944384 675 12968 0 0 13 0 5 3 20 0 15 0 232857936 11246788608 22337 33554432000 4194304 4196468 140725049869248 139935110593392 139935688903298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32083] ppid=32015 vsize=10983192 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32083/stat : 32083 (java) S 32015 32018 29308 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 232857936 11246788608 22337 33554432000 4194304 4196468 140725049869248 139933591268320 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32084] ppid=32015 vsize=10983192 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32084/stat : 32084 (java) S 32015 32018 29308 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 232857937 11246788608 22337 33554432000 4194304 4196468 140725049869248 139935109540272 139935688903298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89348 KiB

[startup+1.5008 s]
/proc/loadavg: 1.75 1.70 1.78 3/215 32084
/proc/meminfo: memFree=17079748/32770624 swapFree=67108860/67108860
[pid=32018] ppid=32015 vsize=10991948 memory=236236 CPUtime=3.01 cores=0,2,4,6
/proc/32018/stat : 32018 (java) S 32015 32018 29308 0 -1 1077944320 24006 12968 0 0 283 10 5 3 20 0 15 0 232857921 11255754752 59059 33554432000 4194304 4196468 140725049869248 140725049851792 139935688892151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
/proc/32018/statm: 2747987 59059 3451 1 0 2709645 0
[pid=32018/tid=32071] ppid=32015 vsize=10991948 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/32018/task/32071/stat : 32071 (java) D 32015 32018 29308 0 -1 4202560 14350 12968 0 0 129 6 5 3 20 0 15 0 232857931 11255754752 59059 33554432000 4194304 4196468 140725049869248 139935660724760 139935668497849 0 4 0 16800975 18446744072100379781 0 0 -1 0 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32072] ppid=32015 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32072/stat : 32072 (java) S 32015 32018 29308 0 -1 1077944384 113 12968 0 0 0 0 5 3 20 0 15 0 232857931 11255754752 59059 33554432000 4194304 4196468 140725049869248 139935693134736 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32073] ppid=32015 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32073/stat : 32073 (java) S 32015 32018 29308 0 -1 1077944384 9 12968 0 0 0 0 5 3 20 0 15 0 232857931 11255754752 59059 33554432000 4194304 4196468 140725049869248 139935547853584 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32074] ppid=32015 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32074/stat : 32074 (java) S 32015 32018 29308 0 -1 1077944384 265 12968 0 0 0 0 5 3 20 0 15 0 232857931 11255754752 59059 33554432000 4194304 4196468 140725049869248 139935546801296 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32075] ppid=32015 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32075/stat : 32075 (java) S 32015 32018 29308 0 -1 1077944384 12 12968 0 0 0 0 5 3 20 0 15 0 232857931 11255754752 59059 33554432000 4194304 4196468 140725049869248 139935545748496 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32076] ppid=32015 vsize=10991948 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32076/stat : 32076 (java) S 32015 32018 29308 0 -1 1077944384 25 12968 0 0 0 0 5 3 20 0 15 0 232857933 11255754752 59059 33554432000 4194304 4196468 140725049869248 139935113750640 139935688903298 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32077] ppid=32015 vsize=10991948 memory=279311789664512 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32077/stat : 32077 (java) S 32015 32018 29308 0 -1 1077944384 14 12968 0 0 0 0 5 3 20 0 15 0 232857933 11255754752 59059 33554432000 4194304 4196468 140725049869248 139934530790176 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32078] ppid=32015 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32078/stat : 32078 (java) S 32015 32018 29308 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 232857934 11255754752 59059 33554432000 4194304 4196468 140725049869248 139934329463920 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32079] ppid=32015 vsize=10991948 memory=1828 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32079/stat : 32079 (java) S 32015 32018 29308 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 232857936 11255754752 59059 33554432000 4194304 4196468 140725049869248 139934022064208 139935688910747 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32080] ppid=32015 vsize=10991948 memory=1120 CPUtime=0.65 cores=0,2,4,6
/proc/32018/task/32080/stat : 32080 (java) D 32015 32018 29308 0 -1 4202560 2863 12968 0 0 57 0 5 3 20 0 15 0 232857936 11255754752 59059 33554432000 4194304 4196468 140725049869248 139935112684456 139935681609114 0 4 0 16800975 18446744071582151463 0 0 -1 2 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32081] ppid=32015 vsize=10991948 memory=6136 CPUtime=0.62 cores=0,2,4,6
/proc/32018/task/32081/stat : 32081 (java) R 32015 32018 29308 0 -1 4202560 2707 12968 0 0 54 0 5 3 20 0 15 0 232857936 11255754752 59059 33554432000 4194304 4196468 140725049869248 139935111632496 139935670417052 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32082] ppid=32015 vsize=10991948 memory=1724 CPUtime=0.47 cores=0,2,4,6
/proc/32018/task/32082/stat : 32082 (java) S 32015 32018 29308 0 -1 1077944384 1444 12968 0 0 38 1 5 3 20 0 15 0 232857936 11255754752 59059 33554432000 4194304 4196468 140725049869248 139935110593392 139935688903298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32083] ppid=32015 vsize=10991948 memory=4004 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32083/stat : 32083 (java) S 32015 32018 29308 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 232857936 11255754752 59059 33554432000 4194304 4196468 140725049869248 139933591268320 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32084] ppid=32015 vsize=10991948 memory=3516 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32084/stat : 32084 (java) S 32015 32018 29308 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 232857937 11255754752 59059 33554432000 4194304 4196468 140725049869248 139935109540272 139935688903298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 10991948 KiB

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

/proc/32018/task/32071/stat : 32071 (java) R 32015 32018 29308 0 -1 4202560 85234 12968 0 0 231330 40 5 3 20 0 15 0 232857931 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935660725840 139935228960263 0 4 0 16800975 0 0 0 -1 0 0 0 13 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32072] ppid=32015 vsize=11080032 memory=2604 CPUtime=4.71 cores=0,2,4,6
/proc/32018/task/32072/stat : 32072 (java) S 32015 32018 29308 0 -1 1077944384 10856 12968 0 0 437 26 5 3 20 0 15 0 232857931 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935693134736 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32073] ppid=32015 vsize=11080032 memory=1404 CPUtime=4.74 cores=0,2,4,6
/proc/32018/task/32073/stat : 32073 (java) S 32015 32018 29308 0 -1 1077944384 11619 12968 0 0 438 28 5 3 20 0 15 0 232857931 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935547853584 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32074] ppid=32015 vsize=11080032 memory=3248 CPUtime=4.72 cores=0,2,4,6
/proc/32018/task/32074/stat : 32074 (java) S 32015 32018 29308 0 -1 1077944384 10675 12968 0 0 438 26 5 3 20 0 15 0 232857931 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935546801296 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32075] ppid=32015 vsize=11080032 memory=806396 CPUtime=4.72 cores=0,2,4,6
/proc/32018/task/32075/stat : 32075 (java) S 32015 32018 29308 0 -1 1077944384 12565 12968 0 0 437 27 5 3 20 0 15 0 232857931 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935545748496 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32076] ppid=32015 vsize=11080032 memory=1408 CPUtime=2.73 cores=0,2,4,6
/proc/32018/task/32076/stat : 32076 (java) S 32015 32018 29308 0 -1 1077944384 13877 12968 0 0 244 21 5 3 20 0 15 0 232857933 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935113750640 139935688903298 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32077] ppid=32015 vsize=11080032 memory=3204 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32077/stat : 32077 (java) S 32015 32018 29308 0 -1 1077944384 17 12968 0 0 0 0 5 3 20 0 15 0 232857933 11345952768 201599 33554432000 4194304 4196468 140725049869248 139934530790240 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32078] ppid=32015 vsize=11080032 memory=833304 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32078/stat : 32078 (java) S 32015 32018 29308 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 232857934 11345952768 201599 33554432000 4194304 4196468 140725049869248 139934329463936 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32079] ppid=32015 vsize=11080032 memory=4104 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32079/stat : 32079 (java) S 32015 32018 29308 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 232857936 11345952768 201599 33554432000 4194304 4196468 140725049869248 139934022064208 139935688910747 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32080] ppid=32015 vsize=11080032 memory=288230574492221466 CPUtime=6.32 cores=0,2,4,6
/proc/32018/task/32080/stat : 32080 (java) S 32015 32018 29308 0 -1 1077944384 29624 12968 0 0 619 5 5 3 20 0 15 0 232857936 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935112698480 139935688903298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32081] ppid=32015 vsize=11080032 memory=288230596050944315 CPUtime=6.53 cores=0,2,4,6
/proc/32018/task/32081/stat : 32081 (java) S 32015 32018 29308 0 -1 1077944384 28115 12968 0 0 642 3 5 3 20 0 15 0 232857936 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935111645680 139935688903298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32082] ppid=32015 vsize=11080032 memory=15258134151170443 CPUtime=2.27 cores=0,2,4,6
/proc/32018/task/32082/stat : 32082 (java) S 32015 32018 29308 0 -1 1077944384 21233 12968 0 0 213 6 5 3 20 0 15 0 232857936 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935110593392 139935688903298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32083] ppid=32015 vsize=11080032 memory=1120 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32083/stat : 32083 (java) S 32015 32018 29308 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 232857936 11345952768 201599 33554432000 4194304 4196468 140725049869248 139933591268320 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32084] ppid=32015 vsize=11080032 memory=6136 CPUtime=1.45 cores=0,2,4,6
/proc/32018/task/32084/stat : 32084 (java) S 32015 32018 29308 0 -1 1077944384 2012 12968 0 0 69 68 5 3 20 0 15 0 232857937 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935109540272 139935688903298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
Current children cumulated CPU time: 2351.35 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 806396 KiB

[startup+2382.3 s]
/proc/loadavg: 1.20 1.24 1.35 3/215 32310
/proc/meminfo: memFree=23160108/32770624 swapFree=67108860/67108860
[pid=32018] ppid=32015 vsize=11080032 memory=806396 CPUtime=2411.73 cores=0,2,4,6
/proc/32018/stat : 32018 (java) S 32015 32018 29308 0 -1 1077944320 229240 12968 0 0 240939 226 5 3 20 0 15 0 232857921 11345952768 201599 33554432000 4194304 4196468 140725049869248 140725049851792 139935688892151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
/proc/32018/statm: 2770008 201599 3534 1 0 2731661 0
[pid=32018/tid=32071] ppid=32015 vsize=11080032 memory=924 CPUtime=2373.56 cores=0,2,4,6
/proc/32018/task/32071/stat : 32071 (java) R 32015 32018 29308 0 -1 4202560 85663 12968 0 0 237308 40 5 3 20 0 15 0 232857931 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935660727024 139935228962475 0 4 0 16800975 0 0 0 -1 4 0 0 13 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32072] ppid=32015 vsize=11080032 memory=1576 CPUtime=4.82 cores=0,2,4,6
/proc/32018/task/32072/stat : 32072 (java) S 32015 32018 29308 0 -1 1077944384 11025 12968 0 0 448 26 5 3 20 0 15 0 232857931 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935693134736 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32073] ppid=32015 vsize=11080032 memory=3980 CPUtime=4.87 cores=0,2,4,6
/proc/32018/task/32073/stat : 32073 (java) S 32015 32018 29308 0 -1 1077944384 11642 12968 0 0 450 29 5 3 20 0 15 0 232857931 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935547853584 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32074] ppid=32015 vsize=11080032 memory=2032 CPUtime=4.84 cores=0,2,4,6
/proc/32018/task/32074/stat : 32074 (java) S 32015 32018 29308 0 -1 1077944384 10992 12968 0 0 450 26 5 3 20 0 15 0 232857931 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935546801296 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32075] ppid=32015 vsize=11080032 memory=7288 CPUtime=4.85 cores=0,2,4,6
/proc/32018/task/32075/stat : 32075 (java) S 32015 32018 29308 0 -1 1077944384 12615 12968 0 0 449 28 5 3 20 0 15 0 232857931 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935545748496 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32076] ppid=32015 vsize=11080032 memory=804 CPUtime=2.79 cores=0,2,4,6
/proc/32018/task/32076/stat : 32076 (java) S 32015 32018 29308 0 -1 1077944384 14076 12968 0 0 250 21 5 3 20 0 15 0 232857933 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935113750640 139935688903298 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32077] ppid=32015 vsize=11080032 memory=1800 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32077/stat : 32077 (java) S 32015 32018 29308 0 -1 1077944384 17 12968 0 0 0 0 5 3 20 0 15 0 232857933 11345952768 201599 33554432000 4194304 4196468 140725049869248 139934530790240 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32078] ppid=32015 vsize=11080032 memory=920 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32078/stat : 32078 (java) S 32015 32018 29308 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 232857934 11345952768 201599 33554432000 4194304 4196468 140725049869248 139934329463936 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32079] ppid=32015 vsize=11080032 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32079/stat : 32079 (java) S 32015 32018 29308 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 232857936 11345952768 201599 33554432000 4194304 4196468 140725049869248 139934022064208 139935688910747 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32080] ppid=32015 vsize=11080032 memory=752 CPUtime=6.32 cores=0,2,4,6
/proc/32018/task/32080/stat : 32080 (java) S 32015 32018 29308 0 -1 1077944384 29626 12968 0 0 619 5 5 3 20 0 15 0 232857936 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935112698480 139935688903298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32081] ppid=32015 vsize=11080032 memory=1828 CPUtime=6.53 cores=0,2,4,6
/proc/32018/task/32081/stat : 32081 (java) S 32015 32018 29308 0 -1 1077944384 28117 12968 0 0 642 3 5 3 20 0 15 0 232857936 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935111645680 139935688903298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32082] ppid=32015 vsize=11080032 memory=806396 CPUtime=2.27 cores=0,2,4,6
/proc/32018/task/32082/stat : 32082 (java) S 32015 32018 29308 0 -1 1077944384 21235 12968 0 0 213 6 5 3 20 0 15 0 232857936 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935110593392 139935688903298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32083] ppid=32015 vsize=11080032 memory=288230574492221466 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32083/stat : 32083 (java) S 32015 32018 29308 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 232857936 11345952768 201599 33554432000 4194304 4196468 140725049869248 139933591268320 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32084] ppid=32015 vsize=11080032 memory=288230596050944315 CPUtime=1.48 cores=0,2,4,6
/proc/32018/task/32084/stat : 32084 (java) S 32015 32018 29308 0 -1 1077944384 2029 12968 0 0 71 69 5 3 20 0 15 0 232857937 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935109540272 139935688903298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
Current children cumulated CPU time: 2411.73 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 806396 KiB

[startup+2442.3 s]
/proc/loadavg: 1.23 1.26 1.35 3/215 32311
/proc/meminfo: memFree=23160408/32770624 swapFree=67108860/67108860
[pid=32018] ppid=32015 vsize=11080032 memory=806396 CPUtime=2472.12 cores=0,2,4,6
/proc/32018/stat : 32018 (java) S 32015 32018 29308 0 -1 1077944320 230493 12968 0 0 246975 229 5 3 20 0 15 0 232857921 11345952768 201599 33554432000 4194304 4196468 140725049869248 140725049851792 139935688892151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
/proc/32018/statm: 2770008 201599 3534 1 0 2731661 0
[pid=32018/tid=32071] ppid=32015 vsize=11080032 memory=288230596050944315 CPUtime=2433.3 cores=0,2,4,6
/proc/32018/task/32071/stat : 32071 (java) R 32015 32018 29308 0 -1 4202560 86133 12968 0 0 243282 40 5 3 20 0 15 0 232857931 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935660727088 139935228961636 0 4 0 16800975 0 0 0 -1 2 0 0 13 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32072] ppid=32015 vsize=11080032 memory=15258134151170443 CPUtime=4.96 cores=0,2,4,6
/proc/32018/task/32072/stat : 32072 (java) S 32015 32018 29308 0 -1 1077944384 11033 12968 0 0 461 27 5 3 20 0 15 0 232857931 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935693134736 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32073] ppid=32015 vsize=11080032 memory=6136 CPUtime=5 cores=0,2,4,6
/proc/32018/task/32073/stat : 32073 (java) S 32015 32018 29308 0 -1 1077944384 11691 12968 0 0 463 29 5 3 20 0 15 0 232857931 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935547853584 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32074] ppid=32015 vsize=11080032 memory=1724 CPUtime=4.98 cores=0,2,4,6
/proc/32018/task/32074/stat : 32074 (java) S 32015 32018 29308 0 -1 1077944384 11338 12968 0 0 463 27 5 3 20 0 15 0 232857931 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935546801296 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32075] ppid=32015 vsize=11080032 memory=4004 CPUtime=4.98 cores=0,2,4,6
/proc/32018/task/32075/stat : 32075 (java) S 32015 32018 29308 0 -1 1077944384 12769 12968 0 0 462 28 5 3 20 0 15 0 232857931 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935545748496 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32076] ppid=32015 vsize=11080032 memory=3516 CPUtime=2.87 cores=0,2,4,6
/proc/32018/task/32076/stat : 32076 (java) S 32015 32018 29308 0 -1 1077944384 14279 12968 0 0 258 21 5 3 20 0 15 0 232857933 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935113750640 139935688903298 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32077] ppid=32015 vsize=11080032 memory=872 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32077/stat : 32077 (java) S 32015 32018 29308 0 -1 1077944384 17 12968 0 0 0 0 5 3 20 0 15 0 232857933 11345952768 201599 33554432000 4194304 4196468 140725049869248 139934530790240 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32078] ppid=32015 vsize=11080032 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32078/stat : 32078 (java) S 32015 32018 29308 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 232857934 11345952768 201599 33554432000 4194304 4196468 140725049869248 139934329463936 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32079] ppid=32015 vsize=11080032 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32079/stat : 32079 (java) S 32015 32018 29308 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 232857936 11345952768 201599 33554432000 4194304 4196468 140725049869248 139934022064208 139935688910747 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32080] ppid=32015 vsize=11080032 memory=920 CPUtime=6.32 cores=0,2,4,6
/proc/32018/task/32080/stat : 32080 (java) S 32015 32018 29308 0 -1 1077944384 29628 12968 0 0 619 5 5 3 20 0 15 0 232857936 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935112698480 139935688903298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32081] ppid=32015 vsize=11080032 memory=3856 CPUtime=6.53 cores=0,2,4,6
/proc/32018/task/32081/stat : 32081 (java) S 32015 32018 29308 0 -1 1077944384 28119 12968 0 0 642 3 5 3 20 0 15 0 232857936 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935111645680 139935688903298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32082] ppid=32015 vsize=11080032 memory=2604 CPUtime=2.27 cores=0,2,4,6
/proc/32018/task/32082/stat : 32082 (java) S 32015 32018 29308 0 -1 1077944384 21237 12968 0 0 213 6 5 3 20 0 15 0 232857936 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935110593392 139935688903298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32083] ppid=32015 vsize=11080032 memory=2604 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32083/stat : 32083 (java) S 32015 32018 29308 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 232857936 11345952768 201599 33554432000 4194304 4196468 140725049869248 139933591268320 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32084] ppid=32015 vsize=11080032 memory=835572 CPUtime=1.51 cores=0,2,4,6
/proc/32018/task/32084/stat : 32084 (java) S 32015 32018 29308 0 -1 1077944384 2046 12968 0 0 72 71 5 3 20 0 15 0 232857937 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935109540272 139935688903298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
Current children cumulated CPU time: 2472.12 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 806396 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2489.9 s]
/proc/loadavg: 1.14 1.22 1.33 3/215 32312
/proc/meminfo: memFree=23160640/32770624 swapFree=67108860/67108860
[pid=32018] ppid=32015 vsize=11080032 memory=806396 CPUtime=2520.06 cores=0,2,4,6
/proc/32018/stat : 32018 (java) S 32015 32018 29308 0 -1 1077944320 231623 12968 0 0 251766 232 5 3 20 0 15 0 232857921 11345952768 201599 33554432000 4194304 4196468 140725049869248 140725049851792 139935688892151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
/proc/32018/statm: 2770008 201599 3534 1 0 2731661 0
[pid=32018/tid=32071] ppid=32015 vsize=11080032 memory=1740 CPUtime=2480.7 cores=0,2,4,6
/proc/32018/task/32071/stat : 32071 (java) R 32015 32018 29308 0 -1 4202560 86445 12968 0 0 248021 41 5 3 20 0 15 0 232857931 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935660727280 139935222274244 0 4 0 16800975 0 0 0 -1 4 0 0 13 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32072] ppid=32015 vsize=11080032 memory=6791534058613427641 CPUtime=5.07 cores=0,2,4,6
/proc/32018/task/32072/stat : 32072 (java) S 32015 32018 29308 0 -1 1077944384 11183 12968 0 0 472 27 5 3 20 0 15 0 232857931 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935693134736 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32073] ppid=32015 vsize=11080032 memory=15712 CPUtime=5.1 cores=0,2,4,6
/proc/32018/task/32073/stat : 32073 (java) S 32015 32018 29308 0 -1 1077944384 11695 12968 0 0 473 29 5 3 20 0 15 0 232857931 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935547853584 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32074] ppid=32015 vsize=11080032 memory=1620 CPUtime=5.09 cores=0,2,4,6
/proc/32018/task/32074/stat : 32074 (java) S 32015 32018 29308 0 -1 1077944384 11369 12968 0 0 474 27 5 3 20 0 15 0 232857931 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935546801296 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32075] ppid=32015 vsize=11080032 memory=504 CPUtime=5.09 cores=0,2,4,6
/proc/32018/task/32075/stat : 32075 (java) S 32015 32018 29308 0 -1 1077944384 12813 12968 0 0 472 29 5 3 20 0 15 0 232857931 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935545748496 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32076] ppid=32015 vsize=11080032 memory=924 CPUtime=2.93 cores=0,2,4,6
/proc/32018/task/32076/stat : 32076 (java) S 32015 32018 29308 0 -1 1077944384 14451 12968 0 0 264 21 5 3 20 0 15 0 232857933 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935113750640 139935688903298 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32077] ppid=32015 vsize=11080032 memory=806396 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32077/stat : 32077 (java) S 32015 32018 29308 0 -1 1077944384 17 12968 0 0 0 0 5 3 20 0 15 0 232857933 11345952768 201599 33554432000 4194304 4196468 140725049869248 139934530790240 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32078] ppid=32015 vsize=11080032 memory=1576 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32078/stat : 32078 (java) S 32015 32018 29308 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 232857934 11345952768 201599 33554432000 4194304 4196468 140725049869248 139934329463936 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32079] ppid=32015 vsize=11080032 memory=3980 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32079/stat : 32079 (java) S 32015 32018 29308 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 232857936 11345952768 201599 33554432000 4194304 4196468 140725049869248 139934022064208 139935688910747 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32080] ppid=32015 vsize=11080032 memory=2032 CPUtime=6.34 cores=0,2,4,6
/proc/32018/task/32080/stat : 32080 (java) S 32015 32018 29308 0 -1 1077944384 30026 12968 0 0 621 5 5 3 20 0 15 0 232857936 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935112698480 139935688903298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32081] ppid=32015 vsize=11080032 memory=7288 CPUtime=6.54 cores=0,2,4,6
/proc/32018/task/32081/stat : 32081 (java) S 32015 32018 29308 0 -1 1077944384 28121 12968 0 0 643 3 5 3 20 0 15 0 232857936 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935111645680 139935688903298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32082] ppid=32015 vsize=11080032 memory=806396 CPUtime=2.27 cores=0,2,4,6
/proc/32018/task/32082/stat : 32082 (java) S 32015 32018 29308 0 -1 1077944384 21239 12968 0 0 213 6 5 3 20 0 15 0 232857936 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935110593392 139935688903298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32083] ppid=32015 vsize=11080032 memory=806396 CPUtime=0.08 cores=0,2,4,6
/proc/32018/task/32083/stat : 32083 (java) S 32015 32018 29308 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 232857936 11345952768 201599 33554432000 4194304 4196468 140725049869248 139933591268320 139935688902357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
[pid=32018/tid=32084] ppid=32015 vsize=11080032 memory=63292 CPUtime=1.54 cores=0,2,4,6
/proc/32018/task/32084/stat : 32084 (java) S 32015 32018 29308 0 -1 1077944384 2061 12968 0 0 74 72 5 3 20 0 15 0 232857937 11345952768 201599 33554432000 4194304 4196468 140725049869248 139935109540272 139935688903298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35991552 140725049875044 140725049877852 140725049877852 140725049880527 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 806396 KiB

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

[startup+2489.94 s]
# the end of solver process 32018 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.73 s, system=2.36615 s

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

Child status: 143
Real time (s): 2489.94
CPU time (s): 2520.1
CPU user time (s): 2517.73
CPU system time (s): 2.36615
CPU usage (%): 101.211
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 1544240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.73
system time used= 2.36615
maximum resident set size= 1553988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 245372
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118097
involuntary context switches= 5568


# summary of solver processes directly reported to runsolver:
#   pid: 32018
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2517.73
#   total CPU system time (s): 2.36615

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.0418 second user time and 25.7189 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-13 11:35:47
IDJOB=4305298
IDBENCH=141662
IDSOLVER=2781
FILE ID=node107/4305298-1534152947
RUNJOBID= node107-1534136138-29339
PBS_JOBID= 21037027
Free space on /tmp= 39424 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Eternity/Eternity-12-12_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305298-1534152947/watcher-4305298-1534152947 -o /tmp/evaluation-result-4305298-1534152947/solver-4305298-1534152947 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534136138-29339 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=603806412 -superng HOME/instance-4305298-1534152947.xml

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

MD5SUM BENCH= 72288e631366ae5e472c0848b2762e00
RANDOM SEED=603806412

node107.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.40
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.40
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.40
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.40
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:        17178584 kB
MemAvailable:   24298956 kB
Buffers:          228540 kB
Cached:          7087532 kB
SwapCached:            0 kB
Active:         11334148 kB
Inactive:        3630776 kB
Active(anon):    7597664 kB
Inactive(anon):   103596 kB
Active(file):    3736484 kB
Inactive(file):  3527180 kB
Unevictable:        6976 kB
Mlocked:            6976 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27236 kB
Writeback:             0 kB
AnonPages:       7655180 kB
Mapped:            66344 kB
Shmem:             49804 kB
Slab:             313136 kB
SReclaimable:     285168 kB
SUnreclaim:        27968 kB
KernelStack:        3536 kB
PageTables:        20668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8296128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7368704 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 39400 MiB
End job on node107 at 2018-08-13 12:17:17