Trace number 4292830

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13? (TO) 2520.09 2498.03

General information on the benchmark

NameColouredQueens/
ColouredQueens-13_c18.xml
MD5SUM3785e9b0b2758b612fcaaefab5873f44
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 variables169
Number of constraints72
Number of domains1
Minimum domain size13
Maximum domain size13
Distribution of domain sizes[{"size":13,"count":169}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":165}]
Minimum constraint arity2
Maximum constraint arity13
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":4},{"arity":13,"count":28}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":72}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292830-1532295772/watcher-4292830-1532295772 -o /tmp/evaluation-result-4292830-1532295772/solver-4292830-1532295772 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532295772-9832 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1663092835 -superng HOME/instance-4292830-1532295772.xml 

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

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

solver pid=9861, runsolver pid=9854

[startup+0.100091 s]*
/proc/loadavg: 1.01 1.23 1.36 4/198 9974
/proc/meminfo: memFree=18090764/32770624 swapFree=67108860/67108860
[pid=9861] ppid=9854 vsize=9972712 memory=14900 CPUtime=0.09 cores=1,3,5,7
/proc/9861/stat : 9861 (java) S 9854 9861 9800 0 -1 1077944320 4356 12890 0 0 1 0 5 3 20 0 6 0 47140094 10212057088 3725 33554432000 4194304 4196468 140730077847680 140730077830224 140004386303735 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
/proc/9861/statm: 2493178 3725 1934 1 0 2481616 0
[pid=9861/tid=9966] ppid=9854 vsize=9972712 memory=8514701219931451533 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9966/stat : 9966 (java) R 9854 9861 9800 0 -1 4202560 2196 12890 0 0 0 0 5 3 20 0 6 0 47140103 10212057088 3725 33554432000 4194304 4196468 140730077847680 140004358139592 140004386325661 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9968] ppid=9854 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9968/stat : 9968 (java) S 9854 9861 9800 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 6 0 47140104 10212057088 3725 33554432000 4194304 4196468 140730077847680 140004390545936 140004386313941 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9970] ppid=9854 vsize=9972712 memory=140514399704704 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9970/stat : 9970 (java) S 9854 9861 9800 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 6 0 47140104 10212057088 3725 33554432000 4194304 4196468 140730077847680 140003959474832 140004386313941 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9972] ppid=9854 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9972/stat : 9972 (java) S 9854 9861 9800 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 6 0 47140104 10212057088 3725 33554432000 4194304 4196468 140730077847680 140003958421776 140004386313941 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9974] ppid=9854 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9974/stat : 9974 (java) S 9854 9861 9800 0 -1 1077944384 2 12890 0 0 0 0 5 3 20 0 6 0 47140104 10212057088 3725 33554432000 4194304 4196468 140730077847680 140003957369232 140004386313941 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14900 KiB

[startup+0.209795 s]*
/proc/loadavg: 1.01 1.23 1.36 4/216 9992
/proc/meminfo: memFree=18046796/32770624 swapFree=67108860/67108860
[pid=9861] ppid=9854 vsize=10818904 memory=40676 CPUtime=0.26 cores=1,3,5,7
/proc/9861/stat : 9861 (java) S 9854 9861 9800 0 -1 1077944320 8418 12890 0 0 16 2 5 3 20 0 15 0 47140094 11078557696 10169 33554432000 4194304 4196468 140730077847680 140730077830224 140004386303735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
/proc/9861/statm: 2704726 10169 2974 1 0 2667149 0
[pid=9861/tid=9966] ppid=9854 vsize=10818904 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/9861/task/9966/stat : 9966 (java) R 9854 9861 9800 0 -1 4202560 4990 12890 0 0 10 1 5 3 20 0 15 0 47140103 11078557696 10169 33554432000 4194304 4196468 140730077847680 140004358081696 140004370384222 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9968] ppid=9854 vsize=10818904 memory=343 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9968/stat : 9968 (java) S 9854 9861 9800 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 47140104 11078557696 10169 33554432000 4194304 4196468 140730077847680 140004390545936 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9970] ppid=9854 vsize=10818904 memory=140514399714815 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9970/stat : 9970 (java) S 9854 9861 9800 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 47140104 11078557696 10169 33554432000 4194304 4196468 140730077847680 140003959474832 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9972] ppid=9854 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9972/stat : 9972 (java) S 9854 9861 9800 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 47140104 11078557696 10169 33554432000 4194304 4196468 140730077847680 140003958421776 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9974] ppid=9854 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9974/stat : 9974 (java) S 9854 9861 9800 0 -1 1077944384 2 12890 0 0 0 0 5 3 20 0 15 0 47140104 11078557696 10169 33554432000 4194304 4196468 140730077847680 140003957369232 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9975] ppid=9854 vsize=10818904 memory=140514399704704 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9975/stat : 9975 (java) S 9854 9861 9800 0 -1 1077944384 2 12890 0 0 0 0 5 3 20 0 15 0 47140105 11078557696 10169 33554432000 4194304 4196468 140730077847680 140003845692144 140004386314882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9977] ppid=9854 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9977/stat : 9977 (java) S 9854 9861 9800 0 -1 1077944384 33 12890 0 0 0 0 5 3 20 0 15 0 47140106 11078557696 10169 33554432000 4194304 4196468 140730077847680 140003844638368 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9979] ppid=9854 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9979/stat : 9979 (java) S 9854 9861 9800 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 47140106 11078557696 10169 33554432000 4194304 4196468 140730077847680 140003250267376 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9982] ppid=9854 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9982/stat : 9982 (java) S 9854 9861 9800 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 47140109 11078557696 10169 33554432000 4194304 4196468 140730077847680 140002942867920 140004386322331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9985] ppid=9854 vsize=10818904 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9861/task/9985/stat : 9985 (java) S 9854 9861 9800 0 -1 1077944384 528 12890 0 0 1 0 5 3 20 0 15 0 47140109 11078557696 10169 33554432000 4194304 4196468 140730077847680 140003811080432 140004386314882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9987] ppid=9854 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9987/stat : 9987 (java) S 9854 9861 9800 0 -1 1077944384 55 12890 0 0 0 0 5 3 20 0 15 0 47140109 11078590464 10169 33554432000 4194304 4196468 140730077847680 140003810027888 140004386314882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9988] ppid=9854 vsize=10818936 memory=140514399704704 CPUtime=0.11 cores=1,3,5,7
/proc/9861/task/9988/stat : 9988 (java) S 9854 9861 9800 0 -1 1077944384 614 12890 0 0 3 0 5 3 20 0 15 0 47140109 11078590464 10169 33554432000 4194304 4196468 140730077847680 140003808974832 140004386314882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9990] ppid=9854 vsize=10819896 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9990/stat : 9990 (java) S 9854 9861 9800 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 47140109 11079573504 10169 33554432000 4194304 4196468 140730077847680 140002909309280 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9992] ppid=9854 vsize=10819896 memory=140514399704704 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9992/stat : 9992 (java) S 9854 9861 9800 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 47140109 11079573504 10235 33554432000 4194304 4196468 140730077847680 140003807923248 140004386314882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 40676 KiB

