Trace number 4294924

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 2500.25

General information on the benchmark

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

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294924-1532497362/watcher-4294924-1532497362 -o /tmp/evaluation-result-4294924-1532497362/solver-4294924-1532497362 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532466433-19936 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2005160708 HOME/instance-4294924-1532497362.xml 

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

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

solver pid=26319, runsolver pid=26316

[startup+0.100092 s]*
/proc/loadavg: 1.31 1.42 1.48 3/210 26376
/proc/meminfo: memFree=19173272/32770624 swapFree=67108860/67108860
[pid=26319] ppid=26316 vsize=9972712 memory=18324 CPUtime=0.09 cores=0,2,4,6
/proc/26319/stat : 26319 (java) S 26316 26319 19905 0 -1 1077944320 4240 12938 0 0 1 0 5 3 20 0 6 0 67299408 10212057088 4581 33554432000 4194304 4196468 140722937266992 140722937249536 140613330595575 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
/proc/26319/statm: 2493178 4581 1930 1 0 2481616 0
[pid=26319/tid=26372] ppid=26316 vsize=9972712 memory=4279135703980081295 CPUtime=0.09 cores=0,2,4,6
/proc/26319/task/26372/stat : 26372 (java) R 26316 26319 19905 0 -1 4202560 2046 12938 0 0 1 0 5 3 20 0 6 0 67299417 10212057088 4581 33554432000 4194304 4196468 140722937266992 140613302432336 140613315964368 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26373] ppid=26316 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26373/stat : 26373 (java) S 26316 26319 19905 0 -1 1077944384 1 12938 0 0 0 0 5 3 20 0 6 0 67299418 10212057088 4581 33554432000 4194304 4196468 140722937266992 140613334837520 140613330605781 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26374] ppid=26316 vsize=9972712 memory=140542047901312 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26374/stat : 26374 (java) S 26316 26319 19905 0 -1 1077944384 1 12938 0 0 0 0 5 3 20 0 6 0 67299418 10212057088 4581 33554432000 4194304 4196468 140722937266992 140613223111056 140613330605781 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26375] ppid=26316 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26375/stat : 26375 (java) S 26316 26319 19905 0 -1 1077944384 1 12938 0 0 0 0 5 3 20 0 6 0 67299418 10212057088 4581 33554432000 4194304 4196468 140722937266992 140613222058512 140613330605781 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26376] ppid=26316 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26376/stat : 26376 (java) S 26316 26319 19905 0 -1 1077944384 2 12938 0 0 0 0 5 3 20 0 6 0 67299418 10212057088 4581 33554432000 4194304 4196468 140722937266992 140613221005968 140613330605781 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18324 KiB

[startup+0.210235 s]*
/proc/loadavg: 1.31 1.42 1.48 3/219 26385
/proc/meminfo: memFree=19148536/32770624 swapFree=67108860/67108860
[pid=26319] ppid=26316 vsize=10818904 memory=45740 CPUtime=0.26 cores=0,2,4,6
/proc/26319/stat : 26319 (java) S 26316 26319 19905 0 -1 1077944320 7635 12938 0 0 17 1 5 3 20 0 15 0 67299408 11078557696 11435 33554432000 4194304 4196468 140722937266992 140722937249536 140613330595575 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
/proc/26319/statm: 2704726 11435 2953 1 0 2667149 0
[pid=26319/tid=26372] ppid=26316 vsize=10818904 memory=-6517102902069810590 CPUtime=0.2 cores=0,2,4,6
/proc/26319/task/26372/stat : 26372 (java) R 26316 26319 19905 0 -1 4202560 4201 12938 0 0 11 1 5 3 20 0 15 0 67299417 11078557696 11435 33554432000 4194304 4196468 140722937266992 140613302373536 140613310871389 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26373] ppid=26316 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26373/stat : 26373 (java) S 26316 26319 19905 0 -1 1077944384 1 12938 0 0 0 0 5 3 20 0 15 0 67299418 11078557696 11435 33554432000 4194304 4196468 140722937266992 140613334837520 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26374] ppid=26316 vsize=10818904 memory=140542047901312 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26374/stat : 26374 (java) S 26316 26319 19905 0 -1 1077944384 1 12938 0 0 0 0 5 3 20 0 15 0 67299418 11078557696 11435 33554432000 4194304 4196468 140722937266992 140613223111056 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26375] ppid=26316 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26375/stat : 26375 (java) S 26316 26319 19905 0 -1 1077944384 1 12938 0 0 0 0 5 3 20 0 15 0 67299418 11078557696 11501 33554432000 4194304 4196468 140722937266992 140613222058512 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26376] ppid=26316 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26376/stat : 26376 (java) S 26316 26319 19905 0 -1 1077944384 2 12938 0 0 0 0 5 3 20 0 15 0 67299418 11078557696 11501 33554432000 4194304 4196468 140722937266992 140613221005968 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26377] ppid=26316 vsize=10818904 memory=140542047901312 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26377/stat : 26377 (java) S 26316 26319 19905 0 -1 1077944384 2 12938 0 0 0 0 5 3 20 0 15 0 67299420 11078557696 11501 33554432000 4194304 4196468 140722937266992 140612790065648 140613330606722 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26378] ppid=26316 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26378/stat : 26378 (java) S 26316 26319 19905 0 -1 1077944384 33 12938 0 0 0 0 5 3 20 0 15 0 67299420 11078557696 11501 33554432000 4194304 4196468 140722937266992 140612789011872 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26379] ppid=26316 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26379/stat : 26379 (java) S 26316 26319 19905 0 -1 1077944384 1 12938 0 0 0 0 5 3 20 0 15 0 67299420 11078557696 11501 33554432000 4194304 4196468 140722937266992 140612665861616 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26380] ppid=26316 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26380/stat : 26380 (java) S 26316 26319 19905 0 -1 1077944384 2 12938 0 0 0 0 5 3 20 0 15 0 67299423 11078557696 11501 33554432000 4194304 4196468 140722937266992 140612061883088 140613330614171 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26381] ppid=26316 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26319/task/26381/stat : 26381 (java) S 26316 26319 19905 0 -1 1077944384 411 12938 0 0 1 0 5 3 20 0 15 0 67299423 11078557696 11501 33554432000 4194304 4196468 140722937266992 140612755453936 140613330606722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26382] ppid=26316 vsize=10818904 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/26319/task/26382/stat : 26382 (java) S 26316 26319 19905 0 -1 1077944384 192 12938 0 0 1 0 5 3 20 0 15 0 67299423 11078557696 11501 33554432000 4194304 4196468 140722937266992 140612754401392 140613330606722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26383] ppid=26316 vsize=10818904 memory=140542047901312 CPUtime=0.11 cores=0,2,4,6
/proc/26319/task/26383/stat : 26383 (java) S 26316 26319 19905 0 -1 1077944384 620 12938 0 0 3 0 5 3 20 0 15 0 67299423 11078557696 11501 33554432000 4194304 4196468 140722937266992 140612753348848 140613330606722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26384] ppid=26316 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26384/stat : 26384 (java) S 26316 26319 19905 0 -1 1077944384 3 12938 0 0 0 0 5 3 20 0 15 0 67299423 11078557696 11501 33554432000 4194304 4196468 140722937266992 140611592120928 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26385] ppid=26316 vsize=10818904 memory=140542047901312 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26385/stat : 26385 (java) S 26316 26319 19905 0 -1 1077944384 1 12938 0 0 0 0 5 3 20 0 15 0 67299423 11078557696 11501 33554432000 4194304 4196468 140722937266992 140612752296752 140613330606722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 45740 KiB

