Trace number 4304852

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-SuperNG? (TO) 2520.14 2499.73

General information on the benchmark

NameColouredQueens/
ColouredQueens-08_c18.xml
MD5SUM097ee2ac2bfb45f3aedded97da1eabe0
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.180408
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints42
Number of domains1
Minimum domain size8
Maximum domain size8
Distribution of domain sizes[{"size":8,"count":64}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":60}]
Minimum constraint arity2
Maximum constraint arity8
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":18}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":42}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304852-1534040217/watcher-4304852-1534040217 -o /tmp/evaluation-result-4304852-1534040217/solver-4304852-1534040217 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534037719-31471 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=444377117 -superng HOME/instance-4304852-1534040217.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=32084, runsolver pid=32081

[startup+0.100139 s]*
/proc/loadavg: 1.23 1.27 1.39 3/205 32141
/proc/meminfo: memFree=3644344/32770624 swapFree=67108860/67108860
[pid=32084] ppid=32081 vsize=10005480 memory=17076 CPUtime=0.09 cores=0,2,4,6
/proc/32084/stat : 32084 (java) S 32081 32084 30457 0 -1 1077944320 4449 13193 0 0 1 1 4 3 20 0 6 0 221584860 10245611520 4269 33554432000 4194304 4196468 140727047300144 140727047282688 139800655249143 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
/proc/32084/statm: 2501370 4269 1934 1 0 2489808 0
[pid=32084/tid=32137] ppid=32081 vsize=10005480 memory=4279135704013962638 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32137/stat : 32137 (java) R 32081 32084 30457 0 -1 4202560 2251 13193 0 0 0 0 4 3 20 0 6 0 221584869 10245611520 4269 33554432000 4194304 4196468 140727047300144 139800627085904 139800640372080 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32138] ppid=32081 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32138/stat : 32138 (java) S 32081 32084 30457 0 -1 1077944384 1 13193 0 0 0 0 4 3 20 0 6 0 221584870 10245611520 4269 33554432000 4194304 4196468 140727047300144 139800659491472 139800655259349 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32139] ppid=32081 vsize=10005480 memory=140706607863424 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32139/stat : 32139 (java) S 32081 32084 30457 0 -1 1077944384 1 13193 0 0 0 0 4 3 20 0 6 0 221584870 10245611520 4269 33554432000 4194304 4196468 140727047300144 139800524827152 139800655259349 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32140] ppid=32081 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32140/stat : 32140 (java) S 32081 32084 30457 0 -1 1077944384 1 13193 0 0 0 0 4 3 20 0 6 0 221584870 10245611520 4269 33554432000 4194304 4196468 140727047300144 139800523774352 139800655259349 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32141] ppid=32081 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32141/stat : 32141 (java) S 32081 32084 30457 0 -1 1077944384 2 13193 0 0 0 0 4 3 20 0 6 0 221584870 10245611520 4269 33554432000 4194304 4196468 140727047300144 139800522721552 139800655259349 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17076 KiB

[startup+0.209808 s]*
/proc/loadavg: 1.23 1.27 1.39 3/214 32150
/proc/meminfo: memFree=3624048/32770624 swapFree=67108860/67108860
[pid=32084] ppid=32081 vsize=10985364 memory=45500 CPUtime=0.26 cores=0,2,4,6
/proc/32084/stat : 32084 (java) S 32081 32084 30457 0 -1 1077944320 8589 13193 0 0 17 2 4 3 20 0 15 0 221584860 11249012736 11375 33554432000 4194304 4196468 140727047300144 140727047282688 139800655249143 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
/proc/32084/statm: 2746341 11375 2947 1 0 2708764 0
[pid=32084/tid=32137] ppid=32081 vsize=10985364 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/32084/task/32137/stat : 32137 (java) R 32081 32084 30457 0 -1 4202560 5183 13193 0 0 11 1 4 3 20 0 15 0 221584869 11249012736 11375 33554432000 4194304 4196468 140727047300144 139800627073952 139800647928861 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32138] ppid=32081 vsize=10985364 memory=365 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32138/stat : 32138 (java) S 32081 32084 30457 0 -1 1077944384 1 13193 0 0 0 0 4 3 20 0 15 0 221584870 11249012736 11441 33554432000 4194304 4196468 140727047300144 139800659491472 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32139] ppid=32081 vsize=10985364 memory=140706607893364 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32139/stat : 32139 (java) S 32081 32084 30457 0 -1 1077944384 1 13193 0 0 0 0 4 3 20 0 15 0 221584870 11249012736 11441 33554432000 4194304 4196468 140727047300144 139800524827152 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32140] ppid=32081 vsize=10985364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32140/stat : 32140 (java) S 32081 32084 30457 0 -1 1077944384 1 13193 0 0 0 0 4 3 20 0 15 0 221584870 11249012736 11441 33554432000 4194304 4196468 140727047300144 139800523774352 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32141] ppid=32081 vsize=10985364 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32141/stat : 32141 (java) S 32081 32084 30457 0 -1 1077944384 2 13193 0 0 0 0 4 3 20 0 15 0 221584870 11249012736 11441 33554432000 4194304 4196468 140727047300144 139800522721552 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32142] ppid=32081 vsize=10985364 memory=140706607863424 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32142/stat : 32142 (java) S 32081 32084 30457 0 -1 1077944384 2 13193 0 0 0 0 4 3 20 0 15 0 221584872 11249012736 11441 33554432000 4194304 4196468 140727047300144 139800080055152 139800655260290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32143] ppid=32081 vsize=10985364 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32143/stat : 32143 (java) S 32081 32084 30457 0 -1 1077944384 13 13193 0 0 0 0 4 3 20 0 15 0 221584872 11249012736 11507 33554432000 4194304 4196468 140727047300144 139799373538848 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32144] ppid=32081 vsize=10985364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32144/stat : 32144 (java) S 32081 32084 30457 0 -1 1077944384 21 13193 0 0 0 0 4 3 20 0 15 0 221584872 11249012736 11507 33554432000 4194304 4196468 140727047300144 139799306425712 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32145] ppid=32081 vsize=10985364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32145/stat : 32145 (java) S 32081 32084 30457 0 -1 1077944384 3 13193 0 0 0 0 4 3 20 0 15 0 221584875 11249012736 11507 33554432000 4194304 4196468 140727047300144 139798999030096 139800655267739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32146] ppid=32081 vsize=10985364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32084/task/32146/stat : 32146 (java) S 32081 32084 30457 0 -1 1077944384 485 13193 0 0 1 0 4 3 20 0 15 0 221584875 11249012736 11507 33554432000 4194304 4196468 140727047300144 139800079001968 139800655260290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32147] ppid=32081 vsize=10985364 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32147/stat : 32147 (java) S 32081 32084 30457 0 -1 1077944384 131 13193 0 0 0 0 4 3 20 0 15 0 221584875 11249012736 11507 33554432000 4194304 4196468 140727047300144 139800077949168 139800655260290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32148] ppid=32081 vsize=10985364 memory=140706607863424 CPUtime=0.1 cores=0,2,4,6
/proc/32084/task/32148/stat : 32148 (java) S 32081 32084 30457 0 -1 1077944384 608 13193 0 0 3 0 4 3 20 0 15 0 221584875 11249012736 11507 33554432000 4194304 4196468 140727047300144 139800076896368 139800655260290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32149] ppid=32081 vsize=10985364 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32149/stat : 32149 (java) S 32081 32084 30457 0 -1 1077944384 3 13193 0 0 0 0 4 3 20 0 15 0 221584875 11249012736 11157 33554432000 4194304 4196468 140727047300144 139798568233184 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32150] ppid=32081 vsize=10985364 memory=140706607863424 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32150/stat : 32150 (java) S 32081 32084 30457 0 -1 1077944384 1 13193 0 0 0 0 4 3 20 0 15 0 221584875 11249012736 11157 33554432000 4194304 4196468 140727047300144 139800075844784 139800655260290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10985364 KiB
Current children cumulated memory: 45500 KiB

