Trace number 4305085

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.9.2? (TO) 2520.14 2501.27

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-10-11_c18.xml
MD5SUM6eb53458083bb5bfd537601a03885fcf
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 variables110
Number of constraints21
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":110}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":110}]
Minimum constraint arity10
Maximum constraint arity11
Distribution of constraint arities[{"arity":10,"count":11},{"arity":11,"count":10}]
Number of extensional constraints21
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":21}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305085-1534112655/watcher-4305085-1534112655 -o /tmp/evaluation-result-4305085-1534112655/solver-4305085-1534112655 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534095354-25288 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=926554173 HOME/instance-4305085-1534112655.xml 

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

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


[startup+0.100145 s]*
/proc/loadavg: 1.48 1.52 1.43 3/206 30457
/proc/meminfo: memFree=27809892/32770624 swapFree=67030652/67108860
[pid=30400] ppid=30397 vsize=10005480 memory=16808 CPUtime=0.09 cores=1,3,5,7
/proc/30400/stat : 30400 (java) S 30397 30400 25256 0 -1 1077944320 4358 12847 0 0 1 1 5 2 20 0 6 0 228828652 10245611520 4202 33554432000 4194304 4196468 140734769303952 140734769286496 139870378864375 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
/proc/30400/statm: 2501370 4202 1934 1 0 2489808 0
[pid=30400/tid=30453] ppid=30397 vsize=10005480 memory=4279135704047060365 CPUtime=0.08 cores=1,3,5,7
/proc/30400/task/30453/stat : 30453 (java) R 30397 30400 25256 0 -1 4202560 2172 12847 0 0 1 0 5 2 20 0 6 0 228828661 10245611520 4202 33554432000 4194304 4196468 140734769303952 139870350701136 139870362944862 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30454] ppid=30397 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30454/stat : 30454 (java) S 30397 30400 25256 0 -1 1077944384 1 12847 0 0 0 0 5 2 20 0 6 0 228828661 10245611520 4202 33554432000 4194304 4196468 140734769303952 139870383107216 139870378874581 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30455] ppid=30397 vsize=10005480 memory=140394609665664 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30455/stat : 30455 (java) S 30397 30400 25256 0 -1 1077944384 1 12847 0 0 0 0 5 2 20 0 6 0 228828661 10245611520 4202 33554432000 4194304 4196468 140734769303952 139870248442896 139870378874581 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30456] ppid=30397 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30456/stat : 30456 (java) S 30397 30400 25256 0 -1 1077944384 1 12847 0 0 0 0 5 2 20 0 6 0 228828661 10245611520 4202 33554432000 4194304 4196468 140734769303952 139870247390096 139870378874581 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30457] ppid=30397 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30457/stat : 30457 (java) S 30397 30400 25256 0 -1 1077944384 2 12847 0 0 0 0 5 2 20 0 6 0 228828662 10245611520 4202 33554432000 4194304 4196468 140734769303952 139870246337296 139870378874581 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16808 KiB

[startup+0.210007 s]*
/proc/loadavg: 1.48 1.52 1.43 3/215 30467
/proc/meminfo: memFree=27784756/32770624 swapFree=67030652/67108860
[pid=30400] ppid=30397 vsize=10982744 memory=45460 CPUtime=0.25 cores=1,3,5,7
/proc/30400/stat : 30400 (java) S 30397 30400 25256 0 -1 1077944320 7993 12847 0 0 17 1 5 2 20 0 15 0 228828652 11246329856 11365 33554432000 4194304 4196468 140734769303952 140734769286496 139870378864375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
/proc/30400/statm: 2745686 11365 2974 1 0 2708109 0
[pid=30400/tid=30453] ppid=30397 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/30400/task/30453/stat : 30453 (java) R 30397 30400 25256 0 -1 4202560 4584 12847 0 0 11 0 5 2 20 0 15 0 228828661 11246329856 11365 33554432000 4194304 4196468 140734769303952 139870350686552 139870371581527 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30454] ppid=30397 vsize=10982744 memory=343 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30454/stat : 30454 (java) S 30397 30400 25256 0 -1 1077944384 1 12847 0 0 0 0 5 2 20 0 15 0 228828661 11246329856 11365 33554432000 4194304 4196468 140734769303952 139870383107216 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30455] ppid=30397 vsize=10982744 memory=140394609691220 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30455/stat : 30455 (java) S 30397 30400 25256 0 -1 1077944384 1 12847 0 0 0 0 5 2 20 0 15 0 228828661 11246329856 11365 33554432000 4194304 4196468 140734769303952 139870248442896 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30456] ppid=30397 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30456/stat : 30456 (java) S 30397 30400 25256 0 -1 1077944384 1 12847 0 0 0 0 5 2 20 0 15 0 228828661 11246329856 11365 33554432000 4194304 4196468 140734769303952 139870247390096 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30457] ppid=30397 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30457/stat : 30457 (java) S 30397 30400 25256 0 -1 1077944384 2 12847 0 0 0 0 5 2 20 0 15 0 228828662 11246329856 11431 33554432000 4194304 4196468 140734769303952 139870246337296 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30458] ppid=30397 vsize=10982744 memory=140394609665664 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30458/stat : 30458 (java) S 30397 30400 25256 0 -1 1077944384 2 12847 0 0 0 0 5 2 20 0 15 0 228828663 11246329856 11431 33554432000 4194304 4196468 140734769303952 139869804058992 139870378875522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30460] ppid=30397 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30460/stat : 30460 (java) S 30397 30400 25256 0 -1 1077944384 13 12847 0 0 0 0 5 2 20 0 15 0 228828663 11246329856 11431 33554432000 4194304 4196468 140734769303952 139869233865760 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30461] ppid=30397 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30461/stat : 30461 (java) S 30397 30400 25256 0 -1 1077944384 1 12847 0 0 0 0 5 2 20 0 15 0 228828664 11246329856 11431 33554432000 4194304 4196468 140734769303952 139869032538992 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30462] ppid=30397 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30462/stat : 30462 (java) S 30397 30400 25256 0 -1 1077944384 3 12847 0 0 0 0 5 2 20 0 15 0 228828666 11246329856 11431 33554432000 4194304 4196468 140734769303952 139868725139280 139870378882971 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30463] ppid=30397 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30400/task/30463/stat : 30463 (java) S 30397 30400 25256 0 -1 1077944384 474 12847 0 0 1 0 5 2 20 0 15 0 228828666 11246329856 11431 33554432000 4194304 4196468 140734769303952 139869803006832 139870378875522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30464] ppid=30397 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30464/stat : 30464 (java) S 30397 30400 25256 0 -1 1077944384 143 12847 0 0 0 0 5 2 20 0 15 0 228828666 11246329856 11431 33554432000 4194304 4196468 140734769303952 139869801954032 139870378875522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30465] ppid=30397 vsize=10982744 memory=140394609665664 CPUtime=0.1 cores=1,3,5,7
/proc/30400/task/30465/stat : 30465 (java) S 30397 30400 25256 0 -1 1077944384 612 12847 0 0 3 0 5 2 20 0 15 0 228828666 11246329856 11431 33554432000 4194304 4196468 140734769303952 139869800901232 139870378875522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30466] ppid=30397 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30466/stat : 30466 (java) S 30397 30400 25256 0 -1 1077944384 3 12847 0 0 0 0 5 2 20 0 15 0 228828666 11246329856 11431 33554432000 4194304 4196468 140734769303952 139868294343392 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30467] ppid=30397 vsize=10982744 memory=140394609665664 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30467/stat : 30467 (java) S 30397 30400 25256 0 -1 1077944384 1 12847 0 0 0 0 5 2 20 0 15 0 228828667 11246329856 11431 33554432000 4194304 4196468 140734769303952 139869799848624 139870378875522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45460 KiB

