Trace number 4296105

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.06 2493.84

General information on the benchmark

NameEternity/
Eternity-15-15_c18.xml
MD5SUM07f6a500cdb84e44b97e5b2e1697edff
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables705
Number of constraints286
Number of domains2
Minimum domain size22
Maximum domain size225
Distribution of domain sizes[{"size":22,"count":480},{"size":225,"count":225}]
Minimum variable degree1
Maximum variable degree16
Distribution of variable degrees[{"degree":1,"count":14},{"degree":2,"count":690},{"degree":16,"count":1}]
Minimum constraint arity1
Maximum constraint arity225
Distribution of constraint arities[{"arity":1,"count":60},{"arity":5,"count":225},{"arity":225,"count":1}]
Number of extensional constraints225
Number of intensional constraints60
Distribution of constraint types[{"type":"extension","count":225},{"type":"intension","count":60},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4296105-1532610635/watcher-4296105-1532610635 -o /tmp/evaluation-result-4296105-1532610635/solver-4296105-1532610635 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532582651-32592 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1679540902 -superng HOME/instance-4296105-1532610635.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
solver pid=5088, runsolver pid=5085
Current StackSize limit: 8192 KiB


[startup+0.102304 s]*
/proc/loadavg: 5.08 4.35 3.22 5/207 5145
/proc/meminfo: memFree=9171092/32770624 swapFree=67108796/67108860
[pid=5088] ppid=5085 vsize=9972712 memory=16808 CPUtime=0.09 cores=1,3,5,7
/proc/5088/stat : 5088 (java) S 5085 5088 32560 0 -1 1077944320 4370 13293 0 0 1 0 5 3 20 0 6 0 78626651 10212057088 4202 33554432000 4194304 4196468 140730238733904 140730238716448 139646380777207 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
/proc/5088/statm: 2493178 4202 1934 1 0 2481616 0
[pid=5088/tid=5141] ppid=5085 vsize=9972712 memory=-8171376296011865461 CPUtime=0.09 cores=1,3,5,7
/proc/5088/task/5141/stat : 5141 (java) R 5085 5088 32560 0 -1 4202560 2208 13293 0 0 1 0 5 3 20 0 6 0 78626660 10212057088 4779 33554432000 4194304 4196468 140730238733904 139646352613968 139646358765664 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5142] ppid=5085 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5142/stat : 5142 (java) S 5085 5088 32560 0 -1 1077944384 1 13293 0 0 0 0 5 3 20 0 6 0 78626661 10212057088 4779 33554432000 4194304 4196468 140730238733904 139646385020048 139646380787413 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5143] ppid=5085 vsize=9972712 memory=140532230076032 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5143/stat : 5143 (java) S 5085 5088 32560 0 -1 1077944384 1 13293 0 0 0 0 5 3 20 0 6 0 78626661 10212057088 4779 33554432000 4194304 4196468 140730238733904 139646299839504 139646380787413 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5144] ppid=5085 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5144/stat : 5144 (java) S 5085 5088 32560 0 -1 1077944384 1 13293 0 0 0 0 5 3 20 0 6 0 78626661 10212057088 4779 33554432000 4194304 4196468 140730238733904 139645952908176 139646380787413 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5145] ppid=5085 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5145/stat : 5145 (java) S 5085 5088 32560 0 -1 1077944384 2 13293 0 0 0 0 5 3 20 0 6 0 78626661 10212057088 4779 33554432000 4194304 4196468 140730238733904 139645951855376 139646380787413 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16808 KiB

[startup+0.210772 s]*
/proc/loadavg: 5.08 4.35 3.22 6/216 5154
/proc/meminfo: memFree=9151544/32770624 swapFree=67108796/67108860
[pid=5088] ppid=5085 vsize=10818904 memory=42832 CPUtime=0.26 cores=1,3,5,7
/proc/5088/stat : 5088 (java) S 5085 5088 32560 0 -1 1077944320 7910 13293 0 0 16 2 5 3 20 0 15 0 78626651 11078557696 10708 33554432000 4194304 4196468 140730238733904 140730238716448 139646380777207 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
/proc/5088/statm: 2704726 10708 2972 1 0 2667149 0
[pid=5088/tid=5141] ppid=5085 vsize=10821524 memory=-8171376296011865461 CPUtime=0.19 cores=1,3,5,7
/proc/5088/task/5141/stat : 5141 (java) R 5085 5088 32560 0 -1 4202560 4842 13293 0 0 10 1 5 3 20 0 15 0 78626660 11081240576 10972 33554432000 4194304 4196468 140730238733904 139646352602016 139646373456925 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5142] ppid=5085 vsize=10821524 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5142/stat : 5142 (java) S 5085 5088 32560 0 -1 1077944384 1 13293 0 0 0 0 5 3 20 0 15 0 78626661 11081240576 11038 33554432000 4194304 4196468 140730238733904 139646385020048 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5143] ppid=5085 vsize=10821524 memory=140532230076032 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5143/stat : 5143 (java) S 5085 5088 32560 0 -1 1077944384 1 13293 0 0 0 0 5 3 20 0 15 0 78626661 11081240576 11038 33554432000 4194304 4196468 140730238733904 139646299839504 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5144] ppid=5085 vsize=10821524 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5144/stat : 5144 (java) S 5085 5088 32560 0 -1 1077944384 1 13293 0 0 0 0 5 3 20 0 15 0 78626661 11081240576 11038 33554432000 4194304 4196468 140730238733904 139645952908176 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5145] ppid=5085 vsize=10821524 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5145/stat : 5145 (java) S 5085 5088 32560 0 -1 1077944384 2 13293 0 0 0 0 5 3 20 0 15 0 78626661 11081240576 11038 33554432000 4194304 4196468 140730238733904 139645951855376 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5146] ppid=5085 vsize=10821524 memory=140532230076032 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5146/stat : 5146 (java) S 5085 5088 32560 0 -1 1077944384 2 13293 0 0 0 0 5 3 20 0 15 0 78626662 11081240576 11038 33554432000 4194304 4196468 140730238733904 139645907413360 139646380788354 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5147] ppid=5085 vsize=10821524 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5147/stat : 5147 (java) S 5085 5088 32560 0 -1 1077944384 13 13293 0 0 0 0 5 3 20 0 15 0 78626663 11081240576 11104 33554432000 4194304 4196468 140730238733904 139645828457504 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5148] ppid=5085 vsize=10821524 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5148/stat : 5148 (java) S 5085 5088 32560 0 -1 1077944384 1 13293 0 0 0 0 5 3 20 0 15 0 78626663 11081240576 11104 33554432000 4194304 4196468 140730238733904 139645224477552 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5149] ppid=5085 vsize=10821524 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5149/stat : 5149 (java) S 5085 5088 32560 0 -1 1077944384 3 13293 0 0 0 0 5 3 20 0 15 0 78626666 11081240576 11104 33554432000 4194304 4196468 140730238733904 139644917077840 139646380795803 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5150] ppid=5085 vsize=10821524 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5088/task/5150/stat : 5150 (java) S 5085 5088 32560 0 -1 1077944384 490 13293 0 0 1 0 5 3 20 0 15 0 78626666 11081240576 11104 33554432000 4194304 4196468 140730238733904 139645906361200 139646380788354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5151] ppid=5085 vsize=10821524 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/5088/task/5151/stat : 5151 (java) S 5085 5088 32560 0 -1 1077944384 88 13293 0 0 1 0 5 3 20 0 15 0 78626666 11081240576 11104 33554432000 4194304 4196468 140730238733904 139645905308400 139646380788354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5152] ppid=5085 vsize=10821524 memory=140532230076032 CPUtime=0.11 cores=1,3,5,7
/proc/5088/task/5152/stat : 5152 (java) S 5085 5088 32560 0 -1 1077944384 553 13293 0 0 3 0 5 3 20 0 15 0 78626666 11081240576 11170 33554432000 4194304 4196468 140730238733904 139645904255600 139646380788354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5153] ppid=5085 vsize=10821524 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5153/stat : 5153 (java) S 5085 5088 32560 0 -1 1077944384 3 13293 0 0 0 0 5 3 20 0 15 0 78626666 11081240576 11170 33554432000 4194304 4196468 140730238733904 139644883520224 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5154] ppid=5085 vsize=10821524 memory=140532230076032 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5154/stat : 5154 (java) S 5085 5088 32560 0 -1 1077944384 1 13293 0 0 0 0 5 3 20 0 15 0 78626666 11081240576 11170 33554432000 4194304 4196468 140730238733904 139645903202992 139646380788354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 42832 KiB

