Trace number 4304638

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNG? (TO) 2520.12 2154.58

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m2-30_c18.xml
MD5SUMf7f9b20d19eb9843ceb4981536ba88b3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark83
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables902
Number of constraints43213
Number of domains2
Minimum domain size3
Maximum domain size450
Distribution of domain sizes[{"size":3,"count":900},{"size":450,"count":2}]
Minimum variable degree2
Maximum variable degree117
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":89,"count":116},{"degree":91,"count":108},{"degree":93,"count":100},{"degree":95,"count":92},{"degree":97,"count":84},{"degree":99,"count":76},{"degree":101,"count":68},{"degree":103,"count":60},{"degree":105,"count":52},{"degree":107,"count":44},{"degree":109,"count":36},{"degree":111,"count":28},{"degree":113,"count":20},{"degree":115,"count":12},{"degree":117,"count":4}]
Minimum constraint arity2
Maximum constraint arity901
Distribution of constraint arities[{"arity":2,"count":43211},{"arity":901,"count":2}]
Number of extensional constraints0
Number of intensional constraints43211
Distribution of constraint types[{"type":"intension","count":43211},{"type":"count","count":2}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304638-1534122545/watcher-4304638-1534122545 -o /tmp/evaluation-result-4304638-1534122545/solver-4304638-1534122545 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534098057-27631 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1099662288 -superng HOME/instance-4304638-1534122545.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
solver pid=32253, runsolver pid=32250
Current StackSize limit: 8192 KiB


[startup+0.101194 s]*
/proc/loadavg: 4.29 3.38 2.44 3/203 32306
/proc/meminfo: memFree=16208664/32770624 swapFree=67108404/67108860
[pid=32253] ppid=32250 vsize=10003272 memory=11060 CPUtime=0.07 cores=0,2,4,6
/proc/32253/stat : 32253 (java) S 32250 32253 27600 0 -1 1077944320 3398 12887 0 0 0 0 5 2 20 0 6 0 229817626 10243350528 2699 33554432000 4194304 4196468 140729395820256 140729395802800 139959274221303 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
/proc/32253/statm: 2500818 2765 1291 1 0 2489729 0
[pid=32253/tid=32306] ppid=32250 vsize=10003272 memory=4279135703913233800 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32306/stat : 32306 (java) R 32250 32253 27600 0 -1 4202560 1202 12887 0 0 0 0 5 2 20 0 6 0 229817636 10243350528 2765 33554432000 4194304 4196468 140729395820256 139959246063720 139959260131520 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32307] ppid=32250 vsize=10003272 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32307/stat : 32307 (java) S 32250 32253 27600 0 -1 1077944384 1 12887 0 0 0 0 5 2 20 0 6 0 229817637 10243350528 2765 33554432000 4194304 4196468 140729395820256 139959278463504 139959274231509 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32308] ppid=32250 vsize=10003272 memory=139886902150784 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32308/stat : 32308 (java) S 32250 32253 27600 0 -1 1077944384 1 12887 0 0 0 0 5 2 20 0 6 0 229817637 10243350528 2765 33554432000 4194304 4196468 140729395820256 139959163660944 139959274231509 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32309] ppid=32250 vsize=10003272 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32309/stat : 32309 (java) S 32250 32253 27600 0 -1 1077944384 2 12887 0 0 0 0 5 2 20 0 6 0 229817637 10243350528 2765 33554432000 4194304 4196468 140729395820256 139959162607888 139959274231509 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32310] ppid=32250 vsize=10003272 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32310/stat : 32310 (java) S 32250 32253 27600 0 -1 1077944384 1 12887 0 0 0 0 5 2 20 0 6 0 229817637 10243350528 2765 33554432000 4194304 4196468 140729395820256 139959161555344 139959274231509 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 10003272 KiB
Current children cumulated memory: 11060 KiB