[startup+0.310186 s]*
/proc/loadavg: 1.23 1.27 1.39 3/214 32150
/proc/meminfo: memFree=3610992/32770624 swapFree=67108860/67108860
[pid=32084] ppid=32081 vsize=10983192 memory=54096 CPUtime=0.38 cores=0,2,4,6
/proc/32084/stat : 32084 (java) S 32081 32084 30457 0 -1 1077944320 10638 13193 0 0 28 3 4 3 20 0 15 0 221584860 11246788608 13524 33554432000 4194304 4196468 140727047300144 140727047282688 139800655249143 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
/proc/32084/statm: 2745798 13524 3066 1 0 2708109 0
[pid=32084/tid=32137] ppid=32081 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/32084/task/32137/stat : 32137 (java) R 32081 32084 30457 0 -1 4202560 7166 13193 0 0 19 2 4 3 20 0 15 0 221584869 11246788608 13524 33554432000 4194304 4196468 140727047300144 139800627061152 139800639329630 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32138] ppid=32081 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32138/stat : 32138 (java) S 32081 32084 30457 0 -1 1077944384 1 13193 0 0 0 0 4 3 20 0 15 0 221584870 11246788608 13524 33554432000 4194304 4196468 140727047300144 139800659491472 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32139] ppid=32081 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32139/stat : 32139 (java) S 32081 32084 30457 0 -1 1077944384 1 13193 0 0 0 0 4 3 20 0 15 0 221584870 11246788608 13524 33554432000 4194304 4196468 140727047300144 139800524827152 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32140] ppid=32081 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32140/stat : 32140 (java) S 32081 32084 30457 0 -1 1077944384 1 13193 0 0 0 0 4 3 20 0 15 0 221584870 11246788608 13524 33554432000 4194304 4196468 140727047300144 139800523774352 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32141] ppid=32081 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32141/stat : 32141 (java) S 32081 32084 30457 0 -1 1077944384 2 13193 0 0 0 0 4 3 20 0 15 0 221584870 11246788608 13524 33554432000 4194304 4196468 140727047300144 139800522721552 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32142] ppid=32081 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32142/stat : 32142 (java) S 32081 32084 30457 0 -1 1077944384 2 13193 0 0 0 0 4 3 20 0 15 0 221584872 11246788608 13524 33554432000 4194304 4196468 140727047300144 139800080055152 139800655260290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32143] ppid=32081 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32143/stat : 32143 (java) S 32081 32084 30457 0 -1 1077944384 13 13193 0 0 0 0 4 3 20 0 15 0 221584872 11246788608 13524 33554432000 4194304 4196468 140727047300144 139799373538848 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32144] ppid=32081 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32144/stat : 32144 (java) S 32081 32084 30457 0 -1 1077944384 21 13193 0 0 0 0 4 3 20 0 15 0 221584872 11246788608 13524 33554432000 4194304 4196468 140727047300144 139799306425712 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32145] ppid=32081 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32145/stat : 32145 (java) S 32081 32084 30457 0 -1 1077944384 3 13193 0 0 0 0 4 3 20 0 15 0 221584875 11246788608 13524 33554432000 4194304 4196468 140727047300144 139798999030096 139800655267739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32146] ppid=32081 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32084/task/32146/stat : 32146 (java) S 32081 32084 30457 0 -1 1077944384 486 13193 0 0 1 0 4 3 20 0 15 0 221584875 11246788608 13524 33554432000 4194304 4196468 140727047300144 139800079001968 139800655260290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32147] ppid=32081 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32084/task/32147/stat : 32147 (java) S 32081 32084 30457 0 -1 1077944384 131 13193 0 0 1 0 4 3 20 0 15 0 221584875 11246788608 13524 33554432000 4194304 4196468 140727047300144 139800077949168 139800655260290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32148] ppid=32081 vsize=10983192 memory=140706607863424 CPUtime=0.12 cores=0,2,4,6
/proc/32084/task/32148/stat : 32148 (java) R 32081 32084 30457 0 -1 4202560 614 13193 0 0 5 0 4 3 20 0 15 0 221584875 11246788608 13524 33554432000 4194304 4196468 140727047300144 139800076896368 139800633854622 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32149] ppid=32081 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32149/stat : 32149 (java) S 32081 32084 30457 0 -1 1077944384 3 13193 0 0 0 0 4 3 20 0 15 0 221584875 11246788608 13524 33554432000 4194304 4196468 140727047300144 139798568233184 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32150] ppid=32081 vsize=10983192 memory=140706607863424 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32150/stat : 32150 (java) S 32081 32084 30457 0 -1 1077944384 1 13193 0 0 0 0 4 3 20 0 15 0 221584875 11246788608 13524 33554432000 4194304 4196468 140727047300144 139800075844784 139800655260290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54096 KiB

