Trace number 4296023

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13? (TO) 2520.13 2393.07

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m2-2-2_c18.xml
MD5SUMcdfe3d0465f921b63e12edf2a82a40f3
Bench CategoryCOP (optimization 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 variables22422
Number of constraints24998
Number of domains4
Minimum domain size2
Maximum domain size111
Distribution of domain sizes[{"size":2,"count":22089},{"size":37,"count":111},{"size":41,"count":111},{"size":111,"count":111}]
Minimum variable degree2
Maximum variable degree224
Distribution of variable degrees[{"degree":2,"count":20313},{"degree":3,"count":1443},{"degree":4,"count":333},{"degree":5,"count":222},{"degree":222,"count":78},{"degree":223,"count":24},{"degree":224,"count":9}]
Minimum constraint arity2
Maximum constraint arity112
Distribution of constraint arities[{"arity":2,"count":24774},{"arity":88,"count":111},{"arity":111,"count":2},{"arity":112,"count":111}]
Number of extensional constraints111
Number of intensional constraints24663
Distribution of constraint types[{"type":"extension","count":111},{"type":"intension","count":24663},{"type":"ordered","count":1},{"type":"sum","count":223}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4296023-1532607022/watcher-4296023-1532607022 -o /tmp/evaluation-result-4296023-1532607022/solver-4296023-1532607022 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532594593-7268 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=948488000 -superng HOME/instance-4296023-1532607022.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=9518, runsolver pid=9515
Current StackSize limit: 8192 KiB


[startup+0.100106 s]*
/proc/loadavg: 1.81 1.63 1.61 3/203 9571
/proc/meminfo: memFree=22292980/32770624 swapFree=67076992/67108860
[pid=9518] ppid=9515 vsize=9972712 memory=18328 CPUtime=0.08 cores=0,2,4,6
/proc/9518/stat : 9518 (java) S 9515 9518 5667 0 -1 1077944320 4199 13251 0 0 1 0 5 2 20 0 6 0 78265338 10212057088 4582 33554432000 4194304 4196468 140732761991776 140732761974320 140271395790583 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
/proc/9518/statm: 2493178 4582 1930 1 0 2481616 0
[pid=9518/tid=9571] ppid=9515 vsize=9972712 memory=-8889949278721851327 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9571/stat : 9571 (java) R 9515 9518 5667 0 -1 4202560 2019 13251 0 0 0 0 5 2 20 0 6 0 78265347 10212057088 4582 33554432000 4194304 4196468 140732761991776 140271367627344 140271381473109 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9572] ppid=9515 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9572/stat : 9572 (java) S 9515 9518 5667 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 6 0 78265348 10212057088 4582 33554432000 4194304 4196468 140732761991776 140271400032656 140271395800789 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9573] ppid=9515 vsize=9972712 memory=140199519499904 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9573/stat : 9573 (java) S 9515 9518 5667 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 6 0 78265348 10212057088 4582 33554432000 4194304 4196468 140732761991776 140271288305936 140271395800789 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9574] ppid=9515 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9574/stat : 9574 (java) S 9515 9518 5667 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 6 0 78265348 10212057088 4582 33554432000 4194304 4196468 140732761991776 140271287253648 140271395800789 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9575] ppid=9515 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9575/stat : 9575 (java) S 9515 9518 5667 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 6 0 78265348 10212057088 4582 33554432000 4194304 4196468 140732761991776 140271286200848 140271395800789 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.210307 s]*
/proc/loadavg: 1.81 1.63 1.61 3/216 9584
/proc/meminfo: memFree=22269872/32770624 swapFree=67076992/67108860
[pid=9518] ppid=9515 vsize=10818904 memory=42084 CPUtime=0.25 cores=0,2,4,6
/proc/9518/stat : 9518 (java) S 9515 9518 5667 0 -1 1077944320 7808 13251 0 0 17 1 5 2 20 0 15 0 78265338 11078557696 10521 33554432000 4194304 4196468 140732761991776 140732761974320 140271395790583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
/proc/9518/statm: 2704726 10521 2934 1 0 2667149 0
[pid=9518/tid=9571] ppid=9515 vsize=10819896 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/9518/task/9571/stat : 9571 (java) R 9515 9518 5667 0 -1 4202560 4460 13251 0 0 10 1 5 2 20 0 15 0 78265347 11079573504 10521 33554432000 4194304 4196468 140732761991776 140271367615392 140271388470301 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9572] ppid=9515 vsize=10819896 memory=342 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9572/stat : 9572 (java) S 9515 9518 5667 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 78265348 11079573504 10587 33554432000 4194304 4196468 140732761991776 140271400032656 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9573] ppid=9515 vsize=10819896 memory=140199519509676 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9573/stat : 9573 (java) S 9515 9518 5667 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 78265348 11079573504 10587 33554432000 4194304 4196468 140732761991776 140271288305936 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9574] ppid=9515 vsize=10819896 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9574/stat : 9574 (java) S 9515 9518 5667 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 78265348 11079573504 10587 33554432000 4194304 4196468 140732761991776 140271287253648 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9575] ppid=9515 vsize=10819896 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9575/stat : 9575 (java) S 9515 9518 5667 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 78265348 11079573504 10587 33554432000 4194304 4196468 140732761991776 140271286200848 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9576] ppid=9515 vsize=10819896 memory=140199519499904 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9576/stat : 9576 (java) S 9515 9518 5667 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 78265349 11079573504 10653 33554432000 4194304 4196468 140732761991776 140270720084592 140271395801730 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9577] ppid=9515 vsize=10819896 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9577/stat : 9577 (java) S 9515 9518 5667 0 -1 1077944384 33 13251 0 0 0 0 5 2 20 0 15 0 78265350 11079573504 10653 33554432000 4194304 4196468 140732761991776 140270719030560 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9578] ppid=9515 vsize=10819896 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9578/stat : 9578 (java) S 9515 9518 5667 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 78265350 11079573504 10653 33554432000 4194304 4196468 140732761991776 140270276437616 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9579] ppid=9515 vsize=10819896 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9579/stat : 9579 (java) S 9515 9518 5667 0 -1 1077944384 3 13251 0 0 0 0 5 2 20 0 15 0 78265353 11079573504 10653 33554432000 4194304 4196468 140732761991776 140269969037904 140271395809179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9580] ppid=9515 vsize=10819896 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9518/task/9580/stat : 9580 (java) S 9515 9518 5667 0 -1 1077944384 512 13251 0 0 1 0 5 2 20 0 15 0 78265353 11079573504 10653 33554432000 4194304 4196468 140732761991776 140270685472880 140271395801730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9581] ppid=9515 vsize=10819896 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9581/stat : 9581 (java) S 9515 9518 5667 0 -1 1077944384 56 13251 0 0 0 0 5 2 20 0 15 0 78265353 11079573504 10719 33554432000 4194304 4196468 140732761991776 140270684420080 140271395801730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9582] ppid=9515 vsize=10819896 memory=140199519499904 CPUtime=0.1 cores=0,2,4,6
/proc/9518/task/9582/stat : 9582 (java) S 9515 9518 5667 0 -1 1077944384 567 13251 0 0 3 0 5 2 20 0 15 0 78265353 11079573504 10719 33554432000 4194304 4196468 140732761991776 140270683367792 140271395801730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9583] ppid=9515 vsize=10819896 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9583/stat : 9583 (java) S 9515 9518 5667 0 -1 1077944384 3 13251 0 0 0 0 5 2 20 0 15 0 78265353 11079573504 10719 33554432000 4194304 4196468 140732761991776 140269935479264 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9584] ppid=9515 vsize=10819896 memory=140199519499904 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9584/stat : 9584 (java) S 9515 9518 5667 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 78265353 11079573504 10719 33554432000 4194304 4196468 140732761991776 140270682315696 140271395801730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 42084 KiB

