Trace number 4291471

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-07-02? 72.8078 24.0105

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-07-4-rom_c18.xml
MD5SUMb03b025d4dc3e1307d2e111dd352b63c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark2520.01
Satisfiable
(Un)Satisfiability was proved
Number of variables217
Number of constraints56
Number of domains5
Minimum domain size2
Maximum domain size41345
Distribution of domain sizes[{"size":2,"count":14},{"size":8,"count":98},{"size":27,"count":49},{"size":41345,"count":56}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":70},{"degree":2,"count":98},{"degree":8,"count":49}]
Minimum constraint arity10
Maximum constraint arity11
Distribution of constraint arities[{"arity":10,"count":14},{"arity":11,"count":42}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.67/0.55	c version: 2018-07-02
0.67/0.55	c seed: 1469088874
0.67/0.55	c timeout: 2400
0.67/0.55	c memlimit: 11000
0.67/0.55	c nbcore: 4
0.67/0.57	c Parsing instance...
72.50/23.87	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
72.69/23.96		at scala.collection.mutable.ArrayBuilder$ofLong.mkArray(ArrayBuilder.scala:388)
72.69/23.96		at scala.collection.mutable.ArrayBuilder$ofLong.resize(ArrayBuilder.scala:394)
72.69/23.96		at scala.collection.mutable.ArrayBuilder$ofLong.sizeHint(ArrayBuilder.scala:399)
72.69/23.96		at scala.Array$.fill(Array.scala:263)
72.69/23.96		at oscar.algo.reversible.ReversibleSparseBitSet$BitSet.<init>(ReversibleSparseBitSet.scala:94)
72.69/23.96		at oscar.cp.constraints.tables.TableCTStar.computeSupportsAndInitialFiltering(TableCTStar.scala:274)
72.69/23.96		at oscar.cp.constraints.tables.TableCTStar.setup(TableCTStar.scala:94)
72.69/23.96		at oscar.cp.core.CPStore.post(CPStore.scala:282)
72.69/23.96		at oscar.cp.core.CPSolver.$anonfun$add$1(CPSolver.scala:138)
72.69/23.96		at oscar.cp.core.CPSolver$$Lambda$196/1387380406.apply$mcV$sp(Unknown Source)
72.69/23.96		at oscar.algo.search.BranchingUtils.isInconsistent(BranchingUtils.scala:39)
72.69/23.96		at oscar.algo.search.BranchingUtils.isInconsistent$(BranchingUtils.scala:37)
72.69/23.96		at oscar.cp.package$.isInconsistent(package.scala:54)
72.69/23.96		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
72.69/23.96		at oscar.modeling.models.cp.CPModel.p(CPModel.scala:277)
72.69/23.96		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:336)
72.69/23.96		at oscar.modeling.models.LeafModel.add(InstantiatedModel.scala:34)
72.69/23.96		at oscar.modeling.models.LeafModel.add$(InstantiatedModel.scala:34)
72.69/23.96		at oscar.modeling.models.InstantiatedModel.add(InstantiatedModel.scala:47)
72.69/23.96		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1(InstantiatedModel.scala:54)
72.69/23.96		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1$adapted(InstantiatedModel.scala:54)
72.69/23.96		at oscar.modeling.models.InstantiatedModel$$Lambda$192/2074820378.apply(Unknown Source)
72.69/23.96		at scala.collection.immutable.List.foreach(List.scala:389)
72.69/23.96		at oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:54)
72.69/23.96		at oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
72.69/23.96		at oscar.modeling.models.operators.CPInstantiate$.apply(CPInstantiate.scala:26)
72.69/23.96		at oscar.xcsp3.competition.solvers.HybridSolver$.runSolver(HybridSolver.scala:34)
72.69/23.96		at oscar.xcsp3.competition.CompetitionApp.delayedEndpoint$oscar$xcsp3$competition$CompetitionApp$1(CompetitionApp.scala:78)
72.69/23.96		at oscar.xcsp3.competition.CompetitionApp$delayedInit$body.apply(CompetitionApp.scala:53)
72.69/23.96		at scala.Function0.apply$mcV$sp(Function0.scala:34)
72.69/23.96		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
72.69/23.96		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
72.69/23.96	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 (10716 MiB free)
  memory of node 1: 16384 MiB (9148 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291471-1532243355/watcher-4291471-1532243355 -o /tmp/evaluation-result-4291471-1532243355/solver-4291471-1532243355 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532226532-29117 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1469088874 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291471-1532243355.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=31489, runsolver pid=31486

[startup+0.100771 s]*
/proc/loadavg: 3.18 2.13 1.84 3/215 31504
/proc/meminfo: memFree=20323356/32770624 swapFree=67108860/67108860
[pid=31489] ppid=31486 vsize=14082740 memory=33408 CPUtime=0.11 cores=1,3,5,7
/proc/31489/stat : 31489 (java) S 31486 31489 29085 0 -1 1077944320 7302 0 0 0 10 1 0 0 20 0 15 0 41898686 14420725760 8352 33554432000 4194304 4196468 140722717802144 140722717784688 140316901727991 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
/proc/31489/statm: 3520685 8352 3141 1 0 3482761 0
[pid=31489/tid=31491] ppid=31486 vsize=14082740 memory=-8557575366716069247 CPUtime=0.09 cores=1,3,5,7
/proc/31489/task/31491/stat : 31491 (java) R 31486 31489 29085 0 -1 4202560 5362 0 0 0 8 1 0 0 20 0 15 0 41898686 14420725760 8352 33554432000 4194304 4196468 140722717802144 140316905953680 140316885808478 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31492] ppid=31486 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31492/stat : 31492 (java) S 31486 31489 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41898687 14420725760 8352 33554432000 4194304 4196468 140722717802144 140316854348816 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31493] ppid=31486 vsize=14082740 memory=139660189677184 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31493/stat : 31493 (java) S 31486 31489 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41898687 14420725760 8352 33554432000 4194304 4196468 140722717802144 140316853296272 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31494] ppid=31486 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31494/stat : 31494 (java) S 31486 31489 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41898687 14420725760 8352 33554432000 4194304 4196468 140722717802144 140316852243216 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31495] ppid=31486 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31495/stat : 31495 (java) S 31486 31489 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41898687 14420725760 8352 33554432000 4194304 4196468 140722717802144 140316851190672 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31496] ppid=31486 vsize=14082740 memory=139660189677184 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31496/stat : 31496 (java) S 31486 31489 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41898688 14420725760 8352 33554432000 4194304 4196468 140722717802144 140315814242544 140316901739138 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31497] ppid=31486 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31497/stat : 31497 (java) S 31486 31489 29085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41898689 14420725760 8352 33554432000 4194304 4196468 140722717802144 140315813188768 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31498] ppid=31486 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31498/stat : 31498 (java) S 31486 31489 29085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41898689 14420725760 8352 33554432000 4194304 4196468 140722717802144 140315812135664 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31499] ppid=31486 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31499/stat : 31499 (java) S 31486 31489 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41898691 14420725760 8352 33554432000 4194304 4196468 140722717802144 140315811084240 140316901746587 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31500] ppid=31486 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31500/stat : 31500 (java) S 31486 31489 29085 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 15 0 41898692 14420725760 8352 33554432000 4194304 4196468 140722717802144 140315810032368 140316901739138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31501] ppid=31486 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31501/stat : 31501 (java) S 31486 31489 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41898692 14420725760 8352 33554432000 4194304 4196468 140722717802144 140315808979824 140316901739138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31502] ppid=31486 vsize=14082740 memory=139660189677184 CPUtime=0.01 cores=1,3,5,7
/proc/31489/task/31502/stat : 31502 (java) R 31486 31489 29085 0 -1 4202560 245 0 0 0 1 0 0 0 20 0 15 0 41898692 14420725760 8352 33554432000 4194304 4196468 140722717802144 140315807926768 140316880432728 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31503] ppid=31486 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31503/stat : 31503 (java) S 31486 31489 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41898692 14420725760 8352 33554432000 4194304 4196468 140722717802144 140315806874464 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31504] ppid=31486 vsize=14082740 memory=139660189677184 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31504/stat : 31504 (java) S 31486 31489 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41898692 14420725760 8352 33554432000 4194304 4196468 140722717802144 140315805821488 140316901739138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 33408 KiB

