Trace number 4294072

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.8 2018-06-13? (TO) 2520.08 2460.04

General information on the benchmark

NameBibd/
Bibd-sum-09-03-09_c18.xml
MD5SUM8720a51077744f6e775f5d31127f86ee
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.99989
Satisfiable
(Un)Satisfiability was proved
Number of variables972
Number of constraints154
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":972}]
Minimum variable degree11
Maximum variable degree11
Distribution of variable degrees[{"degree":11,"count":972}]
Minimum constraint arity9
Maximum constraint arity972
Distribution of constraint arities[{"arity":9,"count":108},{"arity":108,"count":9},{"arity":216,"count":36},{"arity":972,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":153}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294072-1532424196/watcher-4294072-1532424196 -o /tmp/evaluation-result-4294072-1532424196/solver-4294072-1532424196 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532414812-13981 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1031566437 HOME/instance-4294072-1532424196.xml 

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

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


[startup+0.10011 s]*
/proc/loadavg: 1.68 1.48 1.42 3/207 16146
/proc/meminfo: memFree=14257344/32770624 swapFree=67108852/67108860
[pid=16089] ppid=16086 vsize=9988792 memory=17340 CPUtime=0.09 cores=1,3,5,7
/proc/16089/stat : 16089 (java) S 16086 16089 13949 0 -1 1077944320 4510 13009 0 0 1 1 5 2 20 0 6 0 59982725 10228523008 4335 33554432000 4194304 4196468 140726813753712 140726813736256 140267293286135 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
/proc/16089/statm: 2497198 4335 1957 1 0 2485636 0
[pid=16089/tid=16142] ppid=16086 vsize=9988792 memory=4279135703913103502 CPUtime=0.08 cores=1,3,5,7
/proc/16089/task/16142/stat : 16142 (java) R 16086 16089 13949 0 -1 4202560 2319 13009 0 0 1 0 5 2 20 0 6 0 59982734 10228523008 4335 33554432000 4194304 4196468 140726813753712 140267265122896 140267278798845 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16143] ppid=16086 vsize=9988792 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16143/stat : 16143 (java) S 16086 16089 13949 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 6 0 59982735 10228523008 4335 33554432000 4194304 4196468 140726813753712 140267297528848 140267293296341 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16144] ppid=16086 vsize=9988792 memory=139794498221696 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16144/stat : 16144 (java) S 16086 16089 13949 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 6 0 59982735 10228523008 4401 33554432000 4194304 4196468 140726813753712 140267196419216 140267293296341 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16145] ppid=16086 vsize=9989820 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16145/stat : 16145 (java) S 16086 16089 13949 0 -1 1077944384 2 13009 0 0 0 0 5 2 20 0 6 0 59982735 10229575680 4401 33554432000 4194304 4196468 140726813753712 140267195366160 140267293296341 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16146] ppid=16086 vsize=9989820 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16146/stat : 16146 (java) S 16086 16089 13949 0 -1 1077944384 2 13009 0 0 0 0 5 2 20 0 7 0 59982735 10229575680 4401 33554432000 4194304 4196468 140726813753712 140267194313616 140267293296341 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16147] ppid=16086 vsize=9989820 memory=139794498221696 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16147/stat : 16147 (java) R 16086 16089 13949 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 7 0 59982736 10229575680 4401 33554432000 4194304 4196468 140726813753712 140267265122896 140267293296341 0 0 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9988792 KiB
Current children cumulated memory: 17340 KiB

[startup+0.209944 s]*
/proc/loadavg: 1.68 1.48 1.42 5/216 16155
/proc/meminfo: memFree=14237056/32770624 swapFree=67108852/67108860
[pid=16089] ppid=16086 vsize=10818936 memory=45248 CPUtime=0.25 cores=1,3,5,7
/proc/16089/stat : 16089 (java) S 16086 16089 13949 0 -1 1077944320 9091 13009 0 0 17 1 5 2 20 0 15 0 59982725 11078590464 11312 33554432000 4194304 4196468 140726813753712 140726813736256 140267293286135 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
/proc/16089/statm: 2704734 11312 2991 1 0 2667157 0
[pid=16089/tid=16142] ppid=16086 vsize=10818936 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/16089/task/16142/stat : 16142 (java) R 16086 16089 13949 0 -1 4202560 5776 13009 0 0 11 0 5 2 20 0 15 0 59982734 11078590464 11378 33554432000 4194304 4196468 140726813753712 140267265110944 140267285965853 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16143] ppid=16086 vsize=10818936 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16143/stat : 16143 (java) S 16086 16089 13949 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 59982735 11078590464 11444 33554432000 4194304 4196468 140726813753712 140267297528848 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16144] ppid=16086 vsize=10818936 memory=139794498552160 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16144/stat : 16144 (java) S 16086 16089 13949 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 59982735 11078590464 11444 33554432000 4194304 4196468 140726813753712 140267196419216 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16145] ppid=16086 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16145/stat : 16145 (java) S 16086 16089 13949 0 -1 1077944384 2 13009 0 0 0 0 5 2 20 0 15 0 59982735 11078590464 11444 33554432000 4194304 4196468 140726813753712 140267195366160 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16146] ppid=16086 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16146/stat : 16146 (java) S 16086 16089 13949 0 -1 1077944384 2 13009 0 0 0 0 5 2 20 0 15 0 59982735 11078590464 11510 33554432000 4194304 4196468 140726813753712 140267194313616 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16147] ppid=16086 vsize=10818936 memory=139794498221696 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16147/stat : 16147 (java) S 16086 16089 13949 0 -1 1077944384 2 13009 0 0 0 0 5 2 20 0 15 0 59982736 11078590464 11510 33554432000 4194304 4196468 140726813753712 140266751936752 140267293297282 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16148] ppid=16086 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16148/stat : 16148 (java) S 16086 16089 13949 0 -1 1077944384 13 13009 0 0 0 0 5 2 20 0 15 0 59982736 11078590464 11510 33554432000 4194304 4196468 140726813753712 140266182796448 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16149] ppid=16086 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16149/stat : 16149 (java) S 16086 16089 13949 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 59982737 11078590464 11510 33554432000 4194304 4196468 140726813753712 140266048578288 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16150] ppid=16086 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16150/stat : 16150 (java) S 16086 16089 13949 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 59982739 11078590464 11576 33554432000 4194304 4196468 140726813753712 140265808287696 140267293304731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16151] ppid=16086 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16089/task/16151/stat : 16151 (java) S 16086 16089 13949 0 -1 1077944384 546 13009 0 0 1 0 5 2 20 0 15 0 59982739 11078590464 11576 33554432000 4194304 4196468 140726813753712 140266750884592 140267293297282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16152] ppid=16086 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16152/stat : 16152 (java) S 16086 16089 13949 0 -1 1077944384 67 13009 0 0 0 0 5 2 20 0 15 0 59982739 11078590464 11576 33554432000 4194304 4196468 140726813753712 140266749832048 140267293297282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16153] ppid=16086 vsize=10818936 memory=139794498221696 CPUtime=0.1 cores=1,3,5,7
/proc/16089/task/16153/stat : 16153 (java) S 16086 16089 13949 0 -1 1077944384 601 13009 0 0 3 0 5 2 20 0 15 0 59982739 11078590464 11576 33554432000 4194304 4196468 140726813753712 140266748778992 140267293297282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16154] ppid=16086 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16154/stat : 16154 (java) S 16086 16089 13949 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 59982739 11078557696 11629 33554432000 4194304 4196468 140726813753712 140265774730080 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16155] ppid=16086 vsize=10818904 memory=139794498221696 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16155/stat : 16155 (java) S 16086 16089 13949 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 59982740 11078557696 11629 33554432000 4194304 4196468 140726813753712 140266747726384 140267293297282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818936 KiB
Current children cumulated memory: 45248 KiB

