Trace number 4294581

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.07 2480.93

General information on the benchmark

NameDubois/
Dubois-050_c18.xml
MD5SUM630ab63eaf7c5bcaa7f0eb192a58705a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.011295
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints100
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":150}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":150}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":100}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294581-1532471093/watcher-4294581-1532471093 -o /tmp/evaluation-result-4294581-1532471093/solver-4294581-1532471093 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532448512-24796 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1220937621 -superng HOME/instance-4294581-1532471093.xml 

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

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

solver pid=30231, runsolver pid=30228

[startup+0.100031 s]*
/proc/loadavg: 1.21 1.53 1.49 3/207 30287
/proc/meminfo: memFree=21400696/32770624 swapFree=67108860/67108860
[pid=30231] ppid=30228 vsize=9972712 memory=16812 CPUtime=0.09 cores=0,2,4,6
/proc/30231/stat : 30231 (java) S 30228 30231 24765 0 -1 1077944320 4333 13046 0 0 1 0 5 3 20 0 6 0 64672514 10212057088 4203 33554432000 4194304 4196468 140729032736976 140729032719520 140270935994103 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
/proc/30231/statm: 2493178 4203 1934 1 0 2481616 0
[pid=30231/tid=30284] ppid=30228 vsize=9972712 memory=4279135703946462605 CPUtime=0.09 cores=0,2,4,6
/proc/30231/task/30284/stat : 30284 (java) R 30228 30231 24765 0 -1 4202560 2149 13046 0 0 1 0 5 3 20 0 6 0 64672523 10212057088 4203 33554432000 4194304 4196468 140729032736976 140270907830864 140270920074590 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30285] ppid=30228 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30285/stat : 30285 (java) S 30228 30231 24765 0 -1 1077944384 1 13046 0 0 0 0 5 3 20 0 6 0 64672524 10212057088 4203 33554432000 4194304 4196468 140729032736976 140270940236048 140270936004309 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30286] ppid=30228 vsize=9972712 memory=140238149228160 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30286/stat : 30286 (java) S 30228 30231 24765 0 -1 1077944384 1 13046 0 0 0 0 5 3 20 0 6 0 64672524 10212057088 4203 33554432000 4194304 4196468 140729032736976 140270828509584 140270936004309 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30287] ppid=30228 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30287/stat : 30287 (java) S 30228 30231 24765 0 -1 1077944384 2 13046 0 0 0 0 5 3 20 0 6 0 64672524 10212057088 4203 33554432000 4194304 4196468 140729032736976 140270827457040 140270936004309 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30288] ppid=30228 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30288/stat : 30288 (java) S 30228 30231 24765 0 -1 1077944384 2 13046 0 0 0 0 5 3 20 0 6 0 64672524 10212057088 4203 33554432000 4194304 4196468 140729032736976 140270826404496 140270936004309 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210176 s]*
/proc/loadavg: 1.21 1.53 1.49 3/217 30297
/proc/meminfo: memFree=21402640/32770624 swapFree=67108860/67108860
[pid=30231] ppid=30228 vsize=10821524 memory=43016 CPUtime=0.26 cores=0,2,4,6
/proc/30231/stat : 30231 (java) S 30228 30231 24765 0 -1 1077944320 8603 13046 0 0 17 1 5 3 20 0 15 0 64672514 11081240576 10872 33554432000 4194304 4196468 140729032736976 140729032719520 140270935994103 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
/proc/30231/statm: 2705381 10872 2967 1 0 2667804 0
[pid=30231/tid=30284] ppid=30228 vsize=10818936 memory=-6517102902069810590 CPUtime=0.2 cores=0,2,4,6
/proc/30231/task/30284/stat : 30284 (java) R 30228 30231 24765 0 -1 4202560 5235 13046 0 0 11 1 5 3 20 0 15 0 64672523 11078590464 10263 33554432000 4194304 4196468 140729032736976 140270907818912 140270928711207 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30285] ppid=30228 vsize=10818936 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30285/stat : 30285 (java) S 30228 30231 24765 0 -1 1077944384 1 13046 0 0 0 0 5 3 20 0 15 0 64672524 11078590464 10263 33554432000 4194304 4196468 140729032736976 140270940236048 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30286] ppid=30228 vsize=10818904 memory=140238149228160 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30286/stat : 30286 (java) S 30228 30231 24765 0 -1 1077944384 1 13046 0 0 0 0 5 3 20 0 15 0 64672524 11078557696 10255 33554432000 4194304 4196468 140729032736976 140270828509584 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30287] ppid=30228 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30287/stat : 30287 (java) S 30228 30231 24765 0 -1 1077944384 2 13046 0 0 0 0 5 3 20 0 15 0 64672524 11078557696 10255 33554432000 4194304 4196468 140729032736976 140270827457040 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30288] ppid=30228 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30288/stat : 30288 (java) S 30228 30231 24765 0 -1 1077944384 2 13046 0 0 0 0 5 3 20 0 15 0 64672524 11078557696 10255 33554432000 4194304 4196468 140729032736976 140270826404496 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30289] ppid=30228 vsize=10818904 memory=140238149228160 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30289/stat : 30289 (java) S 30228 30231 24765 0 -1 1077944384 2 13046 0 0 0 0 5 3 20 0 15 0 64672526 11078557696 10255 33554432000 4194304 4196468 140729032736976 140270394866160 140270936005250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30290] ppid=30228 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30290/stat : 30290 (java) S 30228 30231 24765 0 -1 1077944384 33 13046 0 0 0 0 5 3 20 0 15 0 64672526 11078557696 10255 33554432000 4194304 4196468 140729032736976 140270393812384 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30291] ppid=30228 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30291/stat : 30291 (java) S 30228 30231 24765 0 -1 1077944384 1 13046 0 0 0 0 5 3 20 0 15 0 64672526 11078557696 10255 33554432000 4194304 4196468 140729032736976 140269806675440 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30292] ppid=30228 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30292/stat : 30292 (java) S 30228 30231 24765 0 -1 1077944384 3 13046 0 0 0 0 5 3 20 0 15 0 64672529 11078557696 10255 33554432000 4194304 4196468 140729032736976 140269499275984 140270936012699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30293] ppid=30228 vsize=10818936 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30231/task/30293/stat : 30293 (java) S 30228 30231 24765 0 -1 1077944384 536 13046 0 0 1 0 5 3 20 0 15 0 64672529 11078590464 10255 33554432000 4194304 4196468 140729032736976 140270360254448 140270936005250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30294] ppid=30228 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30294/stat : 30294 (java) S 30228 30231 24765 0 -1 1077944384 56 13046 0 0 0 0 5 3 20 0 15 0 64672529 11078590464 10255 33554432000 4194304 4196468 140729032736976 140270359201904 140270936005250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30295] ppid=30228 vsize=10818936 memory=140238149228160 CPUtime=0.11 cores=0,2,4,6
/proc/30231/task/30295/stat : 30295 (java) S 30228 30231 24765 0 -1 1077944384 540 13046 0 0 3 0 5 3 20 0 15 0 64672529 11078590464 10255 33554432000 4194304 4196468 140729032736976 140270358149360 140270936005250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30296] ppid=30228 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30296/stat : 30296 (java) S 30228 30231 24765 0 -1 1077944384 3 13046 0 0 0 0 5 3 20 0 15 0 64672529 11078590464 10255 33554432000 4194304 4196468 140729032736976 140269465717344 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30297] ppid=30228 vsize=10818936 memory=140238149228160 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30297/stat : 30297 (java) S 30228 30231 24765 0 -1 1077944384 1 13046 0 0 0 0 5 3 20 0 15 0 64672529 11078590464 10320 33554432000 4194304 4196468 140729032736976 140270357097264 140270936005250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10821524 KiB
Current children cumulated memory: 43016 KiB

