Trace number 4294843

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 2502.26

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-10-11_c18.xml
MD5SUM6eb53458083bb5bfd537601a03885fcf
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints21
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":110}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":110}]
Minimum constraint arity10
Maximum constraint arity11
Distribution of constraint arities[{"arity":10,"count":11},{"arity":11,"count":10}]
Number of extensional constraints21
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":21}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294843-1532492876/watcher-4294843-1532492876 -o /tmp/evaluation-result-4294843-1532492876/solver-4294843-1532492876 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532466475-21334 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2032678211 HOME/instance-4294843-1532492876.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=27762, runsolver pid=27759

[startup+0.100161 s]*
/proc/loadavg: 1.63 1.59 1.50 3/207 27817
/proc/meminfo: memFree=14169436/32770624 swapFree=67108860/67108860
[pid=27762] ppid=27759 vsize=9972712 memory=16808 CPUtime=0.08 cores=0,2,4,6
/proc/27762/stat : 27762 (java) S 27759 27762 21303 0 -1 1077944320 4347 13201 0 0 1 0 5 2 20 0 6 0 66850832 10212057088 4202 33554432000 4194304 4196468 140731427259264 140731427241808 139781889240823 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
/proc/27762/statm: 2493178 4202 1934 1 0 2481616 0
[pid=27762/tid=27815] ppid=27759 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=0,2,4,6
/proc/27762/task/27815/stat : 27815 (java) R 27759 27762 21303 0 -1 4202560 2152 13201 0 0 1 0 5 2 20 0 6 0 66850842 10212057088 4202 33554432000 4194304 4196468 140731427259264 139781861077584 139781889262749 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27816] ppid=27759 vsize=9972712 memory=5793855789017967033 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27816/stat : 27816 (java) S 27759 27762 21303 0 -1 1077944384 1 13201 0 0 0 0 5 2 20 0 6 0 66850842 10212057088 4202 33554432000 4194304 4196468 140731427259264 139781893483408 139781889251029 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27817] ppid=27759 vsize=9972712 memory=140538008073856 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27817/stat : 27817 (java) S 27759 27762 21303 0 -1 1077944384 2 13201 0 0 0 0 5 2 20 0 6 0 66850842 10212057088 4202 33554432000 4194304 4196468 140731427259264 139781792373520 139781889251029 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27818] ppid=27759 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27818/stat : 27818 (java) S 27759 27762 21303 0 -1 1077944384 1 13201 0 0 0 0 5 2 20 0 6 0 66850842 10212057088 4202 33554432000 4194304 4196468 140731427259264 139781461634192 139781889251029 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27819] ppid=27759 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27819/stat : 27819 (java) S 27759 27762 21303 0 -1 1077944384 2 13201 0 0 0 0 5 2 20 0 6 0 66850842 10212057088 4202 33554432000 4194304 4196468 140731427259264 139781460581392 139781889251029 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16808 KiB

[startup+0.21026 s]*
/proc/loadavg: 1.63 1.59 1.50 3/218 27828
/proc/meminfo: memFree=14146404/32770624 swapFree=67108860/67108860
[pid=27762] ppid=27759 vsize=10818856 memory=42856 CPUtime=0.25 cores=0,2,4,6
/proc/27762/stat : 27762 (java) S 27759 27762 21303 0 -1 1077944320 8542 13201 0 0 17 1 5 2 20 0 15 0 66850832 11078508544 10714 33554432000 4194304 4196468 140731427259264 140731427241808 139781889240823 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
/proc/27762/statm: 2704714 10714 2970 1 0 2667149 0
[pid=27762/tid=27815] ppid=27759 vsize=10818856 memory=-8540663193526752614 CPUtime=0.18 cores=0,2,4,6
/proc/27762/task/27815/stat : 27815 (java) R 27759 27762 21303 0 -1 4202560 5089 13201 0 0 10 1 5 2 20 0 15 0 66850842 11078508544 10714 33554432000 4194304 4196468 140731427259264 139781861038480 139781872427649 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27816] ppid=27759 vsize=10818856 memory=4211974264212864394 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27816/stat : 27816 (java) S 27759 27762 21303 0 -1 1077944384 1 13201 0 0 0 0 5 2 20 0 15 0 66850842 11078508544 10714 33554432000 4194304 4196468 140731427259264 139781893483408 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27817] ppid=27759 vsize=10818856 memory=140538008073856 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27817/stat : 27817 (java) S 27759 27762 21303 0 -1 1077944384 2 13201 0 0 0 0 5 2 20 0 15 0 66850842 11078508544 10714 33554432000 4194304 4196468 140731427259264 139781792373520 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27818] ppid=27759 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27818/stat : 27818 (java) S 27759 27762 21303 0 -1 1077944384 1 13201 0 0 0 0 5 2 20 0 15 0 66850842 11078508544 10714 33554432000 4194304 4196468 140731427259264 139781461634192 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27819] ppid=27759 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27819/stat : 27819 (java) S 27759 27762 21303 0 -1 1077944384 2 13201 0 0 0 0 5 2 20 0 15 0 66850842 11078508544 10714 33554432000 4194304 4196468 140731427259264 139781460581392 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27820] ppid=27759 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27820/stat : 27820 (java) S 27759 27762 21303 0 -1 1077944384 2 13201 0 0 0 0 5 2 20 0 15 0 66850844 11078508544 10714 33554432000 4194304 4196468 140731427259264 139781348259952 139781889251970 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27821] ppid=27759 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27821/stat : 27821 (java) S 27759 27762 21303 0 -1 1077944384 13 13201 0 0 0 0 5 2 20 0 15 0 66850844 11078508544 10714 33554432000 4194304 4196468 140731427259264 139781254144800 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27822] ppid=27759 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27822/stat : 27822 (java) S 27759 27762 21303 0 -1 1077944384 1 13201 0 0 0 0 5 2 20 0 15 0 66850844 11078508544 10714 33554432000 4194304 4196468 140731427259264 139781119927408 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27823] ppid=27759 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27823/stat : 27823 (java) S 27759 27762 21303 0 -1 1077944384 3 13201 0 0 0 0 5 2 20 0 15 0 66850847 11078508544 10714 33554432000 4194304 4196468 140731427259264 139780409874512 139781889259419 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27824] ppid=27759 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27762/task/27824/stat : 27824 (java) S 27759 27762 21303 0 -1 1077944384 535 13201 0 0 1 0 5 2 20 0 15 0 66850847 11078508544 10714 33554432000 4194304 4196468 140731427259264 139781347207792 139781889251970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27825] ppid=27759 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27762/task/27825/stat : 27825 (java) S 27759 27762 21303 0 -1 1077944384 69 13201 0 0 1 0 5 2 20 0 15 0 66850847 11078508544 10714 33554432000 4194304 4196468 140731427259264 139781346154992 139781889251970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27826] ppid=27759 vsize=10818856 memory=140538008073856 CPUtime=0.1 cores=0,2,4,6
/proc/27762/task/27826/stat : 27826 (java) S 27759 27762 21303 0 -1 1077944384 627 13201 0 0 3 0 5 2 20 0 15 0 66850847 11078508544 10714 33554432000 4194304 4196468 140731427259264 139781345102704 139781889251970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27827] ppid=27759 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27827/stat : 27827 (java) S 27759 27762 21303 0 -1 1077944384 3 13201 0 0 0 0 5 2 20 0 15 0 66850847 11078508544 10714 33554432000 4194304 4196468 140731427259264 139780376316896 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27828] ppid=27759 vsize=10818856 memory=140538008073856 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27828/stat : 27828 (java) S 27759 27762 21303 0 -1 1077944384 1 13201 0 0 0 0 5 2 20 0 15 0 66850848 11078508544 10714 33554432000 4194304 4196468 140731427259264 139781344049584 139781889251970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 42856 KiB