[startup+0.310467 s]*
/proc/loadavg: 1.68 1.48 1.42 3/216 16155
/proc/meminfo: memFree=14223908/32770624 swapFree=67108852/67108860
[pid=16089] ppid=16086 vsize=10819352 memory=54396 CPUtime=0.38 cores=1,3,5,7
/proc/16089/stat : 16089 (java) S 16086 16089 13949 0 -1 1077944320 10627 13009 0 0 29 2 5 2 20 0 15 0 59982725 11079016448 13599 33554432000 4194304 4196468 140726813753712 140726813736256 140267293286135 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
/proc/16089/statm: 2704838 13599 3110 1 0 2667149 0
[pid=16089/tid=16142] ppid=16086 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/16089/task/16142/stat : 16142 (java) R 16086 16089 13949 0 -1 4202560 7180 13009 0 0 20 1 5 2 20 0 15 0 59982734 11079016448 13599 33554432000 4194304 4196468 140726813753712 140267265098144 140267276472944 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16143] ppid=16086 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16143/stat : 16143 (java) S 16086 16089 13949 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 59982735 11079016448 13599 33554432000 4194304 4196468 140726813753712 140267297528848 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16144] ppid=16086 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16144/stat : 16144 (java) S 16086 16089 13949 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 59982735 11079016448 13599 33554432000 4194304 4196468 140726813753712 140267196419216 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16145] ppid=16086 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16145/stat : 16145 (java) S 16086 16089 13949 0 -1 1077944384 2 13009 0 0 0 0 5 2 20 0 15 0 59982735 11079016448 13599 33554432000 4194304 4196468 140726813753712 140267195366160 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16146] ppid=16086 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16146/stat : 16146 (java) S 16086 16089 13949 0 -1 1077944384 2 13009 0 0 0 0 5 2 20 0 15 0 59982735 11079016448 13599 33554432000 4194304 4196468 140726813753712 140267194313616 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16147] ppid=16086 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16147/stat : 16147 (java) S 16086 16089 13949 0 -1 1077944384 2 13009 0 0 0 0 5 2 20 0 15 0 59982736 11079016448 13599 33554432000 4194304 4196468 140726813753712 140266751936752 140267293297282 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16148] ppid=16086 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16148/stat : 16148 (java) S 16086 16089 13949 0 -1 1077944384 13 13009 0 0 0 0 5 2 20 0 15 0 59982736 11079016448 13599 33554432000 4194304 4196468 140726813753712 140266182796448 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16149] ppid=16086 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16149/stat : 16149 (java) S 16086 16089 13949 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 59982737 11079016448 13599 33554432000 4194304 4196468 140726813753712 140266048578288 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16150] ppid=16086 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16150/stat : 16150 (java) S 16086 16089 13949 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 59982739 11079016448 13599 33554432000 4194304 4196468 140726813753712 140265808287696 140267293304731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16151] ppid=16086 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16089/task/16151/stat : 16151 (java) S 16086 16089 13949 0 -1 1077944384 548 13009 0 0 1 0 5 2 20 0 15 0 59982739 11079016448 13599 33554432000 4194304 4196468 140726813753712 140266750884592 140267293297282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16152] ppid=16086 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16089/task/16152/stat : 16152 (java) S 16086 16089 13949 0 -1 1077944384 70 13009 0 0 1 0 5 2 20 0 15 0 59982739 11079016448 13599 33554432000 4194304 4196468 140726813753712 140266749832048 140267293297282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16153] ppid=16086 vsize=10819352 memory=139794498221696 CPUtime=0.11 cores=1,3,5,7
/proc/16089/task/16153/stat : 16153 (java) R 16086 16089 13949 0 -1 4202560 608 13009 0 0 4 0 5 2 20 0 15 0 59982739 11079016448 13599 33554432000 4194304 4196468 140726813753712 140266748778992 140267285304272 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16154] ppid=16086 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16154/stat : 16154 (java) S 16086 16089 13949 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 59982739 11079016448 13599 33554432000 4194304 4196468 140726813753712 140265774730080 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16155] ppid=16086 vsize=10819352 memory=139794498221696 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16155/stat : 16155 (java) S 16086 16089 13949 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 59982740 11079016448 13599 33554432000 4194304 4196468 140726813753712 140266747726384 140267293297282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54396 KiB