[startup+0.31037 s]*
/proc/loadavg: 1.31 1.42 1.48 3/219 26385
/proc/meminfo: memFree=19137124/32770624 swapFree=67108860/67108860
[pid=26319] ppid=26316 vsize=10819352 memory=56972 CPUtime=0.39 cores=0,2,4,6
/proc/26319/stat : 26319 (java) S 26316 26319 19905 0 -1 1077944320 10305 12938 0 0 29 2 5 3 20 0 15 0 67299408 11079016448 14243 33554432000 4194304 4196468 140722937266992 140722937249536 140613330595575 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
/proc/26319/statm: 2704838 14243 3072 1 0 2667149 0
[pid=26319/tid=26372] ppid=26316 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/26319/task/26372/stat : 26372 (java) R 26316 26319 19905 0 -1 4202560 6835 12938 0 0 19 1 5 3 20 0 15 0 67299417 11079016448 14243 33554432000 4194304 4196468 140722937266992 140613302407584 140613310870803 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26373] ppid=26316 vsize=10819352 memory=7373043845850746960 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26373/stat : 26373 (java) S 26316 26319 19905 0 -1 1077944384 1 12938 0 0 0 0 5 3 20 0 15 0 67299418 11079016448 14243 33554432000 4194304 4196468 140722937266992 140613334837520 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26374] ppid=26316 vsize=10819352 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26374/stat : 26374 (java) S 26316 26319 19905 0 -1 1077944384 1 12938 0 0 0 0 5 3 20 0 15 0 67299418 11079016448 14243 33554432000 4194304 4196468 140722937266992 140613223111056 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26375] ppid=26316 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26375/stat : 26375 (java) S 26316 26319 19905 0 -1 1077944384 1 12938 0 0 0 0 5 3 20 0 15 0 67299418 11079016448 14243 33554432000 4194304 4196468 140722937266992 140613222058512 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26376] ppid=26316 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26376/stat : 26376 (java) S 26316 26319 19905 0 -1 1077944384 2 12938 0 0 0 0 5 3 20 0 15 0 67299418 11079016448 14243 33554432000 4194304 4196468 140722937266992 140613221005968 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26377] ppid=26316 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26377/stat : 26377 (java) S 26316 26319 19905 0 -1 1077944384 2 12938 0 0 0 0 5 3 20 0 15 0 67299420 11079016448 14243 33554432000 4194304 4196468 140722937266992 140612790065648 140613330606722 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26378] ppid=26316 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26378/stat : 26378 (java) S 26316 26319 19905 0 -1 1077944384 33 12938 0 0 0 0 5 3 20 0 15 0 67299420 11079016448 14243 33554432000 4194304 4196468 140722937266992 140612789011872 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26379] ppid=26316 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26379/stat : 26379 (java) S 26316 26319 19905 0 -1 1077944384 1 12938 0 0 0 0 5 3 20 0 15 0 67299420 11079016448 14243 33554432000 4194304 4196468 140722937266992 140612665861616 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26380] ppid=26316 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26380/stat : 26380 (java) S 26316 26319 19905 0 -1 1077944384 2 12938 0 0 0 0 5 3 20 0 15 0 67299423 11079016448 14243 33554432000 4194304 4196468 140722937266992 140612061883088 140613330614171 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26381] ppid=26316 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26319/task/26381/stat : 26381 (java) S 26316 26319 19905 0 -1 1077944384 414 12938 0 0 1 0 5 3 20 0 15 0 67299423 11079016448 14243 33554432000 4194304 4196468 140722937266992 140612755453936 140613330606722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26382] ppid=26316 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26319/task/26382/stat : 26382 (java) S 26316 26319 19905 0 -1 1077944384 194 12938 0 0 1 0 5 3 20 0 15 0 67299423 11079016448 14243 33554432000 4194304 4196468 140722937266992 140612754401392 140613330606722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26383] ppid=26316 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/26319/task/26383/stat : 26383 (java) S 26316 26319 19905 0 -1 1077944384 626 12938 0 0 5 0 5 3 20 0 15 0 67299423 11079016448 14243 33554432000 4194304 4196468 140722937266992 140612753348848 140613330606722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26384] ppid=26316 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26384/stat : 26384 (java) S 26316 26319 19905 0 -1 1077944384 3 12938 0 0 0 0 5 3 20 0 15 0 67299423 11079016448 14243 33554432000 4194304 4196468 140722937266992 140611592120928 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26385] ppid=26316 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26385/stat : 26385 (java) S 26316 26319 19905 0 -1 1077944384 1 12938 0 0 0 0 5 3 20 0 15 0 67299423 11079016448 14243 33554432000 4194304 4196468 140722937266992 140612752296752 140613330606722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 56972 KiB