[startup+0.214401 s]*
/proc/loadavg: 3.18 2.13 1.84 5/215 31504
/proc/meminfo: memFree=20308472/32770624 swapFree=67108860/67108860
[pid=31489] ppid=31486 vsize=14082740 memory=47168 CPUtime=0.31 cores=1,3,5,7
/proc/31489/stat : 31489 (java) S 31486 31489 29085 0 -1 1077944320 10392 0 0 0 29 2 0 0 20 0 15 0 41898686 14420725760 11792 33554432000 4194304 4196468 140722717802144 140722717784688 140316901727991 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
/proc/31489/statm: 3520685 11792 3358 1 0 3482761 0
[pid=31489/tid=31491] ppid=31486 vsize=14082740 memory=7022364594140610616 CPUtime=0.21 cores=1,3,5,7
/proc/31489/task/31491/stat : 31491 (java) R 31486 31489 29085 0 -1 4202560 8104 0 0 0 19 2 0 0 20 0 15 0 41898686 14420725760 11792 33554432000 4194304 4196468 140722717802144 140316905954384 140316885771621 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31492] ppid=31486 vsize=14082740 memory=343 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31492/stat : 31492 (java) S 31486 31489 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41898687 14420725760 11792 33554432000 4194304 4196468 140722717802144 140316854348816 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31493] ppid=31486 vsize=14082740 memory=288370036341388928 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31493/stat : 31493 (java) S 31486 31489 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41898687 14420725760 11792 33554432000 4194304 4196468 140722717802144 140316853296272 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31494] ppid=31486 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31494/stat : 31494 (java) S 31486 31489 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41898687 14420725760 11792 33554432000 4194304 4196468 140722717802144 140316852243216 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31495] ppid=31486 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31495/stat : 31495 (java) S 31486 31489 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41898687 14420725760 11792 33554432000 4194304 4196468 140722717802144 140316851190672 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31496] ppid=31486 vsize=14082740 memory=139660189677184 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31496/stat : 31496 (java) S 31486 31489 29085 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41898688 14420725760 11792 33554432000 4194304 4196468 140722717802144 140315814242544 140316901739138 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31497] ppid=31486 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31497/stat : 31497 (java) S 31486 31489 29085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41898689 14420725760 11792 33554432000 4194304 4196468 140722717802144 140315813188768 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31498] ppid=31486 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31498/stat : 31498 (java) S 31486 31489 29085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41898689 14420725760 11792 33554432000 4194304 4196468 140722717802144 140315812135664 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31499] ppid=31486 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31499/stat : 31499 (java) S 31486 31489 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41898691 14420725760 11792 33554432000 4194304 4196468 140722717802144 140315811084240 140316901746587 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31500] ppid=31486 vsize=14082740 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/31489/task/31500/stat : 31500 (java) R 31486 31489 29085 0 -1 1077944384 391 0 0 0 1 0 0 0 20 0 15 0 41898692 14420725760 11792 33554432000 4194304 4196468 140722717802144 140315810032368 140316901739138 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31501] ppid=31486 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/31489/task/31501/stat : 31501 (java) S 31486 31489 29085 0 -1 1077944384 240 0 0 0 1 0 0 0 20 0 15 0 41898692 14420725760 11792 33554432000 4194304 4196468 140722717802144 140315808979824 140316901739138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31502] ppid=31486 vsize=14082740 memory=139660189677184 CPUtime=0.06 cores=1,3,5,7
/proc/31489/task/31502/stat : 31502 (java) S 31486 31489 29085 0 -1 1077944384 276 0 0 0 6 0 0 0 20 0 15 0 41898692 14420725760 11792 33554432000 4194304 4196468 140722717802144 140315807926768 140316901739138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31503] ppid=31486 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31503/stat : 31503 (java) S 31486 31489 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41898692 14420725760 11792 33554432000 4194304 4196468 140722717802144 140315806874464 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31504] ppid=31486 vsize=14082740 memory=139660189677184 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31504/stat : 31504 (java) S 31486 31489 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41898692 14420725760 11792 33554432000 4194304 4196468 140722717802144 140315805821488 140316901739138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47168 KiB