[startup+0.310261 s]*
/proc/loadavg: 1.48 1.52 1.43 3/215 30467
/proc/meminfo: memFree=27773716/32770624 swapFree=67030652/67108860
[pid=30400] ppid=30397 vsize=10983192 memory=56368 CPUtime=0.38 cores=1,3,5,7
/proc/30400/stat : 30400 (java) S 30397 30400 25256 0 -1 1077944320 10587 12847 0 0 28 3 5 2 20 0 15 0 228828652 11246788608 14092 33554432000 4194304 4196468 140734769303952 140734769286496 139870378864375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
/proc/30400/statm: 2745798 14092 3093 1 0 2708109 0
[pid=30400/tid=30453] ppid=30397 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/30400/task/30453/stat : 30453 (java) R 30397 30400 25256 0 -1 4202560 7130 12847 0 0 19 2 5 2 20 0 15 0 228828661 11246788608 14092 33554432000 4194304 4196468 140734769303952 139870350676384 139870356088528 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30454] ppid=30397 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30454/stat : 30454 (java) S 30397 30400 25256 0 -1 1077944384 1 12847 0 0 0 0 5 2 20 0 15 0 228828661 11246788608 14092 33554432000 4194304 4196468 140734769303952 139870383107216 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30455] ppid=30397 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30455/stat : 30455 (java) S 30397 30400 25256 0 -1 1077944384 1 12847 0 0 0 0 5 2 20 0 15 0 228828661 11246788608 14092 33554432000 4194304 4196468 140734769303952 139870248442896 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30456] ppid=30397 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30456/stat : 30456 (java) S 30397 30400 25256 0 -1 1077944384 1 12847 0 0 0 0 5 2 20 0 15 0 228828661 11246788608 14092 33554432000 4194304 4196468 140734769303952 139870247390096 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30457] ppid=30397 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30457/stat : 30457 (java) S 30397 30400 25256 0 -1 1077944384 2 12847 0 0 0 0 5 2 20 0 15 0 228828662 11246788608 14092 33554432000 4194304 4196468 140734769303952 139870246337296 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30458] ppid=30397 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30458/stat : 30458 (java) S 30397 30400 25256 0 -1 1077944384 2 12847 0 0 0 0 5 2 20 0 15 0 228828663 11246788608 14092 33554432000 4194304 4196468 140734769303952 139869804058992 139870378875522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30460] ppid=30397 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30460/stat : 30460 (java) S 30397 30400 25256 0 -1 1077944384 13 12847 0 0 0 0 5 2 20 0 15 0 228828663 11246788608 14092 33554432000 4194304 4196468 140734769303952 139869233865760 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30461] ppid=30397 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30461/stat : 30461 (java) S 30397 30400 25256 0 -1 1077944384 1 12847 0 0 0 0 5 2 20 0 15 0 228828664 11246788608 14092 33554432000 4194304 4196468 140734769303952 139869032538992 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30462] ppid=30397 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30462/stat : 30462 (java) S 30397 30400 25256 0 -1 1077944384 3 12847 0 0 0 0 5 2 20 0 15 0 228828666 11246788608 14092 33554432000 4194304 4196468 140734769303952 139868725139280 139870378882971 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30463] ppid=30397 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30400/task/30463/stat : 30463 (java) S 30397 30400 25256 0 -1 1077944384 476 12847 0 0 2 0 5 2 20 0 15 0 228828666 11246788608 14092 33554432000 4194304 4196468 140734769303952 139869803006832 139870378875522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30464] ppid=30397 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30400/task/30464/stat : 30464 (java) S 30397 30400 25256 0 -1 1077944384 146 12847 0 0 1 0 5 2 20 0 15 0 228828666 11246788608 14092 33554432000 4194304 4196468 140734769303952 139869801954032 139870378875522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30465] ppid=30397 vsize=10983192 memory=140394609665664 CPUtime=0.12 cores=1,3,5,7
/proc/30400/task/30465/stat : 30465 (java) S 30397 30400 25256 0 -1 1077944384 618 12847 0 0 5 0 5 2 20 0 15 0 228828666 11246788608 14092 33554432000 4194304 4196468 140734769303952 139869800901232 139870378875522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30466] ppid=30397 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30466/stat : 30466 (java) S 30397 30400 25256 0 -1 1077944384 3 12847 0 0 0 0 5 2 20 0 15 0 228828666 11246788608 14092 33554432000 4194304 4196468 140734769303952 139868294343392 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30467] ppid=30397 vsize=10983192 memory=140394609665664 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30467/stat : 30467 (java) S 30397 30400 25256 0 -1 1077944384 1 12847 0 0 0 0 5 2 20 0 15 0 228828667 11246788608 14092 33554432000 4194304 4196468 140734769303952 139869799848624 139870378875522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56368 KiB

