Trace number 4308404

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
OscaR - Hybrid 2018-08-14? 62.6924 21.5132

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-08-4-rom_c18.xml
MD5SUMd2036c1580b702d26a2ba71e1295e02d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark70
Best CPU time to get the best result obtained on this benchmark2520.2
Satisfiable
(Un)Satisfiability was proved
Number of variables256
Number of constraints64
Number of domains5
Minimum domain size2
Maximum domain size62899
Distribution of domain sizes[{"size":2,"count":16},{"size":9,"count":112},{"size":27,"count":64},{"size":62899,"count":64}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":80},{"degree":2,"count":112},{"degree":8,"count":64}]
Minimum constraint arity11
Maximum constraint arity12
Distribution of constraint arities[{"arity":11,"count":16},{"arity":12,"count":48}]
Number of extensional constraints64
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":64}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.68/0.56	c version: 2018-08-14
0.68/0.56	c seed: 1258936617
0.68/0.56	c timeout: 2520
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
62.42/21.35	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
62.42/21.35		at scala.collection.mutable.ArrayBuilder$ofLong.mkArray(ArrayBuilder.scala:388)
62.42/21.35		at scala.collection.mutable.ArrayBuilder$ofLong.resize(ArrayBuilder.scala:394)
62.57/21.45		at scala.collection.mutable.ArrayBuilder$ofLong.sizeHint(ArrayBuilder.scala:399)
62.57/21.45		at scala.Array$.fill(Array.scala:263)
62.57/21.45		at oscar.algo.reversible.ReversibleSparseBitSet$BitSet.<init>(ReversibleSparseBitSet.scala:94)
62.57/21.45		at oscar.cp.constraints.tables.TableCTStar.computeSupportsAndInitialFiltering(TableCTStar.scala:275)
62.57/21.45		at oscar.cp.constraints.tables.TableCTStar.setup(TableCTStar.scala:94)
62.57/21.45		at oscar.cp.core.CPStore.post(CPStore.scala:282)
62.57/21.45		at oscar.cp.core.CPSolver.$anonfun$add$1(CPSolver.scala:138)
62.57/21.45		at oscar.cp.core.CPSolver$$Lambda$143/1333810223.apply$mcV$sp(Unknown Source)
62.57/21.45		at oscar.algo.search.BranchingUtils.isInconsistent(BranchingUtils.scala:39)
62.57/21.45		at oscar.algo.search.BranchingUtils.isInconsistent$(BranchingUtils.scala:37)
62.57/21.45		at oscar.cp.package$.isInconsistent(package.scala:54)
62.57/21.45		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
62.57/21.45		at oscar.modeling.models.cp.CPModel.p(CPModel.scala:277)
62.57/21.45		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:336)
62.57/21.45		at oscar.modeling.models.LeafModel.add(InstantiatedModel.scala:34)
62.57/21.45		at oscar.modeling.models.LeafModel.add$(InstantiatedModel.scala:34)
62.57/21.45		at oscar.modeling.models.InstantiatedModel.add(InstantiatedModel.scala:47)
62.57/21.45		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1(InstantiatedModel.scala:54)
62.57/21.45		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1$adapted(InstantiatedModel.scala:54)
62.57/21.45		at oscar.modeling.models.InstantiatedModel$$Lambda$135/195984832.apply(Unknown Source)
62.57/21.45		at scala.collection.immutable.List.foreach(List.scala:389)
62.57/21.45		at oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:54)
62.57/21.45		at oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
62.57/21.45		at oscar.modeling.models.operators.CPInstantiate$.apply(CPInstantiate.scala:26)
62.57/21.45		at oscar.xcsp3.competition.solvers.HybridSolver$.runSolver(HybridSolver.scala:34)
62.57/21.45		at oscar.xcsp3.competition.CompetitionApp.delayedEndpoint$oscar$xcsp3$competition$CompetitionApp$1(CompetitionApp.scala:78)
62.57/21.45		at oscar.xcsp3.competition.CompetitionApp$delayedInit$body.apply(CompetitionApp.scala:53)
62.57/21.45		at scala.Function0.apply$mcV$sp(Function0.scala:34)
62.57/21.45		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
62.57/21.45		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
62.57/21.46	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 (13136 MiB free)
  memory of node 1: 16384 MiB (4529 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308404-1534305945/watcher-4308404-1534305945 -o /tmp/evaluation-result-4308404-1534305945/solver-4308404-1534305945 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534294079-16385 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1258936617 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308404-1534305945.xml 

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

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


[startup+0.100163 s]*
/proc/loadavg: 1.81 1.84 1.86 3/216 17658
/proc/meminfo: memFree=18072896/32770624 swapFree=67108524/67108860
[pid=17643] ppid=17640 vsize=14082736 memory=32560 CPUtime=0.11 cores=0,2,4,6
/proc/17643/stat : 17643 (java) S 17640 17643 16354 0 -1 1077944320 7056 0 0 0 10 1 0 0 20 0 15 0 248157707 14420721664 8140 33554432000 4194304 4196468 140725005528528 140725005511072 140600348344055 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
/proc/17643/statm: 3520684 8140 3157 1 0 3482761 0
[pid=17643/tid=17645] ppid=17640 vsize=14082736 memory=-6966717417093883519 CPUtime=0.09 cores=0,2,4,6
/proc/17643/task/17645/stat : 17645 (java) R 17640 17643 16354 0 -1 4202560 5081 0 0 0 8 1 0 0 20 0 15 0 248157708 14420721664 8140 33554432000 4194304 4196468 140725005528528 140600352547840 140600348365981 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17646] ppid=17640 vsize=14082736 memory=5793855136673114553 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17646/stat : 17646 (java) S 17640 17643 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248157709 14420721664 8140 33554432000 4194304 4196468 140725005528528 140599944420112 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17647] ppid=17640 vsize=14082736 memory=139885663221376 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17647/stat : 17647 (java) S 17640 17643 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248157709 14420721664 8140 33554432000 4194304 4196468 140725005528528 140599943367568 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17648] ppid=17640 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17648/stat : 17648 (java) S 17640 17643 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248157709 14420721664 8140 33554432000 4194304 4196468 140725005528528 140599942315024 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17649] ppid=17640 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17649/stat : 17649 (java) S 17640 17643 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248157709 14420721664 8140 33554432000 4194304 4196468 140725005528528 140599941262480 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17650] ppid=17640 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17650/stat : 17650 (java) S 17640 17643 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248157710 14420721664 8140 33554432000 4194304 4196468 140725005528528 140599823005680 140600348355202 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17651] ppid=17640 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17651/stat : 17651 (java) S 17640 17643 16354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 248157710 14420721664 8140 33554432000 4194304 4196468 140725005528528 140599821951904 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17652] ppid=17640 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17652/stat : 17652 (java) S 17640 17643 16354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 248157711 14420721664 8140 33554432000 4194304 4196468 140725005528528 140599820899312 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17653] ppid=17640 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17653/stat : 17653 (java) S 17640 17643 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248157713 14420721664 8140 33554432000 4194304 4196468 140725005528528 140599819847888 140600348362651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17654] ppid=17640 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17654/stat : 17654 (java) S 17640 17643 16354 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 248157713 14420721664 8140 33554432000 4194304 4196468 140725005528528 140599818795504 140600348355202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17655] ppid=17640 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17655/stat : 17655 (java) S 17640 17643 16354 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 248157713 14420721664 8140 33554432000 4194304 4196468 140725005528528 140599817742960 140600348355202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17656] ppid=17640 vsize=14082736 memory=139885663221376 CPUtime=0.01 cores=0,2,4,6
/proc/17643/task/17656/stat : 17656 (java) R 17640 17643 16354 0 -1 4202560 291 0 0 0 1 0 0 0 20 0 15 0 248157713 14420721664 8140 33554432000 4194304 4196468 140725005528528 140599816690416 140600329564647 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17657] ppid=17640 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17657/stat : 17657 (java) S 17640 17643 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248157713 14420721664 8140 33554432000 4194304 4196468 140725005528528 140599815638112 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17658] ppid=17640 vsize=14082736 memory=139885663221376 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17658/stat : 17658 (java) S 17640 17643 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248157713 14420721664 8140 33554432000 4194304 4196468 140725005528528 140599814584624 140600348355202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 32560 KiB