[startup+0.700816 s]
/proc/loadavg: 1.36 1.43 1.48 4/219 26385
/proc/meminfo: memFree=19126456/32770624 swapFree=67108860/67108860
[pid=26319] ppid=26316 vsize=10819352 memory=89224 CPUtime=1 cores=0,2,4,6
/proc/26319/stat : 26319 (java) S 26316 26319 19905 0 -1 1077944320 16391 12938 0 0 88 4 5 3 20 0 15 0 67299408 11079016448 22306 33554432000 4194304 4196468 140722937266992 140722937249536 140613330595575 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
/proc/26319/statm: 2704838 22306 3247 1 0 2667149 0
[pid=26319/tid=26372] ppid=26316 vsize=10819352 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/26319/task/26372/stat : 26372 (java) R 26316 26319 19905 0 -1 4202560 11872 12938 0 0 56 3 5 3 20 0 15 0 67299417 11079016448 22306 33554432000 4194304 4196468 140722937266992 140613302417616 140613313790861 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26373] ppid=26316 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26373/stat : 26373 (java) S 26316 26319 19905 0 -1 1077944384 1 12938 0 0 0 0 5 3 20 0 15 0 67299418 11079016448 22306 33554432000 4194304 4196468 140722937266992 140613334837520 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26374] ppid=26316 vsize=10819352 memory=4036 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26374/stat : 26374 (java) S 26316 26319 19905 0 -1 1077944384 1 12938 0 0 0 0 5 3 20 0 15 0 67299418 11079016448 22306 33554432000 4194304 4196468 140722937266992 140613223111056 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26375] ppid=26316 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26375/stat : 26375 (java) S 26316 26319 19905 0 -1 1077944384 1 12938 0 0 0 0 5 3 20 0 15 0 67299418 11079016448 22306 33554432000 4194304 4196468 140722937266992 140613222058512 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26376] ppid=26316 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26376/stat : 26376 (java) S 26316 26319 19905 0 -1 1077944384 2 12938 0 0 0 0 5 3 20 0 15 0 67299418 11079016448 22306 33554432000 4194304 4196468 140722937266992 140613221005968 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26377] ppid=26316 vsize=10819352 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26377/stat : 26377 (java) S 26316 26319 19905 0 -1 1077944384 5 12938 0 0 0 0 5 3 20 0 15 0 67299420 11079016448 22306 33554432000 4194304 4196468 140722937266992 140612790065648 140613330606722 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26378] ppid=26316 vsize=10819352 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26378/stat : 26378 (java) S 26316 26319 19905 0 -1 1077944384 33 12938 0 0 0 0 5 3 20 0 15 0 67299420 11079016448 22306 33554432000 4194304 4196468 140722937266992 140612789011872 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26379] ppid=26316 vsize=10819352 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26379/stat : 26379 (java) S 26316 26319 19905 0 -1 1077944384 1 12938 0 0 0 0 5 3 20 0 15 0 67299420 11079016448 22306 33554432000 4194304 4196468 140722937266992 140612665861616 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26380] ppid=26316 vsize=10819352 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26380/stat : 26380 (java) S 26316 26319 19905 0 -1 1077944384 2 12938 0 0 0 0 5 3 20 0 15 0 67299423 11079016448 22306 33554432000 4194304 4196468 140722937266992 140612061883088 140613330614171 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26381] ppid=26316 vsize=10819352 memory=13252 CPUtime=0.18 cores=0,2,4,6
/proc/26319/task/26381/stat : 26381 (java) S 26316 26319 19905 0 -1 1077944384 1002 12938 0 0 10 0 5 3 20 0 15 0 67299423 11079016448 22306 33554432000 4194304 4196468 140722937266992 140612755453936 140613330606722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26382] ppid=26316 vsize=10819352 memory=15460 CPUtime=0.15 cores=0,2,4,6
/proc/26319/task/26382/stat : 26382 (java) S 26316 26319 19905 0 -1 1077944384 594 12938 0 0 7 0 5 3 20 0 15 0 67299423 11079016448 22306 33554432000 4194304 4196468 140722937266992 140612754401392 140613330606722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26383] ppid=26316 vsize=10819352 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/26319/task/26383/stat : 26383 (java) S 26316 26319 19905 0 -1 1077944384 684 12938 0 0 13 0 5 3 20 0 15 0 67299423 11079016448 22306 33554432000 4194304 4196468 140722937266992 140612753348848 140613330606722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26384] ppid=26316 vsize=10819352 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26384/stat : 26384 (java) S 26316 26319 19905 0 -1 1077944384 3 12938 0 0 0 0 5 3 20 0 15 0 67299423 11079016448 22306 33554432000 4194304 4196468 140722937266992 140611592120928 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26385] ppid=26316 vsize=10819352 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26385/stat : 26385 (java) S 26316 26319 19905 0 -1 1077944384 1 12938 0 0 0 0 5 3 20 0 15 0 67299423 11079016448 22306 33554432000 4194304 4196468 140722937266992 140612752296752 140613330606722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 89224 KiB

