Trace number 4294861

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.8 2018-06-13? (TO) 2520.11 2499.18

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-14-15_c18.xml
MD5SUMac0b4f561f7e67952eb47b21f0f500f8
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 variables210
Number of constraints29
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":210}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":210}]
Minimum constraint arity14
Maximum constraint arity15
Distribution of constraint arities[{"arity":14,"count":15},{"arity":15,"count":14}]
Number of extensional constraints29
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":29}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294861-1532494284/watcher-4294861-1532494284 -o /tmp/evaluation-result-4294861-1532494284/solver-4294861-1532494284 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532466433-19937 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2045757687 HOME/instance-4294861-1532494284.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=25531, runsolver pid=25528

[startup+0.100094 s]*
/proc/loadavg: 1.63 1.41 1.36 3/211 25588
/proc/meminfo: memFree=19717956/32770624 swapFree=67108860/67108860
[pid=25531] ppid=25528 vsize=9983520 memory=17336 CPUtime=0.08 cores=1,3,5,7
/proc/25531/stat : 25531 (java) S 25528 25531 19905 0 -1 1077944320 4491 12916 0 0 1 0 5 2 20 0 6 0 66991546 10223124480 4334 33554432000 4194304 4196468 140729671119120 140729671101664 140445080592119 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
/proc/25531/statm: 2497198 4334 1957 1 0 2485636 0
[pid=25531/tid=25584] ppid=25528 vsize=9988792 memory=4279135704013701262 CPUtime=0.08 cores=1,3,5,7
/proc/25531/task/25584/stat : 25584 (java) R 25528 25531 19905 0 -1 4202560 2313 12916 0 0 1 0 5 2 20 0 6 0 66991554 10228523008 4334 33554432000 4194304 4196468 140729671119120 140445052428880 140445066125968 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25585] ppid=25528 vsize=9988792 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25585/stat : 25585 (java) S 25528 25531 19905 0 -1 1077944384 2 12916 0 0 0 0 5 2 20 0 6 0 66991555 10228523008 4334 33554432000 4194304 4196468 140729671119120 140445084834576 140445080602325 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25586] ppid=25528 vsize=9988792 memory=139980464559744 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25586/stat : 25586 (java) S 25528 25531 19905 0 -1 1077944384 1 12916 0 0 0 0 5 2 20 0 6 0 66991555 10228523008 4334 33554432000 4194304 4196468 140729671119120 140444973108112 140445080602325 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25587] ppid=25528 vsize=9988792 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25587/stat : 25587 (java) S 25528 25531 19905 0 -1 1077944384 1 12916 0 0 0 0 5 2 20 0 6 0 66991555 10228523008 4334 33554432000 4194304 4196468 140729671119120 140444972055568 140445080602325 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25588] ppid=25528 vsize=9988792 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25588/stat : 25588 (java) S 25528 25531 19905 0 -1 1077944384 2 12916 0 0 0 0 5 2 20 0 6 0 66991555 10228523008 4334 33554432000 4194304 4196468 140729671119120 140444971003024 140445080602325 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9983520 KiB
Current children cumulated memory: 17336 KiB

[startup+0.2101 s]*
/proc/loadavg: 1.63 1.41 1.36 3/220 25597
/proc/meminfo: memFree=19695588/32770624 swapFree=67108860/67108860
[pid=25531] ppid=25528 vsize=10821524 memory=47648 CPUtime=0.26 cores=1,3,5,7
/proc/25531/stat : 25531 (java) S 25528 25531 19905 0 -1 1077944320 8615 12916 0 0 17 2 5 2 20 0 15 0 66991546 11081240576 11912 33554432000 4194304 4196468 140729671119120 140729671101664 140445080592119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
/proc/25531/statm: 2705381 11912 2958 1 0 2667804 0
[pid=25531/tid=25584] ppid=25528 vsize=10821524 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/25531/task/25584/stat : 25584 (java) R 25528 25531 19905 0 -1 4202560 5221 12916 0 0 11 1 5 2 20 0 15 0 66991554 11081240576 11978 33554432000 4194304 4196468 140729671119120 140445052416928 140445073271837 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25585] ppid=25528 vsize=10821524 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25585/stat : 25585 (java) S 25528 25531 19905 0 -1 1077944384 2 12916 0 0 0 0 5 2 20 0 15 0 66991555 11081240576 11978 33554432000 4194304 4196468 140729671119120 140445084834576 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25586] ppid=25528 vsize=10821524 memory=139980464559744 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25586/stat : 25586 (java) S 25528 25531 19905 0 -1 1077944384 1 12916 0 0 0 0 5 2 20 0 15 0 66991555 11081240576 11978 33554432000 4194304 4196468 140729671119120 140444973108112 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25587] ppid=25528 vsize=10821524 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25587/stat : 25587 (java) S 25528 25531 19905 0 -1 1077944384 1 12916 0 0 0 0 5 2 20 0 15 0 66991555 11081240576 11978 33554432000 4194304 4196468 140729671119120 140444972055568 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25588] ppid=25528 vsize=10821524 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25588/stat : 25588 (java) S 25528 25531 19905 0 -1 1077944384 2 12916 0 0 0 0 5 2 20 0 15 0 66991555 11081240576 12044 33554432000 4194304 4196468 140729671119120 140444971003024 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25589] ppid=25528 vsize=10821524 memory=139980464559744 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25589/stat : 25589 (java) S 25528 25531 19905 0 -1 1077944384 2 12916 0 0 0 0 5 2 20 0 15 0 66991557 11081240576 12044 33554432000 4194304 4196468 140729671119120 140444540024816 140445080603266 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25590] ppid=25528 vsize=10821524 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25590/stat : 25590 (java) S 25528 25531 19905 0 -1 1077944384 33 12916 0 0 0 0 5 2 20 0 15 0 66991557 11081240576 12044 33554432000 4194304 4196468 140729671119120 140444538971040 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25591] ppid=25528 vsize=10821524 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25591/stat : 25591 (java) S 25528 25531 19905 0 -1 1077944384 1 12916 0 0 0 0 5 2 20 0 15 0 66991557 11081240576 12044 33554432000 4194304 4196468 140729671119120 140444423939056 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25592] ppid=25528 vsize=10821524 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25592/stat : 25592 (java) S 25528 25531 19905 0 -1 1077944384 2 12916 0 0 0 0 5 2 20 0 15 0 66991560 11081240576 12044 33554432000 4194304 4196468 140729671119120 140443819960528 140445080610715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25593] ppid=25528 vsize=10821524 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25593/stat : 25593 (java) S 25528 25531 19905 0 -1 1077944384 420 12916 0 0 0 0 5 2 20 0 15 0 66991560 11081240576 11692 33554432000 4194304 4196468 140729671119120 140444505414128 140445080603266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25594] ppid=25528 vsize=10821524 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25531/task/25594/stat : 25594 (java) S 25528 25531 19905 0 -1 1077944384 184 12916 0 0 1 0 5 2 20 0 15 0 66991560 11081240576 11692 33554432000 4194304 4196468 140729671119120 140444504361584 140445080603266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25595] ppid=25528 vsize=10821524 memory=139980464559744 CPUtime=0.1 cores=1,3,5,7
/proc/25531/task/25595/stat : 25595 (java) S 25528 25531 19905 0 -1 1077944384 619 12916 0 0 3 0 5 2 20 0 15 0 66991560 11081240576 11692 33554432000 4194304 4196468 140729671119120 140444503309040 140445080603266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25596] ppid=25528 vsize=10819896 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25596/stat : 25596 (java) S 25528 25531 19905 0 -1 1077944384 3 12916 0 0 0 0 5 2 20 0 15 0 66991560 11079573504 11452 33554432000 4194304 4196468 140729671119120 140443350199392 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25597] ppid=25528 vsize=10819896 memory=139980464559744 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25597/stat : 25597 (java) S 25528 25531 19905 0 -1 1077944384 1 12916 0 0 0 0 5 2 20 0 15 0 66991560 11079573504 11452 33554432000 4194304 4196468 140729671119120 140444502255920 140445080603266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10821524 KiB
Current children cumulated memory: 47648 KiB

