Trace number 4302564

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2? (TO) 252.179 230.028

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-scen-11-opt_c18.xml
MD5SUM7994f0224337b533c2c19d764e718377
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark252.031
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":10},{"size":24,"count":4},{"size":36,"count":336},{"size":44,"count":328}]
Minimum variable degree2
Maximum variable degree63
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":26},{"degree":5,"count":13},{"degree":6,"count":86},{"degree":7,"count":20},{"degree":8,"count":89},{"degree":9,"count":12},{"degree":10,"count":87},{"degree":11,"count":28},{"degree":12,"count":42},{"degree":13,"count":25},{"degree":14,"count":40},{"degree":15,"count":14},{"degree":16,"count":40},{"degree":17,"count":8},{"degree":18,"count":29},{"degree":19,"count":6},{"degree":20,"count":18},{"degree":21,"count":13},{"degree":22,"count":11},{"degree":23,"count":7},{"degree":24,"count":7},{"degree":25,"count":8},{"degree":26,"count":8},{"degree":28,"count":9},{"degree":29,"count":8},{"degree":30,"count":2},{"degree":31,"count":6},{"degree":32,"count":1},{"degree":36,"count":3},{"degree":37,"count":3},{"degree":39,"count":2},{"degree":40,"count":2},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":45,"count":1},{"degree":48,"count":1},{"degree":56,"count":1},{"degree":63,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
Optimization problemYES
Type of objectivemin NVALUES

Solver Data

1.00/0.74	c Concrete v3.9.2.1532736233296 running
252.04/229.98	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.04/229.98		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.04/229.98		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.04/229.98		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.04/229.98		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:254)
252.04/229.98		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:16)
252.04/229.98		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.04/229.98		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.04/229.98		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.04/229.98		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.04/229.98		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.04/229.98		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.04/229.98		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.04/229.98		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.04/229.98		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.04/229.98		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.04/229.98		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.04/229.98		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.04/229.98		at scala.Option.map(Option.scala:146)
252.04/229.98		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.04/229.98		at concrete.MAC.mac(MAC.scala:203)
252.04/229.98		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.04/229.98		at scala.util.Try$.apply(Try.scala:209)
252.04/229.98		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.04/229.98		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.04/229.98		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.04/229.98		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.04/229.98		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.04/229.98		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.04/229.98		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.04/229.98		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.04/229.98		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.04/229.98		at concrete.MAC.oneRun(MAC.scala:253)
252.04/229.98		at concrete.MAC.nextSolution(MAC.scala:272)
252.04/229.98		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
252.04/229.98		at concrete.ProblemState.map(ProblemState.scala:221)
252.04/229.98		at concrete.ProblemState.map(ProblemState.scala:204)
252.04/229.98		at concrete.MAC.nextSolution(MAC.scala:334)
252.04/229.98		at concrete.Solver.hasNext(Solver.scala:166)
252.04/229.98		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.04/229.98		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.04/229.98		at concrete.Solver.foreach(Solver.scala:68)
252.04/229.98		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.04/229.98		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.04/229.98		at scala.util.Success.map(Try.scala:209)
252.04/229.98		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.04/229.98		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.04/229.98		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.04/229.98		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.04/229.98		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.04/229.98		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.04/229.98		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.04/229.98		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.04/229.98		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.04/229.98		at scala.collection.immutable.List.foreach(List.scala:389)
252.04/229.98		at scala.App.main(App.scala:76)
252.04/229.98		at scala.App.main$(App.scala:74)
252.04/229.99		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.04/229.99		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.04/230.00	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 (10486 MiB free)
  memory of node 1: 16384 MiB (11968 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302564-1532895557/watcher-4302564-1532895557 -o /tmp/evaluation-result-4302564-1532895557/solver-4302564-1532895557 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532892903-13712 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1871084544 HOME/instance-4302564-1532895557.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=17260, runsolver pid=17257

[startup+0.100163 s]*
/proc/loadavg: 1.75 1.98 1.94 3/206 17317
/proc/meminfo: memFree=22989392/32770624 swapFree=67108860/67108860
[pid=17260] ppid=17257 vsize=10005480 memory=18952 CPUtime=0.1 cores=0,2,4,6
/proc/17260/stat : 17260 (java) S 17257 17260 12183 0 -1 1077944320 4358 13367 0 0 1 1 5 3 20 0 6 0 107118946 10245611520 4738 33554432000 4194304 4196468 140727110169184 140727110151728 140334206713591 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
/proc/17260/statm: 2501370 4738 1935 1 0 2489808 0
[pid=17260/tid=17313] ppid=17257 vsize=10005480 memory=4279135703946725007 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17313/stat : 17313 (java) R 17257 17260 12183 0 -1 4202560 2166 13367 0 0 0 0 5 3 20 0 6 0 107118955 10245611520 4738 33554432000 4194304 4196468 140727110169184 140334178550352 140334192396083 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17314] ppid=17257 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17314/stat : 17314 (java) S 17257 17260 12183 0 -1 1077944384 2 13367 0 0 0 0 5 3 20 0 6 0 107118955 10245611520 4738 33554432000 4194304 4196468 140727110169184 140334210955920 140334206723797 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17315] ppid=17257 vsize=10005480 memory=139668529407616 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17315/stat : 17315 (java) S 17257 17260 12183 0 -1 1077944384 1 13367 0 0 0 0 5 3 20 0 6 0 107118955 10245611520 4738 33554432000 4194304 4196468 140727110169184 140334098360848 140334206723797 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17316] ppid=17257 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17316/stat : 17316 (java) S 17257 17260 12183 0 -1 1077944384 1 13367 0 0 0 0 5 3 20 0 6 0 107118955 10245611520 4738 33554432000 4194304 4196468 140727110169184 140333745514896 140334206723797 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17317] ppid=17257 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17317/stat : 17317 (java) S 17257 17260 12183 0 -1 1077944384 2 13367 0 0 0 0 5 3 20 0 6 0 107118955 10245611520 4738 33554432000 4194304 4196468 140727110169184 140333744462096 140334206723797 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18952 KiB