[startup+0.310364 s]*
/proc/loadavg: 5.08 4.35 3.22 6/216 5154
/proc/meminfo: memFree=9140372/32770624 swapFree=67108796/67108860
[pid=5088] ppid=5085 vsize=10819352 memory=53496 CPUtime=0.39 cores=1,3,5,7
/proc/5088/stat : 5088 (java) S 5085 5088 32560 0 -1 1077944320 10405 13293 0 0 28 3 5 3 20 0 15 0 78626651 11079016448 13374 33554432000 4194304 4196468 140730238733904 140730238716448 139646380777207 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
/proc/5088/statm: 2704838 13374 3091 1 0 2667149 0
[pid=5088/tid=5141] ppid=5085 vsize=10819352 memory=6935054825532540783 CPUtime=0.29 cores=1,3,5,7
/proc/5088/task/5141/stat : 5141 (java) R 5085 5088 32560 0 -1 4202560 7057 13293 0 0 19 2 5 3 20 0 15 0 78626660 11079016448 13374 33554432000 4194304 4196468 140730238733904 139646352589216 139646364857694 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5142] ppid=5085 vsize=10819352 memory=8514701219931451533 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5142/stat : 5142 (java) S 5085 5088 32560 0 -1 1077944384 1 13293 0 0 0 0 5 3 20 0 15 0 78626661 11079016448 13374 33554432000 4194304 4196468 140730238733904 139646385020048 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5143] ppid=5085 vsize=10819352 memory=1328725297981317182 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5143/stat : 5143 (java) S 5085 5088 32560 0 -1 1077944384 1 13293 0 0 0 0 5 3 20 0 15 0 78626661 11079016448 13374 33554432000 4194304 4196468 140730238733904 139646299839504 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5144] ppid=5085 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5144/stat : 5144 (java) S 5085 5088 32560 0 -1 1077944384 1 13293 0 0 0 0 5 3 20 0 15 0 78626661 11079016448 13374 33554432000 4194304 4196468 140730238733904 139645952908176 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5145] ppid=5085 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5145/stat : 5145 (java) S 5085 5088 32560 0 -1 1077944384 2 13293 0 0 0 0 5 3 20 0 15 0 78626661 11079016448 13374 33554432000 4194304 4196468 140730238733904 139645951855376 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5146] ppid=5085 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5146/stat : 5146 (java) S 5085 5088 32560 0 -1 1077944384 2 13293 0 0 0 0 5 3 20 0 15 0 78626662 11079016448 13374 33554432000 4194304 4196468 140730238733904 139645907413360 139646380788354 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5147] ppid=5085 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5147/stat : 5147 (java) S 5085 5088 32560 0 -1 1077944384 13 13293 0 0 0 0 5 3 20 0 15 0 78626663 11079016448 13374 33554432000 4194304 4196468 140730238733904 139645828457504 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5148] ppid=5085 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5148/stat : 5148 (java) S 5085 5088 32560 0 -1 1077944384 1 13293 0 0 0 0 5 3 20 0 15 0 78626663 11079016448 13374 33554432000 4194304 4196468 140730238733904 139645224477552 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5149] ppid=5085 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5149/stat : 5149 (java) S 5085 5088 32560 0 -1 1077944384 3 13293 0 0 0 0 5 3 20 0 15 0 78626666 11079016448 13374 33554432000 4194304 4196468 140730238733904 139644917077840 139646380795803 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5150] ppid=5085 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5088/task/5150/stat : 5150 (java) S 5085 5088 32560 0 -1 1077944384 491 13293 0 0 1 0 5 3 20 0 15 0 78626666 11079016448 13374 33554432000 4194304 4196468 140730238733904 139645906361200 139646380788354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5151] ppid=5085 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5088/task/5151/stat : 5151 (java) S 5085 5088 32560 0 -1 1077944384 88 13293 0 0 1 0 5 3 20 0 15 0 78626666 11079016448 13374 33554432000 4194304 4196468 140730238733904 139645905308400 139646380788354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5152] ppid=5085 vsize=10819352 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/5088/task/5152/stat : 5152 (java) S 5085 5088 32560 0 -1 1077944384 558 13293 0 0 5 0 5 3 20 0 15 0 78626666 11079016448 13374 33554432000 4194304 4196468 140730238733904 139645904255600 139646380788354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5153] ppid=5085 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5153/stat : 5153 (java) S 5085 5088 32560 0 -1 1077944384 3 13293 0 0 0 0 5 3 20 0 15 0 78626666 11079016448 13374 33554432000 4194304 4196468 140730238733904 139644883520224 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5154] ppid=5085 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5154/stat : 5154 (java) S 5085 5088 32560 0 -1 1077944384 1 13293 0 0 0 0 5 3 20 0 15 0 78626666 11079016448 13374 33554432000 4194304 4196468 140730238733904 139645903202992 139646380788354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53496 KiB