[startup+0.310591 s]*
/proc/loadavg: 3.18 2.13 1.84 3/215 31504
/proc/meminfo: memFree=20305308/32770624 swapFree=67108860/67108860
[pid=31489] ppid=31486 vsize=14082740 memory=50380 CPUtime=0.43 cores=1,3,5,7
/proc/31489/stat : 31489 (java) S 31486 31489 29085 0 -1 1077944320 10730 0 0 0 40 3 0 0 20 0 15 0 41898686 14420725760 12595 33554432000 4194304 4196468 140722717802144 140722717784688 140316901727991 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
/proc/31489/statm: 3520685 12595 3360 1 0 3482761 0
[pid=31489/tid=31491] ppid=31486 vsize=14082740 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/31489/task/31491/stat : 31491 (java) R 31486 31489 29085 0 -1 4202560 8424 0 0 0 28 2 0 0 20 0 15 0 41898686 14420725760 12595 33554432000 4194304 4196468 140722717802144 140316905955632 140316885808478 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31492] ppid=31486 vsize=14082740 memory=288230609002954775 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31492/stat : 31492 (java) S 31486 31489 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41898687 14420725760 12595 33554432000 4194304 4196468 140722717802144 140316854348816 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31493] ppid=31486 vsize=14082740 memory=288370036341388928 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31493/stat : 31493 (java) S 31486 31489 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41898687 14420725760 12595 33554432000 4194304 4196468 140722717802144 140316853296272 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31494] ppid=31486 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31494/stat : 31494 (java) S 31486 31489 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41898687 14420725760 12595 33554432000 4194304 4196468 140722717802144 140316852243216 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31495] ppid=31486 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31495/stat : 31495 (java) S 31486 31489 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41898687 14420725760 12595 33554432000 4194304 4196468 140722717802144 140316851190672 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31496] ppid=31486 vsize=14082740 memory=139660189677184 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31496/stat : 31496 (java) S 31486 31489 29085 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41898688 14420725760 12595 33554432000 4194304 4196468 140722717802144 140315814242544 140316901739138 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31497] ppid=31486 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31497/stat : 31497 (java) S 31486 31489 29085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41898689 14420725760 12595 33554432000 4194304 4196468 140722717802144 140315813188768 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31498] ppid=31486 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31498/stat : 31498 (java) S 31486 31489 29085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41898689 14420725760 12595 33554432000 4194304 4196468 140722717802144 140315812135664 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31499] ppid=31486 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31499/stat : 31499 (java) S 31486 31489 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41898691 14420725760 12595 33554432000 4194304 4196468 140722717802144 140315811084240 140316901746587 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31500] ppid=31486 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31489/task/31500/stat : 31500 (java) S 31486 31489 29085 0 -1 1077944384 395 0 0 0 2 0 0 0 20 0 15 0 41898692 14420725760 12595 33554432000 4194304 4196468 140722717802144 140315810032368 140316901739138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31501] ppid=31486 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/31489/task/31501/stat : 31501 (java) S 31486 31489 29085 0 -1 1077944384 240 0 0 0 2 0 0 0 20 0 15 0 41898692 14420725760 12595 33554432000 4194304 4196468 140722717802144 140315808979824 140316901739138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31502] ppid=31486 vsize=14082740 memory=139660189677184 CPUtime=0.07 cores=1,3,5,7
/proc/31489/task/31502/stat : 31502 (java) S 31486 31489 29085 0 -1 1077944384 290 0 0 0 7 0 0 0 20 0 15 0 41898692 14420725760 12595 33554432000 4194304 4196468 140722717802144 140315807926768 140316901739138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31503] ppid=31486 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31503/stat : 31503 (java) S 31486 31489 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41898692 14420725760 12595 33554432000 4194304 4196468 140722717802144 140315806874464 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31504] ppid=31486 vsize=14082740 memory=139660189677184 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31504/stat : 31504 (java) S 31486 31489 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41898692 14420725760 12595 33554432000 4194304 4196468 140722717802144 140315805821488 140316901739138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50380 KiB