[startup+0.210178 s]*
/proc/loadavg: 4.29 3.38 2.44 3/216 32320
/proc/meminfo: memFree=16182548/32770624 swapFree=67108404/67108860
[pid=32253] ppid=32250 vsize=10982744 memory=41148 CPUtime=0.24 cores=0,2,4,6
/proc/32253/stat : 32253 (java) S 32250 32253 27600 0 -1 1077944320 6995 12887 0 0 16 1 5 2 20 0 15 0 229817626 11246329856 10287 33554432000 4194304 4196468 140729395820256 140729395802800 139959274221303 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
/proc/32253/statm: 2745686 10287 2975 1 0 2708109 0
[pid=32253/tid=32306] ppid=32250 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/32253/task/32306/stat : 32306 (java) R 32250 32253 27600 0 -1 4202560 3552 12887 0 0 10 1 5 2 20 0 15 0 229817636 11246329856 10353 33554432000 4194304 4196468 140729395820256 139959246017344 139959254497131 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32307] ppid=32250 vsize=10982744 memory=364 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32307/stat : 32307 (java) S 32250 32253 27600 0 -1 1077944384 1 12887 0 0 0 0 5 2 20 0 15 0 229817637 11246329856 10353 33554432000 4194304 4196468 140729395820256 139959278463504 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32308] ppid=32250 vsize=10982744 memory=139886902180850 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32308/stat : 32308 (java) S 32250 32253 27600 0 -1 1077944384 1 12887 0 0 0 0 5 2 20 0 15 0 229817637 11246329856 10353 33554432000 4194304 4196468 140729395820256 139959163660944 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32309] ppid=32250 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32309/stat : 32309 (java) S 32250 32253 27600 0 -1 1077944384 2 12887 0 0 0 0 5 2 20 0 15 0 229817637 11246329856 10353 33554432000 4194304 4196468 140729395820256 139959162607888 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32310] ppid=32250 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32310/stat : 32310 (java) S 32250 32253 27600 0 -1 1077944384 1 12887 0 0 0 0 5 2 20 0 15 0 229817637 11246329856 10353 33554432000 4194304 4196468 140729395820256 139959161555344 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32311] ppid=32250 vsize=10982744 memory=139886902150784 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32311/stat : 32311 (java) S 32250 32253 27600 0 -1 1077944384 2 12887 0 0 0 0 5 2 20 0 15 0 229817638 11246329856 10353 33554432000 4194304 4196468 140729395820256 139958767299312 139959274232450 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32312] ppid=32250 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32312/stat : 32312 (java) S 32250 32253 27600 0 -1 1077944384 13 12887 0 0 0 0 5 2 20 0 15 0 229817638 11246329856 10353 33554432000 4194304 4196468 140729395820256 139958086002336 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32313] ppid=32250 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32313/stat : 32313 (java) S 32250 32253 27600 0 -1 1077944384 1 12887 0 0 0 0 5 2 20 0 15 0 229817639 11246329856 10353 33554432000 4194304 4196468 140729395820256 139957884675312 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32314] ppid=32250 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32314/stat : 32314 (java) S 32250 32253 27600 0 -1 1077944384 3 12887 0 0 0 0 5 2 20 0 15 0 229817641 11246329856 10353 33554432000 4194304 4196468 140729395820256 139957577275856 139959274239899 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32316] ppid=32250 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32253/task/32316/stat : 32316 (java) S 32250 32253 27600 0 -1 1077944384 353 12887 0 0 1 0 5 2 20 0 15 0 229817641 11246329856 10353 33554432000 4194304 4196468 140729395820256 139958766246128 139959274232450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32317] ppid=32250 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32317/stat : 32317 (java) S 32250 32253 27600 0 -1 1077944384 271 12887 0 0 0 0 5 2 20 0 15 0 229817641 11246329856 10353 33554432000 4194304 4196468 140729395820256 139958765193584 139959274232450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32318] ppid=32250 vsize=10982744 memory=139886902150784 CPUtime=0.1 cores=0,2,4,6
/proc/32253/task/32318/stat : 32318 (java) S 32250 32253 27600 0 -1 1077944384 635 12887 0 0 3 0 5 2 20 0 15 0 229817641 11246329856 10353 33554432000 4194304 4196468 140729395820256 139958764140528 139959274232450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32319] ppid=32250 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32319/stat : 32319 (java) S 32250 32253 27600 0 -1 1077944384 3 12887 0 0 0 0 5 2 20 0 15 0 229817642 11246329856 10353 33554432000 4194304 4196468 140729395820256 139957146478944 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32320] ppid=32250 vsize=10982744 memory=139886902150784 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32320/stat : 32320 (java) S 32250 32253 27600 0 -1 1077944384 1 12887 0 0 0 0 5 2 20 0 15 0 229817642 11246329856 10353 33554432000 4194304 4196468 140729395820256 139958763088944 139959274232450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 41148 KiB

[startup+0.310466 s]*
/proc/loadavg: 4.29 3.38 2.44 3/216 32320
/proc/meminfo: memFree=16169896/32770624 swapFree=67108404/67108860
[pid=32253] ppid=32250 vsize=10983192 memory=53216 CPUtime=0.37 cores=0,2,4,6
/proc/32253/stat : 32253 (java) S 32250 32253 27600 0 -1 1077944320 9840 12887 0 0 28 2 5 2 20 0 15 0 229817626 11246788608 13304 33554432000 4194304 4196468 140729395820256 140729395802800 139959274221303 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
/proc/32253/statm: 2745798 13304 3094 1 0 2708109 0
[pid=32253/tid=32306] ppid=32250 vsize=10983192 memory=6791534058613427641 CPUtime=0.27 cores=0,2,4,6
/proc/32253/task/32306/stat : 32306 (java) R 32250 32253 27600 0 -1 4202560 6339 12887 0 0 19 1 5 2 20 0 15 0 229817636 11246788608 13304 33554432000 4194304 4196468 140729395820256 139959246033312 139959255786265 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32307] ppid=32250 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32307/stat : 32307 (java) S 32250 32253 27600 0 -1 1077944384 1 12887 0 0 0 0 5 2 20 0 15 0 229817637 11246788608 13304 33554432000 4194304 4196468 140729395820256 139959278463504 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32308] ppid=32250 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32308/stat : 32308 (java) S 32250 32253 27600 0 -1 1077944384 1 12887 0 0 0 0 5 2 20 0 15 0 229817637 11246788608 13304 33554432000 4194304 4196468 140729395820256 139959163660944 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32309] ppid=32250 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32309/stat : 32309 (java) S 32250 32253 27600 0 -1 1077944384 2 12887 0 0 0 0 5 2 20 0 15 0 229817637 11246788608 13304 33554432000 4194304 4196468 140729395820256 139959162607888 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32310] ppid=32250 vsize=10983192 memory=2240 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32310/stat : 32310 (java) S 32250 32253 27600 0 -1 1077944384 1 12887 0 0 0 0 5 2 20 0 15 0 229817637 11246788608 13304 33554432000 4194304 4196468 140729395820256 139959161555344 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32311] ppid=32250 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32311/stat : 32311 (java) S 32250 32253 27600 0 -1 1077944384 2 12887 0 0 0 0 5 2 20 0 15 0 229817638 11246788608 13304 33554432000 4194304 4196468 140729395820256 139958767299312 139959274232450 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32312] ppid=32250 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32312/stat : 32312 (java) S 32250 32253 27600 0 -1 1077944384 13 12887 0 0 0 0 5 2 20 0 15 0 229817638 11246788608 13304 33554432000 4194304 4196468 140729395820256 139958086002336 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32313] ppid=32250 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32313/stat : 32313 (java) S 32250 32253 27600 0 -1 1077944384 1 12887 0 0 0 0 5 2 20 0 15 0 229817639 11246788608 13304 33554432000 4194304 4196468 140729395820256 139957884675312 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32314] ppid=32250 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32314/stat : 32314 (java) S 32250 32253 27600 0 -1 1077944384 3 12887 0 0 0 0 5 2 20 0 15 0 229817641 11246788608 13304 33554432000 4194304 4196468 140729395820256 139957577275856 139959274239899 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32316] ppid=32250 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32253/task/32316/stat : 32316 (java) S 32250 32253 27600 0 -1 1077944384 356 12887 0 0 1 0 5 2 20 0 15 0 229817641 11246788608 13304 33554432000 4194304 4196468 140729395820256 139958766246128 139959274232450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32317] ppid=32250 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32253/task/32317/stat : 32317 (java) S 32250 32253 27600 0 -1 1077944384 272 12887 0 0 1 0 5 2 20 0 15 0 229817641 11246788608 13304 33554432000 4194304 4196468 140729395820256 139958765193584 139959274232450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32318] ppid=32250 vsize=10983192 memory=139886902150784 CPUtime=0.11 cores=0,2,4,6
/proc/32253/task/32318/stat : 32318 (java) S 32250 32253 27600 0 -1 1077944384 651 12887 0 0 4 0 5 2 20 0 15 0 229817641 11246788608 13304 33554432000 4194304 4196468 140729395820256 139958764140528 139959274232450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32319] ppid=32250 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32319/stat : 32319 (java) S 32250 32253 27600 0 -1 1077944384 3 12887 0 0 0 0 5 2 20 0 15 0 229817642 11246788608 13304 33554432000 4194304 4196468 140729395820256 139957146478944 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32320] ppid=32250 vsize=10983192 memory=139886902150784 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32320/stat : 32320 (java) S 32250 32253 27600 0 -1 1077944384 1 12887 0 0 0 0 5 2 20 0 15 0 229817642 11246788608 13304 33554432000 4194304 4196468 140729395820256 139958763088944 139959274232450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 53216 KiB