[startup+0.700768 s]
/proc/loadavg: 1.68 1.48 1.42 3/216 16155
/proc/meminfo: memFree=14214436/32770624 swapFree=67108852/67108860
[pid=16089] ppid=16086 vsize=10819352 memory=86552 CPUtime=0.98 cores=1,3,5,7
/proc/16089/stat : 16089 (java) S 16086 16089 13949 0 -1 1077944320 16754 13009 0 0 87 4 5 2 20 0 15 0 59982725 11079016448 21638 33554432000 4194304 4196468 140726813753712 140726813736256 140267293286135 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
/proc/16089/statm: 2704838 21638 3237 1 0 2667149 0
[pid=16089/tid=16142] ppid=16086 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/16089/task/16142/stat : 16142 (java) R 16086 16089 13949 0 -1 4202560 12242 13009 0 0 57 2 5 2 20 0 15 0 59982734 11079016448 21638 33554432000 4194304 4196468 140726813753712 140267265106960 140267278451735 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16143] ppid=16086 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16143/stat : 16143 (java) S 16086 16089 13949 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 59982735 11079016448 21638 33554432000 4194304 4196468 140726813753712 140267297528848 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16144] ppid=16086 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16144/stat : 16144 (java) S 16086 16089 13949 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 59982735 11079016448 21638 33554432000 4194304 4196468 140726813753712 140267196419216 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16145] ppid=16086 vsize=10819352 memory=139794340528752 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16145/stat : 16145 (java) S 16086 16089 13949 0 -1 1077944384 2 13009 0 0 0 0 5 2 20 0 15 0 59982735 11079016448 21638 33554432000 4194304 4196468 140726813753712 140267195366160 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16146] ppid=16086 vsize=10819352 memory=139796890518094 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16146/stat : 16146 (java) S 16086 16089 13949 0 -1 1077944384 2 13009 0 0 0 0 5 2 20 0 15 0 59982735 11079016448 21638 33554432000 4194304 4196468 140726813753712 140267194313616 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16147] ppid=16086 vsize=10819352 memory=1200 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16147/stat : 16147 (java) S 16086 16089 13949 0 -1 1077944384 5 13009 0 0 0 0 5 2 20 0 15 0 59982736 11079016448 21638 33554432000 4194304 4196468 140726813753712 140266751936752 140267293297282 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16148] ppid=16086 vsize=10819352 memory=7014751519734519121 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16148/stat : 16148 (java) S 16086 16089 13949 0 -1 1077944384 13 13009 0 0 0 0 5 2 20 0 15 0 59982736 11079016448 21638 33554432000 4194304 4196468 140726813753712 140266182796448 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16149] ppid=16086 vsize=10819352 memory=4044 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16149/stat : 16149 (java) S 16086 16089 13949 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 59982737 11079016448 21638 33554432000 4194304 4196468 140726813753712 140266048578288 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16150] ppid=16086 vsize=10819352 memory=11260 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16150/stat : 16150 (java) S 16086 16089 13949 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 59982739 11079016448 21638 33554432000 4194304 4196468 140726813753712 140265808287696 140267293304731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16151] ppid=16086 vsize=10819352 memory=16432 CPUtime=0.14 cores=1,3,5,7
/proc/16089/task/16151/stat : 16151 (java) S 16086 16089 13949 0 -1 1077944384 974 13009 0 0 7 0 5 2 20 0 15 0 59982739 11079016448 21638 33554432000 4194304 4196468 140726813753712 140266750884592 140267293297282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16152] ppid=16086 vsize=10819352 memory=1792 CPUtime=0.16 cores=1,3,5,7
/proc/16089/task/16152/stat : 16152 (java) S 16086 16089 13949 0 -1 1077944384 640 13009 0 0 9 0 5 2 20 0 15 0 59982739 11079016448 21638 33554432000 4194304 4196468 140726813753712 140266749832048 140267293297282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16153] ppid=16086 vsize=10819352 memory=644 CPUtime=0.19 cores=1,3,5,7
/proc/16089/task/16153/stat : 16153 (java) S 16086 16089 13949 0 -1 1077944384 674 13009 0 0 12 0 5 2 20 0 15 0 59982739 11079016448 21638 33554432000 4194304 4196468 140726813753712 140266748778992 140267293297282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16154] ppid=16086 vsize=10819352 memory=956 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16154/stat : 16154 (java) S 16086 16089 13949 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 59982739 11079016448 21638 33554432000 4194304 4196468 140726813753712 140265774730080 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16155] ppid=16086 vsize=10819352 memory=1232 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16155/stat : 16155 (java) S 16086 16089 13949 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 59982740 11079016448 21638 33554432000 4194304 4196468 140726813753712 140266747726384 140267293297282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86552 KiB