[startup+0.310452 s]*
/proc/loadavg: 1.81 1.63 1.61 3/216 9584
/proc/meminfo: memFree=22257776/32770624 swapFree=67076992/67108860
[pid=9518] ppid=9515 vsize=10819352 memory=53740 CPUtime=0.38 cores=0,2,4,6
/proc/9518/stat : 9518 (java) S 9515 9518 5667 0 -1 1077944320 10048 13251 0 0 28 3 5 2 20 0 15 0 78265338 11079016448 13435 33554432000 4194304 4196468 140732761991776 140732761974320 140271395790583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
/proc/9518/statm: 2704838 13435 3053 1 0 2667149 0
[pid=9518/tid=9571] ppid=9515 vsize=10819352 memory=8112282956445269571 CPUtime=0.28 cores=0,2,4,6
/proc/9518/task/9571/stat : 9571 (java) R 9515 9518 5667 0 -1 4202560 6668 13251 0 0 19 2 5 2 20 0 15 0 78265347 11079016448 13435 33554432000 4194304 4196468 140732761991776 140271367602592 140271376066464 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9572] ppid=9515 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9572/stat : 9572 (java) S 9515 9518 5667 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 78265348 11079016448 13435 33554432000 4194304 4196468 140732761991776 140271400032656 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9573] ppid=9515 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9573/stat : 9573 (java) S 9515 9518 5667 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 78265348 11079016448 13435 33554432000 4194304 4196468 140732761991776 140271288305936 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9574] ppid=9515 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9574/stat : 9574 (java) S 9515 9518 5667 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 78265348 11079016448 13435 33554432000 4194304 4196468 140732761991776 140271287253648 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9575] ppid=9515 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9575/stat : 9575 (java) S 9515 9518 5667 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 78265348 11079016448 13435 33554432000 4194304 4196468 140732761991776 140271286200848 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9576] ppid=9515 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9576/stat : 9576 (java) S 9515 9518 5667 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 78265349 11079016448 13435 33554432000 4194304 4196468 140732761991776 140270720084592 140271395801730 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9577] ppid=9515 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9577/stat : 9577 (java) S 9515 9518 5667 0 -1 1077944384 33 13251 0 0 0 0 5 2 20 0 15 0 78265350 11079016448 13435 33554432000 4194304 4196468 140732761991776 140270719030560 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9578] ppid=9515 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9578/stat : 9578 (java) S 9515 9518 5667 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 78265350 11079016448 13435 33554432000 4194304 4196468 140732761991776 140270276437616 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9579] ppid=9515 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9579/stat : 9579 (java) S 9515 9518 5667 0 -1 1077944384 3 13251 0 0 0 0 5 2 20 0 15 0 78265353 11079016448 13435 33554432000 4194304 4196468 140732761991776 140269969037904 140271395809179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9580] ppid=9515 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9518/task/9580/stat : 9580 (java) S 9515 9518 5667 0 -1 1077944384 513 13251 0 0 2 0 5 2 20 0 15 0 78265353 11079016448 13435 33554432000 4194304 4196468 140732761991776 140270685472880 140271395801730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9581] ppid=9515 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9581/stat : 9581 (java) S 9515 9518 5667 0 -1 1077944384 56 13251 0 0 0 0 5 2 20 0 15 0 78265353 11079016448 13435 33554432000 4194304 4196468 140732761991776 140270684420080 140271395801730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9582] ppid=9515 vsize=10819352 memory=140199519499904 CPUtime=0.12 cores=0,2,4,6
/proc/9518/task/9582/stat : 9582 (java) S 9515 9518 5667 0 -1 1077944384 576 13251 0 0 5 0 5 2 20 0 15 0 78265353 11079016448 13435 33554432000 4194304 4196468 140732761991776 140270683367792 140271395801730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9583] ppid=9515 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9583/stat : 9583 (java) S 9515 9518 5667 0 -1 1077944384 3 13251 0 0 0 0 5 2 20 0 15 0 78265353 11079016448 13435 33554432000 4194304 4196468 140732761991776 140269935479264 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9584] ppid=9515 vsize=10819352 memory=140199519499904 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9584/stat : 9584 (java) S 9515 9518 5667 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 78265353 11079016448 13435 33554432000 4194304 4196468 140732761991776 140270682315696 140271395801730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53740 KiB