[startup+0.310727 s]*
/proc/loadavg: 1.63 1.59 1.50 3/218 27828
/proc/meminfo: memFree=14135488/32770624 swapFree=67108860/67108860
[pid=27762] ppid=27759 vsize=10819352 memory=54196 CPUtime=0.38 cores=0,2,4,6
/proc/27762/stat : 27762 (java) S 27759 27762 21303 0 -1 1077944320 10562 13201 0 0 29 2 5 2 20 0 15 0 66850832 11079016448 13549 33554432000 4194304 4196468 140731427259264 140731427241808 139781889240823 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
/proc/27762/statm: 2704838 13549 3101 1 0 2667149 0
[pid=27762/tid=27815] ppid=27759 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/27762/task/27815/stat : 27815 (java) R 27759 27762 21303 0 -1 4202560 7103 13201 0 0 19 2 5 2 20 0 15 0 66850842 11079016448 13549 33554432000 4194304 4196468 140731427259264 139781861052832 139781870804383 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27816] ppid=27759 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27816/stat : 27816 (java) S 27759 27762 21303 0 -1 1077944384 1 13201 0 0 0 0 5 2 20 0 15 0 66850842 11079016448 13549 33554432000 4194304 4196468 140731427259264 139781893483408 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27817] ppid=27759 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27817/stat : 27817 (java) S 27759 27762 21303 0 -1 1077944384 2 13201 0 0 0 0 5 2 20 0 15 0 66850842 11079016448 13549 33554432000 4194304 4196468 140731427259264 139781792373520 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27818] ppid=27759 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27818/stat : 27818 (java) S 27759 27762 21303 0 -1 1077944384 1 13201 0 0 0 0 5 2 20 0 15 0 66850842 11079016448 13549 33554432000 4194304 4196468 140731427259264 139781461634192 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27819] ppid=27759 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27819/stat : 27819 (java) S 27759 27762 21303 0 -1 1077944384 2 13201 0 0 0 0 5 2 20 0 15 0 66850842 11079016448 13549 33554432000 4194304 4196468 140731427259264 139781460581392 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27820] ppid=27759 vsize=10819352 memory=140538008073855 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27820/stat : 27820 (java) S 27759 27762 21303 0 -1 1077944384 2 13201 0 0 0 0 5 2 20 0 15 0 66850844 11079016448 13549 33554432000 4194304 4196468 140731427259264 139781348259952 139781889251970 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27821] ppid=27759 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27821/stat : 27821 (java) S 27759 27762 21303 0 -1 1077944384 13 13201 0 0 0 0 5 2 20 0 15 0 66850844 11079016448 13549 33554432000 4194304 4196468 140731427259264 139781254144800 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27822] ppid=27759 vsize=10819352 memory=140538008073856 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27822/stat : 27822 (java) S 27759 27762 21303 0 -1 1077944384 1 13201 0 0 0 0 5 2 20 0 15 0 66850844 11079016448 13549 33554432000 4194304 4196468 140731427259264 139781119927408 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27823] ppid=27759 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27823/stat : 27823 (java) S 27759 27762 21303 0 -1 1077944384 3 13201 0 0 0 0 5 2 20 0 15 0 66850847 11079016448 13549 33554432000 4194304 4196468 140731427259264 139780409874512 139781889259419 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27824] ppid=27759 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27762/task/27824/stat : 27824 (java) S 27759 27762 21303 0 -1 1077944384 535 13201 0 0 1 0 5 2 20 0 15 0 66850847 11079016448 13549 33554432000 4194304 4196468 140731427259264 139781347207792 139781889251970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27825] ppid=27759 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27762/task/27825/stat : 27825 (java) S 27759 27762 21303 0 -1 1077944384 70 13201 0 0 1 0 5 2 20 0 15 0 66850847 11079016448 13549 33554432000 4194304 4196468 140731427259264 139781346154992 139781889251970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27826] ppid=27759 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/27762/task/27826/stat : 27826 (java) S 27759 27762 21303 0 -1 1077944384 632 13201 0 0 5 0 5 2 20 0 15 0 66850847 11079016448 13549 33554432000 4194304 4196468 140731427259264 139781345102704 139781889251970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27827] ppid=27759 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27827/stat : 27827 (java) S 27759 27762 21303 0 -1 1077944384 3 13201 0 0 0 0 5 2 20 0 15 0 66850847 11079016448 13549 33554432000 4194304 4196468 140731427259264 139780376316896 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27828] ppid=27759 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27828/stat : 27828 (java) S 27759 27762 21303 0 -1 1077944384 1 13201 0 0 0 0 5 2 20 0 15 0 66850848 11079016448 13549 33554432000 4194304 4196468 140731427259264 139781344049584 139781889251970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54196 KiB