[startup+0.211123 s]*
/proc/loadavg: 1.81 1.84 1.86 3/216 17658
/proc/meminfo: memFree=18058276/32770624 swapFree=67108524/67108860
[pid=17643] ppid=17640 vsize=14082736 memory=46484 CPUtime=0.3 cores=0,2,4,6
/proc/17643/stat : 17643 (java) S 17640 17643 16354 0 -1 1077944320 10198 0 0 0 28 2 0 0 20 0 15 0 248157707 14420721664 11621 33554432000 4194304 4196468 140725005528528 140725005511072 140600348344055 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
/proc/17643/statm: 3520684 11621 3400 1 0 3482761 0
[pid=17643/tid=17645] ppid=17640 vsize=14082736 memory=6735269665583770266 CPUtime=0.19 cores=0,2,4,6
/proc/17643/task/17645/stat : 17645 (java) R 17640 17643 16354 0 -1 1077944384 7775 0 0 0 18 1 0 0 20 0 15 0 248157708 14420721664 11621 33554432000 4194304 4196468 140725005528528 140600352572496 140600348354261 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17646] ppid=17640 vsize=14082736 memory=4211973611868011914 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17646/stat : 17646 (java) S 17640 17643 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248157709 14420721664 11621 33554432000 4194304 4196468 140725005528528 140599944420112 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17647] ppid=17640 vsize=14082736 memory=139885663221376 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17647/stat : 17647 (java) S 17640 17643 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248157709 14420721664 11621 33554432000 4194304 4196468 140725005528528 140599943367568 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17648] ppid=17640 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17648/stat : 17648 (java) S 17640 17643 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248157709 14420721664 11621 33554432000 4194304 4196468 140725005528528 140599942315024 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17649] ppid=17640 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17649/stat : 17649 (java) S 17640 17643 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248157709 14420721664 11621 33554432000 4194304 4196468 140725005528528 140599941262480 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17650] ppid=17640 vsize=14082736 memory=139885663221376 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17650/stat : 17650 (java) S 17640 17643 16354 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 248157710 14420721664 11621 33554432000 4194304 4196468 140725005528528 140599823005680 140600348355202 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17651] ppid=17640 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17651/stat : 17651 (java) S 17640 17643 16354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 248157710 14420721664 11621 33554432000 4194304 4196468 140725005528528 140599821951904 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17652] ppid=17640 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17652/stat : 17652 (java) S 17640 17643 16354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 248157711 14420721664 11621 33554432000 4194304 4196468 140725005528528 140599820899312 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17653] ppid=17640 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17653/stat : 17653 (java) S 17640 17643 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248157713 14420721664 11621 33554432000 4194304 4196468 140725005528528 140599819847888 140600348362651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17654] ppid=17640 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/17643/task/17654/stat : 17654 (java) R 17640 17643 16354 0 -1 4202560 471 0 0 0 1 0 0 0 20 0 15 0 248157713 14420721664 11621 33554432000 4194304 4196468 140725005528528 140599818795600 140600333509600 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17655] ppid=17640 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/17643/task/17655/stat : 17655 (java) S 17640 17643 16354 0 -1 1077944384 162 0 0 0 1 0 0 0 20 0 15 0 248157713 14420721664 11621 33554432000 4194304 4196468 140725005528528 140599817742960 140600348355202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17656] ppid=17640 vsize=14082736 memory=139885663221376 CPUtime=0.06 cores=0,2,4,6
/proc/17643/task/17656/stat : 17656 (java) S 17640 17643 16354 0 -1 1077944384 408 0 0 0 6 0 0 0 20 0 15 0 248157713 14420721664 11621 33554432000 4194304 4196468 140725005528528 140599816690416 140600348355202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17657] ppid=17640 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17657/stat : 17657 (java) S 17640 17643 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248157713 14420721664 11621 33554432000 4194304 4196468 140725005528528 140599815638112 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17658] ppid=17640 vsize=14082736 memory=139885663221376 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17658/stat : 17658 (java) S 17640 17643 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248157713 14420721664 11621 33554432000 4194304 4196468 140725005528528 140599814584624 140600348355202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46484 KiB