[startup+0.700841 s]
/proc/loadavg: 1.81 1.63 1.61 3/216 9584
/proc/meminfo: memFree=22246908/32770624 swapFree=67076992/67108860
[pid=9518] ppid=9515 vsize=10819352 memory=85948 CPUtime=0.98 cores=0,2,4,6
/proc/9518/stat : 9518 (java) S 9515 9518 5667 0 -1 1077944320 16128 13251 0 0 86 5 5 2 20 0 15 0 78265338 11079016448 21487 33554432000 4194304 4196468 140732761991776 140732761974320 140271395790583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
/proc/9518/statm: 2704838 21487 3240 1 0 2667149 0
[pid=9518/tid=9571] ppid=9515 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/9518/task/9571/stat : 9571 (java) R 9515 9518 5667 0 -1 4202560 11696 13251 0 0 55 4 5 2 20 0 15 0 78265347 11079016448 21487 33554432000 4194304 4196468 140732761991776 140271367618464 140271379871070 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9572] ppid=9515 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9572/stat : 9572 (java) S 9515 9518 5667 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 78265348 11079016448 21487 33554432000 4194304 4196468 140732761991776 140271400032656 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9573] ppid=9515 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9573/stat : 9573 (java) S 9515 9518 5667 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 78265348 11079016448 21487 33554432000 4194304 4196468 140732761991776 140271288305936 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9574] ppid=9515 vsize=10819352 memory=140199409627920 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9574/stat : 9574 (java) S 9515 9518 5667 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 78265348 11079016448 21487 33554432000 4194304 4196468 140732761991776 140271287253648 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9575] ppid=9515 vsize=10819352 memory=140200617443913 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9575/stat : 9575 (java) S 9515 9518 5667 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 78265348 11079016448 21487 33554432000 4194304 4196468 140732761991776 140271286200848 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9576] ppid=9515 vsize=10819352 memory=796 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9576/stat : 9576 (java) S 9515 9518 5667 0 -1 1077944384 5 13251 0 0 0 0 5 2 20 0 15 0 78265349 11079016448 21487 33554432000 4194304 4196468 140732761991776 140270720084592 140271395801730 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9577] ppid=9515 vsize=10819352 memory=7014751519650764113 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9577/stat : 9577 (java) S 9515 9518 5667 0 -1 1077944384 33 13251 0 0 0 0 5 2 20 0 15 0 78265350 11079016448 21487 33554432000 4194304 4196468 140732761991776 140270719030560 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9578] ppid=9515 vsize=10819352 memory=7597123233646858610 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9578/stat : 9578 (java) S 9515 9518 5667 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 78265350 11079016448 21487 33554432000 4194304 4196468 140732761991776 140270276437616 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9579] ppid=9515 vsize=10819352 memory=3604 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9579/stat : 9579 (java) S 9515 9518 5667 0 -1 1077944384 3 13251 0 0 0 0 5 2 20 0 15 0 78265353 11079016448 21487 33554432000 4194304 4196468 140732761991776 140269969037904 140271395809179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9580] ppid=9515 vsize=10819352 memory=10868 CPUtime=0.17 cores=0,2,4,6
/proc/9518/task/9580/stat : 9580 (java) S 9515 9518 5667 0 -1 1077944384 1127 13251 0 0 10 0 5 2 20 0 15 0 78265353 11079016448 21487 33554432000 4194304 4196468 140732761991776 140270685472880 140271395801730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9581] ppid=9515 vsize=10819352 memory=15128 CPUtime=0.13 cores=0,2,4,6
/proc/9518/task/9581/stat : 9581 (java) S 9515 9518 5667 0 -1 1077944384 438 13251 0 0 6 0 5 2 20 0 15 0 78265353 11079016448 21487 33554432000 4194304 4196468 140732761991776 140270684420080 140271395801730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9582] ppid=9515 vsize=10819352 memory=640 CPUtime=0.2 cores=0,2,4,6
/proc/9518/task/9582/stat : 9582 (java) S 9515 9518 5667 0 -1 1077944384 629 13251 0 0 13 0 5 2 20 0 15 0 78265353 11079016448 21487 33554432000 4194304 4196468 140732761991776 140270683367792 140271395801730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9583] ppid=9515 vsize=10819352 memory=1760 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9583/stat : 9583 (java) S 9515 9518 5667 0 -1 1077944384 3 13251 0 0 0 0 5 2 20 0 15 0 78265353 11079016448 21487 33554432000 4194304 4196468 140732761991776 140269935479264 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9584] ppid=9515 vsize=10819352 memory=960 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9584/stat : 9584 (java) S 9515 9518 5667 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 78265353 11079016448 21487 33554432000 4194304 4196468 140732761991776 140270682315696 140271395801730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 85948 KiB