[startup+0.310455 s]*
/proc/loadavg: 1.21 1.53 1.49 3/217 30297
/proc/meminfo: memFree=21390980/32770624 swapFree=67108860/67108860
[pid=30231] ppid=30228 vsize=10819352 memory=51480 CPUtime=0.39 cores=0,2,4,6
/proc/30231/stat : 30231 (java) S 30228 30231 24765 0 -1 1077944320 10450 13046 0 0 29 2 5 3 20 0 15 0 64672514 11079016448 12870 33554432000 4194304 4196468 140729032736976 140729032719520 140270935994103 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
/proc/30231/statm: 2704838 12870 3086 1 0 2667149 0
[pid=30231/tid=30284] ppid=30228 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/30231/task/30284/stat : 30284 (java) R 30228 30231 24765 0 -1 4202560 7076 13046 0 0 20 1 5 3 20 0 15 0 64672523 11079016448 12870 33554432000 4194304 4196468 140729032736976 140270907806112 140270920074590 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30285] ppid=30228 vsize=10819352 memory=7373043845850746960 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30285/stat : 30285 (java) S 30228 30231 24765 0 -1 1077944384 1 13046 0 0 0 0 5 3 20 0 15 0 64672524 11079016448 12870 33554432000 4194304 4196468 140729032736976 140270940236048 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30286] ppid=30228 vsize=10819352 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30286/stat : 30286 (java) S 30228 30231 24765 0 -1 1077944384 1 13046 0 0 0 0 5 3 20 0 15 0 64672524 11079016448 12870 33554432000 4194304 4196468 140729032736976 140270828509584 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30287] ppid=30228 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30287/stat : 30287 (java) S 30228 30231 24765 0 -1 1077944384 2 13046 0 0 0 0 5 3 20 0 15 0 64672524 11079016448 12870 33554432000 4194304 4196468 140729032736976 140270827457040 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30288] ppid=30228 vsize=10819352 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30288/stat : 30288 (java) S 30228 30231 24765 0 -1 1077944384 2 13046 0 0 0 0 5 3 20 0 15 0 64672524 11079016448 12870 33554432000 4194304 4196468 140729032736976 140270826404496 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30289] ppid=30228 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30289/stat : 30289 (java) S 30228 30231 24765 0 -1 1077944384 2 13046 0 0 0 0 5 3 20 0 15 0 64672526 11079016448 12870 33554432000 4194304 4196468 140729032736976 140270394866160 140270936005250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30290] ppid=30228 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30290/stat : 30290 (java) S 30228 30231 24765 0 -1 1077944384 33 13046 0 0 0 0 5 3 20 0 15 0 64672526 11079016448 12870 33554432000 4194304 4196468 140729032736976 140270393812384 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30291] ppid=30228 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30291/stat : 30291 (java) S 30228 30231 24765 0 -1 1077944384 1 13046 0 0 0 0 5 3 20 0 15 0 64672526 11079016448 12870 33554432000 4194304 4196468 140729032736976 140269806675440 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30292] ppid=30228 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30292/stat : 30292 (java) S 30228 30231 24765 0 -1 1077944384 3 13046 0 0 0 0 5 3 20 0 15 0 64672529 11079016448 12870 33554432000 4194304 4196468 140729032736976 140269499275984 140270936012699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30293] ppid=30228 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30231/task/30293/stat : 30293 (java) S 30228 30231 24765 0 -1 1077944384 536 13046 0 0 1 0 5 3 20 0 15 0 64672529 11079016448 12870 33554432000 4194304 4196468 140729032736976 140270360254448 140270936005250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30294] ppid=30228 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30231/task/30294/stat : 30294 (java) R 30228 30231 24765 0 -1 4202560 57 13046 0 0 1 0 5 3 20 0 15 0 64672529 11079016448 12870 33554432000 4194304 4196468 140729032736976 140270359201904 140270919477543 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30295] ppid=30228 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/30231/task/30295/stat : 30295 (java) R 30228 30231 24765 0 -1 4202560 549 13046 0 0 4 0 5 3 20 0 15 0 64672529 11079016448 12870 33554432000 4194304 4196468 140729032736976 140270358149360 140270936015450 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30296] ppid=30228 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30296/stat : 30296 (java) S 30228 30231 24765 0 -1 1077944384 3 13046 0 0 0 0 5 3 20 0 15 0 64672529 11079016448 12870 33554432000 4194304 4196468 140729032736976 140269465717344 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30297] ppid=30228 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30297/stat : 30297 (java) S 30228 30231 24765 0 -1 1077944384 1 13046 0 0 0 0 5 3 20 0 15 0 64672529 11079016448 12870 33554432000 4194304 4196468 140729032736976 140270357097264 140270936005250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 51480 KiB

