Trace number 4294401

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-SuperNG 2018-06-13? (TO) 2520.15 2472.63

General information on the benchmark

NameSocialGolfers/
SocialGolfers-4-4-6-cp_c18.xml
MD5SUMc46d03ece148f4d4d488319a25e0c2d7
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.371515
Satisfiable
(Un)Satisfiability was proved
Number of variables96
Number of constraints1808
Number of domains1
Minimum domain size4
Maximum domain size4
Distribution of domain sizes[{"size":4,"count":96}]
Minimum variable degree77
Maximum variable degree78
Distribution of variable degrees[{"degree":77,"count":80},{"degree":78,"count":16}]
Minimum constraint arity4
Maximum constraint arity96
Distribution of constraint arities[{"arity":4,"count":1800},{"arity":16,"count":7},{"arity":96,"count":1}]
Number of extensional constraints0
Number of intensional constraints1800
Distribution of constraint types[{"type":"intension","count":1800},{"type":"lex","count":1},{"type":"cardinality","count":6},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294401-1532461021/watcher-4294401-1532461021 -o /tmp/evaluation-result-4294401-1532461021/solver-4294401-1532461021 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532448512-24796 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=306427374 -superng HOME/instance-4294401-1532461021.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=28149, runsolver pid=28146
Current StackSize limit: 8192 KiB


[startup+0.10264 s]*
/proc/loadavg: 1.71 1.46 1.38 2/206 28206
/proc/meminfo: memFree=21785264/32770624 swapFree=67108860/67108860
[pid=28149] ppid=28146 vsize=9972712 memory=14912 CPUtime=0.08 cores=0,2,4,6
/proc/28149/stat : 28149 (java) S 28146 28149 24765 0 -1 1077944320 4419 12919 0 0 1 0 5 2 20 0 6 0 63665262 10212057088 3728 33554432000 4194304 4196468 140729613151616 140729613134160 139901784977143 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
/proc/28149/statm: 2493178 3728 1934 1 0 2481616 0
[pid=28149/tid=28202] ppid=28146 vsize=9972712 memory=4279135703946462859 CPUtime=0.08 cores=0,2,4,6
/proc/28149/task/28202/stat : 28202 (java) R 28146 28149 24765 0 -1 4202560 2230 12919 0 0 1 0 5 2 20 0 6 0 63665271 10212057088 3794 33554432000 4194304 4196468 140729613151616 139901756813904 139901766370877 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28203] ppid=28146 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28203/stat : 28203 (java) S 28146 28149 24765 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 6 0 63665272 10212057088 3794 33554432000 4194304 4196468 140729613151616 139901789219344 139901784987349 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28204] ppid=28146 vsize=9972712 memory=139645092025984 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28204/stat : 28204 (java) S 28146 28149 24765 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 6 0 63665272 10212057088 3794 33554432000 4194304 4196468 140729613151616 139901716699792 139901784987349 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28205] ppid=28146 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28205/stat : 28205 (java) S 28146 28149 24765 0 -1 1077944384 2 12919 0 0 0 0 5 2 20 0 6 0 63665272 10212057088 3794 33554432000 4194304 4196468 140729613151616 139901715646736 139901784987349 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28206] ppid=28146 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28206/stat : 28206 (java) S 28146 28149 24765 0 -1 1077944384 2 12919 0 0 0 0 5 2 20 0 6 0 63665272 10212057088 3794 33554432000 4194304 4196468 140729613151616 139901356583312 139901784987349 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14912 KiB

[startup+0.209993 s]*
/proc/loadavg: 1.71 1.46 1.38 3/215 28215
/proc/meminfo: memFree=21763004/32770624 swapFree=67108860/67108860
[pid=28149] ppid=28146 vsize=10818856 memory=42024 CPUtime=0.25 cores=0,2,4,6
/proc/28149/stat : 28149 (java) S 28146 28149 24765 0 -1 1077944320 8433 12919 0 0 16 2 5 2 20 0 15 0 63665262 11078508544 10506 33554432000 4194304 4196468 140729613151616 140729613134160 139901784977143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
/proc/28149/statm: 2704714 10506 2916 1 0 2667149 0
[pid=28149/tid=28202] ppid=28146 vsize=10818856 memory=-6517102902069810590 CPUtime=0.18 cores=0,2,4,6
/proc/28149/task/28202/stat : 28202 (java) R 28146 28149 24765 0 -1 4202560 5076 12919 0 0 10 1 5 2 20 0 15 0 63665271 11078508544 10506 33554432000 4194304 4196468 140729613151616 139901756774800 139901765255200 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28203] ppid=28146 vsize=10818856 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28203/stat : 28203 (java) S 28146 28149 24765 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 63665272 11078508544 10506 33554432000 4194304 4196468 140729613151616 139901789219344 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28204] ppid=28146 vsize=10818856 memory=139645092025984 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28204/stat : 28204 (java) S 28146 28149 24765 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 63665272 11078508544 10506 33554432000 4194304 4196468 140729613151616 139901716699792 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28205] ppid=28146 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28205/stat : 28205 (java) S 28146 28149 24765 0 -1 1077944384 2 12919 0 0 0 0 5 2 20 0 15 0 63665272 11078508544 10506 33554432000 4194304 4196468 140729613151616 139901715646736 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28206] ppid=28146 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28206/stat : 28206 (java) S 28146 28149 24765 0 -1 1077944384 2 12919 0 0 0 0 5 2 20 0 15 0 63665272 11078508544 10506 33554432000 4194304 4196468 140729613151616 139901356583312 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28207] ppid=28146 vsize=10818856 memory=139645092025984 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28207/stat : 28207 (java) S 28146 28149 24765 0 -1 1077944384 2 12919 0 0 0 0 5 2 20 0 15 0 63665274 11078508544 10506 33554432000 4194304 4196468 140729613151616 139901056830192 139901784988290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28208] ppid=28146 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28208/stat : 28208 (java) S 28146 28149 24765 0 -1 1077944384 13 12919 0 0 0 0 5 2 20 0 15 0 63665274 11078508544 10506 33554432000 4194304 4196468 140729613151616 139900976359072 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28209] ppid=28146 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28209/stat : 28209 (java) S 28146 28149 24765 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 63665274 11078508544 10506 33554432000 4194304 4196468 140729613151616 139900842140912 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28210] ppid=28146 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28210/stat : 28210 (java) S 28146 28149 24765 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 63665277 11078508544 10506 33554432000 4194304 4196468 140729613151616 139900333414864 139901784995739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28211] ppid=28146 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28149/task/28211/stat : 28211 (java) S 28146 28149 24765 0 -1 1077944384 525 12919 0 0 1 0 5 2 20 0 15 0 63665277 11078508544 10506 33554432000 4194304 4196468 140729613151616 139901055777008 139901784988290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28212] ppid=28146 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28212/stat : 28212 (java) S 28146 28149 24765 0 -1 1077944384 55 12919 0 0 0 0 5 2 20 0 15 0 63665277 11078508544 10506 33554432000 4194304 4196468 140729613151616 139901054724464 139901784988290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28213] ppid=28146 vsize=10818856 memory=139645092025984 CPUtime=0.1 cores=0,2,4,6
/proc/28149/task/28213/stat : 28213 (java) S 28146 28149 24765 0 -1 1077944384 556 12919 0 0 3 0 5 2 20 0 15 0 63665277 11078508544 10506 33554432000 4194304 4196468 140729613151616 139901053671408 139901784988290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28214] ppid=28146 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28214/stat : 28214 (java) S 28146 28149 24765 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 63665277 11078508544 10506 33554432000 4194304 4196468 140729613151616 139900299856224 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28215] ppid=28146 vsize=10818856 memory=139645092025984 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28215/stat : 28215 (java) S 28146 28149 24765 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 63665278 11078508544 10506 33554432000 4194304 4196468 140729613151616 139901052619824 139901784988290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 42024 KiB