[startup+0.700777 s]
/proc/loadavg: 5.08 4.35 3.22 7/216 5154
/proc/meminfo: memFree=9128712/32770624 swapFree=67108796/67108860
[pid=5088] ppid=5085 vsize=10819352 memory=86228 CPUtime=0.99 cores=1,3,5,7
/proc/5088/stat : 5088 (java) S 5085 5088 32560 0 -1 1077944320 16753 13293 0 0 86 5 5 3 20 0 15 0 78626651 11079016448 21557 33554432000 4194304 4196468 140730238733904 140730238716448 139646380777207 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
/proc/5088/statm: 2704838 21557 3237 1 0 2667149 0
[pid=5088/tid=5141] ppid=5085 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/5088/task/5141/stat : 5141 (java) R 5085 5088 32560 0 -1 4202560 12306 13293 0 0 55 3 5 3 20 0 15 0 78626660 11079016448 21557 33554432000 4194304 4196468 140730238733904 139646352608072 139646364857694 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5142] ppid=5085 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5142/stat : 5142 (java) S 5085 5088 32560 0 -1 1077944384 1 13293 0 0 0 0 5 3 20 0 15 0 78626661 11079016448 21557 33554432000 4194304 4196468 140730238733904 139646385020048 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5143] ppid=5085 vsize=10819352 memory=7886766292050524213 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5143/stat : 5143 (java) S 5085 5088 32560 0 -1 1077944384 1 13293 0 0 0 0 5 3 20 0 15 0 78626661 11079016448 21557 33554432000 4194304 4196468 140730238733904 139646299839504 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5144] ppid=5085 vsize=10819352 memory=5860705218891763792 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5144/stat : 5144 (java) S 5085 5088 32560 0 -1 1077944384 1 13293 0 0 0 0 5 3 20 0 15 0 78626661 11079016448 21557 33554432000 4194304 4196468 140730238733904 139645952908176 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5145] ppid=5085 vsize=10819352 memory=6226596351323422817 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5145/stat : 5145 (java) S 5085 5088 32560 0 -1 1077944384 2 13293 0 0 0 0 5 3 20 0 15 0 78626661 11079016448 21557 33554432000 4194304 4196468 140730238733904 139645951855376 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5146] ppid=5085 vsize=10819352 memory=2319389199337275488 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5146/stat : 5146 (java) S 5085 5088 32560 0 -1 1077944384 5 13293 0 0 0 0 5 3 20 0 15 0 78626662 11079016448 21557 33554432000 4194304 4196468 140730238733904 139645907413360 139646380788354 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5147] ppid=5085 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5147/stat : 5147 (java) S 5085 5088 32560 0 -1 1077944384 13 13293 0 0 0 0 5 3 20 0 15 0 78626663 11079016448 21557 33554432000 4194304 4196468 140730238733904 139645828457504 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5148] ppid=5085 vsize=10819352 memory=3708 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5148/stat : 5148 (java) S 5085 5088 32560 0 -1 1077944384 1 13293 0 0 0 0 5 3 20 0 15 0 78626663 11079016448 21557 33554432000 4194304 4196468 140730238733904 139645224477552 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5149] ppid=5085 vsize=10819352 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5149/stat : 5149 (java) S 5085 5088 32560 0 -1 1077944384 3 13293 0 0 0 0 5 3 20 0 15 0 78626666 11079016448 21557 33554432000 4194304 4196468 140730238733904 139644917077840 139646380795803 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5150] ppid=5085 vsize=10819352 memory=2244 CPUtime=0.18 cores=1,3,5,7
/proc/5088/task/5150/stat : 5150 (java) S 5085 5088 32560 0 -1 1077944384 1083 13293 0 0 10 0 5 3 20 0 15 0 78626666 11079016448 21557 33554432000 4194304 4196468 140730238733904 139645906361200 139646380788354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5151] ppid=5085 vsize=10819352 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/5088/task/5151/stat : 5151 (java) S 5085 5088 32560 0 -1 1077944384 496 13293 0 0 6 0 5 3 20 0 15 0 78626666 11079016448 21557 33554432000 4194304 4196468 140730238733904 139645905308400 139646380788354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5152] ppid=5085 vsize=10819352 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/5088/task/5152/stat : 5152 (java) S 5085 5088 32560 0 -1 1077944384 652 13293 0 0 13 0 5 3 20 0 15 0 78626666 11079016448 21557 33554432000 4194304 4196468 140730238733904 139645904255600 139646380788354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5153] ppid=5085 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5153/stat : 5153 (java) S 5085 5088 32560 0 -1 1077944384 3 13293 0 0 0 0 5 3 20 0 15 0 78626666 11079016448 21557 33554432000 4194304 4196468 140730238733904 139644883520224 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5154] ppid=5085 vsize=10819352 memory=30305 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5154/stat : 5154 (java) S 5085 5088 32560 0 -1 1077944384 1 13293 0 0 0 0 5 3 20 0 15 0 78626666 11079016448 21557 33554432000 4194304 4196468 140730238733904 139645903202992 139646380788354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86228 KiB