[startup+0.210155 s]*
/proc/loadavg: 1.75 1.98 1.94 3/215 17326
/proc/meminfo: memFree=22962108/32770624 swapFree=67108860/67108860
[pid=17260] ppid=17257 vsize=10982696 memory=44088 CPUtime=0.26 cores=0,2,4,6
/proc/17260/stat : 17260 (java) S 17257 17260 12183 0 -1 1077944320 8376 13367 0 0 16 2 5 3 20 0 15 0 107118946 11246280704 11022 33554432000 4194304 4196468 140727110169184 140727110151728 140334206713591 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
/proc/17260/statm: 2745674 11022 2960 1 0 2708109 0
[pid=17260/tid=17313] ppid=17257 vsize=10982696 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/17260/task/17313/stat : 17313 (java) R 17257 17260 12183 0 -1 4202560 4885 13367 0 0 10 1 5 3 20 0 15 0 107118955 11246280704 11022 33554432000 4194304 4196468 140727110169184 140334178511248 140334186988800 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17314] ppid=17257 vsize=10982696 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17314/stat : 17314 (java) S 17257 17260 12183 0 -1 1077944384 2 13367 0 0 0 0 5 3 20 0 15 0 107118955 11246280704 11022 33554432000 4194304 4196468 140727110169184 140334210955920 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17315] ppid=17257 vsize=10982696 memory=139668529407616 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17315/stat : 17315 (java) S 17257 17260 12183 0 -1 1077944384 1 13367 0 0 0 0 5 3 20 0 15 0 107118955 11246280704 11022 33554432000 4194304 4196468 140727110169184 140334098360848 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17316] ppid=17257 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17316/stat : 17316 (java) S 17257 17260 12183 0 -1 1077944384 1 13367 0 0 0 0 5 3 20 0 15 0 107118955 11246280704 11022 33554432000 4194304 4196468 140727110169184 140333745514896 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17317] ppid=17257 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17317/stat : 17317 (java) S 17257 17260 12183 0 -1 1077944384 2 13367 0 0 0 0 5 3 20 0 15 0 107118955 11246280704 11022 33554432000 4194304 4196468 140727110169184 140333744462096 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17318] ppid=17257 vsize=10982696 memory=139668529407616 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17318/stat : 17318 (java) S 17257 17260 12183 0 -1 1077944384 2 13367 0 0 0 0 5 3 20 0 15 0 107118957 11246280704 11022 33554432000 4194304 4196468 140727110169184 140333699836784 140334206724738 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17319] ppid=17257 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17319/stat : 17319 (java) S 17257 17260 12183 0 -1 1077944384 13 13367 0 0 0 0 5 3 20 0 15 0 107118957 11246280704 11022 33554432000 4194304 4196468 140727110169184 140332969748000 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17320] ppid=17257 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17320/stat : 17320 (java) S 17257 17260 12183 0 -1 1077944384 1 13367 0 0 0 0 5 3 20 0 15 0 107118958 11246280704 11022 33554432000 4194304 4196468 140727110169184 140332821898608 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17321] ppid=17257 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17321/stat : 17321 (java) S 17257 17260 12183 0 -1 1077944384 3 13367 0 0 0 0 5 3 20 0 15 0 107118960 11246280704 11022 33554432000 4194304 4196468 140727110169184 140332514498896 140334206732187 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17322] ppid=17257 vsize=10982696 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/17260/task/17322/stat : 17322 (java) S 17257 17260 12183 0 -1 1077944384 475 13367 0 0 1 0 5 3 20 0 15 0 107118960 11246280704 11022 33554432000 4194304 4196468 140727110169184 140333698783600 140334206724738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17323] ppid=17257 vsize=10982696 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/17260/task/17323/stat : 17323 (java) S 17257 17260 12183 0 -1 1077944384 154 13367 0 0 1 0 5 3 20 0 15 0 107118960 11246280704 11022 33554432000 4194304 4196468 140727110169184 140333697730800 140334206724738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17324] ppid=17257 vsize=10982696 memory=139668529407616 CPUtime=0.11 cores=0,2,4,6
/proc/17260/task/17324/stat : 17324 (java) S 17257 17260 12183 0 -1 1077944384 640 13367 0 0 3 0 5 3 20 0 15 0 107118960 11246280704 11022 33554432000 4194304 4196468 140727110169184 140333696678000 140334206724738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17325] ppid=17257 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17325/stat : 17325 (java) S 17257 17260 12183 0 -1 1077944384 3 13367 0 0 0 0 5 3 20 0 15 0 107118960 11246280704 11022 33554432000 4194304 4196468 140727110169184 140332083701984 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17326] ppid=17257 vsize=10982696 memory=139668529407616 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17326/stat : 17326 (java) S 17257 17260 12183 0 -1 1077944384 1 13367 0 0 0 0 5 3 20 0 15 0 107118961 11246280704 11022 33554432000 4194304 4196468 140727110169184 140333695626416 140334206724738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 44088 KiB