[startup+0.700766 s]
/proc/loadavg: 1.48 1.52 1.43 3/215 30467
/proc/meminfo: memFree=27762800/32770624 swapFree=67030652/67108860
[pid=30400] ppid=30397 vsize=10983192 memory=88528 CPUtime=0.99 cores=1,3,5,7
/proc/30400/stat : 30400 (java) S 30397 30400 25256 0 -1 1077944320 16764 12847 0 0 88 4 5 2 20 0 15 0 228828652 11246788608 22132 33554432000 4194304 4196468 140734769303952 140734769286496 139870378864375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
/proc/30400/statm: 2745798 22132 3238 1 0 2708109 0
[pid=30400/tid=30453] ppid=30397 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/30400/task/30453/stat : 30453 (java) R 30397 30400 25256 0 -1 4202560 12229 12847 0 0 56 3 5 2 20 0 15 0 228828661 11246788608 22132 33554432000 4194304 4196468 140734769303952 139870350685200 139870362051201 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30454] ppid=30397 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30454/stat : 30454 (java) S 30397 30400 25256 0 -1 1077944384 1 12847 0 0 0 0 5 2 20 0 15 0 228828661 11246788608 22132 33554432000 4194304 4196468 140734769303952 139870383107216 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30455] ppid=30397 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30455/stat : 30455 (java) S 30397 30400 25256 0 -1 1077944384 1 12847 0 0 0 0 5 2 20 0 15 0 228828661 11246788608 22132 33554432000 4194304 4196468 140734769303952 139870248442896 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30456] ppid=30397 vsize=10983192 memory=140394495095568 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30456/stat : 30456 (java) S 30397 30400 25256 0 -1 1077944384 1 12847 0 0 0 0 5 2 20 0 15 0 228828661 11246788608 22132 33554432000 4194304 4196468 140734769303952 139870247390096 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30457] ppid=30397 vsize=10983192 memory=140398185939529 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30457/stat : 30457 (java) S 30397 30400 25256 0 -1 1077944384 2 12847 0 0 0 0 5 2 20 0 15 0 228828662 11246788608 22132 33554432000 4194304 4196468 140734769303952 139870246337296 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30458] ppid=30397 vsize=10983192 memory=752 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30458/stat : 30458 (java) S 30397 30400 25256 0 -1 1077944384 5 12847 0 0 0 0 5 2 20 0 15 0 228828663 11246788608 22132 33554432000 4194304 4196468 140734769303952 139869804058992 139870378875522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30460] ppid=30397 vsize=10983192 memory=7014751519650764113 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30460/stat : 30460 (java) S 30397 30400 25256 0 -1 1077944384 13 12847 0 0 0 0 5 2 20 0 15 0 228828663 11246788608 22132 33554432000 4194304 4196468 140734769303952 139869233865760 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30461] ppid=30397 vsize=10983192 memory=6082220498109819240 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30461/stat : 30461 (java) S 30397 30400 25256 0 -1 1077944384 1 12847 0 0 0 0 5 2 20 0 15 0 228828664 11246788608 22132 33554432000 4194304 4196468 140734769303952 139869032538992 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30462] ppid=30397 vsize=10983192 memory=2228 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30462/stat : 30462 (java) S 30397 30400 25256 0 -1 1077944384 3 12847 0 0 0 0 5 2 20 0 15 0 228828666 11246788608 22132 33554432000 4194304 4196468 140734769303952 139868725139280 139870378882971 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30463] ppid=30397 vsize=10983192 memory=30772 CPUtime=0.18 cores=1,3,5,7
/proc/30400/task/30463/stat : 30463 (java) S 30397 30400 25256 0 -1 1077944384 1111 12847 0 0 11 0 5 2 20 0 15 0 228828666 11246788608 22132 33554432000 4194304 4196468 140734769303952 139869803006832 139870378875522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30464] ppid=30397 vsize=10983192 memory=11904 CPUtime=0.13 cores=1,3,5,7
/proc/30400/task/30464/stat : 30464 (java) S 30397 30400 25256 0 -1 1077944384 512 12847 0 0 6 0 5 2 20 0 15 0 228828666 11246788608 22132 33554432000 4194304 4196468 140734769303952 139869801954032 139870378875522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30465] ppid=30397 vsize=10983192 memory=492 CPUtime=0.2 cores=1,3,5,7
/proc/30400/task/30465/stat : 30465 (java) S 30397 30400 25256 0 -1 1077944384 692 12847 0 0 13 0 5 2 20 0 15 0 228828666 11246788608 22132 33554432000 4194304 4196468 140734769303952 139869800901232 139870378875522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30466] ppid=30397 vsize=10983192 memory=1560 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30466/stat : 30466 (java) S 30397 30400 25256 0 -1 1077944384 3 12847 0 0 0 0 5 2 20 0 15 0 228828666 11246788608 22132 33554432000 4194304 4196468 140734769303952 139868294343392 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30467] ppid=30397 vsize=10983192 memory=932 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30467/stat : 30467 (java) S 30397 30400 25256 0 -1 1077944384 1 12847 0 0 0 0 5 2 20 0 15 0 228828667 11246788608 22132 33554432000 4194304 4196468 140734769303952 139869799848624 139870378875522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88528 KiB