[startup+0.310373 s]*
/proc/loadavg: 1.71 1.46 1.38 3/215 28215
/proc/meminfo: memFree=21753204/32770624 swapFree=67108860/67108860
[pid=28149] ppid=28146 vsize=10819352 memory=53352 CPUtime=0.38 cores=0,2,4,6
/proc/28149/stat : 28149 (java) S 28146 28149 24765 0 -1 1077944320 10446 12919 0 0 28 3 5 2 20 0 15 0 63665262 11079016448 13338 33554432000 4194304 4196468 140729613151616 140729613134160 139901784977143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
/proc/28149/statm: 2704838 13338 3047 1 0 2667149 0
[pid=28149/tid=28202] ppid=28146 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/28149/task/28202/stat : 28202 (java) R 28146 28149 24765 0 -1 4202560 7085 12919 0 0 19 2 5 2 20 0 15 0 63665271 11079016448 13338 33554432000 4194304 4196468 140729613151616 139901756789152 139901769057630 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28203] ppid=28146 vsize=10819352 memory=7373043845850746960 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28203/stat : 28203 (java) S 28146 28149 24765 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 63665272 11079016448 13338 33554432000 4194304 4196468 140729613151616 139901789219344 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28204] ppid=28146 vsize=10819352 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28204/stat : 28204 (java) S 28146 28149 24765 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 63665272 11079016448 13338 33554432000 4194304 4196468 140729613151616 139901716699792 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28205] ppid=28146 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28205/stat : 28205 (java) S 28146 28149 24765 0 -1 1077944384 2 12919 0 0 0 0 5 2 20 0 15 0 63665272 11079016448 13338 33554432000 4194304 4196468 140729613151616 139901715646736 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28206] ppid=28146 vsize=10819352 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28206/stat : 28206 (java) S 28146 28149 24765 0 -1 1077944384 2 12919 0 0 0 0 5 2 20 0 15 0 63665272 11079016448 13338 33554432000 4194304 4196468 140729613151616 139901356583312 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28207] ppid=28146 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28207/stat : 28207 (java) S 28146 28149 24765 0 -1 1077944384 2 12919 0 0 0 0 5 2 20 0 15 0 63665274 11079016448 13338 33554432000 4194304 4196468 140729613151616 139901056830192 139901784988290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28208] ppid=28146 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28208/stat : 28208 (java) S 28146 28149 24765 0 -1 1077944384 13 12919 0 0 0 0 5 2 20 0 15 0 63665274 11079016448 13338 33554432000 4194304 4196468 140729613151616 139900976359072 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28209] ppid=28146 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28209/stat : 28209 (java) S 28146 28149 24765 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 63665274 11079016448 13338 33554432000 4194304 4196468 140729613151616 139900842140912 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28210] ppid=28146 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28210/stat : 28210 (java) S 28146 28149 24765 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 63665277 11079016448 13338 33554432000 4194304 4196468 140729613151616 139900333414864 139901784995739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28211] ppid=28146 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28149/task/28211/stat : 28211 (java) S 28146 28149 24765 0 -1 1077944384 525 12919 0 0 1 0 5 2 20 0 15 0 63665277 11079016448 13338 33554432000 4194304 4196468 140729613151616 139901055777008 139901784988290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28212] ppid=28146 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28149/task/28212/stat : 28212 (java) S 28146 28149 24765 0 -1 1077944384 56 12919 0 0 1 0 5 2 20 0 15 0 63665277 11079016448 13338 33554432000 4194304 4196468 140729613151616 139901054724464 139901784988290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28213] ppid=28146 vsize=10819352 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/28149/task/28213/stat : 28213 (java) S 28146 28149 24765 0 -1 1077944384 561 12919 0 0 4 0 5 2 20 0 15 0 63665277 11079016448 13338 33554432000 4194304 4196468 140729613151616 139901053671408 139901784988290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28214] ppid=28146 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28214/stat : 28214 (java) S 28146 28149 24765 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 63665277 11079016448 13338 33554432000 4194304 4196468 140729613151616 139900299856224 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28215] ppid=28146 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28215/stat : 28215 (java) S 28146 28149 24765 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 63665278 11079016448 13338 33554432000 4194304 4196468 140729613151616 139901052619824 139901784988290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53352 KiB