[startup+0.31067 s]*
/proc/loadavg: 1.63 1.41 1.36 3/220 25597
/proc/meminfo: memFree=19683324/32770624 swapFree=67108860/67108860
[pid=25531] ppid=25528 vsize=10819352 memory=56236 CPUtime=0.38 cores=1,3,5,7
/proc/25531/stat : 25531 (java) S 25528 25531 19905 0 -1 1077944320 10656 12916 0 0 28 3 5 2 20 0 15 0 66991546 11079016448 14059 33554432000 4194304 4196468 140729671119120 140729671101664 140445080592119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
/proc/25531/statm: 2704838 14059 3077 1 0 2667149 0
[pid=25531/tid=25584] ppid=25528 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/25531/task/25584/stat : 25584 (java) R 25528 25531 19905 0 -1 4202560 7189 12916 0 0 20 2 5 2 20 0 15 0 66991554 11079016448 14059 33554432000 4194304 4196468 140729671119120 140445052404128 140445064672606 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25585] ppid=25528 vsize=10819352 memory=7373043845850746960 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25585/stat : 25585 (java) S 25528 25531 19905 0 -1 1077944384 2 12916 0 0 0 0 5 2 20 0 15 0 66991555 11079016448 14059 33554432000 4194304 4196468 140729671119120 140445084834576 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25586] ppid=25528 vsize=10819352 memory=2076 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25586/stat : 25586 (java) S 25528 25531 19905 0 -1 1077944384 1 12916 0 0 0 0 5 2 20 0 15 0 66991555 11079016448 14059 33554432000 4194304 4196468 140729671119120 140444973108112 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25587] ppid=25528 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25587/stat : 25587 (java) S 25528 25531 19905 0 -1 1077944384 1 12916 0 0 0 0 5 2 20 0 15 0 66991555 11079016448 14059 33554432000 4194304 4196468 140729671119120 140444972055568 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25588] ppid=25528 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25588/stat : 25588 (java) S 25528 25531 19905 0 -1 1077944384 2 12916 0 0 0 0 5 2 20 0 15 0 66991555 11079016448 14059 33554432000 4194304 4196468 140729671119120 140444971003024 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25589] ppid=25528 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25589/stat : 25589 (java) S 25528 25531 19905 0 -1 1077944384 2 12916 0 0 0 0 5 2 20 0 15 0 66991557 11079016448 14059 33554432000 4194304 4196468 140729671119120 140444540024816 140445080603266 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25590] ppid=25528 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25590/stat : 25590 (java) S 25528 25531 19905 0 -1 1077944384 33 12916 0 0 0 0 5 2 20 0 15 0 66991557 11079016448 14059 33554432000 4194304 4196468 140729671119120 140444538971040 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25591] ppid=25528 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25591/stat : 25591 (java) S 25528 25531 19905 0 -1 1077944384 1 12916 0 0 0 0 5 2 20 0 15 0 66991557 11079016448 14059 33554432000 4194304 4196468 140729671119120 140444423939056 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25592] ppid=25528 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25592/stat : 25592 (java) S 25528 25531 19905 0 -1 1077944384 2 12916 0 0 0 0 5 2 20 0 15 0 66991560 11079016448 14059 33554432000 4194304 4196468 140729671119120 140443819960528 140445080610715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25593] ppid=25528 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25531/task/25593/stat : 25593 (java) S 25528 25531 19905 0 -1 1077944384 422 12916 0 0 1 0 5 2 20 0 15 0 66991560 11079016448 14059 33554432000 4194304 4196468 140729671119120 140444505414128 140445080603266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25594] ppid=25528 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25531/task/25594/stat : 25594 (java) S 25528 25531 19905 0 -1 1077944384 184 12916 0 0 1 0 5 2 20 0 15 0 66991560 11079016448 14059 33554432000 4194304 4196468 140729671119120 140444504361584 140445080603266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25595] ppid=25528 vsize=10819352 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/25531/task/25595/stat : 25595 (java) R 25528 25531 19905 0 -1 4202560 628 12916 0 0 4 0 5 2 20 0 15 0 66991560 11079016448 14059 33554432000 4194304 4196468 140729671119120 140444503309040 140445059125517 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25596] ppid=25528 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25596/stat : 25596 (java) S 25528 25531 19905 0 -1 1077944384 3 12916 0 0 0 0 5 2 20 0 15 0 66991560 11079016448 14059 33554432000 4194304 4196468 140729671119120 140443350199392 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25597] ppid=25528 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25597/stat : 25597 (java) S 25528 25531 19905 0 -1 1077944384 1 12916 0 0 0 0 5 2 20 0 15 0 66991560 11079016448 14059 33554432000 4194304 4196468 140729671119120 140444502255920 140445080603266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 56236 KiB