[startup+0.700756 s]
/proc/loadavg: 4.29 3.38 2.44 3/216 32320
/proc/meminfo: memFree=16157920/32770624 swapFree=67108404/67108860
[pid=32253] ppid=32250 vsize=10983192 memory=88588 CPUtime=0.97 cores=0,2,4,6
/proc/32253/stat : 32253 (java) S 32250 32253 27600 0 -1 1077944320 16747 12887 0 0 87 3 5 2 20 0 15 0 229817626 11246788608 22147 33554432000 4194304 4196468 140729395820256 140729395802800 139959274221303 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
/proc/32253/statm: 2745798 22147 3247 1 0 2708109 0
[pid=32253/tid=32306] ppid=32250 vsize=10983192 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/32253/task/32306/stat : 32306 (java) R 32250 32253 27600 0 -1 4202560 12143 12887 0 0 56 2 5 2 20 0 15 0 229817636 11246788608 22147 33554432000 4194304 4196468 140729395820256 139959246052544 139959258301790 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32307] ppid=32250 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32307/stat : 32307 (java) S 32250 32253 27600 0 -1 1077944384 1 12887 0 0 0 0 5 2 20 0 15 0 229817637 11246788608 22147 33554432000 4194304 4196468 140729395820256 139959278463504 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32308] ppid=32250 vsize=10983192 memory=139886749432784 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32308/stat : 32308 (java) S 32250 32253 27600 0 -1 1077944384 1 12887 0 0 0 0 5 2 20 0 15 0 229817637 11246788608 22147 33554432000 4194304 4196468 140729395820256 139959163660944 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32309] ppid=32250 vsize=10983192 memory=139887084831305 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32309/stat : 32309 (java) S 32250 32253 27600 0 -1 1077944384 2 12887 0 0 0 0 5 2 20 0 15 0 229817637 11246788608 22147 33554432000 4194304 4196468 140729395820256 139959162607888 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32310] ppid=32250 vsize=10983192 memory=1404 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32310/stat : 32310 (java) S 32250 32253 27600 0 -1 1077944384 1 12887 0 0 0 0 5 2 20 0 15 0 229817637 11246788608 22147 33554432000 4194304 4196468 140729395820256 139959161555344 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32311] ppid=32250 vsize=10983192 memory=7092418796125250880 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32311/stat : 32311 (java) S 32250 32253 27600 0 -1 1077944384 5 12887 0 0 0 0 5 2 20 0 15 0 229817638 11246788608 22147 33554432000 4194304 4196468 140729395820256 139958767299312 139959274232450 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32312] ppid=32250 vsize=10983192 memory=7597685182856913236 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32312/stat : 32312 (java) S 32250 32253 27600 0 -1 1077944384 13 12887 0 0 0 0 5 2 20 0 15 0 229817638 11246788608 22147 33554432000 4194304 4196468 140729395820256 139958086002336 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32313] ppid=32250 vsize=10983192 memory=6154282490091891024 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32313/stat : 32313 (java) S 32250 32253 27600 0 -1 1077944384 1 12887 0 0 0 0 5 2 20 0 15 0 229817639 11246788608 22147 33554432000 4194304 4196468 140729395820256 139957884675312 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32314] ppid=32250 vsize=10983192 memory=4044 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32314/stat : 32314 (java) S 32250 32253 27600 0 -1 1077944384 3 12887 0 0 0 0 5 2 20 0 15 0 229817641 11246788608 22147 33554432000 4194304 4196468 140729395820256 139957577275856 139959274239899 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32316] ppid=32250 vsize=10983192 memory=34556 CPUtime=0.14 cores=0,2,4,6
/proc/32253/task/32316/stat : 32316 (java) S 32250 32253 27600 0 -1 1077944384 728 12887 0 0 7 0 5 2 20 0 15 0 229817641 11246788608 22147 33554432000 4194304 4196468 140729395820256 139958766246128 139959274232450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32317] ppid=32250 vsize=10983192 memory=14644 CPUtime=0.16 cores=0,2,4,6
/proc/32253/task/32317/stat : 32317 (java) S 32250 32253 27600 0 -1 1077944384 906 12887 0 0 9 0 5 2 20 0 15 0 229817641 11246788608 22147 33554432000 4194304 4196468 140729395820256 139958765193584 139959274232450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32318] ppid=32250 vsize=10983192 memory=1720 CPUtime=0.2 cores=0,2,4,6
/proc/32253/task/32318/stat : 32318 (java) S 32250 32253 27600 0 -1 1077944384 746 12887 0 0 13 0 5 2 20 0 15 0 229817641 11246788608 22147 33554432000 4194304 4196468 140729395820256 139958764140528 139959274232450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32319] ppid=32250 vsize=10983192 memory=508 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32319/stat : 32319 (java) S 32250 32253 27600 0 -1 1077944384 3 12887 0 0 0 0 5 2 20 0 15 0 229817642 11246788608 22147 33554432000 4194304 4196468 140729395820256 139957146478944 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32320] ppid=32250 vsize=10983192 memory=928 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32320/stat : 32320 (java) S 32250 32253 27600 0 -1 1077944384 1 12887 0 0 0 0 5 2 20 0 15 0 229817642 11246788608 22147 33554432000 4194304 4196468 140729395820256 139958763088944 139959274232450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88588 KiB