[startup+1.50073 s]
/proc/loadavg: 1.36 1.43 1.48 4/219 26385
/proc/meminfo: memFree=19080704/32770624 swapFree=67108860/67108860
[pid=26319] ppid=26316 vsize=10828108 memory=281908 CPUtime=2.78 cores=0,2,4,6
/proc/26319/stat : 26319 (java) S 26316 26319 19905 0 -1 1077944320 21472 12938 0 0 257 13 5 3 20 0 15 0 67299408 11087982592 70477 33554432000 4194304 4196468 140722937266992 140722937249536 140613330595575 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
/proc/26319/statm: 2707027 70477 3466 1 0 2668685 0
[pid=26319/tid=26372] ppid=26316 vsize=10828108 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/26319/task/26372/stat : 26372 (java) R 26316 26319 19905 0 -1 4202560 14383 12938 0 0 129 6 5 3 20 0 15 0 67299417 11087982592 70477 33554432000 4194304 4196468 140722937266992 140613302429216 140612887779461 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26373] ppid=26316 vsize=10828108 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/26319/task/26373/stat : 26373 (java) S 26316 26319 19905 0 -1 1077944384 540 12938 0 0 1 1 5 3 20 0 15 0 67299418 11087982592 70477 33554432000 4194304 4196468 140722937266992 140613334837520 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26374] ppid=26316 vsize=10828108 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26319/task/26374/stat : 26374 (java) S 26316 26319 19905 0 -1 1077944384 26 12938 0 0 1 0 5 3 20 0 15 0 67299418 11087982592 70477 33554432000 4194304 4196468 140722937266992 140613223111056 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26375] ppid=26316 vsize=10828108 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/26319/task/26375/stat : 26375 (java) S 26316 26319 19905 0 -1 1077944384 89 12938 0 0 1 1 5 3 20 0 15 0 67299418 11087982592 70477 33554432000 4194304 4196468 140722937266992 140613222058512 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26376] ppid=26316 vsize=10828108 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/26319/task/26376/stat : 26376 (java) S 26316 26319 19905 0 -1 1077944384 65 12938 0 0 1 1 5 3 20 0 15 0 67299418 11087982592 70477 33554432000 4194304 4196468 140722937266992 140613221005968 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26377] ppid=26316 vsize=10828108 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26377/stat : 26377 (java) S 26316 26319 19905 0 -1 1077944384 93 12938 0 0 0 0 5 3 20 0 15 0 67299420 11087982592 70477 33554432000 4194304 4196468 140722937266992 140612790065648 140613330606722 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26378] ppid=26316 vsize=10828108 memory=281083866327296 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26378/stat : 26378 (java) S 26316 26319 19905 0 -1 1077944384 34 12938 0 0 0 0 5 3 20 0 15 0 67299420 11087982592 70477 33554432000 4194304 4196468 140722937266992 140612789011936 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26379] ppid=26316 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26379/stat : 26379 (java) S 26316 26319 19905 0 -1 1077944384 2 12938 0 0 0 0 5 3 20 0 15 0 67299420 11087982592 70477 33554432000 4194304 4196468 140722937266992 140612665861632 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26380] ppid=26316 vsize=10828108 memory=13056 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26380/stat : 26380 (java) S 26316 26319 19905 0 -1 1077944384 2 12938 0 0 0 0 5 3 20 0 15 0 67299423 11087982592 70477 33554432000 4194304 4196468 140722937266992 140612061883088 140613330614171 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26381] ppid=26316 vsize=10828108 memory=5788 CPUtime=0.52 cores=0,2,4,6
/proc/26319/task/26381/stat : 26381 (java) S 26316 26319 19905 0 -1 1077944384 1625 12938 0 0 44 0 5 3 20 0 15 0 67299423 11087982592 70477 33554432000 4194304 4196468 140722937266992 140612755453936 140613330606722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26382] ppid=26316 vsize=10828108 memory=4620 CPUtime=0.48 cores=0,2,4,6
/proc/26319/task/26382/stat : 26382 (java) S 26316 26319 19905 0 -1 1077944384 1089 12938 0 0 40 0 5 3 20 0 15 0 67299423 11087982592 70477 33554432000 4194304 4196468 140722937266992 140612754401392 140613330606722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26383] ppid=26316 vsize=10828108 memory=1424 CPUtime=0.43 cores=0,2,4,6
/proc/26319/task/26383/stat : 26383 (java) S 26316 26319 19905 0 -1 1077944384 1331 12938 0 0 35 0 5 3 20 0 15 0 67299423 11087982592 70477 33554432000 4194304 4196468 140722937266992 140612753348848 140613330606722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26384] ppid=26316 vsize=10828108 memory=1232 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26384/stat : 26384 (java) S 26316 26319 19905 0 -1 1077944384 3 12938 0 0 0 0 5 3 20 0 15 0 67299423 11087982592 70477 33554432000 4194304 4196468 140722937266992 140611592120928 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26385] ppid=26316 vsize=10828108 memory=1012 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26385/stat : 26385 (java) S 26316 26319 19905 0 -1 1077944384 1 12938 0 0 0 0 5 3 20 0 15 0 67299423 11087982592 70477 33554432000 4194304 4196468 140722937266992 140612752296752 140613330606722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 10828108 KiB

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