[startup+1.5008 s]
/proc/loadavg: 1.81 1.63 1.61 3/216 9584
/proc/meminfo: memFree=22202064/32770624 swapFree=67076992/67108860
[pid=9518] ppid=9515 vsize=10828108 memory=237084 CPUtime=3.03 cores=0,2,4,6
/proc/9518/stat : 9518 (java) S 9515 9518 5667 0 -1 1077944320 21882 13251 0 0 284 12 5 2 20 0 15 0 78265338 11087982592 59271 33554432000 4194304 4196468 140732761991776 140732761974320 140271395790583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
/proc/9518/statm: 2707027 59271 3454 1 0 2668685 0
[pid=9518/tid=9571] ppid=9515 vsize=10828108 memory=62868 CPUtime=1.43 cores=0,2,4,6
/proc/9518/task/9571/stat : 9571 (java) S 9515 9518 5667 0 -1 1077944384 14341 13251 0 0 130 6 5 2 20 0 15 0 78265347 11087982592 59271 33554432000 4194304 4196468 140732761991776 140271367623888 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9572] ppid=9515 vsize=10828108 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9572/stat : 9572 (java) S 9515 9518 5667 0 -1 1077944384 15 13251 0 0 0 0 5 2 20 0 15 0 78265348 11087982592 59271 33554432000 4194304 4196468 140732761991776 140271400032656 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9573] ppid=9515 vsize=10828108 memory=280398819287200 CPUtime=0.08 cores=0,2,4,6
/proc/9518/task/9573/stat : 9573 (java) S 9515 9518 5667 0 -1 1077944384 23 13251 0 0 1 0 5 2 20 0 15 0 78265348 11087982592 59271 33554432000 4194304 4196468 140732761991776 140271288305936 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9574] ppid=9515 vsize=10828108 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9574/stat : 9574 (java) S 9515 9518 5667 0 -1 1077944384 258 13251 0 0 0 0 5 2 20 0 15 0 78265348 11087982592 59271 33554432000 4194304 4196468 140732761991776 140271287253648 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9575] ppid=9515 vsize=10828108 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9575/stat : 9575 (java) S 9515 9518 5667 0 -1 1077944384 34 13251 0 0 0 0 5 2 20 0 15 0 78265348 11087982592 59271 33554432000 4194304 4196468 140732761991776 140271286200848 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9576] ppid=9515 vsize=10828108 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9576/stat : 9576 (java) R 9515 9518 5667 0 -1 4202560 24 13251 0 0 0 0 5 2 20 0 15 0 78265349 11087982592 59271 33554432000 4194304 4196468 140732761991776 140270720083104 140271378917408 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9577] ppid=9515 vsize=10828108 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9577/stat : 9577 (java) S 9515 9518 5667 0 -1 1077944384 33 13251 0 0 0 0 5 2 20 0 15 0 78265350 11087982592 59271 33554432000 4194304 4196468 140732761991776 140270719030560 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9578] ppid=9515 vsize=10828108 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9578/stat : 9578 (java) S 9515 9518 5667 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 78265350 11087982592 59271 33554432000 4194304 4196468 140732761991776 140270276437616 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9579] ppid=9515 vsize=10828108 memory=-2746958450906831424 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9579/stat : 9579 (java) S 9515 9518 5667 0 -1 1077944384 3 13251 0 0 0 0 5 2 20 0 15 0 78265353 11087982592 59271 33554432000 4194304 4196468 140732761991776 140269969037904 140271395809179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9580] ppid=9515 vsize=10828108 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/9518/task/9580/stat : 9580 (java) S 9515 9518 5667 0 -1 1077944384 2389 13251 0 0 57 0 5 2 20 0 15 0 78265353 11087982592 59271 33554432000 4194304 4196468 140732761991776 140270685462096 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9581] ppid=9515 vsize=10828108 memory=0 CPUtime=0.59 cores=0,2,4,6
/proc/9518/task/9581/stat : 9581 (java) S 9515 9518 5667 0 -1 1077944384 1306 13251 0 0 52 0 5 2 20 0 15 0 78265353 11087982592 59271 33554432000 4194304 4196468 140732761991776 140270684406096 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9582] ppid=9515 vsize=10828108 memory=8112282956445269571 CPUtime=0.46 cores=0,2,4,6
/proc/9518/task/9582/stat : 9582 (java) S 9515 9518 5667 0 -1 1077944384 1265 13251 0 0 39 0 5 2 20 0 15 0 78265353 11087982592 59271 33554432000 4194304 4196468 140732761991776 140270683367792 140271395801730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9583] ppid=9515 vsize=10828108 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9583/stat : 9583 (java) S 9515 9518 5667 0 -1 1077944384 3 13251 0 0 0 0 5 2 20 0 15 0 78265353 11087982592 59271 33554432000 4194304 4196468 140732761991776 140269935479264 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9584] ppid=9515 vsize=10828108 memory=280398819531648 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9584/stat : 9584 (java) S 9515 9518 5667 0 -1 1077944384 1 13251 0 0 0 0 5 2 20 0 15 0 78265353 11087982592 59271 33554432000 4194304 4196468 140732761991776 140270682315696 140271395801730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 10828108 KiB

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