[startup+1.50075 s]
/proc/loadavg: 1.68 1.48 1.42 3/216 16155
/proc/meminfo: memFree=14168104/32770624 swapFree=67108852/67108860
[pid=16089] ppid=16086 vsize=10834252 memory=177340 CPUtime=2.31 cores=1,3,5,7
/proc/16089/stat : 16089 (java) S 16086 16089 13949 0 -1 1077944320 23900 13009 0 0 216 8 5 2 20 0 15 0 59982725 11094274048 44335 33554432000 4194304 4196468 140726813753712 140726813736256 140267293286135 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
/proc/16089/statm: 2708563 44335 3473 1 0 2670221 0
[pid=16089/tid=16142] ppid=16086 vsize=10834252 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/16089/task/16142/stat : 16142 (java) R 16086 16089 13949 0 -1 4202560 17721 13009 0 0 131 5 5 2 20 0 15 0 59982734 11094274048 44335 33554432000 4194304 4196468 140726813753712 140267265109360 140267277366622 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16143] ppid=16086 vsize=10834252 memory=279588681105856 CPUtime=0.08 cores=1,3,5,7
/proc/16089/task/16143/stat : 16143 (java) S 16086 16089 13949 0 -1 1077944384 54 13009 0 0 1 0 5 2 20 0 15 0 59982735 11094274048 44335 33554432000 4194304 4196468 140726813753712 140267297528848 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16144] ppid=16086 vsize=10834252 memory=279588681115168 CPUtime=0.08 cores=1,3,5,7
/proc/16089/task/16144/stat : 16144 (java) S 16086 16089 13949 0 -1 1077944384 187 13009 0 0 1 0 5 2 20 0 15 0 59982735 11094274048 44335 33554432000 4194304 4196468 140726813753712 140267196419216 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16145] ppid=16086 vsize=10834252 memory=139794340563440 CPUtime=0.08 cores=1,3,5,7
/proc/16089/task/16145/stat : 16145 (java) S 16086 16089 13949 0 -1 1077944384 29 13009 0 0 1 0 5 2 20 0 15 0 59982735 11094274048 44335 33554432000 4194304 4196468 140726813753712 140267195366160 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16146] ppid=16086 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16089/task/16146/stat : 16146 (java) S 16086 16089 13949 0 -1 1077944384 32 13009 0 0 1 0 5 2 20 0 15 0 59982735 11094274048 44335 33554432000 4194304 4196468 140726813753712 140267194313616 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16147] ppid=16086 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16089/task/16147/stat : 16147 (java) S 16086 16089 13949 0 -1 1077944384 50 13009 0 0 1 0 5 2 20 0 15 0 59982736 11094274048 44335 33554432000 4194304 4196468 140726813753712 140266751936752 140267293297282 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16148] ppid=16086 vsize=10834252 memory=12966506269086 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16148/stat : 16148 (java) S 16086 16089 13949 0 -1 1077944384 13 13009 0 0 0 0 5 2 20 0 15 0 59982736 11094274048 44335 33554432000 4194304 4196468 140726813753712 140266182796512 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16149] ppid=16086 vsize=10834252 memory=7738685453614855984 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16149/stat : 16149 (java) S 16086 16089 13949 0 -1 1077944384 2 13009 0 0 0 0 5 2 20 0 15 0 59982737 11094274048 44335 33554432000 4194304 4196468 140726813753712 140266048578304 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16150] ppid=16086 vsize=10834252 memory=7668336484292383062 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16150/stat : 16150 (java) S 16086 16089 13949 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 59982739 11094274048 44335 33554432000 4194304 4196468 140726813753712 140265808287696 140267293304731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16151] ppid=16086 vsize=10834252 memory=-6812210783619891858 CPUtime=0.27 cores=1,3,5,7
/proc/16089/task/16151/stat : 16151 (java) S 16086 16089 13949 0 -1 1077944384 1209 13009 0 0 20 0 5 2 20 0 15 0 59982739 11094274048 44335 33554432000 4194304 4196468 140726813753712 140266750884592 140267293297282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16152] ppid=16086 vsize=10834252 memory=7451014721184360551 CPUtime=0.3 cores=1,3,5,7
/proc/16089/task/16152/stat : 16152 (java) S 16086 16089 13949 0 -1 1077944384 1113 13009 0 0 23 0 5 2 20 0 15 0 59982739 11094274048 44335 33554432000 4194304 4196468 140726813753712 140266749832048 140267293297282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16153] ppid=16086 vsize=10834252 memory=6655300316396806240 CPUtime=0.39 cores=1,3,5,7
/proc/16089/task/16153/stat : 16153 (java) S 16086 16089 13949 0 -1 1077944384 1291 13009 0 0 32 0 5 2 20 0 15 0 59982739 11094274048 44335 33554432000 4194304 4196468 140726813753712 140266748778992 140267293297282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16154] ppid=16086 vsize=10834252 memory=7092151705161389154 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16154/stat : 16154 (java) S 16086 16089 13949 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 59982739 11094274048 44335 33554432000 4194304 4196468 140726813753712 140265774730080 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16155] ppid=16086 vsize=10834252 memory=7377269385454839657 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16155/stat : 16155 (java) S 16086 16089 13949 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 59982740 11094274048 44335 33554432000 4194304 4196468 140726813753712 140266747726384 140267293297282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0

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