[startup+0.700901 s]
/proc/loadavg: 1.23 1.27 1.39 3/214 32150
/proc/meminfo: memFree=3601920/32770624 swapFree=67108860/67108860
[pid=32084] ppid=32081 vsize=10983192 memory=86288 CPUtime=0.97 cores=0,2,4,6
/proc/32084/stat : 32084 (java) S 32081 32084 30457 0 -1 1077944320 16795 13193 0 0 86 4 4 3 20 0 15 0 221584860 11246788608 21572 33554432000 4194304 4196468 140727047300144 140727047282688 139800655249143 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
/proc/32084/statm: 2745798 21572 3238 1 0 2708109 0
[pid=32084/tid=32137] ppid=32081 vsize=10983192 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/32084/task/32137/stat : 32137 (java) R 32081 32084 30457 0 -1 4202560 12260 13193 0 0 55 3 4 3 20 0 15 0 221584869 11246788608 21572 33554432000 4194304 4196468 140727047300144 139800627069968 139800655271069 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32138] ppid=32081 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32138/stat : 32138 (java) S 32081 32084 30457 0 -1 1077944384 1 13193 0 0 0 0 4 3 20 0 15 0 221584870 11246788608 21572 33554432000 4194304 4196468 140727047300144 139800659491472 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32139] ppid=32081 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32139/stat : 32139 (java) S 32081 32084 30457 0 -1 1077944384 1 13193 0 0 0 0 4 3 20 0 15 0 221584870 11246788608 21572 33554432000 4194304 4196468 140727047300144 139800524827152 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32140] ppid=32081 vsize=10983192 memory=140706484202032 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32140/stat : 32140 (java) S 32081 32084 30457 0 -1 1077944384 1 13193 0 0 0 0 4 3 20 0 15 0 221584870 11246788608 21572 33554432000 4194304 4196468 140727047300144 139800523774352 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32141] ppid=32081 vsize=10983192 memory=140707423584849 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32141/stat : 32141 (java) S 32081 32084 30457 0 -1 1077944384 2 13193 0 0 0 0 4 3 20 0 15 0 221584870 11246788608 21572 33554432000 4194304 4196468 140727047300144 139800522721552 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32142] ppid=32081 vsize=10983192 memory=1628 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32142/stat : 32142 (java) S 32081 32084 30457 0 -1 1077944384 5 13193 0 0 0 0 4 3 20 0 15 0 221584872 11246788608 21572 33554432000 4194304 4196468 140727047300144 139800080055152 139800655260290 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32143] ppid=32081 vsize=10983192 memory=4639098309541127270 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32143/stat : 32143 (java) S 32081 32084 30457 0 -1 1077944384 13 13193 0 0 0 0 4 3 20 0 15 0 221584872 11246788608 21572 33554432000 4194304 4196468 140727047300144 139799373538848 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32144] ppid=32081 vsize=10983192 memory=6082220498092649832 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32144/stat : 32144 (java) S 32081 32084 30457 0 -1 1077944384 21 13193 0 0 0 0 4 3 20 0 15 0 221584872 11246788608 21572 33554432000 4194304 4196468 140727047300144 139799306425712 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32145] ppid=32081 vsize=10983192 memory=34376 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32145/stat : 32145 (java) S 32081 32084 30457 0 -1 1077944384 3 13193 0 0 0 0 4 3 20 0 15 0 221584875 11246788608 21572 33554432000 4194304 4196468 140727047300144 139798999030096 139800655267739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32146] ppid=32081 vsize=10983192 memory=4032 CPUtime=0.17 cores=0,2,4,6
/proc/32084/task/32146/stat : 32146 (java) S 32081 32084 30457 0 -1 1077944384 1111 13193 0 0 10 0 4 3 20 0 15 0 221584875 11246788608 21572 33554432000 4194304 4196468 140727047300144 139800079001968 139800655260290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32147] ppid=32081 vsize=10983192 memory=18232 CPUtime=0.13 cores=0,2,4,6
/proc/32084/task/32147/stat : 32147 (java) R 32081 32084 30457 0 -1 1077944384 495 13193 0 0 6 0 4 3 20 0 15 0 221584875 11246788608 21572 33554432000 4194304 4196468 140727047300144 139800077949168 139800655260290 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32148] ppid=32081 vsize=10983192 memory=640 CPUtime=0.2 cores=0,2,4,6
/proc/32084/task/32148/stat : 32148 (java) S 32081 32084 30457 0 -1 1077944384 685 13193 0 0 13 0 4 3 20 0 15 0 221584875 11246788608 21572 33554432000 4194304 4196468 140727047300144 139800076896368 139800655260290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32149] ppid=32081 vsize=10983192 memory=1764 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32149/stat : 32149 (java) S 32081 32084 30457 0 -1 1077944384 3 13193 0 0 0 0 4 3 20 0 15 0 221584875 11246788608 21572 33554432000 4194304 4196468 140727047300144 139798568233184 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32150] ppid=32081 vsize=10983192 memory=1236 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32150/stat : 32150 (java) S 32081 32084 30457 0 -1 1077944384 1 13193 0 0 0 0 4 3 20 0 15 0 221584875 11246788608 21572 33554432000 4194304 4196468 140727047300144 139800075844784 139800655260290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 86288 KiB