[startup+0.700798 s]
/proc/loadavg: 1.71 1.46 1.38 4/215 28215
/proc/meminfo: memFree=21741420/32770624 swapFree=67108860/67108860
[pid=28149] ppid=28146 vsize=10819352 memory=86588 CPUtime=0.98 cores=0,2,4,6
/proc/28149/stat : 28149 (java) S 28146 28149 24765 0 -1 1077944320 16836 12919 0 0 87 4 5 2 20 0 15 0 63665262 11079016448 21647 33554432000 4194304 4196468 140729613151616 140729613134160 139901784977143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
/proc/28149/statm: 2704838 21647 3237 1 0 2667149 0
[pid=28149/tid=28202] ppid=28146 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/28149/task/28202/stat : 28202 (java) R 28146 28149 24765 0 -1 4202560 12528 12919 0 0 56 3 5 2 20 0 15 0 63665271 11079016448 21647 33554432000 4194304 4196468 140729613151616 139901756798864 139901769057630 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28203] ppid=28146 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28203/stat : 28203 (java) S 28146 28149 24765 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 63665272 11079016448 21647 33554432000 4194304 4196468 140729613151616 139901789219344 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28204] ppid=28146 vsize=10819352 memory=4136 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28204/stat : 28204 (java) S 28146 28149 24765 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 63665272 11079016448 21647 33554432000 4194304 4196468 140729613151616 139901716699792 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28205] ppid=28146 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28205/stat : 28205 (java) S 28146 28149 24765 0 -1 1077944384 2 12919 0 0 0 0 5 2 20 0 15 0 63665272 11079016448 21647 33554432000 4194304 4196468 140729613151616 139901715646736 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28206] ppid=28146 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28206/stat : 28206 (java) S 28146 28149 24765 0 -1 1077944384 2 12919 0 0 0 0 5 2 20 0 15 0 63665272 11079016448 21647 33554432000 4194304 4196468 140729613151616 139901356583312 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28207] ppid=28146 vsize=10819352 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28207/stat : 28207 (java) S 28146 28149 24765 0 -1 1077944384 5 12919 0 0 0 0 5 2 20 0 15 0 63665274 11079016448 21647 33554432000 4194304 4196468 140729613151616 139901056830192 139901784988290 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28208] ppid=28146 vsize=10819352 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28208/stat : 28208 (java) S 28146 28149 24765 0 -1 1077944384 13 12919 0 0 0 0 5 2 20 0 15 0 63665274 11079016448 21647 33554432000 4194304 4196468 140729613151616 139900976359072 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28209] ppid=28146 vsize=10819352 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28209/stat : 28209 (java) S 28146 28149 24765 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 63665274 11079016448 21647 33554432000 4194304 4196468 140729613151616 139900842140912 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28210] ppid=28146 vsize=10819352 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28210/stat : 28210 (java) S 28146 28149 24765 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 63665277 11079016448 21647 33554432000 4194304 4196468 140729613151616 139900333414864 139901784995739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28211] ppid=28146 vsize=10819352 memory=13252 CPUtime=0.16 cores=0,2,4,6
/proc/28149/task/28211/stat : 28211 (java) S 28146 28149 24765 0 -1 1077944384 1136 12919 0 0 9 0 5 2 20 0 15 0 63665277 11079016448 21647 33554432000 4194304 4196468 140729613151616 139901055777008 139901784988290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28212] ppid=28146 vsize=10819352 memory=15460 CPUtime=0.14 cores=0,2,4,6
/proc/28149/task/28212/stat : 28212 (java) S 28146 28149 24765 0 -1 1077944384 317 12919 0 0 7 0 5 2 20 0 15 0 63665277 11079016448 21647 33554432000 4194304 4196468 140729613151616 139901054724464 139901784988290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28213] ppid=28146 vsize=10819352 memory=17668 CPUtime=0.2 cores=0,2,4,6
/proc/28149/task/28213/stat : 28213 (java) S 28146 28149 24765 0 -1 1077944384 631 12919 0 0 13 0 5 2 20 0 15 0 63665277 11079016448 21647 33554432000 4194304 4196468 140729613151616 139901053671408 139901784988290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28214] ppid=28146 vsize=10819352 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28214/stat : 28214 (java) S 28146 28149 24765 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 63665277 11079016448 21647 33554432000 4194304 4196468 140729613151616 139900299856224 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28215] ppid=28146 vsize=10819352 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28215/stat : 28215 (java) S 28146 28149 24765 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 63665278 11079016448 21647 33554432000 4194304 4196468 140729613151616 139901052619824 139901784988290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86588 KiB