[startup+0.700809 s]
/proc/loadavg: 1.66 1.59 1.50 4/218 27828
/proc/meminfo: memFree=14123940/32770624 swapFree=67108860/67108860
[pid=27762] ppid=27759 vsize=10819352 memory=86832 CPUtime=0.99 cores=0,2,4,6
/proc/27762/stat : 27762 (java) S 27759 27762 21303 0 -1 1077944320 16849 13201 0 0 88 4 5 2 20 0 15 0 66850832 11079016448 21708 33554432000 4194304 4196468 140731427259264 140731427241808 139781889240823 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
/proc/27762/statm: 2704838 21708 3237 1 0 2667149 0
[pid=27762/tid=27815] ppid=27759 vsize=10819352 memory=20296 CPUtime=0.66 cores=0,2,4,6
/proc/27762/task/27815/stat : 27815 (java) R 27759 27762 21303 0 -1 4202560 12411 13201 0 0 56 3 5 2 20 0 15 0 66850842 11079016448 21708 33554432000 4194304 4196468 140731427259264 139781861061648 139781872427649 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27816] ppid=27759 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27816/stat : 27816 (java) S 27759 27762 21303 0 -1 1077944384 1 13201 0 0 0 0 5 2 20 0 15 0 66850842 11079016448 21708 33554432000 4194304 4196468 140731427259264 139781893483408 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27817] ppid=27759 vsize=10819352 memory=288230587427469581 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27817/stat : 27817 (java) S 27759 27762 21303 0 -1 1077944384 2 13201 0 0 0 0 5 2 20 0 15 0 66850842 11079016448 21708 33554432000 4194304 4196468 140731427259264 139781792373520 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27818] ppid=27759 vsize=10819352 memory=15816694631256675 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27818/stat : 27818 (java) S 27759 27762 21303 0 -1 1077944384 1 13201 0 0 0 0 5 2 20 0 15 0 66850842 11079016448 21708 33554432000 4194304 4196468 140731427259264 139781461634192 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27819] ppid=27759 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27819/stat : 27819 (java) S 27759 27762 21303 0 -1 1077944384 2 13201 0 0 0 0 5 2 20 0 15 0 66850842 11079016448 21708 33554432000 4194304 4196468 140731427259264 139781460581392 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27820] ppid=27759 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27820/stat : 27820 (java) S 27759 27762 21303 0 -1 1077944384 5 13201 0 0 0 0 5 2 20 0 15 0 66850844 11079016448 21708 33554432000 4194304 4196468 140731427259264 139781348259952 139781889251970 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27821] ppid=27759 vsize=10819352 memory=140537906897504 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27821/stat : 27821 (java) S 27759 27762 21303 0 -1 1077944384 13 13201 0 0 0 0 5 2 20 0 15 0 66850844 11079016448 21708 33554432000 4194304 4196468 140731427259264 139781254144800 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27822] ppid=27759 vsize=10819352 memory=140539919860848 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27822/stat : 27822 (java) S 27759 27762 21303 0 -1 1077944384 1 13201 0 0 0 0 5 2 20 0 15 0 66850844 11079016448 21708 33554432000 4194304 4196468 140731427259264 139781119927408 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27823] ppid=27759 vsize=10819352 memory=2340 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27823/stat : 27823 (java) S 27759 27762 21303 0 -1 1077944384 3 13201 0 0 0 0 5 2 20 0 15 0 66850847 11079016448 21708 33554432000 4194304 4196468 140731427259264 139780409874512 139781889259419 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27824] ppid=27759 vsize=10819352 memory=6153431502485414241 CPUtime=0.14 cores=0,2,4,6
/proc/27762/task/27824/stat : 27824 (java) S 27759 27762 21303 0 -1 1077944384 818 13201 0 0 7 0 5 2 20 0 15 0 66850847 11079016448 21708 33554432000 4194304 4196468 140731427259264 139781347207792 139781889251970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27825] ppid=27759 vsize=10819352 memory=7881696724453321575 CPUtime=0.16 cores=0,2,4,6
/proc/27762/task/27825/stat : 27825 (java) S 27759 27762 21303 0 -1 1077944384 696 13201 0 0 9 0 5 2 20 0 15 0 66850847 11079016448 21708 33554432000 4194304 4196468 140731427259264 139781346154992 139781889251970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27826] ppid=27759 vsize=10819352 memory=6154538792250073449 CPUtime=0.2 cores=0,2,4,6
/proc/27762/task/27826/stat : 27826 (java) S 27759 27762 21303 0 -1 1077944384 699 13201 0 0 13 0 5 2 20 0 15 0 66850847 11079016448 21708 33554432000 4194304 4196468 140731427259264 139781345102704 139781889251970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27827] ppid=27759 vsize=10819352 memory=8514726395715218844 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27827/stat : 27827 (java) S 27759 27762 21303 0 -1 1077944384 3 13201 0 0 0 0 5 2 20 0 15 0 66850847 11079016448 21708 33554432000 4194304 4196468 140731427259264 139780376316896 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27828] ppid=27759 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27828/stat : 27828 (java) S 27759 27762 21303 0 -1 1077944384 1 13201 0 0 0 0 5 2 20 0 15 0 66850848 11079016448 21708 33554432000 4194304 4196468 140731427259264 139781344049584 139781889251970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86832 KiB