[startup+1.50069 s]
/proc/loadavg: 1.23 1.27 1.39 4/214 32150
/proc/meminfo: memFree=3555960/32770624 swapFree=67108860/67108860
[pid=32084] ppid=32081 vsize=11000140 memory=177968 CPUtime=2.25 cores=0,2,4,6
/proc/32084/stat : 32084 (java) S 32081 32084 30457 0 -1 1077944320 24142 13193 0 0 208 10 4 3 20 0 15 0 221584860 11264143360 44492 33554432000 4194304 4196468 140727047300144 140727047282688 139800655249143 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
/proc/32084/statm: 2750035 44492 3468 1 0 2711693 0
[pid=32084/tid=32137] ppid=32081 vsize=11000140 memory=12 CPUtime=1.42 cores=0,2,4,6
/proc/32084/task/32137/stat : 32137 (java) R 32081 32084 30457 0 -1 4202560 17939 13193 0 0 129 6 4 3 20 0 15 0 221584869 11264143360 44492 33554432000 4194304 4196468 140727047300144 139800627078688 139800655261078 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32138] ppid=32081 vsize=11000140 memory=281412968435360 CPUtime=0.08 cores=0,2,4,6
/proc/32084/task/32138/stat : 32138 (java) S 32081 32084 30457 0 -1 1077944384 40 13193 0 0 1 0 4 3 20 0 15 0 221584870 11264143360 44492 33554432000 4194304 4196468 140727047300144 139800659491472 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32139] ppid=32081 vsize=11000140 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32084/task/32139/stat : 32139 (java) S 32081 32084 30457 0 -1 1077944384 20 13193 0 0 1 0 4 3 20 0 15 0 221584870 11264143360 44492 33554432000 4194304 4196468 140727047300144 139800524827152 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32140] ppid=32081 vsize=11000140 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32084/task/32140/stat : 32140 (java) S 32081 32084 30457 0 -1 1077944384 222 13193 0 0 1 0 4 3 20 0 15 0 221584870 11264143360 44492 33554432000 4194304 4196468 140727047300144 139800523774352 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32141] ppid=32081 vsize=11000140 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32084/task/32141/stat : 32141 (java) S 32081 32084 30457 0 -1 1077944384 65 13193 0 0 1 0 4 3 20 0 15 0 221584870 11264143360 44492 33554432000 4194304 4196468 140727047300144 139800522721552 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32142] ppid=32081 vsize=11000140 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32084/task/32142/stat : 32142 (java) S 32081 32084 30457 0 -1 1077944384 50 13193 0 0 1 0 4 3 20 0 15 0 221584872 11264143360 44492 33554432000 4194304 4196468 140727047300144 139800080055152 139800655260290 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32143] ppid=32081 vsize=11000140 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32143/stat : 32143 (java) S 32081 32084 30457 0 -1 1077944384 13 13193 0 0 0 0 4 3 20 0 15 0 221584872 11264143360 44492 33554432000 4194304 4196468 140727047300144 139799373538912 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32144] ppid=32081 vsize=11000140 memory=-5921431000321636112 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32144/stat : 32144 (java) S 32081 32084 30457 0 -1 1077944384 43 13193 0 0 0 0 4 3 20 0 15 0 221584872 11264143360 44492 33554432000 4194304 4196468 140727047300144 139799306425728 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32145] ppid=32081 vsize=11000140 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32145/stat : 32145 (java) S 32081 32084 30457 0 -1 1077944384 3 13193 0 0 0 0 4 3 20 0 15 0 221584875 11264143360 44492 33554432000 4194304 4196468 140727047300144 139798999030096 139800655267739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32146] ppid=32081 vsize=11000140 memory=10 CPUtime=0.29 cores=0,2,4,6
/proc/32084/task/32146/stat : 32146 (java) R 32081 32084 30457 0 -1 4202560 1574 13193 0 0 22 0 4 3 20 0 15 0 221584875 11264143360 44492 33554432000 4194304 4196468 140727047300144 139800079001968 139800655261078 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32147] ppid=32081 vsize=11000140 memory=6791534058613427641 CPUtime=0.24 cores=0,2,4,6
/proc/32084/task/32147/stat : 32147 (java) S 32081 32084 30457 0 -1 1077944384 713 13193 0 0 17 0 4 3 20 0 15 0 221584875 11264143360 44492 33554432000 4194304 4196468 140727047300144 139800077949168 139800655260290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32148] ppid=32081 vsize=11000140 memory=281412968675168 CPUtime=0.39 cores=0,2,4,6
/proc/32084/task/32148/stat : 32148 (java) R 32081 32084 30457 0 -1 1077944384 1263 13193 0 0 32 0 4 3 20 0 15 0 221584875 11264143360 44492 33554432000 4194304 4196468 140727047300144 139800076896368 139800655260290 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32149] ppid=32081 vsize=11000140 memory=-7531822216213012384 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32149/stat : 32149 (java) S 32081 32084 30457 0 -1 1077944384 3 13193 0 0 0 0 4 3 20 0 15 0 221584875 11264143360 44492 33554432000 4194304 4196468 140727047300144 139798568233184 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32150] ppid=32081 vsize=11000140 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32150/stat : 32150 (java) S 32081 32084 30457 0 -1 1077944384 1 13193 0 0 0 0 4 3 20 0 15 0 221584875 11264143360 44492 33554432000 4194304 4196468 140727047300144 139800075844784 139800655260290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 11000140 KiB

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