[startup+1.50164 s]
/proc/loadavg: 4.29 3.38 2.44 3/216 32320
/proc/meminfo: memFree=16114132/32770624 swapFree=67108404/67108860
[pid=32253] ppid=32250 vsize=10991948 memory=210548 CPUtime=3 cores=0,2,4,6
/proc/32253/stat : 32253 (java) S 32250 32253 27600 0 -1 1077944320 23008 12887 0 0 285 8 5 2 20 0 15 0 229817626 11255754752 52637 33554432000 4194304 4196468 140729395820256 140729395802800 139959274221303 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
/proc/32253/statm: 2747987 52637 3447 1 0 2709645 0
[pid=32253/tid=32306] ppid=32250 vsize=10991948 memory=6944656592455097440 CPUtime=1.45 cores=0,2,4,6
/proc/32253/task/32306/stat : 32306 (java) R 32250 32253 27600 0 -1 4202560 15129 12887 0 0 132 6 5 2 20 0 15 0 229817636 11255754752 52637 33554432000 4194304 4196468 140729395820256 139959246052168 139958845618922 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32307] ppid=32250 vsize=10991948 memory=-7814691523512926820 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32307/stat : 32307 (java) S 32250 32253 27600 0 -1 1077944384 1 12887 0 0 0 0 5 2 20 0 15 0 229817637 11255754752 52637 33554432000 4194304 4196468 140729395820256 139959278463504 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32308] ppid=32250 vsize=10991948 memory=7306334212403993719 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32308/stat : 32308 (java) S 32250 32253 27600 0 -1 1077944384 1 12887 0 0 0 0 5 2 20 0 15 0 229817637 11255754752 52637 33554432000 4194304 4196468 140729395820256 139959163660944 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32309] ppid=32250 vsize=10991948 memory=2432 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32309/stat : 32309 (java) S 32250 32253 27600 0 -1 1077944384 2 12887 0 0 0 0 5 2 20 0 15 0 229817637 11255754752 52637 33554432000 4194304 4196468 140729395820256 139959162607888 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32310] ppid=32250 vsize=10991948 memory=112580 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32310/stat : 32310 (java) S 32250 32253 27600 0 -1 1077944384 1 12887 0 0 0 0 5 2 20 0 15 0 229817637 11255754752 52637 33554432000 4194304 4196468 140729395820256 139959161555344 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32311] ppid=32250 vsize=10991948 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32311/stat : 32311 (java) S 32250 32253 27600 0 -1 1077944384 13 12887 0 0 0 0 5 2 20 0 15 0 229817638 11255754752 52637 33554432000 4194304 4196468 140729395820256 139958767299312 139959274232450 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32312] ppid=32250 vsize=10991948 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32312/stat : 32312 (java) S 32250 32253 27600 0 -1 1077944384 13 12887 0 0 0 0 5 2 20 0 15 0 229817638 11255754752 52637 33554432000 4194304 4196468 140729395820256 139958086002336 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32313] ppid=32250 vsize=10991948 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32313/stat : 32313 (java) S 32250 32253 27600 0 -1 1077944384 1 12887 0 0 0 0 5 2 20 0 15 0 229817639 11255754752 52637 33554432000 4194304 4196468 140729395820256 139957884675312 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32314] ppid=32250 vsize=10991948 memory=139886749364460 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32314/stat : 32314 (java) S 32250 32253 27600 0 -1 1077944384 3 12887 0 0 0 0 5 2 20 0 15 0 229817641 11255754752 52637 33554432000 4194304 4196468 140729395820256 139957577275856 139959274239899 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32316] ppid=32250 vsize=10991948 memory=14644 CPUtime=0.63 cores=0,2,4,6
/proc/32253/task/32316/stat : 32316 (java) R 32250 32253 27600 0 -1 4202560 1748 12887 0 0 56 0 5 2 20 0 15 0 229817641 11255754752 52637 33554432000 4194304 4196468 140729395820256 139958766232696 139959274228700 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32317] ppid=32250 vsize=10991948 memory=0 CPUtime=0.62 cores=0,2,4,6
/proc/32253/task/32317/stat : 32317 (java) R 32250 32253 27600 0 -1 4202560 2458 12887 0 0 55 0 5 2 20 0 15 0 229817641 11255754752 52637 33554432000 4194304 4196468 140729395820256 139958765175152 139959259147945 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32318] ppid=32250 vsize=10991948 memory=0 CPUtime=0.46 cores=0,2,4,6
/proc/32253/task/32318/stat : 32318 (java) S 32250 32253 27600 0 -1 1077944384 1440 12887 0 0 39 0 5 2 20 0 15 0 229817641 11255754752 52637 33554432000 4194304 4196468 140729395820256 139958764140528 139959274232450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32319] ppid=32250 vsize=10991948 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32319/stat : 32319 (java) S 32250 32253 27600 0 -1 1077944384 3 12887 0 0 0 0 5 2 20 0 15 0 229817642 11255754752 52637 33554432000 4194304 4196468 140729395820256 139957146478944 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32320] ppid=32250 vsize=10991948 memory=7684433391233106746 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32320/stat : 32320 (java) S 32250 32253 27600 0 -1 1077944384 1 12887 0 0 0 0 5 2 20 0 15 0 229817642 11255754752 52637 33554432000 4194304 4196468 140729395820256 139958763088944 139959274232450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
Current children cumulated CPU time: 3 s
Current children cumulated vsize: 10991948 KiB

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