[startup+1.50078 s]
/proc/loadavg: 1.71 1.46 1.38 4/215 28215
/proc/meminfo: memFree=21695432/32770624 swapFree=67108860/67108860
[pid=28149] ppid=28146 vsize=10834252 memory=200044 CPUtime=2.82 cores=0,2,4,6
/proc/28149/stat : 28149 (java) S 28146 28149 24765 0 -1 1077944320 24310 12919 0 0 265 10 5 2 20 0 15 0 63665262 11094274048 50011 33554432000 4194304 4196468 140729613151616 140729613134160 139901784977143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
/proc/28149/statm: 2708563 50011 3472 1 0 2670221 0
[pid=28149/tid=28202] ppid=28146 vsize=10834252 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/28149/task/28202/stat : 28202 (java) R 28146 28149 24765 0 -1 4202560 17227 12919 0 0 130 5 5 2 20 0 15 0 63665271 11094274048 50011 33554432000 4194304 4196468 140729613151616 139901756794144 139901784999069 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28203] ppid=28146 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28149/task/28203/stat : 28203 (java) S 28146 28149 24765 0 -1 1077944384 176 12919 0 0 1 0 5 2 20 0 15 0 63665272 11094274048 50011 33554432000 4194304 4196468 140729613151616 139901789219344 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28204] ppid=28146 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28149/task/28204/stat : 28204 (java) S 28146 28149 24765 0 -1 1077944384 27 12919 0 0 1 0 5 2 20 0 15 0 63665272 11094274048 50011 33554432000 4194304 4196468 140729613151616 139901716699792 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28205] ppid=28146 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28149/task/28205/stat : 28205 (java) S 28146 28149 24765 0 -1 1077944384 19 12919 0 0 1 0 5 2 20 0 15 0 63665272 11094274048 50011 33554432000 4194304 4196468 140729613151616 139901715646736 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28206] ppid=28146 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28149/task/28206/stat : 28206 (java) S 28146 28149 24765 0 -1 1077944384 60 12919 0 0 1 0 5 2 20 0 15 0 63665272 11094274048 50011 33554432000 4194304 4196468 140729613151616 139901356583312 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28207] ppid=28146 vsize=10834252 memory=1399103955520229747 CPUtime=0.08 cores=0,2,4,6
/proc/28149/task/28207/stat : 28207 (java) S 28146 28149 24765 0 -1 1077944384 53 12919 0 0 1 0 5 2 20 0 15 0 63665274 11094274048 50011 33554432000 4194304 4196468 140729613151616 139901056830192 139901784988290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28208] ppid=28146 vsize=10834252 memory=279289912174848 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28208/stat : 28208 (java) S 28146 28149 24765 0 -1 1077944384 13 12919 0 0 0 0 5 2 20 0 15 0 63665274 11094274048 50011 33554432000 4194304 4196468 140729613151616 139900976359136 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28209] ppid=28146 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28209/stat : 28209 (java) S 28146 28149 24765 0 -1 1077944384 2 12919 0 0 0 0 5 2 20 0 15 0 63665274 11094274048 50011 33554432000 4194304 4196468 140729613151616 139900842140928 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28210] ppid=28146 vsize=10834252 memory=1228 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28210/stat : 28210 (java) S 28146 28149 24765 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 63665277 11094274048 50011 33554432000 4194304 4196468 140729613151616 139900333414864 139901784995739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28211] ppid=28146 vsize=10834252 memory=1704 CPUtime=0.52 cores=0,2,4,6
/proc/28149/task/28211/stat : 28211 (java) S 28146 28149 24765 0 -1 1077944384 2120 12919 0 0 45 0 5 2 20 0 15 0 63665277 11094274048 50011 33554432000 4194304 4196468 140729613151616 139901055777008 139901784988290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28212] ppid=28146 vsize=10834252 memory=9924 CPUtime=0.45 cores=0,2,4,6
/proc/28149/task/28212/stat : 28212 (java) S 28146 28149 24765 0 -1 1077944384 956 12919 0 0 38 0 5 2 20 0 15 0 63665277 11094274048 50011 33554432000 4194304 4196468 140729613151616 139901054724464 139901784988290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28213] ppid=28146 vsize=10834252 memory=5788 CPUtime=0.5 cores=0,2,4,6
/proc/28149/task/28213/stat : 28213 (java) S 28146 28149 24765 0 -1 1077944384 1458 12919 0 0 42 1 5 2 20 0 15 0 63665277 11094274048 50011 33554432000 4194304 4196468 140729613151616 139901053671408 139901784988290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28214] ppid=28146 vsize=10834252 memory=1936 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28214/stat : 28214 (java) S 28146 28149 24765 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 63665277 11094274048 50011 33554432000 4194304 4196468 140729613151616 139900299856224 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28215] ppid=28146 vsize=10834252 memory=1196 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28215/stat : 28215 (java) S 28146 28149 24765 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 63665278 11094274048 50011 33554432000 4194304 4196468 140729613151616 139901052619824 139901784988290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 10834252 KiB

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