[startup+0.310912 s]*
/proc/loadavg: 1.81 1.84 1.86 4/216 17658
/proc/meminfo: memFree=18054492/32770624 swapFree=67108524/67108860
[pid=17643] ppid=17640 vsize=14082736 memory=49744 CPUtime=0.44 cores=0,2,4,6
/proc/17643/stat : 17643 (java) S 17640 17643 16354 0 -1 1077944320 10586 0 0 0 41 3 0 0 20 0 15 0 248157707 14420721664 12436 33554432000 4194304 4196468 140725005528528 140725005511072 140600348344055 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
/proc/17643/statm: 3520684 12436 3402 1 0 3482761 0
[pid=17643/tid=17645] ppid=17640 vsize=14082736 memory=4871374705135476842 CPUtime=0.3 cores=0,2,4,6
/proc/17643/task/17645/stat : 17645 (java) R 17640 17643 16354 0 -1 4202560 8111 0 0 0 28 2 0 0 20 0 15 0 248157708 14420721664 12436 33554432000 4194304 4196468 140725005528528 140600352552752 140600331530864 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17646] ppid=17640 vsize=14082736 memory=4211973611868011914 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17646/stat : 17646 (java) S 17640 17643 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248157709 14420721664 12436 33554432000 4194304 4196468 140725005528528 140599944420112 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17647] ppid=17640 vsize=14082736 memory=139885663223741 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17647/stat : 17647 (java) S 17640 17643 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248157709 14420721664 12436 33554432000 4194304 4196468 140725005528528 140599943367568 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17648] ppid=17640 vsize=14082736 memory=139885541452274 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17648/stat : 17648 (java) S 17640 17643 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248157709 14420721664 12436 33554432000 4194304 4196468 140725005528528 140599942315024 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17649] ppid=17640 vsize=14082736 memory=139885541445071 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17649/stat : 17649 (java) S 17640 17643 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248157709 14420721664 12436 33554432000 4194304 4196468 140725005528528 140599941262480 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17650] ppid=17640 vsize=14082736 memory=139885663237757 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17650/stat : 17650 (java) S 17640 17643 16354 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 248157710 14420721664 12436 33554432000 4194304 4196468 140725005528528 140599823005680 140600348355202 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17651] ppid=17640 vsize=14082736 memory=139885541454287 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17651/stat : 17651 (java) S 17640 17643 16354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 248157710 14420721664 12436 33554432000 4194304 4196468 140725005528528 140599821951904 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17652] ppid=17640 vsize=14082736 memory=279771082899344 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17652/stat : 17652 (java) S 17640 17643 16354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 248157711 14420721664 12436 33554432000 4194304 4196468 140725005528528 140599820899312 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17653] ppid=17640 vsize=14082736 memory=279771082897008 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17653/stat : 17653 (java) S 17640 17643 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248157713 14420721664 12436 33554432000 4194304 4196468 140725005528528 140599819847888 140600348362651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17654] ppid=17640 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/17643/task/17654/stat : 17654 (java) S 17640 17643 16354 0 -1 1077944384 476 0 0 0 2 0 0 0 20 0 15 0 248157713 14420721664 12436 33554432000 4194304 4196468 140725005528528 140599818795504 140600348355202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17655] ppid=17640 vsize=14082736 memory=2240 CPUtime=0.02 cores=0,2,4,6
/proc/17643/task/17655/stat : 17655 (java) S 17640 17643 16354 0 -1 1077944384 169 0 0 0 2 0 0 0 20 0 15 0 248157713 14420721664 12436 33554432000 4194304 4196468 140725005528528 140599817742960 140600348355202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17656] ppid=17640 vsize=14082736 memory=139885663221376 CPUtime=0.08 cores=0,2,4,6
/proc/17643/task/17656/stat : 17656 (java) S 17640 17643 16354 0 -1 1077944384 448 0 0 0 8 0 0 0 20 0 15 0 248157713 14420721664 12436 33554432000 4194304 4196468 140725005528528 140599816690416 140600348355202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17657] ppid=17640 vsize=14082736 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17657/stat : 17657 (java) S 17640 17643 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248157713 14420721664 12436 33554432000 4194304 4196468 140725005528528 140599815638112 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17658] ppid=17640 vsize=14082736 memory=139885663221376 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17658/stat : 17658 (java) S 17640 17643 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248157713 14420721664 12436 33554432000 4194304 4196468 140725005528528 140599814584624 140600348355202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 49744 KiB