/proc/9518/task/9571/stat : 9571 (java) R 9515 9518 5667 0 -1 4202560 368466 13251 0 0 223140 85 5 2 20 0 15 0 78265347 11113168896 1349652 33554432000 4194304 4196468 140732761991776 140271367624832 140270965663679 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9572] ppid=9515 vsize=10852704 memory=5398608 CPUtime=28.92 cores=0,2,4,6
/proc/9518/task/9572/stat : 9572 (java) S 9515 9518 5667 0 -1 1077944384 60070 13251 0 0 2810 75 5 2 20 0 15 0 78265348 11113168896 1349652 33554432000 4194304 4196468 140732761991776 140271400032656 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9573] ppid=9515 vsize=10852704 memory=5398608 CPUtime=28.92 cores=0,2,4,6
/proc/9518/task/9573/stat : 9573 (java) S 9515 9518 5667 0 -1 1077944384 56867 13251 0 0 2813 72 5 2 20 0 15 0 78265348 11113168896 1349652 33554432000 4194304 4196468 140732761991776 140271288305936 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9574] ppid=9515 vsize=10852704 memory=5398608 CPUtime=28.88 cores=0,2,4,6
/proc/9518/task/9574/stat : 9574 (java) S 9515 9518 5667 0 -1 1077944384 64946 13251 0 0 2808 73 5 2 20 0 15 0 78265348 11113168896 1349652 33554432000 4194304 4196468 140732761991776 140271287253648 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9575] ppid=9515 vsize=10852704 memory=238087 CPUtime=28.89 cores=0,2,4,6
/proc/9518/task/9575/stat : 9575 (java) S 9515 9518 5667 0 -1 1077944384 65341 13251 0 0 2804 78 5 2 20 0 15 0 78265348 11113168896 1349652 33554432000 4194304 4196468 140732761991776 140271286200848 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9576] ppid=9515 vsize=10852704 memory=796 CPUtime=0.84 cores=0,2,4,6
/proc/9518/task/9576/stat : 9576 (java) S 9515 9518 5667 0 -1 1077944384 59362 13251 0 0 68 9 5 2 20 0 15 0 78265349 11113168896 1349652 33554432000 4194304 4196468 140732761991776 140270720084592 140271395801730 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9577] ppid=9515 vsize=10852704 memory=5398608 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9577/stat : 9577 (java) S 9515 9518 5667 0 -1 1077944384 51 13251 0 0 0 0 5 2 20 0 15 0 78265350 11113168896 1349652 33554432000 4194304 4196468 140732761991776 140270719030624 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9578] ppid=9515 vsize=10852704 memory=5398608 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9578/stat : 9578 (java) S 9515 9518 5667 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 78265350 11113168896 1349652 33554432000 4194304 4196468 140732761991776 140270276437632 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9579] ppid=9515 vsize=10852704 memory=5398608 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9579/stat : 9579 (java) S 9515 9518 5667 0 -1 1077944384 3 13251 0 0 0 0 5 2 20 0 15 0 78265353 11113168896 1349652 33554432000 4194304 4196468 140732761991776 140269969037904 140271395809179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9580] ppid=9515 vsize=10852704 memory=8112282956445269571 CPUtime=17.55 cores=0,2,4,6
/proc/9518/task/9580/stat : 9580 (java) S 9515 9518 5667 0 -1 1077944384 59794 13251 0 0 1740 8 5 2 20 0 15 0 78265353 11113168896 1349652 33554432000 4194304 4196468 140732761991776 140270685472880 140271395801730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9581] ppid=9515 vsize=10852704 memory=5204 CPUtime=16.88 cores=0,2,4,6
/proc/9518/task/9581/stat : 9581 (java) S 9515 9518 5667 0 -1 1077944384 65046 13251 0 0 1669 12 5 2 20 0 15 0 78265353 11113168896 1349652 33554432000 4194304 4196468 140732761991776 140270684420080 140271395801730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9582] ppid=9515 vsize=10852704 memory=5398608 CPUtime=4.69 cores=0,2,4,6
/proc/9518/task/9582/stat : 9582 (java) S 9515 9518 5667 0 -1 1077944384 50090 13251 0 0 453 9 5 2 20 0 15 0 78265353 11113168896 1349652 33554432000 4194304 4196468 140732761991776 140270683367792 140271395801730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9583] ppid=9515 vsize=10852704 memory=776 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9583/stat : 9583 (java) S 9515 9518 5667 0 -1 1077944384 3 13251 0 0 0 0 5 2 20 0 15 0 78265353 11113168896 1349652 33554432000 4194304 4196468 140732761991776 140269935479264 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9584] ppid=9515 vsize=10852704 memory=8112282956445269571 CPUtime=1.46 cores=0,2,4,6
/proc/9518/task/9584/stat : 9584 (java) S 9515 9518 5667 0 -1 1077944384 1286 13251 0 0 70 69 5 2 20 0 15 0 78265353 11113168896 1349652 33554432000 4194304 4196468 140732761991776 140270682315696 140271395801730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
Current children cumulated CPU time: 2388.85 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 5398608 KiB