/proc/16089/task/16142/stat : 16142 (java) R 16086 16089 13949 0 -1 4202560 103068 13009 0 0 229706 57 5 2 20 0 15 0 59982734 11178180608 392916 33554432000 4194304 4196468 140726813753712 140267265120272 140266893147808 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16143] ppid=16086 vsize=10916192 memory=1571664 CPUtime=12.15 cores=1,3,5,7
/proc/16089/task/16143/stat : 16143 (java) S 16086 16089 13949 0 -1 1077944384 21326 13009 0 0 1159 49 5 2 20 0 15 0 59982735 11178180608 392916 33554432000 4194304 4196468 140726813753712 140267297528848 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16144] ppid=16086 vsize=10916192 memory=1571664 CPUtime=12.18 cores=1,3,5,7
/proc/16089/task/16144/stat : 16144 (java) S 16086 16089 13949 0 -1 1077944384 23141 13009 0 0 1153 58 5 2 20 0 15 0 59982735 11178180608 392916 33554432000 4194304 4196468 140726813753712 140267196419216 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16145] ppid=16086 vsize=10916192 memory=1571664 CPUtime=12.13 cores=1,3,5,7
/proc/16089/task/16145/stat : 16145 (java) S 16086 16089 13949 0 -1 1077944384 16720 13009 0 0 1153 53 5 2 20 0 15 0 59982735 11178180608 392916 33554432000 4194304 4196468 140726813753712 140267195366160 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16146] ppid=16086 vsize=10916192 memory=1571664 CPUtime=12.16 cores=1,3,5,7
/proc/16089/task/16146/stat : 16146 (java) S 16086 16089 13949 0 -1 1077944384 30862 13009 0 0 1147 62 5 2 20 0 15 0 59982735 11178180608 392916 33554432000 4194304 4196468 140726813753712 140267194313616 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16147] ppid=16086 vsize=10916192 memory=1571664 CPUtime=9.89 cores=1,3,5,7
/proc/16089/task/16147/stat : 16147 (java) S 16086 16089 13949 0 -1 1077944384 23706 13009 0 0 927 55 5 2 20 0 15 0 59982736 11178180608 392916 33554432000 4194304 4196468 140726813753712 140266751936752 140267293297282 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16148] ppid=16086 vsize=10916192 memory=1571664 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16148/stat : 16148 (java) S 16086 16089 13949 0 -1 1077944384 27 13009 0 0 0 0 5 2 20 0 15 0 59982736 11178180608 392916 33554432000 4194304 4196468 140726813753712 140266182796512 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16149] ppid=16086 vsize=10916192 memory=1571664 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16149/stat : 16149 (java) S 16086 16089 13949 0 -1 1077944384 14 13009 0 0 0 0 5 2 20 0 15 0 59982737 11178180608 392916 33554432000 4194304 4196468 140726813753712 140266048578304 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16150] ppid=16086 vsize=10916192 memory=1571664 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16150/stat : 16150 (java) S 16086 16089 13949 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 59982739 11178180608 392916 33554432000 4194304 4196468 140726813753712 140265808287696 140267293304731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16151] ppid=16086 vsize=10916192 memory=4012 CPUtime=9.58 cores=1,3,5,7
/proc/16089/task/16151/stat : 16151 (java) S 16086 16089 13949 0 -1 1077944384 15702 13009 0 0 949 2 5 2 20 0 15 0 59982739 11178180608 392916 33554432000 4194304 4196468 140726813753712 140266750884592 140267293297282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16152] ppid=16086 vsize=10916192 memory=18748 CPUtime=9.82 cores=1,3,5,7
/proc/16089/task/16152/stat : 16152 (java) S 16086 16089 13949 0 -1 1077944384 17416 13009 0 0 971 4 5 2 20 0 15 0 59982739 11178180608 392916 33554432000 4194304 4196468 140726813753712 140266749832048 140267293297282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16153] ppid=16086 vsize=10916192 memory=1571664 CPUtime=3.67 cores=1,3,5,7
/proc/16089/task/16153/stat : 16153 (java) S 16086 16089 13949 0 -1 1077944384 26652 13009 0 0 353 7 5 2 20 0 15 0 59982739 11178180608 392916 33554432000 4194304 4196468 140726813753712 140266748778992 140267293297282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16154] ppid=16086 vsize=10916192 memory=1571664 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16154/stat : 16154 (java) S 16086 16089 13949 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 59982739 11178180608 392916 33554432000 4194304 4196468 140726813753712 140265774730080 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16155] ppid=16086 vsize=10916192 memory=1571664 CPUtime=1.38 cores=1,3,5,7
/proc/16089/task/16155/stat : 16155 (java) S 16086 16089 13949 0 -1 1077944384 2844 13009 0 0 59 72 5 2 20 0 15 0 59982740 11178180608 392916 33554432000 4194304 4196468 140726813753712 140266747726384 140267293297282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
Current children cumulated CPU time: 2380.15 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1571664 KiB