[startup+0.700821 s]
/proc/loadavg: 1.21 1.53 1.49 3/217 30297
/proc/meminfo: memFree=21379692/32770624 swapFree=67108860/67108860
[pid=30231] ppid=30228 vsize=10819352 memory=84188 CPUtime=0.99 cores=0,2,4,6
/proc/30231/stat : 30231 (java) S 30228 30231 24765 0 -1 1077944320 16751 13046 0 0 88 3 5 3 20 0 15 0 64672514 11079016448 21047 33554432000 4194304 4196468 140729032736976 140729032719520 140270935994103 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
/proc/30231/statm: 2704838 21047 3237 1 0 2667149 0
[pid=30231/tid=30284] ppid=30228 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/30231/task/30284/stat : 30284 (java) R 30228 30231 24765 0 -1 4202560 12279 13046 0 0 56 2 5 3 20 0 15 0 64672523 11079016448 21047 33554432000 4194304 4196468 140729032736976 140270907814928 140270919178513 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30285] ppid=30228 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30285/stat : 30285 (java) S 30228 30231 24765 0 -1 1077944384 1 13046 0 0 0 0 5 3 20 0 15 0 64672524 11079016448 21047 33554432000 4194304 4196468 140729032736976 140270940236048 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30286] ppid=30228 vsize=10819352 memory=4136 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30286/stat : 30286 (java) S 30228 30231 24765 0 -1 1077944384 1 13046 0 0 0 0 5 3 20 0 15 0 64672524 11079016448 21047 33554432000 4194304 4196468 140729032736976 140270828509584 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30287] ppid=30228 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30287/stat : 30287 (java) S 30228 30231 24765 0 -1 1077944384 2 13046 0 0 0 0 5 3 20 0 15 0 64672524 11079016448 21047 33554432000 4194304 4196468 140729032736976 140270827457040 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30288] ppid=30228 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30288/stat : 30288 (java) S 30228 30231 24765 0 -1 1077944384 2 13046 0 0 0 0 5 3 20 0 15 0 64672524 11079016448 21047 33554432000 4194304 4196468 140729032736976 140270826404496 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30289] ppid=30228 vsize=10819352 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30289/stat : 30289 (java) S 30228 30231 24765 0 -1 1077944384 5 13046 0 0 0 0 5 3 20 0 15 0 64672526 11079016448 21047 33554432000 4194304 4196468 140729032736976 140270394866160 140270936005250 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30290] ppid=30228 vsize=10819352 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30290/stat : 30290 (java) S 30228 30231 24765 0 -1 1077944384 33 13046 0 0 0 0 5 3 20 0 15 0 64672526 11079016448 21047 33554432000 4194304 4196468 140729032736976 140270393812384 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30291] ppid=30228 vsize=10819352 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30291/stat : 30291 (java) S 30228 30231 24765 0 -1 1077944384 1 13046 0 0 0 0 5 3 20 0 15 0 64672526 11079016448 21047 33554432000 4194304 4196468 140729032736976 140269806675440 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30292] ppid=30228 vsize=10819352 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30292/stat : 30292 (java) S 30228 30231 24765 0 -1 1077944384 3 13046 0 0 0 0 5 3 20 0 15 0 64672529 11079016448 21047 33554432000 4194304 4196468 140729032736976 140269499275984 140270936012699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30293] ppid=30228 vsize=10819352 memory=13252 CPUtime=0.15 cores=0,2,4,6
/proc/30231/task/30293/stat : 30293 (java) S 30228 30231 24765 0 -1 1077944384 914 13046 0 0 7 0 5 3 20 0 15 0 64672529 11079016448 21047 33554432000 4194304 4196468 140729032736976 140270360254448 140270936005250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30294] ppid=30228 vsize=10819352 memory=15460 CPUtime=0.18 cores=0,2,4,6
/proc/30231/task/30294/stat : 30294 (java) S 30228 30231 24765 0 -1 1077944384 678 13046 0 0 10 0 5 3 20 0 15 0 64672529 11079016448 21047 33554432000 4194304 4196468 140729032736976 140270359201904 140270936005250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30295] ppid=30228 vsize=10819352 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/30231/task/30295/stat : 30295 (java) R 30228 30231 24765 0 -1 4202560 641 13046 0 0 13 0 5 3 20 0 15 0 64672529 11079016448 21111 33554432000 4194304 4196468 140729032736976 140270358149360 140270936006038 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30296] ppid=30228 vsize=10819352 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30296/stat : 30296 (java) S 30228 30231 24765 0 -1 1077944384 3 13046 0 0 0 0 5 3 20 0 15 0 64672529 11079016448 21111 33554432000 4194304 4196468 140729032736976 140269465717344 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30297] ppid=30228 vsize=10819352 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30297/stat : 30297 (java) S 30228 30231 24765 0 -1 1077944384 1 13046 0 0 0 0 5 3 20 0 15 0 64672529 11079016448 21111 33554432000 4194304 4196468 140729032736976 140270357097264 140270936005250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84188 KiB