/proc/32084/task/32137/stat : 32137 (java) R 32081 32084 30457 0 -1 4202560 70723 13193 0 0 237311 29 4 3 20 0 15 0 221584869 11341758464 133951 33554432000 4194304 4196468 140727047300144 139800627082864 139800203530774 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32138] ppid=32081 vsize=11075936 memory=792 CPUtime=3.97 cores=0,2,4,6
/proc/32084/task/32138/stat : 32138 (java) S 32081 32084 30457 0 -1 1077944384 6427 13193 0 0 368 22 4 3 20 0 15 0 221584870 11341758464 133951 33554432000 4194304 4196468 140727047300144 139800659491472 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32139] ppid=32081 vsize=11075936 memory=533396 CPUtime=3.94 cores=0,2,4,6
/proc/32084/task/32139/stat : 32139 (java) S 32081 32084 30457 0 -1 1077944384 10235 13193 0 0 364 23 4 3 20 0 15 0 221584870 11341758464 133951 33554432000 4194304 4196468 140727047300144 139800524827152 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32140] ppid=32081 vsize=11075936 memory=535804 CPUtime=3.98 cores=0,2,4,6
/proc/32084/task/32140/stat : 32140 (java) S 32081 32084 30457 0 -1 1077944384 7706 13193 0 0 371 20 4 3 20 0 15 0 221584870 11341758464 133951 33554432000 4194304 4196468 140727047300144 139800523774352 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32141] ppid=32081 vsize=11075936 memory=535804 CPUtime=3.97 cores=0,2,4,6
/proc/32084/task/32141/stat : 32141 (java) S 32081 32084 30457 0 -1 1077944384 7999 13193 0 0 369 21 4 3 20 0 15 0 221584870 11341758464 133951 33554432000 4194304 4196468 140727047300144 139800522721552 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32142] ppid=32081 vsize=11075936 memory=535804 CPUtime=3.75 cores=0,2,4,6
/proc/32084/task/32142/stat : 32142 (java) S 32081 32084 30457 0 -1 1077944384 8358 13193 0 0 347 21 4 3 20 0 15 0 221584872 11341758464 133951 33554432000 4194304 4196468 140727047300144 139800080055152 139800655260290 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32143] ppid=32081 vsize=11075936 memory=535804 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32143/stat : 32143 (java) S 32081 32084 30457 0 -1 1077944384 15 13193 0 0 0 0 4 3 20 0 15 0 221584872 11341758464 133951 33554432000 4194304 4196468 140727047300144 139799373538976 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32144] ppid=32081 vsize=11075936 memory=535804 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32144/stat : 32144 (java) S 32081 32084 30457 0 -1 1077944384 50 13193 0 0 0 0 4 3 20 0 15 0 221584872 11341758464 133951 33554432000 4194304 4196468 140727047300144 139799306425728 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32145] ppid=32081 vsize=11075936 memory=535804 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32145/stat : 32145 (java) S 32081 32084 30457 0 -1 1077944384 3 13193 0 0 0 0 4 3 20 0 15 0 221584875 11341758464 133951 33554432000 4194304 4196468 140727047300144 139798999030096 139800655267739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32146] ppid=32081 vsize=11075936 memory=535804 CPUtime=3.35 cores=0,2,4,6
/proc/32084/task/32146/stat : 32146 (java) S 32081 32084 30457 0 -1 1077944384 18822 13193 0 0 326 2 4 3 20 0 15 0 221584875 11341758464 133951 33554432000 4194304 4196468 140727047300144 139800079001968 139800655260290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32147] ppid=32081 vsize=11075936 memory=535804 CPUtime=3.4 cores=0,2,4,6
/proc/32084/task/32147/stat : 32147 (java) S 32081 32084 30457 0 -1 1077944384 20829 13193 0 0 330 3 4 3 20 0 15 0 221584875 11341758464 133951 33554432000 4194304 4196468 140727047300144 139800077949168 139800655260290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32148] ppid=32081 vsize=11075936 memory=7 CPUtime=1.67 cores=0,2,4,6
/proc/32084/task/32148/stat : 32148 (java) S 32081 32084 30457 0 -1 1077944384 26656 13193 0 0 157 3 4 3 20 0 15 0 221584875 11341758464 133951 33554432000 4194304 4196468 140727047300144 139800076896368 139800655260290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32149] ppid=32081 vsize=11075936 memory=535804 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32149/stat : 32149 (java) S 32081 32084 30457 0 -1 1077944384 3 13193 0 0 0 0 4 3 20 0 15 0 221584875 11341758464 133951 33554432000 4194304 4196468 140727047300144 139798568233184 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32150] ppid=32081 vsize=11075936 memory=535804 CPUtime=1.13 cores=0,2,4,6
/proc/32084/task/32150/stat : 32150 (java) S 32081 32084 30457 0 -1 1077944384 2334 13193 0 0 54 52 4 3 20 0 15 0 221584875 11341758464 133951 33554432000 4194304 4196468 140727047300144 139800075844784 139800655260290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
Current children cumulated CPU time: 2402.11 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 535804 KiB