/proc/26319/task/26372/stat : 26372 (java) R 26316 26319 19905 0 -1 4202560 129075 12938 0 0 231547 46 5 3 20 0 15 0 67299417 11176083456 480946 33554432000 4194304 4196468 140722937266992 140613302424544 140612887456969 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26373] ppid=26316 vsize=10914144 memory=1012 CPUtime=2.8 cores=0,2,4,6
/proc/26319/task/26373/stat : 26373 (java) S 26316 26319 19905 0 -1 1077944384 33449 12938 0 0 246 26 5 3 20 0 15 0 67299418 11176083456 480946 33554432000 4194304 4196468 140722937266992 140613334837520 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26374] ppid=26316 vsize=10914144 memory=1923772 CPUtime=2.8 cores=0,2,4,6
/proc/26319/task/26374/stat : 26374 (java) S 26316 26319 19905 0 -1 1077944384 29403 12938 0 0 247 25 5 3 20 0 15 0 67299418 11176083456 480946 33554432000 4194304 4196468 140722937266992 140613223111056 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26375] ppid=26316 vsize=10914144 memory=1923728 CPUtime=2.83 cores=0,2,4,6
/proc/26319/task/26375/stat : 26375 (java) S 26316 26319 19905 0 -1 1077944384 30065 12938 0 0 250 25 5 3 20 0 15 0 67299418 11176083456 480946 33554432000 4194304 4196468 140722937266992 140613222058512 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26376] ppid=26316 vsize=10914144 memory=1923756 CPUtime=2.8 cores=0,2,4,6
/proc/26319/task/26376/stat : 26376 (java) S 26316 26319 19905 0 -1 1077944384 33830 12938 0 0 248 24 5 3 20 0 15 0 67299418 11176083456 480946 33554432000 4194304 4196468 140722937266992 140613221005968 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26377] ppid=26316 vsize=10914144 memory=1923772 CPUtime=2.39 cores=0,2,4,6
/proc/26319/task/26377/stat : 26377 (java) S 26316 26319 19905 0 -1 1077944384 24615 12938 0 0 217 14 5 3 20 0 15 0 67299420 11176083456 480946 33554432000 4194304 4196468 140722937266992 140612790065648 140613330606722 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 39 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26378] ppid=26316 vsize=10914144 memory=1923784 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26378/stat : 26378 (java) S 26316 26319 19905 0 -1 1077944384 48 12938 0 0 0 0 5 3 20 0 15 0 67299420 11176083456 480946 33554432000 4194304 4196468 140722937266992 140612789012000 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26379] ppid=26316 vsize=10914144 memory=1923784 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26379/stat : 26379 (java) S 26316 26319 19905 0 -1 1077944384 15 12938 0 0 0 0 5 3 20 0 15 0 67299420 11176083456 480946 33554432000 4194304 4196468 140722937266992 140612665861632 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26380] ppid=26316 vsize=10914144 memory=1923784 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26380/stat : 26380 (java) S 26316 26319 19905 0 -1 1077944384 2 12938 0 0 0 0 5 3 20 0 15 0 67299423 11176083456 480946 33554432000 4194304 4196468 140722937266992 140612061883088 140613330614171 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26381] ppid=26316 vsize=10914144 memory=1923772 CPUtime=4.98 cores=0,2,4,6
/proc/26319/task/26381/stat : 26381 (java) S 26316 26319 19905 0 -1 1077944384 51720 12938 0 0 484 6 5 3 20 0 15 0 67299423 11176083456 480946 33554432000 4194304 4196468 140722937266992 140612755453936 140613330606722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26382] ppid=26316 vsize=10914144 memory=0 CPUtime=4.14 cores=0,2,4,6
/proc/26319/task/26382/stat : 26382 (java) S 26316 26319 19905 0 -1 1077944384 44956 12938 0 0 402 4 5 3 20 0 15 0 67299423 11176083456 480946 33554432000 4194304 4196468 140722937266992 140612754401392 140613330606722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26383] ppid=26316 vsize=10914144 memory=1923784 CPUtime=1.76 cores=0,2,4,6
/proc/26319/task/26383/stat : 26383 (java) S 26316 26319 19905 0 -1 1077944384 26066 12938 0 0 165 3 5 3 20 0 15 0 67299423 11176083456 480946 33554432000 4194304 4196468 140722937266992 140612753348848 140613330606722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26384] ppid=26316 vsize=10914144 memory=1572 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26384/stat : 26384 (java) S 26316 26319 19905 0 -1 1077944384 3 12938 0 0 0 0 5 3 20 0 15 0 67299423 11176083456 480946 33554432000 4194304 4196468 140722937266992 140611592120928 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26385] ppid=26316 vsize=10914144 memory=1923784 CPUtime=1.47 cores=0,2,4,6
/proc/26319/task/26385/stat : 26385 (java) S 26316 26319 19905 0 -1 1077944384 3015 12938 0 0 73 66 5 3 20 0 15 0 67299423 11176083456 480946 33554432000 4194304 4196468 140722937266992 140612752296752 140613330606722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 54 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
Current children cumulated CPU time: 2341.37 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1923784 KiB