[startup+2382.3 s]
/proc/loadavg: 1.25 1.34 1.38 3/216 16402
/proc/meminfo: memFree=12264424/32770624 swapFree=67108852/67108860
[pid=16089] ppid=16086 vsize=10916192 memory=1567132 CPUtime=2441.11 cores=1,3,5,7
/proc/16089/stat : 16089 (java) S 16086 16089 13949 0 -1 1077944320 285761 13009 0 0 243729 375 5 2 20 0 15 0 59982725 11178180608 391783 33554432000 4194304 4196468 140726813753712 140726813736256 140267293286135 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
/proc/16089/statm: 2729048 391783 3528 1 0 2690701 0
[pid=16089/tid=16142] ppid=16086 vsize=10916192 memory=1567132 CPUtime=2357 cores=1,3,5,7
/proc/16089/task/16142/stat : 16142 (java) R 16086 16089 13949 0 -1 4202560 104068 13009 0 0 235636 57 5 2 20 0 15 0 59982734 11178180608 391783 33554432000 4194304 4196468 140726813753712 140267265120128 140266891066730 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16143] ppid=16086 vsize=10916192 memory=1567132 CPUtime=12.49 cores=1,3,5,7
/proc/16089/task/16143/stat : 16143 (java) S 16086 16089 13949 0 -1 1077944384 21679 13009 0 0 1191 51 5 2 20 0 15 0 59982735 11178180608 391783 33554432000 4194304 4196468 140726813753712 140267297528848 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16144] ppid=16086 vsize=10916192 memory=1567112 CPUtime=12.52 cores=1,3,5,7
/proc/16089/task/16144/stat : 16144 (java) S 16086 16089 13949 0 -1 1077944384 23229 13009 0 0 1186 59 5 2 20 0 15 0 59982735 11178180608 391783 33554432000 4194304 4196468 140726813753712 140267196419216 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16145] ppid=16086 vsize=10916192 memory=1567112 CPUtime=12.48 cores=1,3,5,7
/proc/16089/task/16145/stat : 16145 (java) S 16086 16089 13949 0 -1 1077944384 16794 13009 0 0 1186 55 5 2 20 0 15 0 59982735 11178180608 391783 33554432000 4194304 4196468 140726813753712 140267195366160 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16146] ppid=16086 vsize=10916192 memory=1567112 CPUtime=12.5 cores=1,3,5,7
/proc/16089/task/16146/stat : 16146 (java) S 16086 16089 13949 0 -1 1077944384 31190 13009 0 0 1180 63 5 2 20 0 15 0 59982735 11178180608 391783 33554432000 4194304 4196468 140726813753712 140267194313616 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16147] ppid=16086 vsize=10916192 memory=1567112 CPUtime=10.15 cores=1,3,5,7
/proc/16089/task/16147/stat : 16147 (java) S 16086 16089 13949 0 -1 1077944384 23926 13009 0 0 952 56 5 2 20 0 15 0 59982736 11178180608 391783 33554432000 4194304 4196468 140726813753712 140266751936752 140267293297282 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16148] ppid=16086 vsize=10916192 memory=1567132 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16148/stat : 16148 (java) S 16086 16089 13949 0 -1 1077944384 27 13009 0 0 0 0 5 2 20 0 15 0 59982736 11178180608 391783 33554432000 4194304 4196468 140726813753712 140266182796512 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16149] ppid=16086 vsize=10916192 memory=1567132 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16149/stat : 16149 (java) S 16086 16089 13949 0 -1 1077944384 14 13009 0 0 0 0 5 2 20 0 15 0 59982737 11178180608 391783 33554432000 4194304 4196468 140726813753712 140266048578304 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16150] ppid=16086 vsize=10916192 memory=1567132 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16150/stat : 16150 (java) S 16086 16089 13949 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 59982739 11178180608 391783 33554432000 4194304 4196468 140726813753712 140265808287696 140267293304731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16151] ppid=16086 vsize=10916192 memory=1567112 CPUtime=9.58 cores=1,3,5,7
/proc/16089/task/16151/stat : 16151 (java) S 16086 16089 13949 0 -1 1077944384 15704 13009 0 0 949 2 5 2 20 0 15 0 59982739 11178180608 391783 33554432000 4194304 4196468 140726813753712 140266750884592 140267293297282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16152] ppid=16086 vsize=10916192 memory=1567112 CPUtime=9.82 cores=1,3,5,7
/proc/16089/task/16152/stat : 16152 (java) S 16086 16089 13949 0 -1 1077944384 17418 13009 0 0 971 4 5 2 20 0 15 0 59982739 11178180608 391783 33554432000 4194304 4196468 140726813753712 140266749832048 140267293297282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16153] ppid=16086 vsize=10916192 memory=1567132 CPUtime=3.68 cores=1,3,5,7
/proc/16089/task/16153/stat : 16153 (java) S 16086 16089 13949 0 -1 1077944384 26654 13009 0 0 354 7 5 2 20 0 15 0 59982739 11178180608 391783 33554432000 4194304 4196468 140726813753712 140266748778992 140267293297282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16154] ppid=16086 vsize=10916192 memory=1567132 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16154/stat : 16154 (java) S 16086 16089 13949 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 59982739 11178180608 391783 33554432000 4194304 4196468 140726813753712 140265774730080 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16155] ppid=16086 vsize=10916192 memory=4012 CPUtime=1.41 cores=1,3,5,7
/proc/16089/task/16155/stat : 16155 (java) S 16086 16089 13949 0 -1 1077944384 2860 13009 0 0 60 74 5 2 20 0 15 0 59982740 11178180608 391783 33554432000 4194304 4196468 140726813753712 140266747726384 140267293297282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
Current children cumulated CPU time: 2441.11 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1567132 KiB

