Trace number 4294091

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.14 2416.16

General information on the benchmark

NameBibd/
Bibd-sc-34-085-30-12-10_c18.xml
MD5SUM16a7a800d3f63e1acf189b42778a783a
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 variables101150
Number of constraints48366
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50575}]
Minimum variable degree0
Maximum variable degree36
Distribution of variable degrees[{"degree":0,"count":50575},{"degree":2,"count":47685},{"degree":36,"count":2890}]
Minimum constraint arity3
Maximum constraint arity2890
Distribution of constraint arities[{"arity":3,"count":47685},{"arity":34,"count":85},{"arity":85,"count":595},{"arity":2890,"count":1}]
Number of extensional constraints0
Number of intensional constraints47685
Distribution of constraint types[{"type":"intension","count":47685},{"type":"lex","count":1},{"type":"sum","count":680}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294091-1532428813/watcher-4294091-1532428813 -o /tmp/evaluation-result-4294091-1532428813/solver-4294091-1532428813 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532413601-12741 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1770630778 -superng HOME/instance-4294091-1532428813.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=16105, runsolver pid=16102

[startup+0.100119 s]*
/proc/loadavg: 1.47 1.48 1.48 3/210 16162
/proc/meminfo: memFree=15622372/32770624 swapFree=67108860/67108860
[pid=16105] ppid=16102 vsize=9972712 memory=17072 CPUtime=0.09 cores=1,3,5,7
/proc/16105/stat : 16105 (java) S 16102 16105 12709 0 -1 1077944320 4419 13004 0 0 1 1 5 2 20 0 6 0 60444502 10212057088 4268 33554432000 4194304 4196468 140732535870304 140732535852848 139960541810423 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
/proc/16105/statm: 2493178 4268 1934 1 0 2481616 0
[pid=16105/tid=16158] ppid=16102 vsize=9972712 memory=4628411388058700198 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16158/stat : 16158 (java) R 16102 16105 12709 0 -1 4202560 2251 13004 0 0 0 0 5 2 20 0 6 0 60444511 10212057088 4268 33554432000 4194304 4196468 140732535870304 139960513647184 139960526933360 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16159] ppid=16102 vsize=9972712 memory=5793855821579295161 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16159/stat : 16159 (java) S 16102 16105 12709 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 6 0 60444512 10212057088 4268 33554432000 4194304 4196468 140732535870304 139960546053136 139960541820629 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16160] ppid=16102 vsize=9972712 memory=140570569401984 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16160/stat : 16160 (java) S 16102 16105 12709 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 6 0 60444512 10212057088 4268 33554432000 4194304 4196468 140732535870304 139960444943504 139960541820629 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16161] ppid=16102 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16161/stat : 16161 (java) S 16102 16105 12709 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 6 0 60444512 10212057088 4268 33554432000 4194304 4196468 140732535870304 139960443890448 139960541820629 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16162] ppid=16102 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16162/stat : 16162 (java) S 16102 16105 12709 0 -1 1077944384 2 13004 0 0 0 0 5 2 20 0 6 0 60444512 10212057088 4268 33554432000 4194304 4196468 140732535870304 139960442837904 139960541820629 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17072 KiB

[startup+0.210099 s]*
/proc/loadavg: 1.47 1.48 1.48 3/219 16171
/proc/meminfo: memFree=15602256/32770624 swapFree=67108860/67108860
[pid=16105] ppid=16102 vsize=10818936 memory=46224 CPUtime=0.25 cores=1,3,5,7
/proc/16105/stat : 16105 (java) S 16102 16105 12709 0 -1 1077944320 9434 13004 0 0 16 2 5 2 20 0 15 0 60444502 11078590464 11556 33554432000 4194304 4196468 140732535870304 140732535852848 139960541810423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
/proc/16105/statm: 2704734 11556 2966 1 0 2667157 0
[pid=16105/tid=16158] ppid=16102 vsize=10818904 memory=-8540663193526752614 CPUtime=0.18 cores=1,3,5,7
/proc/16105/task/16158/stat : 16158 (java) D 16102 16105 12709 0 -1 1077944384 6044 13004 0 0 10 1 5 2 20 0 15 0 60444511 11078557696 11556 33554432000 4194304 4196468 140732535870304 139960513635232 139960534489645 0 4 0 16800975 18446744072101641764 0 0 -1 3 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16159] ppid=16102 vsize=10818904 memory=4211974296774192522 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16159/stat : 16159 (java) S 16102 16105 12709 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 60444512 11078557696 11556 33554432000 4194304 4196468 140732535870304 139960546053136 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16160] ppid=16102 vsize=10818904 memory=140570569401984 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16160/stat : 16160 (java) S 16102 16105 12709 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 60444512 11078557696 11556 33554432000 4194304 4196468 140732535870304 139960444943504 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16161] ppid=16102 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16161/stat : 16161 (java) S 16102 16105 12709 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 60444512 11078557696 11556 33554432000 4194304 4196468 140732535870304 139960443890448 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16162] ppid=16102 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16162/stat : 16162 (java) S 16102 16105 12709 0 -1 1077944384 2 13004 0 0 0 0 5 2 20 0 15 0 60444512 11078557696 11556 33554432000 4194304 4196468 140732535870304 139960442837904 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16163] ppid=16102 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16163/stat : 16163 (java) S 16102 16105 12709 0 -1 1077944384 2 13004 0 0 0 0 5 2 20 0 15 0 60444513 11078557696 11556 33554432000 4194304 4196468 140732535870304 139960000477424 139960541821570 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16164] ppid=16102 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16164/stat : 16164 (java) S 16102 16105 12709 0 -1 1077944384 33 13004 0 0 0 0 5 2 20 0 15 0 60444514 11078590464 11556 33554432000 4194304 4196468 140732535870304 139959999423648 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16165] ppid=16102 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16165/stat : 16165 (java) S 16102 16105 12709 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 60444514 11078590464 11556 33554432000 4194304 4196468 140732535870304 139959428178672 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16166] ppid=16102 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16166/stat : 16166 (java) S 16102 16105 12709 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 60444517 11078590464 11556 33554432000 4194304 4196468 140732535870304 139959120779216 139960541829019 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16167] ppid=16102 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16105/task/16167/stat : 16167 (java) S 16102 16105 12709 0 -1 1077944384 490 13004 0 0 1 0 5 2 20 0 15 0 60444517 11078590464 11556 33554432000 4194304 4196468 140732535870304 139959643138800 139960541821570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16168] ppid=16102 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16105/task/16168/stat : 16168 (java) S 16102 16105 12709 0 -1 1077944384 89 13004 0 0 1 0 5 2 20 0 15 0 60444517 11078590464 11556 33554432000 4194304 4196468 140732535870304 139959642086256 139960541821570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16169] ppid=16102 vsize=10818936 memory=140570569401984 CPUtime=0.1 cores=1,3,5,7
/proc/16105/task/16169/stat : 16169 (java) S 16102 16105 12709 0 -1 1077944384 571 13004 0 0 3 0 5 2 20 0 15 0 60444517 11078590464 11556 33554432000 4194304 4196468 140732535870304 139959641033200 139960541821570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16170] ppid=16102 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16170/stat : 16170 (java) S 16102 16105 12709 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 60444517 11078590464 11556 33554432000 4194304 4196468 140732535870304 139959087221600 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16171] ppid=16102 vsize=10818936 memory=140570569401984 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16171/stat : 16171 (java) S 16102 16105 12709 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 60444517 11078590464 11556 33554432000 4194304 4196468 140732535870304 139959639980592 139960541821570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818936 KiB
Current children cumulated memory: 46224 KiB