[startup+2382.3 s]
/proc/loadavg: 0.45 0.75 1.12 2/200 26533
/proc/meminfo: memFree=18959656/32770624 swapFree=67108860/67108860
[pid=26319] ppid=26316 vsize=10914144 memory=1923820 CPUtime=2401.63 cores=0,2,4,6
/proc/26319/stat : 26319 (java) S 26316 26319 19905 0 -1 1077944320 414221 12938 0 0 239943 212 5 3 20 0 15 0 67299408 11176083456 480955 33554432000 4194304 4196468 140722937266992 140722937249536 140613330595575 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
/proc/26319/statm: 2728536 480955 3522 1 0 2690189 0
[pid=26319/tid=26372] ppid=26316 vsize=10914144 memory=1923820 CPUtime=2375.81 cores=0,2,4,6
/proc/26319/task/26372/stat : 26372 (java) R 26316 26319 19905 0 -1 4202560 130434 12938 0 0 237527 46 5 3 20 0 15 0 67299417 11176083456 480955 33554432000 4194304 4196468 140722937266992 140613302424592 140612890154309 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26373] ppid=26316 vsize=10914144 memory=1923796 CPUtime=2.89 cores=0,2,4,6
/proc/26319/task/26373/stat : 26373 (java) S 26316 26319 19905 0 -1 1077944384 33547 12938 0 0 254 27 5 3 20 0 15 0 67299418 11176083456 480955 33554432000 4194304 4196468 140722937266992 140613334837520 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26374] ppid=26316 vsize=10914144 memory=1923804 CPUtime=2.88 cores=0,2,4,6
/proc/26319/task/26374/stat : 26374 (java) S 26316 26319 19905 0 -1 1077944384 31758 12938 0 0 255 25 5 3 20 0 15 0 67299418 11176083456 480955 33554432000 4194304 4196468 140722937266992 140613223111056 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26375] ppid=26316 vsize=10914144 memory=1923820 CPUtime=2.91 cores=0,2,4,6
/proc/26319/task/26375/stat : 26375 (java) S 26316 26319 19905 0 -1 1077944384 30711 12938 0 0 258 25 5 3 20 0 15 0 67299418 11176083456 480955 33554432000 4194304 4196468 140722937266992 140613222058512 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26376] ppid=26316 vsize=10914144 memory=1923820 CPUtime=2.89 cores=0,2,4,6
/proc/26319/task/26376/stat : 26376 (java) S 26316 26319 19905 0 -1 1077944384 34438 12938 0 0 256 25 5 3 20 0 15 0 67299418 11176083456 480955 33554432000 4194304 4196468 140722937266992 140613221005968 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26377] ppid=26316 vsize=10914144 memory=1923820 CPUtime=2.47 cores=0,2,4,6
/proc/26319/task/26377/stat : 26377 (java) S 26316 26319 19905 0 -1 1077944384 25256 12938 0 0 224 15 5 3 20 0 15 0 67299420 11176083456 480955 33554432000 4194304 4196468 140722937266992 140612790065648 140613330606722 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 39 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26378] ppid=26316 vsize=10914144 memory=1923820 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26378/stat : 26378 (java) S 26316 26319 19905 0 -1 1077944384 48 12938 0 0 0 0 5 3 20 0 15 0 67299420 11176083456 480955 33554432000 4194304 4196468 140722937266992 140612789012000 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26379] ppid=26316 vsize=10914144 memory=1923792 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26379/stat : 26379 (java) S 26316 26319 19905 0 -1 1077944384 15 12938 0 0 0 0 5 3 20 0 15 0 67299420 11176083456 480955 33554432000 4194304 4196468 140722937266992 140612665861632 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26380] ppid=26316 vsize=10914144 memory=4620 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26380/stat : 26380 (java) S 26316 26319 19905 0 -1 1077944384 2 12938 0 0 0 0 5 3 20 0 15 0 67299423 11176083456 480955 33554432000 4194304 4196468 140722937266992 140612061883088 140613330614171 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26381] ppid=26316 vsize=10914144 memory=1923804 CPUtime=4.98 cores=0,2,4,6
/proc/26319/task/26381/stat : 26381 (java) S 26316 26319 19905 0 -1 1077944384 51726 12938 0 0 484 6 5 3 20 0 15 0 67299423 11176083456 480955 33554432000 4194304 4196468 140722937266992 140612755453936 140613330606722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26382] ppid=26316 vsize=10914144 memory=4036 CPUtime=4.14 cores=0,2,4,6
/proc/26319/task/26382/stat : 26382 (java) S 26316 26319 19905 0 -1 1077944384 44960 12938 0 0 402 4 5 3 20 0 15 0 67299423 11176083456 480955 33554432000 4194304 4196468 140722937266992 140612754401392 140613330606722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26383] ppid=26316 vsize=10914144 memory=1923820 CPUtime=1.76 cores=0,2,4,6
/proc/26319/task/26383/stat : 26383 (java) S 26316 26319 19905 0 -1 1077944384 26072 12938 0 0 165 3 5 3 20 0 15 0 67299423 11176083456 480955 33554432000 4194304 4196468 140722937266992 140612753348848 140613330606722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26384] ppid=26316 vsize=10914144 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26384/stat : 26384 (java) S 26316 26319 19905 0 -1 1077944384 3 12938 0 0 0 0 5 3 20 0 15 0 67299423 11176083456 480955 33554432000 4194304 4196468 140722937266992 140611592120928 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26385] ppid=26316 vsize=10914144 memory=4036 CPUtime=1.51 cores=0,2,4,6
/proc/26319/task/26385/stat : 26385 (java) S 26316 26319 19905 0 -1 1077944384 3062 12938 0 0 75 68 5 3 20 0 15 0 67299423 11176083456 480955 33554432000 4194304 4196468 140722937266992 140612752296752 140613330606722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 54 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
Current children cumulated CPU time: 2401.63 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1923820 KiB

