Trace number 4295287

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.8 2018-06-13? (TO) 2520.05 2496.13

General information on the benchmark

NameSubisomorphism/
Subisomorphism-g17-g42_c18.xml
MD5SUM114757bdcfe6c836d79220a034ae6c5f
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 benchmark44.1483
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints173
Number of domains1
Minimum domain size128
Maximum domain size128
Distribution of domain sizes[{"size":128,"count":64}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":4},{"degree":5,"count":24},{"degree":6,"count":36}]
Minimum constraint arity1
Maximum constraint arity64
Distribution of constraint arities[{"arity":1,"count":60},{"arity":2,"count":112},{"arity":64,"count":1}]
Number of extensional constraints172
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":172},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295287-1532540883/watcher-4295287-1532540883 -o /tmp/evaluation-result-4295287-1532540883/solver-4295287-1532540883 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532523045-23735 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=728025818 HOME/instance-4295287-1532540883.xml 

running on 4 cores: 1,3,5,7

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

solver pid=28197, runsolver pid=28194

[startup+0.100194 s]*
/proc/loadavg: 1.46 1.33 1.33 3/206 28254
/proc/meminfo: memFree=17116272/32770624 swapFree=67108796/67108860
[pid=28197] ppid=28194 vsize=9972712 memory=18588 CPUtime=0.09 cores=1,3,5,7
/proc/28197/stat : 28197 (java) S 28194 28197 23703 0 -1 1077944320 4299 13203 0 0 1 0 5 3 20 0 6 0 71651531 10212057088 4647 33554432000 4194304 4196468 140730191889232 140730191871776 139806915935991 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
/proc/28197/statm: 2493178 4647 1932 1 0 2481616 0
[pid=28197/tid=28250] ppid=28194 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28250/stat : 28250 (java) R 28194 28197 23703 0 -1 4202560 2103 13203 0 0 0 0 5 3 20 0 6 0 71651540 10212057088 4647 33554432000 4194304 4196468 140730191889232 139806887772752 139806900016478 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28251] ppid=28194 vsize=9972712 memory=5793855229367601593 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28251/stat : 28251 (java) S 28194 28197 23703 0 -1 1077944384 2 13203 0 0 0 0 5 3 20 0 6 0 71651541 10212057088 4647 33554432000 4194304 4196468 140730191889232 139806920178192 139806915946197 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28252] ppid=28194 vsize=9972712 memory=139978357708416 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28252/stat : 28252 (java) S 28194 28197 23703 0 -1 1077944384 2 13203 0 0 0 0 5 3 20 0 6 0 71651541 10212057088 4647 33554432000 4194304 4196468 140730191889232 139806824381072 139806915946197 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28253] ppid=28194 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28253/stat : 28253 (java) S 28194 28197 23703 0 -1 1077944384 2 13203 0 0 0 0 5 3 20 0 6 0 71651541 10212057088 4647 33554432000 4194304 4196468 140730191889232 139806487927056 139806915946197 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28254] ppid=28194 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28254/stat : 28254 (java) S 28194 28197 23703 0 -1 1077944384 1 13203 0 0 0 0 5 3 20 0 6 0 71651541 10212057088 4647 33554432000 4194304 4196468 140730191889232 139806486874512 139806915946197 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18588 KiB

[startup+0.210054 s]*
/proc/loadavg: 1.46 1.33 1.33 3/215 28263
/proc/meminfo: memFree=17094152/32770624 swapFree=67108796/67108860
[pid=28197] ppid=28194 vsize=10818904 memory=42816 CPUtime=0.26 cores=1,3,5,7
/proc/28197/stat : 28197 (java) S 28194 28197 23703 0 -1 1077944320 7935 13203 0 0 17 1 5 3 20 0 15 0 71651531 11078557696 10704 33554432000 4194304 4196468 140730191889232 140730191871776 139806915935991 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
/proc/28197/statm: 2704726 10704 2977 1 0 2667149 0
[pid=28197/tid=28250] ppid=28194 vsize=10819896 memory=-8540663193526752614 CPUtime=0.2 cores=1,3,5,7
/proc/28197/task/28250/stat : 28250 (java) R 28194 28197 23703 0 -1 4202560 4458 13203 0 0 11 1 5 3 20 0 15 0 71651540 11079573504 10770 33554432000 4194304 4196468 140730191889232 139806887760800 139806908615709 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28251] ppid=28194 vsize=10819896 memory=4211973704562498954 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28251/stat : 28251 (java) S 28194 28197 23703 0 -1 1077944384 2 13203 0 0 0 0 5 3 20 0 15 0 71651541 11079573504 10770 33554432000 4194304 4196468 140730191889232 139806920178192 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28252] ppid=28194 vsize=10819896 memory=139978357708416 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28252/stat : 28252 (java) S 28194 28197 23703 0 -1 1077944384 2 13203 0 0 0 0 5 3 20 0 15 0 71651541 11079573504 10770 33554432000 4194304 4196468 140730191889232 139806824381072 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28253] ppid=28194 vsize=10819896 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28253/stat : 28253 (java) S 28194 28197 23703 0 -1 1077944384 2 13203 0 0 0 0 5 3 20 0 15 0 71651541 11079573504 10770 33554432000 4194304 4196468 140730191889232 139806487927056 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28254] ppid=28194 vsize=10819896 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28254/stat : 28254 (java) S 28194 28197 23703 0 -1 1077944384 1 13203 0 0 0 0 5 3 20 0 15 0 71651541 11079573504 10770 33554432000 4194304 4196468 140730191889232 139806486874512 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28255] ppid=28194 vsize=10819896 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28255/stat : 28255 (java) S 28194 28197 23703 0 -1 1077944384 2 13203 0 0 0 0 5 3 20 0 15 0 71651542 11079573504 10836 33554432000 4194304 4196468 140730191889232 139806120602352 139806915947138 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28256] ppid=28194 vsize=10819896 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28256/stat : 28256 (java) S 28194 28197 23703 0 -1 1077944384 33 13203 0 0 0 0 5 3 20 0 15 0 71651543 11079573504 10836 33554432000 4194304 4196468 140730191889232 139806119548576 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28257] ppid=28194 vsize=10819896 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28257/stat : 28257 (java) S 28194 28197 23703 0 -1 1077944384 1 13203 0 0 0 0 5 3 20 0 15 0 71651543 11079573504 10836 33554432000 4194304 4196468 140730191889232 139806017316080 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28258] ppid=28194 vsize=10819896 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28258/stat : 28258 (java) S 28194 28197 23703 0 -1 1077944384 3 13203 0 0 0 0 5 3 20 0 15 0 71651546 11079573504 10836 33554432000 4194304 4196468 140730191889232 139805508590032 139806915954587 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28259] ppid=28194 vsize=10819896 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28197/task/28259/stat : 28259 (java) S 28194 28197 23703 0 -1 1077944384 467 13203 0 0 1 0 5 3 20 0 15 0 71651546 11079573504 10902 33554432000 4194304 4196468 140730191889232 139806085990640 139806915947138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28260] ppid=28194 vsize=10819896 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/28197/task/28260/stat : 28260 (java) S 28194 28197 23703 0 -1 1077944384 140 13203 0 0 1 0 5 3 20 0 15 0 71651546 11079573504 10902 33554432000 4194304 4196468 140730191889232 139805983758704 139806915947138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28261] ppid=28194 vsize=10819896 memory=139978357708416 CPUtime=0.11 cores=1,3,5,7
/proc/28197/task/28261/stat : 28261 (java) S 28194 28197 23703 0 -1 1077944384 638 13203 0 0 3 0 5 3 20 0 15 0 71651546 11079573504 10902 33554432000 4194304 4196468 140730191889232 139805982705648 139806915947138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28262] ppid=28194 vsize=10819896 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28262/stat : 28262 (java) S 28194 28197 23703 0 -1 1077944384 3 13203 0 0 0 0 5 3 20 0 15 0 71651546 11079573504 10902 33554432000 4194304 4196468 140730191889232 139805475031392 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28263] ppid=28194 vsize=10819896 memory=139978357708416 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28263/stat : 28263 (java) S 28194 28197 23703 0 -1 1077944384 1 13203 0 0 0 0 5 3 20 0 15 0 71651546 11079573504 10968 33554432000 4194304 4196468 140730191889232 139805981654064 139806915947138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 42816 KiB