[startup+1.50082 s]
/proc/loadavg: 1.48 1.52 1.43 4/215 30467
/proc/meminfo: memFree=27716468/32770624 swapFree=67030652/67108860
[pid=30400] ppid=30397 vsize=10991948 memory=282636 CPUtime=2.77 cores=1,3,5,7
/proc/30400/stat : 30400 (java) S 30397 30400 25256 0 -1 1077944320 22106 12847 0 0 258 12 5 2 20 0 15 0 228828652 11255754752 70659 33554432000 4194304 4196468 140734769303952 140734769286496 139870378864375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
/proc/30400/statm: 2747987 70659 3474 1 0 2709645 0
[pid=30400/tid=30453] ppid=30397 vsize=10991948 memory=65216 CPUtime=1.41 cores=1,3,5,7
/proc/30400/task/30453/stat : 30453 (java) R 30397 30400 25256 0 -1 4202560 14924 12847 0 0 129 5 5 2 20 0 15 0 228828661 11255754752 70659 33554432000 4194304 4196468 140734769303952 139870350697552 139869925944159 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30454] ppid=30397 vsize=10991948 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30454/stat : 30454 (java) S 30397 30400 25256 0 -1 1077944384 138 12847 0 0 0 0 5 2 20 0 15 0 228828661 11255754752 70659 33554432000 4194304 4196468 140734769303952 139870383107216 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30455] ppid=30397 vsize=10991948 memory=280788990222496 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30455/stat : 30455 (java) S 30397 30400 25256 0 -1 1077944384 318 12847 0 0 0 0 5 2 20 0 15 0 228828661 11255754752 70659 33554432000 4194304 4196468 140734769303952 139870248442896 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30456] ppid=30397 vsize=10991948 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30400/task/30456/stat : 30456 (java) S 30397 30400 25256 0 -1 1077944384 164 12847 0 0 1 1 5 2 20 0 15 0 228828661 11255754752 70659 33554432000 4194304 4196468 140734769303952 139870247390096 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30457] ppid=30397 vsize=10991948 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30400/task/30457/stat : 30457 (java) S 30397 30400 25256 0 -1 1077944384 83 12847 0 0 1 1 5 2 20 0 15 0 228828662 11255754752 70659 33554432000 4194304 4196468 140734769303952 139870246337296 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30458] ppid=30397 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30458/stat : 30458 (java) S 30397 30400 25256 0 -1 1077944384 88 12847 0 0 0 0 5 2 20 0 15 0 228828663 11255754752 70659 33554432000 4194304 4196468 140734769303952 139869804058992 139870378875522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30460] ppid=30397 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30460/stat : 30460 (java) S 30397 30400 25256 0 -1 1077944384 14 12847 0 0 0 0 5 2 20 0 15 0 228828663 11255754752 70659 33554432000 4194304 4196468 140734769303952 139869233865824 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30461] ppid=30397 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30461/stat : 30461 (java) S 30397 30400 25256 0 -1 1077944384 2 12847 0 0 0 0 5 2 20 0 15 0 228828664 11255754752 70659 33554432000 4194304 4196468 140734769303952 139869032539008 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30462] ppid=30397 vsize=10991948 memory=-2746958450906831424 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30462/stat : 30462 (java) S 30397 30400 25256 0 -1 1077944384 3 12847 0 0 0 0 5 2 20 0 15 0 228828666 11255754752 70659 33554432000 4194304 4196468 140734769303952 139868725139280 139870378882971 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30463] ppid=30397 vsize=10991948 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/30400/task/30463/stat : 30463 (java) R 30397 30400 25256 0 -1 4202560 1679 12847 0 0 47 0 5 2 20 0 15 0 228828666 11255754752 70659 33554432000 4194304 4196468 140734769303952 139869802985968 139870362395858 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30464] ppid=30397 vsize=10991948 memory=10 CPUtime=0.47 cores=1,3,5,7
/proc/30400/task/30464/stat : 30464 (java) R 30397 30400 25256 0 -1 4202560 1223 12847 0 0 40 0 5 2 20 0 15 0 228828666 11255754752 70659 33554432000 4194304 4196468 140734769303952 139869801939024 139870363971967 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30465] ppid=30397 vsize=10991948 memory=6791534058613427641 CPUtime=0.42 cores=1,3,5,7
/proc/30400/task/30465/stat : 30465 (java) S 30397 30400 25256 0 -1 1077944384 1277 12847 0 0 35 0 5 2 20 0 15 0 228828666 11255754752 70659 33554432000 4194304 4196468 140734769303952 139869800901232 139870378875522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30466] ppid=30397 vsize=10991948 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30466/stat : 30466 (java) S 30397 30400 25256 0 -1 1077944384 3 12847 0 0 0 0 5 2 20 0 15 0 228828666 11255754752 70659 33554432000 4194304 4196468 140734769303952 139868294343392 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30467] ppid=30397 vsize=10991948 memory=280788990467008 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30467/stat : 30467 (java) S 30397 30400 25256 0 -1 1077944384 1 12847 0 0 0 0 5 2 20 0 15 0 228828667 11255754752 70659 33554432000 4194304 4196468 140734769303952 139869799848624 139870378875522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 10991948 KiB

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