[startup+0.700673 s]
/proc/loadavg: 3.18 2.13 1.84 3/215 31504
/proc/meminfo: memFree=20280488/32770624 swapFree=67108860/67108860
[pid=31489] ppid=31486 vsize=14084808 memory=88668 CPUtime=0.99 cores=1,3,5,7
/proc/31489/stat : 31489 (java) S 31486 31489 29085 0 -1 1077944320 17596 0 0 0 95 4 0 0 20 0 15 0 41898686 14422843392 22167 33554432000 4194304 4196468 140722717802144 140722717784688 140316901727991 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
/proc/31489/statm: 3521202 22167 3499 1 0 3483273 0
[pid=31489/tid=31491] ppid=31486 vsize=14084808 memory=1728 CPUtime=0.67 cores=1,3,5,7
/proc/31489/task/31491/stat : 31491 (java) R 31486 31489 29085 0 -1 4202560 14868 0 0 0 64 3 0 0 20 0 15 0 41898686 14422843392 22167 33554432000 4194304 4196468 140722717802144 140316905951136 140316901749917 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31492] ppid=31486 vsize=14084808 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31492/stat : 31492 (java) S 31486 31489 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41898687 14422843392 22167 33554432000 4194304 4196468 140722717802144 140316854348816 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31493] ppid=31486 vsize=14084808 memory=11956 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31493/stat : 31493 (java) S 31486 31489 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41898687 14422843392 22167 33554432000 4194304 4196468 140722717802144 140316853296272 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31494] ppid=31486 vsize=14084808 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31494/stat : 31494 (java) S 31486 31489 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41898687 14422843392 22167 33554432000 4194304 4196468 140722717802144 140316852243216 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31495] ppid=31486 vsize=14084808 memory=792 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31495/stat : 31495 (java) S 31486 31489 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41898687 14422843392 22167 33554432000 4194304 4196468 140722717802144 140316851190672 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31496] ppid=31486 vsize=14084808 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31496/stat : 31496 (java) S 31486 31489 29085 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41898688 14422843392 22167 33554432000 4194304 4196468 140722717802144 140315814242544 140316901739138 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31497] ppid=31486 vsize=14084808 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31497/stat : 31497 (java) S 31486 31489 29085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41898689 14422843392 22167 33554432000 4194304 4196468 140722717802144 140315813188768 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31498] ppid=31486 vsize=14084808 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31498/stat : 31498 (java) S 31486 31489 29085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41898689 14422843392 22167 33554432000 4194304 4196468 140722717802144 140315812135664 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31499] ppid=31486 vsize=14084808 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31499/stat : 31499 (java) S 31486 31489 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41898691 14422843392 22167 33554432000 4194304 4196468 140722717802144 140315811084240 140316901746587 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31500] ppid=31486 vsize=14084808 memory=7163631965283378496 CPUtime=0.07 cores=1,3,5,7
/proc/31489/task/31500/stat : 31500 (java) S 31486 31489 29085 0 -1 1077944384 560 0 0 0 7 0 0 0 20 0 15 0 41898692 14422843392 22167 33554432000 4194304 4196468 140722717802144 140315810032368 140316901739138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31501] ppid=31486 vsize=14084808 memory=6083353102074538087 CPUtime=0.07 cores=1,3,5,7
/proc/31489/task/31501/stat : 31501 (java) S 31486 31489 29085 0 -1 1077944384 391 0 0 0 7 0 0 0 20 0 15 0 41898692 14422843392 22167 33554432000 4194304 4196468 140722717802144 140315808979824 140316901739138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31502] ppid=31486 vsize=14084808 memory=7368003688827211856 CPUtime=0.15 cores=1,3,5,7
/proc/31489/task/31502/stat : 31502 (java) S 31486 31489 29085 0 -1 1077944384 395 0 0 0 15 0 0 0 20 0 15 0 41898692 14422843392 22167 33554432000 4194304 4196468 140722717802144 140315807926768 140316901739138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31503] ppid=31486 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31503/stat : 31503 (java) S 31486 31489 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41898692 14422843392 22167 33554432000 4194304 4196468 140722717802144 140315806874464 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31504] ppid=31486 vsize=14084808 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31504/stat : 31504 (java) S 31486 31489 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41898692 14422843392 22167 33554432000 4194304 4196468 140722717802144 140315805821488 140316901739138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88668 KiB

[startup+1.5007 s]
/proc/loadavg: 3.18 2.13 1.84 5/215 31504
/proc/meminfo: memFree=20169844/32770624 swapFree=67108860/67108860
[pid=31489] ppid=31486 vsize=14086856 memory=272008 CPUtime=3.02 cores=1,3,5,7
/proc/31489/stat : 31489 (java) S 31486 31489 29085 0 -1 1077944320 21989 0 0 0 292 10 0 0 20 0 15 0 41898686 14424940544 68002 33554432000 4194304 4196468 140722717802144 140722717784688 140316901727991 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
/proc/31489/statm: 3521714 68002 3564 1 0 3483785 0
[pid=31489/tid=31491] ppid=31486 vsize=14086856 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/31489/task/31491/stat : 31491 (java) R 31486 31489 29085 0 -1 4202560 15964 0 0 0 139 5 0 0 20 0 15 0 41898686 14424940544 68002 33554432000 4194304 4196468 140722717802144 140316905940576 140316887408701 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31492] ppid=31486 vsize=14086856 memory=-6951259422114956437 CPUtime=0.01 cores=1,3,5,7
/proc/31489/task/31492/stat : 31492 (java) S 31486 31489 29085 0 -1 1077944384 41 0 0 0 1 0 0 0 20 0 15 0 41898687 14424940544 68002 33554432000 4194304 4196468 140722717802144 140316854348816 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31493] ppid=31486 vsize=14086856 memory=-6509546260019855295 CPUtime=0.02 cores=1,3,5,7
/proc/31489/task/31493/stat : 31493 (java) S 31486 31489 29085 0 -1 1077944384 440 0 0 0 2 0 0 0 20 0 15 0 41898687 14424940544 68002 33554432000 4194304 4196468 140722717802144 140316853296272 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31494] ppid=31486 vsize=14086856 memory=-7390251449858225344 CPUtime=0.02 cores=1,3,5,7
/proc/31489/task/31494/stat : 31494 (java) S 31486 31489 29085 0 -1 1077944384 205 0 0 0 2 0 0 0 20 0 15 0 41898687 14424940544 68002 33554432000 4194304 4196468 140722717802144 140316852243216 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31495] ppid=31486 vsize=14086856 memory=4134692831991786133 CPUtime=0.01 cores=1,3,5,7
/proc/31489/task/31495/stat : 31495 (java) S 31486 31489 29085 0 -1 1077944384 47 0 0 0 1 0 0 0 20 0 15 0 41898687 14424940544 68002 33554432000 4194304 4196468 140722717802144 140316851190672 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31496] ppid=31486 vsize=14086856 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31496/stat : 31496 (java) S 31486 31489 29085 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 15 0 41898688 14424940544 68002 33554432000 4194304 4196468 140722717802144 140315814242544 140316901739138 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0

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