[startup+2442.3 s]
/proc/loadavg: 1.62 1.63 1.62 3/215 32353
/proc/meminfo: memFree=739828/32770624 swapFree=67108860/67108860
[pid=32084] ppid=32081 vsize=11075936 memory=535864 CPUtime=2462.41 cores=0,2,4,6
/proc/32084/stat : 32084 (java) S 32081 32084 30457 0 -1 1077944320 183964 13193 0 0 246060 174 4 3 20 0 15 0 221584860 11341758464 133966 33554432000 4194304 4196468 140727047300144 140727047282688 139800655249143 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
/proc/32084/statm: 2768984 133966 3523 1 0 2730637 0
[pid=32084/tid=32137] ppid=32081 vsize=11075936 memory=6791534058613427641 CPUtime=2433.25 cores=0,2,4,6
/proc/32084/task/32137/stat : 32137 (java) R 32081 32084 30457 0 -1 4202560 71408 13193 0 0 243288 30 4 3 20 0 15 0 221584869 11341758464 133966 33554432000 4194304 4196468 140727047300144 139800627083056 139800208504599 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32138] ppid=32081 vsize=11075936 memory=535864 CPUtime=4.07 cores=0,2,4,6
/proc/32084/task/32138/stat : 32138 (java) S 32081 32084 30457 0 -1 1077944384 6707 13193 0 0 377 23 4 3 20 0 15 0 221584870 11341758464 133966 33554432000 4194304 4196468 140727047300144 139800659491472 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32139] ppid=32081 vsize=11075936 memory=792 CPUtime=4.04 cores=0,2,4,6
/proc/32084/task/32139/stat : 32139 (java) S 32081 32084 30457 0 -1 1077944384 10314 13193 0 0 373 24 4 3 20 0 15 0 221584870 11341758464 133966 33554432000 4194304 4196468 140727047300144 139800524827152 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32140] ppid=32081 vsize=11075936 memory=533396 CPUtime=4.08 cores=0,2,4,6
/proc/32084/task/32140/stat : 32140 (java) S 32081 32084 30457 0 -1 1077944384 7815 13193 0 0 381 20 4 3 20 0 15 0 221584870 11341758464 133966 33554432000 4194304 4196468 140727047300144 139800523774352 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32141] ppid=32081 vsize=11075936 memory=535844 CPUtime=4.06 cores=0,2,4,6
/proc/32084/task/32141/stat : 32141 (java) S 32081 32084 30457 0 -1 1077944384 8020 13193 0 0 378 21 4 3 20 0 15 0 221584870 11341758464 133966 33554432000 4194304 4196468 140727047300144 139800522721552 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32142] ppid=32081 vsize=11075936 memory=4028 CPUtime=3.84 cores=0,2,4,6
/proc/32084/task/32142/stat : 32142 (java) S 32081 32084 30457 0 -1 1077944384 8392 13193 0 0 356 21 4 3 20 0 15 0 221584872 11341758464 133966 33554432000 4194304 4196468 140727047300144 139800080055152 139800655260290 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32143] ppid=32081 vsize=11075936 memory=535804 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32143/stat : 32143 (java) S 32081 32084 30457 0 -1 1077944384 15 13193 0 0 0 0 4 3 20 0 15 0 221584872 11341758464 133966 33554432000 4194304 4196468 140727047300144 139799373538976 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32144] ppid=32081 vsize=11075936 memory=535844 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32144/stat : 32144 (java) S 32081 32084 30457 0 -1 1077944384 50 13193 0 0 0 0 4 3 20 0 15 0 221584872 11341758464 133966 33554432000 4194304 4196468 140727047300144 139799306425728 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32145] ppid=32081 vsize=11075936 memory=535864 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32145/stat : 32145 (java) S 32081 32084 30457 0 -1 1077944384 3 13193 0 0 0 0 4 3 20 0 15 0 221584875 11341758464 133966 33554432000 4194304 4196468 140727047300144 139798999030096 139800655267739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32146] ppid=32081 vsize=11075936 memory=535864 CPUtime=3.36 cores=0,2,4,6
/proc/32084/task/32146/stat : 32146 (java) S 32081 32084 30457 0 -1 1077944384 19086 13193 0 0 327 2 4 3 20 0 15 0 221584875 11341758464 133966 33554432000 4194304 4196468 140727047300144 139800079001968 139800655260290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32147] ppid=32081 vsize=11075936 memory=535844 CPUtime=3.4 cores=0,2,4,6
/proc/32084/task/32147/stat : 32147 (java) S 32081 32084 30457 0 -1 1077944384 20831 13193 0 0 330 3 4 3 20 0 15 0 221584875 11341758464 133966 33554432000 4194304 4196468 140727047300144 139800077949168 139800655260290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32148] ppid=32081 vsize=11075936 memory=4028 CPUtime=1.67 cores=0,2,4,6
/proc/32084/task/32148/stat : 32148 (java) S 32081 32084 30457 0 -1 1077944384 26788 13193 0 0 157 3 4 3 20 0 15 0 221584875 11341758464 133966 33554432000 4194304 4196468 140727047300144 139800076896368 139800655260290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32149] ppid=32081 vsize=11075936 memory=535844 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32149/stat : 32149 (java) S 32081 32084 30457 0 -1 1077944384 3 13193 0 0 0 0 4 3 20 0 15 0 221584875 11341758464 133966 33554432000 4194304 4196468 140727047300144 139798568233184 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32150] ppid=32081 vsize=11075936 memory=535864 CPUtime=1.16 cores=0,2,4,6
/proc/32084/task/32150/stat : 32150 (java) S 32081 32084 30457 0 -1 1077944384 2339 13193 0 0 56 53 4 3 20 0 15 0 221584875 11341758464 133966 33554432000 4194304 4196468 140727047300144 139800075844784 139800655260290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
Current children cumulated CPU time: 2462.41 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 535864 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2499.7 s]
/proc/loadavg: 1.74 1.67 1.63 3/215 32485
/proc/meminfo: memFree=3188068/32770624 swapFree=67108860/67108860
[pid=32084] ppid=32081 vsize=11075936 memory=535936 CPUtime=2520.09 cores=0,2,4,6
/proc/32084/stat : 32084 (java) S 32081 32084 30457 0 -1 1077944320 185521 13193 0 0 251825 177 4 3 20 0 15 0 221584860 11341758464 133984 33554432000 4194304 4196468 140727047300144 140727047282688 139800655249143 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
/proc/32084/statm: 2768984 133984 3523 1 0 2730637 0
[pid=32084/tid=32137] ppid=32081 vsize=11075936 memory=535936 CPUtime=2490.43 cores=0,2,4,6
/proc/32084/task/32137/stat : 32137 (java) R 32081 32084 30457 0 -1 4202560 72288 13193 0 0 249006 30 4 3 20 0 15 0 221584869 11341758464 133984 33554432000 4194304 4196468 140727047300144 139800627082752 139800209329772 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32138] ppid=32081 vsize=11075936 memory=535936 CPUtime=4.16 cores=0,2,4,6
/proc/32084/task/32138/stat : 32138 (java) S 32081 32084 30457 0 -1 1077944384 7023 13193 0 0 386 23 4 3 20 0 15 0 221584870 11341758464 133984 33554432000 4194304 4196468 140727047300144 139800659491472 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32139] ppid=32081 vsize=11075936 memory=535936 CPUtime=4.13 cores=0,2,4,6
/proc/32084/task/32139/stat : 32139 (java) S 32081 32084 30457 0 -1 1077944384 10374 13193 0 0 382 24 4 3 20 0 15 0 221584870 11341758464 133984 33554432000 4194304 4196468 140727047300144 139800524827152 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32140] ppid=32081 vsize=11075936 memory=535936 CPUtime=4.17 cores=0,2,4,6
/proc/32084/task/32140/stat : 32140 (java) S 32081 32084 30457 0 -1 1077944384 7838 13193 0 0 390 20 4 3 20 0 15 0 221584870 11341758464 133984 33554432000 4194304 4196468 140727047300144 139800523774352 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32141] ppid=32081 vsize=11075936 memory=535936 CPUtime=4.16 cores=0,2,4,6
/proc/32084/task/32141/stat : 32141 (java) S 32081 32084 30457 0 -1 1077944384 8085 13193 0 0 387 22 4 3 20 0 15 0 221584870 11341758464 133984 33554432000 4194304 4196468 140727047300144 139800522721552 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32142] ppid=32081 vsize=11075936 memory=535844 CPUtime=3.94 cores=0,2,4,6
/proc/32084/task/32142/stat : 32142 (java) S 32081 32084 30457 0 -1 1077944384 8590 13193 0 0 365 22 4 3 20 0 15 0 221584872 11341758464 133984 33554432000 4194304 4196468 140727047300144 139800080055152 139800655260290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32143] ppid=32081 vsize=11075936 memory=535936 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32143/stat : 32143 (java) S 32081 32084 30457 0 -1 1077944384 15 13193 0 0 0 0 4 3 20 0 15 0 221584872 11341758464 133984 33554432000 4194304 4196468 140727047300144 139799373538976 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32144] ppid=32081 vsize=11075936 memory=6153433744107400293 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32144/stat : 32144 (java) S 32081 32084 30457 0 -1 1077944384 50 13193 0 0 0 0 4 3 20 0 15 0 221584872 11341758464 133984 33554432000 4194304 4196468 140727047300144 139799306425728 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32145] ppid=32081 vsize=11075936 memory=535936 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32145/stat : 32145 (java) S 32081 32084 30457 0 -1 1077944384 3 13193 0 0 0 0 4 3 20 0 15 0 221584875 11341758464 133984 33554432000 4194304 4196468 140727047300144 139798999030096 139800655267739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32146] ppid=32081 vsize=11075936 memory=535936 CPUtime=3.36 cores=0,2,4,6
/proc/32084/task/32146/stat : 32146 (java) S 32081 32084 30457 0 -1 1077944384 19086 13193 0 0 327 2 4 3 20 0 15 0 221584875 11341758464 133984 33554432000 4194304 4196468 140727047300144 139800079001968 139800655260290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32147] ppid=32081 vsize=11075936 memory=535936 CPUtime=3.4 cores=0,2,4,6
/proc/32084/task/32147/stat : 32147 (java) S 32081 32084 30457 0 -1 1077944384 20831 13193 0 0 330 3 4 3 20 0 15 0 221584875 11341758464 133984 33554432000 4194304 4196468 140727047300144 139800077949168 139800655260290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32148] ppid=32081 vsize=11075936 memory=792 CPUtime=1.67 cores=0,2,4,6
/proc/32084/task/32148/stat : 32148 (java) S 32081 32084 30457 0 -1 1077944384 26788 13193 0 0 157 3 4 3 20 0 15 0 221584875 11341758464 133984 33554432000 4194304 4196468 140727047300144 139800076896368 139800655260290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32149] ppid=32081 vsize=11075936 memory=535936 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32149/stat : 32149 (java) S 32081 32084 30457 0 -1 1077944384 3 13193 0 0 0 0 4 3 20 0 15 0 221584875 11341758464 133984 33554432000 4194304 4196468 140727047300144 139798568233184 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32150] ppid=32081 vsize=11075936 memory=535936 CPUtime=1.18 cores=0,2,4,6
/proc/32084/task/32150/stat : 32150 (java) S 32081 32084 30457 0 -1 1077944384 2354 13193 0 0 57 54 4 3 20 0 15 0 221584875 11341758464 133984 33554432000 4194304 4196468 140727047300144 139800075844784 139800655260290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 535936 KiB

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