[startup+0.31057 s]*
/proc/loadavg: 1.47 1.48 1.48 3/219 16171
/proc/meminfo: memFree=15589976/32770624 swapFree=67108860/67108860
[pid=16105] ppid=16102 vsize=10819352 memory=54100 CPUtime=0.38 cores=1,3,5,7
/proc/16105/stat : 16105 (java) S 16102 16105 12709 0 -1 1077944320 10622 13004 0 0 28 3 5 2 20 0 15 0 60444502 11079016448 13525 33554432000 4194304 4196468 140732535870304 140732535852848 139960541810423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
/proc/16105/statm: 2704838 13525 3085 1 0 2667149 0
[pid=16105/tid=16158] ppid=16102 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/16105/task/16158/stat : 16158 (java) R 16102 16105 12709 0 -1 4202560 7234 13004 0 0 19 2 5 2 20 0 15 0 60444511 11079016448 13525 33554432000 4194304 4196468 140732535870304 139960513622432 139960541832349 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16159] ppid=16102 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16159/stat : 16159 (java) S 16102 16105 12709 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 60444512 11079016448 13525 33554432000 4194304 4196468 140732535870304 139960546053136 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16160] ppid=16102 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16160/stat : 16160 (java) S 16102 16105 12709 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 60444512 11079016448 13525 33554432000 4194304 4196468 140732535870304 139960444943504 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16161] ppid=16102 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16161/stat : 16161 (java) S 16102 16105 12709 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 60444512 11079016448 13525 33554432000 4194304 4196468 140732535870304 139960443890448 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16162] ppid=16102 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16162/stat : 16162 (java) S 16102 16105 12709 0 -1 1077944384 2 13004 0 0 0 0 5 2 20 0 15 0 60444512 11079016448 13525 33554432000 4194304 4196468 140732535870304 139960442837904 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16163] ppid=16102 vsize=10819352 memory=140570569401983 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16163/stat : 16163 (java) S 16102 16105 12709 0 -1 1077944384 2 13004 0 0 0 0 5 2 20 0 15 0 60444513 11079016448 13525 33554432000 4194304 4196468 140732535870304 139960000477424 139960541821570 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16164] ppid=16102 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16164/stat : 16164 (java) S 16102 16105 12709 0 -1 1077944384 33 13004 0 0 0 0 5 2 20 0 15 0 60444514 11079016448 13525 33554432000 4194304 4196468 140732535870304 139959999423648 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16165] ppid=16102 vsize=10819352 memory=140570569401984 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16165/stat : 16165 (java) S 16102 16105 12709 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 60444514 11079016448 13525 33554432000 4194304 4196468 140732535870304 139959428178672 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16166] ppid=16102 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16166/stat : 16166 (java) S 16102 16105 12709 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 60444517 11079016448 13525 33554432000 4194304 4196468 140732535870304 139959120779216 139960541829019 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16167] ppid=16102 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16105/task/16167/stat : 16167 (java) S 16102 16105 12709 0 -1 1077944384 490 13004 0 0 1 0 5 2 20 0 15 0 60444517 11079016448 13525 33554432000 4194304 4196468 140732535870304 139959643138800 139960541821570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16168] ppid=16102 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16105/task/16168/stat : 16168 (java) S 16102 16105 12709 0 -1 1077944384 90 13004 0 0 1 0 5 2 20 0 15 0 60444517 11079016448 13525 33554432000 4194304 4196468 140732535870304 139959642086256 139960541821570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16169] ppid=16102 vsize=10819352 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/16105/task/16169/stat : 16169 (java) R 16102 16105 12709 0 -1 4202560 577 13004 0 0 4 0 5 2 20 0 15 0 60444517 11079016448 13525 33554432000 4194304 4196468 140732535870304 139959641033200 139960534047550 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16170] ppid=16102 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16170/stat : 16170 (java) S 16102 16105 12709 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 60444517 11079016448 13525 33554432000 4194304 4196468 140732535870304 139959087221600 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16171] ppid=16102 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16171/stat : 16171 (java) S 16102 16105 12709 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 60444517 11079016448 13525 33554432000 4194304 4196468 140732535870304 139959639980592 139960541821570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54100 KiB