[startup+0.700807 s]
/proc/loadavg: 1.63 1.41 1.36 3/220 25597
/proc/meminfo: memFree=19673400/32770624 swapFree=67108860/67108860
[pid=25531] ppid=25528 vsize=10819352 memory=88668 CPUtime=0.99 cores=1,3,5,7
/proc/25531/stat : 25531 (java) S 25528 25531 19905 0 -1 1077944320 16803 12916 0 0 88 4 5 2 20 0 15 0 66991546 11079016448 22167 33554432000 4194304 4196468 140729671119120 140729671101664 140445080592119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
/proc/25531/statm: 2704838 22167 3238 1 0 2667149 0
[pid=25531/tid=25584] ppid=25528 vsize=10819352 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/25531/task/25584/stat : 25584 (java) R 25528 25531 19905 0 -1 4202560 12290 12916 0 0 56 2 5 2 20 0 15 0 66991554 11079016448 22167 33554432000 4194304 4196468 140729671119120 140445052412944 140445064672606 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25585] ppid=25528 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25585/stat : 25585 (java) S 25528 25531 19905 0 -1 1077944384 2 12916 0 0 0 0 5 2 20 0 15 0 66991555 11079016448 22167 33554432000 4194304 4196468 140729671119120 140445084834576 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25586] ppid=25528 vsize=10819352 memory=4036 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25586/stat : 25586 (java) S 25528 25531 19905 0 -1 1077944384 1 12916 0 0 0 0 5 2 20 0 15 0 66991555 11079016448 22167 33554432000 4194304 4196468 140729671119120 140444973108112 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25587] ppid=25528 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25587/stat : 25587 (java) S 25528 25531 19905 0 -1 1077944384 1 12916 0 0 0 0 5 2 20 0 15 0 66991555 11079016448 22167 33554432000 4194304 4196468 140729671119120 140444972055568 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25588] ppid=25528 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25588/stat : 25588 (java) S 25528 25531 19905 0 -1 1077944384 2 12916 0 0 0 0 5 2 20 0 15 0 66991555 11079016448 22167 33554432000 4194304 4196468 140729671119120 140444971003024 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25589] ppid=25528 vsize=10819352 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25589/stat : 25589 (java) S 25528 25531 19905 0 -1 1077944384 6 12916 0 0 0 0 5 2 20 0 15 0 66991557 11079016448 22167 33554432000 4194304 4196468 140729671119120 140444540024816 140445080603266 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25590] ppid=25528 vsize=10819352 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25590/stat : 25590 (java) S 25528 25531 19905 0 -1 1077944384 33 12916 0 0 0 0 5 2 20 0 15 0 66991557 11079016448 22167 33554432000 4194304 4196468 140729671119120 140444538971040 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25591] ppid=25528 vsize=10819352 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25591/stat : 25591 (java) S 25528 25531 19905 0 -1 1077944384 1 12916 0 0 0 0 5 2 20 0 15 0 66991557 11079016448 22167 33554432000 4194304 4196468 140729671119120 140444423939056 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25592] ppid=25528 vsize=10819352 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25592/stat : 25592 (java) S 25528 25531 19905 0 -1 1077944384 2 12916 0 0 0 0 5 2 20 0 15 0 66991560 11079016448 22167 33554432000 4194304 4196468 140729671119120 140443819960528 140445080610715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25593] ppid=25528 vsize=10819352 memory=13252 CPUtime=0.14 cores=1,3,5,7
/proc/25531/task/25593/stat : 25593 (java) S 25528 25531 19905 0 -1 1077944384 831 12916 0 0 7 0 5 2 20 0 15 0 66991560 11079016448 22167 33554432000 4194304 4196468 140729671119120 140444505414128 140445080603266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25594] ppid=25528 vsize=10819352 memory=15460 CPUtime=0.16 cores=1,3,5,7
/proc/25531/task/25594/stat : 25594 (java) S 25528 25531 19905 0 -1 1077944384 742 12916 0 0 9 0 5 2 20 0 15 0 66991560 11079016448 22167 33554432000 4194304 4196468 140729671119120 140444504361584 140445080603266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25595] ppid=25528 vsize=10819352 memory=17668 CPUtime=0.2 cores=1,3,5,7
/proc/25531/task/25595/stat : 25595 (java) R 25528 25531 19905 0 -1 4202560 696 12916 0 0 13 0 5 2 20 0 15 0 66991560 11079016448 22167 33554432000 4194304 4196468 140729671119120 140444503309040 140445064733888 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25596] ppid=25528 vsize=10819352 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25596/stat : 25596 (java) S 25528 25531 19905 0 -1 1077944384 3 12916 0 0 0 0 5 2 20 0 15 0 66991560 11079016448 22167 33554432000 4194304 4196468 140729671119120 140443350199392 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25597] ppid=25528 vsize=10819352 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25597/stat : 25597 (java) S 25528 25531 19905 0 -1 1077944384 1 12916 0 0 0 0 5 2 20 0 15 0 66991560 11079016448 22167 33554432000 4194304 4196468 140729671119120 140444502255920 140445080603266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88668 KiB