/proc/30400/task/30453/stat : 30453 (java) R 30397 30400 25256 0 -1 4202560 134850 12847 0 0 231575 59 5 2 20 0 15 0 228828661 11343855616 575821 33554432000 4194304 4196468 140734769303952 139870350690048 139869928005057 0 4 0 16800975 0 0 0 -1 3 0 0 31 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30454] ppid=30397 vsize=11077984 memory=2303284 CPUtime=2.67 cores=1,3,5,7
/proc/30400/task/30454/stat : 30454 (java) S 30397 30400 25256 0 -1 1077944384 34345 12847 0 0 238 22 5 2 20 0 15 0 228828661 11343855616 575821 33554432000 4194304 4196468 140734769303952 139870383107216 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30455] ppid=30397 vsize=11077984 memory=2303272 CPUtime=2.66 cores=1,3,5,7
/proc/30400/task/30455/stat : 30455 (java) S 30397 30400 25256 0 -1 1077944384 28380 12847 0 0 238 21 5 2 20 0 15 0 228828661 11343855616 575821 33554432000 4194304 4196468 140734769303952 139870248442896 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30456] ppid=30397 vsize=11077984 memory=2303284 CPUtime=2.67 cores=1,3,5,7
/proc/30400/task/30456/stat : 30456 (java) S 30397 30400 25256 0 -1 1077944384 32761 12847 0 0 237 23 5 2 20 0 15 0 228828661 11343855616 575821 33554432000 4194304 4196468 140734769303952 139870247390096 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30457] ppid=30397 vsize=11077984 memory=2303284 CPUtime=2.66 cores=1,3,5,7
/proc/30400/task/30457/stat : 30457 (java) S 30397 30400 25256 0 -1 1077944384 40368 12847 0 0 234 25 5 2 20 0 15 0 228828662 11343855616 575821 33554432000 4194304 4196468 140734769303952 139870246337296 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30458] ppid=30397 vsize=11077984 memory=2303284 CPUtime=2.27 cores=1,3,5,7
/proc/30400/task/30458/stat : 30458 (java) S 30397 30400 25256 0 -1 1077944384 27829 12847 0 0 204 16 5 2 20 0 15 0 228828663 11343855616 575821 33554432000 4194304 4196468 140734769303952 139869804058992 139870378875522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30460] ppid=30397 vsize=11077984 memory=792 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30460/stat : 30460 (java) S 30397 30400 25256 0 -1 1077944384 24 12847 0 0 0 0 5 2 20 0 15 0 228828663 11343855616 575821 33554432000 4194304 4196468 140734769303952 139869233865888 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30461] ppid=30397 vsize=11077984 memory=2303284 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30461/stat : 30461 (java) S 30397 30400 25256 0 -1 1077944384 9 12847 0 0 0 0 5 2 20 0 15 0 228828664 11343855616 575821 33554432000 4194304 4196468 140734769303952 139869032539008 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30462] ppid=30397 vsize=11077984 memory=2303284 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30462/stat : 30462 (java) S 30397 30400 25256 0 -1 1077944384 3 12847 0 0 0 0 5 2 20 0 15 0 228828666 11343855616 575821 33554432000 4194304 4196468 140734769303952 139868725139280 139870378882971 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30463] ppid=30397 vsize=11077984 memory=2303284 CPUtime=4 cores=1,3,5,7
/proc/30400/task/30463/stat : 30463 (java) S 30397 30400 25256 0 -1 1077944384 45915 12847 0 0 387 6 5 2 20 0 15 0 228828666 11343855616 575821 33554432000 4194304 4196468 140734769303952 139869803006832 139870378875522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30464] ppid=30397 vsize=11077984 memory=2303284 CPUtime=4.19 cores=1,3,5,7
/proc/30400/task/30464/stat : 30464 (java) S 30397 30400 25256 0 -1 1077944384 49705 12847 0 0 408 4 5 2 20 0 15 0 228828666 11343855616 575821 33554432000 4194304 4196468 140734769303952 139869801954032 139870378875522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30465] ppid=30397 vsize=11077984 memory=3544 CPUtime=1.74 cores=1,3,5,7
/proc/30400/task/30465/stat : 30465 (java) S 30397 30400 25256 0 -1 1077944384 27542 12847 0 0 163 4 5 2 20 0 15 0 228828666 11343855616 575821 33554432000 4194304 4196468 140734769303952 139869800901232 139870378875522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30466] ppid=30397 vsize=11077984 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30466/stat : 30466 (java) S 30397 30400 25256 0 -1 1077944384 3 12847 0 0 0 0 5 2 20 0 15 0 228828666 11343855616 575821 33554432000 4194304 4196468 140734769303952 139868294343392 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30467] ppid=30397 vsize=11077984 memory=932 CPUtime=1.48 cores=1,3,5,7
/proc/30400/task/30467/stat : 30467 (java) S 30397 30400 25256 0 -1 1077944384 2827 12847 0 0 62 79 5 2 20 0 15 0 228828667 11343855616 575821 33554432000 4194304 4196468 140734769303952 139869799848624 139870378875522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 31 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
Current children cumulated CPU time: 2340.24 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 2303284 KiB