[startup+1.50073 s]
/proc/loadavg: 5.00 4.34 3.22 6/216 5154
/proc/meminfo: memFree=9083124/32770624 swapFree=67108796/67108860
[pid=5088] ppid=5085 vsize=10828108 memory=252408 CPUtime=2.92 cores=1,3,5,7
/proc/5088/stat : 5088 (java) S 5085 5088 32560 0 -1 1077944320 22764 13293 0 0 270 14 5 3 20 0 15 0 78626651 11087982592 63102 33554432000 4194304 4196468 140730238733904 140730238716448 139646380777207 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
/proc/5088/statm: 2707027 63102 3466 1 0 2668685 0
[pid=5088/tid=5141] ppid=5085 vsize=10828108 memory=124 CPUtime=1.43 cores=1,3,5,7
/proc/5088/task/5141/stat : 5141 (java) S 5085 5088 32560 0 -1 1077944384 15125 13293 0 0 129 6 5 3 20 0 15 0 78626660 11087982592 63102 33554432000 4194304 4196468 140730238733904 139646352610640 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5142] ppid=5085 vsize=10828108 memory=78 CPUtime=0.1 cores=1,3,5,7
/proc/5088/task/5142/stat : 5142 (java) S 5085 5088 32560 0 -1 1077944384 66 13293 0 0 1 1 5 3 20 0 15 0 78626661 11087982592 63102 33554432000 4194304 4196468 140730238733904 139646385020048 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5143] ppid=5085 vsize=10828108 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/5088/task/5143/stat : 5143 (java) S 5085 5088 32560 0 -1 1077944384 27 13293 0 0 1 1 5 3 20 0 15 0 78626661 11087982592 63102 33554432000 4194304 4196468 140730238733904 139646299839504 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5144] ppid=5085 vsize=10828108 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5088/task/5144/stat : 5144 (java) R 5085 5088 32560 0 -1 1077944384 313 13293 0 0 1 0 5 3 20 0 15 0 78626661 11087982592 63102 33554432000 4194304 4196468 140730238733904 139645952908176 139646380787413 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5145] ppid=5085 vsize=10828108 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/5088/task/5145/stat : 5145 (java) S 5085 5088 32560 0 -1 1077944384 54 13293 0 0 1 1 5 3 20 0 15 0 78626661 11087982592 63102 33554432000 4194304 4196468 140730238733904 139645951855376 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5146] ppid=5085 vsize=10828108 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5146/stat : 5146 (java) S 5085 5088 32560 0 -1 1077944384 96 13293 0 0 0 0 5 3 20 0 15 0 78626662 11087982592 63102 33554432000 4194304 4196468 140730238733904 139645907413360 139646380788354 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5147] ppid=5085 vsize=10828108 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5147/stat : 5147 (java) S 5085 5088 32560 0 -1 1077944384 13 13293 0 0 0 0 5 3 20 0 15 0 78626663 11087982592 63102 33554432000 4194304 4196468 140730238733904 139645828457504 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5148] ppid=5085 vsize=10828108 memory=-7591201286991560646 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5148/stat : 5148 (java) S 5085 5088 32560 0 -1 1077944384 1 13293 0 0 0 0 5 3 20 0 15 0 78626663 11087982592 63102 33554432000 4194304 4196468 140730238733904 139645224477552 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5149] ppid=5085 vsize=10828108 memory=-2127766511171428343 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5149/stat : 5149 (java) S 5085 5088 32560 0 -1 1077944384 3 13293 0 0 0 0 5 3 20 0 15 0 78626666 11087982592 63102 33554432000 4194304 4196468 140730238733904 139644917077840 139646380795803 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5150] ppid=5085 vsize=10828108 memory=-2897801490638248331 CPUtime=0.57 cores=1,3,5,7
/proc/5088/task/5150/stat : 5150 (java) S 5085 5088 32560 0 -1 1077944384 1833 13293 0 0 48 1 5 3 20 0 15 0 78626666 11087982592 63102 33554432000 4194304 4196468 140730238733904 139645906361200 139646380788354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5151] ppid=5085 vsize=10828108 memory=-6508082473862325656 CPUtime=0.51 cores=1,3,5,7
/proc/5088/task/5151/stat : 5151 (java) R 5085 5088 32560 0 -1 1077944384 1275 13293 0 0 43 0 5 3 20 0 15 0 78626666 11087982592 63102 33554432000 4194304 4196468 140730238733904 139645905308400 139646380788354 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5152] ppid=5085 vsize=10828108 memory=-2746958450906831519 CPUtime=0.5 cores=1,3,5,7
/proc/5088/task/5152/stat : 5152 (java) R 5085 5088 32560 0 -1 4202560 1766 13293 0 0 42 0 5 3 20 0 15 0 78626666 11087982592 63102 33554432000 4194304 4196468 140730238733904 139645904253600 139646380798554 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5153] ppid=5085 vsize=10828108 memory=64 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5153/stat : 5153 (java) S 5085 5088 32560 0 -1 1077944384 3 13293 0 0 0 0 5 3 20 0 15 0 78626666 11087982592 63102 33554432000 4194304 4196468 140730238733904 139644883520224 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5154] ppid=5085 vsize=10828108 memory=33 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5154/stat : 5154 (java) S 5085 5088 32560 0 -1 1077944384 3 13293 0 0 0 0 5 3 20 0 15 0 78626666 11087982592 63102 33554432000 4194304 4196468 140730238733904 139645903202992 139646380788354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
Current children cumulated CPU time: 2.92 s
Current children cumulated vsize: 10828108 KiB

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