[startup+2442.3 s]
/proc/loadavg: 0.68 0.76 1.10 2/200 26534
/proc/meminfo: memFree=18956776/32770624 swapFree=67108860/67108860
[pid=26319] ppid=26316 vsize=10914144 memory=1925888 CPUtime=2461.9 cores=0,2,4,6
/proc/26319/stat : 26319 (java) S 26316 26319 19905 0 -1 1077944320 418307 12938 0 0 245967 215 5 3 20 0 15 0 67299408 11176083456 481472 33554432000 4194304 4196468 140722937266992 140722937249536 140613330595575 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
/proc/26319/statm: 2728536 481472 3522 1 0 2690189 0
[pid=26319/tid=26372] ppid=26316 vsize=10914144 memory=1925888 CPUtime=2435.63 cores=0,2,4,6
/proc/26319/task/26372/stat : 26372 (java) R 26316 26319 19905 0 -1 4202560 131584 12938 0 0 243509 46 5 3 20 0 15 0 67299417 11176083456 481472 33554432000 4194304 4196468 140722937266992 140613302424048 140612887456347 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26373] ppid=26316 vsize=10914144 memory=1925888 CPUtime=2.97 cores=0,2,4,6
/proc/26319/task/26373/stat : 26373 (java) S 26316 26319 19905 0 -1 1077944384 33645 12938 0 0 262 27 5 3 20 0 15 0 67299418 11176083456 481472 33554432000 4194304 4196468 140722937266992 140613334837520 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26374] ppid=26316 vsize=10914144 memory=1925888 CPUtime=2.97 cores=0,2,4,6
/proc/26319/task/26374/stat : 26374 (java) S 26316 26319 19905 0 -1 1077944384 32376 12938 0 0 263 26 5 3 20 0 15 0 67299418 11176083456 481472 33554432000 4194304 4196468 140722937266992 140613223111056 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26375] ppid=26316 vsize=10914144 memory=1923836 CPUtime=3 cores=0,2,4,6
/proc/26319/task/26375/stat : 26375 (java) S 26316 26319 19905 0 -1 1077944384 31865 12938 0 0 266 26 5 3 20 0 15 0 67299418 11176083456 481472 33554432000 4194304 4196468 140722937266992 140613222058512 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26376] ppid=26316 vsize=10914144 memory=1923836 CPUtime=2.98 cores=0,2,4,6
/proc/26319/task/26376/stat : 26376 (java) S 26316 26319 19905 0 -1 1077944384 34924 12938 0 0 265 25 5 3 20 0 15 0 67299418 11176083456 481472 33554432000 4194304 4196468 140722937266992 140613221005968 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26377] ppid=26316 vsize=10914144 memory=1923840 CPUtime=2.54 cores=0,2,4,6
/proc/26319/task/26377/stat : 26377 (java) S 26316 26319 19905 0 -1 1077944384 25791 12938 0 0 231 15 5 3 20 0 15 0 67299420 11176083456 481472 33554432000 4194304 4196468 140722937266992 140612790065648 140613330606722 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 39 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26378] ppid=26316 vsize=10914144 memory=1925888 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26378/stat : 26378 (java) S 26316 26319 19905 0 -1 1077944384 48 12938 0 0 0 0 5 3 20 0 15 0 67299420 11176083456 481472 33554432000 4194304 4196468 140722937266992 140612789012000 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26379] ppid=26316 vsize=10914144 memory=1925888 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26379/stat : 26379 (java) S 26316 26319 19905 0 -1 1077944384 15 12938 0 0 0 0 5 3 20 0 15 0 67299420 11176083456 481472 33554432000 4194304 4196468 140722937266992 140612665861632 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26380] ppid=26316 vsize=10914144 memory=1925888 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26380/stat : 26380 (java) S 26316 26319 19905 0 -1 1077944384 2 12938 0 0 0 0 5 3 20 0 15 0 67299423 11176083456 481472 33554432000 4194304 4196468 140722937266992 140612061883088 140613330614171 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26381] ppid=26316 vsize=10914144 memory=4036 CPUtime=4.98 cores=0,2,4,6
/proc/26319/task/26381/stat : 26381 (java) S 26316 26319 19905 0 -1 1077944384 51729 12938 0 0 484 6 5 3 20 0 15 0 67299423 11176083456 481472 33554432000 4194304 4196468 140722937266992 140612755453936 140613330606722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26382] ppid=26316 vsize=10914144 memory=1925888 CPUtime=4.14 cores=0,2,4,6
/proc/26319/task/26382/stat : 26382 (java) S 26316 26319 19905 0 -1 1077944384 44962 12938 0 0 402 4 5 3 20 0 15 0 67299423 11176083456 481472 33554432000 4194304 4196468 140722937266992 140612754401392 140613330606722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26383] ppid=26316 vsize=10914144 memory=1925888 CPUtime=1.76 cores=0,2,4,6
/proc/26319/task/26383/stat : 26383 (java) S 26316 26319 19905 0 -1 1077944384 26075 12938 0 0 165 3 5 3 20 0 15 0 67299423 11176083456 481472 33554432000 4194304 4196468 140722937266992 140612753348848 140613330606722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26384] ppid=26316 vsize=10914144 memory=1925888 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26384/stat : 26384 (java) S 26316 26319 19905 0 -1 1077944384 3 12938 0 0 0 0 5 3 20 0 15 0 67299423 11176083456 481472 33554432000 4194304 4196468 140722937266992 140611592120928 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26385] ppid=26316 vsize=10914144 memory=4036 CPUtime=1.54 cores=0,2,4,6
/proc/26319/task/26385/stat : 26385 (java) S 26316 26319 19905 0 -1 1077944384 3099 12938 0 0 77 69 5 3 20 0 15 0 67299423 11176083456 481472 33554432000 4194304 4196468 140722937266992 140612752296752 140613330606722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 54 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
Current children cumulated CPU time: 2461.9 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1925888 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2500.2 s]
/proc/loadavg: 0.64 0.74 1.08 2/199 26535
/proc/meminfo: memFree=18956660/32770624 swapFree=67108860/67108860
[pid=26319] ppid=26316 vsize=10914144 memory=1925912 CPUtime=2520.04 cores=0,2,4,6
/proc/26319/stat : 26319 (java) S 26316 26319 19905 0 -1 1077944320 425916 12938 0 0 251777 219 5 3 20 0 15 0 67299408 11176083456 481478 33554432000 4194304 4196468 140722937266992 140722937249536 140613330595575 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
/proc/26319/statm: 2728536 481478 3522 1 0 2690189 0
[pid=26319/tid=26372] ppid=26316 vsize=10914144 memory=288230621803970871 CPUtime=2493.39 cores=0,2,4,6
/proc/26319/task/26372/stat : 26372 (java) R 26316 26319 19905 0 -1 4202560 132900 12938 0 0 249284 47 5 3 20 0 15 0 67299417 11176083456 481478 33554432000 4194304 4196468 140722937266992 140613302428944 140612887456670 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26373] ppid=26316 vsize=10914144 memory=16097065801353040 CPUtime=3.05 cores=0,2,4,6
/proc/26319/task/26373/stat : 26373 (java) S 26316 26319 19905 0 -1 1077944384 33803 12938 0 0 269 28 5 3 20 0 15 0 67299418 11176083456 481478 33554432000 4194304 4196468 140722937266992 140613334837520 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26374] ppid=26316 vsize=10914144 memory=1925912 CPUtime=3.03 cores=0,2,4,6
/proc/26319/task/26374/stat : 26374 (java) S 26316 26319 19905 0 -1 1077944384 33511 12938 0 0 269 26 5 3 20 0 15 0 67299418 11176083456 481478 33554432000 4194304 4196468 140722937266992 140613223111056 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26375] ppid=26316 vsize=10914144 memory=6791534058613427641 CPUtime=3.06 cores=0,2,4,6
/proc/26319/task/26375/stat : 26375 (java) S 26316 26319 19905 0 -1 1077944384 33097 12938 0 0 272 26 5 3 20 0 15 0 67299418 11176083456 481478 33554432000 4194304 4196468 140722937266992 140613222058512 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26376] ppid=26316 vsize=10914144 memory=4126316290023845779 CPUtime=3.04 cores=0,2,4,6
/proc/26319/task/26376/stat : 26376 (java) S 26316 26319 19905 0 -1 1077944384 36124 12938 0 0 270 26 5 3 20 0 15 0 67299418 11176083456 481478 33554432000 4194304 4196468 140722937266992 140613221005968 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26377] ppid=26316 vsize=10914144 memory=6791534058613427641 CPUtime=2.6 cores=0,2,4,6
/proc/26319/task/26377/stat : 26377 (java) S 26316 26319 19905 0 -1 1077944384 26421 12938 0 0 237 15 5 3 20 0 15 0 67299420 11176083456 481478 33554432000 4194304 4196468 140722937266992 140612790065648 140613330606722 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 39 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26378] ppid=26316 vsize=10914144 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26378/stat : 26378 (java) S 26316 26319 19905 0 -1 1077944384 48 12938 0 0 0 0 5 3 20 0 15 0 67299420 11176083456 481478 33554432000 4194304 4196468 140722937266992 140612789012000 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26379] ppid=26316 vsize=10914144 memory=16244 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26379/stat : 26379 (java) S 26316 26319 19905 0 -1 1077944384 15 12938 0 0 0 0 5 3 20 0 15 0 67299420 11176083456 481478 33554432000 4194304 4196468 140722937266992 140612665861632 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26380] ppid=26316 vsize=10914144 memory=4048 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26380/stat : 26380 (java) S 26316 26319 19905 0 -1 1077944384 2 12938 0 0 0 0 5 3 20 0 15 0 67299423 11176083456 481478 33554432000 4194304 4196468 140722937266992 140612061883088 140613330614171 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26381] ppid=26316 vsize=10914144 memory=12428 CPUtime=4.99 cores=0,2,4,6
/proc/26319/task/26381/stat : 26381 (java) S 26316 26319 19905 0 -1 1077944384 53605 12938 0 0 485 6 5 3 20 0 15 0 67299423 11176083456 481478 33554432000 4194304 4196468 140722937266992 140612755453936 140613330606722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26382] ppid=26316 vsize=10914144 memory=1788 CPUtime=4.14 cores=0,2,4,6
/proc/26319/task/26382/stat : 26382 (java) S 26316 26319 19905 0 -1 1077944384 44966 12938 0 0 402 4 5 3 20 0 15 0 67299423 11176083456 481478 33554432000 4194304 4196468 140722937266992 140612754401392 140613330606722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26383] ppid=26316 vsize=10914144 memory=644 CPUtime=1.76 cores=0,2,4,6
/proc/26319/task/26383/stat : 26383 (java) S 26316 26319 19905 0 -1 1077944384 26080 12938 0 0 165 3 5 3 20 0 15 0 67299423 11176083456 481478 33554432000 4194304 4196468 140722937266992 140612753348848 140613330606722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26384] ppid=26316 vsize=10914144 memory=956 CPUtime=0.08 cores=0,2,4,6
/proc/26319/task/26384/stat : 26384 (java) S 26316 26319 19905 0 -1 1077944384 3 12938 0 0 0 0 5 3 20 0 15 0 67299423 11176083456 481478 33554432000 4194304 4196468 140722937266992 140611592120928 140613330605781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
[pid=26319/tid=26385] ppid=26316 vsize=10914144 memory=4312 CPUtime=1.58 cores=0,2,4,6
/proc/26319/task/26385/stat : 26385 (java) S 26316 26319 19905 0 -1 1077944384 3152 12938 0 0 79 71 5 3 20 0 15 0 67299423 11176083456 481478 33554432000 4194304 4196468 140722937266992 140612752296752 140613330606722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 54 0 0 6293624 6294260 28868608 140722937268846 140722937271644 140722937271644 140722937274319 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1925912 KiB

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