/proc/32253/task/32306/stat : 32306 (java) R 32250 32253 27600 0 -1 4202560 245565 12887 0 0 196749 64 5 2 20 0 15 0 229817636 11278843904 1600785 33554432000 4194304 4196468 140729395820256 139959246055232 139958842849578 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32307] ppid=32250 vsize=11014496 memory=6403140 CPUtime=110.93 cores=0,2,4,6
/proc/32253/task/32307/stat : 32307 (java) S 32250 32253 27600 0 -1 1077944384 104396 12887 0 0 10756 330 5 2 20 0 15 0 229817637 11278843904 1600785 33554432000 4194304 4196468 140729395820256 139959278463504 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32308] ppid=32250 vsize=11014496 memory=6403140 CPUtime=111.04 cores=0,2,4,6
/proc/32253/task/32308/stat : 32308 (java) S 32250 32253 27600 0 -1 1077944384 96753 12887 0 0 10770 327 5 2 20 0 15 0 229817637 11278843904 1600785 33554432000 4194304 4196468 140729395820256 139959163660944 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32309] ppid=32250 vsize=11014496 memory=6403140 CPUtime=110.96 cores=0,2,4,6
/proc/32253/task/32309/stat : 32309 (java) S 32250 32253 27600 0 -1 1077944384 104796 12887 0 0 10753 336 5 2 20 0 15 0 229817637 11278843904 1600785 33554432000 4194304 4196468 140729395820256 139959162607888 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32310] ppid=32250 vsize=11014496 memory=6403140 CPUtime=110.98 cores=0,2,4,6
/proc/32253/task/32310/stat : 32310 (java) S 32250 32253 27600 0 -1 1077944384 112215 12887 0 0 10757 334 5 2 20 0 15 0 229817637 11278843904 1600785 33554432000 4194304 4196468 140729395820256 139959161555344 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32311] ppid=32250 vsize=11014496 memory=0 CPUtime=2.21 cores=0,2,4,6
/proc/32253/task/32311/stat : 32311 (java) S 32250 32253 27600 0 -1 1077944384 158736 12887 0 0 194 20 5 2 20 0 15 0 229817638 11278843904 1600785 33554432000 4194304 4196468 140729395820256 139958767299312 139959274232450 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32312] ppid=32250 vsize=11014496 memory=6403140 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32312/stat : 32312 (java) S 32250 32253 27600 0 -1 1077944384 22 12887 0 0 0 0 5 2 20 0 15 0 229817638 11278843904 1600785 33554432000 4194304 4196468 140729395820256 139958086002400 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32313] ppid=32250 vsize=11014496 memory=6403140 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32313/stat : 32313 (java) S 32250 32253 27600 0 -1 1077944384 10 12887 0 0 0 0 5 2 20 0 15 0 229817639 11278843904 1600785 33554432000 4194304 4196468 140729395820256 139957884675328 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32314] ppid=32250 vsize=11014496 memory=6403140 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32314/stat : 32314 (java) S 32250 32253 27600 0 -1 1077944384 3 12887 0 0 0 0 5 2 20 0 15 0 229817641 11278843904 1600785 33554432000 4194304 4196468 140729395820256 139957577275856 139959274239899 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32316] ppid=32250 vsize=11014496 memory=6403140 CPUtime=13.32 cores=0,2,4,6
/proc/32253/task/32316/stat : 32316 (java) S 32250 32253 27600 0 -1 1077944384 49321 12887 0 0 1318 7 5 2 20 0 15 0 229817641 11278843904 1600785 33554432000 4194304 4196468 140729395820256 139958766246128 139959274232450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32317] ppid=32250 vsize=11014496 memory=4000 CPUtime=13.12 cores=0,2,4,6
/proc/32253/task/32317/stat : 32317 (java) S 32250 32253 27600 0 -1 1077944384 48056 12887 0 0 1299 6 5 2 20 0 15 0 229817641 11278843904 1600785 33554432000 4194304 4196468 140729395820256 139958765193584 139959274232450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32318] ppid=32250 vsize=11014496 memory=6403140 CPUtime=3.23 cores=0,2,4,6
/proc/32253/task/32318/stat : 32318 (java) S 32250 32253 27600 0 -1 1077944384 45976 12887 0 0 308 8 5 2 20 0 15 0 229817641 11278843904 1600785 33554432000 4194304 4196468 140729395820256 139958764140528 139959274232450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32319] ppid=32250 vsize=11014496 memory=6403132 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32319/stat : 32319 (java) S 32250 32253 27600 0 -1 1077944384 3 12887 0 0 0 0 5 2 20 0 15 0 229817642 11278843904 1600785 33554432000 4194304 4196468 140729395820256 139957146478944 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32320] ppid=32250 vsize=11014496 memory=6403132 CPUtime=1.29 cores=0,2,4,6
/proc/32253/task/32320/stat : 32320 (java) S 32250 32253 27600 0 -1 1077944384 1683 12887 0 0 64 58 5 2 20 0 15 0 229817642 11278843904 1600785 33554432000 4194304 4196468 140729395820256 139958763088944 139959274232450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
Current children cumulated CPU time: 2444.79 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 6403140 KiB