[startup+0.310272 s]*
/proc/loadavg: 1.46 1.33 1.33 3/215 28263
/proc/meminfo: memFree=17081748/32770624 swapFree=67108796/67108860
[pid=28197] ppid=28194 vsize=10819352 memory=53520 CPUtime=0.39 cores=1,3,5,7
/proc/28197/stat : 28197 (java) S 28194 28197 23703 0 -1 1077944320 10454 13203 0 0 29 2 5 3 20 0 15 0 71651531 11079016448 13380 33554432000 4194304 4196468 140730191889232 140730191871776 139806915935991 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
/proc/28197/statm: 2704838 13380 3096 1 0 2667149 0
[pid=28197/tid=28250] ppid=28194 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/28197/task/28250/stat : 28250 (java) R 28194 28197 23703 0 -1 4202560 6957 13203 0 0 20 1 5 3 20 0 15 0 71651540 11079016448 13380 33554432000 4194304 4196468 140730191889232 139806887748000 139806900016478 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28251] ppid=28194 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28251/stat : 28251 (java) S 28194 28197 23703 0 -1 1077944384 2 13203 0 0 0 0 5 3 20 0 15 0 71651541 11079016448 13380 33554432000 4194304 4196468 140730191889232 139806920178192 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28252] ppid=28194 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28252/stat : 28252 (java) S 28194 28197 23703 0 -1 1077944384 2 13203 0 0 0 0 5 3 20 0 15 0 71651541 11079016448 13380 33554432000 4194304 4196468 140730191889232 139806824381072 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28253] ppid=28194 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28253/stat : 28253 (java) S 28194 28197 23703 0 -1 1077944384 2 13203 0 0 0 0 5 3 20 0 15 0 71651541 11079016448 13380 33554432000 4194304 4196468 140730191889232 139806487927056 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28254] ppid=28194 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28254/stat : 28254 (java) S 28194 28197 23703 0 -1 1077944384 1 13203 0 0 0 0 5 3 20 0 15 0 71651541 11079016448 13380 33554432000 4194304 4196468 140730191889232 139806486874512 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28255] ppid=28194 vsize=10819352 memory=139978357708415 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28255/stat : 28255 (java) S 28194 28197 23703 0 -1 1077944384 2 13203 0 0 0 0 5 3 20 0 15 0 71651542 11079016448 13380 33554432000 4194304 4196468 140730191889232 139806120602352 139806915947138 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28256] ppid=28194 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28256/stat : 28256 (java) S 28194 28197 23703 0 -1 1077944384 33 13203 0 0 0 0 5 3 20 0 15 0 71651543 11079016448 13380 33554432000 4194304 4196468 140730191889232 139806119548576 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28257] ppid=28194 vsize=10819352 memory=139978357708416 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28257/stat : 28257 (java) S 28194 28197 23703 0 -1 1077944384 1 13203 0 0 0 0 5 3 20 0 15 0 71651543 11079016448 13380 33554432000 4194304 4196468 140730191889232 139806017316080 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28258] ppid=28194 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28258/stat : 28258 (java) S 28194 28197 23703 0 -1 1077944384 3 13203 0 0 0 0 5 3 20 0 15 0 71651546 11079016448 13380 33554432000 4194304 4196468 140730191889232 139805508590032 139806915954587 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28259] ppid=28194 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28197/task/28259/stat : 28259 (java) S 28194 28197 23703 0 -1 1077944384 468 13203 0 0 1 0 5 3 20 0 15 0 71651546 11079016448 13380 33554432000 4194304 4196468 140730191889232 139806085990640 139806915947138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28260] ppid=28194 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/28197/task/28260/stat : 28260 (java) S 28194 28197 23703 0 -1 1077944384 140 13203 0 0 1 0 5 3 20 0 15 0 71651546 11079016448 13380 33554432000 4194304 4196468 140730191889232 139805983758704 139806915947138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28261] ppid=28194 vsize=10819352 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/28197/task/28261/stat : 28261 (java) R 28194 28197 23703 0 -1 4202560 654 13203 0 0 5 0 5 3 20 0 15 0 71651546 11079016448 13380 33554432000 4194304 4196468 140730191889232 139805982705648 139806894410720 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28262] ppid=28194 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28262/stat : 28262 (java) S 28194 28197 23703 0 -1 1077944384 3 13203 0 0 0 0 5 3 20 0 15 0 71651546 11079016448 13380 33554432000 4194304 4196468 140730191889232 139805475031392 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28263] ppid=28194 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28263/stat : 28263 (java) S 28194 28197 23703 0 -1 1077944384 1 13203 0 0 0 0 5 3 20 0 15 0 71651546 11079016448 13380 33554432000 4194304 4196468 140730191889232 139805981654064 139806915947138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53520 KiB