[startup+19.2007 s]
/proc/loadavg: 3.24 2.22 1.87 6/215 31504
/proc/meminfo: memFree=8571156/32770624 swapFree=67108860/67108860
[pid=31489] ppid=31486 vsize=14090952 memory=11759324 CPUtime=56.1 cores=1,3,5,7
/proc/31489/stat : 31489 (java) S 31486 31489 29085 0 -1 1077944320 222599 0 0 0 4468 1142 0 0 20 0 15 0 41898686 14429134848 2939831 33554432000 4194304 4196468 140722717802144 140722717784688 140316901727991 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
/proc/31489/statm: 3522738 2939831 3590 1 0 3484809 0
[pid=31489/tid=31491] ppid=31486 vsize=14090952 memory=139660055614659 CPUtime=6.98 cores=1,3,5,7
/proc/31489/task/31491/stat : 31491 (java) S 31486 31489 29085 0 -1 1077944384 22438 0 0 0 685 13 0 0 20 0 15 0 41898686 14429134848 2939831 33554432000 4194304 4196468 140722717802144 140316905963584 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31492] ppid=31486 vsize=14090952 memory=4121559169674659296 CPUtime=11.62 cores=1,3,5,7
/proc/31489/task/31492/stat : 31492 (java) R 31486 31489 29085 0 -1 4202560 60591 0 0 0 877 285 0 0 20 0 15 0 41898687 14429134848 2939831 33554432000 4194304 4196468 140722717802144 140316854349016 140316894827677 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31493] ppid=31486 vsize=14090952 memory=3905946056159212820 CPUtime=11.58 cores=1,3,5,7
/proc/31489/task/31493/stat : 31493 (java) R 31486 31489 29085 0 -1 4202560 30068 0 0 0 867 291 0 0 20 0 15 0 41898687 14429134848 2939831 33554432000 4194304 4196468 140722717802144 140316853296392 140316894827651 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31494] ppid=31486 vsize=14090952 memory=3835007764973833784 CPUtime=11.56 cores=1,3,5,7
/proc/31489/task/31494/stat : 31494 (java) R 31486 31489 29085 0 -1 4202560 42303 0 0 0 886 270 0 0 20 0 15 0 41898687 14429134848 2939831 33554432000 4194304 4196468 140722717802144 140316852243336 140316894356199 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31495] ppid=31486 vsize=14090952 memory=139660055614751 CPUtime=11.58 cores=1,3,5,7
/proc/31489/task/31495/stat : 31495 (java) R 31486 31489 29085 0 -1 4202560 42176 0 0 0 884 274 0 0 20 0 15 0 41898687 14429134848 2939831 33554432000 4194304 4196468 140722717802144 140316851190792 140316894827659 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31496] ppid=31486 vsize=14090952 memory=164 CPUtime=0.45 cores=1,3,5,7
/proc/31489/task/31496/stat : 31496 (java) S 31486 31489 29085 0 -1 1077944384 17484 0 0 0 43 2 0 0 20 0 15 0 41898688 14429134848 2939831 33554432000 4194304 4196468 140722717802144 140315814241088 140316901738197 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31497] ppid=31486 vsize=14090952 memory=7668062675966382440 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31497/stat : 31497 (java) S 31486 31489 29085 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 41898689 14429134848 2939831 33554432000 4194304 4196468 140722717802144 140315813188832 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31498] ppid=31486 vsize=14090952 memory=7668062675966382440 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31498/stat : 31498 (java) S 31486 31489 29085 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 41898689 14429134848 2939831 33554432000 4194304 4196468 140722717802144 140315812135680 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31499] ppid=31486 vsize=14090952 memory=7668062675966382440 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31499/stat : 31499 (java) S 31486 31489 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41898691 14429134848 2939831 33554432000 4194304 4196468 140722717802144 140315811084240 140316901746587 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31500] ppid=31486 vsize=14090952 memory=7668062675966382440 CPUtime=0.85 cores=1,3,5,7
/proc/31489/task/31500/stat : 31500 (java) S 31486 31489 29085 0 -1 1077944384 1837 0 0 0 84 1 0 0 20 0 15 0 41898692 14429134848 2939831 33554432000 4194304 4196468 140722717802144 140315810032368 140316901739138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31501] ppid=31486 vsize=14090952 memory=7668062675966382440 CPUtime=0.89 cores=1,3,5,7
/proc/31489/task/31501/stat : 31501 (java) S 31486 31489 29085 0 -1 1077944384 1432 0 0 0 89 0 0 0 20 0 15 0 41898692 14429134848 2939831 33554432000 4194304 4196468 140722717802144 140315808979824 140316901739138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31502] ppid=31486 vsize=14090952 memory=7669173234181433450 CPUtime=0.5 cores=1,3,5,7
/proc/31489/task/31502/stat : 31502 (java) S 31486 31489 29085 0 -1 1077944384 1924 0 0 0 50 0 0 0 20 0 15 0 41898692 14429134848 2939831 33554432000 4194304 4196468 140722717802144 140315807926768 140316901739138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31503] ppid=31486 vsize=14090952 memory=10465816 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31503/stat : 31503 (java) S 31486 31489 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41898692 14429134848 2939831 33554432000 4194304 4196468 140722717802144 140315806874464 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31504] ppid=31486 vsize=14090952 memory=916 CPUtime=0.01 cores=1,3,5,7
/proc/31489/task/31504/stat : 31504 (java) S 31486 31489 29085 0 -1 1077944384 928 0 0 0 0 1 0 0 20 0 15 0 41898692 14429134848 2939831 33554432000 4194304 4196468 140722717802144 140315805821488 140316901739138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
Current children cumulated CPU time: 56.1 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11759324 KiB