[startup+1.50933 s]
/proc/loadavg: 1.66 1.59 1.50 4/218 27828
/proc/meminfo: memFree=14076552/32770624 swapFree=67108860/67108860
[pid=27762] ppid=27759 vsize=10828108 memory=279868 CPUtime=2.75 cores=0,2,4,6
/proc/27762/stat : 27762 (java) S 27759 27762 21303 0 -1 1077944320 22018 13201 0 0 254 14 5 2 20 0 15 0 66850832 11087982592 69967 33554432000 4194304 4196468 140731427259264 140731427241808 139781889240823 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
/proc/27762/statm: 2707027 69967 3468 1 0 2668685 0
[pid=27762/tid=27815] ppid=27759 vsize=10828108 memory=7161096564465754710 CPUtime=1.42 cores=0,2,4,6
/proc/27762/task/27815/stat : 27815 (java) S 27759 27762 21303 0 -1 1077944384 15030 13201 0 0 129 6 5 2 20 0 15 0 66850842 11087982592 69967 33554432000 4194304 4196468 140731427259264 139781861074960 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27816] ppid=27759 vsize=10828108 memory=6442796673573607522 CPUtime=0.09 cores=0,2,4,6
/proc/27762/task/27816/stat : 27816 (java) R 27759 27762 21303 0 -1 4202560 67 13201 0 0 1 1 5 2 20 0 15 0 66850842 11087982592 69967 33554432000 4194304 4196468 140731427259264 139781893483408 139781874268242 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27817] ppid=27759 vsize=10828108 memory=8099270215543974248 CPUtime=0.09 cores=0,2,4,6
/proc/27762/task/27817/stat : 27817 (java) R 27759 27762 21303 0 -1 4202560 457 13201 0 0 1 1 5 2 20 0 15 0 66850842 11087982592 69967 33554432000 4194304 4196468 140731427259264 139781792373720 139781874268242 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27818] ppid=27759 vsize=10828108 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/27762/task/27818/stat : 27818 (java) R 27759 27762 21303 0 -1 4202560 156 13201 0 0 1 1 5 2 20 0 15 0 66850842 11087982592 69967 33554432000 4194304 4196468 140731427259264 139781461634192 139781874262944 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27819] ppid=27759 vsize=10828108 memory=260023896842955 CPUtime=0.09 cores=0,2,4,6
/proc/27762/task/27819/stat : 27819 (java) R 27759 27762 21303 0 -1 4202560 59 13201 0 0 1 1 5 2 20 0 15 0 66850842 11087982592 69967 33554432000 4194304 4196468 140731427259264 139781460581392 139781874268242 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27820] ppid=27759 vsize=10828108 memory=3843371840305377312 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27820/stat : 27820 (java) S 27759 27762 21303 0 -1 1077944384 94 13201 0 0 0 0 5 2 20 0 15 0 66850844 11087982592 69967 33554432000 4194304 4196468 140731427259264 139781348258464 139781889251029 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27821] ppid=27759 vsize=10828108 memory=4638778419807998288 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27821/stat : 27821 (java) S 27759 27762 21303 0 -1 1077944384 14 13201 0 0 0 0 5 2 20 0 15 0 66850844 11087982592 69967 33554432000 4194304 4196468 140731427259264 139781254144800 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27822] ppid=27759 vsize=10828108 memory=6935650355271196736 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27822/stat : 27822 (java) S 27759 27762 21303 0 -1 1077944384 2 13201 0 0 0 0 5 2 20 0 15 0 66850844 11087982592 69967 33554432000 4194304 4196468 140731427259264 139781119927408 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27823] ppid=27759 vsize=10828108 memory=281075813187824 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27823/stat : 27823 (java) S 27759 27762 21303 0 -1 1077944384 3 13201 0 0 0 0 5 2 20 0 15 0 66850847 11087982592 69967 33554432000 4194304 4196468 140731427259264 139780409874512 139781889259419 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27824] ppid=27759 vsize=10828108 memory=6935649255759570240 CPUtime=0.48 cores=0,2,4,6
/proc/27762/task/27824/stat : 27824 (java) S 27759 27762 21303 0 -1 1077944384 1508 13201 0 0 41 0 5 2 20 0 15 0 66850847 11087982592 69967 33554432000 4194304 4196468 140731427259264 139781347192784 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27825] ppid=27759 vsize=10828108 memory=-6364531335251520099 CPUtime=0.47 cores=0,2,4,6
/proc/27762/task/27825/stat : 27825 (java) S 27759 27762 21303 0 -1 1077944384 1106 13201 0 0 40 0 5 2 20 0 15 0 66850847 11087982592 69967 33554432000 4194304 4196468 140731427259264 139781346143072 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27826] ppid=27759 vsize=10828108 memory=6656426216303648864 CPUtime=0.42 cores=0,2,4,6
/proc/27762/task/27826/stat : 27826 (java) S 27759 27762 21303 0 -1 1077944384 1325 13201 0 0 35 0 5 2 20 0 15 0 66850847 11087982592 69967 33554432000 4194304 4196468 140731427259264 139781345102704 139781889251970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27827] ppid=27759 vsize=10828108 memory=6944656592455360604 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27827/stat : 27827 (java) S 27759 27762 21303 0 -1 1077944384 3 13201 0 0 0 0 5 2 20 0 15 0 66850847 11087982592 69967 33554432000 4194304 4196468 140731427259264 139780376316896 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27828] ppid=27759 vsize=10828108 memory=6655300316396806240 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27828/stat : 27828 (java) S 27759 27762 21303 0 -1 1077944384 1 13201 0 0 0 0 5 2 20 0 15 0 66850848 11087982592 69967 33554432000 4194304 4196468 140731427259264 139781344049584 139781889251970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 10828108 KiB

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