[startup+0.310038 s]*
/proc/loadavg: 1.01 1.23 1.36 4/216 9992
/proc/meminfo: memFree=18023244/32770624 swapFree=67108860/67108860
[pid=9861] ppid=9854 vsize=10819352 memory=51360 CPUtime=0.39 cores=1,3,5,7
/proc/9861/stat : 9861 (java) S 9854 9861 9800 0 -1 1077944320 10947 12890 0 0 28 3 5 3 20 0 15 0 47140094 11079016448 12840 33554432000 4194304 4196468 140730077847680 140730077830224 140004386303735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
/proc/9861/statm: 2704838 12840 3093 1 0 2667149 0
[pid=9861/tid=9966] ppid=9854 vsize=10819352 memory=8112282956445269571 CPUtime=0.29 cores=1,3,5,7
/proc/9861/task/9966/stat : 9966 (java) R 9854 9861 9800 0 -1 4202560 7482 12890 0 0 19 2 5 3 20 0 15 0 47140103 11079016448 12840 33554432000 4194304 4196468 140730077847680 140004358115744 140004370384222 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9968] ppid=9854 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9968/stat : 9968 (java) S 9854 9861 9800 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 47140104 11079016448 12840 33554432000 4194304 4196468 140730077847680 140004390545936 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9970] ppid=9854 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9970/stat : 9970 (java) S 9854 9861 9800 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 47140104 11079016448 12840 33554432000 4194304 4196468 140730077847680 140003959474832 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9972] ppid=9854 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9972/stat : 9972 (java) S 9854 9861 9800 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 47140104 11079016448 12840 33554432000 4194304 4196468 140730077847680 140003958421776 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9974] ppid=9854 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9974/stat : 9974 (java) S 9854 9861 9800 0 -1 1077944384 2 12890 0 0 0 0 5 3 20 0 15 0 47140104 11079016448 12840 33554432000 4194304 4196468 140730077847680 140003957369232 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9975] ppid=9854 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9975/stat : 9975 (java) S 9854 9861 9800 0 -1 1077944384 2 12890 0 0 0 0 5 3 20 0 15 0 47140105 11079016448 12840 33554432000 4194304 4196468 140730077847680 140003845692144 140004386314882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9977] ppid=9854 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9977/stat : 9977 (java) S 9854 9861 9800 0 -1 1077944384 33 12890 0 0 0 0 5 3 20 0 15 0 47140106 11079016448 12840 33554432000 4194304 4196468 140730077847680 140003844638368 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9979] ppid=9854 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9979/stat : 9979 (java) S 9854 9861 9800 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 47140106 11079016448 12840 33554432000 4194304 4196468 140730077847680 140003250267376 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9982] ppid=9854 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9982/stat : 9982 (java) S 9854 9861 9800 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 47140109 11079016448 12840 33554432000 4194304 4196468 140730077847680 140002942867920 140004386322331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9985] ppid=9854 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9861/task/9985/stat : 9985 (java) S 9854 9861 9800 0 -1 1077944384 532 12890 0 0 1 0 5 3 20 0 15 0 47140109 11079016448 12840 33554432000 4194304 4196468 140730077847680 140003811080432 140004386314882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9987] ppid=9854 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/9861/task/9987/stat : 9987 (java) S 9854 9861 9800 0 -1 1077944384 59 12890 0 0 1 0 5 3 20 0 15 0 47140109 11079016448 12840 33554432000 4194304 4196468 140730077847680 140003810027888 140004386314882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9988] ppid=9854 vsize=10819352 memory=140514399704704 CPUtime=0.12 cores=1,3,5,7
/proc/9861/task/9988/stat : 9988 (java) R 9854 9861 9800 0 -1 1077944384 644 12890 0 0 4 0 5 3 20 0 15 0 47140109 11079016448 12840 33554432000 4194304 4196468 140730077847680 140003808974832 140004386314882 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9990] ppid=9854 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9990/stat : 9990 (java) S 9854 9861 9800 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 47140109 11079016448 12840 33554432000 4194304 4196468 140730077847680 140002909309280 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9992] ppid=9854 vsize=10819352 memory=140514399704704 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9992/stat : 9992 (java) S 9854 9861 9800 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 47140109 11079016448 12840 33554432000 4194304 4196468 140730077847680 140003807923248 140004386314882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 51360 KiB