/proc/5088/task/5141/stat : 5141 (java) R 5085 5088 32560 0 -1 4202560 172986 13293 0 0 231816 83 5 3 20 0 15 0 78626660 11178180608 700102 33554432000 4194304 4196468 140730238733904 139646352610960 139645996564425 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5142] ppid=5085 vsize=10916192 memory=2820412 CPUtime=2.8 cores=1,3,5,7
/proc/5088/task/5142/stat : 5142 (java) S 5085 5088 32560 0 -1 1077944384 20015 13293 0 0 229 43 5 3 20 0 15 0 78626661 11178180608 700102 33554432000 4194304 4196468 140730238733904 139646385020048 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5143] ppid=5085 vsize=10916192 memory=2820412 CPUtime=2.81 cores=1,3,5,7
/proc/5088/task/5143/stat : 5143 (java) S 5085 5088 32560 0 -1 1077944384 17295 13293 0 0 230 43 5 3 20 0 15 0 78626661 11178180608 700102 33554432000 4194304 4196468 140730238733904 139646299839504 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5144] ppid=5085 vsize=10916192 memory=2820412 CPUtime=2.82 cores=1,3,5,7
/proc/5088/task/5144/stat : 5144 (java) S 5085 5088 32560 0 -1 1077944384 10839 13293 0 0 231 43 5 3 20 0 15 0 78626661 11178180608 700102 33554432000 4194304 4196468 140730238733904 139645952908176 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5145] ppid=5085 vsize=10916192 memory=2800408 CPUtime=2.83 cores=1,3,5,7
/proc/5088/task/5145/stat : 5145 (java) S 5085 5088 32560 0 -1 1077944384 23765 13293 0 0 230 45 5 3 20 0 15 0 78626661 11178180608 700102 33554432000 4194304 4196468 140730238733904 139645951855376 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5146] ppid=5085 vsize=10916192 memory=2800408 CPUtime=0.37 cores=1,3,5,7
/proc/5088/task/5146/stat : 5146 (java) S 5085 5088 32560 0 -1 1077944384 26141 13293 0 0 23 6 5 3 20 0 15 0 78626662 11178180608 700102 33554432000 4194304 4196468 140730238733904 139645907413360 139646380788354 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5147] ppid=5085 vsize=10916192 memory=2800408 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5147/stat : 5147 (java) S 5085 5088 32560 0 -1 1077944384 16 13293 0 0 0 0 5 3 20 0 15 0 78626663 11178180608 700102 33554432000 4194304 4196468 140730238733904 139645828457568 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5148] ppid=5085 vsize=10916192 memory=2800408 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5148/stat : 5148 (java) S 5085 5088 32560 0 -1 1077944384 4 13293 0 0 0 0 5 3 20 0 15 0 78626663 11178180608 700102 33554432000 4194304 4196468 140730238733904 139645224477568 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5149] ppid=5085 vsize=10916192 memory=2800408 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5149/stat : 5149 (java) S 5085 5088 32560 0 -1 1077944384 3 13293 0 0 0 0 5 3 20 0 15 0 78626666 11178180608 700102 33554432000 4194304 4196468 140730238733904 139644917077840 139646380795803 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5150] ppid=5085 vsize=10916192 memory=5024 CPUtime=7.07 cores=1,3,5,7
/proc/5088/task/5150/stat : 5150 (java) S 5085 5088 32560 0 -1 1077944384 44816 13293 0 0 693 6 5 3 20 0 15 0 78626666 11178180608 700102 33554432000 4194304 4196468 140730238733904 139645906361200 139646380788354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5151] ppid=5085 vsize=10916192 memory=2800408 CPUtime=6.99 cores=1,3,5,7
/proc/5088/task/5151/stat : 5151 (java) S 5085 5088 32560 0 -1 1077944384 35023 13293 0 0 688 3 5 3 20 0 15 0 78626666 11178180608 700102 33554432000 4194304 4196468 140730238733904 139645905308400 139646380788354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5152] ppid=5085 vsize=10916192 memory=2800408 CPUtime=2.4 cores=1,3,5,7
/proc/5088/task/5152/stat : 5152 (java) S 5085 5088 32560 0 -1 1077944384 26422 13293 0 0 227 5 5 3 20 0 15 0 78626666 11178180608 700102 33554432000 4194304 4196468 140730238733904 139645904255600 139646380788354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5153] ppid=5085 vsize=10916192 memory=3708 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5153/stat : 5153 (java) S 5085 5088 32560 0 -1 1077944384 3 13293 0 0 0 0 5 3 20 0 15 0 78626666 11178180608 700102 33554432000 4194304 4196468 140730238733904 139644883520224 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5154] ppid=5085 vsize=10916192 memory=2800408 CPUtime=1.44 cores=1,3,5,7
/proc/5088/task/5154/stat : 5154 (java) S 5085 5088 32560 0 -1 1077944384 3397 13293 0 0 58 78 5 3 20 0 15 0 78626666 11178180608 700102 33554432000 4194304 4196468 140730238733904 139645903202992 139646380788354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
Current children cumulated CPU time: 2347.98 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2800408 KiB