[startup+0.700748 s]
/proc/loadavg: 1.47 1.48 1.48 3/219 16171
/proc/meminfo: memFree=15580052/32770624 swapFree=67108860/67108860
[pid=16105] ppid=16102 vsize=10819352 memory=86232 CPUtime=0.98 cores=1,3,5,7
/proc/16105/stat : 16105 (java) S 16102 16105 12709 0 -1 1077944320 16756 13004 0 0 87 4 5 2 20 0 15 0 60444502 11079016448 21558 33554432000 4194304 4196468 140732535870304 140732535852848 139960541810423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
/proc/16105/statm: 2704838 21558 3237 1 0 2667149 0
[pid=16105/tid=16158] ppid=16102 vsize=10819352 memory=18904 CPUtime=0.66 cores=1,3,5,7
/proc/16105/task/16158/stat : 16158 (java) R 16102 16105 12709 0 -1 4202560 12298 13004 0 0 56 3 5 2 20 0 15 0 60444511 11079016448 21558 33554432000 4194304 4196468 140732535870304 139960513631248 139960522085596 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16159] ppid=16102 vsize=10819352 memory=4580 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16159/stat : 16159 (java) S 16102 16105 12709 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 60444512 11079016448 21558 33554432000 4194304 4196468 140732535870304 139960546053136 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16160] ppid=16102 vsize=10819352 memory=140570454696435 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16160/stat : 16160 (java) S 16102 16105 12709 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 60444512 11079016448 21558 33554432000 4194304 4196468 140732535870304 139960444943504 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16161] ppid=16102 vsize=10819352 memory=140574279598987 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16161/stat : 16161 (java) S 16102 16105 12709 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 60444512 11079016448 21558 33554432000 4194304 4196468 140732535870304 139960443890448 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16162] ppid=16102 vsize=10819352 memory=1792 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16162/stat : 16162 (java) S 16102 16105 12709 0 -1 1077944384 2 13004 0 0 0 0 5 2 20 0 15 0 60444512 11079016448 21558 33554432000 4194304 4196468 140732535870304 139960442837904 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16163] ppid=16102 vsize=10819352 memory=6296143700806424935 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16163/stat : 16163 (java) S 16102 16105 12709 0 -1 1077944384 5 13004 0 0 0 0 5 2 20 0 15 0 60444513 11079016448 21558 33554432000 4194304 4196468 140732535870304 139960000477424 139960541821570 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16164] ppid=16102 vsize=10819352 memory=8099279071866868837 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16164/stat : 16164 (java) S 16102 16105 12709 0 -1 1077944384 33 13004 0 0 0 0 5 2 20 0 15 0 60444514 11079016448 21558 33554432000 4194304 4196468 140732535870304 139959999423648 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16165] ppid=16102 vsize=10819352 memory=6004820471124940137 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16165/stat : 16165 (java) S 16102 16105 12709 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 60444514 11079016448 21558 33554432000 4194304 4196468 140732535870304 139959428178672 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16166] ppid=16102 vsize=10819352 memory=3054156605368933524 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16166/stat : 16166 (java) S 16102 16105 12709 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 60444517 11079016448 21558 33554432000 4194304 4196468 140732535870304 139959120779216 139960541829019 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16167] ppid=16102 vsize=10819352 memory=8326441112149131689 CPUtime=0.17 cores=1,3,5,7
/proc/16105/task/16167/stat : 16167 (java) S 16102 16105 12709 0 -1 1077944384 1116 13004 0 0 10 0 5 2 20 0 15 0 60444517 11079016448 21558 33554432000 4194304 4196468 140732535870304 139959643138800 139960541821570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16168] ppid=16102 vsize=10819352 memory=-7025452035940392864 CPUtime=0.13 cores=1,3,5,7
/proc/16105/task/16168/stat : 16168 (java) S 16102 16105 12709 0 -1 1077944384 451 13004 0 0 6 0 5 2 20 0 15 0 60444517 11079016448 21558 33554432000 4194304 4196468 140732535870304 139959642086256 139960541821570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16169] ppid=16102 vsize=10819352 memory=6944656592452807326 CPUtime=0.2 cores=1,3,5,7
/proc/16105/task/16169/stat : 16169 (java) S 16102 16105 12709 0 -1 1077944384 648 13004 0 0 13 0 5 2 20 0 15 0 60444517 11079016448 21558 33554432000 4194304 4196468 140732535870304 139959641033200 139960541821570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16170] ppid=16102 vsize=10819352 memory=-9178176116494409632 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16170/stat : 16170 (java) S 16102 16105 12709 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 60444517 11079016448 21558 33554432000 4194304 4196468 140732535870304 139959087221600 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16171] ppid=16102 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16171/stat : 16171 (java) S 16102 16105 12709 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 60444517 11079016448 21558 33554432000 4194304 4196468 140732535870304 139959639980592 139960541821570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86232 KiB