[startup+0.700815 s]
/proc/loadavg: 1.01 1.23 1.36 4/216 9992
/proc/meminfo: memFree=18000420/32770624 swapFree=67108860/67108860
[pid=9861] ppid=9854 vsize=10819352 memory=83952 CPUtime=0.99 cores=1,3,5,7
/proc/9861/stat : 9861 (java) S 9854 9861 9800 0 -1 1077944320 17187 12890 0 0 87 4 5 3 20 0 15 0 47140094 11079016448 20988 33554432000 4194304 4196468 140730077847680 140730077830224 140004386303735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
/proc/9861/statm: 2704838 20988 3237 1 0 2667149 0
[pid=9861/tid=9966] ppid=9854 vsize=10819352 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/9861/task/9966/stat : 9966 (java) R 9854 9861 9800 0 -1 4202560 12534 12890 0 0 56 3 5 3 20 0 15 0 47140103 11079016448 20988 33554432000 4194304 4196468 140730077847680 140004358124024 140004370384222 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9968] ppid=9854 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9968/stat : 9968 (java) S 9854 9861 9800 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 47140104 11079016448 20988 33554432000 4194304 4196468 140730077847680 140004390545936 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9970] ppid=9854 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9970/stat : 9970 (java) S 9854 9861 9800 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 47140104 11079016448 20988 33554432000 4194304 4196468 140730077847680 140003959474832 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9972] ppid=9854 vsize=10819352 memory=32804 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9972/stat : 9972 (java) S 9854 9861 9800 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 47140104 11079016448 20988 33554432000 4194304 4196468 140730077847680 140003958421776 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9974] ppid=9854 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9974/stat : 9974 (java) S 9854 9861 9800 0 -1 1077944384 2 12890 0 0 0 0 5 3 20 0 15 0 47140104 11079016448 20988 33554432000 4194304 4196468 140730077847680 140003957369232 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9975] ppid=9854 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9975/stat : 9975 (java) S 9854 9861 9800 0 -1 1077944384 5 12890 0 0 0 0 5 3 20 0 15 0 47140105 11079016448 20988 33554432000 4194304 4196468 140730077847680 140003845692144 140004386314882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9977] ppid=9854 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9977/stat : 9977 (java) S 9854 9861 9800 0 -1 1077944384 33 12890 0 0 0 0 5 3 20 0 15 0 47140106 11079016448 20988 33554432000 4194304 4196468 140730077847680 140003844638368 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9979] ppid=9854 vsize=10819352 memory=140514284417808 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9979/stat : 9979 (java) S 9854 9861 9800 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 47140106 11079016448 20988 33554432000 4194304 4196468 140730077847680 140003250267376 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9982] ppid=9854 vsize=10819352 memory=140518445023825 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9982/stat : 9982 (java) S 9854 9861 9800 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 47140109 11079016448 20988 33554432000 4194304 4196468 140730077847680 140002942867920 140004386322331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9985] ppid=9854 vsize=10819352 memory=14004 CPUtime=0.15 cores=1,3,5,7
/proc/9861/task/9985/stat : 9985 (java) S 9854 9861 9800 0 -1 1077944384 915 12890 0 0 7 0 5 3 20 0 15 0 47140109 11079016448 20988 33554432000 4194304 4196468 140730077847680 140003811080432 140004386314882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9987] ppid=9854 vsize=10819352 memory=4639098309541127269 CPUtime=0.17 cores=1,3,5,7
/proc/9861/task/9987/stat : 9987 (java) S 9854 9861 9800 0 -1 1077944384 679 12890 0 0 9 0 5 3 20 0 15 0 47140109 11079016448 20988 33554432000 4194304 4196468 140730077847680 140003810027888 140004386314882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9988] ppid=9854 vsize=10819352 memory=7813023418146120529 CPUtime=0.21 cores=1,3,5,7
/proc/9861/task/9988/stat : 9988 (java) S 9854 9861 9800 0 -1 1077944384 821 12890 0 0 13 0 5 3 20 0 15 0 47140109 11079016448 20988 33554432000 4194304 4196468 140730077847680 140003808974832 140004386314882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9990] ppid=9854 vsize=10819352 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9990/stat : 9990 (java) S 9854 9861 9800 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 47140109 11079016448 20988 33554432000 4194304 4196468 140730077847680 140002909309280 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9992] ppid=9854 vsize=10819352 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9992/stat : 9992 (java) S 9854 9861 9800 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 47140109 11079016448 20988 33554432000 4194304 4196468 140730077847680 140003807923248 140004386314882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 83952 KiB