[startup+2382.3 s]
/proc/loadavg: 1.77 1.67 1.83 3/216 5483
/proc/meminfo: memFree=14080632/32770624 swapFree=67108796/67108860
[pid=5088] ppid=5085 vsize=10916192 memory=2761932 CPUtime=2408.15 cores=1,3,5,7
/proc/5088/stat : 5088 (java) S 5085 5088 32560 0 -1 1077944320 386068 13293 0 0 240465 342 5 3 20 0 15 0 78626651 11178180608 690483 33554432000 4194304 4196468 140730238733904 140730238716448 139646380777207 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
/proc/5088/statm: 2729048 690483 3528 1 0 2690701 0
[pid=5088/tid=5141] ppid=5085 vsize=10916192 memory=2781424 CPUtime=2379.01 cores=1,3,5,7
/proc/5088/task/5141/stat : 5141 (java) R 5085 5088 32560 0 -1 4202560 174531 13293 0 0 237810 83 5 3 20 0 15 0 78626660 11178180608 690483 33554432000 4194304 4196468 140730238733904 139646352611008 139645995228516 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5142] ppid=5085 vsize=10916192 memory=2781424 CPUtime=2.85 cores=1,3,5,7
/proc/5088/task/5142/stat : 5142 (java) S 5085 5088 32560 0 -1 1077944384 20082 13293 0 0 234 43 5 3 20 0 15 0 78626661 11178180608 690483 33554432000 4194304 4196468 140730238733904 139646385020048 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5143] ppid=5085 vsize=10916192 memory=2800408 CPUtime=2.86 cores=1,3,5,7
/proc/5088/task/5143/stat : 5143 (java) S 5085 5088 32560 0 -1 1077944384 17359 13293 0 0 234 44 5 3 20 0 15 0 78626661 11178180608 690483 33554432000 4194304 4196468 140730238733904 139646299839504 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5144] ppid=5085 vsize=10916192 memory=2781424 CPUtime=2.86 cores=1,3,5,7
/proc/5088/task/5144/stat : 5144 (java) S 5085 5088 32560 0 -1 1077944384 11155 13293 0 0 235 43 5 3 20 0 15 0 78626661 11178180608 690483 33554432000 4194304 4196468 140730238733904 139645952908176 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5145] ppid=5085 vsize=10916192 memory=2781424 CPUtime=2.87 cores=1,3,5,7
/proc/5088/task/5145/stat : 5145 (java) S 5085 5088 32560 0 -1 1077944384 24126 13293 0 0 234 45 5 3 20 0 15 0 78626661 11178180608 690483 33554432000 4194304 4196468 140730238733904 139645951855376 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5146] ppid=5085 vsize=10916192 memory=2761932 CPUtime=0.38 cores=1,3,5,7
/proc/5088/task/5146/stat : 5146 (java) S 5085 5088 32560 0 -1 1077944384 26341 13293 0 0 24 6 5 3 20 0 15 0 78626662 11178180608 690483 33554432000 4194304 4196468 140730238733904 139645907413360 139646380788354 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5147] ppid=5085 vsize=10916192 memory=275 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5147/stat : 5147 (java) S 5085 5088 32560 0 -1 1077944384 16 13293 0 0 0 0 5 3 20 0 15 0 78626663 11178180608 690483 33554432000 4194304 4196468 140730238733904 139645828457568 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5148] ppid=5085 vsize=10916192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5148/stat : 5148 (java) S 5085 5088 32560 0 -1 1077944384 4 13293 0 0 0 0 5 3 20 0 15 0 78626663 11178180608 690483 33554432000 4194304 4196468 140730238733904 139645224477568 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5149] ppid=5085 vsize=10916192 memory=1120 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5149/stat : 5149 (java) S 5085 5088 32560 0 -1 1077944384 3 13293 0 0 0 0 5 3 20 0 15 0 78626666 11178180608 690483 33554432000 4194304 4196468 140730238733904 139644917077840 139646380795803 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5150] ppid=5085 vsize=10916192 memory=792 CPUtime=7.07 cores=1,3,5,7
/proc/5088/task/5150/stat : 5150 (java) S 5085 5088 32560 0 -1 1077944384 45095 13293 0 0 693 6 5 3 20 0 15 0 78626666 11178180608 690483 33554432000 4194304 4196468 140730238733904 139645906361200 139646380788354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5151] ppid=5085 vsize=10916192 memory=2767576 CPUtime=6.99 cores=1,3,5,7
/proc/5088/task/5151/stat : 5151 (java) S 5085 5088 32560 0 -1 1077944384 35025 13293 0 0 688 3 5 3 20 0 15 0 78626666 11178180608 690483 33554432000 4194304 4196468 140730238733904 139645905308400 139646380788354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5152] ppid=5085 vsize=10916192 memory=1692 CPUtime=2.4 cores=1,3,5,7
/proc/5088/task/5152/stat : 5152 (java) S 5085 5088 32560 0 -1 1077944384 26711 13293 0 0 227 5 5 3 20 0 15 0 78626666 11178180608 690483 33554432000 4194304 4196468 140730238733904 139645904255600 139646380788354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5153] ppid=5085 vsize=10916192 memory=2795276 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5153/stat : 5153 (java) S 5085 5088 32560 0 -1 1077944384 3 13293 0 0 0 0 5 3 20 0 15 0 78626666 11178180608 690483 33554432000 4194304 4196468 140730238733904 139644883520224 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5154] ppid=5085 vsize=10916192 memory=2795276 CPUtime=1.47 cores=1,3,5,7
/proc/5088/task/5154/stat : 5154 (java) S 5085 5088 32560 0 -1 1077944384 3431 13293 0 0 59 80 5 3 20 0 15 0 78626666 11178180608 690483 33554432000 4194304 4196468 140730238733904 139645903202992 139646380788354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
Current children cumulated CPU time: 2408.15 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2761932 KiB