[startup+2382.3 s]
/proc/loadavg: 1.06 1.23 1.41 3/216 30694
/proc/meminfo: memFree=24726340/32770624 swapFree=67030660/67108860
[pid=30400] ppid=30397 vsize=11077984 memory=2303316 CPUtime=2400.53 cores=1,3,5,7
/proc/30400/stat : 30400 (java) S 30397 30400 25256 0 -1 1077944320 433622 12847 0 0 239810 236 5 2 20 0 15 0 228828652 11343855616 575829 33554432000 4194304 4196468 140734769303952 140734769286496 139870378864375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
/proc/30400/statm: 2769496 575829 3525 1 0 2731149 0
[pid=30400/tid=30453] ppid=30397 vsize=11077984 memory=2303284 CPUtime=2376.22 cores=1,3,5,7
/proc/30400/task/30453/stat : 30453 (java) R 30397 30400 25256 0 -1 4202560 136262 12847 0 0 237556 59 5 2 20 0 15 0 228828661 11343855616 575829 33554432000 4194304 4196468 140734769303952 139870350695824 139869928005700 0 4 0 16800975 0 0 0 -1 1 0 0 31 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30454] ppid=30397 vsize=11077984 memory=2303316 CPUtime=2.76 cores=1,3,5,7
/proc/30400/task/30454/stat : 30454 (java) S 30397 30400 25256 0 -1 1077944384 34936 12847 0 0 247 22 5 2 20 0 15 0 228828661 11343855616 575829 33554432000 4194304 4196468 140734769303952 139870383107216 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30455] ppid=30397 vsize=11077984 memory=2303316 CPUtime=2.75 cores=1,3,5,7
/proc/30400/task/30455/stat : 30455 (java) S 30397 30400 25256 0 -1 1077944384 29475 12847 0 0 246 22 5 2 20 0 15 0 228828661 11343855616 575829 33554432000 4194304 4196468 140734769303952 139870248442896 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30456] ppid=30397 vsize=11077984 memory=2303316 CPUtime=2.76 cores=1,3,5,7
/proc/30400/task/30456/stat : 30456 (java) S 30397 30400 25256 0 -1 1077944384 33096 12847 0 0 246 23 5 2 20 0 15 0 228828661 11343855616 575829 33554432000 4194304 4196468 140734769303952 139870247390096 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30457] ppid=30397 vsize=11077984 memory=30812 CPUtime=2.75 cores=1,3,5,7
/proc/30400/task/30457/stat : 30457 (java) S 30397 30400 25256 0 -1 1077944384 41989 12847 0 0 243 25 5 2 20 0 15 0 228828662 11343855616 575829 33554432000 4194304 4196468 140734769303952 139870246337296 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30458] ppid=30397 vsize=11077984 memory=2303316 CPUtime=2.35 cores=1,3,5,7
/proc/30400/task/30458/stat : 30458 (java) S 30397 30400 25256 0 -1 1077944384 28444 12847 0 0 212 16 5 2 20 0 15 0 228828663 11343855616 575829 33554432000 4194304 4196468 140734769303952 139869804058992 139870378875522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30460] ppid=30397 vsize=11077984 memory=2303316 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30460/stat : 30460 (java) S 30397 30400 25256 0 -1 1077944384 24 12847 0 0 0 0 5 2 20 0 15 0 228828663 11343855616 575829 33554432000 4194304 4196468 140734769303952 139869233865888 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30461] ppid=30397 vsize=11077984 memory=301741416374337836 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30461/stat : 30461 (java) S 30397 30400 25256 0 -1 1077944384 9 12847 0 0 0 0 5 2 20 0 15 0 228828664 11343855616 575829 33554432000 4194304 4196468 140734769303952 139869032539008 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30462] ppid=30397 vsize=11077984 memory=15823278816101712 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30462/stat : 30462 (java) S 30397 30400 25256 0 -1 1077944384 3 12847 0 0 0 0 5 2 20 0 15 0 228828666 11343855616 575829 33554432000 4194304 4196468 140734769303952 139868725139280 139870378882971 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30463] ppid=30397 vsize=11077984 memory=2303316 CPUtime=4 cores=1,3,5,7
/proc/30400/task/30463/stat : 30463 (java) S 30397 30400 25256 0 -1 1077944384 46221 12847 0 0 387 6 5 2 20 0 15 0 228828666 11343855616 575829 33554432000 4194304 4196468 140734769303952 139869803006832 139870378875522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30464] ppid=30397 vsize=11077984 memory=0 CPUtime=4.19 cores=1,3,5,7
/proc/30400/task/30464/stat : 30464 (java) S 30397 30400 25256 0 -1 1077944384 50551 12847 0 0 408 4 5 2 20 0 15 0 228828666 11343855616 575829 33554432000 4194304 4196468 140734769303952 139869801954032 139870378875522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30465] ppid=30397 vsize=11077984 memory=2303316 CPUtime=1.74 cores=1,3,5,7
/proc/30400/task/30465/stat : 30465 (java) S 30397 30400 25256 0 -1 1077944384 27548 12847 0 0 163 4 5 2 20 0 15 0 228828666 11343855616 575829 33554432000 4194304 4196468 140734769303952 139869800901232 139870378875522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30466] ppid=30397 vsize=11077984 memory=2303316 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30466/stat : 30466 (java) S 30397 30400 25256 0 -1 1077944384 3 12847 0 0 0 0 5 2 20 0 15 0 228828666 11343855616 575829 33554432000 4194304 4196468 140734769303952 139868294343392 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30467] ppid=30397 vsize=11077984 memory=30812 CPUtime=1.51 cores=1,3,5,7
/proc/30400/task/30467/stat : 30467 (java) S 30397 30400 25256 0 -1 1077944384 2872 12847 0 0 63 81 5 2 20 0 15 0 228828667 11343855616 575829 33554432000 4194304 4196468 140734769303952 139869799848624 139870378875522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 31 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
Current children cumulated CPU time: 2400.53 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 2303316 KiB