[startup+0.700777 s]
/proc/loadavg: 1.46 1.33 1.33 3/215 28263
/proc/meminfo: memFree=17071108/32770624 swapFree=67108796/67108860
[pid=28197] ppid=28194 vsize=10819352 memory=86796 CPUtime=1 cores=1,3,5,7
/proc/28197/stat : 28197 (java) S 28194 28197 23703 0 -1 1077944320 16767 13203 0 0 88 4 5 3 20 0 15 0 71651531 11079016448 21699 33554432000 4194304 4196468 140730191889232 140730191871776 139806915935991 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
/proc/28197/statm: 2704838 21699 3246 1 0 2667149 0
[pid=28197/tid=28250] ppid=28194 vsize=10819352 memory=21448 CPUtime=0.67 cores=1,3,5,7
/proc/28197/task/28250/stat : 28250 (java) R 28194 28197 23703 0 -1 4202560 12174 13203 0 0 57 2 5 3 20 0 15 0 71651540 11079016448 21699 33554432000 4194304 4196468 140730191889232 139806887756816 139806897499547 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28251] ppid=28194 vsize=10819352 memory=4580 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28251/stat : 28251 (java) S 28194 28197 23703 0 -1 1077944384 2 13203 0 0 0 0 5 3 20 0 15 0 71651541 11079016448 21699 33554432000 4194304 4196468 140730191889232 139806920178192 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28252] ppid=28194 vsize=10819352 memory=139978218971631 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28252/stat : 28252 (java) S 28194 28197 23703 0 -1 1077944384 2 13203 0 0 0 0 5 3 20 0 15 0 71651541 11079016448 21699 33554432000 4194304 4196468 140730191889232 139806824381072 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28253] ppid=28194 vsize=10819352 memory=139981574112136 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28253/stat : 28253 (java) S 28194 28197 23703 0 -1 1077944384 2 13203 0 0 0 0 5 3 20 0 15 0 71651541 11079016448 21699 33554432000 4194304 4196468 140730191889232 139806487927056 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28254] ppid=28194 vsize=10819352 memory=644 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28254/stat : 28254 (java) S 28194 28197 23703 0 -1 1077944384 1 13203 0 0 0 0 5 3 20 0 15 0 71651541 11079016448 21699 33554432000 4194304 4196468 140730191889232 139806486874512 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28255] ppid=28194 vsize=10819352 memory=7305218370954291033 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28255/stat : 28255 (java) S 28194 28197 23703 0 -1 1077944384 5 13203 0 0 0 0 5 3 20 0 15 0 71651542 11079016448 21699 33554432000 4194304 4196468 140730191889232 139806120602352 139806915947138 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28256] ppid=28194 vsize=10819352 memory=7739276948477864808 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28256/stat : 28256 (java) S 28194 28197 23703 0 -1 1077944384 33 13203 0 0 0 0 5 3 20 0 15 0 71651543 11079016448 21699 33554432000 4194304 4196468 140730191889232 139806119548576 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28257] ppid=28194 vsize=10819352 memory=5787213848925131109 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28257/stat : 28257 (java) S 28194 28197 23703 0 -1 1077944384 1 13203 0 0 0 0 5 3 20 0 15 0 71651543 11079016448 21699 33554432000 4194304 4196468 140730191889232 139806017316080 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28258] ppid=28194 vsize=10819352 memory=8514726395715218844 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28258/stat : 28258 (java) S 28194 28197 23703 0 -1 1077944384 3 13203 0 0 0 0 5 3 20 0 15 0 71651546 11079016448 21699 33554432000 4194304 4196468 140730191889232 139805508590032 139806915954587 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28259] ppid=28194 vsize=10819352 memory=8326441112149131689 CPUtime=0.18 cores=1,3,5,7
/proc/28197/task/28259/stat : 28259 (java) S 28194 28197 23703 0 -1 1077944384 1077 13203 0 0 10 0 5 3 20 0 15 0 71651546 11079016448 21699 33554432000 4194304 4196468 140730191889232 139806085990640 139806915947138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28260] ppid=28194 vsize=10819352 memory=-8990767739041718176 CPUtime=0.14 cores=1,3,5,7
/proc/28197/task/28260/stat : 28260 (java) S 28194 28197 23703 0 -1 1077944384 529 13203 0 0 6 0 5 3 20 0 15 0 71651546 11079016448 21699 33554432000 4194304 4196468 140730191889232 139805983758704 139806915947138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28261] ppid=28194 vsize=10819352 memory=-7384994778349281184 CPUtime=0.21 cores=1,3,5,7
/proc/28197/task/28261/stat : 28261 (java) S 28194 28197 23703 0 -1 1077944384 741 13203 0 0 13 0 5 3 20 0 15 0 71651546 11079016448 21699 33554432000 4194304 4196468 140730191889232 139805982705648 139806915947138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28262] ppid=28194 vsize=10819352 memory=-7966001967256141664 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28262/stat : 28262 (java) S 28194 28197 23703 0 -1 1077944384 3 13203 0 0 0 0 5 3 20 0 15 0 71651546 11079016448 21699 33554432000 4194304 4196468 140730191889232 139805475031392 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28263] ppid=28194 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28263/stat : 28263 (java) S 28194 28197 23703 0 -1 1077944384 1 13203 0 0 0 0 5 3 20 0 15 0 71651546 11079016448 21699 33554432000 4194304 4196468 140730191889232 139805981654064 139806915947138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86796 KiB