[startup+0.700715 s]
/proc/loadavg: 1.81 1.84 1.86 3/216 17658
/proc/meminfo: memFree=18032464/32770624 swapFree=67108524/67108860
[pid=17643] ppid=17640 vsize=14084804 memory=85868 CPUtime=0.99 cores=0,2,4,6
/proc/17643/stat : 17643 (java) S 17640 17643 16354 0 -1 1077944320 17367 0 0 0 95 4 0 0 20 0 15 0 248157707 14422839296 21467 33554432000 4194304 4196468 140725005528528 140725005511072 140600348344055 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
/proc/17643/statm: 3521201 21467 3499 1 0 3483273 0
[pid=17643/tid=17645] ppid=17640 vsize=14084804 memory=1120 CPUtime=0.67 cores=0,2,4,6
/proc/17643/task/17645/stat : 17645 (java) R 17640 17643 16354 0 -1 4202560 14420 0 0 0 64 3 0 0 20 0 15 0 248157708 14422839296 21467 33554432000 4194304 4196468 140725005528528 140600352569360 140600332424542 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17646] ppid=17640 vsize=14084804 memory=6068 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17646/stat : 17646 (java) S 17640 17643 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248157709 14422839296 21467 33554432000 4194304 4196468 140725005528528 140599944420112 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17647] ppid=17640 vsize=14084804 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17647/stat : 17647 (java) S 17640 17643 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248157709 14422839296 21467 33554432000 4194304 4196468 140725005528528 140599943367568 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17648] ppid=17640 vsize=14084804 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17648/stat : 17648 (java) S 17640 17643 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248157709 14422839296 21467 33554432000 4194304 4196468 140725005528528 140599942315024 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17649] ppid=17640 vsize=14084804 memory=7957390390475708010 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17649/stat : 17649 (java) S 17640 17643 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248157709 14422839296 21467 33554432000 4194304 4196468 140725005528528 140599941262480 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17650] ppid=17640 vsize=14084804 memory=5787213848606435153 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17650/stat : 17650 (java) S 17640 17643 16354 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 248157710 14422839296 21467 33554432000 4194304 4196468 140725005528528 140599823005680 140600348355202 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17651] ppid=17640 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17651/stat : 17651 (java) S 17640 17643 16354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 248157710 14422839296 21467 33554432000 4194304 4196468 140725005528528 140599821951904 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17652] ppid=17640 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17652/stat : 17652 (java) S 17640 17643 16354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 248157711 14422839296 21467 33554432000 4194304 4196468 140725005528528 140599820899312 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17653] ppid=17640 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17653/stat : 17653 (java) S 17640 17643 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248157713 14422839296 21467 33554432000 4194304 4196468 140725005528528 140599819847888 140600348362651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17654] ppid=17640 vsize=14084804 memory=222 CPUtime=0.06 cores=0,2,4,6
/proc/17643/task/17654/stat : 17654 (java) S 17640 17643 16354 0 -1 1077944384 640 0 0 0 6 0 0 0 20 0 15 0 248157713 14422839296 21467 33554432000 4194304 4196468 140725005528528 140599818795504 140600348355202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17655] ppid=17640 vsize=14084804 memory=7 CPUtime=0.08 cores=0,2,4,6
/proc/17643/task/17655/stat : 17655 (java) S 17640 17643 16354 0 -1 1077944384 341 0 0 0 8 0 0 0 20 0 15 0 248157713 14422839296 21467 33554432000 4194304 4196468 140725005528528 140599817742960 140600348355202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17656] ppid=17640 vsize=14084804 memory=704 CPUtime=0.15 cores=0,2,4,6
/proc/17643/task/17656/stat : 17656 (java) S 17640 17643 16354 0 -1 1077944384 586 0 0 0 15 0 0 0 20 0 15 0 248157713 14422839296 21467 33554432000 4194304 4196468 140725005528528 140599816690416 140600348355202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17657] ppid=17640 vsize=14084804 memory=279771083083248 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17657/stat : 17657 (java) S 17640 17643 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248157713 14422839296 21467 33554432000 4194304 4196468 140725005528528 140599815638112 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17658] ppid=17640 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17658/stat : 17658 (java) S 17640 17643 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248157713 14422839296 21467 33554432000 4194304 4196468 140725005528528 140599814584624 140600348355202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 85868 KiB

[startup+1.50085 s]
/proc/loadavg: 1.81 1.84 1.86 5/216 17658
/proc/meminfo: memFree=17921528/32770624 swapFree=67108524/67108860
[pid=17643] ppid=17640 vsize=14086852 memory=328740 CPUtime=2.87 cores=0,2,4,6
/proc/17643/stat : 17643 (java) S 17640 17643 16354 0 -1 1077944320 23107 0 0 0 274 13 0 0 20 0 15 0 248157707 14424936448 81673 33554432000 4194304 4196468 140725005528528 140725005511072 140600348344055 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
/proc/17643/statm: 3521713 82185 3569 1 0 3483785 0
[pid=17643/tid=17645] ppid=17640 vsize=14086852 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/17643/task/17645/stat : 17645 (java) R 17640 17643 16354 0 -1 4202560 15411 0 0 0 138 5 0 0 20 0 15 0 248157708 14424936448 82185 33554432000 4194304 4196468 140725005528528 140600352578608 140599989707766 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17646] ppid=17640 vsize=14086852 memory=-6585528546044026665 CPUtime=0.03 cores=0,2,4,6
/proc/17643/task/17646/stat : 17646 (java) S 17640 17643 16354 0 -1 1077944384 498 0 0 0 2 1 0 0 20 0 15 0 248157709 14424936448 82185 33554432000 4194304 4196468 140725005528528 140599944420112 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17647] ppid=17640 vsize=14086852 memory=-5862946231257752935 CPUtime=0.02 cores=0,2,4,6
/proc/17643/task/17647/stat : 17647 (java) S 17640 17643 16354 0 -1 1077944384 76 0 0 0 1 1 0 0 20 0 15 0 248157709 14424936448 82185 33554432000 4194304 4196468 140725005528528 140599943367568 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17648] ppid=17640 vsize=14086852 memory=-7521128305500574254 CPUtime=0.03 cores=0,2,4,6
/proc/17643/task/17648/stat : 17648 (java) S 17640 17643 16354 0 -1 1077944384 364 0 0 0 2 1 0 0 20 0 15 0 248157709 14424936448 82185 33554432000 4194304 4196468 140725005528528 140599942315024 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17649] ppid=17640 vsize=14086852 memory=4947091630708333440 CPUtime=0.02 cores=0,2,4,6
/proc/17643/task/17649/stat : 17649 (java) S 17640 17643 16354 0 -1 1077944384 249 0 0 0 1 1 0 0 20 0 15 0 248157709 14424936448 82185 33554432000 4194304 4196468 140725005528528 140599941262480 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17650] ppid=17640 vsize=14086852 memory=-3472574513799858008 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17650/stat : 17650 (java) S 17640 17643 16354 0 -1 1077944384 401 0 0 0 0 0 0 0 20 0 15 0 248157710 14424936448 82185 33554432000 4194304 4196468 140725005528528 140599823005680 140600348355202 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0

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