[startup+2322.3 s]
/proc/loadavg: 1.92 1.94 1.93 3/215 9647
/proc/meminfo: memFree=15333576/32770624 swapFree=67076996/67108860
[pid=9518] ppid=9515 vsize=10852704 memory=5398616 CPUtime=2449.06 cores=0,2,4,6
/proc/9518/stat : 9518 (java) S 9515 9518 5667 0 -1 1077944320 863812 13251 0 0 244420 479 5 2 20 0 15 0 78265338 11113168896 1349654 33554432000 4194304 4196468 140732761991776 140732761974320 140271395790583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
/proc/9518/statm: 2713176 1349654 3539 1 0 2674829 0
[pid=9518/tid=9571] ppid=9515 vsize=10852704 memory=5398616 CPUtime=2292.25 cores=0,2,4,6
/proc/9518/task/9571/stat : 9571 (java) R 9515 9518 5667 0 -1 4202560 374452 13251 0 0 229132 86 5 2 20 0 15 0 78265347 11113168896 1349654 33554432000 4194304 4196468 140732761991776 140271367625904 140270987176619 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9572] ppid=9515 vsize=10852704 memory=5398616 CPUtime=28.98 cores=0,2,4,6
/proc/9518/task/9572/stat : 9572 (java) S 9515 9518 5667 0 -1 1077944384 60728 13251 0 0 2816 75 5 2 20 0 15 0 78265348 11113168896 1349654 33554432000 4194304 4196468 140732761991776 140271400032656 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9573] ppid=9515 vsize=10852704 memory=5398616 CPUtime=28.99 cores=0,2,4,6
/proc/9518/task/9573/stat : 9573 (java) S 9515 9518 5667 0 -1 1077944384 59296 13251 0 0 2819 73 5 2 20 0 15 0 78265348 11113168896 1349654 33554432000 4194304 4196468 140732761991776 140271288305936 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9574] ppid=9515 vsize=10852704 memory=5398616 CPUtime=28.94 cores=0,2,4,6
/proc/9518/task/9574/stat : 9574 (java) S 9515 9518 5667 0 -1 1077944384 65105 13251 0 0 2814 73 5 2 20 0 15 0 78265348 11113168896 1349654 33554432000 4194304 4196468 140732761991776 140271287253648 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9575] ppid=9515 vsize=10852704 memory=5398616 CPUtime=28.95 cores=0,2,4,6
/proc/9518/task/9575/stat : 9575 (java) S 9515 9518 5667 0 -1 1077944384 66031 13251 0 0 2810 78 5 2 20 0 15 0 78265348 11113168896 1349654 33554432000 4194304 4196468 140732761991776 140271286200848 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9576] ppid=9515 vsize=10852704 memory=5398616 CPUtime=0.86 cores=0,2,4,6
/proc/9518/task/9576/stat : 9576 (java) S 9515 9518 5667 0 -1 1077944384 59699 13251 0 0 69 10 5 2 20 0 15 0 78265349 11113168896 1349654 33554432000 4194304 4196468 140732761991776 140270720084592 140271395801730 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9577] ppid=9515 vsize=10852704 memory=1008 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9577/stat : 9577 (java) S 9515 9518 5667 0 -1 1077944384 51 13251 0 0 0 0 5 2 20 0 15 0 78265350 11113168896 1349654 33554432000 4194304 4196468 140732761991776 140270719030624 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9578] ppid=9515 vsize=10852704 memory=15316 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9578/stat : 9578 (java) S 9515 9518 5667 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 78265350 11113168896 1349654 33554432000 4194304 4196468 140732761991776 140270276437632 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9579] ppid=9515 vsize=10852704 memory=5398616 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9579/stat : 9579 (java) S 9515 9518 5667 0 -1 1077944384 3 13251 0 0 0 0 5 2 20 0 15 0 78265353 11113168896 1349654 33554432000 4194304 4196468 140732761991776 140269969037904 140271395809179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9580] ppid=9515 vsize=10852704 memory=5398616 CPUtime=17.55 cores=0,2,4,6
/proc/9518/task/9580/stat : 9580 (java) S 9515 9518 5667 0 -1 1077944384 59800 13251 0 0 1740 8 5 2 20 0 15 0 78265353 11113168896 1349654 33554432000 4194304 4196468 140732761991776 140270685472880 140271395801730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9581] ppid=9515 vsize=10852704 memory=800 CPUtime=16.88 cores=0,2,4,6
/proc/9518/task/9581/stat : 9581 (java) S 9515 9518 5667 0 -1 1077944384 65050 13251 0 0 1669 12 5 2 20 0 15 0 78265353 11113168896 1349654 33554432000 4194304 4196468 140732761991776 140270684420080 140271395801730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9582] ppid=9515 vsize=10852704 memory=5204 CPUtime=4.69 cores=0,2,4,6
/proc/9518/task/9582/stat : 9582 (java) S 9515 9518 5667 0 -1 1077944384 50095 13251 0 0 453 9 5 2 20 0 15 0 78265353 11113168896 1349654 33554432000 4194304 4196468 140732761991776 140270683367792 140271395801730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9583] ppid=9515 vsize=10852704 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9583/stat : 9583 (java) S 9515 9518 5667 0 -1 1077944384 3 13251 0 0 0 0 5 2 20 0 15 0 78265353 11113168896 1349654 33554432000 4194304 4196468 140732761991776 140269935479264 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9584] ppid=9515 vsize=10852704 memory=2764 CPUtime=1.5 cores=0,2,4,6
/proc/9518/task/9584/stat : 9584 (java) S 9515 9518 5667 0 -1 1077944384 1310 13251 0 0 73 70 5 2 20 0 15 0 78265353 11113168896 1349654 33554432000 4194304 4196468 140732761991776 140270682315696 140271395801730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
Current children cumulated CPU time: 2449.06 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 5398616 KiB