[startup+0.310695 s]*
/proc/loadavg: 1.75 1.98 1.94 3/215 17326
/proc/meminfo: memFree=22953084/32770624 swapFree=67108860/67108860
[pid=17260] ppid=17257 vsize=10983192 memory=55428 CPUtime=0.39 cores=0,2,4,6
/proc/17260/stat : 17260 (java) S 17257 17260 12183 0 -1 1077944320 10403 13367 0 0 28 3 5 3 20 0 15 0 107118946 11246788608 13857 33554432000 4194304 4196468 140727110169184 140727110151728 140334206713591 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
/proc/17260/statm: 2745798 13857 3092 1 0 2708109 0
[pid=17260/tid=17313] ppid=17257 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/17260/task/17313/stat : 17313 (java) R 17257 17260 12183 0 -1 4202560 6899 13367 0 0 19 2 5 3 20 0 15 0 107118955 11246788608 13857 33554432000 4194304 4196468 140727110169184 140334178525600 140334186988766 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17314] ppid=17257 vsize=10983192 memory=7012755875661107280 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17314/stat : 17314 (java) S 17257 17260 12183 0 -1 1077944384 2 13367 0 0 0 0 5 3 20 0 15 0 107118955 11246788608 13857 33554432000 4194304 4196468 140727110169184 140334210955920 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17315] ppid=17257 vsize=10983192 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17315/stat : 17315 (java) S 17257 17260 12183 0 -1 1077944384 1 13367 0 0 0 0 5 3 20 0 15 0 107118955 11246788608 13857 33554432000 4194304 4196468 140727110169184 140334098360848 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17316] ppid=17257 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17316/stat : 17316 (java) S 17257 17260 12183 0 -1 1077944384 1 13367 0 0 0 0 5 3 20 0 15 0 107118955 11246788608 13857 33554432000 4194304 4196468 140727110169184 140333745514896 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17317] ppid=17257 vsize=10983192 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17317/stat : 17317 (java) S 17257 17260 12183 0 -1 1077944384 2 13367 0 0 0 0 5 3 20 0 15 0 107118955 11246788608 13857 33554432000 4194304 4196468 140727110169184 140333744462096 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17318] ppid=17257 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17318/stat : 17318 (java) S 17257 17260 12183 0 -1 1077944384 2 13367 0 0 0 0 5 3 20 0 15 0 107118957 11246788608 13857 33554432000 4194304 4196468 140727110169184 140333699836784 140334206724738 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17319] ppid=17257 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17319/stat : 17319 (java) S 17257 17260 12183 0 -1 1077944384 13 13367 0 0 0 0 5 3 20 0 15 0 107118957 11246788608 13857 33554432000 4194304 4196468 140727110169184 140332969748000 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17320] ppid=17257 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17320/stat : 17320 (java) S 17257 17260 12183 0 -1 1077944384 1 13367 0 0 0 0 5 3 20 0 15 0 107118958 11246788608 13857 33554432000 4194304 4196468 140727110169184 140332821898608 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17321] ppid=17257 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17321/stat : 17321 (java) S 17257 17260 12183 0 -1 1077944384 3 13367 0 0 0 0 5 3 20 0 15 0 107118960 11246788608 13857 33554432000 4194304 4196468 140727110169184 140332514498896 140334206732187 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17322] ppid=17257 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/17260/task/17322/stat : 17322 (java) S 17257 17260 12183 0 -1 1077944384 475 13367 0 0 1 0 5 3 20 0 15 0 107118960 11246788608 13857 33554432000 4194304 4196468 140727110169184 140333698783600 140334206724738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17323] ppid=17257 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/17260/task/17323/stat : 17323 (java) S 17257 17260 12183 0 -1 1077944384 155 13367 0 0 1 0 5 3 20 0 15 0 107118960 11246788608 13857 33554432000 4194304 4196468 140727110169184 140333697730800 140334206724738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17324] ppid=17257 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/17260/task/17324/stat : 17324 (java) S 17257 17260 12183 0 -1 1077944384 652 13367 0 0 4 0 5 3 20 0 15 0 107118960 11246788608 13857 33554432000 4194304 4196468 140727110169184 140333696678000 140334206724738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17325] ppid=17257 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17325/stat : 17325 (java) S 17257 17260 12183 0 -1 1077944384 3 13367 0 0 0 0 5 3 20 0 15 0 107118960 11246788608 13857 33554432000 4194304 4196468 140727110169184 140332083701984 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17326] ppid=17257 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17326/stat : 17326 (java) S 17257 17260 12183 0 -1 1077944384 1 13367 0 0 0 0 5 3 20 0 15 0 107118961 11246788608 13857 33554432000 4194304 4196468 140727110169184 140333695626416 140334206724738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55428 KiB

[startup+0.700742 s]
/proc/loadavg: 1.75 1.98 1.94 3/215 17326
/proc/meminfo: memFree=22941176/32770624 swapFree=67108860/67108860
[pid=17260] ppid=17257 vsize=10983192 memory=88972 CPUtime=1 cores=0,2,4,6
/proc/17260/stat : 17260 (java) S 17257 17260 12183 0 -1 1077944320 16837 13367 0 0 87 5 5 3 20 0 15 0 107118946 11246788608 22243 33554432000 4194304 4196468 140727110169184 140727110151728 140334206713591 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
/proc/17260/statm: 2745798 22243 3237 1 0 2708109 0
[pid=17260/tid=17313] ppid=17257 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/17260/task/17313/stat : 17313 (java) R 17257 17260 12183 0 -1 4202560 12368 13367 0 0 56 3 5 3 20 0 15 0 107118955 11246788608 22243 33554432000 4194304 4196468 140727110169184 140334178534416 140334206734938 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17314] ppid=17257 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17314/stat : 17314 (java) S 17257 17260 12183 0 -1 1077944384 2 13367 0 0 0 0 5 3 20 0 15 0 107118955 11246788608 22243 33554432000 4194304 4196468 140727110169184 140334210955920 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17315] ppid=17257 vsize=10983192 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17315/stat : 17315 (java) S 17257 17260 12183 0 -1 1077944384 1 13367 0 0 0 0 5 3 20 0 15 0 107118955 11246788608 22243 33554432000 4194304 4196468 140727110169184 140334098360848 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17316] ppid=17257 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17316/stat : 17316 (java) S 17257 17260 12183 0 -1 1077944384 1 13367 0 0 0 0 5 3 20 0 15 0 107118955 11246788608 22243 33554432000 4194304 4196468 140727110169184 140333745514896 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17317] ppid=17257 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17317/stat : 17317 (java) S 17257 17260 12183 0 -1 1077944384 2 13367 0 0 0 0 5 3 20 0 15 0 107118955 11246788608 22243 33554432000 4194304 4196468 140727110169184 140333744462096 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17318] ppid=17257 vsize=10983192 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17318/stat : 17318 (java) S 17257 17260 12183 0 -1 1077944384 5 13367 0 0 0 0 5 3 20 0 15 0 107118957 11246788608 22243 33554432000 4194304 4196468 140727110169184 140333699836784 140334206724738 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17319] ppid=17257 vsize=10983192 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17319/stat : 17319 (java) S 17257 17260 12183 0 -1 1077944384 13 13367 0 0 0 0 5 3 20 0 15 0 107118957 11246788608 22243 33554432000 4194304 4196468 140727110169184 140332969748000 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17320] ppid=17257 vsize=10983192 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17320/stat : 17320 (java) S 17257 17260 12183 0 -1 1077944384 1 13367 0 0 0 0 5 3 20 0 15 0 107118958 11246788608 22243 33554432000 4194304 4196468 140727110169184 140332821898608 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17321] ppid=17257 vsize=10983192 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17321/stat : 17321 (java) S 17257 17260 12183 0 -1 1077944384 3 13367 0 0 0 0 5 3 20 0 15 0 107118960 11246788608 22243 33554432000 4194304 4196468 140727110169184 140332514498896 140334206732187 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17322] ppid=17257 vsize=10983192 memory=13252 CPUtime=0.17 cores=0,2,4,6
/proc/17260/task/17322/stat : 17322 (java) S 17257 17260 12183 0 -1 1077944384 1084 13367 0 0 9 0 5 3 20 0 15 0 107118960 11246788608 22243 33554432000 4194304 4196468 140727110169184 140333698783600 140334206724738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17323] ppid=17257 vsize=10983192 memory=15460 CPUtime=0.15 cores=0,2,4,6
/proc/17260/task/17323/stat : 17323 (java) S 17257 17260 12183 0 -1 1077944384 433 13367 0 0 7 0 5 3 20 0 15 0 107118960 11246788608 22243 33554432000 4194304 4196468 140727110169184 140333697730800 140334206724738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17324] ppid=17257 vsize=10983192 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/17260/task/17324/stat : 17324 (java) R 17257 17260 12183 0 -1 4202560 727 13367 0 0 13 0 5 3 20 0 15 0 107118960 11246788608 22243 33554432000 4194304 4196468 140727110169184 140333696678000 140334206734938 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17325] ppid=17257 vsize=10983192 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17325/stat : 17325 (java) S 17257 17260 12183 0 -1 1077944384 3 13367 0 0 0 0 5 3 20 0 15 0 107118960 11246788608 22243 33554432000 4194304 4196468 140727110169184 140332083701984 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17326] ppid=17257 vsize=10983192 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17326/stat : 17326 (java) S 17257 17260 12183 0 -1 1077944384 1 13367 0 0 0 0 5 3 20 0 15 0 107118961 11246788608 22243 33554432000 4194304 4196468 140727110169184 140333695626416 140334206724738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88972 KiB