[startup+1.50076 s]
/proc/loadavg: 1.63 1.41 1.36 3/220 25597
/proc/meminfo: memFree=19627068/32770624 swapFree=67108860/67108860
[pid=25531] ppid=25528 vsize=10830156 memory=245764 CPUtime=2.74 cores=1,3,5,7
/proc/25531/stat : 25531 (java) S 25528 25531 19905 0 -1 1077944320 22185 12916 0 0 257 10 5 2 20 0 15 0 66991546 11090079744 61441 33554432000 4194304 4196468 140729671119120 140729671101664 140445080592119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
/proc/25531/statm: 2707539 61441 3470 1 0 2669197 0
[pid=25531/tid=25584] ppid=25528 vsize=10830156 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/25531/task/25584/stat : 25584 (java) R 25528 25531 19905 0 -1 4202560 15310 12916 0 0 131 5 5 2 20 0 15 0 66991554 11090079744 61441 33554432000 4194304 4196468 140729671119120 140445052424704 140445080604054 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25585] ppid=25528 vsize=10830156 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25585/stat : 25585 (java) S 25528 25531 19905 0 -1 1077944384 24 12916 0 0 0 0 5 2 20 0 15 0 66991555 11090079744 61441 33554432000 4194304 4196468 140729671119120 140445084834576 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25586] ppid=25528 vsize=10830156 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25586/stat : 25586 (java) S 25528 25531 19905 0 -1 1077944384 16 12916 0 0 0 0 5 2 20 0 15 0 66991555 11090079744 61441 33554432000 4194304 4196468 140729671119120 140444973108112 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25587] ppid=25528 vsize=10830156 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25587/stat : 25587 (java) S 25528 25531 19905 0 -1 1077944384 299 12916 0 0 0 0 5 2 20 0 15 0 66991555 11090079744 61441 33554432000 4194304 4196468 140729671119120 140444972055568 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25588] ppid=25528 vsize=10830156 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25588/stat : 25588 (java) S 25528 25531 19905 0 -1 1077944384 39 12916 0 0 0 0 5 2 20 0 15 0 66991555 11090079744 61441 33554432000 4194304 4196468 140729671119120 140444971003024 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25589] ppid=25528 vsize=10830156 memory=-7965959130280075168 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25589/stat : 25589 (java) S 25528 25531 19905 0 -1 1077944384 95 12916 0 0 0 0 5 2 20 0 15 0 66991557 11090079744 61441 33554432000 4194304 4196468 140729671119120 140444540024816 140445080603266 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25590] ppid=25528 vsize=10830156 memory=279960732379392 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25590/stat : 25590 (java) S 25528 25531 19905 0 -1 1077944384 34 12916 0 0 0 0 5 2 20 0 15 0 66991557 11090079744 61441 33554432000 4194304 4196468 140729671119120 140444538971040 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25591] ppid=25528 vsize=10830156 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25591/stat : 25591 (java) S 25528 25531 19905 0 -1 1077944384 1 12916 0 0 0 0 5 2 20 0 15 0 66991557 11090079744 61441 33554432000 4194304 4196468 140729671119120 140444423939056 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25592] ppid=25528 vsize=10830156 memory=13056 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25592/stat : 25592 (java) S 25528 25531 19905 0 -1 1077944384 2 12916 0 0 0 0 5 2 20 0 15 0 66991560 11090079744 61441 33554432000 4194304 4196468 140729671119120 140443819960528 140445080610715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25593] ppid=25528 vsize=10830156 memory=5788 CPUtime=0.49 cores=1,3,5,7
/proc/25531/task/25593/stat : 25593 (java) S 25528 25531 19905 0 -1 1077944384 1566 12916 0 0 42 0 5 2 20 0 15 0 66991560 11090079744 61441 33554432000 4194304 4196468 140729671119120 140444505414128 140445080603266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25594] ppid=25528 vsize=10830156 memory=4620 CPUtime=0.49 cores=1,3,5,7
/proc/25531/task/25594/stat : 25594 (java) S 25528 25531 19905 0 -1 1077944384 1193 12916 0 0 42 0 5 2 20 0 15 0 66991560 11090079744 61441 33554432000 4194304 4196468 140729671119120 140444504361584 140445080603266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25595] ppid=25528 vsize=10830156 memory=1424 CPUtime=0.44 cores=1,3,5,7
/proc/25531/task/25595/stat : 25595 (java) R 25528 25531 19905 0 -1 4202560 1409 12916 0 0 37 0 5 2 20 0 15 0 66991560 11090079744 61441 33554432000 4194304 4196468 140729671119120 140444503309040 140445080613466 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25596] ppid=25528 vsize=10830156 memory=1232 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25596/stat : 25596 (java) S 25528 25531 19905 0 -1 1077944384 3 12916 0 0 0 0 5 2 20 0 15 0 66991560 11090079744 61441 33554432000 4194304 4196468 140729671119120 140443350199392 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25597] ppid=25528 vsize=10830156 memory=1012 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25597/stat : 25597 (java) S 25528 25531 19905 0 -1 1077944384 1 12916 0 0 0 0 5 2 20 0 15 0 66991560 11090079744 61441 33554432000 4194304 4196468 140729671119120 140444502255920 140445080603266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 10830156 KiB

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