/proc/27762/task/27815/stat : 27815 (java) R 27759 27762 21303 0 -1 4202560 127170 13201 0 0 231557 49 5 2 20 0 15 0 66850842 11176083456 488018 33554432000 4194304 4196468 140731427259264 139781861070576 139781475681742 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27816] ppid=27759 vsize=10914144 memory=1952060 CPUtime=2.55 cores=0,2,4,6
/proc/27762/task/27816/stat : 27816 (java) S 27759 27762 21303 0 -1 1077944384 33705 13201 0 0 225 23 5 2 20 0 15 0 66850842 11176083456 488018 33554432000 4194304 4196468 140731427259264 139781893483408 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27817] ppid=27759 vsize=10914144 memory=1952060 CPUtime=2.57 cores=0,2,4,6
/proc/27762/task/27817/stat : 27817 (java) S 27759 27762 21303 0 -1 1077944384 32194 13201 0 0 228 22 5 2 20 0 15 0 66850842 11176083456 488018 33554432000 4194304 4196468 140731427259264 139781792373520 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27818] ppid=27759 vsize=10914144 memory=1952060 CPUtime=2.55 cores=0,2,4,6
/proc/27762/task/27818/stat : 27818 (java) S 27759 27762 21303 0 -1 1077944384 28144 13201 0 0 224 24 5 2 20 0 15 0 66850842 11176083456 488018 33554432000 4194304 4196468 140731427259264 139781461634192 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27819] ppid=27759 vsize=10914144 memory=164 CPUtime=2.57 cores=0,2,4,6
/proc/27762/task/27819/stat : 27819 (java) S 27759 27762 21303 0 -1 1077944384 29436 13201 0 0 226 24 5 2 20 0 15 0 66850842 11176083456 488018 33554432000 4194304 4196468 140731427259264 139781460581392 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27820] ppid=27759 vsize=10914144 memory=1952060 CPUtime=2.25 cores=0,2,4,6
/proc/27762/task/27820/stat : 27820 (java) S 27759 27762 21303 0 -1 1077944384 24979 13201 0 0 204 14 5 2 20 0 15 0 66850844 11176083456 488018 33554432000 4194304 4196468 140731427259264 139781348259952 139781889251970 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27821] ppid=27759 vsize=10914144 memory=1952072 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27821/stat : 27821 (java) S 27759 27762 21303 0 -1 1077944384 23 13201 0 0 0 0 5 2 20 0 15 0 66850844 11176083456 488018 33554432000 4194304 4196468 140731427259264 139781254144928 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27822] ppid=27759 vsize=10914144 memory=1952068 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27822/stat : 27822 (java) S 27759 27762 21303 0 -1 1077944384 17 13201 0 0 0 0 5 2 20 0 15 0 66850844 11176083456 488018 33554432000 4194304 4196468 140731427259264 139781119927424 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27823] ppid=27759 vsize=10914144 memory=1696 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27823/stat : 27823 (java) S 27759 27762 21303 0 -1 1077944384 3 13201 0 0 0 0 5 2 20 0 15 0 66850847 11176083456 488018 33554432000 4194304 4196468 140731427259264 139780409874512 139781889259419 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27824] ppid=27759 vsize=10914144 memory=1952060 CPUtime=4 cores=0,2,4,6
/proc/27762/task/27824/stat : 27824 (java) S 27759 27762 21303 0 -1 1077944384 44850 13201 0 0 388 5 5 2 20 0 15 0 66850847 11176083456 488018 33554432000 4194304 4196468 140731427259264 139781347207792 139781889251970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27825] ppid=27759 vsize=10914144 memory=1952060 CPUtime=4.07 cores=0,2,4,6
/proc/27762/task/27825/stat : 27825 (java) S 27759 27762 21303 0 -1 1077944384 43692 13201 0 0 397 3 5 2 20 0 15 0 66850847 11176083456 488018 33554432000 4194304 4196468 140731427259264 139781346154992 139781889251970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27826] ppid=27759 vsize=10914144 memory=1952060 CPUtime=1.76 cores=0,2,4,6
/proc/27762/task/27826/stat : 27826 (java) S 27759 27762 21303 0 -1 1077944384 28706 13201 0 0 165 4 5 2 20 0 15 0 66850847 11176083456 488018 33554432000 4194304 4196468 140731427259264 139781345102704 139781889251970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27827] ppid=27759 vsize=10914144 memory=1952068 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27827/stat : 27827 (java) S 27759 27762 21303 0 -1 1077944384 3 13201 0 0 0 0 5 2 20 0 15 0 66850847 11176083456 488018 33554432000 4194304 4196468 140731427259264 139780376316896 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27828] ppid=27759 vsize=10914144 memory=1296 CPUtime=1.5 cores=0,2,4,6
/proc/27762/task/27828/stat : 27828 (java) S 27759 27762 21303 0 -1 1077944384 2293 13201 0 0 72 71 5 2 20 0 15 0 66850848 11176083456 488018 33554432000 4194304 4196468 140731427259264 139781344049584 139781889251970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 65 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
Current children cumulated CPU time: 2339.41 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1952072 KiB