[startup+2442.3 s]
/proc/loadavg: 1.30 1.25 1.41 3/216 30695
/proc/meminfo: memFree=24726220/32770624 swapFree=67030660/67108860
[pid=30400] ppid=30397 vsize=11077984 memory=2304224 CPUtime=2460.85 cores=1,3,5,7
/proc/30400/stat : 30400 (java) S 30397 30400 25256 0 -1 1077944320 437911 12847 0 0 245838 240 5 2 20 0 15 0 228828652 11343855616 576056 33554432000 4194304 4196468 140734769303952 140734769286496 139870378864375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
/proc/30400/statm: 2769496 576056 3525 1 0 2731149 0
[pid=30400/tid=30453] ppid=30397 vsize=11077984 memory=2304224 CPUtime=2436.01 cores=1,3,5,7
/proc/30400/task/30453/stat : 30453 (java) R 30397 30400 25256 0 -1 4202560 137600 12847 0 0 243534 60 5 2 20 0 15 0 228828661 11343855616 576056 33554432000 4194304 4196468 140734769303952 139870350692448 139869934734436 0 4 0 16800975 0 0 0 -1 5 0 0 31 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30454] ppid=30397 vsize=11077984 memory=2304224 CPUtime=2.86 cores=1,3,5,7
/proc/30400/task/30454/stat : 30454 (java) S 30397 30400 25256 0 -1 1077944384 36052 12847 0 0 256 23 5 2 20 0 15 0 228828661 11343855616 576056 33554432000 4194304 4196468 140734769303952 139870383107216 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30455] ppid=30397 vsize=11077984 memory=2303320 CPUtime=2.84 cores=1,3,5,7
/proc/30400/task/30455/stat : 30455 (java) S 30397 30400 25256 0 -1 1077944384 29795 12847 0 0 255 22 5 2 20 0 15 0 228828661 11343855616 576056 33554432000 4194304 4196468 140734769303952 139870248442896 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30456] ppid=30397 vsize=11077984 memory=6155672362364461415 CPUtime=2.86 cores=1,3,5,7
/proc/30400/task/30456/stat : 30456 (java) S 30397 30400 25256 0 -1 1077944384 33365 12847 0 0 255 24 5 2 20 0 15 0 228828661 11343855616 576056 33554432000 4194304 4196468 140734769303952 139870247390096 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30457] ppid=30397 vsize=11077984 memory=2304224 CPUtime=2.86 cores=1,3,5,7
/proc/30400/task/30457/stat : 30457 (java) S 30397 30400 25256 0 -1 1077944384 42548 12847 0 0 253 26 5 2 20 0 15 0 228828662 11343855616 576056 33554432000 4194304 4196468 140734769303952 139870246337296 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30458] ppid=30397 vsize=11077984 memory=2304224 CPUtime=2.45 cores=1,3,5,7
/proc/30400/task/30458/stat : 30458 (java) S 30397 30400 25256 0 -1 1077944384 29072 12847 0 0 221 17 5 2 20 0 15 0 228828663 11343855616 576056 33554432000 4194304 4196468 140734769303952 139869804058992 139870378875522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30460] ppid=30397 vsize=11077984 memory=2304224 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30460/stat : 30460 (java) S 30397 30400 25256 0 -1 1077944384 24 12847 0 0 0 0 5 2 20 0 15 0 228828663 11343855616 576056 33554432000 4194304 4196468 140734769303952 139869233865888 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30461] ppid=30397 vsize=11077984 memory=2304224 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30461/stat : 30461 (java) S 30397 30400 25256 0 -1 1077944384 9 12847 0 0 0 0 5 2 20 0 15 0 228828664 11343855616 576056 33554432000 4194304 4196468 140734769303952 139869032539008 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30462] ppid=30397 vsize=11077984 memory=2304224 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30462/stat : 30462 (java) S 30397 30400 25256 0 -1 1077944384 3 12847 0 0 0 0 5 2 20 0 15 0 228828666 11343855616 576056 33554432000 4194304 4196468 140734769303952 139868725139280 139870378882971 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30463] ppid=30397 vsize=11077984 memory=2304224 CPUtime=4 cores=1,3,5,7
/proc/30400/task/30463/stat : 30463 (java) S 30397 30400 25256 0 -1 1077944384 46225 12847 0 0 387 6 5 2 20 0 15 0 228828666 11343855616 576056 33554432000 4194304 4196468 140734769303952 139869803006832 139870378875522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30464] ppid=30397 vsize=11077984 memory=2304224 CPUtime=4.19 cores=1,3,5,7
/proc/30400/task/30464/stat : 30464 (java) S 30397 30400 25256 0 -1 1077944384 50557 12847 0 0 408 4 5 2 20 0 15 0 228828666 11343855616 576056 33554432000 4194304 4196468 140734769303952 139869801954032 139870378875522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30465] ppid=30397 vsize=11077984 memory=2304224 CPUtime=1.74 cores=1,3,5,7
/proc/30400/task/30465/stat : 30465 (java) S 30397 30400 25256 0 -1 1077944384 27554 12847 0 0 163 4 5 2 20 0 15 0 228828666 11343855616 576056 33554432000 4194304 4196468 140734769303952 139869800901232 139870378875522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30466] ppid=30397 vsize=11077984 memory=2304224 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30466/stat : 30466 (java) S 30397 30400 25256 0 -1 1077944384 3 12847 0 0 0 0 5 2 20 0 15 0 228828666 11343855616 576056 33554432000 4194304 4196468 140734769303952 139868294343392 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30467] ppid=30397 vsize=11077984 memory=1996 CPUtime=1.54 cores=1,3,5,7
/proc/30400/task/30467/stat : 30467 (java) S 30397 30400 25256 0 -1 1077944384 2915 12847 0 0 64 83 5 2 20 0 15 0 228828667 11343855616 576056 33554432000 4194304 4196468 140734769303952 139869799848624 139870378875522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 31 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
Current children cumulated CPU time: 2460.85 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 2304224 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2501.2 s]
/proc/loadavg: 1.52 1.32 1.42 3/216 30696
/proc/meminfo: memFree=24726208/32770624 swapFree=67030660/67108860
[pid=30400] ppid=30397 vsize=11077984 memory=2304252 CPUtime=2520.04 cores=1,3,5,7
/proc/30400/stat : 30400 (java) S 30397 30400 25256 0 -1 1077944320 441811 12847 0 0 251754 243 5 2 20 0 15 0 228828652 11343855616 576063 33554432000 4194304 4196468 140734769303952 140734769286496 139870378864375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
/proc/30400/statm: 2769496 576063 3525 1 0 2731149 0
[pid=30400/tid=30453] ppid=30397 vsize=11077984 memory=3248 CPUtime=2494.72 cores=1,3,5,7
/proc/30400/task/30453/stat : 30453 (java) R 30397 30400 25256 0 -1 4202560 138860 12847 0 0 249405 60 5 2 20 0 15 0 228828661 11343855616 576063 33554432000 4194304 4196468 140734769303952 139870350691632 139869928006982 0 4 0 16800975 0 0 0 -1 3 0 0 31 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30454] ppid=30397 vsize=11077984 memory=1874196 CPUtime=2.94 cores=1,3,5,7
/proc/30400/task/30454/stat : 30454 (java) S 30397 30400 25256 0 -1 1077944384 36852 12847 0 0 264 23 5 2 20 0 15 0 228828661 11343855616 576063 33554432000 4194304 4196468 140734769303952 139870383107216 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30455] ppid=30397 vsize=11077984 memory=6791534058613427641 CPUtime=2.93 cores=1,3,5,7
/proc/30400/task/30455/stat : 30455 (java) S 30397 30400 25256 0 -1 1077944384 29977 12847 0 0 264 22 5 2 20 0 15 0 228828661 11343855616 576063 33554432000 4194304 4196468 140734769303952 139870248442896 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30456] ppid=30397 vsize=11077984 memory=4126316290023845779 CPUtime=2.95 cores=1,3,5,7
/proc/30400/task/30456/stat : 30456 (java) S 30397 30400 25256 0 -1 1077944384 33874 12847 0 0 264 24 5 2 20 0 15 0 228828661 11343855616 576063 33554432000 4194304 4196468 140734769303952 139870247390096 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30457] ppid=30397 vsize=11077984 memory=492 CPUtime=2.94 cores=1,3,5,7
/proc/30400/task/30457/stat : 30457 (java) S 30397 30400 25256 0 -1 1077944384 43043 12847 0 0 261 26 5 2 20 0 15 0 228828662 11343855616 576063 33554432000 4194304 4196468 140734769303952 139870246337296 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30458] ppid=30397 vsize=11077984 memory=1560 CPUtime=2.53 cores=1,3,5,7
/proc/30400/task/30458/stat : 30458 (java) S 30397 30400 25256 0 -1 1077944384 29679 12847 0 0 229 17 5 2 20 0 15 0 228828663 11343855616 576063 33554432000 4194304 4196468 140734769303952 139869804058992 139870378875522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30460] ppid=30397 vsize=11077984 memory=932 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30460/stat : 30460 (java) S 30397 30400 25256 0 -1 1077944384 24 12847 0 0 0 0 5 2 20 0 15 0 228828663 11343855616 576063 33554432000 4194304 4196468 140734769303952 139869233865888 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30461] ppid=30397 vsize=11077984 memory=1156 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30461/stat : 30461 (java) S 30397 30400 25256 0 -1 1077944384 9 12847 0 0 0 0 5 2 20 0 15 0 228828664 11343855616 576063 33554432000 4194304 4196468 140734769303952 139869032539008 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30462] ppid=30397 vsize=11077984 memory=1572 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30462/stat : 30462 (java) S 30397 30400 25256 0 -1 1077944384 3 12847 0 0 0 0 5 2 20 0 15 0 228828666 11343855616 576063 33554432000 4194304 4196468 140734769303952 139868725139280 139870378882971 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30463] ppid=30397 vsize=11077984 memory=1996 CPUtime=4 cores=1,3,5,7
/proc/30400/task/30463/stat : 30463 (java) S 30397 30400 25256 0 -1 1077944384 46229 12847 0 0 387 6 5 2 20 0 15 0 228828666 11343855616 576063 33554432000 4194304 4196468 140734769303952 139869803006832 139870378875522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30464] ppid=30397 vsize=11077984 memory=1192 CPUtime=4.19 cores=1,3,5,7
/proc/30400/task/30464/stat : 30464 (java) S 30397 30400 25256 0 -1 1077944384 50563 12847 0 0 408 4 5 2 20 0 15 0 228828666 11343855616 576063 33554432000 4194304 4196468 140734769303952 139869801954032 139870378875522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30465] ppid=30397 vsize=11077984 memory=3544 CPUtime=1.74 cores=1,3,5,7
/proc/30400/task/30465/stat : 30465 (java) S 30397 30400 25256 0 -1 1077944384 27562 12847 0 0 163 4 5 2 20 0 15 0 228828666 11343855616 576063 33554432000 4194304 4196468 140734769303952 139869800901232 139870378875522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30466] ppid=30397 vsize=11077984 memory=60272 CPUtime=0.07 cores=1,3,5,7
/proc/30400/task/30466/stat : 30466 (java) S 30397 30400 25256 0 -1 1077944384 3 12847 0 0 0 0 5 2 20 0 15 0 228828666 11343855616 576063 33554432000 4194304 4196468 140734769303952 139868294343392 139870378874581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
[pid=30400/tid=30467] ppid=30397 vsize=11077984 memory=776 CPUtime=1.58 cores=1,3,5,7
/proc/30400/task/30467/stat : 30467 (java) S 30397 30400 25256 0 -1 1077944384 2944 12847 0 0 66 85 5 2 20 0 15 0 228828667 11343855616 576063 33554432000 4194304 4196468 140734769303952 139869799848624 139870378875522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 31 0 0 6293624 6294260 14241792 140734769306221 140734769309020 140734769309020 140734769311695 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 2304252 KiB

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