[startup+1.50197 s]
/proc/loadavg: 1.52 1.49 1.48 2/219 16171
/proc/meminfo: memFree=15538116/32770624 swapFree=67108860/67108860
[pid=16105] ppid=16102 vsize=10828108 memory=277704 CPUtime=2.83 cores=1,3,5,7
/proc/16105/stat : 16105 (java) S 16102 16105 12709 0 -1 1077944320 22755 13004 0 0 260 16 5 2 20 0 15 0 60444502 11087982592 69426 33554432000 4194304 4196468 140732535870304 140732535852848 139960541810423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
/proc/16105/statm: 2707027 69426 3464 1 0 2668685 0
[pid=16105/tid=16158] ppid=16102 vsize=10828108 memory=0 CPUtime=1.33 cores=1,3,5,7
/proc/16105/task/16158/stat : 16158 (java) R 16102 16105 12709 0 -1 4202560 15060 13004 0 0 120 6 5 2 20 0 15 0 60444511 11087982592 69426 33554432000 4194304 4196468 140732535870304 139960513645536 139960116129510 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16159] ppid=16102 vsize=10828108 memory=100776 CPUtime=0.11 cores=1,3,5,7
/proc/16105/task/16159/stat : 16159 (java) S 16102 16105 12709 0 -1 1077944384 72 13004 0 0 3 1 5 2 20 0 15 0 60444512 11087982592 69426 33554432000 4194304 4196468 140732535870304 139960546053136 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16160] ppid=16102 vsize=10828108 memory=5790086053191909267 CPUtime=0.12 cores=1,3,5,7
/proc/16105/task/16160/stat : 16160 (java) S 16102 16105 12709 0 -1 1077944384 39 13004 0 0 3 2 5 2 20 0 15 0 60444512 11087982592 69426 33554432000 4194304 4196468 140732535870304 139960444943504 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16161] ppid=16102 vsize=10828108 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/16105/task/16161/stat : 16161 (java) S 16102 16105 12709 0 -1 1077944384 250 13004 0 0 3 2 5 2 20 0 15 0 60444512 11087982592 69426 33554432000 4194304 4196468 140732535870304 139960443890448 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16162] ppid=16102 vsize=10828108 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/16105/task/16162/stat : 16162 (java) S 16102 16105 12709 0 -1 1077944384 43 13004 0 0 3 2 5 2 20 0 15 0 60444512 11087982592 69426 33554432000 4194304 4196468 140732535870304 139960442837904 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16163] ppid=16102 vsize=10828108 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16163/stat : 16163 (java) S 16102 16105 12709 0 -1 1077944384 92 13004 0 0 0 0 5 2 20 0 15 0 60444513 11087982592 69426 33554432000 4194304 4196468 140732535870304 139960000477424 139960541821570 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16164] ppid=16102 vsize=10828108 memory=-6221781267475802396 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16164/stat : 16164 (java) S 16102 16105 12709 0 -1 1077944384 34 13004 0 0 0 0 5 2 20 0 15 0 60444514 11087982592 69426 33554432000 4194304 4196468 140732535870304 139959999423712 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16165] ppid=16102 vsize=10828108 memory=4132 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16165/stat : 16165 (java) R 16102 16105 12709 0 -1 1077944384 2 13004 0 0 0 0 5 2 20 0 15 0 60444514 11087982592 69426 33554432000 4194304 4196468 140732535870304 139959428177168 139960541820629 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16166] ppid=16102 vsize=10828108 memory=2196 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16166/stat : 16166 (java) S 16102 16105 12709 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 60444517 11087982592 69426 33554432000 4194304 4196468 140732535870304 139959120779216 139960541829019 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16167] ppid=16102 vsize=10828108 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/16105/task/16167/stat : 16167 (java) S 16102 16105 12709 0 -1 1077944384 2235 13004 0 0 47 0 5 2 20 0 15 0 60444517 11087982592 69426 33554432000 4194304 4196468 140732535870304 139959643138800 139960541821570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16168] ppid=16102 vsize=10828108 memory=209990010860866 CPUtime=0.48 cores=1,3,5,7
/proc/16105/task/16168/stat : 16168 (java) S 16102 16105 12709 0 -1 1077944384 1520 13004 0 0 41 0 5 2 20 0 15 0 60444517 11087982592 69426 33554432000 4194304 4196468 140732535870304 139959642086256 139960541821570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16169] ppid=16102 vsize=10828108 memory=3904963032027245965 CPUtime=0.41 cores=1,3,5,7
/proc/16105/task/16169/stat : 16169 (java) R 16102 16105 12709 0 -1 4202560 1209 13004 0 0 34 0 5 2 20 0 15 0 60444517 11087982592 69426 33554432000 4194304 4196468 140732535870304 139959641033200 139960520626607 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16170] ppid=16102 vsize=10828108 memory=4638778406923096400 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16170/stat : 16170 (java) S 16102 16105 12709 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 60444517 11087982592 69426 33554432000 4194304 4196468 140732535870304 139959087221600 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16171] ppid=16102 vsize=10828108 memory=6935649255776346176 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16171/stat : 16171 (java) S 16102 16105 12709 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 60444517 11087982592 69426 33554432000 4194304 4196468 140732535870304 139959639980592 139960541821570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 10828108 KiB

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