[startup+1.5008 s]
/proc/loadavg: 1.21 1.53 1.49 3/217 30297
/proc/meminfo: memFree=21334908/32770624 swapFree=67108860/67108860
[pid=30231] ppid=30228 vsize=10834252 memory=177584 CPUtime=2.27 cores=0,2,4,6
/proc/30231/stat : 30231 (java) S 30228 30231 24765 0 -1 1077944320 24291 13046 0 0 211 8 5 3 20 0 15 0 64672514 11094274048 44396 33554432000 4194304 4196468 140729032736976 140729032719520 140270935994103 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
/proc/30231/statm: 2708563 44396 3466 1 0 2670221 0
[pid=30231/tid=30284] ppid=30228 vsize=10834252 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/30231/task/30284/stat : 30284 (java) R 30228 30231 24765 0 -1 4202560 17940 13046 0 0 131 4 5 3 20 0 15 0 64672523 11094274048 44396 33554432000 4194304 4196468 140729032736976 140270907825488 140270920074590 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30285] ppid=30228 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30231/task/30285/stat : 30285 (java) S 30228 30231 24765 0 -1 1077944384 63 13046 0 0 1 0 5 3 20 0 15 0 64672524 11094274048 44396 33554432000 4194304 4196468 140729032736976 140270940236048 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30286] ppid=30228 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30231/task/30286/stat : 30286 (java) S 30228 30231 24765 0 -1 1077944384 16 13046 0 0 1 0 5 3 20 0 15 0 64672524 11094274048 44396 33554432000 4194304 4196468 140729032736976 140270828509584 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30287] ppid=30228 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30231/task/30287/stat : 30287 (java) S 30228 30231 24765 0 -1 1077944384 31 13046 0 0 1 0 5 3 20 0 15 0 64672524 11094274048 44396 33554432000 4194304 4196468 140729032736976 140270827457040 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30288] ppid=30228 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30288/stat : 30288 (java) S 30228 30231 24765 0 -1 1077944384 195 13046 0 0 0 0 5 3 20 0 15 0 64672524 11094274048 44396 33554432000 4194304 4196468 140729032736976 140270826404496 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30289] ppid=30228 vsize=10834252 memory=1399103955520229747 CPUtime=0.09 cores=0,2,4,6
/proc/30231/task/30289/stat : 30289 (java) S 30228 30231 24765 0 -1 1077944384 172 13046 0 0 1 0 5 3 20 0 15 0 64672526 11094274048 44396 33554432000 4194304 4196468 140729032736976 140270394866160 140270936005250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30290] ppid=30228 vsize=10834252 memory=280475994237184 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30290/stat : 30290 (java) S 30228 30231 24765 0 -1 1077944384 34 13046 0 0 0 0 5 3 20 0 15 0 64672526 11094274048 44396 33554432000 4194304 4196468 140729032736976 140270393812448 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30291] ppid=30228 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30291/stat : 30291 (java) S 30228 30231 24765 0 -1 1077944384 1 13046 0 0 0 0 5 3 20 0 15 0 64672526 11094274048 44396 33554432000 4194304 4196468 140729032736976 140269806675456 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30292] ppid=30228 vsize=10834252 memory=1228 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30292/stat : 30292 (java) S 30228 30231 24765 0 -1 1077944384 3 13046 0 0 0 0 5 3 20 0 15 0 64672529 11094274048 44396 33554432000 4194304 4196468 140729032736976 140269499275984 140270936012699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30293] ppid=30228 vsize=10834252 memory=1704 CPUtime=0.28 cores=0,2,4,6
/proc/30231/task/30293/stat : 30293 (java) S 30228 30231 24765 0 -1 1077944384 1404 13046 0 0 20 0 5 3 20 0 15 0 64672529 11094274048 44396 33554432000 4194304 4196468 140729032736976 140270360254448 140270936005250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30294] ppid=30228 vsize=10834252 memory=9924 CPUtime=0.29 cores=0,2,4,6
/proc/30231/task/30294/stat : 30294 (java) S 30228 30231 24765 0 -1 1077944384 880 13046 0 0 21 0 5 3 20 0 15 0 64672529 11094274048 44396 33554432000 4194304 4196468 140729032736976 140270359201904 140270936005250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30295] ppid=30228 vsize=10834252 memory=5788 CPUtime=0.4 cores=0,2,4,6
/proc/30231/task/30295/stat : 30295 (java) S 30228 30231 24765 0 -1 1077944384 1365 13046 0 0 32 0 5 3 20 0 15 0 64672529 11094274048 44396 33554432000 4194304 4196468 140729032736976 140270358149360 140270936005250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30296] ppid=30228 vsize=10834252 memory=1936 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30296/stat : 30296 (java) S 30228 30231 24765 0 -1 1077944384 3 13046 0 0 0 0 5 3 20 0 15 0 64672529 11094274048 44396 33554432000 4194304 4196468 140729032736976 140269465717344 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30297] ppid=30228 vsize=10834252 memory=1196 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30297/stat : 30297 (java) S 30228 30231 24765 0 -1 1077944384 1 13046 0 0 0 0 5 3 20 0 15 0 64672529 11094274048 44396 33554432000 4194304 4196468 140729032736976 140270357097264 140270936005250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 10834252 KiB

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