/proc/25531/task/25584/stat : 25584 (java) R 25528 25531 19905 0 -1 4202560 111174 12916 0 0 237576 56 5 2 20 0 15 0 66991554 11176083456 419599 33554432000 4194304 4196468 140729671119120 140445052419136 140444645533196 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25585] ppid=25528 vsize=10914144 memory=6791534058613427641 CPUtime=3.03 cores=1,3,5,7
/proc/25531/task/25585/stat : 25585 (java) S 25528 25531 19905 0 -1 1077944384 21644 12916 0 0 270 26 5 2 20 0 15 0 66991555 11176083456 419599 33554432000 4194304 4196468 140729671119120 140445084834576 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25586] ppid=25528 vsize=10914144 memory=1678380 CPUtime=3.01 cores=1,3,5,7
/proc/25531/task/25586/stat : 25586 (java) S 25528 25531 19905 0 -1 1077944384 14261 12916 0 0 271 23 5 2 20 0 15 0 66991555 11176083456 419599 33554432000 4194304 4196468 140729671119120 140444973108112 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25587] ppid=25528 vsize=10914144 memory=1678380 CPUtime=3.01 cores=1,3,5,7
/proc/25531/task/25587/stat : 25587 (java) S 25528 25531 19905 0 -1 1077944384 21965 12916 0 0 268 26 5 2 20 0 15 0 66991555 11176083456 419599 33554432000 4194304 4196468 140729671119120 140444972055568 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25588] ppid=25528 vsize=10914144 memory=1678396 CPUtime=3.01 cores=1,3,5,7
/proc/25531/task/25588/stat : 25588 (java) S 25528 25531 19905 0 -1 1077944384 15172 12916 0 0 268 26 5 2 20 0 15 0 66991555 11176083456 419599 33554432000 4194304 4196468 140729671119120 140444971003024 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25589] ppid=25528 vsize=10914144 memory=1678392 CPUtime=2.47 cores=1,3,5,7
/proc/25531/task/25589/stat : 25589 (java) S 25528 25531 19905 0 -1 1077944384 18788 12916 0 0 224 16 5 2 20 0 15 0 66991557 11176083456 419599 33554432000 4194304 4196468 140729671119120 140444540024816 140445080603266 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25590] ppid=25528 vsize=10914144 memory=1678396 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25590/stat : 25590 (java) S 25528 25531 19905 0 -1 1077944384 52 12916 0 0 0 0 5 2 20 0 15 0 66991557 11176083456 419599 33554432000 4194304 4196468 140729671119120 140444538971168 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25591] ppid=25528 vsize=10914144 memory=1678396 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25591/stat : 25591 (java) S 25528 25531 19905 0 -1 1077944384 23 12916 0 0 0 0 5 2 20 0 15 0 66991557 11176083456 419599 33554432000 4194304 4196468 140729671119120 140444423939072 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25592] ppid=25528 vsize=10914144 memory=279960732815328 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25592/stat : 25592 (java) S 25528 25531 19905 0 -1 1077944384 2 12916 0 0 0 0 5 2 20 0 15 0 66991560 11176083456 419599 33554432000 4194304 4196468 140729671119120 140443819960528 140445080610715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25593] ppid=25528 vsize=10914144 memory=1678396 CPUtime=4.26 cores=1,3,5,7
/proc/25531/task/25593/stat : 25593 (java) S 25528 25531 19905 0 -1 1077944384 37919 12916 0 0 413 6 5 2 20 0 15 0 66991560 11176083456 419599 33554432000 4194304 4196468 140729671119120 140444505414128 140445080603266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25594] ppid=25528 vsize=10914144 memory=0 CPUtime=4.69 cores=1,3,5,7
/proc/25531/task/25594/stat : 25594 (java) S 25528 25531 19905 0 -1 1077944384 43724 12916 0 0 456 6 5 2 20 0 15 0 66991560 11176083456 419599 33554432000 4194304 4196468 140729671119120 140444504361584 140445080603266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25595] ppid=25528 vsize=10914144 memory=1956 CPUtime=1.81 cores=1,3,5,7
/proc/25531/task/25595/stat : 25595 (java) S 25528 25531 19905 0 -1 1077944384 34182 12916 0 0 170 4 5 2 20 0 15 0 66991560 11176083456 419599 33554432000 4194304 4196468 140729671119120 140444503309040 140445080603266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25596] ppid=25528 vsize=10914144 memory=1204 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25596/stat : 25596 (java) S 25528 25531 19905 0 -1 1077944384 3 12916 0 0 0 0 5 2 20 0 15 0 66991560 11176083456 419599 33554432000 4194304 4196468 140729671119120 140443350199392 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25597] ppid=25528 vsize=10914144 memory=4036 CPUtime=1.5 cores=1,3,5,7
/proc/25531/task/25597/stat : 25597 (java) S 25528 25531 19905 0 -1 1077944384 2172 12916 0 0 62 81 5 2 20 0 15 0 66991560 11176083456 419599 33554432000 4194304 4196468 140729671119120 140444502255920 140445080603266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
Current children cumulated CPU time: 2402.67 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1678396 KiB