/proc/16105/task/16158/stat : 16158 (java) R 16102 16105 12709 0 -1 4202560 223826 13004 0 0 229799 79 5 2 20 0 15 0 60444511 11111071744 1268602 33554432000 4194304 4196468 140732535870304 139960513644768 139960117199483 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16159] ppid=16102 vsize=10850656 memory=5074408 CPUtime=22.5 cores=1,3,5,7
/proc/16105/task/16159/stat : 16159 (java) S 16102 16105 12709 0 -1 1077944384 44399 13004 0 0 2159 84 5 2 20 0 15 0 60444512 11111071744 1268602 33554432000 4194304 4196468 140732535870304 139960546053136 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16160] ppid=16102 vsize=10850656 memory=5069432 CPUtime=22.57 cores=1,3,5,7
/proc/16105/task/16160/stat : 16160 (java) S 16102 16105 12709 0 -1 1077944384 47814 13004 0 0 2169 81 5 2 20 0 15 0 60444512 11111071744 1268602 33554432000 4194304 4196468 140732535870304 139960444943504 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16161] ppid=16102 vsize=10850656 memory=5069432 CPUtime=22.48 cores=1,3,5,7
/proc/16105/task/16161/stat : 16161 (java) S 16102 16105 12709 0 -1 1077944384 51133 13004 0 0 2161 80 5 2 20 0 15 0 60444512 11111071744 1268602 33554432000 4194304 4196468 140732535870304 139960443890448 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16162] ppid=16102 vsize=10850656 memory=5069432 CPUtime=22.56 cores=1,3,5,7
/proc/16105/task/16162/stat : 16162 (java) S 16102 16105 12709 0 -1 1077944384 47171 13004 0 0 2168 81 5 2 20 0 15 0 60444512 11111071744 1268602 33554432000 4194304 4196468 140732535870304 139960442837904 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16163] ppid=16102 vsize=10850656 memory=5074408 CPUtime=0.84 cores=1,3,5,7
/proc/16105/task/16163/stat : 16163 (java) S 16102 16105 12709 0 -1 1077944384 34772 13004 0 0 69 8 5 2 20 0 15 0 60444513 11111071744 1268602 33554432000 4194304 4196468 140732535870304 139960000477424 139960541821570 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16164] ppid=16102 vsize=10850656 memory=5074408 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16164/stat : 16164 (java) S 16102 16105 12709 0 -1 1077944384 56 13004 0 0 0 0 5 2 20 0 15 0 60444514 11111071744 1268602 33554432000 4194304 4196468 140732535870304 139959999423712 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16165] ppid=16102 vsize=10850656 memory=5074408 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16165/stat : 16165 (java) S 16102 16105 12709 0 -1 1077944384 4 13004 0 0 0 0 5 2 20 0 15 0 60444514 11111071744 1268602 33554432000 4194304 4196468 140732535870304 139959428178688 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16166] ppid=16102 vsize=10850656 memory=5069432 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16166/stat : 16166 (java) S 16102 16105 12709 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 60444517 11111071744 1268602 33554432000 4194304 4196468 140732535870304 139959120779216 139960541829019 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16167] ppid=16102 vsize=10850656 memory=5069432 CPUtime=15.21 cores=1,3,5,7
/proc/16105/task/16167/stat : 16167 (java) S 16102 16105 12709 0 -1 1077944384 48441 13004 0 0 1505 9 5 2 20 0 15 0 60444517 11111071744 1268602 33554432000 4194304 4196468 140732535870304 139959643138800 139960541821570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16168] ppid=16102 vsize=10850656 memory=5074408 CPUtime=14.98 cores=1,3,5,7
/proc/16105/task/16168/stat : 16168 (java) S 16102 16105 12709 0 -1 1077944384 49902 13004 0 0 1484 7 5 2 20 0 15 0 60444517 11111071744 1268602 33554432000 4194304 4196468 140732535870304 139959642086256 139960541821570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16169] ppid=16102 vsize=10850656 memory=5074408 CPUtime=4.69 cores=1,3,5,7
/proc/16105/task/16169/stat : 16169 (java) S 16102 16105 12709 0 -1 1077944384 44312 13004 0 0 453 9 5 2 20 0 15 0 60444517 11111071744 1268602 33554432000 4194304 4196468 140732535870304 139959641033200 139960541821570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16170] ppid=16102 vsize=10850656 memory=5069432 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16170/stat : 16170 (java) S 16102 16105 12709 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 60444517 11111071744 1268602 33554432000 4194304 4196468 140732535870304 139959087221600 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16171] ppid=16102 vsize=10850656 memory=5069432 CPUtime=1.41 cores=1,3,5,7
/proc/16105/task/16171/stat : 16171 (java) S 16102 16105 12709 0 -1 1077944384 1744 13004 0 0 57 77 5 2 20 0 15 0 60444517 11111071744 1268602 33554432000 4194304 4196468 140732535870304 139959639980592 139960541821570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
Current children cumulated CPU time: 2425.56 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 5074408 KiB