[startup+2142.3 s]
/proc/loadavg: 1.81 1.80 1.90 3/217 32679
/proc/meminfo: memFree=7223292/32770624 swapFree=67108404/67108860
[pid=32253] ppid=32250 vsize=11014496 memory=6433364 CPUtime=2506.81 cores=0,2,4,6
/proc/32253/stat : 32253 (java) S 32250 32253 27600 0 -1 1077944320 993179 12887 0 0 249187 1487 5 2 20 0 15 0 229817626 11278843904 1608341 33554432000 4194304 4196468 140729395820256 140729395802800 139959274221303 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
/proc/32253/statm: 2753624 1608341 3537 1 0 2715277 0
[pid=32253/tid=32306] ppid=32250 vsize=11014496 memory=9624 CPUtime=2027.51 cores=0,2,4,6
/proc/32253/task/32306/stat : 32306 (java) R 32250 32253 27600 0 -1 4202560 256541 12887 0 0 202679 65 5 2 20 0 15 0 229817636 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139959246057200 139958862761656 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32307] ppid=32250 vsize=11014496 memory=6433364 CPUtime=111.59 cores=0,2,4,6
/proc/32253/task/32307/stat : 32307 (java) S 32250 32253 27600 0 -1 1077944384 106897 12887 0 0 10821 331 5 2 20 0 15 0 229817637 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139959278463504 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32308] ppid=32250 vsize=11014496 memory=6403148 CPUtime=111.7 cores=0,2,4,6
/proc/32253/task/32308/stat : 32308 (java) S 32250 32253 27600 0 -1 1077944384 100550 12887 0 0 10835 328 5 2 20 0 15 0 229817637 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139959163660944 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32309] ppid=32250 vsize=11014496 memory=6403148 CPUtime=111.63 cores=0,2,4,6
/proc/32253/task/32309/stat : 32309 (java) S 32250 32253 27600 0 -1 1077944384 107555 12887 0 0 10819 337 5 2 20 0 15 0 229817637 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139959162607888 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32310] ppid=32250 vsize=11014496 memory=6403152 CPUtime=111.66 cores=0,2,4,6
/proc/32253/task/32310/stat : 32310 (java) S 32250 32253 27600 0 -1 1077944384 113909 12887 0 0 10823 336 5 2 20 0 15 0 229817637 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139959161555344 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32311] ppid=32250 vsize=11014496 memory=6403152 CPUtime=2.23 cores=0,2,4,6
/proc/32253/task/32311/stat : 32311 (java) S 32250 32253 27600 0 -1 1077944384 159107 12887 0 0 195 21 5 2 20 0 15 0 229817638 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139958767299312 139959274232450 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32312] ppid=32250 vsize=11014496 memory=6403152 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32312/stat : 32312 (java) S 32250 32253 27600 0 -1 1077944384 22 12887 0 0 0 0 5 2 20 0 15 0 229817638 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139958086002400 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32313] ppid=32250 vsize=11014496 memory=6433364 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32313/stat : 32313 (java) S 32250 32253 27600 0 -1 1077944384 10 12887 0 0 0 0 5 2 20 0 15 0 229817639 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139957884675328 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32314] ppid=32250 vsize=11014496 memory=6433364 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32314/stat : 32314 (java) S 32250 32253 27600 0 -1 1077944384 3 12887 0 0 0 0 5 2 20 0 15 0 229817641 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139957577275856 139959274239899 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32316] ppid=32250 vsize=11014496 memory=6433364 CPUtime=13.32 cores=0,2,4,6
/proc/32253/task/32316/stat : 32316 (java) S 32250 32253 27600 0 -1 1077944384 49323 12887 0 0 1318 7 5 2 20 0 15 0 229817641 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139958766246128 139959274232450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32317] ppid=32250 vsize=11014496 memory=6433364 CPUtime=13.12 cores=0,2,4,6
/proc/32253/task/32317/stat : 32317 (java) S 32250 32253 27600 0 -1 1077944384 48059 12887 0 0 1299 6 5 2 20 0 15 0 229817641 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139958765193584 139959274232450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32318] ppid=32250 vsize=11014496 memory=6403156 CPUtime=3.23 cores=0,2,4,6
/proc/32253/task/32318/stat : 32318 (java) S 32250 32253 27600 0 -1 1077944384 47287 12887 0 0 308 8 5 2 20 0 15 0 229817641 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139958764140528 139959274232450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32319] ppid=32250 vsize=11014496 memory=3684 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32319/stat : 32319 (java) S 32250 32253 27600 0 -1 1077944384 3 12887 0 0 0 0 5 2 20 0 15 0 229817642 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139957146478944 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32320] ppid=32250 vsize=11014496 memory=6433364 CPUtime=1.33 cores=0,2,4,6
/proc/32253/task/32320/stat : 32320 (java) S 32250 32253 27600 0 -1 1077944384 1719 12887 0 0 66 60 5 2 20 0 15 0 229817642 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139958763088944 139959274232450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
Current children cumulated CPU time: 2506.81 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 6433364 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2154.5 s]
/proc/loadavg: 1.99 1.84 1.91 3/217 32679
/proc/meminfo: memFree=7223168/32770624 swapFree=67108404/67108860
[pid=32253] ppid=32250 vsize=11014496 memory=6433364 CPUtime=2520.01 cores=0,2,4,6
/proc/32253/stat : 32253 (java) S 32250 32253 27600 0 -1 1077944320 997606 12887 0 0 250506 1488 5 2 20 0 15 0 229817626 11278843904 1608341 33554432000 4194304 4196468 140729395820256 140729395802800 139959274221303 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
/proc/32253/statm: 2753624 1608341 3537 1 0 2715277 0
[pid=32253/tid=32306] ppid=32250 vsize=11014496 memory=6433364 CPUtime=2039.37 cores=0,2,4,6
/proc/32253/task/32306/stat : 32306 (java) R 32250 32253 27600 0 -1 4202560 260663 12887 0 0 203865 65 5 2 20 0 15 0 229817636 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139959246055456 139958862761656 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32307] ppid=32250 vsize=11014496 memory=6433364 CPUtime=111.92 cores=0,2,4,6
/proc/32253/task/32307/stat : 32307 (java) S 32250 32253 27600 0 -1 1077944384 107015 12887 0 0 10854 331 5 2 20 0 15 0 229817637 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139959278463504 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32308] ppid=32250 vsize=11014496 memory=6433364 CPUtime=112.04 cores=0,2,4,6
/proc/32253/task/32308/stat : 32308 (java) S 32250 32253 27600 0 -1 1077944384 100586 12887 0 0 10869 328 5 2 20 0 15 0 229817637 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139959163660944 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32309] ppid=32250 vsize=11014496 memory=6433364 CPUtime=111.96 cores=0,2,4,6
/proc/32253/task/32309/stat : 32309 (java) S 32250 32253 27600 0 -1 1077944384 107632 12887 0 0 10852 337 5 2 20 0 15 0 229817637 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139959162607888 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32310] ppid=32250 vsize=11014496 memory=6433364 CPUtime=111.99 cores=0,2,4,6
/proc/32253/task/32310/stat : 32310 (java) S 32250 32253 27600 0 -1 1077944384 113981 12887 0 0 10856 336 5 2 20 0 15 0 229817637 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139959161555344 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32311] ppid=32250 vsize=11014496 memory=6403148 CPUtime=2.23 cores=0,2,4,6
/proc/32253/task/32311/stat : 32311 (java) S 32250 32253 27600 0 -1 1077944384 159109 12887 0 0 195 21 5 2 20 0 15 0 229817638 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139958767299312 139959274232450 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32312] ppid=32250 vsize=11014496 memory=6433364 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32312/stat : 32312 (java) S 32250 32253 27600 0 -1 1077944384 22 12887 0 0 0 0 5 2 20 0 15 0 229817638 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139958086002400 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32313] ppid=32250 vsize=11014496 memory=7000 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32313/stat : 32313 (java) S 32250 32253 27600 0 -1 1077944384 10 12887 0 0 0 0 5 2 20 0 15 0 229817639 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139957884675328 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32314] ppid=32250 vsize=11014496 memory=6433364 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32314/stat : 32314 (java) S 32250 32253 27600 0 -1 1077944384 3 12887 0 0 0 0 5 2 20 0 15 0 229817641 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139957577275856 139959274239899 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32316] ppid=32250 vsize=11014496 memory=1616 CPUtime=13.32 cores=0,2,4,6
/proc/32253/task/32316/stat : 32316 (java) S 32250 32253 27600 0 -1 1077944384 49323 12887 0 0 1318 7 5 2 20 0 15 0 229817641 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139958766246128 139959274232450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32317] ppid=32250 vsize=11014496 memory=6433364 CPUtime=13.12 cores=0,2,4,6
/proc/32253/task/32317/stat : 32317 (java) S 32250 32253 27600 0 -1 1077944384 48059 12887 0 0 1299 6 5 2 20 0 15 0 229817641 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139958765193584 139959274232450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32318] ppid=32250 vsize=11014496 memory=6433364 CPUtime=3.23 cores=0,2,4,6
/proc/32253/task/32318/stat : 32318 (java) S 32250 32253 27600 0 -1 1077944384 47287 12887 0 0 308 8 5 2 20 0 15 0 229817641 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139958764140528 139959274232450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32319] ppid=32250 vsize=11014496 memory=279773499508560 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32319/stat : 32319 (java) S 32250 32253 27600 0 -1 1077944384 3 12887 0 0 0 0 5 2 20 0 15 0 229817642 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139957146478944 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32320] ppid=32250 vsize=11014496 memory=3684 CPUtime=1.33 cores=0,2,4,6
/proc/32253/task/32320/stat : 32320 (java) S 32250 32253 27600 0 -1 1077944384 1719 12887 0 0 66 60 5 2 20 0 15 0 229817642 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139958763088944 139959274232450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 6433364 KiB

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