[startup+2501.27 s]
# the end of solver process 30400 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.65 s, system=2.48402 s

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

Child status: 143
Real time (s): 2501.27
CPU time (s): 2520.14
CPU user time (s): 2517.65
CPU system time (s): 2.48402
CPU usage (%): 100.754
Max. virtual memory (cumulated for all children) (KiB): 11077984
Max. memory (cumulated for all children) (KiB): 2423404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.65
system time used= 2.48402
maximum resident set size= 2425452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 458286
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110115
involuntary context switches= 2541


# summary of solver processes directly reported to runsolver:
#   pid: 30400
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2517.65
#   total CPU system time (s): 2.48402

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4206 second user time and 23.6945 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-13 00:24:15
IDJOB=4305085
IDBENCH=141436
IDSOLVER=2780
FILE ID=node102/4305085-1534112655
RUNJOBID= node102-1534095354-25288
PBS_JOBID= 21036992
Free space on /tmp= 38444 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-10-11_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305085-1534112655/watcher-4305085-1534112655 -o /tmp/evaluation-result-4305085-1534112655/solver-4305085-1534112655 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534095354-25288 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=926554173 HOME/instance-4305085-1534112655.xml

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

MD5SUM BENCH= 6eb53458083bb5bfd537601a03885fcf
RANDOM SEED=926554173

node102.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.51
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.51
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.51
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.51
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:        27815796 kB
MemAvailable:   30800540 kB
Buffers:          150836 kB
Cached:          3081688 kB
SwapCached:        51252 kB
Active:          2735260 kB
Inactive:        1654844 kB
Active(anon):    1082192 kB
Inactive(anon):   126912 kB
Active(file):    1653068 kB
Inactive(file):  1527932 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67030652 kB
Dirty:             31848 kB
Writeback:             0 kB
AnonPages:       1064696 kB
Mapped:            63612 kB
Shmem:             48976 kB
Slab:             261144 kB
SReclaimable:     232204 kB
SUnreclaim:        28940 kB
KernelStack:        3808 kB
PageTables:         7528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2286552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    815104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 38412 MiB
End job on node102 at 2018-08-13 01:05:56