[startup+2382.3 s]
/proc/loadavg: 1.93 1.89 1.82 4/219 16648
/proc/meminfo: memFree=8491212/32770624 swapFree=67108860/67108860
[pid=16105] ppid=16102 vsize=10850656 memory=5075068 CPUtime=2486.04 cores=1,3,5,7
/proc/16105/stat : 16105 (java) S 16102 16105 12709 0 -1 1077944320 614287 13004 0 0 248092 505 5 2 20 0 15 0 60444502 11111071744 1268767 33554432000 4194304 4196468 140732535870304 140732535852848 139960541810423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
/proc/16105/statm: 2712664 1268767 3537 1 0 2674317 0
[pid=16105/tid=16158] ppid=16102 vsize=10850656 memory=5075068 CPUtime=2358.74 cores=1,3,5,7
/proc/16105/task/16158/stat : 16158 (java) R 16102 16105 12709 0 -1 4202560 228919 13004 0 0 235787 80 5 2 20 0 15 0 60444511 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139960513644464 139960125895197 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16159] ppid=16102 vsize=10850656 memory=5075068 CPUtime=22.6 cores=1,3,5,7
/proc/16105/task/16159/stat : 16159 (java) S 16102 16105 12709 0 -1 1077944384 44954 13004 0 0 2169 84 5 2 20 0 15 0 60444512 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139960546053136 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16160] ppid=16102 vsize=10850656 memory=5075068 CPUtime=22.67 cores=1,3,5,7
/proc/16105/task/16160/stat : 16160 (java) S 16102 16105 12709 0 -1 1077944384 48679 13004 0 0 2179 81 5 2 20 0 15 0 60444512 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139960444943504 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16161] ppid=16102 vsize=10850656 memory=5075068 CPUtime=22.59 cores=1,3,5,7
/proc/16105/task/16161/stat : 16161 (java) S 16102 16105 12709 0 -1 1077944384 53088 13004 0 0 2172 80 5 2 20 0 15 0 60444512 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139960443890448 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16162] ppid=16102 vsize=10850656 memory=5075068 CPUtime=22.66 cores=1,3,5,7
/proc/16105/task/16162/stat : 16162 (java) S 16102 16105 12709 0 -1 1077944384 48613 13004 0 0 2178 81 5 2 20 0 15 0 60444512 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139960442837904 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16163] ppid=16102 vsize=10850656 memory=5075068 CPUtime=0.84 cores=1,3,5,7
/proc/16105/task/16163/stat : 16163 (java) S 16102 16105 12709 0 -1 1077944384 35092 13004 0 0 69 8 5 2 20 0 15 0 60444513 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139960000477424 139960541821570 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16164] ppid=16102 vsize=10850656 memory=5075068 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16164/stat : 16164 (java) S 16102 16105 12709 0 -1 1077944384 56 13004 0 0 0 0 5 2 20 0 15 0 60444514 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139959999423712 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16165] ppid=16102 vsize=10850656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16165/stat : 16165 (java) S 16102 16105 12709 0 -1 1077944384 4 13004 0 0 0 0 5 2 20 0 15 0 60444514 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139959428178688 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16166] ppid=16102 vsize=10850656 memory=5075068 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16166/stat : 16166 (java) S 16102 16105 12709 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 60444517 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139959120779216 139960541829019 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16167] ppid=16102 vsize=10850656 memory=5075068 CPUtime=15.27 cores=1,3,5,7
/proc/16105/task/16167/stat : 16167 (java) S 16102 16105 12709 0 -1 1077944384 50757 13004 0 0 1511 9 5 2 20 0 15 0 60444517 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139959643138800 139960541821570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16168] ppid=16102 vsize=10850656 memory=5075068 CPUtime=15.06 cores=1,3,5,7
/proc/16105/task/16168/stat : 16168 (java) S 16102 16105 12709 0 -1 1077944384 53300 13004 0 0 1492 7 5 2 20 0 15 0 60444517 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139959642086256 139960541821570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16169] ppid=16102 vsize=10850656 memory=5075068 CPUtime=4.69 cores=1,3,5,7
/proc/16105/task/16169/stat : 16169 (java) S 16102 16105 12709 0 -1 1077944384 46852 13004 0 0 453 9 5 2 20 0 15 0 60444517 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139959641033200 139960541821570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16170] ppid=16102 vsize=10850656 memory=5075068 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16170/stat : 16170 (java) S 16102 16105 12709 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 60444517 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139959087221600 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16171] ppid=16102 vsize=10850656 memory=3828 CPUtime=1.44 cores=1,3,5,7
/proc/16105/task/16171/stat : 16171 (java) S 16102 16105 12709 0 -1 1077944384 1775 13004 0 0 58 79 5 2 20 0 15 0 60444517 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139959639980592 139960541821570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
Current children cumulated CPU time: 2486.04 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 5075068 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2416.11 s]
/proc/loadavg: 1.90 1.89 1.82 3/221 16658
/proc/meminfo: memFree=8489244/32770624 swapFree=67108860/67108860
[pid=16105] ppid=16102 vsize=10850656 memory=5075068 CPUtime=2520.07 cores=1,3,5,7
/proc/16105/stat : 16105 (java) S 16102 16105 12709 0 -1 1077944320 622450 13004 0 0 251493 507 5 2 20 0 15 0 60444502 11111071744 1268767 33554432000 4194304 4196468 140732535870304 140732535852848 139960541810423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
/proc/16105/statm: 2712664 1268767 3537 1 0 2674317 0
[pid=16105/tid=16158] ppid=16102 vsize=10850656 memory=5075068 CPUtime=2392.48 cores=1,3,5,7
/proc/16105/task/16158/stat : 16158 (java) R 16102 16105 12709 0 -1 4202560 232028 13004 0 0 239161 80 5 2 20 0 15 0 60444511 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139960513645440 139960137893295 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16159] ppid=16102 vsize=10850656 memory=5075068 CPUtime=22.67 cores=1,3,5,7
/proc/16105/task/16159/stat : 16159 (java) S 16102 16105 12709 0 -1 1077944384 46701 13004 0 0 2176 84 5 2 20 0 15 0 60444512 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139960546053136 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16160] ppid=16102 vsize=10850656 memory=5075068 CPUtime=22.73 cores=1,3,5,7
/proc/16105/task/16160/stat : 16160 (java) S 16102 16105 12709 0 -1 1077944384 49437 13004 0 0 2185 81 5 2 20 0 15 0 60444512 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139960444943504 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16161] ppid=16102 vsize=10850656 memory=5075068 CPUtime=22.66 cores=1,3,5,7
/proc/16105/task/16161/stat : 16161 (java) S 16102 16105 12709 0 -1 1077944384 54332 13004 0 0 2178 81 5 2 20 0 15 0 60444512 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139960443890448 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16162] ppid=16102 vsize=10850656 memory=5075068 CPUtime=22.72 cores=1,3,5,7
/proc/16105/task/16162/stat : 16162 (java) S 16102 16105 12709 0 -1 1077944384 49567 13004 0 0 2184 81 5 2 20 0 15 0 60444512 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139960442837904 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16163] ppid=16102 vsize=10850656 memory=5075068 CPUtime=0.85 cores=1,3,5,7
/proc/16105/task/16163/stat : 16163 (java) S 16102 16105 12709 0 -1 1077944384 35403 13004 0 0 70 8 5 2 20 0 15 0 60444513 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139960000477424 139960541821570 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16164] ppid=16102 vsize=10850656 memory=5075068 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16164/stat : 16164 (java) S 16102 16105 12709 0 -1 1077944384 56 13004 0 0 0 0 5 2 20 0 15 0 60444514 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139959999423712 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16165] ppid=16102 vsize=10850656 memory=5075068 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16165/stat : 16165 (java) S 16102 16105 12709 0 -1 1077944384 4 13004 0 0 0 0 5 2 20 0 15 0 60444514 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139959428178688 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16166] ppid=16102 vsize=10850656 memory=5075068 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16166/stat : 16166 (java) S 16102 16105 12709 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 60444517 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139959120779216 139960541829019 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16167] ppid=16102 vsize=10850656 memory=5075068 CPUtime=15.27 cores=1,3,5,7
/proc/16105/task/16167/stat : 16167 (java) S 16102 16105 12709 0 -1 1077944384 50761 13004 0 0 1511 9 5 2 20 0 15 0 60444517 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139959643138800 139960541821570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16168] ppid=16102 vsize=10850656 memory=644 CPUtime=15.06 cores=1,3,5,7
/proc/16105/task/16168/stat : 16168 (java) S 16102 16105 12709 0 -1 1077944384 53308 13004 0 0 1492 7 5 2 20 0 15 0 60444517 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139959642086256 139960541821570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16169] ppid=16102 vsize=10850656 memory=6791534058613427641 CPUtime=4.69 cores=1,3,5,7
/proc/16105/task/16169/stat : 16169 (java) S 16102 16105 12709 0 -1 1077944384 46856 13004 0 0 453 9 5 2 20 0 15 0 60444517 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139959641033200 139960541821570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16170] ppid=16102 vsize=10850656 memory=5524 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16170/stat : 16170 (java) S 16102 16105 12709 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 60444517 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139959087221600 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16171] ppid=16102 vsize=10850656 memory=5075068 CPUtime=1.47 cores=1,3,5,7
/proc/16105/task/16171/stat : 16171 (java) S 16102 16105 12709 0 -1 1077944384 1799 13004 0 0 60 80 5 2 20 0 15 0 60444517 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139959639980592 139960541821570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 5075068 KiB

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