[startup+2382.3 s]
/proc/loadavg: 1.60 1.44 1.42 3/219 28056
/proc/meminfo: memFree=12628040/32770624 swapFree=67108860/67108860
[pid=27762] ppid=27759 vsize=10914144 memory=1952104 CPUtime=2399.65 cores=0,2,4,6
/proc/27762/stat : 27762 (java) S 27759 27762 21303 0 -1 1077944320 403070 13201 0 0 239750 208 5 2 20 0 15 0 66850832 11176083456 488026 33554432000 4194304 4196468 140731427259264 140731427241808 139781889240823 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
/proc/27762/statm: 2728536 488026 3521 1 0 2690189 0
[pid=27762/tid=27815] ppid=27759 vsize=10914144 memory=1952104 CPUtime=2375.94 cores=0,2,4,6
/proc/27762/task/27815/stat : 27815 (java) R 27759 27762 21303 0 -1 4202560 128525 13201 0 0 237538 49 5 2 20 0 15 0 66850842 11176083456 488026 33554432000 4194304 4196468 140731427259264 139781861070848 139781475682341 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27816] ppid=27759 vsize=10914144 memory=792 CPUtime=2.62 cores=0,2,4,6
/proc/27762/task/27816/stat : 27816 (java) S 27759 27762 21303 0 -1 1077944384 35958 13201 0 0 232 23 5 2 20 0 15 0 66850842 11176083456 488026 33554432000 4194304 4196468 140731427259264 139781893483408 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27817] ppid=27759 vsize=10914144 memory=1228 CPUtime=2.65 cores=0,2,4,6
/proc/27762/task/27817/stat : 27817 (java) S 27759 27762 21303 0 -1 1077944384 32819 13201 0 0 235 23 5 2 20 0 15 0 66850842 11176083456 488026 33554432000 4194304 4196468 140731427259264 139781792373520 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27818] ppid=27759 vsize=10914144 memory=1952088 CPUtime=2.63 cores=0,2,4,6
/proc/27762/task/27818/stat : 27818 (java) S 27759 27762 21303 0 -1 1077944384 28236 13201 0 0 232 24 5 2 20 0 15 0 66850842 11176083456 488026 33554432000 4194304 4196468 140731427259264 139781461634192 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27819] ppid=27759 vsize=10914144 memory=1952088 CPUtime=2.64 cores=0,2,4,6
/proc/27762/task/27819/stat : 27819 (java) S 27759 27762 21303 0 -1 1077944384 30051 13201 0 0 233 24 5 2 20 0 15 0 66850842 11176083456 488026 33554432000 4194304 4196468 140731427259264 139781460581392 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27820] ppid=27759 vsize=10914144 memory=1952088 CPUtime=2.32 cores=0,2,4,6
/proc/27762/task/27820/stat : 27820 (java) S 27759 27762 21303 0 -1 1077944384 25641 13201 0 0 211 14 5 2 20 0 15 0 66850844 11176083456 488026 33554432000 4194304 4196468 140731427259264 139781348259952 139781889251970 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27821] ppid=27759 vsize=10914144 memory=1952088 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27821/stat : 27821 (java) S 27759 27762 21303 0 -1 1077944384 23 13201 0 0 0 0 5 2 20 0 15 0 66850844 11176083456 488026 33554432000 4194304 4196468 140731427259264 139781254144928 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27822] ppid=27759 vsize=10914144 memory=1952088 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27822/stat : 27822 (java) S 27759 27762 21303 0 -1 1077944384 17 13201 0 0 0 0 5 2 20 0 15 0 66850844 11176083456 488026 33554432000 4194304 4196468 140731427259264 139781119927424 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27823] ppid=27759 vsize=10914144 memory=1948 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27823/stat : 27823 (java) S 27759 27762 21303 0 -1 1077944384 3 13201 0 0 0 0 5 2 20 0 15 0 66850847 11176083456 488026 33554432000 4194304 4196468 140731427259264 139780409874512 139781889259419 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27824] ppid=27759 vsize=10914144 memory=1696 CPUtime=4 cores=0,2,4,6
/proc/27762/task/27824/stat : 27824 (java) S 27759 27762 21303 0 -1 1077944384 44856 13201 0 0 388 5 5 2 20 0 15 0 66850847 11176083456 488026 33554432000 4194304 4196468 140731427259264 139781347207792 139781889251970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27825] ppid=27759 vsize=10914144 memory=8544 CPUtime=4.07 cores=0,2,4,6
/proc/27762/task/27825/stat : 27825 (java) S 27759 27762 21303 0 -1 1077944384 43696 13201 0 0 397 3 5 2 20 0 15 0 66850847 11176083456 488026 33554432000 4194304 4196468 140731427259264 139781346154992 139781889251970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27826] ppid=27759 vsize=10914144 memory=1952088 CPUtime=1.76 cores=0,2,4,6
/proc/27762/task/27826/stat : 27826 (java) S 27759 27762 21303 0 -1 1077944384 28712 13201 0 0 165 4 5 2 20 0 15 0 66850847 11176083456 488026 33554432000 4194304 4196468 140731427259264 139781345102704 139781889251970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27827] ppid=27759 vsize=10914144 memory=1952088 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27827/stat : 27827 (java) S 27759 27762 21303 0 -1 1077944384 3 13201 0 0 0 0 5 2 20 0 15 0 66850847 11176083456 488026 33554432000 4194304 4196468 140731427259264 139780376316896 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27828] ppid=27759 vsize=10914144 memory=3828 CPUtime=1.54 cores=0,2,4,6
/proc/27762/task/27828/stat : 27828 (java) S 27759 27762 21303 0 -1 1077944384 2337 13201 0 0 74 73 5 2 20 0 15 0 66850848 11176083456 488026 33554432000 4194304 4196468 140731427259264 139781344049584 139781889251970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 65 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
Current children cumulated CPU time: 2399.65 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1952104 KiB