[startup+1.50065 s]
/proc/loadavg: 1.01 1.23 1.36 4/216 9992
/proc/meminfo: memFree=17908220/32770624 swapFree=67108860/67108860
[pid=9861] ppid=9854 vsize=10834252 memory=176160 CPUtime=2.29 cores=1,3,5,7
/proc/9861/stat : 9861 (java) S 9854 9861 9800 0 -1 1077944320 24604 12890 0 0 211 10 5 3 20 0 15 0 47140094 11094274048 44040 33554432000 4194304 4196468 140730077847680 140730077830224 140004386303735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
/proc/9861/statm: 2708563 44040 3469 1 0 2670221 0
[pid=9861/tid=9966] ppid=9854 vsize=10834252 memory=12848 CPUtime=1.43 cores=1,3,5,7
/proc/9861/task/9966/stat : 9966 (java) R 9854 9861 9800 0 -1 4202560 18126 12890 0 0 129 6 5 3 20 0 15 0 47140103 11094274048 44040 33554432000 4194304 4196468 140730077847680 140004358135744 140004367867310 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9968] ppid=9854 vsize=10834252 memory=8112282956445269571 CPUtime=0.09 cores=1,3,5,7
/proc/9861/task/9968/stat : 9968 (java) S 9854 9861 9800 0 -1 1077944384 196 12890 0 0 1 0 5 3 20 0 15 0 47140104 11094274048 44040 33554432000 4194304 4196468 140730077847680 140004390545936 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9970] ppid=9854 vsize=10834252 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9970/stat : 9970 (java) S 9854 9861 9800 0 -1 1077944384 22 12890 0 0 0 0 5 3 20 0 15 0 47140104 11094274048 44040 33554432000 4194304 4196468 140730077847680 140003959474832 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9972] ppid=9854 vsize=10834252 memory=1408 CPUtime=0.09 cores=1,3,5,7
/proc/9861/task/9972/stat : 9972 (java) S 9854 9861 9800 0 -1 1077944384 32 12890 0 0 1 0 5 3 20 0 15 0 47140104 11094274048 44040 33554432000 4194304 4196468 140730077847680 140003958421776 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9974] ppid=9854 vsize=10834252 memory=83952 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9974/stat : 9974 (java) S 9854 9861 9800 0 -1 1077944384 64 12890 0 0 0 0 5 3 20 0 15 0 47140104 11094274048 44040 33554432000 4194304 4196468 140730077847680 140003957369232 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9975] ppid=9854 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9861/task/9975/stat : 9975 (java) S 9854 9861 9800 0 -1 1077944384 157 12890 0 0 1 0 5 3 20 0 15 0 47140105 11094274048 44040 33554432000 4194304 4196468 140730077847680 140003845692144 140004386314882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9977] ppid=9854 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9977/stat : 9977 (java) S 9854 9861 9800 0 -1 1077944384 33 12890 0 0 0 0 5 3 20 0 15 0 47140106 11094274048 44040 33554432000 4194304 4196468 140730077847680 140003844638432 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9979] ppid=9854 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9979/stat : 9979 (java) S 9854 9861 9800 0 -1 1077944384 2 12890 0 0 0 0 5 3 20 0 15 0 47140106 11094274048 44040 33554432000 4194304 4196468 140730077847680 140003250267376 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9982] ppid=9854 vsize=10834252 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9982/stat : 9982 (java) S 9854 9861 9800 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 47140109 11094274048 44040 33554432000 4194304 4196468 140730077847680 140002942867920 140004386322331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9985] ppid=9854 vsize=10834252 memory=6935649255759568960 CPUtime=0.27 cores=1,3,5,7
/proc/9861/task/9985/stat : 9985 (java) S 9854 9861 9800 0 -1 1077944384 1114 12890 0 0 19 0 5 3 20 0 15 0 47140109 11094274048 44040 33554432000 4194304 4196468 140730077847680 140003811080432 140004386314882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9987] ppid=9854 vsize=10834252 memory=281028569111456 CPUtime=0.31 cores=1,3,5,7
/proc/9861/task/9987/stat : 9987 (java) S 9854 9861 9800 0 -1 1077944384 1148 12890 0 0 23 0 5 3 20 0 15 0 47140109 11094274048 44040 33554432000 4194304 4196468 140730077847680 140003810027888 140004386314882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9988] ppid=9854 vsize=10834252 memory=6944656592452938395 CPUtime=0.4 cores=1,3,5,7
/proc/9861/task/9988/stat : 9988 (java) S 9854 9861 9800 0 -1 1077944384 1515 12890 0 0 32 0 5 3 20 0 15 0 47140109 11094274048 44040 33554432000 4194304 4196468 140730077847680 140003808974832 140004386314882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9990] ppid=9854 vsize=10834252 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9990/stat : 9990 (java) S 9854 9861 9800 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 47140109 11094274048 44040 33554432000 4194304 4196468 140730077847680 140002909309280 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9992] ppid=9854 vsize=10834252 memory=4206468019014099040 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9992/stat : 9992 (java) S 9854 9861 9800 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 47140109 11094274048 44040 33554432000 4194304 4196468 140730077847680 140003807923248 140004386314882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10834252 KiB

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