[startup+2442.3 s]
/proc/loadavg: 1.56 1.47 1.47 3/220 26110
/proc/meminfo: memFree=16758164/32770624 swapFree=67108860/67108860
[pid=25531] ppid=25528 vsize=10914144 memory=1678456 CPUtime=2462.95 cores=1,3,5,7
/proc/25531/stat : 25531 (java) S 25528 25531 19905 0 -1 1077944320 325328 12916 0 0 246045 243 5 2 20 0 15 0 66991546 11176083456 419614 33554432000 4194304 4196468 140729671119120 140729671101664 140445080592119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
/proc/25531/statm: 2728536 419614 3520 1 0 2690189 0
[pid=25531/tid=25584] ppid=25528 vsize=10914144 memory=1678456 CPUtime=2436.21 cores=1,3,5,7
/proc/25531/task/25584/stat : 25584 (java) R 25528 25531 19905 0 -1 4202560 111860 12916 0 0 243558 56 5 2 20 0 15 0 66991554 11176083456 419614 33554432000 4194304 4196468 140729671119120 140445052417344 140444645538587 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25585] ppid=25528 vsize=10914144 memory=1678456 CPUtime=3.11 cores=1,3,5,7
/proc/25531/task/25585/stat : 25585 (java) S 25528 25531 19905 0 -1 1077944384 21670 12916 0 0 277 27 5 2 20 0 15 0 66991555 11176083456 419614 33554432000 4194304 4196468 140729671119120 140445084834576 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25586] ppid=25528 vsize=10914144 memory=1678380 CPUtime=3.1 cores=1,3,5,7
/proc/25531/task/25586/stat : 25586 (java) S 25528 25531 19905 0 -1 1077944384 14401 12916 0 0 280 23 5 2 20 0 15 0 66991555 11176083456 419614 33554432000 4194304 4196468 140729671119120 140444973108112 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25587] ppid=25528 vsize=10914144 memory=1678396 CPUtime=3.09 cores=1,3,5,7
/proc/25531/task/25587/stat : 25587 (java) S 25528 25531 19905 0 -1 1077944384 22171 12916 0 0 276 26 5 2 20 0 15 0 66991555 11176083456 419614 33554432000 4194304 4196468 140729671119120 140444972055568 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25588] ppid=25528 vsize=10914144 memory=279960732815328 CPUtime=3.09 cores=1,3,5,7
/proc/25531/task/25588/stat : 25588 (java) S 25528 25531 19905 0 -1 1077944384 15752 12916 0 0 276 26 5 2 20 0 15 0 66991555 11176083456 419614 33554432000 4194304 4196468 140729671119120 140444971003024 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25589] ppid=25528 vsize=10914144 memory=297 CPUtime=2.53 cores=1,3,5,7
/proc/25531/task/25589/stat : 25589 (java) S 25528 25531 19905 0 -1 1077944384 19149 12916 0 0 230 16 5 2 20 0 15 0 66991557 11176083456 419614 33554432000 4194304 4196468 140729671119120 140444540024816 140445080603266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25590] ppid=25528 vsize=10914144 memory=1678380 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25590/stat : 25590 (java) S 25528 25531 19905 0 -1 1077944384 52 12916 0 0 0 0 5 2 20 0 15 0 66991557 11176083456 419614 33554432000 4194304 4196468 140729671119120 140444538971168 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25591] ppid=25528 vsize=10914144 memory=1678428 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25591/stat : 25591 (java) S 25528 25531 19905 0 -1 1077944384 23 12916 0 0 0 0 5 2 20 0 15 0 66991557 11176083456 419614 33554432000 4194304 4196468 140729671119120 140444423939072 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25592] ppid=25528 vsize=10914144 memory=1678456 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25592/stat : 25592 (java) S 25528 25531 19905 0 -1 1077944384 2 12916 0 0 0 0 5 2 20 0 15 0 66991560 11176083456 419614 33554432000 4194304 4196468 140729671119120 140443819960528 140445080610715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25593] ppid=25528 vsize=10914144 memory=1678456 CPUtime=4.26 cores=1,3,5,7
/proc/25531/task/25593/stat : 25593 (java) S 25528 25531 19905 0 -1 1077944384 37923 12916 0 0 413 6 5 2 20 0 15 0 66991560 11176083456 419614 33554432000 4194304 4196468 140729671119120 140444505414128 140445080603266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25594] ppid=25528 vsize=10914144 memory=1678456 CPUtime=4.69 cores=1,3,5,7
/proc/25531/task/25594/stat : 25594 (java) S 25528 25531 19905 0 -1 1077944384 43728 12916 0 0 456 6 5 2 20 0 15 0 66991560 11176083456 419614 33554432000 4194304 4196468 140729671119120 140444504361584 140445080603266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25595] ppid=25528 vsize=10914144 memory=1678456 CPUtime=1.81 cores=1,3,5,7
/proc/25531/task/25595/stat : 25595 (java) S 25528 25531 19905 0 -1 1077944384 34186 12916 0 0 170 4 5 2 20 0 15 0 66991560 11176083456 419614 33554432000 4194304 4196468 140729671119120 140444503309040 140445080603266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25596] ppid=25528 vsize=10914144 memory=1678456 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25596/stat : 25596 (java) S 25528 25531 19905 0 -1 1077944384 3 12916 0 0 0 0 5 2 20 0 15 0 66991560 11176083456 419614 33554432000 4194304 4196468 140729671119120 140443350199392 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25597] ppid=25528 vsize=10914144 memory=1678456 CPUtime=1.54 cores=1,3,5,7
/proc/25531/task/25597/stat : 25597 (java) S 25528 25531 19905 0 -1 1077944384 2215 12916 0 0 64 83 5 2 20 0 15 0 66991560 11176083456 419614 33554432000 4194304 4196468 140729671119120 140444502255920 140445080603266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
Current children cumulated CPU time: 2462.95 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1678456 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2499.11 s]
/proc/loadavg: 1.65 1.51 1.48 3/219 26110
/proc/meminfo: memFree=16759992/32770624 swapFree=67108860/67108860
[pid=25531] ppid=25528 vsize=10914144 memory=1678496 CPUtime=2520.01 cores=1,3,5,7
/proc/25531/stat : 25531 (java) S 25528 25531 19905 0 -1 1077944320 327137 12916 0 0 251749 245 5 2 20 0 15 0 66991546 11176083456 419624 33554432000 4194304 4196468 140729671119120 140729671101664 140445080592119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
/proc/25531/statm: 2728536 419624 3520 1 0 2690189 0
[pid=25531/tid=25584] ppid=25528 vsize=10914144 memory=1678484 CPUtime=2492.85 cores=1,3,5,7
/proc/25531/task/25584/stat : 25584 (java) R 25528 25531 19905 0 -1 4202560 112498 12916 0 0 249222 56 5 2 20 0 15 0 66991554 11176083456 419624 33554432000 4194304 4196468 140729671119120 140445052425664 140444645532504 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25585] ppid=25528 vsize=10914144 memory=1678484 CPUtime=3.19 cores=1,3,5,7
/proc/25531/task/25585/stat : 25585 (java) S 25528 25531 19905 0 -1 1077944384 21795 12916 0 0 285 27 5 2 20 0 15 0 66991555 11176083456 419624 33554432000 4194304 4196468 140729671119120 140445084834576 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25586] ppid=25528 vsize=10914144 memory=1678484 CPUtime=3.18 cores=1,3,5,7
/proc/25531/task/25586/stat : 25586 (java) S 25528 25531 19905 0 -1 1077944384 14501 12916 0 0 287 24 5 2 20 0 15 0 66991555 11176083456 419624 33554432000 4194304 4196468 140729671119120 140444973108112 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25587] ppid=25528 vsize=10914144 memory=56 CPUtime=3.18 cores=1,3,5,7
/proc/25531/task/25587/stat : 25587 (java) S 25528 25531 19905 0 -1 1077944384 22447 12916 0 0 284 27 5 2 20 0 15 0 66991555 11176083456 419624 33554432000 4194304 4196468 140729671119120 140444972055568 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25588] ppid=25528 vsize=10914144 memory=1678484 CPUtime=3.17 cores=1,3,5,7
/proc/25531/task/25588/stat : 25588 (java) S 25528 25531 19905 0 -1 1077944384 16075 12916 0 0 283 27 5 2 20 0 15 0 66991555 11176083456 419624 33554432000 4194304 4196468 140729671119120 140444971003024 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25589] ppid=25528 vsize=10914144 memory=1678484 CPUtime=2.61 cores=1,3,5,7
/proc/25531/task/25589/stat : 25589 (java) S 25528 25531 19905 0 -1 1077944384 19466 12916 0 0 237 17 5 2 20 0 15 0 66991557 11176083456 419624 33554432000 4194304 4196468 140729671119120 140444540024816 140445080603266 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25590] ppid=25528 vsize=10914144 memory=1678484 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25590/stat : 25590 (java) S 25528 25531 19905 0 -1 1077944384 52 12916 0 0 0 0 5 2 20 0 15 0 66991557 11176083456 419624 33554432000 4194304 4196468 140729671119120 140444538971168 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25591] ppid=25528 vsize=10914144 memory=1678484 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25591/stat : 25591 (java) S 25528 25531 19905 0 -1 1077944384 23 12916 0 0 0 0 5 2 20 0 15 0 66991557 11176083456 419624 33554432000 4194304 4196468 140729671119120 140444423939072 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25592] ppid=25528 vsize=10914144 memory=1678496 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25592/stat : 25592 (java) S 25528 25531 19905 0 -1 1077944384 2 12916 0 0 0 0 5 2 20 0 15 0 66991560 11176083456 419624 33554432000 4194304 4196468 140729671119120 140443819960528 140445080610715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25593] ppid=25528 vsize=10914144 memory=1678496 CPUtime=4.26 cores=1,3,5,7
/proc/25531/task/25593/stat : 25593 (java) S 25528 25531 19905 0 -1 1077944384 37927 12916 0 0 413 6 5 2 20 0 15 0 66991560 11176083456 419624 33554432000 4194304 4196468 140729671119120 140444505414128 140445080603266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25594] ppid=25528 vsize=10914144 memory=1678496 CPUtime=4.7 cores=1,3,5,7
/proc/25531/task/25594/stat : 25594 (java) S 25528 25531 19905 0 -1 1077944384 43732 12916 0 0 457 6 5 2 20 0 15 0 66991560 11176083456 419624 33554432000 4194304 4196468 140729671119120 140444504361584 140445080603266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25595] ppid=25528 vsize=10914144 memory=1678496 CPUtime=1.81 cores=1,3,5,7
/proc/25531/task/25595/stat : 25595 (java) S 25528 25531 19905 0 -1 1077944384 34190 12916 0 0 170 4 5 2 20 0 15 0 66991560 11176083456 419624 33554432000 4194304 4196468 140729671119120 140444503309040 140445080603266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25596] ppid=25528 vsize=10914144 memory=1678480 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25596/stat : 25596 (java) S 25528 25531 19905 0 -1 1077944384 3 12916 0 0 0 0 5 2 20 0 15 0 66991560 11176083456 419624 33554432000 4194304 4196468 140729671119120 140443350199392 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25597] ppid=25528 vsize=10914144 memory=1678496 CPUtime=1.58 cores=1,3,5,7
/proc/25531/task/25597/stat : 25597 (java) S 25528 25531 19905 0 -1 1077944384 2233 12916 0 0 66 85 5 2 20 0 15 0 66991560 11176083456 419624 33554432000 4194304 4196468 140729671119120 140444502255920 140445080603266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1678496 KiB

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