[startup+1.50131 s]
/proc/loadavg: 1.75 1.98 1.94 4/215 17326
/proc/meminfo: memFree=22891244/32770624 swapFree=67108860/67108860
[pid=17260] ppid=17257 vsize=10996044 memory=171232 CPUtime=2.92 cores=0,2,4,6
/proc/17260/stat : 17260 (java) S 17257 17260 12183 0 -1 1077944320 24022 13367 0 0 277 7 5 3 20 0 15 0 107118946 11259949056 42808 33554432000 4194304 4196468 140727110169184 140727110151728 140334206713591 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
/proc/17260/statm: 2749011 42808 3451 1 0 2710669 0
[pid=17260/tid=17313] ppid=17257 vsize=10996044 memory=0 CPUtime=1.46 cores=0,2,4,6
/proc/17260/task/17313/stat : 17313 (java) R 17257 17260 12183 0 -1 4202560 16844 13367 0 0 134 4 5 3 20 0 15 0 107118955 11259949056 42808 33554432000 4194304 4196468 140727110169184 140334178524656 140334192408560 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17314] ppid=17257 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17314/stat : 17314 (java) S 17257 17260 12183 0 -1 1077944384 2 13367 0 0 0 0 5 3 20 0 15 0 107118955 11259949056 42808 33554432000 4194304 4196468 140727110169184 140334210955920 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17315] ppid=17257 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17315/stat : 17315 (java) S 17257 17260 12183 0 -1 1077944384 1 13367 0 0 0 0 5 3 20 0 15 0 107118955 11259949056 42808 33554432000 4194304 4196468 140727110169184 140334098360848 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17316] ppid=17257 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17316/stat : 17316 (java) S 17257 17260 12183 0 -1 1077944384 1 13367 0 0 0 0 5 3 20 0 15 0 107118955 11259949056 42808 33554432000 4194304 4196468 140727110169184 140333745514896 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17317] ppid=17257 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17317/stat : 17317 (java) S 17257 17260 12183 0 -1 1077944384 2 13367 0 0 0 0 5 3 20 0 15 0 107118955 11259949056 42808 33554432000 4194304 4196468 140727110169184 140333744462096 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17318] ppid=17257 vsize=10996044 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17318/stat : 17318 (java) S 17257 17260 12183 0 -1 1077944384 6 13367 0 0 0 0 5 3 20 0 15 0 107118957 11259949056 42808 33554432000 4194304 4196468 140727110169184 140333699836784 140334206724738 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17319] ppid=17257 vsize=10996044 memory=279336754161920 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17319/stat : 17319 (java) S 17257 17260 12183 0 -1 1077944384 13 13367 0 0 0 0 5 3 20 0 15 0 107118957 11259949056 42808 33554432000 4194304 4196468 140727110169184 140332969748000 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17320] ppid=17257 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17320/stat : 17320 (java) S 17257 17260 12183 0 -1 1077944384 1 13367 0 0 0 0 5 3 20 0 15 0 107118958 11259949056 42808 33554432000 4194304 4196468 140727110169184 140332821898608 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17321] ppid=17257 vsize=10996044 memory=1952 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17321/stat : 17321 (java) S 17257 17260 12183 0 -1 1077944384 3 13367 0 0 0 0 5 3 20 0 15 0 107118960 11259949056 42808 33554432000 4194304 4196468 140727110169184 140332514498896 140334206732187 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17322] ppid=17257 vsize=10996044 memory=1232 CPUtime=0.59 cores=0,2,4,6
/proc/17260/task/17322/stat : 17322 (java) S 17257 17260 12183 0 -1 1077944384 2128 13367 0 0 50 1 5 3 20 0 15 0 107118960 11259949056 42808 33554432000 4194304 4196468 140727110169184 140333698783600 140334206724738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17323] ppid=17257 vsize=10996044 memory=8560 CPUtime=0.55 cores=0,2,4,6
/proc/17260/task/17323/stat : 17323 (java) S 17257 17260 12183 0 -1 1077944384 1200 13367 0 0 47 0 5 3 20 0 15 0 107118960 11259949056 42808 33554432000 4194304 4196468 140727110169184 140333697730800 140334206724738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17324] ppid=17257 vsize=10996044 memory=1712 CPUtime=0.52 cores=0,2,4,6
/proc/17260/task/17324/stat : 17324 (java) S 17257 17260 12183 0 -1 1077944384 1624 13367 0 0 44 0 5 3 20 0 15 0 107118960 11259949056 42808 33554432000 4194304 4196468 140727110169184 140333696678000 140334206724738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17325] ppid=17257 vsize=10996044 memory=5412 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17325/stat : 17325 (java) S 17257 17260 12183 0 -1 1077944384 3 13367 0 0 0 0 5 3 20 0 15 0 107118960 11259949056 42808 33554432000 4194304 4196468 140727110169184 140332083701984 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17326] ppid=17257 vsize=10996044 memory=4612 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17326/stat : 17326 (java) S 17257 17260 12183 0 -1 1077944384 1 13367 0 0 0 0 5 3 20 0 15 0 107118961 11259949056 42808 33554432000 4194304 4196468 140727110169184 140333695626416 140334206724738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
Current children cumulated CPU time: 2.92 s
Current children cumulated vsize: 10996044 KiB

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