[startup+2442.3 s]
/proc/loadavg: 1.81 1.69 1.83 6/216 5484
/proc/meminfo: memFree=14149252/32770624 swapFree=67108796/67108860
[pid=5088] ppid=5085 vsize=10916192 memory=2694216 CPUtime=2468.32 cores=1,3,5,7
/proc/5088/stat : 5088 (java) S 5085 5088 32560 0 -1 1077944320 388461 13293 0 0 246480 344 5 3 20 0 15 0 78626651 11178180608 673554 33554432000 4194304 4196468 140730238733904 140730238716448 139646380777207 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
/proc/5088/statm: 2729048 673554 3528 1 0 2690701 0
[pid=5088/tid=5141] ppid=5085 vsize=10916192 memory=2694216 CPUtime=2438.94 cores=1,3,5,7
/proc/5088/task/5141/stat : 5141 (java) R 5085 5088 32560 0 -1 4202560 175923 13293 0 0 243803 83 5 3 20 0 15 0 78626660 11178180608 673554 33554432000 4194304 4196468 140730238733904 139646352611728 139645983595429 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5142] ppid=5085 vsize=10916192 memory=2694216 CPUtime=2.9 cores=1,3,5,7
/proc/5088/task/5142/stat : 5142 (java) S 5085 5088 32560 0 -1 1077944384 20325 13293 0 0 239 43 5 3 20 0 15 0 78626661 11178180608 673554 33554432000 4194304 4196468 140730238733904 139646385020048 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5143] ppid=5085 vsize=10916192 memory=2694216 CPUtime=2.91 cores=1,3,5,7
/proc/5088/task/5143/stat : 5143 (java) S 5085 5088 32560 0 -1 1077944384 17467 13293 0 0 239 44 5 3 20 0 15 0 78626661 11178180608 673554 33554432000 4194304 4196468 140730238733904 139646299839504 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5144] ppid=5085 vsize=10916192 memory=2694216 CPUtime=2.91 cores=1,3,5,7
/proc/5088/task/5144/stat : 5144 (java) S 5085 5088 32560 0 -1 1077944384 11505 13293 0 0 240 43 5 3 20 0 15 0 78626661 11178180608 673554 33554432000 4194304 4196468 140730238733904 139645952908176 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5145] ppid=5085 vsize=10916192 memory=2717812 CPUtime=2.92 cores=1,3,5,7
/proc/5088/task/5145/stat : 5145 (java) S 5085 5088 32560 0 -1 1077944384 24192 13293 0 0 239 45 5 3 20 0 15 0 78626661 11178180608 673554 33554432000 4194304 4196468 140730238733904 139645951855376 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5146] ppid=5085 vsize=10916192 memory=2781424 CPUtime=0.39 cores=1,3,5,7
/proc/5088/task/5146/stat : 5146 (java) S 5085 5088 32560 0 -1 1077944384 26537 13293 0 0 25 6 5 3 20 0 15 0 78626662 11178180608 673554 33554432000 4194304 4196468 140730238733904 139645907413360 139646380788354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5147] ppid=5085 vsize=10916192 memory=2717812 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5147/stat : 5147 (java) S 5085 5088 32560 0 -1 1077944384 16 13293 0 0 0 0 5 3 20 0 15 0 78626663 11178180608 673554 33554432000 4194304 4196468 140730238733904 139645828457568 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5148] ppid=5085 vsize=10916192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5148/stat : 5148 (java) S 5085 5088 32560 0 -1 1077944384 4 13293 0 0 0 0 5 3 20 0 15 0 78626663 11178180608 673554 33554432000 4194304 4196468 140730238733904 139645224477568 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5149] ppid=5085 vsize=10916192 memory=2703448 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5149/stat : 5149 (java) S 5085 5088 32560 0 -1 1077944384 3 13293 0 0 0 0 5 3 20 0 15 0 78626666 11178180608 673554 33554432000 4194304 4196468 140730238733904 139644917077840 139646380795803 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5150] ppid=5085 vsize=10916192 memory=2694216 CPUtime=7.07 cores=1,3,5,7
/proc/5088/task/5150/stat : 5150 (java) S 5085 5088 32560 0 -1 1077944384 45098 13293 0 0 693 6 5 3 20 0 15 0 78626666 11178180608 673554 33554432000 4194304 4196468 140730238733904 139645906361200 139646380788354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5151] ppid=5085 vsize=10916192 memory=2694216 CPUtime=6.99 cores=1,3,5,7
/proc/5088/task/5151/stat : 5151 (java) S 5085 5088 32560 0 -1 1077944384 35027 13293 0 0 688 3 5 3 20 0 15 0 78626666 11178180608 673554 33554432000 4194304 4196468 140730238733904 139645905308400 139646380788354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5152] ppid=5085 vsize=10916192 memory=301741373374332954 CPUtime=2.41 cores=1,3,5,7
/proc/5088/task/5152/stat : 5152 (java) S 5085 5088 32560 0 -1 1077944384 26713 13293 0 0 228 5 5 3 20 0 15 0 78626666 11178180608 673554 33554432000 4194304 4196468 140730238733904 139645904255600 139646380788354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5153] ppid=5085 vsize=10916192 memory=1628 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5153/stat : 5153 (java) S 5085 5088 32560 0 -1 1077944384 3 13293 0 0 0 0 5 3 20 0 15 0 78626666 11178180608 673554 33554432000 4194304 4196468 140730238733904 139644883520224 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5154] ppid=5085 vsize=10916192 memory=2694216 CPUtime=1.51 cores=1,3,5,7
/proc/5088/task/5154/stat : 5154 (java) S 5085 5088 32560 0 -1 1077944384 3462 13293 0 0 60 83 5 3 20 0 15 0 78626666 11178180608 673554 33554432000 4194304 4196468 140730238733904 139645903202992 139646380788354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
Current children cumulated CPU time: 2468.32 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2694216 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2493.8 s]
/proc/loadavg: 1.64 1.67 1.81 3/216 5485
/proc/meminfo: memFree=14242856/32770624 swapFree=67108796/67108860
[pid=5088] ppid=5085 vsize=10916192 memory=2600820 CPUtime=2520.01 cores=1,3,5,7
/proc/5088/stat : 5088 (java) S 5085 5088 32560 0 -1 1077944320 390541 13293 0 0 251645 348 5 3 20 0 15 0 78626651 11178180608 650205 33554432000 4194304 4196468 140730238733904 140730238716448 139646380777207 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
/proc/5088/statm: 2729048 650205 3528 1 0 2690701 0
[pid=5088/tid=5141] ppid=5085 vsize=10916192 memory=7524 CPUtime=2490.37 cores=1,3,5,7
/proc/5088/task/5141/stat : 5141 (java) R 5085 5088 32560 0 -1 4202560 176970 13293 0 0 248946 83 5 3 20 0 15 0 78626660 11178180608 650205 33554432000 4194304 4196468 140730238733904 139646352611264 139645989326766 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5142] ppid=5085 vsize=10916192 memory=840 CPUtime=2.94 cores=1,3,5,7
/proc/5088/task/5142/stat : 5142 (java) S 5085 5088 32560 0 -1 1077944384 20434 13293 0 0 243 43 5 3 20 0 15 0 78626661 11178180608 650205 33554432000 4194304 4196468 140730238733904 139646385020048 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5143] ppid=5085 vsize=10916192 memory=8112282956445269571 CPUtime=2.96 cores=1,3,5,7
/proc/5088/task/5143/stat : 5143 (java) S 5085 5088 32560 0 -1 1077944384 17715 13293 0 0 244 44 5 3 20 0 15 0 78626661 11178180608 650205 33554432000 4194304 4196468 140730238733904 139646299839504 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5144] ppid=5085 vsize=10916192 memory=1676 CPUtime=2.96 cores=1,3,5,7
/proc/5088/task/5144/stat : 5144 (java) S 5085 5088 32560 0 -1 1077944384 11886 13293 0 0 244 44 5 3 20 0 15 0 78626661 11178180608 650205 33554432000 4194304 4196468 140730238733904 139645952908176 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5145] ppid=5085 vsize=10916192 memory=960 CPUtime=2.98 cores=1,3,5,7
/proc/5088/task/5145/stat : 5145 (java) S 5085 5088 32560 0 -1 1077944384 24256 13293 0 0 244 46 5 3 20 0 15 0 78626661 11178180608 650205 33554432000 4194304 4196468 140730238733904 139645951855376 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5146] ppid=5085 vsize=10916192 memory=1232 CPUtime=0.39 cores=1,3,5,7
/proc/5088/task/5146/stat : 5146 (java) S 5085 5088 32560 0 -1 1077944384 26732 13293 0 0 25 6 5 3 20 0 15 0 78626662 11178180608 650205 33554432000 4194304 4196468 140730238733904 139645907413360 139646380788354 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5147] ppid=5085 vsize=10916192 memory=4072 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5147/stat : 5147 (java) S 5085 5088 32560 0 -1 1077944384 16 13293 0 0 0 0 5 3 20 0 15 0 78626663 11178180608 650205 33554432000 4194304 4196468 140730238733904 139645828457568 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5148] ppid=5085 vsize=10916192 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5148/stat : 5148 (java) S 5085 5088 32560 0 -1 1077944384 4 13293 0 0 0 0 5 3 20 0 15 0 78626663 11178180608 650205 33554432000 4194304 4196468 140730238733904 139645224477568 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5149] ppid=5085 vsize=10916192 memory=1692 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5149/stat : 5149 (java) S 5085 5088 32560 0 -1 1077944384 3 13293 0 0 0 0 5 3 20 0 15 0 78626666 11178180608 650205 33554432000 4194304 4196468 140730238733904 139644917077840 139646380795803 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5150] ppid=5085 vsize=10916192 memory=916 CPUtime=7.07 cores=1,3,5,7
/proc/5088/task/5150/stat : 5150 (java) S 5085 5088 32560 0 -1 1077944384 45100 13293 0 0 693 6 5 3 20 0 15 0 78626666 11178180608 650205 33554432000 4194304 4196468 140730238733904 139645906361200 139646380788354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5151] ppid=5085 vsize=10916192 memory=3848 CPUtime=6.99 cores=1,3,5,7
/proc/5088/task/5151/stat : 5151 (java) S 5085 5088 32560 0 -1 1077944384 35030 13293 0 0 688 3 5 3 20 0 15 0 78626666 11178180608 650205 33554432000 4194304 4196468 140730238733904 139645905308400 139646380788354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5152] ppid=5085 vsize=10916192 memory=2896 CPUtime=2.41 cores=1,3,5,7
/proc/5088/task/5152/stat : 5152 (java) S 5085 5088 32560 0 -1 1077944384 26715 13293 0 0 228 5 5 3 20 0 15 0 78626666 11178180608 650205 33554432000 4194304 4196468 140730238733904 139645904255600 139646380788354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5153] ppid=5085 vsize=10916192 memory=2600 CPUtime=0.08 cores=1,3,5,7
/proc/5088/task/5153/stat : 5153 (java) S 5085 5088 32560 0 -1 1077944384 3 13293 0 0 0 0 5 3 20 0 15 0 78626666 11178180608 650205 33554432000 4194304 4196468 140730238733904 139644883520224 139646380787413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
[pid=5088/tid=5154] ppid=5085 vsize=10916192 memory=1572 CPUtime=1.54 cores=1,3,5,7
/proc/5088/task/5154/stat : 5154 (java) S 5085 5088 32560 0 -1 1077944384 3491 13293 0 0 61 85 5 3 20 0 15 0 78626666 11178180608 650205 33554432000 4194304 4196468 140730238733904 139645903202992 139646380788354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140730238736555 140730238739804 140730238739804 140730238742479 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2600820 KiB

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