[startup+1.50075 s]
/proc/loadavg: 1.46 1.33 1.33 3/215 28263
/proc/meminfo: memFree=17024528/32770624 swapFree=67108796/67108860
[pid=28197] ppid=28194 vsize=10834252 memory=178540 CPUtime=2.4 cores=1,3,5,7
/proc/28197/stat : 28197 (java) S 28194 28197 23703 0 -1 1077944320 25522 13203 0 0 223 9 5 3 20 0 15 0 71651531 11094274048 44635 33554432000 4194304 4196468 140730191889232 140730191871776 139806915935991 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
/proc/28197/statm: 2708563 44635 3473 1 0 2670221 0
[pid=28197/tid=28250] ppid=28194 vsize=10834252 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/28197/task/28250/stat : 28250 (java) R 28194 28197 23703 0 -1 4202560 17762 13203 0 0 130 5 5 3 20 0 15 0 71651540 11094274048 44635 33554432000 4194304 4196468 140730191889232 139806887765504 139806900016478 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28251] ppid=28194 vsize=10834252 memory=100772 CPUtime=0.09 cores=1,3,5,7
/proc/28197/task/28251/stat : 28251 (java) S 28194 28197 23703 0 -1 1077944384 164 13203 0 0 1 0 5 3 20 0 15 0 71651541 11094274048 44635 33554432000 4194304 4196468 140730191889232 139806920178192 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28252] ppid=28194 vsize=10834252 memory=5790086053191909267 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28252/stat : 28252 (java) S 28194 28197 23703 0 -1 1077944384 24 13203 0 0 0 0 5 3 20 0 15 0 71651541 11094274048 44635 33554432000 4194304 4196468 140730191889232 139806824381072 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28253] ppid=28194 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28197/task/28253/stat : 28253 (java) S 28194 28197 23703 0 -1 1077944384 71 13203 0 0 1 0 5 3 20 0 15 0 71651541 11094274048 44635 33554432000 4194304 4196468 140730191889232 139806487927056 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28254] ppid=28194 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28254/stat : 28254 (java) S 28194 28197 23703 0 -1 1077944384 18 13203 0 0 0 0 5 3 20 0 15 0 71651541 11094274048 44635 33554432000 4194304 4196468 140730191889232 139806486874512 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28255] ppid=28194 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28197/task/28255/stat : 28255 (java) S 28194 28197 23703 0 -1 1077944384 915 13203 0 0 1 0 5 3 20 0 15 0 71651542 11094274048 44635 33554432000 4194304 4196468 140730191889232 139806120602352 139806915947138 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28256] ppid=28194 vsize=10834252 memory=-6221781267475802396 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28256/stat : 28256 (java) S 28194 28197 23703 0 -1 1077944384 34 13203 0 0 0 0 5 3 20 0 15 0 71651543 11094274048 44635 33554432000 4194304 4196468 140730191889232 139806119548640 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28257] ppid=28194 vsize=10834252 memory=1572 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28257/stat : 28257 (java) S 28194 28197 23703 0 -1 1077944384 1 13203 0 0 0 0 5 3 20 0 15 0 71651543 11094274048 44635 33554432000 4194304 4196468 140730191889232 139806017316096 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28258] ppid=28194 vsize=10834252 memory=2092 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28258/stat : 28258 (java) S 28194 28197 23703 0 -1 1077944384 3 13203 0 0 0 0 5 3 20 0 15 0 71651546 11094274048 44635 33554432000 4194304 4196468 140730191889232 139805508590032 139806915954587 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28259] ppid=28194 vsize=10834252 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/28197/task/28259/stat : 28259 (java) S 28194 28197 23703 0 -1 1077944384 1399 13203 0 0 25 0 5 3 20 0 15 0 71651546 11094274048 44635 33554432000 4194304 4196468 140730191889232 139806085990640 139806915947138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28260] ppid=28194 vsize=10834252 memory=261332519691390 CPUtime=0.33 cores=1,3,5,7
/proc/28197/task/28260/stat : 28260 (java) S 28194 28197 23703 0 -1 1077944384 1278 13203 0 0 25 0 5 3 20 0 15 0 71651546 11094274048 44635 33554432000 4194304 4196468 140730191889232 139805983758704 139806915947138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28261] ppid=28194 vsize=10834252 memory=297290490211296509 CPUtime=0.43 cores=1,3,5,7
/proc/28197/task/28261/stat : 28261 (java) S 28194 28197 23703 0 -1 1077944384 1654 13203 0 0 35 0 5 3 20 0 15 0 71651546 11094274048 44635 33554432000 4194304 4196468 140730191889232 139805982705648 139806915947138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28262] ppid=28194 vsize=10834252 memory=4638778398333161808 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28262/stat : 28262 (java) S 28194 28197 23703 0 -1 1077944384 3 13203 0 0 0 0 5 3 20 0 15 0 71651546 11094274048 44635 33554432000 4194304 4196468 140730191889232 139805475031392 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28263] ppid=28194 vsize=10834252 memory=6935649255759568960 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28263/stat : 28263 (java) S 28194 28197 23703 0 -1 1077944384 3 13203 0 0 0 0 5 3 20 0 15 0 71651546 11094274048 44635 33554432000 4194304 4196468 140730191889232 139805981654064 139806915947138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
Current children cumulated CPU time: 2.4 s
Current children cumulated vsize: 10834252 KiB

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