[startup+2154.58 s]
# the end of solver process 32253 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2505.17 s, system=14.9486 s

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

[startup+2154.5 s]
/proc/loadavg: 1.99 1.84 1.91 3/217 32679
/proc/meminfo: memFree=7223168/32770624 swapFree=67108404/67108860
[pid=32253] ppid=32250 vsize=11014496 memory=6433364 CPUtime=2520.01 cores=0,2,4,6
/proc/32253/stat : 32253 (java) S 32250 32253 27600 0 -1 1077944320 997606 12887 0 0 250506 1488 5 2 20 0 15 0 229817626 11278843904 1608341 33554432000 4194304 4196468 140729395820256 140729395802800 139959274221303 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
/proc/32253/statm: 2753624 1608341 3537 1 0 2715277 0
[pid=32253/tid=32306] ppid=32250 vsize=11014496 memory=6433364 CPUtime=2039.37 cores=0,2,4,6
/proc/32253/task/32306/stat : 32306 (java) R 32250 32253 27600 0 -1 4202560 260663 12887 0 0 203865 65 5 2 20 0 15 0 229817636 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139959246055456 139958862761656 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32307] ppid=32250 vsize=11014496 memory=6433364 CPUtime=111.92 cores=0,2,4,6
/proc/32253/task/32307/stat : 32307 (java) S 32250 32253 27600 0 -1 1077944384 107015 12887 0 0 10854 331 5 2 20 0 15 0 229817637 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139959278463504 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32308] ppid=32250 vsize=11014496 memory=6433364 CPUtime=112.04 cores=0,2,4,6
/proc/32253/task/32308/stat : 32308 (java) S 32250 32253 27600 0 -1 1077944384 100586 12887 0 0 10869 328 5 2 20 0 15 0 229817637 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139959163660944 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32309] ppid=32250 vsize=11014496 memory=6433364 CPUtime=111.96 cores=0,2,4,6
/proc/32253/task/32309/stat : 32309 (java) S 32250 32253 27600 0 -1 1077944384 107632 12887 0 0 10852 337 5 2 20 0 15 0 229817637 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139959162607888 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32310] ppid=32250 vsize=11014496 memory=6433364 CPUtime=111.99 cores=0,2,4,6
/proc/32253/task/32310/stat : 32310 (java) S 32250 32253 27600 0 -1 1077944384 113981 12887 0 0 10856 336 5 2 20 0 15 0 229817637 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139959161555344 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32311] ppid=32250 vsize=11014496 memory=6403148 CPUtime=2.23 cores=0,2,4,6
/proc/32253/task/32311/stat : 32311 (java) S 32250 32253 27600 0 -1 1077944384 159109 12887 0 0 195 21 5 2 20 0 15 0 229817638 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139958767299312 139959274232450 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32312] ppid=32250 vsize=11014496 memory=6433364 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32312/stat : 32312 (java) S 32250 32253 27600 0 -1 1077944384 22 12887 0 0 0 0 5 2 20 0 15 0 229817638 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139958086002400 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32313] ppid=32250 vsize=11014496 memory=7000 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32313/stat : 32313 (java) S 32250 32253 27600 0 -1 1077944384 10 12887 0 0 0 0 5 2 20 0 15 0 229817639 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139957884675328 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32314] ppid=32250 vsize=11014496 memory=6433364 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32314/stat : 32314 (java) S 32250 32253 27600 0 -1 1077944384 3 12887 0 0 0 0 5 2 20 0 15 0 229817641 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139957577275856 139959274239899 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32316] ppid=32250 vsize=11014496 memory=1616 CPUtime=13.32 cores=0,2,4,6
/proc/32253/task/32316/stat : 32316 (java) S 32250 32253 27600 0 -1 1077944384 49323 12887 0 0 1318 7 5 2 20 0 15 0 229817641 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139958766246128 139959274232450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32317] ppid=32250 vsize=11014496 memory=6433364 CPUtime=13.12 cores=0,2,4,6
/proc/32253/task/32317/stat : 32317 (java) S 32250 32253 27600 0 -1 1077944384 48059 12887 0 0 1299 6 5 2 20 0 15 0 229817641 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139958765193584 139959274232450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32318] ppid=32250 vsize=11014496 memory=6433364 CPUtime=3.23 cores=0,2,4,6
/proc/32253/task/32318/stat : 32318 (java) S 32250 32253 27600 0 -1 1077944384 47287 12887 0 0 308 8 5 2 20 0 15 0 229817641 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139958764140528 139959274232450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32319] ppid=32250 vsize=11014496 memory=279773499508560 CPUtime=0.07 cores=0,2,4,6
/proc/32253/task/32319/stat : 32319 (java) S 32250 32253 27600 0 -1 1077944384 3 12887 0 0 0 0 5 2 20 0 15 0 229817642 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139957146478944 139959274231509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
[pid=32253/tid=32320] ppid=32250 vsize=11014496 memory=3684 CPUtime=1.33 cores=0,2,4,6
/proc/32253/task/32320/stat : 32320 (java) S 32250 32253 27600 0 -1 1077944384 1719 12887 0 0 66 60 5 2 20 0 15 0 229817642 11278843904 1608341 33554432000 4194304 4196468 140729395820256 139958763088944 139959274232450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13758464 140729395825251 140729395828060 140729395828060 140729395830735 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 6433364 KiB