[startup+19.2011 s]
/proc/loadavg: 2.38 1.97 1.90 3/215 17658
/proc/meminfo: memFree=6323864/32770624 swapFree=67108524/67108860
[pid=17643] ppid=17640 vsize=14088900 memory=11758188 CPUtime=54.61 cores=0,2,4,6
/proc/17643/stat : 17643 (java) S 17640 17643 16354 0 -1 1077944320 388324 0 0 0 4289 1172 0 0 20 0 15 0 248157707 14427033600 2939547 33554432000 4194304 4196468 140725005528528 140725005511072 140600348344055 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
/proc/17643/statm: 3522225 2939547 3596 1 0 3484297 0
[pid=17643/tid=17645] ppid=17640 vsize=14088900 memory=6791534058613427641 CPUtime=6.95 cores=0,2,4,6
/proc/17643/task/17645/stat : 17645 (java) S 17640 17643 16354 0 -1 1077944384 19926 0 0 0 679 16 0 0 20 0 15 0 248157708 14427033600 2939547 33554432000 4194304 4196468 140725005528528 140600352579648 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17646] ppid=17640 vsize=14088900 memory=1537 CPUtime=11.14 cores=0,2,4,6
/proc/17643/task/17646/stat : 17646 (java) R 17640 17643 16354 0 -1 4202560 74288 0 0 0 845 269 0 0 20 0 15 0 248157709 14427033600 2939547 33554432000 4194304 4196468 140725005528528 140599944420312 140600333044507 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17647] ppid=17640 vsize=14088900 memory=3712 CPUtime=11.18 cores=0,2,4,6
/proc/17643/task/17647/stat : 17647 (java) R 17640 17643 16354 0 -1 4202560 80212 0 0 0 818 300 0 0 20 0 15 0 248157709 14427033600 2939547 33554432000 4194304 4196468 140725005528528 140599943367568 140600340972263 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17648] ppid=17640 vsize=14088900 memory=6468996 CPUtime=11.26 cores=0,2,4,6
/proc/17643/task/17648/stat : 17648 (java) R 17640 17643 16354 0 -1 4202560 103229 0 0 0 855 271 0 0 20 0 15 0 248157709 14427033600 2939547 33554432000 4194304 4196468 140725005528528 140599942315024 140600340972263 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17649] ppid=17640 vsize=14088900 memory=6791534058613427641 CPUtime=11.24 cores=0,2,4,6
/proc/17643/task/17649/stat : 17649 (java) R 17640 17643 16354 0 -1 4202560 84237 0 0 0 817 307 0 0 20 0 15 0 248157709 14427033600 2939547 33554432000 4194304 4196468 140725005528528 140599941262480 140600340972263 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17650] ppid=17640 vsize=14088900 memory=-5862946231257752935 CPUtime=0.65 cores=0,2,4,6
/proc/17643/task/17650/stat : 17650 (java) S 17640 17643 16354 0 -1 1077944384 16597 0 0 0 64 1 0 0 20 0 15 0 248157710 14427033600 2939547 33554432000 4194304 4196468 140725005528528 140599823004240 140600348354261 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 27 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17651] ppid=17640 vsize=14088900 memory=-7521128305500574254 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17651/stat : 17651 (java) S 17640 17643 16354 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 248157710 14427033600 2939547 33554432000 4194304 4196468 140725005528528 140599821951968 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17652] ppid=17640 vsize=14088900 memory=4947091630708333440 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17652/stat : 17652 (java) S 17640 17643 16354 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 248157711 14427033600 2939547 33554432000 4194304 4196468 140725005528528 140599820899328 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17653] ppid=17640 vsize=14088900 memory=-3472574513799858008 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17653/stat : 17653 (java) S 17640 17643 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248157713 14427033600 2939547 33554432000 4194304 4196468 140725005528528 140599819847888 140600348362651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17654] ppid=17640 vsize=14088900 memory=433 CPUtime=0.82 cores=0,2,4,6
/proc/17643/task/17654/stat : 17654 (java) S 17640 17643 16354 0 -1 1077944384 2861 0 0 0 82 0 0 0 20 0 15 0 248157713 14427033600 2939547 33554432000 4194304 4196468 140725005528528 140599818795504 140600348355202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 38 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17655] ppid=17640 vsize=14088900 memory=16 CPUtime=0.81 cores=0,2,4,6
/proc/17643/task/17655/stat : 17655 (java) S 17640 17643 16354 0 -1 1077944384 2307 0 0 0 81 0 0 0 20 0 15 0 248157713 14427033600 2939547 33554432000 4194304 4196468 140725005528528 140599817742960 140600348355202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 38 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17656] ppid=17640 vsize=14088900 memory=0 CPUtime=0.47 cores=0,2,4,6
/proc/17643/task/17656/stat : 17656 (java) S 17640 17643 16354 0 -1 1077944384 2504 0 0 0 46 1 0 0 20 0 15 0 248157713 14427033600 2939547 33554432000 4194304 4196468 140725005528528 140599816690416 140600348355202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17657] ppid=17640 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17657/stat : 17657 (java) S 17640 17643 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248157713 14427033600 2939547 33554432000 4194304 4196468 140725005528528 140599815638112 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17658] ppid=17640 vsize=14088900 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/17643/task/17658/stat : 17658 (java) S 17640 17643 16354 0 -1 1077944384 715 0 0 0 0 1 0 0 20 0 15 0 248157713 14427033600 2939547 33554432000 4194304 4196468 140725005528528 140599814584624 140600348355202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 51 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
Current children cumulated CPU time: 54.61 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11758188 KiB