/proc/28197/task/28250/stat : 28250 (java) R 28194 28197 23703 0 -1 4202560 74656 13203 0 0 236856 32 5 3 20 0 15 0 71651540 11176083456 133995 33554432000 4194304 4196468 140730191889232 139806887770848 139806516940989 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28251] ppid=28194 vsize=10914144 memory=535980 CPUtime=5.46 cores=1,3,5,7
/proc/28197/task/28251/stat : 28251 (java) S 28194 28197 23703 0 -1 1077944384 5361 13203 0 0 507 31 5 3 20 0 15 0 71651541 11176083456 133995 33554432000 4194304 4196468 140730191889232 139806920178192 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28252] ppid=28194 vsize=10914144 memory=535948 CPUtime=5.45 cores=1,3,5,7
/proc/28197/task/28252/stat : 28252 (java) S 28194 28197 23703 0 -1 1077944384 7039 13203 0 0 506 31 5 3 20 0 15 0 71651541 11176083456 133995 33554432000 4194304 4196468 140730191889232 139806824381072 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28253] ppid=28194 vsize=10914144 memory=535980 CPUtime=5.44 cores=1,3,5,7
/proc/28197/task/28253/stat : 28253 (java) S 28194 28197 23703 0 -1 1077944384 5786 13203 0 0 508 28 5 3 20 0 15 0 71651541 11176083456 133995 33554432000 4194304 4196468 140730191889232 139806487927056 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28254] ppid=28194 vsize=10914144 memory=535888 CPUtime=5.47 cores=1,3,5,7
/proc/28197/task/28254/stat : 28254 (java) S 28194 28197 23703 0 -1 1077944384 7453 13203 0 0 508 31 5 3 20 0 15 0 71651541 11176083456 133995 33554432000 4194304 4196468 140730191889232 139806486874512 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28255] ppid=28194 vsize=10914144 memory=535980 CPUtime=5.27 cores=1,3,5,7
/proc/28197/task/28255/stat : 28255 (java) S 28194 28197 23703 0 -1 1077944384 8620 13203 0 0 491 28 5 3 20 0 15 0 71651542 11176083456 133995 33554432000 4194304 4196468 140730191889232 139806120602352 139806915947138 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28256] ppid=28194 vsize=10914144 memory=535948 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28256/stat : 28256 (java) S 28194 28197 23703 0 -1 1077944384 41 13203 0 0 0 0 5 3 20 0 15 0 71651543 11176083456 133995 33554432000 4194304 4196468 140730191889232 139806119548704 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28257] ppid=28194 vsize=10914144 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28257/stat : 28257 (java) S 28194 28197 23703 0 -1 1077944384 2 13203 0 0 0 0 5 3 20 0 15 0 71651543 11176083456 133995 33554432000 4194304 4196468 140730191889232 139806017316096 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28258] ppid=28194 vsize=10914144 memory=535980 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28258/stat : 28258 (java) S 28194 28197 23703 0 -1 1077944384 3 13203 0 0 0 0 5 3 20 0 15 0 71651546 11176083456 133995 33554432000 4194304 4196468 140730191889232 139805508590032 139806915954587 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28259] ppid=28194 vsize=10914144 memory=535980 CPUtime=3.18 cores=1,3,5,7
/proc/28197/task/28259/stat : 28259 (java) S 28194 28197 23703 0 -1 1077944384 17216 13203 0 0 308 2 5 3 20 0 15 0 71651546 11176083456 133995 33554432000 4194304 4196468 140730191889232 139806085990640 139806915947138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28260] ppid=28194 vsize=10914144 memory=2088 CPUtime=3.77 cores=1,3,5,7
/proc/28197/task/28260/stat : 28260 (java) S 28194 28197 23703 0 -1 1077944384 30502 13203 0 0 365 4 5 3 20 0 15 0 71651546 11176083456 133995 33554432000 4194304 4196468 140730191889232 139805983758704 139806915947138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28261] ppid=28194 vsize=10914144 memory=2088 CPUtime=1.74 cores=1,3,5,7
/proc/28197/task/28261/stat : 28261 (java) S 28194 28197 23703 0 -1 1077944384 17248 13203 0 0 163 3 5 3 20 0 15 0 71651546 11176083456 133995 33554432000 4194304 4196468 140730191889232 139805982705648 139806915947138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28262] ppid=28194 vsize=10914144 memory=1040 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28262/stat : 28262 (java) S 28194 28197 23703 0 -1 1077944384 3 13203 0 0 0 0 5 3 20 0 15 0 71651546 11176083456 133995 33554432000 4194304 4196468 140730191889232 139805475031392 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28263] ppid=28194 vsize=10914144 memory=100 CPUtime=1.33 cores=1,3,5,7
/proc/28197/task/28263/stat : 28263 (java) S 28194 28197 23703 0 -1 1077944384 1005 13203 0 0 61 64 5 3 20 0 15 0 71651546 11176083456 133995 33554432000 4194304 4196468 140730191889232 139805981654064 139806915947138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
Current children cumulated CPU time: 2405.45 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 535980 KiB