[pid=17260/tid=17317] ppid=17257 vsize=11080032 memory=279336754176000 CPUtime=0.71 cores=0,2,4,6
/proc/17260/task/17317/stat : 17317 (java) S 17257 17260 12183 0 -1 1077944384 2394 13367 0 0 52 11 5 3 20 0 15 0 107118955 11345952768 743883 33554432000 4194304 4196468 140727110169184 140333744462096 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17318] ppid=17257 vsize=11080032 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/17260/task/17318/stat : 17318 (java) S 17257 17260 12183 0 -1 1077944384 4969 13367 0 0 10 2 5 3 20 0 15 0 107118957 11345952768 743883 33554432000 4194304 4196468 140727110169184 140333699836784 140334206724738 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17319] ppid=17257 vsize=11080032 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17319/stat : 17319 (java) S 17257 17260 12183 0 -1 1077944384 17 13367 0 0 0 0 5 3 20 0 15 0 107118957 11345952768 743883 33554432000 4194304 4196468 140727110169184 140332969748128 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17320] ppid=17257 vsize=11080032 memory=30684 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17320/stat : 17320 (java) S 17257 17260 12183 0 -1 1077944384 7 13367 0 0 0 0 5 3 20 0 15 0 107118958 11345952768 743883 33554432000 4194304 4196468 140727110169184 140332821898624 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17321] ppid=17257 vsize=11080032 memory=2988348 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17321/stat : 17321 (java) S 17257 17260 12183 0 -1 1077944384 3 13367 0 0 0 0 5 3 20 0 15 0 107118960 11345952768 743883 33554432000 4194304 4196468 140727110169184 140332514498896 140334206732187 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17322] ppid=17257 vsize=11080032 memory=7301286448904299373 CPUtime=7.67 cores=0,2,4,6
/proc/17260/task/17322/stat : 17322 (java) S 17257 17260 12183 0 -1 1077944384 21520 13367 0 0 754 5 5 3 20 0 15 0 107118960 11345952768 743883 33554432000 4194304 4196468 140727110169184 140333698783600 140334206724738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17323] ppid=17257 vsize=11080032 memory=30684 CPUtime=7.25 cores=0,2,4,6
/proc/17260/task/17323/stat : 17323 (java) S 17257 17260 12183 0 -1 1077944384 16471 13367 0 0 712 5 5 3 20 0 15 0 107118960 11345952768 743883 33554432000 4194304 4196468 140727110169184 140333697730800 140334206724738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17324] ppid=17257 vsize=11080032 memory=1296 CPUtime=2.91 cores=0,2,4,6
/proc/17260/task/17324/stat : 17324 (java) S 17257 17260 12183 0 -1 1077944384 15973 13367 0 0 279 4 5 3 20 0 15 0 107118960 11345952768 743883 33554432000 4194304 4196468 140727110169184 140333696678000 140334206724738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17325] ppid=17257 vsize=11080032 memory=2998088 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17325/stat : 17325 (java) S 17257 17260 12183 0 -1 1077944384 3 13367 0 0 0 0 5 3 20 0 15 0 107118960 11345952768 743883 33554432000 4194304 4196468 140727110169184 140332083701984 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17326] ppid=17257 vsize=11080032 memory=840 CPUtime=0.13 cores=0,2,4,6
/proc/17260/task/17326/stat : 17326 (java) S 17257 17260 12183 0 -1 1077944384 266 13367 0 0 3 2 5 3 20 0 15 0 107118961 11345952768 743883 33554432000 4194304 4196468 140727110169184 140333695626416 140334206724738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
Current children cumulated CPU time: 121.84 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2975532 KiB