[startup+22.4007 s]
/proc/loadavg: 3.22 2.23 1.88 6/215 31504
/proc/meminfo: memFree=8570664/32770624 swapFree=67108860/67108860
[pid=31489] ppid=31486 vsize=14090952 memory=11759768 CPUtime=67.39 cores=1,3,5,7
/proc/31489/stat : 31489 (java) S 31486 31489 29085 0 -1 1077944320 300051 0 0 0 5591 1148 0 0 20 0 15 0 41898686 14429134848 2939942 33554432000 4194304 4196468 140722717802144 140722717784688 140316901727991 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
/proc/31489/statm: 3522738 2939942 3590 1 0 3484809 0
[pid=31489/tid=31491] ppid=31486 vsize=14090952 memory=139660055601440 CPUtime=7.03 cores=1,3,5,7
/proc/31489/task/31491/stat : 31491 (java) S 31486 31489 29085 0 -1 1077944384 22554 0 0 0 690 13 0 0 20 0 15 0 41898686 14429134848 2939942 33554432000 4194304 4196468 140722717802144 140316905963584 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31492] ppid=31486 vsize=14090952 memory=3619117552752593203 CPUtime=14.32 cores=1,3,5,7
/proc/31489/task/31492/stat : 31492 (java) R 31486 31489 29085 0 -1 4202560 64174 0 0 0 1146 286 0 0 20 0 15 0 41898687 14429134848 2939942 33554432000 4194304 4196468 140722717802144 140316854348624 140316894356199 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31493] ppid=31486 vsize=14090952 memory=6791534058613427641 CPUtime=14.33 cores=1,3,5,7
/proc/31489/task/31493/stat : 31493 (java) R 31486 31489 29085 0 -1 4202560 83379 0 0 0 1140 293 0 0 20 0 15 0 41898687 14429134848 2939942 33554432000 4194304 4196468 140722717802144 140316853296472 140316883337600 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31494] ppid=31486 vsize=14090952 memory=9023629670928638048 CPUtime=14.25 cores=1,3,5,7
/proc/31489/task/31494/stat : 31494 (java) R 31486 31489 29085 0 -1 4202560 44796 0 0 0 1154 271 0 0 20 0 15 0 41898687 14429134848 2939942 33554432000 4194304 4196468 140722717802144 140316852243024 140316894356199 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31495] ppid=31486 vsize=14090952 memory=5866055520000961640 CPUtime=14.28 cores=1,3,5,7
/proc/31489/task/31495/stat : 31495 (java) R 31486 31489 29085 0 -1 4202560 48591 0 0 0 1152 276 0 0 20 0 15 0 41898687 14429134848 2939942 33554432000 4194304 4196468 140722717802144 140316851190792 140316894356199 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31496] ppid=31486 vsize=14090952 memory=5796250816614657384 CPUtime=0.83 cores=1,3,5,7
/proc/31489/task/31496/stat : 31496 (java) S 31486 31489 29085 0 -1 1077944384 29010 0 0 0 81 2 0 0 20 0 15 0 41898688 14429134848 2939942 33554432000 4194304 4196468 140722717802144 140315814241104 140316901738197 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31497] ppid=31486 vsize=14090952 memory=4641078650327558507 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31497/stat : 31497 (java) S 31486 31489 29085 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 41898689 14429134848 2939942 33554432000 4194304 4196468 140722717802144 140315813188832 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31498] ppid=31486 vsize=14090952 memory=119 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31498/stat : 31498 (java) S 31486 31489 29085 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 41898689 14429134848 2939942 33554432000 4194304 4196468 140722717802144 140315812135680 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31499] ppid=31486 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31499/stat : 31499 (java) S 31486 31489 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41898691 14429134848 2939942 33554432000 4194304 4196468 140722717802144 140315811084240 140316901746587 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31500] ppid=31486 vsize=14090952 memory=68 CPUtime=0.85 cores=1,3,5,7
/proc/31489/task/31500/stat : 31500 (java) S 31486 31489 29085 0 -1 1077944384 1839 0 0 0 84 1 0 0 20 0 15 0 41898692 14429134848 2939942 33554432000 4194304 4196468 140722717802144 140315810032416 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31501] ppid=31486 vsize=14090952 memory=1574 CPUtime=0.89 cores=1,3,5,7
/proc/31489/task/31501/stat : 31501 (java) S 31486 31489 29085 0 -1 1077944384 1436 0 0 0 89 0 0 0 20 0 15 0 41898692 14429134848 2939942 33554432000 4194304 4196468 140722717802144 140315808979584 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31502] ppid=31486 vsize=14090952 memory=399 CPUtime=0.5 cores=1,3,5,7
/proc/31489/task/31502/stat : 31502 (java) S 31486 31489 29085 0 -1 1077944384 1926 0 0 0 50 0 0 0 20 0 15 0 41898692 14429134848 2939942 33554432000 4194304 4196468 140722717802144 140315807926816 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31503] ppid=31486 vsize=14090952 memory=39 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31503/stat : 31503 (java) S 31486 31489 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41898692 14429134848 2939942 33554432000 4194304 4196468 140722717802144 140315806874464 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31504] ppid=31486 vsize=14090952 memory=4612 CPUtime=0.01 cores=1,3,5,7
/proc/31489/task/31504/stat : 31504 (java) S 31486 31489 29085 0 -1 1077944384 928 0 0 0 0 1 0 0 20 0 15 0 41898692 14429134848 2939942 33554432000 4194304 4196468 140722717802144 140315805821488 140316901739138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
Current children cumulated CPU time: 67.39 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11759768 KiB