[startup+2500.25 s]
# the end of solver process 26319 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.86 s, system=2.2489 s

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

Child status: 143
Real time (s): 2500.25
CPU time (s): 2520.11
CPU user time (s): 2517.86
CPU system time (s): 2.2489
CPU usage (%): 100.794
Max. virtual memory (cumulated for all children) (KiB): 10916852
Max. memory (cumulated for all children) (KiB): 2122276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.86
system time used= 2.2489
maximum resident set size= 2124324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 442259
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112420
involuntary context switches= 4943


# summary of solver processes directly reported to runsolver:
#   pid: 26319
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2517.86
#   total CPU system time (s): 2.2489

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.672 second user time and 23.883 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-25 07:42:42
IDJOB=4294924
IDBENCH=141445
IDSOLVER=2750
FILE ID=node133/4294924-1532497362
RUNJOBID= node133-1532466433-19936
PBS_JOBID= 21021582
Free space on /tmp= 48228 MiB

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

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

MD5SUM BENCH= 996bcdf4a135147c7f2ba7242cc18cd5
RANDOM SEED=2005160708

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:        19179028 kB
MemAvailable:   30273124 kB
Buffers:          168416 kB
Cached:         11086196 kB
SwapCached:            0 kB
Active:          4361360 kB
Inactive:        8608320 kB
Active(anon):    1666140 kB
Inactive(anon):    68468 kB
Active(file):    2695220 kB
Inactive(file):  8539852 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             32208 kB
Writeback:             0 kB
AnonPages:       1722004 kB
Mapped:            52264 kB
Shmem:             17056 kB
Slab:             315376 kB
SReclaimable:     287484 kB
SUnreclaim:        27892 kB
KernelStack:        3632 kB
PageTables:         8712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2539744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1488896 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= 48232 MiB
End job on node133 at 2018-07-25 08:24:23