/proc/30231/task/30284/stat : 30284 (java) R 30228 30231 24765 0 -1 4202560 90670 13046 0 0 235749 44 5 3 20 0 15 0 64672523 11176083456 237981 33554432000 4194304 4196468 140729032736976 140270907828272 140270509775792 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30285] ppid=30228 vsize=10914144 memory=951924 CPUtime=10.77 cores=0,2,4,6
/proc/30231/task/30285/stat : 30285 (java) S 30228 30231 24765 0 -1 1077944384 20560 13046 0 0 1018 51 5 3 20 0 15 0 64672524 11176083456 237981 33554432000 4194304 4196468 140729032736976 140270940236048 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30286] ppid=30228 vsize=10914144 memory=951924 CPUtime=10.78 cores=0,2,4,6
/proc/30231/task/30286/stat : 30286 (java) S 30228 30231 24765 0 -1 1077944384 8771 13046 0 0 1019 51 5 3 20 0 15 0 64672524 11176083456 237981 33554432000 4194304 4196468 140729032736976 140270828509584 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30287] ppid=30228 vsize=10914144 memory=951924 CPUtime=10.75 cores=0,2,4,6
/proc/30231/task/30287/stat : 30287 (java) S 30228 30231 24765 0 -1 1077944384 12844 13046 0 0 1013 54 5 3 20 0 15 0 64672524 11176083456 237981 33554432000 4194304 4196468 140729032736976 140270827457040 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30288] ppid=30228 vsize=10914144 memory=951924 CPUtime=10.73 cores=0,2,4,6
/proc/30231/task/30288/stat : 30288 (java) S 30228 30231 24765 0 -1 1077944384 11488 13046 0 0 1013 52 5 3 20 0 15 0 64672524 11176083456 237981 33554432000 4194304 4196468 140729032736976 140270826404496 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30289] ppid=30228 vsize=10914144 memory=951840 CPUtime=9.78 cores=0,2,4,6
/proc/30231/task/30289/stat : 30289 (java) S 30228 30231 24765 0 -1 1077944384 14500 13046 0 0 920 50 5 3 20 0 15 0 64672526 11176083456 237981 33554432000 4194304 4196468 140729032736976 140270394866160 140270936005250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30290] ppid=30228 vsize=10914144 memory=1232 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30290/stat : 30290 (java) S 30228 30231 24765 0 -1 1077944384 37 13046 0 0 0 0 5 3 20 0 15 0 64672526 11176083456 237981 33554432000 4194304 4196468 140729032736976 140270393812448 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30291] ppid=30228 vsize=10914144 memory=951924 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30291/stat : 30291 (java) S 30228 30231 24765 0 -1 1077944384 1 13046 0 0 0 0 5 3 20 0 15 0 64672526 11176083456 237981 33554432000 4194304 4196468 140729032736976 140269806675456 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30292] ppid=30228 vsize=10914144 memory=951924 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30292/stat : 30292 (java) S 30228 30231 24765 0 -1 1077944384 3 13046 0 0 0 0 5 3 20 0 15 0 64672529 11176083456 237981 33554432000 4194304 4196468 140729032736976 140269499275984 140270936012699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30293] ppid=30228 vsize=10914144 memory=951924 CPUtime=3.29 cores=0,2,4,6
/proc/30231/task/30293/stat : 30293 (java) S 30228 30231 24765 0 -1 1077944384 15123 13046 0 0 319 2 5 3 20 0 15 0 64672529 11176083456 237981 33554432000 4194304 4196468 140729032736976 140270360254448 140270936005250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30294] ppid=30228 vsize=10914144 memory=4052 CPUtime=3.23 cores=0,2,4,6
/proc/30231/task/30294/stat : 30294 (java) S 30228 30231 24765 0 -1 1077944384 19910 13046 0 0 311 4 5 3 20 0 15 0 64672529 11176083456 237981 33554432000 4194304 4196468 140729032736976 140270359201904 140270936005250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30295] ppid=30228 vsize=10914144 memory=951924 CPUtime=1.68 cores=0,2,4,6
/proc/30231/task/30295/stat : 30295 (java) S 30228 30231 24765 0 -1 1077944384 21781 13046 0 0 156 4 5 3 20 0 15 0 64672529 11176083456 237981 33554432000 4194304 4196468 140729032736976 140270358149360 140270936005250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30296] ppid=30228 vsize=10914144 memory=4136 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30296/stat : 30296 (java) S 30228 30231 24765 0 -1 1077944384 3 13046 0 0 0 0 5 3 20 0 15 0 64672529 11176083456 237981 33554432000 4194304 4196468 140729032736976 140269465717344 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30297] ppid=30228 vsize=10914144 memory=1232 CPUtime=1.67 cores=0,2,4,6
/proc/30231/task/30297/stat : 30297 (java) S 30228 30231 24765 0 -1 1077944384 925 13046 0 0 79 80 5 3 20 0 15 0 64672529 11176083456 237981 33554432000 4194304 4196468 140729032736976 140270357097264 140270936005250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
Current children cumulated CPU time: 2420.09 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 951924 KiB