[startup+2442.3 s]
/proc/loadavg: 1.26 1.31 1.32 3/215 28487
/proc/meminfo: memFree=16604780/32770624 swapFree=67108796/67108860
[pid=28197] ppid=28194 vsize=10914144 memory=536096 CPUtime=2465.85 cores=1,3,5,7
/proc/28197/stat : 28197 (java) S 28194 28197 23703 0 -1 1077944320 178224 13203 0 0 246359 218 5 3 20 0 15 0 71651531 11176083456 134024 33554432000 4194304 4196468 140730191889232 140730191871776 139806915935991 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
/proc/28197/statm: 2728536 134024 3520 1 0 2690189 0
[pid=28197/tid=28250] ppid=28194 vsize=10914144 memory=536096 CPUtime=2428.61 cores=1,3,5,7
/proc/28197/task/28250/stat : 28250 (java) R 28194 28197 23703 0 -1 4202560 75021 13203 0 0 242820 33 5 3 20 0 15 0 71651540 11176083456 134024 33554432000 4194304 4196468 140730191889232 139806887770768 139806516877793 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28251] ppid=28194 vsize=10914144 memory=536064 CPUtime=5.6 cores=1,3,5,7
/proc/28197/task/28251/stat : 28251 (java) S 28194 28197 23703 0 -1 1077944384 5448 13203 0 0 520 32 5 3 20 0 15 0 71651541 11176083456 134024 33554432000 4194304 4196468 140730191889232 139806920178192 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28252] ppid=28194 vsize=10914144 memory=535888 CPUtime=5.59 cores=1,3,5,7
/proc/28197/task/28252/stat : 28252 (java) S 28194 28197 23703 0 -1 1077944384 7050 13203 0 0 520 31 5 3 20 0 15 0 71651541 11176083456 134024 33554432000 4194304 4196468 140730191889232 139806824381072 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28253] ppid=28194 vsize=10914144 memory=535980 CPUtime=5.59 cores=1,3,5,7
/proc/28197/task/28253/stat : 28253 (java) S 28194 28197 23703 0 -1 1077944384 5802 13203 0 0 522 29 5 3 20 0 15 0 71651541 11176083456 134024 33554432000 4194304 4196468 140730191889232 139806487927056 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28254] ppid=28194 vsize=10914144 memory=536064 CPUtime=5.61 cores=1,3,5,7
/proc/28197/task/28254/stat : 28254 (java) S 28194 28197 23703 0 -1 1077944384 7727 13203 0 0 522 31 5 3 20 0 15 0 71651541 11176083456 134024 33554432000 4194304 4196468 140730191889232 139806486874512 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28255] ppid=28194 vsize=10914144 memory=536064 CPUtime=5.41 cores=1,3,5,7
/proc/28197/task/28255/stat : 28255 (java) S 28194 28197 23703 0 -1 1077944384 8766 13203 0 0 504 29 5 3 20 0 15 0 71651542 11176083456 134024 33554432000 4194304 4196468 140730191889232 139806120602352 139806915947138 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28256] ppid=28194 vsize=10914144 memory=536064 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28256/stat : 28256 (java) S 28194 28197 23703 0 -1 1077944384 41 13203 0 0 0 0 5 3 20 0 15 0 71651543 11176083456 134024 33554432000 4194304 4196468 140730191889232 139806119548704 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28257] ppid=28194 vsize=10914144 memory=536096 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28257/stat : 28257 (java) S 28194 28197 23703 0 -1 1077944384 2 13203 0 0 0 0 5 3 20 0 15 0 71651543 11176083456 134024 33554432000 4194304 4196468 140730191889232 139806017316096 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28258] ppid=28194 vsize=10914144 memory=536096 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28258/stat : 28258 (java) S 28194 28197 23703 0 -1 1077944384 3 13203 0 0 0 0 5 3 20 0 15 0 71651546 11176083456 134024 33554432000 4194304 4196468 140730191889232 139805508590032 139806915954587 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28259] ppid=28194 vsize=10914144 memory=536096 CPUtime=3.18 cores=1,3,5,7
/proc/28197/task/28259/stat : 28259 (java) S 28194 28197 23703 0 -1 1077944384 17403 13203 0 0 308 2 5 3 20 0 15 0 71651546 11176083456 134024 33554432000 4194304 4196468 140730191889232 139806085990640 139806915947138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28260] ppid=28194 vsize=10914144 memory=535948 CPUtime=3.77 cores=1,3,5,7
/proc/28197/task/28260/stat : 28260 (java) S 28194 28197 23703 0 -1 1077944384 30504 13203 0 0 365 4 5 3 20 0 15 0 71651546 11176083456 134024 33554432000 4194304 4196468 140730191889232 139805983758704 139806915947138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28261] ppid=28194 vsize=10914144 memory=8 CPUtime=1.74 cores=1,3,5,7
/proc/28197/task/28261/stat : 28261 (java) S 28194 28197 23703 0 -1 1077944384 17250 13203 0 0 163 3 5 3 20 0 15 0 71651546 11176083456 134024 33554432000 4194304 4196468 140730191889232 139805982705648 139806915947138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28262] ppid=28194 vsize=10914144 memory=536096 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28262/stat : 28262 (java) S 28194 28197 23703 0 -1 1077944384 3 13203 0 0 0 0 5 3 20 0 15 0 71651546 11176083456 134024 33554432000 4194304 4196468 140730191889232 139805475031392 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28263] ppid=28194 vsize=10914144 memory=792 CPUtime=1.37 cores=1,3,5,7
/proc/28197/task/28263/stat : 28263 (java) S 28194 28197 23703 0 -1 1077944384 1011 13203 0 0 63 66 5 3 20 0 15 0 71651546 11176083456 134024 33554432000 4194304 4196468 140730191889232 139805981654064 139806915947138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
Current children cumulated CPU time: 2465.85 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 536096 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2496.11 s]
/proc/loadavg: 1.18 1.28 1.30 3/215 28488
/proc/meminfo: memFree=16602692/32770624 swapFree=67108796/67108860
[pid=28197] ppid=28194 vsize=10914144 memory=538220 CPUtime=2520.02 cores=1,3,5,7
/proc/28197/stat : 28197 (java) S 28194 28197 23703 0 -1 1077944320 178783 13203 0 0 251772 222 5 3 20 0 15 0 71651531 11176083456 134555 33554432000 4194304 4196468 140730191889232 140730191871776 139806915935991 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
/proc/28197/statm: 2728536 134555 3520 1 0 2690189 0
[pid=28197/tid=28250] ppid=28194 vsize=10914144 memory=538220 CPUtime=2482.12 cores=1,3,5,7
/proc/28197/task/28250/stat : 28250 (java) R 28194 28197 23703 0 -1 4202560 75403 13203 0 0 248171 33 5 3 20 0 15 0 71651540 11176083456 134555 33554432000 4194304 4196468 140730191889232 139806887770544 139806518266685 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28251] ppid=28194 vsize=10914144 memory=538220 CPUtime=5.73 cores=1,3,5,7
/proc/28197/task/28251/stat : 28251 (java) S 28194 28197 23703 0 -1 1077944384 5460 13203 0 0 532 33 5 3 20 0 15 0 71651541 11176083456 134555 33554432000 4194304 4196468 140730191889232 139806920178192 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28252] ppid=28194 vsize=10914144 memory=538220 CPUtime=5.72 cores=1,3,5,7
/proc/28197/task/28252/stat : 28252 (java) S 28194 28197 23703 0 -1 1077944384 7085 13203 0 0 531 33 5 3 20 0 15 0 71651541 11176083456 134555 33554432000 4194304 4196468 140730191889232 139806824381072 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28253] ppid=28194 vsize=10914144 memory=538220 CPUtime=5.7 cores=1,3,5,7
/proc/28197/task/28253/stat : 28253 (java) S 28194 28197 23703 0 -1 1077944384 5825 13203 0 0 533 29 5 3 20 0 15 0 71651541 11176083456 134555 33554432000 4194304 4196468 140730191889232 139806487927056 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28254] ppid=28194 vsize=10914144 memory=3472328296227679313 CPUtime=5.73 cores=1,3,5,7
/proc/28197/task/28254/stat : 28254 (java) S 28194 28197 23703 0 -1 1077944384 7766 13203 0 0 533 32 5 3 20 0 15 0 71651541 11176083456 134555 33554432000 4194304 4196468 140730191889232 139806486874512 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28255] ppid=28194 vsize=10914144 memory=538220 CPUtime=5.54 cores=1,3,5,7
/proc/28197/task/28255/stat : 28255 (java) S 28194 28197 23703 0 -1 1077944384 8818 13203 0 0 516 30 5 3 20 0 15 0 71651542 11176083456 134555 33554432000 4194304 4196468 140730191889232 139806120602352 139806915947138 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28256] ppid=28194 vsize=10914144 memory=538220 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28256/stat : 28256 (java) S 28194 28197 23703 0 -1 1077944384 41 13203 0 0 0 0 5 3 20 0 15 0 71651543 11176083456 134555 33554432000 4194304 4196468 140730191889232 139806119548704 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28257] ppid=28194 vsize=10914144 memory=538220 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28257/stat : 28257 (java) S 28194 28197 23703 0 -1 1077944384 2 13203 0 0 0 0 5 3 20 0 15 0 71651543 11176083456 134555 33554432000 4194304 4196468 140730191889232 139806017316096 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28258] ppid=28194 vsize=10914144 memory=538220 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28258/stat : 28258 (java) S 28194 28197 23703 0 -1 1077944384 3 13203 0 0 0 0 5 3 20 0 15 0 71651546 11176083456 134555 33554432000 4194304 4196468 140730191889232 139805508590032 139806915954587 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28259] ppid=28194 vsize=10914144 memory=132 CPUtime=3.18 cores=1,3,5,7
/proc/28197/task/28259/stat : 28259 (java) S 28194 28197 23703 0 -1 1077944384 17403 13203 0 0 308 2 5 3 20 0 15 0 71651546 11176083456 134555 33554432000 4194304 4196468 140730191889232 139806085990640 139806915947138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28260] ppid=28194 vsize=10914144 memory=242717191888062 CPUtime=3.77 cores=1,3,5,7
/proc/28197/task/28260/stat : 28260 (java) S 28194 28197 23703 0 -1 1077944384 30504 13203 0 0 365 4 5 3 20 0 15 0 71651546 11176083456 134555 33554432000 4194304 4196468 140730191889232 139805983758704 139806915947138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28261] ppid=28194 vsize=10914144 memory=536172 CPUtime=1.74 cores=1,3,5,7
/proc/28197/task/28261/stat : 28261 (java) S 28194 28197 23703 0 -1 1077944384 17250 13203 0 0 163 3 5 3 20 0 15 0 71651546 11176083456 134555 33554432000 4194304 4196468 140730191889232 139805982705648 139806915947138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28262] ppid=28194 vsize=10914144 memory=538220 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28262/stat : 28262 (java) S 28194 28197 23703 0 -1 1077944384 3 13203 0 0 0 0 5 3 20 0 15 0 71651546 11176083456 134555 33554432000 4194304 4196468 140730191889232 139805475031392 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28263] ppid=28194 vsize=10914144 memory=538220 CPUtime=1.4 cores=1,3,5,7
/proc/28197/task/28263/stat : 28263 (java) S 28194 28197 23703 0 -1 1077944384 1027 13203 0 0 65 67 5 3 20 0 15 0 71651546 11176083456 134555 33554432000 4194304 4196468 140730191889232 139805981654064 139806915947138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 538220 KiB

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