[startup+162.301 s]
/proc/loadavg: 2.04 2.07 1.99 3/216 17591
/proc/meminfo: memFree=18737500/32770624 swapFree=67108860/67108860
[pid=17260] ppid=17257 vsize=11080032 memory=2869960 CPUtime=183.12 cores=0,2,4,6
/proc/17260/stat : 17260 (java) S 17257 17260 12183 0 -1 1077944320 136046 13367 0 0 18188 116 5 3 20 0 15 0 107118946 11345952768 717490 33554432000 4194304 4196468 140727110169184 140727110151728 140334206713591 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
/proc/17260/statm: 2770008 717490 3532 1 0 2731661 0
[pid=17260/tid=17313] ppid=17257 vsize=11080032 memory=2871500 CPUtime=161.02 cores=0,2,4,6
/proc/17260/task/17313/stat : 17313 (java) R 17257 17260 12183 0 -1 4202560 56545 13367 0 0 16051 43 5 3 20 0 15 0 107118955 11345952768 717490 33554432000 4194304 4196468 140727110169184 140334178544544 140333789533853 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17314] ppid=17257 vsize=11080032 memory=2879176 CPUtime=0.99 cores=0,2,4,6
/proc/17260/task/17314/stat : 17314 (java) S 17257 17260 12183 0 -1 1077944384 1270 13367 0 0 79 12 5 3 20 0 15 0 107118955 11345952768 717490 33554432000 4194304 4196468 140727110169184 140334210955920 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17315] ppid=17257 vsize=11080032 memory=2874064 CPUtime=0.98 cores=0,2,4,6
/proc/17260/task/17315/stat : 17315 (java) S 17257 17260 12183 0 -1 1077944384 2045 13367 0 0 78 12 5 3 20 0 15 0 107118955 11345952768 717490 33554432000 4194304 4196468 140727110169184 140334098360848 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17316] ppid=17257 vsize=11080032 memory=2871500 CPUtime=0.99 cores=0,2,4,6
/proc/17260/task/17316/stat : 17316 (java) S 17257 17260 12183 0 -1 1077944384 1960 13367 0 0 79 12 5 3 20 0 15 0 107118955 11345952768 717490 33554432000 4194304 4196468 140727110169184 140333745514896 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17317] ppid=17257 vsize=11080032 memory=2871500 CPUtime=0.97 cores=0,2,4,6
/proc/17260/task/17317/stat : 17317 (java) S 17257 17260 12183 0 -1 1077944384 2474 13367 0 0 77 12 5 3 20 0 15 0 107118955 11345952768 717490 33554432000 4194304 4196468 140727110169184 140333744462096 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17318] ppid=17257 vsize=11080032 memory=2869960 CPUtime=0.26 cores=0,2,4,6
/proc/17260/task/17318/stat : 17318 (java) S 17257 17260 12183 0 -1 1077944384 5298 13367 0 0 15 3 5 3 20 0 15 0 107118957 11345952768 717490 33554432000 4194304 4196468 140727110169184 140333699836784 140334206724738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17319] ppid=17257 vsize=11080032 memory=2871500 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17319/stat : 17319 (java) S 17257 17260 12183 0 -1 1077944384 21 13367 0 0 0 0 5 3 20 0 15 0 107118957 11345952768 717490 33554432000 4194304 4196468 140727110169184 140332969748128 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17320] ppid=17257 vsize=11080032 memory=2875088 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17320/stat : 17320 (java) S 17257 17260 12183 0 -1 1077944384 12 13367 0 0 0 0 5 3 20 0 15 0 107118958 11345952768 717490 33554432000 4194304 4196468 140727110169184 140332821898624 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17321] ppid=17257 vsize=11080032 memory=2888408 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17321/stat : 17321 (java) S 17257 17260 12183 0 -1 1077944384 3 13367 0 0 0 0 5 3 20 0 15 0 107118960 11345952768 717490 33554432000 4194304 4196468 140727110169184 140332514498896 140334206732187 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17322] ppid=17257 vsize=11080032 memory=2876628 CPUtime=7.96 cores=0,2,4,6
/proc/17260/task/17322/stat : 17322 (java) S 17257 17260 12183 0 -1 1077944384 25117 13367 0 0 782 6 5 3 20 0 15 0 107118960 11345952768 717490 33554432000 4194304 4196468 140727110169184 140333698783600 140334206724738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17323] ppid=17257 vsize=11080032 memory=2877656 CPUtime=7.41 cores=0,2,4,6
/proc/17260/task/17323/stat : 17323 (java) S 17257 17260 12183 0 -1 1077944384 18688 13367 0 0 728 5 5 3 20 0 15 0 107118960 11345952768 717490 33554432000 4194304 4196468 140727110169184 140333697730800 140334206724738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17324] ppid=17257 vsize=11080032 memory=1232 CPUtime=2.99 cores=0,2,4,6
/proc/17260/task/17324/stat : 17324 (java) S 17257 17260 12183 0 -1 1077944384 20101 13367 0 0 286 5 5 3 20 0 15 0 107118960 11345952768 717490 33554432000 4194304 4196468 140727110169184 140333696678000 140334206724738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17325] ppid=17257 vsize=11080032 memory=8560 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17325/stat : 17325 (java) S 17257 17260 12183 0 -1 1077944384 3 13367 0 0 0 0 5 3 20 0 15 0 107118960 11345952768 717490 33554432000 4194304 4196468 140727110169184 140332083701984 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17326] ppid=17257 vsize=11080032 memory=1712 CPUtime=0.17 cores=0,2,4,6
/proc/17260/task/17326/stat : 17326 (java) S 17257 17260 12183 0 -1 1077944384 316 13367 0 0 5 4 5 3 20 0 15 0 107118961 11345952768 717490 33554432000 4194304 4196468 140727110169184 140333695626416 140334206724738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
Current children cumulated CPU time: 183.12 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2869960 KiB