/proc/28149/task/28202/stat : 28202 (java) R 28146 28149 24765 0 -1 4202560 90665 12919 0 0 230011 47 5 2 20 0 15 0 63665271 11178180608 287545 33554432000 4194304 4196468 140729613151616 139901756811856 139901409292286 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28203] ppid=28146 vsize=10916192 memory=1150180 CPUtime=10.39 cores=0,2,4,6
/proc/28149/task/28203/stat : 28203 (java) S 28146 28149 24765 0 -1 1077944384 19963 12919 0 0 986 46 5 2 20 0 15 0 63665272 11178180608 287545 33554432000 4194304 4196468 140729613151616 139901789219344 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28204] ppid=28146 vsize=10916192 memory=1150180 CPUtime=10.44 cores=0,2,4,6
/proc/28149/task/28204/stat : 28204 (java) S 28146 28149 24765 0 -1 1077944384 17136 12919 0 0 986 51 5 2 20 0 15 0 63665272 11178180608 287545 33554432000 4194304 4196468 140729613151616 139901716699792 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28205] ppid=28146 vsize=10916192 memory=1150180 CPUtime=10.42 cores=0,2,4,6
/proc/28149/task/28205/stat : 28205 (java) S 28146 28149 24765 0 -1 1077944384 13075 12919 0 0 986 49 5 2 20 0 15 0 63665272 11178180608 287545 33554432000 4194304 4196468 140729613151616 139901715646736 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28206] ppid=28146 vsize=10916192 memory=1150180 CPUtime=10.45 cores=0,2,4,6
/proc/28149/task/28206/stat : 28206 (java) S 28146 28149 24765 0 -1 1077944384 17646 12919 0 0 987 51 5 2 20 0 15 0 63665272 11178180608 287545 33554432000 4194304 4196468 140729613151616 139901356583312 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28207] ppid=28146 vsize=10916192 memory=1150136 CPUtime=9.27 cores=0,2,4,6
/proc/28149/task/28207/stat : 28207 (java) S 28146 28149 24765 0 -1 1077944384 18022 12919 0 0 872 48 5 2 20 0 15 0 63665274 11178180608 287545 33554432000 4194304 4196468 140729613151616 139901056830192 139901784988290 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28208] ppid=28146 vsize=10916192 memory=1150136 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28208/stat : 28208 (java) S 28146 28149 24765 0 -1 1077944384 16 12919 0 0 0 0 5 2 20 0 15 0 63665274 11178180608 287545 33554432000 4194304 4196468 140729613151616 139900976359200 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28209] ppid=28146 vsize=10916192 memory=1150136 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28209/stat : 28209 (java) S 28146 28149 24765 0 -1 1077944384 11 12919 0 0 0 0 5 2 20 0 15 0 63665274 11178180608 287545 33554432000 4194304 4196468 140729613151616 139900842140928 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28210] ppid=28146 vsize=10916192 memory=19564 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28210/stat : 28210 (java) S 28146 28149 24765 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 63665277 11178180608 287545 33554432000 4194304 4196468 140729613151616 139900333414864 139901784995739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28211] ppid=28146 vsize=10916192 memory=1150180 CPUtime=6.13 cores=0,2,4,6
/proc/28149/task/28211/stat : 28211 (java) S 28146 28149 24765 0 -1 1077944384 29646 12919 0 0 602 4 5 2 20 0 15 0 63665277 11178180608 287545 33554432000 4194304 4196468 140729613151616 139901055777008 139901784988290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28212] ppid=28146 vsize=10916192 memory=1150180 CPUtime=6.57 cores=0,2,4,6
/proc/28149/task/28212/stat : 28212 (java) S 28146 28149 24765 0 -1 1077944384 31965 12919 0 0 646 4 5 2 20 0 15 0 63665277 11178180608 287545 33554432000 4194304 4196468 140729613151616 139901054724464 139901784988290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28213] ppid=28146 vsize=10916192 memory=6791534058613427641 CPUtime=2.69 cores=0,2,4,6
/proc/28149/task/28213/stat : 28213 (java) S 28146 28149 24765 0 -1 1077944384 37713 12919 0 0 256 6 5 2 20 0 15 0 63665277 11178180608 287545 33554432000 4194304 4196468 140729613151616 139901053671408 139901784988290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28214] ppid=28146 vsize=10916192 memory=4128 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28214/stat : 28214 (java) S 28146 28149 24765 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 63665277 11178180608 287545 33554432000 4194304 4196468 140729613151616 139900299856224 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28215] ppid=28146 vsize=10916192 memory=1150180 CPUtime=1.4 cores=0,2,4,6
/proc/28149/task/28215/stat : 28215 (java) S 28146 28149 24765 0 -1 1077944384 1973 12919 0 0 68 65 5 2 20 0 15 0 63665278 11178180608 287545 33554432000 4194304 4196468 140729613151616 139901052619824 139901784988290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
Current children cumulated CPU time: 2367.87 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1150180 KiB