[startup+23.201 s]
/proc/loadavg: 3.22 2.23 1.88 6/215 31504
/proc/meminfo: memFree=8570664/32770624 swapFree=67108860/67108860
[pid=31489] ppid=31486 vsize=14090952 memory=11759768 CPUtime=70.31 cores=1,3,5,7
/proc/31489/stat : 31489 (java) S 31486 31489 29085 0 -1 1077944320 300639 0 0 0 5882 1149 0 0 20 0 15 0 41898686 14429134848 2939942 33554432000 4194304 4196468 140722717802144 140722717784688 140316901727991 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
/proc/31489/statm: 3522738 2939942 3590 1 0 3484809 0
[pid=31489/tid=31491] ppid=31486 vsize=14090952 memory=1712 CPUtime=7.03 cores=1,3,5,7
/proc/31489/task/31491/stat : 31491 (java) S 31486 31489 29085 0 -1 1077944384 22554 0 0 0 690 13 0 0 20 0 15 0 41898686 14429134848 2939942 33554432000 4194304 4196468 140722717802144 140316905963584 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31492] ppid=31486 vsize=14090952 memory=1200 CPUtime=15.04 cores=1,3,5,7
/proc/31489/task/31492/stat : 31492 (java) R 31486 31489 29085 0 -1 4202560 64180 0 0 0 1217 287 0 0 20 0 15 0 41898687 14429134848 2939942 33554432000 4194304 4196468 140722717802144 140316854348816 140316886679090 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31493] ppid=31486 vsize=14090952 memory=15872 CPUtime=15.06 cores=1,3,5,7
/proc/31489/task/31493/stat : 31493 (java) R 31486 31489 29085 0 -1 4202560 83380 0 0 0 1213 293 0 0 20 0 15 0 41898687 14429134848 2939942 33554432000 4194304 4196468 140722717802144 140316853296272 140316886425816 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31494] ppid=31486 vsize=14090952 memory=9592 CPUtime=14.96 cores=1,3,5,7
/proc/31489/task/31494/stat : 31494 (java) R 31486 31489 29085 0 -1 4202560 44796 0 0 0 1225 271 0 0 20 0 15 0 41898687 14429134848 2939942 33554432000 4194304 4196468 140722717802144 140316852243104 140316883324516 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31495] ppid=31486 vsize=14090952 memory=4052 CPUtime=14.98 cores=1,3,5,7
/proc/31489/task/31495/stat : 31495 (java) R 31486 31489 29085 0 -1 4202560 48591 0 0 0 1222 276 0 0 20 0 15 0 41898687 14429134848 2939942 33554432000 4194304 4196468 140722717802144 140316851190872 140316886678706 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31496] ppid=31486 vsize=14090952 memory=18444 CPUtime=0.9 cores=1,3,5,7
/proc/31489/task/31496/stat : 31496 (java) S 31486 31489 29085 0 -1 1077944384 29589 0 0 0 88 2 0 0 20 0 15 0 41898688 14429134848 2939942 33554432000 4194304 4196468 140722717802144 140315814240864 140316901738197 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31497] ppid=31486 vsize=14090952 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31497/stat : 31497 (java) S 31486 31489 29085 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 41898689 14429134848 2939942 33554432000 4194304 4196468 140722717802144 140315813188832 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31498] ppid=31486 vsize=14090952 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31498/stat : 31498 (java) S 31486 31489 29085 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 41898689 14429134848 2939942 33554432000 4194304 4196468 140722717802144 140315812135680 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31499] ppid=31486 vsize=14090952 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31499/stat : 31499 (java) S 31486 31489 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41898691 14429134848 2939942 33554432000 4194304 4196468 140722717802144 140315811084240 140316901746587 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31500] ppid=31486 vsize=14090952 memory=10506788 CPUtime=0.85 cores=1,3,5,7
/proc/31489/task/31500/stat : 31500 (java) S 31486 31489 29085 0 -1 1077944384 1839 0 0 0 84 1 0 0 20 0 15 0 41898692 14429134848 2939942 33554432000 4194304 4196468 140722717802144 140315810032416 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31501] ppid=31486 vsize=14090952 memory=11956 CPUtime=0.89 cores=1,3,5,7
/proc/31489/task/31501/stat : 31501 (java) S 31486 31489 29085 0 -1 1077944384 1436 0 0 0 89 0 0 0 20 0 15 0 41898692 14429134848 2939942 33554432000 4194304 4196468 140722717802144 140315808979824 140316901739138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31502] ppid=31486 vsize=14090952 memory=5520 CPUtime=0.5 cores=1,3,5,7
/proc/31489/task/31502/stat : 31502 (java) S 31486 31489 29085 0 -1 1077944384 1926 0 0 0 50 0 0 0 20 0 15 0 41898692 14429134848 2939942 33554432000 4194304 4196468 140722717802144 140315807926528 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31503] ppid=31486 vsize=14090952 memory=792 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31503/stat : 31503 (java) S 31486 31489 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41898692 14429134848 2939942 33554432000 4194304 4196468 140722717802144 140315806874464 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31504] ppid=31486 vsize=14090952 memory=1228 CPUtime=0.01 cores=1,3,5,7
/proc/31489/task/31504/stat : 31504 (java) S 31486 31489 29085 0 -1 1077944384 928 0 0 0 0 1 0 0 20 0 15 0 41898692 14429134848 2939942 33554432000 4194304 4196468 140722717802144 140315805821488 140316901739138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
Current children cumulated CPU time: 70.31 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11759768 KiB