[startup+2442.3 s]
/proc/loadavg: 0.99 1.26 1.34 3/216 30527
/proc/meminfo: memFree=20960728/32770624 swapFree=67108860/67108860
[pid=30231] ppid=30228 vsize=10914144 memory=954056 CPUtime=2480.88 cores=0,2,4,6
/proc/30231/stat : 30231 (java) S 30228 30231 24765 0 -1 1077944320 220091 13046 0 0 247749 331 5 3 20 0 15 0 64672514 11176083456 238514 33554432000 4194304 4196468 140729032736976 140729032719520 140270935994103 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
/proc/30231/statm: 2728536 238514 3520 1 0 2690189 0
[pid=30231/tid=30284] ppid=30228 vsize=10914144 memory=954056 CPUtime=2417.36 cores=0,2,4,6
/proc/30231/task/30284/stat : 30284 (java) R 30228 30231 24765 0 -1 4202560 91309 13046 0 0 241683 45 5 3 20 0 15 0 64672523 11176083456 238514 33554432000 4194304 4196468 140729032736976 140270907828112 140270506276545 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30285] ppid=30228 vsize=10914144 memory=951924 CPUtime=11.05 cores=0,2,4,6
/proc/30231/task/30285/stat : 30285 (java) S 30228 30231 24765 0 -1 1077944384 20610 13046 0 0 1045 52 5 3 20 0 15 0 64672524 11176083456 238514 33554432000 4194304 4196468 140729032736976 140270940236048 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30286] ppid=30228 vsize=10914144 memory=951924 CPUtime=11.07 cores=0,2,4,6
/proc/30231/task/30286/stat : 30286 (java) S 30228 30231 24765 0 -1 1077944384 8797 13046 0 0 1047 52 5 3 20 0 15 0 64672524 11176083456 238514 33554432000 4194304 4196468 140729032736976 140270828509584 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30287] ppid=30228 vsize=10914144 memory=954056 CPUtime=11.04 cores=0,2,4,6
/proc/30231/task/30287/stat : 30287 (java) S 30228 30231 24765 0 -1 1077944384 13133 13046 0 0 1040 56 5 3 20 0 15 0 64672524 11176083456 238514 33554432000 4194304 4196468 140729032736976 140270827457040 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30288] ppid=30228 vsize=10914144 memory=18252 CPUtime=11.03 cores=0,2,4,6
/proc/30231/task/30288/stat : 30288 (java) S 30228 30231 24765 0 -1 1077944384 11543 13046 0 0 1042 53 5 3 20 0 15 0 64672524 11176083456 238514 33554432000 4194304 4196468 140729032736976 140270826404496 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30289] ppid=30228 vsize=10914144 memory=954056 CPUtime=10.04 cores=0,2,4,6
/proc/30231/task/30289/stat : 30289 (java) S 30228 30231 24765 0 -1 1077944384 14706 13046 0 0 945 51 5 3 20 0 15 0 64672526 11176083456 238514 33554432000 4194304 4196468 140729032736976 140270394866160 140270936005250 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30290] ppid=30228 vsize=10914144 memory=270345441822419 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30290/stat : 30290 (java) S 30228 30231 24765 0 -1 1077944384 37 13046 0 0 0 0 5 3 20 0 15 0 64672526 11176083456 238514 33554432000 4194304 4196468 140729032736976 140270393812448 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30291] ppid=30228 vsize=10914144 memory=954056 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30291/stat : 30291 (java) S 30228 30231 24765 0 -1 1077944384 1 13046 0 0 0 0 5 3 20 0 15 0 64672526 11176083456 238514 33554432000 4194304 4196468 140729032736976 140269806675456 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30292] ppid=30228 vsize=10914144 memory=954056 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30292/stat : 30292 (java) S 30228 30231 24765 0 -1 1077944384 3 13046 0 0 0 0 5 3 20 0 15 0 64672529 11176083456 238514 33554432000 4194304 4196468 140729032736976 140269499275984 140270936012699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30293] ppid=30228 vsize=10914144 memory=954056 CPUtime=3.29 cores=0,2,4,6
/proc/30231/task/30293/stat : 30293 (java) S 30228 30231 24765 0 -1 1077944384 15125 13046 0 0 319 2 5 3 20 0 15 0 64672529 11176083456 238514 33554432000 4194304 4196468 140729032736976 140270360254448 140270936005250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30294] ppid=30228 vsize=10914144 memory=954056 CPUtime=3.23 cores=0,2,4,6
/proc/30231/task/30294/stat : 30294 (java) S 30228 30231 24765 0 -1 1077944384 19912 13046 0 0 311 4 5 3 20 0 15 0 64672529 11176083456 238514 33554432000 4194304 4196468 140729032736976 140270359201904 140270936005250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30295] ppid=30228 vsize=10914144 memory=954056 CPUtime=1.68 cores=0,2,4,6
/proc/30231/task/30295/stat : 30295 (java) S 30228 30231 24765 0 -1 1077944384 21783 13046 0 0 156 4 5 3 20 0 15 0 64672529 11176083456 238514 33554432000 4194304 4196468 140729032736976 140270358149360 140270936005250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30296] ppid=30228 vsize=10914144 memory=954056 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30296/stat : 30296 (java) S 30228 30231 24765 0 -1 1077944384 3 13046 0 0 0 0 5 3 20 0 15 0 64672529 11176083456 238514 33554432000 4194304 4196468 140729032736976 140269465717344 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30297] ppid=30228 vsize=10914144 memory=954056 CPUtime=1.7 cores=0,2,4,6
/proc/30231/task/30297/stat : 30297 (java) S 30228 30231 24765 0 -1 1077944384 942 13046 0 0 80 82 5 3 20 0 15 0 64672529 11176083456 238514 33554432000 4194304 4196468 140729032736976 140270357097264 140270936005250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
Current children cumulated CPU time: 2480.88 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 954056 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2480.9 s]
/proc/loadavg: 0.98 1.23 1.33 3/215 30528
/proc/meminfo: memFree=20958556/32770624 swapFree=67108860/67108860
[pid=30231] ppid=30228 vsize=10914144 memory=954112 CPUtime=2520.03 cores=0,2,4,6
/proc/30231/stat : 30231 (java) S 30228 30231 24765 0 -1 1077944320 221195 13046 0 0 251658 337 5 3 20 0 15 0 64672514 11176083456 238528 33554432000 4194304 4196468 140729032736976 140729032719520 140270935994103 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
/proc/30231/statm: 2728536 238528 3520 1 0 2690189 0
[pid=30231/tid=30284] ppid=30228 vsize=10914144 memory=954112 CPUtime=2455.53 cores=0,2,4,6
/proc/30231/task/30284/stat : 30284 (java) R 30228 30231 24765 0 -1 4202560 91789 13046 0 0 245500 45 5 3 20 0 15 0 64672523 11176083456 238528 33554432000 4194304 4196468 140729032736976 140270907828320 140270506249735 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30285] ppid=30228 vsize=10914144 memory=954112 CPUtime=11.25 cores=0,2,4,6
/proc/30231/task/30285/stat : 30285 (java) S 30228 30231 24765 0 -1 1077944384 20930 13046 0 0 1064 53 5 3 20 0 15 0 64672524 11176083456 238528 33554432000 4194304 4196468 140729032736976 140270940236048 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30286] ppid=30228 vsize=10914144 memory=954112 CPUtime=11.27 cores=0,2,4,6
/proc/30231/task/30286/stat : 30286 (java) S 30228 30231 24765 0 -1 1077944384 8819 13046 0 0 1065 54 5 3 20 0 15 0 64672524 11176083456 238528 33554432000 4194304 4196468 140729032736976 140270828509584 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30287] ppid=30228 vsize=10914144 memory=954112 CPUtime=11.23 cores=0,2,4,6
/proc/30231/task/30287/stat : 30287 (java) S 30228 30231 24765 0 -1 1077944384 13148 13046 0 0 1057 58 5 3 20 0 15 0 64672524 11176083456 238528 33554432000 4194304 4196468 140729032736976 140270827457040 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30288] ppid=30228 vsize=10914144 memory=954112 CPUtime=11.21 cores=0,2,4,6
/proc/30231/task/30288/stat : 30288 (java) S 30228 30231 24765 0 -1 1077944384 11597 13046 0 0 1059 54 5 3 20 0 15 0 64672524 11176083456 238528 33554432000 4194304 4196468 140729032736976 140270826404496 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30289] ppid=30228 vsize=10914144 memory=954112 CPUtime=10.22 cores=0,2,4,6
/proc/30231/task/30289/stat : 30289 (java) S 30228 30231 24765 0 -1 1077944384 14905 13046 0 0 962 52 5 3 20 0 15 0 64672526 11176083456 238528 33554432000 4194304 4196468 140729032736976 140270394866160 140270936005250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30290] ppid=30228 vsize=10914144 memory=951924 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30290/stat : 30290 (java) S 30228 30231 24765 0 -1 1077944384 37 13046 0 0 0 0 5 3 20 0 15 0 64672526 11176083456 238528 33554432000 4194304 4196468 140729032736976 140270393812448 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30291] ppid=30228 vsize=10914144 memory=954056 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30291/stat : 30291 (java) S 30228 30231 24765 0 -1 1077944384 1 13046 0 0 0 0 5 3 20 0 15 0 64672526 11176083456 238528 33554432000 4194304 4196468 140729032736976 140269806675456 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30292] ppid=30228 vsize=10914144 memory=954112 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30292/stat : 30292 (java) S 30228 30231 24765 0 -1 1077944384 3 13046 0 0 0 0 5 3 20 0 15 0 64672529 11176083456 238528 33554432000 4194304 4196468 140729032736976 140269499275984 140270936012699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30293] ppid=30228 vsize=10914144 memory=954112 CPUtime=3.29 cores=0,2,4,6
/proc/30231/task/30293/stat : 30293 (java) S 30228 30231 24765 0 -1 1077944384 15127 13046 0 0 319 2 5 3 20 0 15 0 64672529 11176083456 238528 33554432000 4194304 4196468 140729032736976 140270360254448 140270936005250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30294] ppid=30228 vsize=10914144 memory=954112 CPUtime=3.23 cores=0,2,4,6
/proc/30231/task/30294/stat : 30294 (java) S 30228 30231 24765 0 -1 1077944384 19914 13046 0 0 311 4 5 3 20 0 15 0 64672529 11176083456 238528 33554432000 4194304 4196468 140729032736976 140270359201904 140270936005250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30295] ppid=30228 vsize=10914144 memory=954112 CPUtime=1.68 cores=0,2,4,6
/proc/30231/task/30295/stat : 30295 (java) S 30228 30231 24765 0 -1 1077944384 21785 13046 0 0 156 4 5 3 20 0 15 0 64672529 11176083456 238528 33554432000 4194304 4196468 140729032736976 140270358149360 140270936005250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30296] ppid=30228 vsize=10914144 memory=954112 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30296/stat : 30296 (java) S 30228 30231 24765 0 -1 1077944384 3 13046 0 0 0 0 5 3 20 0 15 0 64672529 11176083456 238528 33554432000 4194304 4196468 140729032736976 140269465717344 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30297] ppid=30228 vsize=10914144 memory=954112 CPUtime=1.73 cores=0,2,4,6
/proc/30231/task/30297/stat : 30297 (java) S 30228 30231 24765 0 -1 1077944384 950 13046 0 0 82 83 5 3 20 0 15 0 64672529 11176083456 238528 33554432000 4194304 4196468 140729032736976 140270357097264 140270936005250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 954112 KiB

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