[startup+2499.18 s]
# the end of solver process 25531 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.61 s, system=2.50267 s

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

[startup+2499.11 s]
/proc/loadavg: 1.65 1.51 1.48 3/219 26110
/proc/meminfo: memFree=16759992/32770624 swapFree=67108860/67108860
[pid=25531] ppid=25528 vsize=10914144 memory=1678496 CPUtime=2520.01 cores=1,3,5,7
/proc/25531/stat : 25531 (java) S 25528 25531 19905 0 -1 1077944320 327137 12916 0 0 251749 245 5 2 20 0 15 0 66991546 11176083456 419624 33554432000 4194304 4196468 140729671119120 140729671101664 140445080592119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
/proc/25531/statm: 2728536 419624 3520 1 0 2690189 0
[pid=25531/tid=25584] ppid=25528 vsize=10914144 memory=1678484 CPUtime=2492.85 cores=1,3,5,7
/proc/25531/task/25584/stat : 25584 (java) R 25528 25531 19905 0 -1 4202560 112498 12916 0 0 249222 56 5 2 20 0 15 0 66991554 11176083456 419624 33554432000 4194304 4196468 140729671119120 140445052425664 140444645532504 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25585] ppid=25528 vsize=10914144 memory=1678484 CPUtime=3.19 cores=1,3,5,7
/proc/25531/task/25585/stat : 25585 (java) S 25528 25531 19905 0 -1 1077944384 21795 12916 0 0 285 27 5 2 20 0 15 0 66991555 11176083456 419624 33554432000 4194304 4196468 140729671119120 140445084834576 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25586] ppid=25528 vsize=10914144 memory=1678484 CPUtime=3.18 cores=1,3,5,7
/proc/25531/task/25586/stat : 25586 (java) S 25528 25531 19905 0 -1 1077944384 14501 12916 0 0 287 24 5 2 20 0 15 0 66991555 11176083456 419624 33554432000 4194304 4196468 140729671119120 140444973108112 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25587] ppid=25528 vsize=10914144 memory=56 CPUtime=3.18 cores=1,3,5,7
/proc/25531/task/25587/stat : 25587 (java) S 25528 25531 19905 0 -1 1077944384 22447 12916 0 0 284 27 5 2 20 0 15 0 66991555 11176083456 419624 33554432000 4194304 4196468 140729671119120 140444972055568 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25588] ppid=25528 vsize=10914144 memory=1678484 CPUtime=3.17 cores=1,3,5,7
/proc/25531/task/25588/stat : 25588 (java) S 25528 25531 19905 0 -1 1077944384 16075 12916 0 0 283 27 5 2 20 0 15 0 66991555 11176083456 419624 33554432000 4194304 4196468 140729671119120 140444971003024 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25589] ppid=25528 vsize=10914144 memory=1678484 CPUtime=2.61 cores=1,3,5,7
/proc/25531/task/25589/stat : 25589 (java) S 25528 25531 19905 0 -1 1077944384 19466 12916 0 0 237 17 5 2 20 0 15 0 66991557 11176083456 419624 33554432000 4194304 4196468 140729671119120 140444540024816 140445080603266 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25590] ppid=25528 vsize=10914144 memory=1678484 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25590/stat : 25590 (java) S 25528 25531 19905 0 -1 1077944384 52 12916 0 0 0 0 5 2 20 0 15 0 66991557 11176083456 419624 33554432000 4194304 4196468 140729671119120 140444538971168 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25591] ppid=25528 vsize=10914144 memory=1678484 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25591/stat : 25591 (java) S 25528 25531 19905 0 -1 1077944384 23 12916 0 0 0 0 5 2 20 0 15 0 66991557 11176083456 419624 33554432000 4194304 4196468 140729671119120 140444423939072 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25592] ppid=25528 vsize=10914144 memory=1678496 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25592/stat : 25592 (java) S 25528 25531 19905 0 -1 1077944384 2 12916 0 0 0 0 5 2 20 0 15 0 66991560 11176083456 419624 33554432000 4194304 4196468 140729671119120 140443819960528 140445080610715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25593] ppid=25528 vsize=10914144 memory=1678496 CPUtime=4.26 cores=1,3,5,7
/proc/25531/task/25593/stat : 25593 (java) S 25528 25531 19905 0 -1 1077944384 37927 12916 0 0 413 6 5 2 20 0 15 0 66991560 11176083456 419624 33554432000 4194304 4196468 140729671119120 140444505414128 140445080603266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25594] ppid=25528 vsize=10914144 memory=1678496 CPUtime=4.7 cores=1,3,5,7
/proc/25531/task/25594/stat : 25594 (java) S 25528 25531 19905 0 -1 1077944384 43732 12916 0 0 457 6 5 2 20 0 15 0 66991560 11176083456 419624 33554432000 4194304 4196468 140729671119120 140444504361584 140445080603266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25595] ppid=25528 vsize=10914144 memory=1678496 CPUtime=1.81 cores=1,3,5,7
/proc/25531/task/25595/stat : 25595 (java) S 25528 25531 19905 0 -1 1077944384 34190 12916 0 0 170 4 5 2 20 0 15 0 66991560 11176083456 419624 33554432000 4194304 4196468 140729671119120 140444503309040 140445080603266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25596] ppid=25528 vsize=10914144 memory=1678480 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25596/stat : 25596 (java) S 25528 25531 19905 0 -1 1077944384 3 12916 0 0 0 0 5 2 20 0 15 0 66991560 11176083456 419624 33554432000 4194304 4196468 140729671119120 140443350199392 140445080602325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
[pid=25531/tid=25597] ppid=25528 vsize=10914144 memory=1678496 CPUtime=1.58 cores=1,3,5,7
/proc/25531/task/25597/stat : 25597 (java) S 25528 25531 19905 0 -1 1077944384 2233 12916 0 0 66 85 5 2 20 0 15 0 66991560 11176083456 419624 33554432000 4194304 4196468 140729671119120 140444502255920 140445080603266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140729671121518 140729671124316 140729671124316 140729671126991 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1678496 KiB