[startup+23.6009 s]
/proc/loadavg: 3.22 2.23 1.88 6/215 31504
/proc/meminfo: memFree=8570664/32770624 swapFree=67108860/67108860
[pid=31489] ppid=31486 vsize=14090952 memory=11759772 CPUtime=71.72 cores=1,3,5,7
/proc/31489/stat : 31489 (java) S 31486 31489 29085 0 -1 1077944320 301175 0 0 0 6023 1149 0 0 20 0 15 0 41898686 14429134848 2939943 33554432000 4194304 4196468 140722717802144 140722717784688 140316901727991 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
/proc/31489/statm: 3522738 2939943 3590 1 0 3484809 0
[pid=31489/tid=31491] ppid=31486 vsize=14090952 memory=1296 CPUtime=7.03 cores=1,3,5,7
/proc/31489/task/31491/stat : 31491 (java) S 31486 31489 29085 0 -1 1077944384 22554 0 0 0 690 13 0 0 20 0 15 0 41898686 14429134848 2939943 33554432000 4194304 4196468 140722717802144 140316905963584 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31492] ppid=31486 vsize=14090952 memory=2428 CPUtime=15.38 cores=1,3,5,7
/proc/31489/task/31492/stat : 31492 (java) R 31486 31489 29085 0 -1 4202560 64391 0 0 0 1251 287 0 0 20 0 15 0 41898687 14429134848 2939943 33554432000 4194304 4196468 140722717802144 140316854349016 140316883324449 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31493] ppid=31486 vsize=14090952 memory=1728 CPUtime=15.4 cores=1,3,5,7
/proc/31489/task/31493/stat : 31493 (java) R 31486 31489 29085 0 -1 4202560 83630 0 0 0 1247 293 0 0 20 0 15 0 41898687 14429134848 2939943 33554432000 4194304 4196468 140722717802144 140316853296272 140316883324449 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31494] ppid=31486 vsize=14090952 memory=1004 CPUtime=15.3 cores=1,3,5,7
/proc/31489/task/31494/stat : 31494 (java) R 31486 31489 29085 0 -1 4202560 44869 0 0 0 1259 271 0 0 20 0 15 0 41898687 14429134848 2939943 33554432000 4194304 4196468 140722717802144 140316852243216 140316886679118 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31495] ppid=31486 vsize=14090952 memory=11956 CPUtime=15.32 cores=1,3,5,7
/proc/31489/task/31495/stat : 31495 (java) R 31486 31489 29085 0 -1 4202560 48592 0 0 0 1256 276 0 0 20 0 15 0 41898687 14429134848 2939943 33554432000 4194304 4196468 140722717802144 140316851190872 140316886679118 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31496] ppid=31486 vsize=14090952 memory=5520 CPUtime=0.96 cores=1,3,5,7
/proc/31489/task/31496/stat : 31496 (java) S 31486 31489 29085 0 -1 1077944384 29590 0 0 0 94 2 0 0 20 0 15 0 41898688 14429134848 2939943 33554432000 4194304 4196468 140722717802144 140315814240880 140316901738197 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31497] ppid=31486 vsize=14090952 memory=792 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31497/stat : 31497 (java) S 31486 31489 29085 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 41898689 14429134848 2939943 33554432000 4194304 4196468 140722717802144 140315813188832 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31498] ppid=31486 vsize=14090952 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31498/stat : 31498 (java) S 31486 31489 29085 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 41898689 14429134848 2939943 33554432000 4194304 4196468 140722717802144 140315812135680 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31499] ppid=31486 vsize=14090952 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31499/stat : 31499 (java) S 31486 31489 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41898691 14429134848 2939943 33554432000 4194304 4196468 140722717802144 140315811084240 140316901746587 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31500] ppid=31486 vsize=14090952 memory=1424 CPUtime=0.85 cores=1,3,5,7
/proc/31489/task/31500/stat : 31500 (java) S 31486 31489 29085 0 -1 1077944384 1839 0 0 0 84 1 0 0 20 0 15 0 41898692 14429134848 2939943 33554432000 4194304 4196468 140722717802144 140315810032416 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31501] ppid=31486 vsize=14090952 memory=4612 CPUtime=0.89 cores=1,3,5,7
/proc/31489/task/31501/stat : 31501 (java) S 31486 31489 29085 0 -1 1077944384 1436 0 0 0 89 0 0 0 20 0 15 0 41898692 14429134848 2939943 33554432000 4194304 4196468 140722717802144 140315808979824 140316901739138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31502] ppid=31486 vsize=14090952 memory=8384 CPUtime=0.5 cores=1,3,5,7
/proc/31489/task/31502/stat : 31502 (java) S 31486 31489 29085 0 -1 1077944384 1926 0 0 0 50 0 0 0 20 0 15 0 41898692 14429134848 2939943 33554432000 4194304 4196468 140722717802144 140315807926528 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31503] ppid=31486 vsize=14090952 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/31489/task/31503/stat : 31503 (java) S 31486 31489 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41898692 14429134848 2939943 33554432000 4194304 4196468 140722717802144 140315806874464 140316901738197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
[pid=31489/tid=31504] ppid=31486 vsize=14090952 memory=4028 CPUtime=0.01 cores=1,3,5,7
/proc/31489/task/31504/stat : 31504 (java) S 31486 31489 29085 0 -1 1077944384 928 0 0 0 0 1 0 0 20 0 15 0 41898692 14429134848 2939943 33554432000 4194304 4196468 140722717802144 140315805821488 140316901739138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140722717807700 140722717807881 140722717807881 140722717810639 0
Current children cumulated CPU time: 71.72 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11759772 KiB

[startup+24.0007 s]*
/proc/loadavg: 3.22 2.23 1.88 3/202 31505
/proc/meminfo: memFree=19629660/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: 1
Real time (s): 24.0105
CPU time (s): 72.8078
CPU user time (s): 61.2483
CPU system time (s): 11.5595
CPU usage (%): 303.233
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 11759992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.2483
system time used= 11.5595
maximum resident set size= 11759992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 301525
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5856
involuntary context switches= 622


# summary of solver processes directly reported to runsolver:
#   pid: 31489
#   total CPU time (s): 72.8078
#   total CPU user time (s): 61.2483
#   total CPU system time (s): 11.5595

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.165617 second user time and 0.300395 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-22 09:09:15
IDJOB=4291471
IDBENCH=141308
IDSOLVER=2746
FILE ID=node151/4291471-1532243355
RUNJOBID= node151-1532226532-29117
PBS_JOBID= 21018950
Free space on /tmp= 55032 MiB

SOLVER NAME= OscaR - Hybrid 2018-07-02
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-07-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-4291471-1532243355/watcher-4291471-1532243355 -o /tmp/evaluation-result-4291471-1532243355/solver-4291471-1532243355 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532226532-29117 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1469088874 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291471-1532243355.xml

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

MD5SUM BENCH= b03b025d4dc3e1307d2e111dd352b63c
RANDOM SEED=1469088874

node151.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.87
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.87
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.87
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.87
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:        20342268 kB
MemAvailable:   31709332 kB
Buffers:          235120 kB
Cached:         11280604 kB
SwapCached:            0 kB
Active:          1288080 kB
Inactive:       10512348 kB
Active(anon):     287460 kB
Inactive(anon):    16936 kB
Active(file):    1000620 kB
Inactive(file): 10495412 kB
Unevictable:        7940 kB
Mlocked:            7940 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             40896 kB
Writeback:             0 kB
AnonPages:        292728 kB
Mapped:            48836 kB
Shmem:             17032 kB
Slab:             326796 kB
SReclaimable:     299492 kB
SUnreclaim:        27304 kB
KernelStack:        3488 kB
PageTables:         5720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1239796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    143360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 54996 MiB
End job on node151 at 2018-07-22 09:09:39