[startup+222.301 s]
/proc/loadavg: 1.54 1.92 1.94 3/216 17592
/proc/meminfo: memFree=18488324/32770624 swapFree=67108860/67108860
[pid=17260] ppid=17257 vsize=11080032 memory=2807440 CPUtime=244.27 cores=0,2,4,6
/proc/17260/stat : 17260 (java) S 17257 17260 12183 0 -1 1077944320 152508 13367 0 0 24295 124 5 3 20 0 15 0 107118946 11345952768 701860 33554432000 4194304 4196468 140727110169184 140727110151728 140334206713591 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
/proc/17260/statm: 2770008 701860 3535 1 0 2731661 0
[pid=17260/tid=17313] ppid=17257 vsize=11080032 memory=4140 CPUtime=220.52 cores=0,2,4,6
/proc/17260/task/17313/stat : 17313 (java) R 17257 17260 12183 0 -1 4202560 59639 13367 0 0 22000 44 5 3 20 0 15 0 107118955 11345952768 701860 33554432000 4194304 4196468 140727110169184 140334178544288 140333791300940 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17314] ppid=17257 vsize=11080032 memory=2819696 CPUtime=1.32 cores=0,2,4,6
/proc/17260/task/17314/stat : 17314 (java) S 17257 17260 12183 0 -1 1077944384 2429 13367 0 0 111 13 5 3 20 0 15 0 107118955 11345952768 701860 33554432000 4194304 4196468 140727110169184 140334210955920 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17315] ppid=17257 vsize=11080032 memory=2818160 CPUtime=1.31 cores=0,2,4,6
/proc/17260/task/17315/stat : 17315 (java) S 17257 17260 12183 0 -1 1077944384 3715 13367 0 0 110 13 5 3 20 0 15 0 107118955 11345952768 701860 33554432000 4194304 4196468 140727110169184 140334098360848 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17316] ppid=17257 vsize=11080032 memory=2808412 CPUtime=1.32 cores=0,2,4,6
/proc/17260/task/17316/stat : 17316 (java) S 17257 17260 12183 0 -1 1077944384 2271 13367 0 0 111 13 5 3 20 0 15 0 107118955 11345952768 701860 33554432000 4194304 4196468 140727110169184 140333745514896 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17317] ppid=17257 vsize=11080032 memory=2807444 CPUtime=1.3 cores=0,2,4,6
/proc/17260/task/17317/stat : 17317 (java) S 17257 17260 12183 0 -1 1077944384 2624 13367 0 0 109 13 5 3 20 0 15 0 107118955 11345952768 701860 33554432000 4194304 4196468 140727110169184 140333744462096 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17318] ppid=17257 vsize=11080032 memory=2805908 CPUtime=0.37 cores=0,2,4,6
/proc/17260/task/17318/stat : 17318 (java) S 17257 17260 12183 0 -1 1077944384 5683 13367 0 0 24 5 5 3 20 0 15 0 107118957 11345952768 701860 33554432000 4194304 4196468 140727110169184 140333699836784 140334206724738 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17319] ppid=17257 vsize=11080032 memory=2807440 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17319/stat : 17319 (java) S 17257 17260 12183 0 -1 1077944384 21 13367 0 0 0 0 5 3 20 0 15 0 107118957 11345952768 701860 33554432000 4194304 4196468 140727110169184 140332969748128 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17320] ppid=17257 vsize=11080032 memory=2807440 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17320/stat : 17320 (java) S 17257 17260 12183 0 -1 1077944384 12 13367 0 0 0 0 5 3 20 0 15 0 107118958 11345952768 701860 33554432000 4194304 4196468 140727110169184 140332821898624 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17321] ppid=17257 vsize=11080032 memory=2828932 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17321/stat : 17321 (java) S 17257 17260 12183 0 -1 1077944384 3 13367 0 0 0 0 5 3 20 0 15 0 107118960 11345952768 701860 33554432000 4194304 4196468 140727110169184 140332514498896 140334206732187 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17322] ppid=17257 vsize=11080032 memory=0 CPUtime=8.05 cores=0,2,4,6
/proc/17260/task/17322/stat : 17322 (java) S 17257 17260 12183 0 -1 1077944384 29755 13367 0 0 791 6 5 3 20 0 15 0 107118960 11345952768 701860 33554432000 4194304 4196468 140727110169184 140333698783600 140334206724738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17323] ppid=17257 vsize=11080032 memory=1952 CPUtime=7.44 cores=0,2,4,6
/proc/17260/task/17323/stat : 17323 (java) S 17257 17260 12183 0 -1 1077944384 20289 13367 0 0 731 5 5 3 20 0 15 0 107118960 11345952768 701860 33554432000 4194304 4196468 140727110169184 140333697730800 140334206724738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17324] ppid=17257 vsize=11080032 memory=2806420 CPUtime=3.03 cores=0,2,4,6
/proc/17260/task/17324/stat : 17324 (java) S 17257 17260 12183 0 -1 1077944384 23494 13367 0 0 290 5 5 3 20 0 15 0 107118960 11345952768 701860 33554432000 4194304 4196468 140727110169184 140333696678000 140334206724738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17325] ppid=17257 vsize=11080032 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17325/stat : 17325 (java) S 17257 17260 12183 0 -1 1077944384 3 13367 0 0 0 0 5 3 20 0 15 0 107118960 11345952768 701860 33554432000 4194304 4196468 140727110169184 140332083701984 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17326] ppid=17257 vsize=11080032 memory=2806420 CPUtime=0.21 cores=0,2,4,6
/proc/17260/task/17326/stat : 17326 (java) S 17257 17260 12183 0 -1 1077944384 377 13367 0 0 6 7 5 3 20 0 15 0 107118961 11345952768 701860 33554432000 4194304 4196468 140727110169184 140333695626416 140334206724738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
Current children cumulated CPU time: 244.27 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2807440 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+229.901 s]
/proc/loadavg: 1.49 1.91 1.93 3/216 17592
/proc/meminfo: memFree=18461236/32770624 swapFree=67108860/67108860
[pid=17260] ppid=17257 vsize=11080032 memory=2803856 CPUtime=252.04 cores=0,2,4,6
/proc/17260/stat : 17260 (java) S 17257 17260 12183 0 -1 1077944320 157823 13367 0 0 25070 126 5 3 20 0 15 0 107118946 11345952768 700964 33554432000 4194304 4196468 140727110169184 140727110151728 140334206713591 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
/proc/17260/statm: 2770008 700964 3535 1 0 2731661 0
[pid=17260/tid=17313] ppid=17257 vsize=11080032 memory=2805908 CPUtime=228.06 cores=0,2,4,6
/proc/17260/task/17313/stat : 17313 (java) R 17257 17260 12183 0 -1 4202560 61492 13367 0 0 22754 44 5 3 20 0 15 0 107118955 11345952768 700964 33554432000 4194304 4196468 140727110169184 140334178544304 140333781611991 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17314] ppid=17257 vsize=11080032 memory=2803340 CPUtime=1.38 cores=0,2,4,6
/proc/17260/task/17314/stat : 17314 (java) S 17257 17260 12183 0 -1 1077944384 2579 13367 0 0 116 14 5 3 20 0 15 0 107118955 11345952768 700964 33554432000 4194304 4196468 140727110169184 140334210955920 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17315] ppid=17257 vsize=11080032 memory=2801804 CPUtime=1.36 cores=0,2,4,6
/proc/17260/task/17315/stat : 17315 (java) S 17257 17260 12183 0 -1 1077944384 4289 13367 0 0 115 13 5 3 20 0 15 0 107118955 11345952768 700964 33554432000 4194304 4196468 140727110169184 140334098360848 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17316] ppid=17257 vsize=11080032 memory=2803856 CPUtime=1.37 cores=0,2,4,6
/proc/17260/task/17316/stat : 17316 (java) S 17257 17260 12183 0 -1 1077944384 2381 13367 0 0 116 13 5 3 20 0 15 0 107118955 11345952768 700964 33554432000 4194304 4196468 140727110169184 140333745514896 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17317] ppid=17257 vsize=11080032 memory=2803856 CPUtime=1.34 cores=0,2,4,6
/proc/17260/task/17317/stat : 17317 (java) S 17257 17260 12183 0 -1 1077944384 2645 13367 0 0 113 13 5 3 20 0 15 0 107118955 11345952768 700964 33554432000 4194304 4196468 140727110169184 140333744462096 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17318] ppid=17257 vsize=11080032 memory=2818160 CPUtime=0.38 cores=0,2,4,6
/proc/17260/task/17318/stat : 17318 (java) S 17257 17260 12183 0 -1 1077944384 5983 13367 0 0 25 5 5 3 20 0 15 0 107118957 11345952768 700964 33554432000 4194304 4196468 140727110169184 140333699836784 140334206724738 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17319] ppid=17257 vsize=11080032 memory=2828932 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17319/stat : 17319 (java) S 17257 17260 12183 0 -1 1077944384 21 13367 0 0 0 0 5 3 20 0 15 0 107118957 11345952768 700964 33554432000 4194304 4196468 140727110169184 140332969748128 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17320] ppid=17257 vsize=11080032 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17320/stat : 17320 (java) S 17257 17260 12183 0 -1 1077944384 12 13367 0 0 0 0 5 3 20 0 15 0 107118958 11345952768 700964 33554432000 4194304 4196468 140727110169184 140332821898624 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17321] ppid=17257 vsize=11080032 memory=1404 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17321/stat : 17321 (java) S 17257 17260 12183 0 -1 1077944384 3 13367 0 0 0 0 5 3 20 0 15 0 107118960 11345952768 700964 33554432000 4194304 4196468 140727110169184 140332514498896 140334206732187 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17322] ppid=17257 vsize=11080032 memory=2803856 CPUtime=8.06 cores=0,2,4,6
/proc/17260/task/17322/stat : 17322 (java) S 17257 17260 12183 0 -1 1077944384 29757 13367 0 0 792 6 5 3 20 0 15 0 107118960 11345952768 700964 33554432000 4194304 4196468 140727110169184 140333698783600 140334206724738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17323] ppid=17257 vsize=11080032 memory=1796 CPUtime=7.47 cores=0,2,4,6
/proc/17260/task/17323/stat : 17323 (java) S 17257 17260 12183 0 -1 1077944384 22569 13367 0 0 734 5 5 3 20 0 15 0 107118960 11345952768 700964 33554432000 4194304 4196468 140727110169184 140333697730800 140334206724738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17324] ppid=17257 vsize=11080032 memory=2806420 CPUtime=3.03 cores=0,2,4,6
/proc/17260/task/17324/stat : 17324 (java) S 17257 17260 12183 0 -1 1077944384 23497 13367 0 0 290 5 5 3 20 0 15 0 107118960 11345952768 700964 33554432000 4194304 4196468 140727110169184 140333696678000 140334206724738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17325] ppid=17257 vsize=11080032 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/17260/task/17325/stat : 17325 (java) S 17257 17260 12183 0 -1 1077944384 3 13367 0 0 0 0 5 3 20 0 15 0 107118960 11345952768 700964 33554432000 4194304 4196468 140727110169184 140332083701984 140334206723797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
[pid=17260/tid=17326] ppid=17257 vsize=11080032 memory=640 CPUtime=0.21 cores=0,2,4,6
/proc/17260/task/17326/stat : 17326 (java) S 17257 17260 12183 0 -1 1077944384 399 13367 0 0 6 7 5 3 20 0 15 0 107118961 11345952768 700964 33554432000 4194304 4196468 140727110169184 140333695626416 140334206724738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29495296 140727110171249 140727110174049 140727110174049 140727110176719 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2803856 KiB

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