[startup+2480.93 s]
# the end of solver process 30231 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.65 s, system=3.41518 s

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

[startup+2480.9 s]
/proc/loadavg: 0.98 1.23 1.33 3/215 30528
/proc/meminfo: memFree=20958556/32770624 swapFree=67108860/67108860
[pid=30231] ppid=30228 vsize=10914144 memory=954112 CPUtime=2520.03 cores=0,2,4,6
/proc/30231/stat : 30231 (java) S 30228 30231 24765 0 -1 1077944320 221195 13046 0 0 251658 337 5 3 20 0 15 0 64672514 11176083456 238528 33554432000 4194304 4196468 140729032736976 140729032719520 140270935994103 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
/proc/30231/statm: 2728536 238528 3520 1 0 2690189 0
[pid=30231/tid=30284] ppid=30228 vsize=10914144 memory=954112 CPUtime=2455.53 cores=0,2,4,6
/proc/30231/task/30284/stat : 30284 (java) R 30228 30231 24765 0 -1 4202560 91789 13046 0 0 245500 45 5 3 20 0 15 0 64672523 11176083456 238528 33554432000 4194304 4196468 140729032736976 140270907828320 140270506249735 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30285] ppid=30228 vsize=10914144 memory=954112 CPUtime=11.25 cores=0,2,4,6
/proc/30231/task/30285/stat : 30285 (java) S 30228 30231 24765 0 -1 1077944384 20930 13046 0 0 1064 53 5 3 20 0 15 0 64672524 11176083456 238528 33554432000 4194304 4196468 140729032736976 140270940236048 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30286] ppid=30228 vsize=10914144 memory=954112 CPUtime=11.27 cores=0,2,4,6
/proc/30231/task/30286/stat : 30286 (java) S 30228 30231 24765 0 -1 1077944384 8819 13046 0 0 1065 54 5 3 20 0 15 0 64672524 11176083456 238528 33554432000 4194304 4196468 140729032736976 140270828509584 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30287] ppid=30228 vsize=10914144 memory=954112 CPUtime=11.23 cores=0,2,4,6
/proc/30231/task/30287/stat : 30287 (java) S 30228 30231 24765 0 -1 1077944384 13148 13046 0 0 1057 58 5 3 20 0 15 0 64672524 11176083456 238528 33554432000 4194304 4196468 140729032736976 140270827457040 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30288] ppid=30228 vsize=10914144 memory=954112 CPUtime=11.21 cores=0,2,4,6
/proc/30231/task/30288/stat : 30288 (java) S 30228 30231 24765 0 -1 1077944384 11597 13046 0 0 1059 54 5 3 20 0 15 0 64672524 11176083456 238528 33554432000 4194304 4196468 140729032736976 140270826404496 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30289] ppid=30228 vsize=10914144 memory=954112 CPUtime=10.22 cores=0,2,4,6
/proc/30231/task/30289/stat : 30289 (java) S 30228 30231 24765 0 -1 1077944384 14905 13046 0 0 962 52 5 3 20 0 15 0 64672526 11176083456 238528 33554432000 4194304 4196468 140729032736976 140270394866160 140270936005250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30290] ppid=30228 vsize=10914144 memory=951924 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30290/stat : 30290 (java) S 30228 30231 24765 0 -1 1077944384 37 13046 0 0 0 0 5 3 20 0 15 0 64672526 11176083456 238528 33554432000 4194304 4196468 140729032736976 140270393812448 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30291] ppid=30228 vsize=10914144 memory=954056 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30291/stat : 30291 (java) S 30228 30231 24765 0 -1 1077944384 1 13046 0 0 0 0 5 3 20 0 15 0 64672526 11176083456 238528 33554432000 4194304 4196468 140729032736976 140269806675456 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30292] ppid=30228 vsize=10914144 memory=954112 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30292/stat : 30292 (java) S 30228 30231 24765 0 -1 1077944384 3 13046 0 0 0 0 5 3 20 0 15 0 64672529 11176083456 238528 33554432000 4194304 4196468 140729032736976 140269499275984 140270936012699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30293] ppid=30228 vsize=10914144 memory=954112 CPUtime=3.29 cores=0,2,4,6
/proc/30231/task/30293/stat : 30293 (java) S 30228 30231 24765 0 -1 1077944384 15127 13046 0 0 319 2 5 3 20 0 15 0 64672529 11176083456 238528 33554432000 4194304 4196468 140729032736976 140270360254448 140270936005250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30294] ppid=30228 vsize=10914144 memory=954112 CPUtime=3.23 cores=0,2,4,6
/proc/30231/task/30294/stat : 30294 (java) S 30228 30231 24765 0 -1 1077944384 19914 13046 0 0 311 4 5 3 20 0 15 0 64672529 11176083456 238528 33554432000 4194304 4196468 140729032736976 140270359201904 140270936005250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30295] ppid=30228 vsize=10914144 memory=954112 CPUtime=1.68 cores=0,2,4,6
/proc/30231/task/30295/stat : 30295 (java) S 30228 30231 24765 0 -1 1077944384 21785 13046 0 0 156 4 5 3 20 0 15 0 64672529 11176083456 238528 33554432000 4194304 4196468 140729032736976 140270358149360 140270936005250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30296] ppid=30228 vsize=10914144 memory=954112 CPUtime=0.08 cores=0,2,4,6
/proc/30231/task/30296/stat : 30296 (java) S 30228 30231 24765 0 -1 1077944384 3 13046 0 0 0 0 5 3 20 0 15 0 64672529 11176083456 238528 33554432000 4194304 4196468 140729032736976 140269465717344 140270936004309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
[pid=30231/tid=30297] ppid=30228 vsize=10914144 memory=954112 CPUtime=1.73 cores=0,2,4,6
/proc/30231/task/30297/stat : 30297 (java) S 30228 30231 24765 0 -1 1077944384 950 13046 0 0 82 83 5 3 20 0 15 0 64672529 11176083456 238528 33554432000 4194304 4196468 140729032736976 140270357097264 140270936005250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32272384 140729032743083 140729032746332 140729032746332 140729032749007 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 954112 KiB