[startup+2496.13 s]
# the end of solver process 28197 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.79 s, system=2.26126 s

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

[startup+2496.11 s]
/proc/loadavg: 1.18 1.28 1.30 3/215 28488
/proc/meminfo: memFree=16602692/32770624 swapFree=67108796/67108860
[pid=28197] ppid=28194 vsize=10914144 memory=538220 CPUtime=2520.02 cores=1,3,5,7
/proc/28197/stat : 28197 (java) S 28194 28197 23703 0 -1 1077944320 178783 13203 0 0 251772 222 5 3 20 0 15 0 71651531 11176083456 134555 33554432000 4194304 4196468 140730191889232 140730191871776 139806915935991 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
/proc/28197/statm: 2728536 134555 3520 1 0 2690189 0
[pid=28197/tid=28250] ppid=28194 vsize=10914144 memory=538220 CPUtime=2482.12 cores=1,3,5,7
/proc/28197/task/28250/stat : 28250 (java) R 28194 28197 23703 0 -1 4202560 75403 13203 0 0 248171 33 5 3 20 0 15 0 71651540 11176083456 134555 33554432000 4194304 4196468 140730191889232 139806887770544 139806518266685 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28251] ppid=28194 vsize=10914144 memory=538220 CPUtime=5.73 cores=1,3,5,7
/proc/28197/task/28251/stat : 28251 (java) S 28194 28197 23703 0 -1 1077944384 5460 13203 0 0 532 33 5 3 20 0 15 0 71651541 11176083456 134555 33554432000 4194304 4196468 140730191889232 139806920178192 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28252] ppid=28194 vsize=10914144 memory=538220 CPUtime=5.72 cores=1,3,5,7
/proc/28197/task/28252/stat : 28252 (java) S 28194 28197 23703 0 -1 1077944384 7085 13203 0 0 531 33 5 3 20 0 15 0 71651541 11176083456 134555 33554432000 4194304 4196468 140730191889232 139806824381072 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28253] ppid=28194 vsize=10914144 memory=538220 CPUtime=5.7 cores=1,3,5,7
/proc/28197/task/28253/stat : 28253 (java) S 28194 28197 23703 0 -1 1077944384 5825 13203 0 0 533 29 5 3 20 0 15 0 71651541 11176083456 134555 33554432000 4194304 4196468 140730191889232 139806487927056 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28254] ppid=28194 vsize=10914144 memory=3472328296227679313 CPUtime=5.73 cores=1,3,5,7
/proc/28197/task/28254/stat : 28254 (java) S 28194 28197 23703 0 -1 1077944384 7766 13203 0 0 533 32 5 3 20 0 15 0 71651541 11176083456 134555 33554432000 4194304 4196468 140730191889232 139806486874512 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28255] ppid=28194 vsize=10914144 memory=538220 CPUtime=5.54 cores=1,3,5,7
/proc/28197/task/28255/stat : 28255 (java) S 28194 28197 23703 0 -1 1077944384 8818 13203 0 0 516 30 5 3 20 0 15 0 71651542 11176083456 134555 33554432000 4194304 4196468 140730191889232 139806120602352 139806915947138 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28256] ppid=28194 vsize=10914144 memory=538220 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28256/stat : 28256 (java) S 28194 28197 23703 0 -1 1077944384 41 13203 0 0 0 0 5 3 20 0 15 0 71651543 11176083456 134555 33554432000 4194304 4196468 140730191889232 139806119548704 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28257] ppid=28194 vsize=10914144 memory=538220 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28257/stat : 28257 (java) S 28194 28197 23703 0 -1 1077944384 2 13203 0 0 0 0 5 3 20 0 15 0 71651543 11176083456 134555 33554432000 4194304 4196468 140730191889232 139806017316096 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28258] ppid=28194 vsize=10914144 memory=538220 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28258/stat : 28258 (java) S 28194 28197 23703 0 -1 1077944384 3 13203 0 0 0 0 5 3 20 0 15 0 71651546 11176083456 134555 33554432000 4194304 4196468 140730191889232 139805508590032 139806915954587 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28259] ppid=28194 vsize=10914144 memory=132 CPUtime=3.18 cores=1,3,5,7
/proc/28197/task/28259/stat : 28259 (java) S 28194 28197 23703 0 -1 1077944384 17403 13203 0 0 308 2 5 3 20 0 15 0 71651546 11176083456 134555 33554432000 4194304 4196468 140730191889232 139806085990640 139806915947138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28260] ppid=28194 vsize=10914144 memory=242717191888062 CPUtime=3.77 cores=1,3,5,7
/proc/28197/task/28260/stat : 28260 (java) S 28194 28197 23703 0 -1 1077944384 30504 13203 0 0 365 4 5 3 20 0 15 0 71651546 11176083456 134555 33554432000 4194304 4196468 140730191889232 139805983758704 139806915947138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28261] ppid=28194 vsize=10914144 memory=536172 CPUtime=1.74 cores=1,3,5,7
/proc/28197/task/28261/stat : 28261 (java) S 28194 28197 23703 0 -1 1077944384 17250 13203 0 0 163 3 5 3 20 0 15 0 71651546 11176083456 134555 33554432000 4194304 4196468 140730191889232 139805982705648 139806915947138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28262] ppid=28194 vsize=10914144 memory=538220 CPUtime=0.08 cores=1,3,5,7
/proc/28197/task/28262/stat : 28262 (java) S 28194 28197 23703 0 -1 1077944384 3 13203 0 0 0 0 5 3 20 0 15 0 71651546 11176083456 134555 33554432000 4194304 4196468 140730191889232 139805475031392 139806915946197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
[pid=28197/tid=28263] ppid=28194 vsize=10914144 memory=538220 CPUtime=1.4 cores=1,3,5,7
/proc/28197/task/28263/stat : 28263 (java) S 28194 28197 23703 0 -1 1077944384 1027 13203 0 0 65 67 5 3 20 0 15 0 71651546 11176083456 134555 33554432000 4194304 4196468 140730191889232 139805981654064 139806915947138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140730191891055 140730191893852 140730191893852 140730191896527 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 538220 KiB