[startup+2382.3 s]
/proc/loadavg: 2.37 2.05 1.96 3/216 9784
/proc/meminfo: memFree=16771120/32770624 swapFree=67077000/67108860
[pid=9518] ppid=9515 vsize=10852704 memory=5398620 CPUtime=2509.29 cores=0,2,4,6
/proc/9518/stat : 9518 (java) S 9515 9518 5667 0 -1 1077944320 876423 13251 0 0 250438 484 5 2 20 0 15 0 78265338 11113168896 1349655 33554432000 4194304 4196468 140732761991776 140732761974320 140271395790583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
/proc/9518/statm: 2713176 1349655 3539 1 0 2674829 0
[pid=9518/tid=9571] ppid=9515 vsize=10852704 memory=2764 CPUtime=2352.19 cores=0,2,4,6
/proc/9518/task/9571/stat : 9571 (java) R 9515 9518 5667 0 -1 4202560 382615 13251 0 0 235122 90 5 2 20 0 15 0 78265347 11113168896 1349655 33554432000 4194304 4196468 140732761991776 140271367624496 140270980665385 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9572] ppid=9515 vsize=10852704 memory=5398620 CPUtime=29.05 cores=0,2,4,6
/proc/9518/task/9572/stat : 9572 (java) S 9515 9518 5667 0 -1 1077944384 60896 13251 0 0 2822 76 5 2 20 0 15 0 78265348 11113168896 1349655 33554432000 4194304 4196468 140732761991776 140271400032656 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9573] ppid=9515 vsize=10852704 memory=5398620 CPUtime=29.06 cores=0,2,4,6
/proc/9518/task/9573/stat : 9573 (java) S 9515 9518 5667 0 -1 1077944384 61822 13251 0 0 2826 73 5 2 20 0 15 0 78265348 11113168896 1349655 33554432000 4194304 4196468 140732761991776 140271288305936 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9574] ppid=9515 vsize=10852704 memory=5398620 CPUtime=29 cores=0,2,4,6
/proc/9518/task/9574/stat : 9574 (java) S 9515 9518 5667 0 -1 1077944384 65696 13251 0 0 2820 73 5 2 20 0 15 0 78265348 11113168896 1349655 33554432000 4194304 4196468 140732761991776 140271287253648 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9575] ppid=9515 vsize=10852704 memory=5398620 CPUtime=29.01 cores=0,2,4,6
/proc/9518/task/9575/stat : 9575 (java) S 9515 9518 5667 0 -1 1077944384 66782 13251 0 0 2816 78 5 2 20 0 15 0 78265348 11113168896 1349655 33554432000 4194304 4196468 140732761991776 140271286200848 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9576] ppid=9515 vsize=10852704 memory=280398820196096 CPUtime=0.86 cores=0,2,4,6
/proc/9518/task/9576/stat : 9576 (java) S 9515 9518 5667 0 -1 1077944384 60044 13251 0 0 69 10 5 2 20 0 15 0 78265349 11113168896 1349655 33554432000 4194304 4196468 140732761991776 140270720084592 140271395801730 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9577] ppid=9515 vsize=10852704 memory=5398620 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9577/stat : 9577 (java) S 9515 9518 5667 0 -1 1077944384 51 13251 0 0 0 0 5 2 20 0 15 0 78265350 11113168896 1349655 33554432000 4194304 4196468 140732761991776 140270719030624 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9578] ppid=9515 vsize=10852704 memory=5398620 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9578/stat : 9578 (java) S 9515 9518 5667 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 78265350 11113168896 1349655 33554432000 4194304 4196468 140732761991776 140270276437632 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9579] ppid=9515 vsize=10852704 memory=5398620 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9579/stat : 9579 (java) S 9515 9518 5667 0 -1 1077944384 3 13251 0 0 0 0 5 2 20 0 15 0 78265353 11113168896 1349655 33554432000 4194304 4196468 140732761991776 140269969037904 140271395809179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9580] ppid=9515 vsize=10852704 memory=5398620 CPUtime=17.55 cores=0,2,4,6
/proc/9518/task/9580/stat : 9580 (java) S 9515 9518 5667 0 -1 1077944384 59807 13251 0 0 1740 8 5 2 20 0 15 0 78265353 11113168896 1349655 33554432000 4194304 4196468 140732761991776 140270685472880 140271395801730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9581] ppid=9515 vsize=10852704 memory=3544 CPUtime=16.88 cores=0,2,4,6
/proc/9518/task/9581/stat : 9581 (java) S 9515 9518 5667 0 -1 1077944384 65057 13251 0 0 1669 12 5 2 20 0 15 0 78265353 11113168896 1349655 33554432000 4194304 4196468 140732761991776 140270684420080 140271395801730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9582] ppid=9515 vsize=10852704 memory=20524 CPUtime=4.69 cores=0,2,4,6
/proc/9518/task/9582/stat : 9582 (java) S 9515 9518 5667 0 -1 1077944384 50103 13251 0 0 453 9 5 2 20 0 15 0 78265353 11113168896 1349655 33554432000 4194304 4196468 140732761991776 140270683367792 140271395801730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9583] ppid=9515 vsize=10852704 memory=5398620 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9583/stat : 9583 (java) S 9515 9518 5667 0 -1 1077944384 3 13251 0 0 0 0 5 2 20 0 15 0 78265353 11113168896 1349655 33554432000 4194304 4196468 140732761991776 140269935479264 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9584] ppid=9515 vsize=10852704 memory=5398620 CPUtime=1.54 cores=0,2,4,6
/proc/9518/task/9584/stat : 9584 (java) S 9515 9518 5667 0 -1 1077944384 1355 13251 0 0 75 72 5 2 20 0 15 0 78265353 11113168896 1349655 33554432000 4194304 4196468 140732761991776 140270682315696 140271395801730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
Current children cumulated CPU time: 2509.29 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 5398620 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2393 s]*
/proc/loadavg: 2.31 2.05 1.96 3/216 9784
/proc/meminfo: memFree=16302012/32770624 swapFree=67077000/67108860
[pid=9518] ppid=9515 vsize=10852704 memory=5400672 CPUtime=2520.05 cores=0,2,4,6
/proc/9518/stat : 9518 (java) S 9515 9518 5667 0 -1 1077944320 882199 13251 0 0 251513 485 5 2 20 0 15 0 78265338 11113168896 1350168 33554432000 4194304 4196468 140732761991776 140732761974320 140271395790583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
/proc/9518/statm: 2713176 1350168 3539 1 0 2674829 0
[pid=9518/tid=9571] ppid=9515 vsize=10852704 memory=8112282956445269571 CPUtime=2362.88 cores=0,2,4,6
/proc/9518/task/9571/stat : 9571 (java) R 9515 9518 5667 0 -1 4202560 384234 13251 0 0 236191 90 5 2 20 0 15 0 78265347 11113168896 1350168 33554432000 4194304 4196468 140732761991776 140271367624576 140270984526056 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9572] ppid=9515 vsize=10852704 memory=4126316290023845779 CPUtime=29.07 cores=0,2,4,6
/proc/9518/task/9572/stat : 9572 (java) S 9515 9518 5667 0 -1 1077944384 61461 13251 0 0 2824 76 5 2 20 0 15 0 78265348 11113168896 1350168 33554432000 4194304 4196468 140732761991776 140271400032656 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9573] ppid=9515 vsize=10852704 memory=4126316290023845779 CPUtime=29.07 cores=0,2,4,6
/proc/9518/task/9573/stat : 9573 (java) S 9515 9518 5667 0 -1 1077944384 64082 13251 0 0 2827 73 5 2 20 0 15 0 78265348 11113168896 1350168 33554432000 4194304 4196468 140732761991776 140271288305936 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9574] ppid=9515 vsize=10852704 memory=15258134151170438 CPUtime=29.01 cores=0,2,4,6
/proc/9518/task/9574/stat : 9574 (java) S 9515 9518 5667 0 -1 1077944384 66478 13251 0 0 2821 73 5 2 20 0 15 0 78265348 11113168896 1350168 33554432000 4194304 4196468 140732761991776 140271287253648 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9575] ppid=9515 vsize=10852704 memory=3848 CPUtime=29.02 cores=0,2,4,6
/proc/9518/task/9575/stat : 9575 (java) S 9515 9518 5667 0 -1 1077944384 67019 13251 0 0 2817 78 5 2 20 0 15 0 78265348 11113168896 1350168 33554432000 4194304 4196468 140732761991776 140271286200848 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9576] ppid=9515 vsize=10852704 memory=2592 CPUtime=0.86 cores=0,2,4,6
/proc/9518/task/9576/stat : 9576 (java) S 9515 9518 5667 0 -1 1077944384 60352 13251 0 0 69 10 5 2 20 0 15 0 78265349 11113168896 1350168 33554432000 4194304 4196468 140732761991776 140270720084592 140271395801730 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9577] ppid=9515 vsize=10852704 memory=2604 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9577/stat : 9577 (java) S 9515 9518 5667 0 -1 1077944384 51 13251 0 0 0 0 5 2 20 0 15 0 78265350 11113168896 1350168 33554432000 4194304 4196468 140732761991776 140270719030624 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9578] ppid=9515 vsize=10852704 memory=4100 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9578/stat : 9578 (java) S 9515 9518 5667 0 -1 1077944384 2 13251 0 0 0 0 5 2 20 0 15 0 78265350 11113168896 1350168 33554432000 4194304 4196468 140732761991776 140270276437632 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9579] ppid=9515 vsize=10852704 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9579/stat : 9579 (java) S 9515 9518 5667 0 -1 1077944384 3 13251 0 0 0 0 5 2 20 0 15 0 78265353 11113168896 1350168 33554432000 4194304 4196468 140732761991776 140269969037904 140271395809179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9580] ppid=9515 vsize=10852704 memory=3204 CPUtime=17.55 cores=0,2,4,6
/proc/9518/task/9580/stat : 9580 (java) S 9515 9518 5667 0 -1 1077944384 59808 13251 0 0 1740 8 5 2 20 0 15 0 78265353 11113168896 1350168 33554432000 4194304 4196468 140732761991776 140270685472880 140271395801730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9581] ppid=9515 vsize=10852704 memory=3494160 CPUtime=16.88 cores=0,2,4,6
/proc/9518/task/9581/stat : 9581 (java) S 9515 9518 5667 0 -1 1077944384 65057 13251 0 0 1669 12 5 2 20 0 15 0 78265353 11113168896 1350168 33554432000 4194304 4196468 140732761991776 140270684420080 140271395801730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9582] ppid=9515 vsize=10852704 memory=1404 CPUtime=4.69 cores=0,2,4,6
/proc/9518/task/9582/stat : 9582 (java) S 9515 9518 5667 0 -1 1077944384 50103 13251 0 0 453 9 5 2 20 0 15 0 78265353 11113168896 1350168 33554432000 4194304 4196468 140732761991776 140270683367792 140271395801730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9583] ppid=9515 vsize=10852704 memory=3224 CPUtime=0.07 cores=0,2,4,6
/proc/9518/task/9583/stat : 9583 (java) S 9515 9518 5667 0 -1 1077944384 3 13251 0 0 0 0 5 2 20 0 15 0 78265353 11113168896 1350168 33554432000 4194304 4196468 140732761991776 140269935479264 140271395800789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
[pid=9518/tid=9584] ppid=9515 vsize=10852704 memory=5398620 CPUtime=1.54 cores=0,2,4,6
/proc/9518/task/9584/stat : 9584 (java) S 9515 9518 5667 0 -1 1077944384 1359 13251 0 0 75 72 5 2 20 0 15 0 78265353 11113168896 1350168 33554432000 4194304 4196468 140732761991776 140270682315696 140271395801730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30220288 140732761999532 140732762002780 140732762002780 140732762005455 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 5400672 KiB

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