[startup+2442.3 s]
/proc/loadavg: 1.66 1.48 1.44 3/219 28057
/proc/meminfo: memFree=12067296/32770624 swapFree=67108860/67108860
[pid=27762] ppid=27759 vsize=10914144 memory=1952128 CPUtime=2459.89 cores=0,2,4,6
/proc/27762/stat : 27762 (java) S 27759 27762 21303 0 -1 1077944320 407391 13201 0 0 245772 210 5 2 20 0 15 0 66850832 11176083456 488032 33554432000 4194304 4196468 140731427259264 140731427241808 139781889240823 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
/proc/27762/statm: 2728536 488032 3521 1 0 2690189 0
[pid=27762/tid=27815] ppid=27759 vsize=10914144 memory=1952128 CPUtime=2435.79 cores=0,2,4,6
/proc/27762/task/27815/stat : 27815 (java) R 27759 27762 21303 0 -1 4202560 129697 13201 0 0 243522 50 5 2 20 0 15 0 66850842 11176083456 488032 33554432000 4194304 4196468 140731427259264 139781861069648 139781475681648 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27816] ppid=27759 vsize=10914144 memory=1952116 CPUtime=2.7 cores=0,2,4,6
/proc/27762/task/27816/stat : 27816 (java) S 27759 27762 21303 0 -1 1077944384 36557 13201 0 0 239 24 5 2 20 0 15 0 66850842 11176083456 488032 33554432000 4194304 4196468 140731427259264 139781893483408 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27817] ppid=27759 vsize=10914144 memory=1952116 CPUtime=2.72 cores=0,2,4,6
/proc/27762/task/27817/stat : 27817 (java) S 27759 27762 21303 0 -1 1077944384 32979 13201 0 0 242 23 5 2 20 0 15 0 66850842 11176083456 488032 33554432000 4194304 4196468 140731427259264 139781792373520 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27818] ppid=27759 vsize=10914144 memory=1952128 CPUtime=2.7 cores=0,2,4,6
/proc/27762/task/27818/stat : 27818 (java) S 27759 27762 21303 0 -1 1077944384 29376 13201 0 0 238 25 5 2 20 0 15 0 66850842 11176083456 488032 33554432000 4194304 4196468 140731427259264 139781461634192 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27819] ppid=27759 vsize=10914144 memory=1952128 CPUtime=2.71 cores=0,2,4,6
/proc/27762/task/27819/stat : 27819 (java) S 27759 27762 21303 0 -1 1077944384 30599 13201 0 0 240 24 5 2 20 0 15 0 66850842 11176083456 488032 33554432000 4194304 4196468 140731427259264 139781460581392 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27820] ppid=27759 vsize=10914144 memory=1952128 CPUtime=2.38 cores=0,2,4,6
/proc/27762/task/27820/stat : 27820 (java) S 27759 27762 21303 0 -1 1077944384 26285 13201 0 0 217 14 5 2 20 0 15 0 66850844 11176083456 488032 33554432000 4194304 4196468 140731427259264 139781348259952 139781889251970 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27821] ppid=27759 vsize=10914144 memory=1952128 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27821/stat : 27821 (java) S 27759 27762 21303 0 -1 1077944384 23 13201 0 0 0 0 5 2 20 0 15 0 66850844 11176083456 488032 33554432000 4194304 4196468 140731427259264 139781254144928 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27822] ppid=27759 vsize=10914144 memory=1952128 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27822/stat : 27822 (java) S 27759 27762 21303 0 -1 1077944384 17 13201 0 0 0 0 5 2 20 0 15 0 66850844 11176083456 488032 33554432000 4194304 4196468 140731427259264 139781119927424 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27823] ppid=27759 vsize=10914144 memory=1952128 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27823/stat : 27823 (java) S 27759 27762 21303 0 -1 1077944384 3 13201 0 0 0 0 5 2 20 0 15 0 66850847 11176083456 488032 33554432000 4194304 4196468 140731427259264 139780409874512 139781889259419 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27824] ppid=27759 vsize=10914144 memory=1952128 CPUtime=4 cores=0,2,4,6
/proc/27762/task/27824/stat : 27824 (java) S 27759 27762 21303 0 -1 1077944384 44862 13201 0 0 388 5 5 2 20 0 15 0 66850847 11176083456 488032 33554432000 4194304 4196468 140731427259264 139781347207792 139781889251970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27825] ppid=27759 vsize=10914144 memory=1952128 CPUtime=4.07 cores=0,2,4,6
/proc/27762/task/27825/stat : 27825 (java) S 27759 27762 21303 0 -1 1077944384 43700 13201 0 0 397 3 5 2 20 0 15 0 66850847 11176083456 488032 33554432000 4194304 4196468 140731427259264 139781346154992 139781889251970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27826] ppid=27759 vsize=10914144 memory=1952128 CPUtime=1.76 cores=0,2,4,6
/proc/27762/task/27826/stat : 27826 (java) S 27759 27762 21303 0 -1 1077944384 28718 13201 0 0 165 4 5 2 20 0 15 0 66850847 11176083456 488032 33554432000 4194304 4196468 140731427259264 139781345102704 139781889251970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27827] ppid=27759 vsize=10914144 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27827/stat : 27827 (java) S 27759 27762 21303 0 -1 1077944384 3 13201 0 0 0 0 5 2 20 0 15 0 66850847 11176083456 488032 33554432000 4194304 4196468 140731427259264 139780376316896 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27828] ppid=27759 vsize=10914144 memory=288230596050944315 CPUtime=1.58 cores=0,2,4,6
/proc/27762/task/27828/stat : 27828 (java) S 27759 27762 21303 0 -1 1077944384 2379 13201 0 0 77 74 5 2 20 0 15 0 66850848 11176083456 488032 33554432000 4194304 4196468 140731427259264 139781344049584 139781889251970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 65 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
Current children cumulated CPU time: 2459.89 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1952128 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2502.2 s]
/proc/loadavg: 1.49 1.47 1.43 3/219 28058
/proc/meminfo: memFree=11832952/32770624 swapFree=67108860/67108860
[pid=27762] ppid=27759 vsize=10914144 memory=1952160 CPUtime=2520.02 cores=0,2,4,6
/proc/27762/stat : 27762 (java) S 27759 27762 21303 0 -1 1077944320 413034 13201 0 0 251782 213 5 2 20 0 15 0 66850832 11176083456 488040 33554432000 4194304 4196468 140731427259264 140731427241808 139781889240823 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
/proc/27762/statm: 2728536 488040 3521 1 0 2690189 0
[pid=27762/tid=27815] ppid=27759 vsize=10914144 memory=6791534058613427641 CPUtime=2495.51 cores=0,2,4,6
/proc/27762/task/27815/stat : 27815 (java) R 27759 27762 21303 0 -1 4202560 131022 13201 0 0 249494 50 5 2 20 0 15 0 66850842 11176083456 488040 33554432000 4194304 4196468 140731427259264 139781861071824 139781475682390 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27816] ppid=27759 vsize=10914144 memory=288230596050944315 CPUtime=2.78 cores=0,2,4,6
/proc/27762/task/27816/stat : 27816 (java) S 27759 27762 21303 0 -1 1077944384 36757 13201 0 0 247 24 5 2 20 0 15 0 66850842 11176083456 488040 33554432000 4194304 4196468 140731427259264 139781893483408 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27817] ppid=27759 vsize=10914144 memory=14134441857518180 CPUtime=2.8 cores=0,2,4,6
/proc/27762/task/27817/stat : 27817 (java) S 27759 27762 21303 0 -1 1077944384 35093 13201 0 0 249 24 5 2 20 0 15 0 66850842 11176083456 488040 33554432000 4194304 4196468 140731427259264 139781792373520 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27818] ppid=27759 vsize=10914144 memory=4132 CPUtime=2.78 cores=0,2,4,6
/proc/27762/task/27818/stat : 27818 (java) S 27759 27762 21303 0 -1 1077944384 30002 13201 0 0 245 26 5 2 20 0 15 0 66850842 11176083456 488040 33554432000 4194304 4196468 140731427259264 139781461634192 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27819] ppid=27759 vsize=10914144 memory=2196 CPUtime=2.79 cores=0,2,4,6
/proc/27762/task/27819/stat : 27819 (java) S 27759 27762 21303 0 -1 1077944384 31238 13201 0 0 247 25 5 2 20 0 15 0 66850842 11176083456 488040 33554432000 4194304 4196468 140731427259264 139781460581392 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27820] ppid=27759 vsize=10914144 memory=7528 CPUtime=2.45 cores=0,2,4,6
/proc/27762/task/27820/stat : 27820 (java) S 27759 27762 21303 0 -1 1077944384 26952 13201 0 0 224 14 5 2 20 0 15 0 66850844 11176083456 488040 33554432000 4194304 4196468 140731427259264 139781348259952 139781889251970 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27821] ppid=27759 vsize=10914144 memory=836 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27821/stat : 27821 (java) S 27759 27762 21303 0 -1 1077944384 23 13201 0 0 0 0 5 2 20 0 15 0 66850844 11176083456 488040 33554432000 4194304 4196468 140731427259264 139781254144928 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27822] ppid=27759 vsize=10914144 memory=1692 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27822/stat : 27822 (java) S 27759 27762 21303 0 -1 1077944384 17 13201 0 0 0 0 5 2 20 0 15 0 66850844 11176083456 488040 33554432000 4194304 4196468 140731427259264 139781119927424 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27823] ppid=27759 vsize=10914144 memory=912 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27823/stat : 27823 (java) S 27759 27762 21303 0 -1 1077944384 3 13201 0 0 0 0 5 2 20 0 15 0 66850847 11176083456 488040 33554432000 4194304 4196468 140731427259264 139780409874512 139781889259419 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27824] ppid=27759 vsize=10914144 memory=3848 CPUtime=4 cores=0,2,4,6
/proc/27762/task/27824/stat : 27824 (java) S 27759 27762 21303 0 -1 1077944384 44868 13201 0 0 388 5 5 2 20 0 15 0 66850847 11176083456 488040 33554432000 4194304 4196468 140731427259264 139781347207792 139781889251970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27825] ppid=27759 vsize=10914144 memory=2904 CPUtime=4.07 cores=0,2,4,6
/proc/27762/task/27825/stat : 27825 (java) S 27759 27762 21303 0 -1 1077944384 43704 13201 0 0 397 3 5 2 20 0 15 0 66850847 11176083456 488040 33554432000 4194304 4196468 140731427259264 139781346154992 139781889251970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27826] ppid=27759 vsize=10914144 memory=2600 CPUtime=1.76 cores=0,2,4,6
/proc/27762/task/27826/stat : 27826 (java) S 27759 27762 21303 0 -1 1077944384 28724 13201 0 0 165 4 5 2 20 0 15 0 66850847 11176083456 488040 33554432000 4194304 4196468 140731427259264 139781345102704 139781889251970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27827] ppid=27759 vsize=10914144 memory=4100 CPUtime=0.07 cores=0,2,4,6
/proc/27762/task/27827/stat : 27827 (java) S 27759 27762 21303 0 -1 1077944384 3 13201 0 0 0 0 5 2 20 0 15 0 66850847 11176083456 488040 33554432000 4194304 4196468 140731427259264 139780376316896 139781889251029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
[pid=27762/tid=27828] ppid=27759 vsize=10914144 memory=1408 CPUtime=1.61 cores=0,2,4,6
/proc/27762/task/27828/stat : 27828 (java) S 27759 27762 21303 0 -1 1077944384 2435 13201 0 0 79 75 5 2 20 0 15 0 66850848 11176083456 488040 33554432000 4194304 4196468 140731427259264 139781344049584 139781889251970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 65 0 0 6293624 6294260 26693632 140731427261038 140731427263836 140731427263836 140731427266511 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1952160 KiB

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