Child status: 143
Real time (s): 2496.13
CPU time (s): 2520.05
CPU user time (s): 2517.79
CPU system time (s): 2.26126
CPU usage (%): 100.958
Max. virtual memory (cumulated for all children) (KiB): 10916784
Max. memory (cumulated for all children) (KiB): 572340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.79
system time used= 2.26126
maximum resident set size= 573364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193077
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 176879
involuntary context switches= 6078


# summary of solver processes directly reported to runsolver:
#   pid: 28197
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2517.79
#   total CPU system time (s): 2.26126

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0253 second user time and 22.7806 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-25 19:48:04
IDJOB=4295287
IDBENCH=141502
IDSOLVER=2750
FILE ID=node138/4295287-1532540883
RUNJOBID= node138-1532523045-23735
PBS_JOBID= 21021594
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Subisomorphism/Subisomorphism-g17-g42_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295287-1532540883/watcher-4295287-1532540883 -o /tmp/evaluation-result-4295287-1532540883/solver-4295287-1532540883 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532523045-23735 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=728025818 HOME/instance-4295287-1532540883.xml

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

MD5SUM BENCH= 114757bdcfe6c836d79220a034ae6c5f
RANDOM SEED=728025818

node138.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.71
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.71
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.71
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.71
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:        17121968 kB
MemAvailable:   31413340 kB
Buffers:          168188 kB
Cached:         14269252 kB
SwapCached:           44 kB
Active:          2899788 kB
Inactive:       12107392 kB
Active(anon):     520464 kB
Inactive(anon):    77272 kB
Active(file):    2379324 kB
Inactive(file): 12030120 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             26464 kB
Writeback:             0 kB
AnonPages:        577072 kB
Mapped:            47812 kB
Shmem:             25164 kB
Slab:             338772 kB
SReclaimable:     310388 kB
SUnreclaim:        28384 kB
KernelStack:        3584 kB
PageTables:         6520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1539432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    475136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53748 MiB
End job on node138 at 2018-07-25 20:29:40