[startup+2382.3 s]
/proc/loadavg: 1.41 1.35 1.37 3/215 28311
/proc/meminfo: memFree=20573380/32770624 swapFree=67108860/67108860
[pid=28149] ppid=28146 vsize=10916192 memory=1150244 CPUtime=2428.62 cores=0,2,4,6
/proc/28149/stat : 28149 (java) S 28146 28149 24765 0 -1 1077944320 281716 12919 0 0 242531 324 5 2 20 0 15 0 63665262 11178180608 287561 33554432000 4194304 4196468 140729613151616 140729613134160 139901784977143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
/proc/28149/statm: 2729048 287561 3530 1 0 2690701 0
[pid=28149/tid=28202] ppid=28146 vsize=10916192 memory=1150244 CPUtime=2360.11 cores=0,2,4,6
/proc/28149/task/28202/stat : 28202 (java) R 28146 28149 24765 0 -1 4202560 91499 12919 0 0 235957 47 5 2 20 0 15 0 63665271 11178180608 287561 33554432000 4194304 4196468 140729613151616 139901756811072 139901397756587 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28203] ppid=28146 vsize=10916192 memory=1150224 CPUtime=10.64 cores=0,2,4,6
/proc/28149/task/28203/stat : 28203 (java) S 28146 28149 24765 0 -1 1077944384 20305 12919 0 0 1009 48 5 2 20 0 15 0 63665272 11178180608 287561 33554432000 4194304 4196468 140729613151616 139901789219344 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28204] ppid=28146 vsize=10916192 memory=1150188 CPUtime=10.69 cores=0,2,4,6
/proc/28149/task/28204/stat : 28204 (java) S 28146 28149 24765 0 -1 1077944384 17242 12919 0 0 1011 51 5 2 20 0 15 0 63665272 11178180608 287561 33554432000 4194304 4196468 140729613151616 139901716699792 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28205] ppid=28146 vsize=10916192 memory=1150224 CPUtime=10.67 cores=0,2,4,6
/proc/28149/task/28205/stat : 28205 (java) S 28146 28149 24765 0 -1 1077944384 13119 12919 0 0 1010 50 5 2 20 0 15 0 63665272 11178180608 287561 33554432000 4194304 4196468 140729613151616 139901715646736 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28206] ppid=28146 vsize=10916192 memory=1150224 CPUtime=10.71 cores=0,2,4,6
/proc/28149/task/28206/stat : 28206 (java) S 28146 28149 24765 0 -1 1077944384 17696 12919 0 0 1012 52 5 2 20 0 15 0 63665272 11178180608 287561 33554432000 4194304 4196468 140729613151616 139901356583312 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28207] ppid=28146 vsize=10916192 memory=1150244 CPUtime=9.48 cores=0,2,4,6
/proc/28149/task/28207/stat : 28207 (java) S 28146 28149 24765 0 -1 1077944384 18285 12919 0 0 892 49 5 2 20 0 15 0 63665274 11178180608 287561 33554432000 4194304 4196468 140729613151616 139901056830192 139901784988290 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28208] ppid=28146 vsize=10916192 memory=279289913195200 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28208/stat : 28208 (java) S 28146 28149 24765 0 -1 1077944384 16 12919 0 0 0 0 5 2 20 0 15 0 63665274 11178180608 287561 33554432000 4194304 4196468 140729613151616 139900976359200 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28209] ppid=28146 vsize=10916192 memory=1150244 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28209/stat : 28209 (java) S 28146 28149 24765 0 -1 1077944384 11 12919 0 0 0 0 5 2 20 0 15 0 63665274 11178180608 287561 33554432000 4194304 4196468 140729613151616 139900842140928 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28210] ppid=28146 vsize=10916192 memory=1150244 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28210/stat : 28210 (java) S 28146 28149 24765 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 63665277 11178180608 287561 33554432000 4194304 4196468 140729613151616 139900333414864 139901784995739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28211] ppid=28146 vsize=10916192 memory=4136 CPUtime=6.13 cores=0,2,4,6
/proc/28149/task/28211/stat : 28211 (java) S 28146 28149 24765 0 -1 1077944384 29649 12919 0 0 602 4 5 2 20 0 15 0 63665277 11178180608 287561 33554432000 4194304 4196468 140729613151616 139901055777008 139901784988290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28212] ppid=28146 vsize=10916192 memory=19564 CPUtime=6.57 cores=0,2,4,6
/proc/28149/task/28212/stat : 28212 (java) S 28146 28149 24765 0 -1 1077944384 31967 12919 0 0 646 4 5 2 20 0 15 0 63665277 11178180608 287561 33554432000 4194304 4196468 140729613151616 139901054724464 139901784988290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28213] ppid=28146 vsize=10916192 memory=2420 CPUtime=2.69 cores=0,2,4,6
/proc/28149/task/28213/stat : 28213 (java) S 28146 28149 24765 0 -1 1077944384 37715 12919 0 0 256 6 5 2 20 0 15 0 63665277 11178180608 287561 33554432000 4194304 4196468 140729613151616 139901053671408 139901784988290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28214] ppid=28146 vsize=10916192 memory=1292 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28214/stat : 28214 (java) S 28146 28149 24765 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 63665277 11178180608 287561 33554432000 4194304 4196468 140729613151616 139900299856224 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28215] ppid=28146 vsize=10916192 memory=1012 CPUtime=1.43 cores=0,2,4,6
/proc/28149/task/28215/stat : 28215 (java) S 28146 28149 24765 0 -1 1077944384 2014 12919 0 0 70 66 5 2 20 0 15 0 63665278 11178180608 287561 33554432000 4194304 4196468 140729613151616 139901052619824 139901784988290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
Current children cumulated CPU time: 2428.62 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1150244 KiB