[startup+20.8011 s]
/proc/loadavg: 2.59 2.02 1.92 6/215 17658
/proc/meminfo: memFree=6323740/32770624 swapFree=67108524/67108860
[pid=17643] ppid=17640 vsize=14088900 memory=11758200 CPUtime=60.64 cores=0,2,4,6
/proc/17643/stat : 17643 (java) S 17640 17643 16354 0 -1 1077944320 412966 0 0 0 4887 1177 0 0 20 0 15 0 248157707 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140725005511072 140600348344055 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
/proc/17643/statm: 3522225 2939550 3596 1 0 3484297 0
[pid=17643/tid=17645] ppid=17640 vsize=14088900 memory=-7737605734073681312 CPUtime=6.95 cores=0,2,4,6
/proc/17643/task/17645/stat : 17645 (java) S 17640 17643 16354 0 -1 1077944384 19928 0 0 0 679 16 0 0 20 0 15 0 248157708 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140600352579648 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17646] ppid=17640 vsize=14088900 memory=-8990767739041718224 CPUtime=12.66 cores=0,2,4,6
/proc/17643/task/17646/stat : 17646 (java) R 17640 17643 16354 0 -1 4202560 98304 0 0 0 996 270 0 0 20 0 15 0 248157709 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599944420312 140600333041807 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17647] ppid=17640 vsize=14088900 memory=6791534058613427641 CPUtime=12.66 cores=0,2,4,6
/proc/17643/task/17647/stat : 17647 (java) R 17640 17643 16354 0 -1 4202560 80213 0 0 0 964 302 0 0 20 0 15 0 248157709 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599943367568 140600333041634 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17648] ppid=17640 vsize=14088900 memory=11757920 CPUtime=12.74 cores=0,2,4,6
/proc/17643/task/17648/stat : 17648 (java) R 17640 17643 16354 0 -1 4202560 103229 0 0 0 1002 272 0 0 20 0 15 0 248157709 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599942314912 140600333295048 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17649] ppid=17640 vsize=14088900 memory=1932 CPUtime=12.72 cores=0,2,4,6
/proc/17643/task/17649/stat : 17649 (java) R 17640 17643 16354 0 -1 4202560 84237 0 0 0 964 308 0 0 20 0 15 0 248157709 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599941262680 140600333329351 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17650] ppid=17640 vsize=14088900 memory=7288 CPUtime=0.71 cores=0,2,4,6
/proc/17643/task/17650/stat : 17650 (java) S 17640 17643 16354 0 -1 1077944384 17216 0 0 0 70 1 0 0 20 0 15 0 248157710 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599823004000 140600348354261 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17651] ppid=17640 vsize=14088900 memory=804 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17651/stat : 17651 (java) S 17640 17643 16354 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 248157710 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599821951504 140600348355202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17652] ppid=17640 vsize=14088900 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17652/stat : 17652 (java) S 17640 17643 16354 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 248157711 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599820899328 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17653] ppid=17640 vsize=14088900 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17653/stat : 17653 (java) S 17640 17643 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248157713 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599819847888 140600348362651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17654] ppid=17640 vsize=14088900 memory=812 CPUtime=0.82 cores=0,2,4,6
/proc/17643/task/17654/stat : 17654 (java) S 17640 17643 16354 0 -1 1077944384 2861 0 0 0 82 0 0 0 20 0 15 0 248157713 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599818795504 140600348355202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 38 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17655] ppid=17640 vsize=14088900 memory=8873 CPUtime=0.81 cores=0,2,4,6
/proc/17643/task/17655/stat : 17655 (java) S 17640 17643 16354 0 -1 1077944384 2307 0 0 0 81 0 0 0 20 0 15 0 248157713 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599817742960 140600348355202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 38 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17656] ppid=17640 vsize=14088900 memory=559 CPUtime=0.47 cores=0,2,4,6
/proc/17643/task/17656/stat : 17656 (java) S 17640 17643 16354 0 -1 1077944384 2504 0 0 0 46 1 0 0 20 0 15 0 248157713 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599816690416 140600348355202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17657] ppid=17640 vsize=14088900 memory=1252 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17657/stat : 17657 (java) S 17640 17643 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248157713 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599815638112 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17658] ppid=17640 vsize=14088900 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/17643/task/17658/stat : 17658 (java) S 17640 17643 16354 0 -1 1077944384 715 0 0 0 0 1 0 0 20 0 15 0 248157713 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599814584624 140600348355202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 51 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
Current children cumulated CPU time: 60.64 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11758200 KiB