[startup+2499.73 s]
# the end of solver process 32084 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.32 s, system=1.82085 s

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

[startup+2499.7 s]
/proc/loadavg: 1.74 1.67 1.63 3/215 32485
/proc/meminfo: memFree=3188068/32770624 swapFree=67108860/67108860
[pid=32084] ppid=32081 vsize=11075936 memory=535936 CPUtime=2520.09 cores=0,2,4,6
/proc/32084/stat : 32084 (java) S 32081 32084 30457 0 -1 1077944320 185521 13193 0 0 251825 177 4 3 20 0 15 0 221584860 11341758464 133984 33554432000 4194304 4196468 140727047300144 140727047282688 139800655249143 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
/proc/32084/statm: 2768984 133984 3523 1 0 2730637 0
[pid=32084/tid=32137] ppid=32081 vsize=11075936 memory=535936 CPUtime=2490.43 cores=0,2,4,6
/proc/32084/task/32137/stat : 32137 (java) R 32081 32084 30457 0 -1 4202560 72288 13193 0 0 249006 30 4 3 20 0 15 0 221584869 11341758464 133984 33554432000 4194304 4196468 140727047300144 139800627082752 139800209329772 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32138] ppid=32081 vsize=11075936 memory=535936 CPUtime=4.16 cores=0,2,4,6
/proc/32084/task/32138/stat : 32138 (java) S 32081 32084 30457 0 -1 1077944384 7023 13193 0 0 386 23 4 3 20 0 15 0 221584870 11341758464 133984 33554432000 4194304 4196468 140727047300144 139800659491472 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32139] ppid=32081 vsize=11075936 memory=535936 CPUtime=4.13 cores=0,2,4,6
/proc/32084/task/32139/stat : 32139 (java) S 32081 32084 30457 0 -1 1077944384 10374 13193 0 0 382 24 4 3 20 0 15 0 221584870 11341758464 133984 33554432000 4194304 4196468 140727047300144 139800524827152 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32140] ppid=32081 vsize=11075936 memory=535936 CPUtime=4.17 cores=0,2,4,6
/proc/32084/task/32140/stat : 32140 (java) S 32081 32084 30457 0 -1 1077944384 7838 13193 0 0 390 20 4 3 20 0 15 0 221584870 11341758464 133984 33554432000 4194304 4196468 140727047300144 139800523774352 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32141] ppid=32081 vsize=11075936 memory=535936 CPUtime=4.16 cores=0,2,4,6
/proc/32084/task/32141/stat : 32141 (java) S 32081 32084 30457 0 -1 1077944384 8085 13193 0 0 387 22 4 3 20 0 15 0 221584870 11341758464 133984 33554432000 4194304 4196468 140727047300144 139800522721552 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32142] ppid=32081 vsize=11075936 memory=535844 CPUtime=3.94 cores=0,2,4,6
/proc/32084/task/32142/stat : 32142 (java) S 32081 32084 30457 0 -1 1077944384 8590 13193 0 0 365 22 4 3 20 0 15 0 221584872 11341758464 133984 33554432000 4194304 4196468 140727047300144 139800080055152 139800655260290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32143] ppid=32081 vsize=11075936 memory=535936 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32143/stat : 32143 (java) S 32081 32084 30457 0 -1 1077944384 15 13193 0 0 0 0 4 3 20 0 15 0 221584872 11341758464 133984 33554432000 4194304 4196468 140727047300144 139799373538976 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32144] ppid=32081 vsize=11075936 memory=6153433744107400293 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32144/stat : 32144 (java) S 32081 32084 30457 0 -1 1077944384 50 13193 0 0 0 0 4 3 20 0 15 0 221584872 11341758464 133984 33554432000 4194304 4196468 140727047300144 139799306425728 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32145] ppid=32081 vsize=11075936 memory=535936 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32145/stat : 32145 (java) S 32081 32084 30457 0 -1 1077944384 3 13193 0 0 0 0 4 3 20 0 15 0 221584875 11341758464 133984 33554432000 4194304 4196468 140727047300144 139798999030096 139800655267739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32146] ppid=32081 vsize=11075936 memory=535936 CPUtime=3.36 cores=0,2,4,6
/proc/32084/task/32146/stat : 32146 (java) S 32081 32084 30457 0 -1 1077944384 19086 13193 0 0 327 2 4 3 20 0 15 0 221584875 11341758464 133984 33554432000 4194304 4196468 140727047300144 139800079001968 139800655260290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32147] ppid=32081 vsize=11075936 memory=535936 CPUtime=3.4 cores=0,2,4,6
/proc/32084/task/32147/stat : 32147 (java) S 32081 32084 30457 0 -1 1077944384 20831 13193 0 0 330 3 4 3 20 0 15 0 221584875 11341758464 133984 33554432000 4194304 4196468 140727047300144 139800077949168 139800655260290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32148] ppid=32081 vsize=11075936 memory=792 CPUtime=1.67 cores=0,2,4,6
/proc/32084/task/32148/stat : 32148 (java) S 32081 32084 30457 0 -1 1077944384 26788 13193 0 0 157 3 4 3 20 0 15 0 221584875 11341758464 133984 33554432000 4194304 4196468 140727047300144 139800076896368 139800655260290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32149] ppid=32081 vsize=11075936 memory=535936 CPUtime=0.07 cores=0,2,4,6
/proc/32084/task/32149/stat : 32149 (java) S 32081 32084 30457 0 -1 1077944384 3 13193 0 0 0 0 4 3 20 0 15 0 221584875 11341758464 133984 33554432000 4194304 4196468 140727047300144 139798568233184 139800655259349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
[pid=32084/tid=32150] ppid=32081 vsize=11075936 memory=535936 CPUtime=1.18 cores=0,2,4,6
/proc/32084/task/32150/stat : 32150 (java) S 32081 32084 30457 0 -1 1077944384 2354 13193 0 0 57 54 4 3 20 0 15 0 221584875 11341758464 133984 33554432000 4194304 4196468 140727047300144 139800075844784 139800655260290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29687808 140727047305828 140727047308636 140727047308636 140727047311311 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 535936 KiB