[startup+2416.16 s]
# the end of solver process 16105 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.01 s, system=5.12972 s

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

[startup+2416.11 s]
/proc/loadavg: 1.90 1.89 1.82 3/221 16658
/proc/meminfo: memFree=8489244/32770624 swapFree=67108860/67108860
[pid=16105] ppid=16102 vsize=10850656 memory=5075068 CPUtime=2520.07 cores=1,3,5,7
/proc/16105/stat : 16105 (java) S 16102 16105 12709 0 -1 1077944320 622450 13004 0 0 251493 507 5 2 20 0 15 0 60444502 11111071744 1268767 33554432000 4194304 4196468 140732535870304 140732535852848 139960541810423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
/proc/16105/statm: 2712664 1268767 3537 1 0 2674317 0
[pid=16105/tid=16158] ppid=16102 vsize=10850656 memory=5075068 CPUtime=2392.48 cores=1,3,5,7
/proc/16105/task/16158/stat : 16158 (java) R 16102 16105 12709 0 -1 4202560 232028 13004 0 0 239161 80 5 2 20 0 15 0 60444511 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139960513645440 139960137893295 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16159] ppid=16102 vsize=10850656 memory=5075068 CPUtime=22.67 cores=1,3,5,7
/proc/16105/task/16159/stat : 16159 (java) S 16102 16105 12709 0 -1 1077944384 46701 13004 0 0 2176 84 5 2 20 0 15 0 60444512 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139960546053136 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16160] ppid=16102 vsize=10850656 memory=5075068 CPUtime=22.73 cores=1,3,5,7
/proc/16105/task/16160/stat : 16160 (java) S 16102 16105 12709 0 -1 1077944384 49437 13004 0 0 2185 81 5 2 20 0 15 0 60444512 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139960444943504 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16161] ppid=16102 vsize=10850656 memory=5075068 CPUtime=22.66 cores=1,3,5,7
/proc/16105/task/16161/stat : 16161 (java) S 16102 16105 12709 0 -1 1077944384 54332 13004 0 0 2178 81 5 2 20 0 15 0 60444512 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139960443890448 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16162] ppid=16102 vsize=10850656 memory=5075068 CPUtime=22.72 cores=1,3,5,7
/proc/16105/task/16162/stat : 16162 (java) S 16102 16105 12709 0 -1 1077944384 49567 13004 0 0 2184 81 5 2 20 0 15 0 60444512 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139960442837904 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16163] ppid=16102 vsize=10850656 memory=5075068 CPUtime=0.85 cores=1,3,5,7
/proc/16105/task/16163/stat : 16163 (java) S 16102 16105 12709 0 -1 1077944384 35403 13004 0 0 70 8 5 2 20 0 15 0 60444513 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139960000477424 139960541821570 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16164] ppid=16102 vsize=10850656 memory=5075068 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16164/stat : 16164 (java) S 16102 16105 12709 0 -1 1077944384 56 13004 0 0 0 0 5 2 20 0 15 0 60444514 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139959999423712 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16165] ppid=16102 vsize=10850656 memory=5075068 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16165/stat : 16165 (java) S 16102 16105 12709 0 -1 1077944384 4 13004 0 0 0 0 5 2 20 0 15 0 60444514 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139959428178688 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16166] ppid=16102 vsize=10850656 memory=5075068 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16166/stat : 16166 (java) S 16102 16105 12709 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 60444517 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139959120779216 139960541829019 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16167] ppid=16102 vsize=10850656 memory=5075068 CPUtime=15.27 cores=1,3,5,7
/proc/16105/task/16167/stat : 16167 (java) S 16102 16105 12709 0 -1 1077944384 50761 13004 0 0 1511 9 5 2 20 0 15 0 60444517 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139959643138800 139960541821570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16168] ppid=16102 vsize=10850656 memory=644 CPUtime=15.06 cores=1,3,5,7
/proc/16105/task/16168/stat : 16168 (java) S 16102 16105 12709 0 -1 1077944384 53308 13004 0 0 1492 7 5 2 20 0 15 0 60444517 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139959642086256 139960541821570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16169] ppid=16102 vsize=10850656 memory=6791534058613427641 CPUtime=4.69 cores=1,3,5,7
/proc/16105/task/16169/stat : 16169 (java) S 16102 16105 12709 0 -1 1077944384 46856 13004 0 0 453 9 5 2 20 0 15 0 60444517 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139959641033200 139960541821570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16170] ppid=16102 vsize=10850656 memory=5524 CPUtime=0.07 cores=1,3,5,7
/proc/16105/task/16170/stat : 16170 (java) S 16102 16105 12709 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 60444517 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139959087221600 139960541820629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
[pid=16105/tid=16171] ppid=16102 vsize=10850656 memory=5075068 CPUtime=1.47 cores=1,3,5,7
/proc/16105/task/16171/stat : 16171 (java) S 16102 16105 12709 0 -1 1077944384 1799 13004 0 0 60 80 5 2 20 0 15 0 60444517 11111071744 1268767 33554432000 4194304 4196468 140732535870304 139959639980592 139960541821570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35262464 140732535871659 140732535874908 140732535874908 140732535877583 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 5075068 KiB