[startup+21.2011 s]
/proc/loadavg: 2.59 2.02 1.92 3/215 17658
/proc/meminfo: memFree=6323616/32770624 swapFree=67108524/67108860
[pid=17643] ppid=17640 vsize=14088900 memory=11758200 CPUtime=62.03 cores=0,2,4,6
/proc/17643/stat : 17643 (java) S 17640 17643 16354 0 -1 1077944320 413367 0 0 0 5026 1177 0 0 20 0 15 0 248157707 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140725005511072 140600348344055 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
/proc/17643/statm: 3522225 2939550 3596 1 0 3484297 0
[pid=17643/tid=17645] ppid=17640 vsize=14088900 memory=8324247058652494734 CPUtime=6.95 cores=0,2,4,6
/proc/17643/task/17645/stat : 17645 (java) S 17640 17643 16354 0 -1 1077944384 19928 0 0 0 679 16 0 0 20 0 15 0 248157708 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140600352579648 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17646] ppid=17640 vsize=14088900 memory=6221000949919405159 CPUtime=12.99 cores=0,2,4,6
/proc/17643/task/17646/stat : 17646 (java) R 17640 17643 16354 0 -1 4202560 98508 0 0 0 1029 270 0 0 20 0 15 0 248157709 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599944420312 140600329953843 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17647] ppid=17640 vsize=14088900 memory=33 CPUtime=12.99 cores=0,2,4,6
/proc/17643/task/17647/stat : 17647 (java) R 17640 17643 16354 0 -1 4202560 80226 0 0 0 997 302 0 0 20 0 15 0 248157709 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599943367568 140600329953803 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17648] ppid=17640 vsize=14088900 memory=6944613755328037015 CPUtime=13.07 cores=0,2,4,6
/proc/17643/task/17648/stat : 17648 (java) R 17640 17643 16354 0 -1 4202560 103230 0 0 0 1035 272 0 0 20 0 15 0 248157709 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599942315024 140600333340701 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17649] ppid=17640 vsize=14088900 memory=7372507301623653975 CPUtime=13.04 cores=0,2,4,6
/proc/17643/task/17649/stat : 17649 (java) R 17640 17643 16354 0 -1 4202560 84418 0 0 0 996 308 0 0 20 0 15 0 248157709 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599941262480 140600333340422 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17650] ppid=17640 vsize=14088900 memory=6298955160610820194 CPUtime=0.78 cores=0,2,4,6
/proc/17643/task/17650/stat : 17650 (java) S 17640 17643 16354 0 -1 1077944384 17218 0 0 0 77 1 0 0 20 0 15 0 248157710 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599823004240 140600348354261 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17651] ppid=17640 vsize=14088900 memory=7446564821284531352 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17651/stat : 17651 (java) S 17640 17643 16354 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 248157710 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599821951504 140600348355202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17652] ppid=17640 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17652/stat : 17652 (java) S 17640 17643 16354 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 248157711 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599820899328 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17653] ppid=17640 vsize=14088900 memory=3054156605248136273 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17653/stat : 17653 (java) S 17640 17643 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248157713 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599819847888 140600348362651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17654] ppid=17640 vsize=14088900 memory=7796925451240891232 CPUtime=0.82 cores=0,2,4,6
/proc/17643/task/17654/stat : 17654 (java) S 17640 17643 16354 0 -1 1077944384 2861 0 0 0 82 0 0 0 20 0 15 0 248157713 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599818795504 140600348355202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 38 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17655] ppid=17640 vsize=14088900 memory=7956291974027690081 CPUtime=0.81 cores=0,2,4,6
/proc/17643/task/17655/stat : 17655 (java) S 17640 17643 16354 0 -1 1077944384 2307 0 0 0 81 0 0 0 20 0 15 0 248157713 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599817742960 140600348355202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 38 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17656] ppid=17640 vsize=14088900 memory=7162526843808403799 CPUtime=0.47 cores=0,2,4,6
/proc/17643/task/17656/stat : 17656 (java) S 17640 17643 16354 0 -1 1077944384 2504 0 0 0 46 1 0 0 20 0 15 0 248157713 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599816690416 140600348355202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17657] ppid=17640 vsize=14088900 memory=7092716875547227450 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17657/stat : 17657 (java) S 17640 17643 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248157713 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599815638112 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17658] ppid=17640 vsize=14088900 memory=68 CPUtime=0.01 cores=0,2,4,6
/proc/17643/task/17658/stat : 17658 (java) S 17640 17643 16354 0 -1 1077944384 715 0 0 0 0 1 0 0 20 0 15 0 248157713 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599814584624 140600348355202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 51 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
Current children cumulated CPU time: 62.03 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11758200 KiB