Child status: 143
Real time (s): 2499.73
CPU time (s): 2520.14
CPU user time (s): 2518.32
CPU system time (s): 1.82085
CPU usage (%): 100.817
Max. virtual memory (cumulated for all children) (KiB): 11078572
Max. memory (cumulated for all children) (KiB): 587640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.32
system time used= 1.82085
maximum resident set size= 589688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199781
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 140617
involuntary context switches= 5192


# summary of solver processes directly reported to runsolver:
#   pid: 32084
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2518.32
#   total CPU system time (s): 1.82085

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.6975 second user time and 22.392 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-12 04:16:57
IDJOB=4304852
IDBENCH=141027
IDSOLVER=2781
FILE ID=node151/4304852-1534040217
RUNJOBID= node151-1534037719-31471
PBS_JOBID= 21036969
Free space on /tmp= 40832 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-08_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304852-1534040217/watcher-4304852-1534040217 -o /tmp/evaluation-result-4304852-1534040217/solver-4304852-1534040217 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534037719-31471 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=444377117 -superng HOME/instance-4304852-1534040217.xml

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

MD5SUM BENCH= 097ee2ac2bfb45f3aedded97da1eabe0
RANDOM SEED=444377117

node151.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.87
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.87
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.87
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.87
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:         3651216 kB
MemAvailable:   31351180 kB
Buffers:          256964 kB
Cached:         27323992 kB
SwapCached:            0 kB
Active:         11364376 kB
Inactive:       16822028 kB
Active(anon):     554524 kB
Inactive(anon):   103316 kB
Active(file):   10809852 kB
Inactive(file): 16718712 kB
Unevictable:        7836 kB
Mlocked:            7836 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26560 kB
Writeback:             0 kB
AnonPages:        613668 kB
Mapped:            72504 kB
Shmem:             49800 kB
Slab:             628764 kB
SReclaimable:     599860 kB
SUnreclaim:        28904 kB
KernelStack:        3552 kB
PageTables:         6568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1763596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    518144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 40808 MiB
End job on node151 at 2018-08-12 04:58:37