/proc/9861/task/9966/stat : 9966 (java) R 9854 9861 9800 0 -1 4202560 75267 12890 0 0 231472 25 5 3 20 0 15 0 47140103 11176083456 93218 33554432000 4194304 4196468 140730077847680 140004358138352 140004004244348 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9968] ppid=9854 vsize=10914144 memory=372872 CPUtime=3.84 cores=1,3,5,7
/proc/9861/task/9968/stat : 9968 (java) S 9854 9861 9800 0 -1 1077944384 12585 12890 0 0 345 31 5 3 20 0 15 0 47140104 11176083456 93218 33554432000 4194304 4196468 140730077847680 140004390545936 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9970] ppid=9854 vsize=10914144 memory=372872 CPUtime=3.85 cores=1,3,5,7
/proc/9861/task/9970/stat : 9970 (java) S 9854 9861 9800 0 -1 1077944384 6925 12890 0 0 345 32 5 3 20 0 15 0 47140104 11176083456 93218 33554432000 4194304 4196468 140730077847680 140003959474832 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9972] ppid=9854 vsize=10914144 memory=372872 CPUtime=3.83 cores=1,3,5,7
/proc/9861/task/9972/stat : 9972 (java) S 9854 9861 9800 0 -1 1077944384 9352 12890 0 0 341 34 5 3 20 0 15 0 47140104 11176083456 93218 33554432000 4194304 4196468 140730077847680 140003958421776 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9974] ppid=9854 vsize=10914144 memory=372872 CPUtime=3.83 cores=1,3,5,7
/proc/9861/task/9974/stat : 9974 (java) S 9854 9861 9800 0 -1 1077944384 8011 12890 0 0 345 30 5 3 20 0 15 0 47140104 11176083456 93218 33554432000 4194304 4196468 140730077847680 140003957369232 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9975] ppid=9854 vsize=10914144 memory=372872 CPUtime=2.72 cores=1,3,5,7
/proc/9861/task/9975/stat : 9975 (java) S 9854 9861 9800 0 -1 1077944384 9799 12890 0 0 244 20 5 3 20 0 15 0 47140105 11176083456 93218 33554432000 4194304 4196468 140730077847680 140003845692144 140004386314882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9977] ppid=9854 vsize=10914144 memory=372872 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9977/stat : 9977 (java) S 9854 9861 9800 0 -1 1077944384 40 12890 0 0 0 0 5 3 20 0 15 0 47140106 11176083456 93218 33554432000 4194304 4196468 140730077847680 140003844638432 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9979] ppid=9854 vsize=10914144 memory=372872 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9979/stat : 9979 (java) S 9854 9861 9800 0 -1 1077944384 6 12890 0 0 0 0 5 3 20 0 15 0 47140106 11176083456 93218 33554432000 4194304 4196468 140730077847680 140003250267392 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9982] ppid=9854 vsize=10914144 memory=372872 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9982/stat : 9982 (java) S 9854 9861 9800 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 47140109 11176083456 93218 33554432000 4194304 4196468 140730077847680 140002942867920 140004386322331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9985] ppid=9854 vsize=10914144 memory=372872 CPUtime=3.8 cores=1,3,5,7
/proc/9861/task/9985/stat : 9985 (java) S 9854 9861 9800 0 -1 1077944384 23047 12890 0 0 369 3 5 3 20 0 15 0 47140109 11176083456 93218 33554432000 4194304 4196468 140730077847680 140003811080432 140004386314882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9987] ppid=9854 vsize=10914144 memory=372872 CPUtime=4.05 cores=1,3,5,7
/proc/9861/task/9987/stat : 9987 (java) S 9854 9861 9800 0 -1 1077944384 20649 12890 0 0 394 3 5 3 20 0 15 0 47140109 11176083456 93218 33554432000 4194304 4196468 140730077847680 140003810027888 140004386314882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9988] ppid=9854 vsize=10914144 memory=372872 CPUtime=1.8 cores=1,3,5,7
/proc/9861/task/9988/stat : 9988 (java) S 9854 9861 9800 0 -1 1077944384 25810 12890 0 0 167 5 5 3 20 0 15 0 47140109 11176083456 93218 33554432000 4194304 4196468 140730077847680 140003808974832 140004386314882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9990] ppid=9854 vsize=10914144 memory=372872 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9990/stat : 9990 (java) S 9854 9861 9800 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 47140109 11176083456 93218 33554432000 4194304 4196468 140730077847680 140002909309280 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9992] ppid=9854 vsize=10914144 memory=372872 CPUtime=1.28 cores=1,3,5,7
/proc/9861/task/9992/stat : 9992 (java) S 9854 9861 9800 0 -1 1077944384 1223 12890 0 0 58 62 5 3 20 0 15 0 47140109 11176083456 93218 33554432000 4194304 4196468 140730077847680 140003807923248 140004386314882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
Current children cumulated CPU time: 2343.44 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 372872 KiB