[startup+2442.3 s]
/proc/loadavg: 1.20 1.32 1.38 3/216 16403
/proc/meminfo: memFree=12265052/32770624 swapFree=67108852/67108860
[pid=16089] ppid=16086 vsize=10916192 memory=1567208 CPUtime=2502.01 cores=1,3,5,7
/proc/16089/stat : 16089 (java) S 16086 16089 13949 0 -1 1077944320 287723 13009 0 0 249812 382 5 2 20 0 15 0 59982725 11178180608 391802 33554432000 4194304 4196468 140726813753712 140726813736256 140267293286135 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
/proc/16089/statm: 2729048 391802 3528 1 0 2690701 0
[pid=16089/tid=16142] ppid=16086 vsize=10916192 memory=7450760712138286692 CPUtime=2416.34 cores=1,3,5,7
/proc/16089/task/16142/stat : 16142 (java) R 16086 16089 13949 0 -1 4202560 104980 13009 0 0 241569 58 5 2 20 0 15 0 59982734 11178180608 391802 33554432000 4194304 4196468 140726813753712 140267265121120 140266890316964 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16143] ppid=16086 vsize=10916192 memory=1567208 CPUtime=12.8 cores=1,3,5,7
/proc/16089/task/16143/stat : 16143 (java) S 16086 16089 13949 0 -1 1077944384 21735 13009 0 0 1222 51 5 2 20 0 15 0 59982735 11178180608 391802 33554432000 4194304 4196468 140726813753712 140267297528848 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16144] ppid=16086 vsize=10916192 memory=1567208 CPUtime=12.84 cores=1,3,5,7
/proc/16089/task/16144/stat : 16144 (java) S 16086 16089 13949 0 -1 1077944384 23337 13009 0 0 1217 60 5 2 20 0 15 0 59982735 11178180608 391802 33554432000 4194304 4196468 140726813753712 140267196419216 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16145] ppid=16086 vsize=10916192 memory=1567208 CPUtime=12.79 cores=1,3,5,7
/proc/16089/task/16145/stat : 16145 (java) S 16086 16089 13949 0 -1 1077944384 17182 13009 0 0 1216 56 5 2 20 0 15 0 59982735 11178180608 391802 33554432000 4194304 4196468 140726813753712 140267195366160 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16146] ppid=16086 vsize=10916192 memory=1567208 CPUtime=12.82 cores=1,3,5,7
/proc/16089/task/16146/stat : 16146 (java) S 16086 16089 13949 0 -1 1077944384 31258 13009 0 0 1211 64 5 2 20 0 15 0 59982735 11178180608 391802 33554432000 4194304 4196468 140726813753712 140267194313616 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16147] ppid=16086 vsize=10916192 memory=1567208 CPUtime=10.4 cores=1,3,5,7
/proc/16089/task/16147/stat : 16147 (java) S 16086 16089 13949 0 -1 1077944384 24316 13009 0 0 976 57 5 2 20 0 15 0 59982736 11178180608 391802 33554432000 4194304 4196468 140726813753712 140266751936752 140267293297282 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16148] ppid=16086 vsize=10916192 memory=1567208 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16148/stat : 16148 (java) S 16086 16089 13949 0 -1 1077944384 27 13009 0 0 0 0 5 2 20 0 15 0 59982736 11178180608 391802 33554432000 4194304 4196468 140726813753712 140266182796512 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16149] ppid=16086 vsize=10916192 memory=1567208 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16149/stat : 16149 (java) S 16086 16089 13949 0 -1 1077944384 14 13009 0 0 0 0 5 2 20 0 15 0 59982737 11178180608 391802 33554432000 4194304 4196468 140726813753712 140266048578304 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16150] ppid=16086 vsize=10916192 memory=1567208 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16150/stat : 16150 (java) S 16086 16089 13949 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 59982739 11178180608 391802 33554432000 4194304 4196468 140726813753712 140265808287696 140267293304731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16151] ppid=16086 vsize=10916192 memory=1567208 CPUtime=9.58 cores=1,3,5,7
/proc/16089/task/16151/stat : 16151 (java) S 16086 16089 13949 0 -1 1077944384 15708 13009 0 0 949 2 5 2 20 0 15 0 59982739 11178180608 391802 33554432000 4194304 4196468 140726813753712 140266750884592 140267293297282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16152] ppid=16086 vsize=10916192 memory=1567208 CPUtime=9.82 cores=1,3,5,7
/proc/16089/task/16152/stat : 16152 (java) S 16086 16089 13949 0 -1 1077944384 17422 13009 0 0 971 4 5 2 20 0 15 0 59982739 11178180608 391802 33554432000 4194304 4196468 140726813753712 140266749832048 140267293297282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16153] ppid=16086 vsize=10916192 memory=1567208 CPUtime=3.68 cores=1,3,5,7
/proc/16089/task/16153/stat : 16153 (java) S 16086 16089 13949 0 -1 1077944384 26658 13009 0 0 354 7 5 2 20 0 15 0 59982739 11178180608 391802 33554432000 4194304 4196468 140726813753712 140266748778992 140267293297282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16154] ppid=16086 vsize=10916192 memory=1567208 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16154/stat : 16154 (java) S 16086 16089 13949 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 59982739 11178180608 391802 33554432000 4194304 4196468 140726813753712 140265774730080 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16155] ppid=16086 vsize=10916192 memory=1567208 CPUtime=1.44 cores=1,3,5,7
/proc/16089/task/16155/stat : 16155 (java) S 16086 16089 13949 0 -1 1077944384 2888 13009 0 0 61 76 5 2 20 0 15 0 59982740 11178180608 391802 33554432000 4194304 4196468 140726813753712 140266747726384 140267293297282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
Current children cumulated CPU time: 2502.01 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1567208 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2460 s]*
/proc/loadavg: 1.35 1.35 1.38 3/216 16403
/proc/meminfo: memFree=12265184/32770624 swapFree=67108852/67108860
[pid=16089] ppid=16086 vsize=10916192 memory=1567216 CPUtime=2520.01 cores=1,3,5,7
/proc/16089/stat : 16089 (java) S 16086 16089 13949 0 -1 1077944320 288250 13009 0 0 251609 385 5 2 20 0 15 0 59982725 11178180608 391804 33554432000 4194304 4196468 140726813753712 140726813736256 140267293286135 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
/proc/16089/statm: 2729048 391804 3528 1 0 2690701 0
[pid=16089/tid=16142] ppid=16086 vsize=10916192 memory=2336 CPUtime=2433.83 cores=1,3,5,7
/proc/16089/task/16142/stat : 16142 (java) R 16086 16089 13949 0 -1 4202560 105211 13009 0 0 243318 58 5 2 20 0 15 0 59982734 11178180608 391804 33554432000 4194304 4196468 140726813753712 140267265119648 140266891067672 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16143] ppid=16086 vsize=10916192 memory=1580 CPUtime=12.91 cores=1,3,5,7
/proc/16089/task/16143/stat : 16143 (java) S 16086 16089 13949 0 -1 1077944384 21738 13009 0 0 1232 52 5 2 20 0 15 0 59982735 11178180608 391804 33554432000 4194304 4196468 140726813753712 140267297528848 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16144] ppid=16086 vsize=10916192 memory=928 CPUtime=12.94 cores=1,3,5,7
/proc/16089/task/16144/stat : 16144 (java) S 16086 16089 13949 0 -1 1077944384 23611 13009 0 0 1226 61 5 2 20 0 15 0 59982735 11178180608 391804 33554432000 4194304 4196468 140726813753712 140267196419216 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16145] ppid=16086 vsize=10916192 memory=4126316290023845779 CPUtime=12.89 cores=1,3,5,7
/proc/16089/task/16145/stat : 16145 (java) S 16086 16089 13949 0 -1 1077944384 17184 13009 0 0 1226 56 5 2 20 0 15 0 59982735 11178180608 391804 33554432000 4194304 4196468 140726813753712 140267195366160 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16146] ppid=16086 vsize=10916192 memory=7077805514658193553 CPUtime=12.92 cores=1,3,5,7
/proc/16089/task/16146/stat : 16146 (java) S 16086 16089 13949 0 -1 1077944384 31265 13009 0 0 1220 65 5 2 20 0 15 0 59982735 11178180608 391804 33554432000 4194304 4196468 140726813753712 140267194313616 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16147] ppid=16086 vsize=10916192 memory=6656426216303648864 CPUtime=10.49 cores=1,3,5,7
/proc/16089/task/16147/stat : 16147 (java) S 16086 16089 13949 0 -1 1077944384 24326 13009 0 0 984 58 5 2 20 0 15 0 59982736 11178180608 391804 33554432000 4194304 4196468 140726813753712 140266751936752 140267293297282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16148] ppid=16086 vsize=10916192 memory=8128038100524242582 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16148/stat : 16148 (java) S 16086 16089 13949 0 -1 1077944384 27 13009 0 0 0 0 5 2 20 0 15 0 59982736 11178180608 391804 33554432000 4194304 4196468 140726813753712 140266182796512 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16149] ppid=16086 vsize=10916192 memory=7222483652687470737 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16149/stat : 16149 (java) S 16086 16089 13949 0 -1 1077944384 14 13009 0 0 0 0 5 2 20 0 15 0 59982737 11178180608 391804 33554432000 4194304 4196468 140726813753712 140266048578304 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16150] ppid=16086 vsize=10916192 memory=7682475212697334586 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16150/stat : 16150 (java) S 16086 16089 13949 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 59982739 11178180608 391804 33554432000 4194304 4196468 140726813753712 140265808287696 140267293304731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16151] ppid=16086 vsize=10916192 memory=6933690305039933585 CPUtime=9.58 cores=1,3,5,7
/proc/16089/task/16151/stat : 16151 (java) S 16086 16089 13949 0 -1 1077944384 15708 13009 0 0 949 2 5 2 20 0 15 0 59982739 11178180608 391804 33554432000 4194304 4196468 140726813753712 140266750884592 140267293297282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16152] ppid=16086 vsize=10916192 memory=8546823402028195750 CPUtime=9.82 cores=1,3,5,7
/proc/16089/task/16152/stat : 16152 (java) S 16086 16089 13949 0 -1 1077944384 17422 13009 0 0 971 4 5 2 20 0 15 0 59982739 11178180608 391804 33554432000 4194304 4196468 140726813753712 140266749832048 140267293297282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16153] ppid=16086 vsize=10916192 memory=7681421203011431829 CPUtime=3.68 cores=1,3,5,7
/proc/16089/task/16153/stat : 16153 (java) S 16086 16089 13949 0 -1 1077944384 26658 13009 0 0 354 7 5 2 20 0 15 0 59982739 11178180608 391804 33554432000 4194304 4196468 140726813753712 140266748778992 140267293297282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16154] ppid=16086 vsize=10916192 memory=5372 CPUtime=0.07 cores=1,3,5,7
/proc/16089/task/16154/stat : 16154 (java) S 16086 16089 13949 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 59982739 11178180608 391804 33554432000 4194304 4196468 140726813753712 140265774730080 140267293296341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
[pid=16089/tid=16155] ppid=16086 vsize=10916192 memory=1440 CPUtime=1.45 cores=1,3,5,7
/proc/16089/task/16155/stat : 16155 (java) S 16086 16089 13949 0 -1 1077944384 2888 13009 0 0 62 76 5 2 20 0 15 0 59982740 11178180608 391804 33554432000 4194304 4196468 140726813753712 140266747726384 140267293297282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39006208 140726813760110 140726813762908 140726813762908 140726813765583 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1567216 KiB

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