[startup+2442.3 s]
/proc/loadavg: 1.55 1.41 1.39 3/215 28439
/proc/meminfo: memFree=18688672/32770624 swapFree=67108860/67108860
[pid=28149] ppid=28146 vsize=10916192 memory=1150300 CPUtime=2489.4 cores=0,2,4,6
/proc/28149/stat : 28149 (java) S 28146 28149 24765 0 -1 1077944320 283171 12919 0 0 248601 332 5 2 20 0 15 0 63665262 11178180608 287575 33554432000 4194304 4196468 140729613151616 140729613134160 139901784977143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
/proc/28149/statm: 2729048 287575 3530 1 0 2690701 0
[pid=28149/tid=28202] ppid=28146 vsize=10916192 memory=796 CPUtime=2419.59 cores=0,2,4,6
/proc/28149/task/28202/stat : 28202 (java) R 28146 28149 24765 0 -1 4202560 92247 12919 0 0 241904 48 5 2 20 0 15 0 63665271 11178180608 287575 33554432000 4194304 4196468 140729613151616 139901756812000 139901404252608 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28203] ppid=28146 vsize=10916192 memory=1150300 CPUtime=10.9 cores=0,2,4,6
/proc/28149/task/28203/stat : 28203 (java) S 28146 28149 24765 0 -1 1077944384 20656 12919 0 0 1033 50 5 2 20 0 15 0 63665272 11178180608 287575 33554432000 4194304 4196468 140729613151616 139901789219344 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28204] ppid=28146 vsize=10916192 memory=1150264 CPUtime=10.96 cores=0,2,4,6
/proc/28149/task/28204/stat : 28204 (java) S 28146 28149 24765 0 -1 1077944384 17259 12919 0 0 1037 52 5 2 20 0 15 0 63665272 11178180608 287575 33554432000 4194304 4196468 140729613151616 139901716699792 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28205] ppid=28146 vsize=10916192 memory=1150300 CPUtime=10.93 cores=0,2,4,6
/proc/28149/task/28205/stat : 28205 (java) S 28146 28149 24765 0 -1 1077944384 13139 12919 0 0 1035 51 5 2 20 0 15 0 63665272 11178180608 287575 33554432000 4194304 4196468 140729613151616 139901715646736 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28206] ppid=28146 vsize=10916192 memory=1150300 CPUtime=10.96 cores=0,2,4,6
/proc/28149/task/28206/stat : 28206 (java) S 28146 28149 24765 0 -1 1077944384 17779 12919 0 0 1036 53 5 2 20 0 15 0 63665272 11178180608 287575 33554432000 4194304 4196468 140729613151616 139901356583312 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28207] ppid=28146 vsize=10916192 memory=1150264 CPUtime=9.71 cores=0,2,4,6
/proc/28149/task/28207/stat : 28207 (java) S 28146 28149 24765 0 -1 1077944384 18498 12919 0 0 913 51 5 2 20 0 15 0 63665274 11178180608 287575 33554432000 4194304 4196468 140729613151616 139901056830192 139901784988290 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28208] ppid=28146 vsize=10916192 memory=1150300 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28208/stat : 28208 (java) S 28146 28149 24765 0 -1 1077944384 16 12919 0 0 0 0 5 2 20 0 15 0 63665274 11178180608 287575 33554432000 4194304 4196468 140729613151616 139900976359200 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28209] ppid=28146 vsize=10916192 memory=1150300 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28209/stat : 28209 (java) S 28146 28149 24765 0 -1 1077944384 11 12919 0 0 0 0 5 2 20 0 15 0 63665274 11178180608 287575 33554432000 4194304 4196468 140729613151616 139900842140928 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28210] ppid=28146 vsize=10916192 memory=1150300 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28210/stat : 28210 (java) S 28146 28149 24765 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 63665277 11178180608 287575 33554432000 4194304 4196468 140729613151616 139900333414864 139901784995739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28211] ppid=28146 vsize=10916192 memory=1150264 CPUtime=6.13 cores=0,2,4,6
/proc/28149/task/28211/stat : 28211 (java) S 28146 28149 24765 0 -1 1077944384 29651 12919 0 0 602 4 5 2 20 0 15 0 63665277 11178180608 287575 33554432000 4194304 4196468 140729613151616 139901055777008 139901784988290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28212] ppid=28146 vsize=10916192 memory=1150300 CPUtime=6.57 cores=0,2,4,6
/proc/28149/task/28212/stat : 28212 (java) S 28146 28149 24765 0 -1 1077944384 31969 12919 0 0 646 4 5 2 20 0 15 0 63665277 11178180608 287575 33554432000 4194304 4196468 140729613151616 139901054724464 139901784988290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28213] ppid=28146 vsize=10916192 memory=1150300 CPUtime=2.69 cores=0,2,4,6
/proc/28149/task/28213/stat : 28213 (java) S 28146 28149 24765 0 -1 1077944384 37717 12919 0 0 256 6 5 2 20 0 15 0 63665277 11178180608 287575 33554432000 4194304 4196468 140729613151616 139901053671408 139901784988290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28214] ppid=28146 vsize=10916192 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28214/stat : 28214 (java) S 28146 28149 24765 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 63665277 11178180608 287575 33554432000 4194304 4196468 140729613151616 139900299856224 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28215] ppid=28146 vsize=10916192 memory=844 CPUtime=1.47 cores=0,2,4,6
/proc/28149/task/28215/stat : 28215 (java) S 28146 28149 24765 0 -1 1077944384 2031 12919 0 0 72 68 5 2 20 0 15 0 63665278 11178180608 287575 33554432000 4194304 4196468 140729613151616 139901052619824 139901784988290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
Current children cumulated CPU time: 2489.4 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1150300 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2472.6 s]
/proc/loadavg: 1.46 1.40 1.39 3/215 28440
/proc/meminfo: memFree=18676392/32770624 swapFree=67108860/67108860
[pid=28149] ppid=28146 vsize=10916192 memory=1152396 CPUtime=2520.09 cores=0,2,4,6
/proc/28149/stat : 28149 (java) S 28146 28149 24765 0 -1 1077944320 284048 12919 0 0 251667 335 5 2 20 0 15 0 63665262 11178180608 288099 33554432000 4194304 4196468 140729613151616 140729613134160 139901784977143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
/proc/28149/statm: 2729048 288099 3530 1 0 2690701 0
[pid=28149/tid=28202] ppid=28146 vsize=10916192 memory=11744 CPUtime=2449.62 cores=0,2,4,6
/proc/28149/task/28202/stat : 28202 (java) R 28146 28149 24765 0 -1 4202560 92584 12919 0 0 244907 48 5 2 20 0 15 0 63665271 11178180608 288099 33554432000 4194304 4196468 140729613151616 139901756811216 139901407494669 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28203] ppid=28146 vsize=10916192 memory=644 CPUtime=11.03 cores=0,2,4,6
/proc/28149/task/28203/stat : 28203 (java) S 28146 28149 24765 0 -1 1077944384 20663 12919 0 0 1046 50 5 2 20 0 15 0 63665272 11178180608 288099 33554432000 4194304 4196468 140729613151616 139901789219344 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28204] ppid=28146 vsize=10916192 memory=6791534058613427641 CPUtime=11.09 cores=0,2,4,6
/proc/28149/task/28204/stat : 28204 (java) S 28146 28149 24765 0 -1 1077944384 17550 12919 0 0 1049 53 5 2 20 0 15 0 63665272 11178180608 288099 33554432000 4194304 4196468 140729613151616 139901716699792 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28205] ppid=28146 vsize=10916192 memory=9924 CPUtime=11.07 cores=0,2,4,6
/proc/28149/task/28205/stat : 28205 (java) S 28146 28149 24765 0 -1 1077944384 13155 12919 0 0 1049 51 5 2 20 0 15 0 63665272 11178180608 288099 33554432000 4194304 4196468 140729613151616 139901715646736 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28206] ppid=28146 vsize=10916192 memory=5788 CPUtime=11.09 cores=0,2,4,6
/proc/28149/task/28206/stat : 28206 (java) S 28146 28149 24765 0 -1 1077944384 17854 12919 0 0 1049 53 5 2 20 0 15 0 63665272 11178180608 288099 33554432000 4194304 4196468 140729613151616 139901356583312 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28207] ppid=28146 vsize=10916192 memory=1936 CPUtime=9.83 cores=0,2,4,6
/proc/28149/task/28207/stat : 28207 (java) S 28146 28149 24765 0 -1 1077944384 18640 12919 0 0 924 52 5 2 20 0 15 0 63665274 11178180608 288099 33554432000 4194304 4196468 140729613151616 139901056830192 139901784988290 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28208] ppid=28146 vsize=10916192 memory=1196 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28208/stat : 28208 (java) S 28146 28149 24765 0 -1 1077944384 16 12919 0 0 0 0 5 2 20 0 15 0 63665274 11178180608 288099 33554432000 4194304 4196468 140729613151616 139900976359200 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28209] ppid=28146 vsize=10916192 memory=8516 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28209/stat : 28209 (java) S 28146 28149 24765 0 -1 1077944384 11 12919 0 0 0 0 5 2 20 0 15 0 63665274 11178180608 288099 33554432000 4194304 4196468 140729613151616 139900842140928 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28210] ppid=28146 vsize=10916192 memory=4616 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28210/stat : 28210 (java) S 28146 28149 24765 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 63665277 11178180608 288099 33554432000 4194304 4196468 140729613151616 139900333414864 139901784995739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28211] ppid=28146 vsize=10916192 memory=1796 CPUtime=6.13 cores=0,2,4,6
/proc/28149/task/28211/stat : 28211 (java) S 28146 28149 24765 0 -1 1077944384 29653 12919 0 0 602 4 5 2 20 0 15 0 63665277 11178180608 288099 33554432000 4194304 4196468 140729613151616 139901055777008 139901784988290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28212] ppid=28146 vsize=10916192 memory=916 CPUtime=6.57 cores=0,2,4,6
/proc/28149/task/28212/stat : 28212 (java) S 28146 28149 24765 0 -1 1077944384 31971 12919 0 0 646 4 5 2 20 0 15 0 63665277 11178180608 288099 33554432000 4194304 4196468 140729613151616 139901054724464 139901784988290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28213] ppid=28146 vsize=10916192 memory=3848 CPUtime=2.69 cores=0,2,4,6
/proc/28149/task/28213/stat : 28213 (java) S 28146 28149 24765 0 -1 1077944384 37719 12919 0 0 256 6 5 2 20 0 15 0 63665277 11178180608 288099 33554432000 4194304 4196468 140729613151616 139901053671408 139901784988290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28214] ppid=28146 vsize=10916192 memory=2856 CPUtime=0.07 cores=0,2,4,6
/proc/28149/task/28214/stat : 28214 (java) S 28146 28149 24765 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 63665277 11178180608 288099 33554432000 4194304 4196468 140729613151616 139900299856224 139901784987349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
[pid=28149/tid=28215] ppid=28146 vsize=10916192 memory=2600 CPUtime=1.49 cores=0,2,4,6
/proc/28149/task/28215/stat : 28215 (java) S 28146 28149 24765 0 -1 1077944384 2034 12919 0 0 73 69 5 2 20 0 15 0 63665278 11178180608 288099 33554432000 4194304 4196468 140729613151616 139901052619824 139901784988290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32550912 140729613158572 140729613161820 140729613161820 140729613164495 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1152396 KiB

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