[startup+2382.3 s]
/proc/loadavg: 1.16 1.26 1.32 4/215 10104
/proc/meminfo: memFree=17357320/32770624 swapFree=67108860/67108860
[pid=9861] ppid=9854 vsize=10914144 memory=368248 CPUtime=2403.77 cores=1,3,5,7
/proc/9861/stat : 9861 (java) S 9854 9861 9800 0 -1 1077944320 196641 12890 0 0 240149 220 5 3 20 0 15 0 47140094 11176083456 92062 33554432000 4194304 4196468 140730077847680 140730077830224 140004386303735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
/proc/9861/statm: 2728536 92062 3525 1 0 2690189 0
[pid=9861/tid=9966] ppid=9854 vsize=10914144 memory=368248 CPUtime=2374.85 cores=1,3,5,7
/proc/9861/task/9966/stat : 9966 (java) R 9854 9861 9800 0 -1 4202560 75968 12890 0 0 237452 25 5 3 20 0 15 0 47140103 11176083456 92062 33554432000 4194304 4196468 140730077847680 140004358137648 140004005787983 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9968] ppid=9854 vsize=10914144 memory=8112282956445269571 CPUtime=3.94 cores=1,3,5,7
/proc/9861/task/9968/stat : 9968 (java) S 9854 9861 9800 0 -1 1077944384 12862 12890 0 0 354 32 5 3 20 0 15 0 47140104 11176083456 92062 33554432000 4194304 4196468 140730077847680 140004390545936 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9970] ppid=9854 vsize=10914144 memory=368248 CPUtime=3.94 cores=1,3,5,7
/proc/9861/task/9970/stat : 9970 (java) S 9854 9861 9800 0 -1 1077944384 7074 12890 0 0 354 32 5 3 20 0 15 0 47140104 11176083456 92062 33554432000 4194304 4196468 140730077847680 140003959474832 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9972] ppid=9854 vsize=10914144 memory=371844 CPUtime=3.93 cores=1,3,5,7
/proc/9861/task/9972/stat : 9972 (java) S 9854 9861 9800 0 -1 1077944384 9371 12890 0 0 350 35 5 3 20 0 15 0 47140104 11176083456 92062 33554432000 4194304 4196468 140730077847680 140003958421776 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9974] ppid=9854 vsize=10914144 memory=368248 CPUtime=3.94 cores=1,3,5,7
/proc/9861/task/9974/stat : 9974 (java) S 9854 9861 9800 0 -1 1077944384 8040 12890 0 0 355 31 5 3 20 0 15 0 47140104 11176083456 92062 33554432000 4194304 4196468 140730077847680 140003957369232 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9975] ppid=9854 vsize=10914144 memory=368248 CPUtime=2.79 cores=1,3,5,7
/proc/9861/task/9975/stat : 9975 (java) S 9854 9861 9800 0 -1 1077944384 9921 12890 0 0 251 20 5 3 20 0 15 0 47140105 11176083456 92062 33554432000 4194304 4196468 140730077847680 140003845692144 140004386314882 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9977] ppid=9854 vsize=10914144 memory=368248 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9977/stat : 9977 (java) S 9854 9861 9800 0 -1 1077944384 40 12890 0 0 0 0 5 3 20 0 15 0 47140106 11176083456 92062 33554432000 4194304 4196468 140730077847680 140003844638432 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9979] ppid=9854 vsize=10914144 memory=368248 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9979/stat : 9979 (java) S 9854 9861 9800 0 -1 1077944384 6 12890 0 0 0 0 5 3 20 0 15 0 47140106 11176083456 92062 33554432000 4194304 4196468 140730077847680 140003250267392 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9982] ppid=9854 vsize=10914144 memory=368248 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9982/stat : 9982 (java) S 9854 9861 9800 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 47140109 11176083456 92062 33554432000 4194304 4196468 140730077847680 140002942867920 140004386322331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9985] ppid=9854 vsize=10914144 memory=368248 CPUtime=3.82 cores=1,3,5,7
/proc/9861/task/9985/stat : 9985 (java) S 9854 9861 9800 0 -1 1077944384 23187 12890 0 0 370 4 5 3 20 0 15 0 47140109 11176083456 92062 33554432000 4194304 4196468 140730077847680 140003811080432 140004386314882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9987] ppid=9854 vsize=10914144 memory=368248 CPUtime=4.06 cores=1,3,5,7
/proc/9861/task/9987/stat : 9987 (java) S 9854 9861 9800 0 -1 1077944384 20752 12890 0 0 395 3 5 3 20 0 15 0 47140109 11176083456 92062 33554432000 4194304 4196468 140730077847680 140003810027888 140004386314882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9988] ppid=9854 vsize=10914144 memory=368248 CPUtime=1.8 cores=1,3,5,7
/proc/9861/task/9988/stat : 9988 (java) S 9854 9861 9800 0 -1 1077944384 25995 12890 0 0 167 5 5 3 20 0 15 0 47140109 11176083456 92062 33554432000 4194304 4196468 140730077847680 140003808974832 140004386314882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9990] ppid=9854 vsize=10914144 memory=368248 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9990/stat : 9990 (java) S 9854 9861 9800 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 47140109 11176083456 92062 33554432000 4194304 4196468 140730077847680 140002909309280 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9992] ppid=9854 vsize=10914144 memory=4140 CPUtime=1.32 cores=1,3,5,7
/proc/9861/task/9992/stat : 9992 (java) S 9854 9861 9800 0 -1 1077944384 1231 12890 0 0 60 64 5 3 20 0 15 0 47140109 11176083456 92062 33554432000 4194304 4196468 140730077847680 140003807923248 140004386314882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
Current children cumulated CPU time: 2403.77 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 368248 KiB