[startup+2460.04 s]
# the end of solver process 16089 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.19 s, system=3.89386 s

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

Child status: 143
Real time (s): 2460.04
CPU time (s): 2520.08
CPU user time (s): 2516.19
CPU system time (s): 3.89386
CPU usage (%): 102.441
Max. virtual memory (cumulated for all children) (KiB): 10916192
Max. memory (cumulated for all children) (KiB): 1706844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.19
system time used= 3.89386
maximum resident set size= 1707872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 302542
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 283275
involuntary context switches= 5436


# summary of solver processes directly reported to runsolver:
#   pid: 16089
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.19
#   total CPU system time (s): 3.89386

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7033 second user time and 24.18 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-24 11:23:16
IDJOB=4294072
IDBENCH=141327
IDSOLVER=2750
FILE ID=node148/4294072-1532424196
RUNJOBID= node148-1532414812-13981
PBS_JOBID= 21021576
Free space on /tmp= 43728 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Bibd/Bibd-sum-09-03-09_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294072-1532424196/watcher-4294072-1532424196 -o /tmp/evaluation-result-4294072-1532424196/solver-4294072-1532424196 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532414812-13981 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1031566437 HOME/instance-4294072-1532424196.xml

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

MD5SUM BENCH= 8720a51077744f6e775f5d31127f86ee
RANDOM SEED=1031566437

node148.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.50
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.50
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.50
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.50
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:        14266008 kB
MemAvailable:   30880488 kB
Buffers:          197492 kB
Cached:         16364008 kB
SwapCached:            8 kB
Active:          3096116 kB
Inactive:       14575876 kB
Active(anon):    1064376 kB
Inactive(anon):    66096 kB
Active(file):    2031740 kB
Inactive(file): 14509780 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             26756 kB
Writeback:             0 kB
AnonPages:       1126072 kB
Mapped:            51372 kB
Shmem:             17024 kB
Slab:             529496 kB
SReclaimable:     501420 kB
SUnreclaim:        28076 kB
KernelStack:        3808 kB
PageTables:         7368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2050536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1026048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 43700 MiB
End job on node148 at 2018-07-24 12:04:16