[startup+21.4007 s]
/proc/loadavg: 2.59 2.02 1.92 3/215 17658
/proc/meminfo: memFree=6323616/32770624 swapFree=67108524/67108860
[pid=17643] ppid=17640 vsize=14088900 memory=11758200 CPUtime=62.57 cores=0,2,4,6
/proc/17643/stat : 17643 (java) S 17640 17643 16354 0 -1 1077944320 413417 0 0 0 5080 1177 0 0 20 0 15 0 248157707 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140725005511072 140600348344055 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
/proc/17643/statm: 3522225 2939550 3596 1 0 3484297 0
[pid=17643/tid=17645] ppid=17640 vsize=14088900 memory=20687 CPUtime=6.95 cores=0,2,4,6
/proc/17643/task/17645/stat : 17645 (java) S 17640 17643 16354 0 -1 1077944384 19958 0 0 0 679 16 0 0 20 0 15 0 248157708 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140600352583840 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17646] ppid=17640 vsize=14088900 memory=1064 CPUtime=13.1 cores=0,2,4,6
/proc/17643/task/17646/stat : 17646 (java) S 17640 17643 16354 0 -1 1077944384 98509 0 0 0 1040 270 0 0 20 0 15 0 248157709 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599944420112 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17647] ppid=17640 vsize=14088900 memory=2072 CPUtime=13.1 cores=0,2,4,6
/proc/17643/task/17647/stat : 17647 (java) S 17640 17643 16354 0 -1 1077944384 80238 0 0 0 1008 302 0 0 20 0 15 0 248157709 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599943367568 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17648] ppid=17640 vsize=14088900 memory=1740 CPUtime=13.18 cores=0,2,4,6
/proc/17643/task/17648/stat : 17648 (java) S 17640 17643 16354 0 -1 1077944384 103234 0 0 0 1046 272 0 0 20 0 15 0 248157709 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599942315024 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17649] ppid=17640 vsize=14088900 memory=11192 CPUtime=13.16 cores=0,2,4,6
/proc/17643/task/17649/stat : 17649 (java) S 17640 17643 16354 0 -1 1077944384 84418 0 0 0 1008 308 0 0 20 0 15 0 248157709 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599941262480 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17650] ppid=17640 vsize=14088900 memory=752 CPUtime=0.87 cores=0,2,4,6
/proc/17643/task/17650/stat : 17650 (java) R 17640 17643 16354 0 -1 4202560 17221 0 0 0 86 1 0 0 20 0 15 0 248157710 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599823004224 140600326714216 0 0 0 16800975 0 0 0 -1 4 0 0 27 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17651] ppid=17640 vsize=14088900 memory=1828 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17651/stat : 17651 (java) S 17640 17643 16354 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 248157710 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599821951968 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17652] ppid=17640 vsize=14088900 memory=1120 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17652/stat : 17652 (java) S 17640 17643 16354 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 248157711 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599820899328 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17653] ppid=17640 vsize=14088900 memory=6068 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17653/stat : 17653 (java) S 17640 17643 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248157713 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599819847888 140600348362651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17654] ppid=17640 vsize=14088900 memory=1724 CPUtime=0.82 cores=0,2,4,6
/proc/17643/task/17654/stat : 17654 (java) S 17640 17643 16354 0 -1 1077944384 2861 0 0 0 82 0 0 0 20 0 15 0 248157713 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599818795504 140600348355202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 38 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17655] ppid=17640 vsize=14088900 memory=4004 CPUtime=0.81 cores=0,2,4,6
/proc/17643/task/17655/stat : 17655 (java) S 17640 17643 16354 0 -1 1077944384 2307 0 0 0 81 0 0 0 20 0 15 0 248157713 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599817742960 140600348355202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 38 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17656] ppid=17640 vsize=14088900 memory=3516 CPUtime=0.47 cores=0,2,4,6
/proc/17643/task/17656/stat : 17656 (java) S 17640 17643 16354 0 -1 1077944384 2504 0 0 0 46 1 0 0 20 0 15 0 248157713 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599816690416 140600348355202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17657] ppid=17640 vsize=14088900 memory=872 CPUtime=0 cores=0,2,4,6
/proc/17643/task/17657/stat : 17657 (java) S 17640 17643 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248157713 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599815638112 140600348354261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
[pid=17643/tid=17658] ppid=17640 vsize=14088900 memory=139885542035727 CPUtime=0.01 cores=0,2,4,6
/proc/17643/task/17658/stat : 17658 (java) S 17640 17643 16354 0 -1 1077944384 715 0 0 0 0 1 0 0 20 0 15 0 248157713 14427033600 2939550 33554432000 4194304 4196468 140725005528528 140599814584624 140600348355202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 51 0 0 6293624 6294260 10653696 140725005534292 140725005534473 140725005534473 140725005537231 0
Current children cumulated CPU time: 62.57 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11758200 KiB

[startup+21.5009 s]*
/proc/loadavg: 2.59 2.02 1.92 3/202 17659
/proc/meminfo: memFree=16695560/32770624 swapFree=67108524/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 21.5132
CPU time (s): 62.6924
CPU user time (s): 50.8388
CPU system time (s): 11.8536
CPU usage (%): 291.414
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 11758200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 50.8388
system time used= 11.8536
maximum resident set size= 11758200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 413517
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6410
involuntary context switches= 521


# summary of solver processes directly reported to runsolver:
#   pid: 17643
#   total CPU time (s): 62.6924
#   total CPU user time (s): 50.8388
#   total CPU system time (s): 11.8536

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.162699 second user time and 0.275426 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-15 06:05:45
IDJOB=4308404
IDBENCH=141303
IDSOLVER=2792
FILE ID=node107/4308404-1534305945
RUNJOBID= node107-1534294079-16385
PBS_JOBID= 21038147
Free space on /tmp= 42168 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-08-4-rom_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308404-1534305945/watcher-4308404-1534305945 -o /tmp/evaluation-result-4308404-1534305945/solver-4308404-1534305945 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534294079-16385 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1258936617 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308404-1534305945.xml

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

MD5SUM BENCH= d2036c1580b702d26a2ba71e1295e02d
RANDOM SEED=1258936617

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:        18090444 kB
MemAvailable:   25380316 kB
Buffers:          201984 kB
Cached:          7316280 kB
SwapCached:           20 kB
Active:         10581716 kB
Inactive:        3496516 kB
Active(anon):    6509028 kB
Inactive(anon):   111372 kB
Active(file):    4072688 kB
Inactive(file):  3385144 kB
Unevictable:        6980 kB
Mlocked:            6980 kB
SwapTotal:      67108860 kB
SwapFree:       67108524 kB
Dirty:             45292 kB
Writeback:             0 kB
AnonPages:       6567336 kB
Mapped:            68160 kB
Shmem:             57824 kB
Slab:             288864 kB
SReclaimable:     260500 kB
SUnreclaim:        28364 kB
KernelStack:        3856 kB
PageTables:        18268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7271476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6227968 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= 42132 MiB
End job on node107 at 2018-08-15 06:06:07