[startup+2393.07 s]
# the end of solver process 9518 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.21 s, system=4.924 s

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

Child status: 143
Real time (s): 2393.07
CPU time (s): 2520.13
CPU user time (s): 2515.21
CPU system time (s): 4.924
CPU usage (%): 105.31
Max. virtual memory (cumulated for all children) (KiB): 10852704
Max. memory (cumulated for all children) (KiB): 5562724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.21
system time used= 4.924
maximum resident set size= 5562724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 899998
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 74119
involuntary context switches= 3755


# summary of solver processes directly reported to runsolver:
#   pid: 9518
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2515.21
#   total CPU system time (s): 4.924

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.26 second user time and 21.6746 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-26 14:10:22
IDJOB=4296023
IDBENCH=141638
IDSOLVER=2751
FILE ID=node102/4296023-1532607022
RUNJOBID= node102-1532594593-7268
PBS_JOBID= 21021970
Free space on /tmp= 52720 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m2-2-2_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4296023-1532607022/watcher-4296023-1532607022 -o /tmp/evaluation-result-4296023-1532607022/solver-4296023-1532607022 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532594593-7268 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=948488000 -superng HOME/instance-4296023-1532607022.xml

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

MD5SUM BENCH= cdfe3d0465f921b63e12edf2a82a40f3
RANDOM SEED=948488000

node102.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.51
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.51
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.51
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.51
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:        22297692 kB
MemAvailable:   30044356 kB
Buffers:          191076 kB
Cached:          7792088 kB
SwapCached:         5304 kB
Active:          3271724 kB
Inactive:        6659964 kB
Active(anon):    1920176 kB
Inactive(anon):    53648 kB
Active(file):    1351548 kB
Inactive(file):  6606316 kB
Unevictable:        6616 kB
Mlocked:            6616 kB
SwapTotal:      67108860 kB
SwapFree:       67076992 kB
Dirty:             28184 kB
Writeback:             0 kB
AnonPages:       1962968 kB
Mapped:            46948 kB
Shmem:             21924 kB
Slab:             236900 kB
SReclaimable:     209272 kB
SUnreclaim:        27628 kB
KernelStack:        3808 kB
PageTables:         9032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3370204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1701888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52692 MiB
End job on node102 at 2018-07-26 14:50:15