Child status: 143
Real time (s): 2499.18
CPU time (s): 2520.11
CPU user time (s): 2517.61
CPU system time (s): 2.50267
CPU usage (%): 100.837
Max. virtual memory (cumulated for all children) (KiB): 10916856
Max. memory (cumulated for all children) (KiB): 2164324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.61
system time used= 2.50267
maximum resident set size= 2164324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 341762
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112010
involuntary context switches= 2689


# summary of solver processes directly reported to runsolver:
#   pid: 25531
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2517.61
#   total CPU system time (s): 2.50267

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.0025 second user time and 22.7496 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-25 06:51:24
IDJOB=4294861
IDBENCH=141438
IDSOLVER=2750
FILE ID=node133/4294861-1532494284
RUNJOBID= node133-1532466433-19937
PBS_JOBID= 21021582
Free space on /tmp= 48232 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-14-15_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294861-1532494284/watcher-4294861-1532494284 -o /tmp/evaluation-result-4294861-1532494284/solver-4294861-1532494284 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532466433-19937 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2045757687 HOME/instance-4294861-1532494284.xml

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

MD5SUM BENCH= ac0b4f561f7e67952eb47b21f0f500f8
RANDOM SEED=2045757687

node133.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.24
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.24
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.24
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.24
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:        19726940 kB
MemAvailable:   30811000 kB
Buffers:          166676 kB
Cached:         11078524 kB
SwapCached:            0 kB
Active:          3820620 kB
Inactive:        8604436 kB
Active(anon):    1131344 kB
Inactive(anon):    68468 kB
Active(file):    2689276 kB
Inactive(file):  8535968 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             29888 kB
Writeback:             0 kB
AnonPages:       1202952 kB
Mapped:            52372 kB
Shmem:             17056 kB
Slab:             314956 kB
SReclaimable:     287276 kB
SUnreclaim:        27680 kB
KernelStack:        3872 kB
PageTables:         7192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2139912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1011712 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 48204 MiB
End job on node133 at 2018-07-25 07:33:03