[startup+230.028 s]
# the end of solver process 17260 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.858 s, system=1.32136 s

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

[startup+230.013 s]*
/proc/loadavg: 1.37 1.87 1.92 4/203 17594
/proc/meminfo: memFree=21061284/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 230.028
CPU time (s): 252.179
CPU user time (s): 250.858
CPU system time (s): 1.32136
CPU usage (%): 109.63
Max. virtual memory (cumulated for all children) (KiB): 11080840
Max. memory (cumulated for all children) (KiB): 2998088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.858
system time used= 1.32137
maximum resident set size= 2998096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173708
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19680
involuntary context switches= 1211


# summary of solver processes directly reported to runsolver:
#   pid: 17260
#   total CPU time (s): 252.179
#   total CPU user time (s): 250.858
#   total CPU system time (s): 1.32136

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.57456 second user time and 2.09168 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-29 22:19:17
IDJOB=4302564
IDBENCH=141192
IDSOLVER=2776
FILE ID=node107/4302564-1532895557
RUNJOBID= node107-1532892903-13712
PBS_JOBID= 21022519
Free space on /tmp= 60800 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-scen-11-opt_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302564-1532895557/watcher-4302564-1532895557 -o /tmp/evaluation-result-4302564-1532895557/solver-4302564-1532895557 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532892903-13712 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1871084544 HOME/instance-4302564-1532895557.xml

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

MD5SUM BENCH= 7994f0224337b533c2c19d764e718377
RANDOM SEED=1871084544

node107.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.40
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.40
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.40
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.40
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:        22994728 kB
MemAvailable:   30227316 kB
Buffers:          246248 kB
Cached:          7249648 kB
SwapCached:            0 kB
Active:          5557676 kB
Inactive:        3725304 kB
Active(anon):    1738856 kB
Inactive(anon):    76484 kB
Active(file):    3818820 kB
Inactive(file):  3648820 kB
Unevictable:        7164 kB
Mlocked:            7164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26648 kB
Writeback:             0 kB
AnonPages:       1760940 kB
Mapped:            58400 kB
Shmem:             25228 kB
Slab:             189816 kB
SReclaimable:     161568 kB
SUnreclaim:        28248 kB
KernelStack:        3808 kB
PageTables:         9000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2964500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1544192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 60776 MiB
End job on node107 at 2018-07-29 22:23:08