[startup+2502.26 s]
# the end of solver process 27762 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.93 s, system=2.18652 s

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

Child status: 143
Real time (s): 2502.26
CPU time (s): 2520.11
CPU user time (s): 2517.93
CPU system time (s): 2.18652
CPU usage (%): 100.714
Max. virtual memory (cumulated for all children) (KiB): 10914144
Max. memory (cumulated for all children) (KiB): 2129452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.93
system time used= 2.18652
maximum resident set size= 2131504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 430320
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109407
involuntary context switches= 5633


# summary of solver processes directly reported to runsolver:
#   pid: 27762
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2517.93
#   total CPU system time (s): 2.18652

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4844 second user time and 23.5384 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-25 06:27:57
IDJOB=4294843
IDBENCH=141436
IDSOLVER=2750
FILE ID=node135/4294843-1532492876
RUNJOBID= node135-1532466475-21334
PBS_JOBID= 21021583
Free space on /tmp= 48336 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-10-11_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294843-1532492876/watcher-4294843-1532492876 -o /tmp/evaluation-result-4294843-1532492876/solver-4294843-1532492876 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532466475-21334 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2032678211 HOME/instance-4294843-1532492876.xml

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

MD5SUM BENCH= 6eb53458083bb5bfd537601a03885fcf
RANDOM SEED=2032678211

node135.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.50
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.50
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.50
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.50
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:        14175204 kB
MemAvailable:   30226396 kB
Buffers:          224740 kB
Cached:         15875396 kB
SwapCached:            0 kB
Active:          4194504 kB
Inactive:       13665992 kB
Active(anon):    1710668 kB
Inactive(anon):    69900 kB
Active(file):    2483836 kB
Inactive(file): 13596092 kB
Unevictable:        7200 kB
Mlocked:            7200 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             32020 kB
Writeback:             0 kB
AnonPages:       1786196 kB
Mapped:            52372 kB
Shmem:             17056 kB
Slab:             428800 kB
SReclaimable:     399724 kB
SUnreclaim:        29076 kB
KernelStack:        3840 kB
PageTables:         8708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2740444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1562624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48308 MiB
End job on node135 at 2018-07-25 07:09:39