Child status: 143
Real time (s): 2154.58
CPU time (s): 2520.12
CPU user time (s): 2505.17
CPU system time (s): 14.9486
CPU usage (%): 116.966
Max. virtual memory (cumulated for all children) (KiB): 11016292
Max. memory (cumulated for all children) (KiB): 6433376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2505.17
system time used= 14.9486
maximum resident set size= 6437600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1013500
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 70277
involuntary context switches= 8020


# summary of solver processes directly reported to runsolver:
#   pid: 32253
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2505.17
#   total CPU system time (s): 14.9486

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.5719 second user time and 21.0051 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-13 03:09:05
IDJOB=4304638
IDBENCH=141490
IDSOLVER=2781
FILE ID=node148/4304638-1534122545
RUNJOBID= node148-1534098057-27631
PBS_JOBID= 21037003
Free space on /tmp= 33932 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-30_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304638-1534122545/watcher-4304638-1534122545 -o /tmp/evaluation-result-4304638-1534122545/solver-4304638-1534122545 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534098057-27631 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1099662288 -superng HOME/instance-4304638-1534122545.xml

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

MD5SUM BENCH= f7f9b20d19eb9843ceb4981536ba88b3
RANDOM SEED=1099662288

node148.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:        16211624 kB
MemAvailable:   30978100 kB
Buffers:          199160 kB
Cached:         14617404 kB
SwapCached:          352 kB
Active:          8220436 kB
Inactive:        7576548 kB
Active(anon):     934148 kB
Inactive(anon):    99204 kB
Active(file):    7286288 kB
Inactive(file):  7477344 kB
Unevictable:        7340 kB
Mlocked:            7340 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             28144 kB
Writeback:             0 kB
AnonPages:       1001848 kB
Mapped:            68008 kB
Shmem:             49624 kB
Slab:             459584 kB
SReclaimable:     431304 kB
SUnreclaim:        28280 kB
KernelStack:        3808 kB
PageTables:         7724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2108996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    901120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 33896 MiB
End job on node148 at 2018-08-13 03:44:59