Child status: 143
Real time (s): 2416.16
CPU time (s): 2520.14
CPU user time (s): 2515.01
CPU system time (s): 5.12972
CPU usage (%): 104.304
Max. virtual memory (cumulated for all children) (KiB): 10850656
Max. memory (cumulated for all children) (KiB): 5075068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.01
system time used= 5.12972
maximum resident set size= 5079308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 638310
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 74176
involuntary context switches= 3168


# summary of solver processes directly reported to runsolver:
#   pid: 16105
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2515.01
#   total CPU system time (s): 5.12972

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7818 second user time and 22.6294 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-24 12:40:13
IDJOB=4294091
IDBENCH=141329
IDSOLVER=2751
FILE ID=node135/4294091-1532428813
RUNJOBID= node135-1532413601-12741
PBS_JOBID= 21021575
Free space on /tmp= 48392 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Bibd/Bibd-sc-34-085-30-12-10_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-4294091-1532428813/watcher-4294091-1532428813 -o /tmp/evaluation-result-4294091-1532428813/solver-4294091-1532428813 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532413601-12741 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1770630778 -superng HOME/instance-4294091-1532428813.xml

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

MD5SUM BENCH= 16a7a800d3f63e1acf189b42778a783a
RANDOM SEED=1770630778

node135.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:        15631584 kB
MemAvailable:   30672608 kB
Buffers:          204368 kB
Cached:         14891356 kB
SwapCached:            0 kB
Active:          3663232 kB
Inactive:       12747564 kB
Active(anon):    1265276 kB
Inactive(anon):    69860 kB
Active(file):    2397956 kB
Inactive(file): 12677704 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             29380 kB
Writeback:             0 kB
AnonPages:       1322516 kB
Mapped:            51464 kB
Shmem:             17056 kB
Slab:             422388 kB
SReclaimable:     393824 kB
SUnreclaim:        28564 kB
KernelStack:        3568 kB
PageTables:         8972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2063696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1189888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48368 MiB
End job on node135 at 2018-07-24 13:20:30