[startup+2442.3 s]
/proc/loadavg: 1.38 1.29 1.33 4/215 10105
/proc/meminfo: memFree=17357748/32770624 swapFree=67108860/67108860
[pid=9861] ppid=9854 vsize=10914144 memory=368260 CPUtime=2464.07 cores=1,3,5,7
/proc/9861/stat : 9861 (java) S 9854 9861 9800 0 -1 1077944320 197070 12890 0 0 246176 223 5 3 20 0 15 0 47140094 11176083456 92065 33554432000 4194304 4196468 140730077847680 140730077830224 140004386303735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
/proc/9861/statm: 2728536 92065 3525 1 0 2690189 0
[pid=9861/tid=9966] ppid=9854 vsize=10914144 memory=368260 CPUtime=2434.66 cores=1,3,5,7
/proc/9861/task/9966/stat : 9966 (java) R 9854 9861 9800 0 -1 4202560 76270 12890 0 0 243433 25 5 3 20 0 15 0 47140103 11176083456 92065 33554432000 4194304 4196468 140730077847680 140004358137392 140004004244348 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9968] ppid=9854 vsize=10914144 memory=368248 CPUtime=4.03 cores=1,3,5,7
/proc/9861/task/9968/stat : 9968 (java) S 9854 9861 9800 0 -1 1077944384 12886 12890 0 0 363 32 5 3 20 0 15 0 47140104 11176083456 92065 33554432000 4194304 4196468 140730077847680 140004390545936 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9970] ppid=9854 vsize=10914144 memory=368260 CPUtime=4.04 cores=1,3,5,7
/proc/9861/task/9970/stat : 9970 (java) S 9854 9861 9800 0 -1 1077944384 7086 12890 0 0 363 33 5 3 20 0 15 0 47140104 11176083456 92065 33554432000 4194304 4196468 140730077847680 140003959474832 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9972] ppid=9854 vsize=10914144 memory=368260 CPUtime=4.03 cores=1,3,5,7
/proc/9861/task/9972/stat : 9972 (java) S 9854 9861 9800 0 -1 1077944384 9381 12890 0 0 359 36 5 3 20 0 15 0 47140104 11176083456 92065 33554432000 4194304 4196468 140730077847680 140003958421776 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9974] ppid=9854 vsize=10914144 memory=368248 CPUtime=4.03 cores=1,3,5,7
/proc/9861/task/9974/stat : 9974 (java) S 9854 9861 9800 0 -1 1077944384 8063 12890 0 0 364 31 5 3 20 0 15 0 47140104 11176083456 92065 33554432000 4194304 4196468 140730077847680 140003957369232 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9975] ppid=9854 vsize=10914144 memory=368260 CPUtime=2.86 cores=1,3,5,7
/proc/9861/task/9975/stat : 9975 (java) S 9854 9861 9800 0 -1 1077944384 9964 12890 0 0 258 20 5 3 20 0 15 0 47140105 11176083456 92065 33554432000 4194304 4196468 140730077847680 140003845692144 140004386314882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9977] ppid=9854 vsize=10914144 memory=368260 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9977/stat : 9977 (java) S 9854 9861 9800 0 -1 1077944384 40 12890 0 0 0 0 5 3 20 0 15 0 47140106 11176083456 92065 33554432000 4194304 4196468 140730077847680 140003844638432 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9979] ppid=9854 vsize=10914144 memory=368260 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9979/stat : 9979 (java) S 9854 9861 9800 0 -1 1077944384 6 12890 0 0 0 0 5 3 20 0 15 0 47140106 11176083456 92065 33554432000 4194304 4196468 140730077847680 140003250267392 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9982] ppid=9854 vsize=10914144 memory=368260 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9982/stat : 9982 (java) S 9854 9861 9800 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 47140109 11176083456 92065 33554432000 4194304 4196468 140730077847680 140002942867920 140004386322331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9985] ppid=9854 vsize=10914144 memory=368260 CPUtime=3.82 cores=1,3,5,7
/proc/9861/task/9985/stat : 9985 (java) S 9854 9861 9800 0 -1 1077944384 23187 12890 0 0 370 4 5 3 20 0 15 0 47140109 11176083456 92065 33554432000 4194304 4196468 140730077847680 140003811080432 140004386314882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9987] ppid=9854 vsize=10914144 memory=368260 CPUtime=4.06 cores=1,3,5,7
/proc/9861/task/9987/stat : 9987 (java) S 9854 9861 9800 0 -1 1077944384 20752 12890 0 0 395 3 5 3 20 0 15 0 47140109 11176083456 92065 33554432000 4194304 4196468 140730077847680 140003810027888 140004386314882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9988] ppid=9854 vsize=10914144 memory=368260 CPUtime=1.8 cores=1,3,5,7
/proc/9861/task/9988/stat : 9988 (java) S 9854 9861 9800 0 -1 1077944384 25995 12890 0 0 167 5 5 3 20 0 15 0 47140109 11176083456 92065 33554432000 4194304 4196468 140730077847680 140003808974832 140004386314882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9990] ppid=9854 vsize=10914144 memory=368260 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9990/stat : 9990 (java) S 9854 9861 9800 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 47140109 11176083456 92065 33554432000 4194304 4196468 140730077847680 140002909309280 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9992] ppid=9854 vsize=10914144 memory=1408 CPUtime=1.35 cores=1,3,5,7
/proc/9861/task/9992/stat : 9992 (java) S 9854 9861 9800 0 -1 1077944384 1246 12890 0 0 61 66 5 3 20 0 15 0 47140109 11176083456 92065 33554432000 4194304 4196468 140730077847680 140003807923248 140004386314882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
Current children cumulated CPU time: 2464.07 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 368260 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2498 s]*
/proc/loadavg: 1.57 1.36 1.35 3/205 10128
/proc/meminfo: memFree=17737284/32770624 swapFree=67108860/67108860
[pid=9861] ppid=9854 vsize=10914144 memory=368260 CPUtime=2520.05 cores=1,3,5,7
/proc/9861/stat : 9861 (java) S 9854 9861 9800 0 -1 1077944320 198128 12890 0 0 251772 225 5 3 20 0 15 0 47140094 11176083456 92065 33554432000 4194304 4196468 140730077847680 140730077830224 140004386303735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
/proc/9861/statm: 2728536 92065 3525 1 0 2690189 0
[pid=9861/tid=9966] ppid=9854 vsize=10914144 memory=6791534058613427641 CPUtime=2490.2 cores=1,3,5,7
/proc/9861/task/9966/stat : 9966 (java) R 9854 9861 9800 0 -1 4202560 76709 12890 0 0 248987 25 5 3 20 0 15 0 47140103 11176083456 92065 33554432000 4194304 4196468 140730077847680 140004358137648 140004005033043 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9968] ppid=9854 vsize=10914144 memory=4126316290023845779 CPUtime=4.12 cores=1,3,5,7
/proc/9861/task/9968/stat : 9968 (java) S 9854 9861 9800 0 -1 1077944384 12907 12890 0 0 371 33 5 3 20 0 15 0 47140104 11176083456 92065 33554432000 4194304 4196468 140730077847680 140004390545936 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9970] ppid=9854 vsize=10914144 memory=5520 CPUtime=4.13 cores=1,3,5,7
/proc/9861/task/9970/stat : 9970 (java) S 9854 9861 9800 0 -1 1077944384 7374 12890 0 0 372 33 5 3 20 0 15 0 47140104 11176083456 92065 33554432000 4194304 4196468 140730077847680 140003959474832 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9972] ppid=9854 vsize=10914144 memory=288230574492221466 CPUtime=4.12 cores=1,3,5,7
/proc/9861/task/9972/stat : 9972 (java) S 9854 9861 9800 0 -1 1077944384 9397 12890 0 0 368 36 5 3 20 0 15 0 47140104 11176083456 92065 33554432000 4194304 4196468 140730077847680 140003958421776 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9974] ppid=9854 vsize=10914144 memory=288230583166042425 CPUtime=4.12 cores=1,3,5,7
/proc/9861/task/9974/stat : 9974 (java) S 9854 9861 9800 0 -1 1077944384 8207 12890 0 0 373 31 5 3 20 0 15 0 47140104 11176083456 92065 33554432000 4194304 4196468 140730077847680 140003957369232 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9975] ppid=9854 vsize=10914144 memory=13846365516073407 CPUtime=2.92 cores=1,3,5,7
/proc/9861/task/9975/stat : 9975 (java) S 9854 9861 9800 0 -1 1077944384 10090 12890 0 0 264 20 5 3 20 0 15 0 47140105 11176083456 92065 33554432000 4194304 4196468 140730077847680 140003845692144 140004386314882 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9977] ppid=9854 vsize=10914144 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9977/stat : 9977 (java) S 9854 9861 9800 0 -1 1077944384 40 12890 0 0 0 0 5 3 20 0 15 0 47140106 11176083456 92065 33554432000 4194304 4196468 140730077847680 140003844638432 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9979] ppid=9854 vsize=10914144 memory=4616 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9979/stat : 9979 (java) S 9854 9861 9800 0 -1 1077944384 6 12890 0 0 0 0 5 3 20 0 15 0 47140106 11176083456 92065 33554432000 4194304 4196468 140730077847680 140003250267392 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9982] ppid=9854 vsize=10914144 memory=14004 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9982/stat : 9982 (java) S 9854 9861 9800 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 47140109 11176083456 92065 33554432000 4194304 4196468 140730077847680 140002942867920 140004386322331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9985] ppid=9854 vsize=10914144 memory=7284 CPUtime=3.82 cores=1,3,5,7
/proc/9861/task/9985/stat : 9985 (java) S 9854 9861 9800 0 -1 1077944384 23189 12890 0 0 370 4 5 3 20 0 15 0 47140109 11176083456 92065 33554432000 4194304 4196468 140730077847680 140003811080432 140004386314882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9987] ppid=9854 vsize=10914144 memory=840 CPUtime=4.06 cores=1,3,5,7
/proc/9861/task/9987/stat : 9987 (java) S 9854 9861 9800 0 -1 1077944384 20754 12890 0 0 395 3 5 3 20 0 15 0 47140109 11176083456 92065 33554432000 4194304 4196468 140730077847680 140003810027888 140004386314882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9988] ppid=9854 vsize=10914144 memory=4715433313220523562 CPUtime=1.8 cores=1,3,5,7
/proc/9861/task/9988/stat : 9988 (java) S 9854 9861 9800 0 -1 1077944384 25997 12890 0 0 167 5 5 3 20 0 15 0 47140109 11176083456 92065 33554432000 4194304 4196468 140730077847680 140003808974832 140004386314882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9990] ppid=9854 vsize=10914144 memory=9047017150487036575 CPUtime=0.08 cores=1,3,5,7
/proc/9861/task/9990/stat : 9990 (java) S 9854 9861 9800 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 47140109 11176083456 92065 33554432000 4194304 4196468 140730077847680 140002909309280 140004386313941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
[pid=9861/tid=9992] ppid=9854 vsize=10914144 memory=-8253362762722141311 CPUtime=1.38 cores=1,3,5,7
/proc/9861/task/9992/stat : 9992 (java) S 9854 9861 9800 0 -1 1077944384 1264 12890 0 0 63 67 5 3 20 0 15 0 47140109 11176083456 92065 33554432000 4194304 4196468 140730077847680 140003807923248 140004386314882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140730077849771 140730077853020 140730077853020 140730077855695 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 368260 KiB

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