[startup+2493.84 s]
# the end of solver process 5088 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.53 s, system=3.53055 s

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

Child status: 143
Real time (s): 2493.84
CPU time (s): 2520.06
CPU user time (s): 2516.53
CPU system time (s): 3.53055
CPU usage (%): 101.051
Max. virtual memory (cumulated for all children) (KiB): 10918904
Max. memory (cumulated for all children) (KiB): 2969376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.53
system time used= 3.53055
maximum resident set size= 2977568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 405197
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 65774
involuntary context switches= 1666


# summary of solver processes directly reported to runsolver:
#   pid: 5088
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2516.53
#   total CPU system time (s): 3.53055

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.4414 second user time and 19.5202 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-26 15:10:35
IDJOB=4296105
IDBENCH=141653
IDSOLVER=2751
FILE ID=node138/4296105-1532610635
RUNJOBID= node138-1532582651-32592
PBS_JOBID= 21021963
Free space on /tmp= 53772 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Eternity/Eternity-15-15_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-4296105-1532610635/watcher-4296105-1532610635 -o /tmp/evaluation-result-4296105-1532610635/solver-4296105-1532610635 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532582651-32592 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1679540902 -superng HOME/instance-4296105-1532610635.xml

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

MD5SUM BENCH= 07f6a500cdb84e44b97e5b2e1697edff
RANDOM SEED=1679540902

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:         9179840 kB
MemAvailable:   23538200 kB
Buffers:          193540 kB
Cached:         14309208 kB
SwapCached:           44 kB
Active:         10785272 kB
Inactive:       12149436 kB
Active(anon):    8382524 kB
Inactive(anon):    77304 kB
Active(file):    2402748 kB
Inactive(file): 12072132 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             29608 kB
Writeback:             0 kB
AnonPages:       8457656 kB
Mapped:            48680 kB
Shmem:             25164 kB
Slab:             340604 kB
SReclaimable:     311940 kB
SUnreclaim:        28664 kB
KernelStack:        3824 kB
PageTables:        21212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8864464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7940096 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= 53744 MiB
End job on node138 at 2018-07-26 15:52:09