[startup+2472.63 s]
# the end of solver process 28149 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.75 s, system=3.39397 s

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

Child status: 143
Real time (s): 2472.63
CPU time (s): 2520.15
CPU user time (s): 2516.75
CPU system time (s): 3.39397
CPU usage (%): 101.922
Max. virtual memory (cumulated for all children) (KiB): 10916192
Max. memory (cumulated for all children) (KiB): 1164476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.75
system time used= 3.39397
maximum resident set size= 1164972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 298339
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 258489
involuntary context switches= 6946


# summary of solver processes directly reported to runsolver:
#   pid: 28149
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2516.75
#   total CPU system time (s): 3.39397

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5791 second user time and 23.2962 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-24 21:37:01
IDJOB=4294401
IDBENCH=141379
IDSOLVER=2751
FILE ID=node105/4294401-1532461021
RUNJOBID= node105-1532448512-24796
PBS_JOBID= 21021581
Free space on /tmp= 44736 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/SocialGolfers/SocialGolfers-4-4-6-cp_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294401-1532461021/watcher-4294401-1532461021 -o /tmp/evaluation-result-4294401-1532461021/solver-4294401-1532461021 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532448512-24796 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=306427374 -superng HOME/instance-4294401-1532461021.xml

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

MD5SUM BENCH= c46d03ece148f4d4d488319a25e0c2d7
RANDOM SEED=306427374

node105.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.32
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.32
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.32
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.32
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:        21792072 kB
MemAvailable:   31064736 kB
Buffers:          222724 kB
Cached:          9189612 kB
SwapCached:            0 kB
Active:          2520580 kB
Inactive:        7818828 kB
Active(anon):     881160 kB
Inactive(anon):    65412 kB
Active(file):    1639420 kB
Inactive(file):  7753416 kB
Unevictable:        7288 kB
Mlocked:            7288 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27140 kB
Writeback:             0 kB
AnonPages:        944160 kB
Mapped:            51768 kB
Shmem:             17036 kB
Slab:             336232 kB
SReclaimable:     308288 kB
SUnreclaim:        27944 kB
KernelStack:        3792 kB
PageTables:         7104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1921496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    716800 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44712 MiB
End job on node105 at 2018-07-24 22:18:14