[startup+2498.03 s]
# the end of solver process 9861 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.8 s, system=2.29604 s

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

Child status: 143
Real time (s): 2498.03
CPU time (s): 2520.09
CPU user time (s): 2517.8
CPU system time (s): 2.29604
CPU usage (%): 100.883
Max. virtual memory (cumulated for all children) (KiB): 10914804
Max. memory (cumulated for all children) (KiB): 1028128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.8
system time used= 2.29604
maximum resident set size= 1038376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 212124
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118217
involuntary context switches= 2835


# summary of solver processes directly reported to runsolver:
#   pid: 9861
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2517.8
#   total CPU system time (s): 2.29604

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.7485 second user time and 23.8536 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-22 23:42:52
IDJOB=4292830
IDBENCH=141022
IDSOLVER=2751
FILE ID=node106/4292830-1532295772
RUNJOBID= node106-1532295772-9832
PBS_JOBID= 21018983
Free space on /tmp= 53032 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-13_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-4292830-1532295772/watcher-4292830-1532295772 -o /tmp/evaluation-result-4292830-1532295772/solver-4292830-1532295772 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532295772-9832 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1663092835 -superng HOME/instance-4292830-1532295772.xml

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

MD5SUM BENCH= 3785e9b0b2758b612fcaaefab5873f44
RANDOM SEED=1663092835

node106.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	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        18099580 kB
MemAvailable:   31936192 kB
Buffers:          251860 kB
Cached:         13673092 kB
SwapCached:            0 kB
Active:          1375392 kB
Inactive:       12605976 kB
Active(anon):      59116 kB
Inactive(anon):    17096 kB
Active(file):    1316276 kB
Inactive(file): 12588880 kB
Unevictable:        6920 kB
Mlocked:            6920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             52840 kB
Writeback:             0 kB
AnonPages:         63624 kB
Mapped:            36276 kB
Shmem:             17036 kB
Slab:             386912 kB
SReclaimable:     359916 kB
SUnreclaim:        26996 kB
KernelStack:        3120 kB
PageTables:         5596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     318256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 52980 MiB
End job on node106 at 2018-07-23 00:24:30