Child status: 143
Real time (s): 2480.93
CPU time (s): 2520.07
CPU user time (s): 2516.65
CPU system time (s): 3.41518
CPU usage (%): 101.578
Max. virtual memory (cumulated for all children) (KiB): 10916852
Max. memory (cumulated for all children) (KiB): 957576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.65
system time used= 3.41518
maximum resident set size= 959624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 235519
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 275222
involuntary context switches= 9114


# summary of solver processes directly reported to runsolver:
#   pid: 30231
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2516.65
#   total CPU system time (s): 3.41518

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.6997 second user time and 25.7323 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-25 00:24:53
IDJOB=4294581
IDBENCH=141399
IDSOLVER=2751
FILE ID=node105/4294581-1532471093
RUNJOBID= node105-1532448512-24796
PBS_JOBID= 21021581
Free space on /tmp= 44736 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Dubois/Dubois-050_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-4294581-1532471093/watcher-4294581-1532471093 -o /tmp/evaluation-result-4294581-1532471093/solver-4294581-1532471093 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532448512-24796 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1220937621 -superng HOME/instance-4294581-1532471093.xml

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

MD5SUM BENCH= 630ab63eaf7c5bcaa7f0eb192a58705a
RANDOM SEED=1220937621

node105.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.32
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.32
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.32
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.32
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:        21406808 kB
MemAvailable:   30688044 kB
Buffers:          226396 kB
Cached:          9194176 kB
SwapCached:            0 kB
Active:          2901140 kB
Inactive:        7822436 kB
Active(anon):    1256832 kB
Inactive(anon):    65516 kB
Active(file):    1644308 kB
Inactive(file):  7756920 kB
Unevictable:        7180 kB
Mlocked:            7180 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26504 kB
Writeback:             0 kB
AnonPages:       1309748 kB
Mapped:            51832 kB
Shmem:             17036 kB
Slab:             336364 kB
SReclaimable:     308468 kB
SUnreclaim:        27896 kB
KernelStack:        3600 kB
PageTables:         7868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2126968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1056768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44712 MiB
End job on node105 at 2018-07-25 01:06:15