Trace number 4291474

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? 75.3058 33.0325

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-10-4-rom_c18.xml
MD5SUM1ce90bfeea193be77ab92ac06e9a3657
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark84
Best CPU time to get the best result obtained on this benchmark2520.4
Satisfiable
(Un)Satisfiability was proved
Number of variables340
Number of constraints80
Number of domains5
Minimum domain size2
Maximum domain size102325
Distribution of domain sizes[{"size":2,"count":20},{"size":11,"count":140},{"size":27,"count":100},{"size":102325,"count":80}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":100},{"degree":2,"count":140},{"degree":8,"count":100}]
Minimum constraint arity13
Maximum constraint arity14
Distribution of constraint arities[{"arity":13,"count":20},{"arity":14,"count":60}]
Number of extensional constraints80
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":80}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291474-1532243282/watcher-4291474-1532243282 -o /tmp/evaluation-result-4291474-1532243282/solver-4291474-1532243282 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532226532-29117 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1180455343 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291474-1532243282.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
solver pid=31337, runsolver pid=31334
Current StackSize limit: 8192 KiB


[startup+0.100128 s]*
/proc/loadavg: 1.88 1.72 1.69 3/215 31352
/proc/meminfo: memFree=20322596/32770624 swapFree=67108860/67108860
[pid=31337] ppid=31334 vsize=14082740 memory=33388 CPUtime=0.12 cores=1,3,5,7
/proc/31337/stat : 31337 (java) S 31334 31337 29085 0 -1 1077944320 7270 0 0 0 11 1 0 0 20 0 15 0 41891437 14420725760 8347 33554432000 4194304 4196468 140721550475632 140721550458176 140044899122935 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
/proc/31337/statm: 3520685 8347 3136 1 0 3482761 0
[pid=31337/tid=31339] ppid=31334 vsize=14082740 memory=-8557575366716067200 CPUtime=0.08 cores=1,3,5,7
/proc/31337/task/31339/stat : 31339 (java) R 31334 31337 29085 0 -1 4202560 5349 0 0 0 8 0 0 0 20 0 15 0 41891437 14420725760 8347 33554432000 4194304 4196468 140721550475632 140044903324992 140044885216097 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31340] ppid=31334 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31340/stat : 31340 (java) S 31334 31337 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41891438 14420725760 8347 33554432000 4194304 4196468 140721550475632 140044495305744 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31341] ppid=31334 vsize=14082740 memory=139868407391872 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31341/stat : 31341 (java) S 31334 31337 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41891438 14420725760 8347 33554432000 4194304 4196468 140721550475632 140044494253200 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31342] ppid=31334 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31342/stat : 31342 (java) S 31334 31337 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41891438 14420725760 8347 33554432000 4194304 4196468 140721550475632 140044493200144 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31343] ppid=31334 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31343/stat : 31343 (java) S 31334 31337 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41891438 14420725760 8347 33554432000 4194304 4196468 140721550475632 140044492147600 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31344] ppid=31334 vsize=14082740 memory=139868407391872 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31344/stat : 31344 (java) S 31334 31337 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41891440 14420725760 8347 33554432000 4194304 4196468 140721550475632 140043878598896 140044899134082 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31345] ppid=31334 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31345/stat : 31345 (java) S 31334 31337 29085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41891440 14420725760 8347 33554432000 4194304 4196468 140721550475632 140043877545120 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31346] ppid=31334 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31346/stat : 31346 (java) S 31334 31337 29085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41891440 14420725760 8347 33554432000 4194304 4196468 140721550475632 140043876492016 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31347] ppid=31334 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31347/stat : 31347 (java) S 31334 31337 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41891443 14420725760 8347 33554432000 4194304 4196468 140721550475632 140043875440592 140044899141531 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31348] ppid=31334 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31348/stat : 31348 (java) S 31334 31337 29085 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 41891443 14420725760 8347 33554432000 4194304 4196468 140721550475632 140043874388720 140044899134082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31349] ppid=31334 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31349/stat : 31349 (java) S 31334 31337 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41891443 14420725760 8347 33554432000 4194304 4196468 140721550475632 140043873336176 140044899134082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31350] ppid=31334 vsize=14082740 memory=139868407391872 CPUtime=0.01 cores=1,3,5,7
/proc/31337/task/31350/stat : 31350 (java) S 31334 31337 29085 0 -1 1077944384 240 0 0 0 1 0 0 0 20 0 15 0 41891443 14420725760 8347 33554432000 4194304 4196468 140721550475632 140043872283120 140044899134082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31351] ppid=31334 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31351/stat : 31351 (java) S 31334 31337 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41891443 14420725760 8347 33554432000 4194304 4196468 140721550475632 140043871230816 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31352] ppid=31334 vsize=14082740 memory=139868407391872 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31352/stat : 31352 (java) S 31334 31337 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41891443 14420725760 8347 33554432000 4194304 4196468 140721550475632 140043870177840 140044899134082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 33388 KiB

[startup+0.210302 s]*
/proc/loadavg: 1.88 1.72 1.69 4/215 31352
/proc/meminfo: memFree=20306868/32770624 swapFree=67108860/67108860
[pid=31337] ppid=31334 vsize=14082740 memory=47012 CPUtime=0.3 cores=1,3,5,7
/proc/31337/stat : 31337 (java) S 31334 31337 29085 0 -1 1077944320 10343 0 0 0 29 1 0 0 20 0 15 0 41891437 14420725760 11753 33554432000 4194304 4196468 140721550475632 140721550458176 140044899122935 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
/proc/31337/statm: 3520685 11753 3370 1 0 3482761 0
[pid=31337/tid=31339] ppid=31334 vsize=14082740 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/31337/task/31339/stat : 31339 (java) R 31334 31337 29085 0 -1 4202560 8065 0 0 0 18 1 0 0 20 0 15 0 41891437 14420725760 11753 33554432000 4194304 4196468 140721550475632 140044903351776 140044883166565 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31340] ppid=31334 vsize=14082740 memory=343 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31340/stat : 31340 (java) S 31334 31337 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41891438 14420725760 11753 33554432000 4194304 4196468 140721550475632 140044495305744 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31341] ppid=31334 vsize=14082740 memory=288370244559103616 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31341/stat : 31341 (java) S 31334 31337 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41891438 14420725760 11753 33554432000 4194304 4196468 140721550475632 140044494253200 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31342] ppid=31334 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31342/stat : 31342 (java) S 31334 31337 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41891438 14420725760 11753 33554432000 4194304 4196468 140721550475632 140044493200144 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31343] ppid=31334 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31343/stat : 31343 (java) S 31334 31337 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41891438 14420725760 11753 33554432000 4194304 4196468 140721550475632 140044492147600 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31344] ppid=31334 vsize=14082740 memory=139868407391872 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31344/stat : 31344 (java) S 31334 31337 29085 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41891440 14420725760 11753 33554432000 4194304 4196468 140721550475632 140043878598896 140044899134082 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31345] ppid=31334 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31345/stat : 31345 (java) S 31334 31337 29085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41891440 14420725760 11753 33554432000 4194304 4196468 140721550475632 140043877545120 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31346] ppid=31334 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31346/stat : 31346 (java) S 31334 31337 29085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41891440 14420725760 11753 33554432000 4194304 4196468 140721550475632 140043876492016 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31347] ppid=31334 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31347/stat : 31347 (java) S 31334 31337 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41891443 14420725760 11753 33554432000 4194304 4196468 140721550475632 140043875440592 140044899141531 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31348] ppid=31334 vsize=14082740 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/31337/task/31348/stat : 31348 (java) R 31334 31337 29085 0 -1 4202560 410 0 0 0 1 0 0 0 20 0 15 0 41891443 14420725760 11753 33554432000 4194304 4196468 140721550475632 140043874378832 140044884733633 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31349] ppid=31334 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/31337/task/31349/stat : 31349 (java) R 31334 31337 29085 0 -1 1077944384 196 0 0 0 1 0 0 0 20 0 15 0 41891443 14420725760 11753 33554432000 4194304 4196468 140721550475632 140043873336176 140044899134082 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31350] ppid=31334 vsize=14082740 memory=139868407391872 CPUtime=0.06 cores=1,3,5,7
/proc/31337/task/31350/stat : 31350 (java) R 31334 31337 29085 0 -1 4202560 292 0 0 0 6 0 0 0 20 0 15 0 41891443 14420725760 11753 33554432000 4194304 4196468 140721550475632 140043872283120 140044899134870 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31351] ppid=31334 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31351/stat : 31351 (java) S 31334 31337 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41891443 14420725760 11753 33554432000 4194304 4196468 140721550475632 140043871230816 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31352] ppid=31334 vsize=14082740 memory=139868407391872 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31352/stat : 31352 (java) S 31334 31337 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41891443 14420725760 11753 33554432000 4194304 4196468 140721550475632 140043870177840 140044899134082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47012 KiB

[startup+0.310429 s]*
/proc/loadavg: 1.88 1.72 1.69 3/215 31352
/proc/meminfo: memFree=20303456/32770624 swapFree=67108860/67108860
[pid=31337] ppid=31334 vsize=14082740 memory=50460 CPUtime=0.43 cores=1,3,5,7
/proc/31337/stat : 31337 (java) S 31334 31337 29085 0 -1 1077944320 10729 0 0 0 41 2 0 0 20 0 15 0 41891437 14420725760 12615 33554432000 4194304 4196468 140721550475632 140721550458176 140044899122935 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
/proc/31337/statm: 3520685 12615 3418 1 0 3482761 0
[pid=31337/tid=31339] ppid=31334 vsize=14082740 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/31337/task/31339/stat : 31339 (java) R 31334 31337 29085 0 -1 4202560 8422 0 0 0 28 1 0 0 20 0 15 0 41891437 14420725760 12615 33554432000 4194304 4196468 140721550475632 140044903331632 140044899136799 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31340] ppid=31334 vsize=14082740 memory=288230609002954775 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31340/stat : 31340 (java) S 31334 31337 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41891438 14420725760 12615 33554432000 4194304 4196468 140721550475632 140044495305744 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31341] ppid=31334 vsize=14082740 memory=288370244559103616 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31341/stat : 31341 (java) S 31334 31337 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41891438 14420725760 12615 33554432000 4194304 4196468 140721550475632 140044494253200 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31342] ppid=31334 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31342/stat : 31342 (java) S 31334 31337 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41891438 14420725760 12615 33554432000 4194304 4196468 140721550475632 140044493200144 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31343] ppid=31334 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31343/stat : 31343 (java) S 31334 31337 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41891438 14420725760 12615 33554432000 4194304 4196468 140721550475632 140044492147600 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31344] ppid=31334 vsize=14082740 memory=139868407391872 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31344/stat : 31344 (java) S 31334 31337 29085 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41891440 14420725760 12615 33554432000 4194304 4196468 140721550475632 140043878598896 140044899134082 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31345] ppid=31334 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31345/stat : 31345 (java) S 31334 31337 29085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41891440 14420725760 12615 33554432000 4194304 4196468 140721550475632 140043877545120 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31346] ppid=31334 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31346/stat : 31346 (java) S 31334 31337 29085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41891440 14420725760 12615 33554432000 4194304 4196468 140721550475632 140043876492016 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31347] ppid=31334 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31347/stat : 31347 (java) S 31334 31337 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41891443 14420725760 12615 33554432000 4194304 4196468 140721550475632 140043875440592 140044899141531 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31348] ppid=31334 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31337/task/31348/stat : 31348 (java) S 31334 31337 29085 0 -1 1077944384 415 0 0 0 2 0 0 0 20 0 15 0 41891443 14420725760 12615 33554432000 4194304 4196468 140721550475632 140043874388720 140044899134082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31349] ppid=31334 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/31337/task/31349/stat : 31349 (java) S 31334 31337 29085 0 -1 1077944384 203 0 0 0 2 0 0 0 20 0 15 0 41891443 14420725760 12615 33554432000 4194304 4196468 140721550475632 140043873336176 140044899134082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31350] ppid=31334 vsize=14082740 memory=139868407391872 CPUtime=0.08 cores=1,3,5,7
/proc/31337/task/31350/stat : 31350 (java) S 31334 31337 29085 0 -1 1077944384 307 0 0 0 8 0 0 0 20 0 15 0 41891443 14420725760 12615 33554432000 4194304 4196468 140721550475632 140043872283120 140044899134082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31351] ppid=31334 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31351/stat : 31351 (java) S 31334 31337 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41891443 14420725760 12615 33554432000 4194304 4196468 140721550475632 140043871230816 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31352] ppid=31334 vsize=14082740 memory=139868407391872 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31352/stat : 31352 (java) S 31334 31337 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41891443 14420725760 12615 33554432000 4194304 4196468 140721550475632 140043870177840 140044899134082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50460 KiB

[startup+0.700726 s]
/proc/loadavg: 1.88 1.72 1.69 4/215 31352
/proc/meminfo: memFree=20280980/32770624 swapFree=67108860/67108860
[pid=31337] ppid=31334 vsize=14084808 memory=88980 CPUtime=0.99 cores=1,3,5,7
/proc/31337/stat : 31337 (java) S 31334 31337 29085 0 -1 1077944320 17573 0 0 0 95 4 0 0 20 0 15 0 41891437 14422843392 22245 33554432000 4194304 4196468 140721550475632 140721550458176 140044899122935 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
/proc/31337/statm: 3521202 22245 3499 1 0 3483273 0
[pid=31337/tid=31339] ppid=31334 vsize=14084808 memory=1728 CPUtime=0.67 cores=1,3,5,7
/proc/31337/task/31339/stat : 31339 (java) R 31334 31337 29085 0 -1 4202560 14872 0 0 0 64 3 0 0 20 0 15 0 41891437 14422843392 22245 33554432000 4194304 4196468 140721550475632 140044903346080 140044899144861 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31340] ppid=31334 vsize=14084808 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31340/stat : 31340 (java) S 31334 31337 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41891438 14422843392 22245 33554432000 4194304 4196468 140721550475632 140044495305744 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31341] ppid=31334 vsize=14084808 memory=11956 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31341/stat : 31341 (java) S 31334 31337 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41891438 14422843392 22245 33554432000 4194304 4196468 140721550475632 140044494253200 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31342] ppid=31334 vsize=14084808 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31342/stat : 31342 (java) S 31334 31337 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41891438 14422843392 22245 33554432000 4194304 4196468 140721550475632 140044493200144 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31343] ppid=31334 vsize=14084808 memory=792 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31343/stat : 31343 (java) S 31334 31337 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41891438 14422843392 22245 33554432000 4194304 4196468 140721550475632 140044492147600 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31344] ppid=31334 vsize=14084808 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31344/stat : 31344 (java) S 31334 31337 29085 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41891440 14422843392 22245 33554432000 4194304 4196468 140721550475632 140043878598896 140044899134082 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31345] ppid=31334 vsize=14084808 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31345/stat : 31345 (java) S 31334 31337 29085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41891440 14422843392 22245 33554432000 4194304 4196468 140721550475632 140043877545120 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31346] ppid=31334 vsize=14084808 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31346/stat : 31346 (java) S 31334 31337 29085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41891440 14422843392 22245 33554432000 4194304 4196468 140721550475632 140043876492016 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31347] ppid=31334 vsize=14084808 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31347/stat : 31347 (java) S 31334 31337 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41891443 14422843392 22245 33554432000 4194304 4196468 140721550475632 140043875440592 140044899141531 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31348] ppid=31334 vsize=14084808 memory=7163631965283378496 CPUtime=0.06 cores=1,3,5,7
/proc/31337/task/31348/stat : 31348 (java) S 31334 31337 29085 0 -1 1077944384 550 0 0 0 6 0 0 0 20 0 15 0 41891443 14422843392 22245 33554432000 4194304 4196468 140721550475632 140043874388720 140044899134082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31349] ppid=31334 vsize=14084808 memory=6083353102074538087 CPUtime=0.08 cores=1,3,5,7
/proc/31337/task/31349/stat : 31349 (java) S 31334 31337 29085 0 -1 1077944384 368 0 0 0 8 0 0 0 20 0 15 0 41891443 14422843392 22245 33554432000 4194304 4196468 140721550475632 140043873336176 140044899134082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31350] ppid=31334 vsize=14084808 memory=7223888500751355984 CPUtime=0.15 cores=1,3,5,7
/proc/31337/task/31350/stat : 31350 (java) R 31334 31337 29085 0 -1 1077944384 401 0 0 0 15 0 0 0 20 0 15 0 41891443 14422843392 22245 33554432000 4194304 4196468 140721550475632 140043872283120 140044899134082 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31351] ppid=31334 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31351/stat : 31351 (java) S 31334 31337 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41891443 14422843392 22245 33554432000 4194304 4196468 140721550475632 140043871230816 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31352] ppid=31334 vsize=14084808 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31352/stat : 31352 (java) S 31334 31337 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41891443 14422843392 22245 33554432000 4194304 4196468 140721550475632 140043870177840 140044899134082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88980 KiB

[startup+1.50078 s]
/proc/loadavg: 1.88 1.72 1.69 6/215 31352
/proc/meminfo: memFree=20033492/32770624 swapFree=67108860/67108860
[pid=31337] ppid=31334 vsize=14086856 memory=380112 CPUtime=2.7 cores=1,3,5,7
/proc/31337/stat : 31337 (java) S 31334 31337 29085 0 -1 1077944320 19546 0 0 0 253 17 0 0 20 0 15 0 41891437 14424940544 95028 33554432000 4194304 4196468 140721550475632 140721550458176 140044899122935 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
/proc/31337/statm: 3521714 95028 3557 1 0 3483785 0
[pid=31337/tid=31339] ppid=31334 vsize=14086856 memory=0 CPUtime=1.41 cores=1,3,5,7
/proc/31337/task/31339/stat : 31339 (java) R 31334 31337 29085 0 -1 4202560 15291 0 0 0 134 7 0 0 20 0 15 0 41891437 14424940544 95028 33554432000 4194304 4196468 140721550475632 140044903356800 140044540287922 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31340] ppid=31334 vsize=14086856 memory=-6951259422114956437 CPUtime=0.05 cores=1,3,5,7
/proc/31337/task/31340/stat : 31340 (java) S 31334 31337 29085 0 -1 1077944384 105 0 0 0 3 2 0 0 20 0 15 0 41891438 14424940544 95028 33554432000 4194304 4196468 140721550475632 140044495305744 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31341] ppid=31334 vsize=14086856 memory=-6509546260019855295 CPUtime=0.05 cores=1,3,5,7
/proc/31337/task/31341/stat : 31341 (java) S 31334 31337 29085 0 -1 1077944384 68 0 0 0 4 1 0 0 20 0 15 0 41891438 14424940544 95028 33554432000 4194304 4196468 140721550475632 140044494253200 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31342] ppid=31334 vsize=14086856 memory=-7390251449858225344 CPUtime=0.05 cores=1,3,5,7
/proc/31337/task/31342/stat : 31342 (java) S 31334 31337 29085 0 -1 1077944384 48 0 0 0 3 2 0 0 20 0 15 0 41891438 14424940544 95028 33554432000 4194304 4196468 140721550475632 140044493200144 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31343] ppid=31334 vsize=14086856 memory=4134692831991786133 CPUtime=0.05 cores=1,3,5,7
/proc/31337/task/31343/stat : 31343 (java) S 31334 31337 29085 0 -1 1077944384 148 0 0 0 3 2 0 0 20 0 15 0 41891438 14424940544 95028 33554432000 4194304 4196468 140721550475632 140044492147600 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31344] ppid=31334 vsize=14086856 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31344/stat : 31344 (java) S 31334 31337 29085 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 41891440 14424940544 95028 33554432000 4194304 4196468 140721550475632 140043878598896 140044899134082 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0

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


[startup+28.8017 s]
/proc/loadavg: 2.29 1.83 1.73 3/215 31352
/proc/meminfo: memFree=8907248/32770624 swapFree=67108860/67108860
[pid=31337] ppid=31334 vsize=14090952 memory=11634472 CPUtime=60.77 cores=1,3,5,7
/proc/31337/stat : 31337 (java) S 31334 31337 29085 0 -1 1077944320 252118 0 0 0 5001 1076 0 0 20 0 15 0 41891437 14429134848 2908618 33554432000 4194304 4196468 140721550475632 140721550458176 140044899122935 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
/proc/31337/statm: 3522738 2908618 3590 1 0 3484809 0
[pid=31337/tid=31339] ppid=31334 vsize=14090952 memory=2428 CPUtime=18.17 cores=1,3,5,7
/proc/31337/task/31339/stat : 31339 (java) S 31334 31337 29085 0 -1 1077944384 24411 0 0 0 1798 19 0 0 20 0 15 0 41891437 14429134848 2908618 33554432000 4194304 4196468 140721550475632 140044903358480 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31340] ppid=31334 vsize=14090952 memory=1728 CPUtime=9.97 cores=1,3,5,7
/proc/31337/task/31340/stat : 31340 (java) R 31334 31337 29085 0 -1 4202560 49631 0 0 0 734 263 0 0 20 0 15 0 41891438 14429134848 2908618 33554432000 4194304 4196468 140721550475632 140044495305744 140044892225939 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31341] ppid=31334 vsize=14090952 memory=1004 CPUtime=9.9 cores=1,3,5,7
/proc/31337/task/31341/stat : 31341 (java) R 31334 31337 29085 0 -1 4202560 51083 0 0 0 726 264 0 0 20 0 15 0 41891438 14429134848 2908618 33554432000 4194304 4196468 140721550475632 140044494253200 140044892222591 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31342] ppid=31334 vsize=14090952 memory=11956 CPUtime=9.96 cores=1,3,5,7
/proc/31337/task/31342/stat : 31342 (java) R 31334 31337 29085 0 -1 4202560 47923 0 0 0 725 271 0 0 20 0 15 0 41891438 14429134848 2908618 33554432000 4194304 4196468 140721550475632 140044493200032 140044884119581 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31343] ppid=31334 vsize=14090952 memory=5520 CPUtime=9.88 cores=1,3,5,7
/proc/31337/task/31343/stat : 31343 (java) R 31334 31337 29085 0 -1 4202560 53765 0 0 0 737 251 0 0 20 0 15 0 41891438 14429134848 2908618 33554432000 4194304 4196468 140721550475632 140044492147800 140044884119581 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31344] ppid=31334 vsize=14090952 memory=11410032 CPUtime=0.58 cores=1,3,5,7
/proc/31337/task/31344/stat : 31344 (java) S 31334 31337 29085 0 -1 1077944384 16943 0 0 0 57 1 0 0 20 0 15 0 41891440 14429134848 2908618 33554432000 4194304 4196468 140721550475632 140043878597440 140044899133141 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31345] ppid=31334 vsize=14090952 memory=10905336 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31345/stat : 31345 (java) S 31334 31337 29085 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 41891440 14429134848 2908618 33554432000 4194304 4196468 140721550475632 140043877545184 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31346] ppid=31334 vsize=14090952 memory=-2895008908443676273 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31346/stat : 31346 (java) S 31334 31337 29085 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 41891440 14429134848 2908618 33554432000 4194304 4196468 140721550475632 140043876492032 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31347] ppid=31334 vsize=14090952 memory=-9174445032661854264 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31347/stat : 31347 (java) S 31334 31337 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41891443 14429134848 2908618 33554432000 4194304 4196468 140721550475632 140043875440592 140044899141531 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31348] ppid=31334 vsize=14090952 memory=-6421031960926448530 CPUtime=0.78 cores=1,3,5,7
/proc/31337/task/31348/stat : 31348 (java) S 31334 31337 29085 0 -1 1077944384 1974 0 0 0 78 0 0 0 20 0 15 0 41891443 14429134848 2908618 33554432000 4194304 4196468 140721550475632 140043874388720 140044899134082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31349] ppid=31334 vsize=14090952 memory=-9174445032661854264 CPUtime=0.89 cores=1,3,5,7
/proc/31337/task/31349/stat : 31349 (java) S 31334 31337 29085 0 -1 1077944384 2047 0 0 0 89 0 0 0 20 0 15 0 41891443 14429134848 2908618 33554432000 4194304 4196468 140721550475632 140043873336176 140044899134082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31350] ppid=31334 vsize=14090952 memory=792 CPUtime=0.52 cores=1,3,5,7
/proc/31337/task/31350/stat : 31350 (java) S 31334 31337 29085 0 -1 1077944384 2019 0 0 0 52 0 0 0 20 0 15 0 41891443 14429134848 2908618 33554432000 4194304 4196468 140721550475632 140043872283120 140044899134082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31351] ppid=31334 vsize=14090952 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31351/stat : 31351 (java) S 31334 31337 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41891443 14429134848 2908618 33554432000 4194304 4196468 140721550475632 140043871230816 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31352] ppid=31334 vsize=14090952 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31352/stat : 31352 (java) S 31334 31337 29085 0 -1 1077944384 924 0 0 0 0 0 0 0 20 0 15 0 41891443 14429134848 2908618 33554432000 4194304 4196468 140721550475632 140043870177840 140044899134082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
Current children cumulated CPU time: 60.77 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11634472 KiB

[startup+30.4017 s]
/proc/loadavg: 2.59 1.90 1.75 6/215 31352
/proc/meminfo: memFree=8684764/32770624 swapFree=67108860/67108860
[pid=31337] ppid=31334 vsize=14090952 memory=11634712 CPUtime=66.01 cores=1,3,5,7
/proc/31337/stat : 31337 (java) S 31334 31337 29085 0 -1 1077944320 253259 0 0 0 5525 1076 0 0 20 0 15 0 41891437 14429134848 2908678 33554432000 4194304 4196468 140721550475632 140721550458176 140044899122935 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
/proc/31337/statm: 3522738 2908678 3590 1 0 3484809 0
[pid=31337/tid=31339] ppid=31334 vsize=14090952 memory=11956 CPUtime=18.31 cores=1,3,5,7
/proc/31337/task/31339/stat : 31339 (java) S 31334 31337 29085 0 -1 1077944384 24422 0 0 0 1812 19 0 0 20 0 15 0 41891437 14429134848 2908678 33554432000 4194304 4196468 140721550475632 140044903358480 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31340] ppid=31334 vsize=14090952 memory=5520 CPUtime=11.18 cores=1,3,5,7
/proc/31337/task/31340/stat : 31340 (java) R 31334 31337 29085 0 -1 4202560 50013 0 0 0 855 263 0 0 20 0 15 0 41891438 14429134848 2908678 33554432000 4194304 4196468 140721550475632 140044495305944 140044883820687 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31341] ppid=31334 vsize=14090952 memory=792 CPUtime=11.12 cores=1,3,5,7
/proc/31337/task/31341/stat : 31341 (java) R 31334 31337 29085 0 -1 4202560 51135 0 0 0 848 264 0 0 20 0 15 0 41891438 14429134848 2908678 33554432000 4194304 4196468 140721550475632 140044494253400 140044883820687 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31342] ppid=31334 vsize=14090952 memory=1228 CPUtime=11.18 cores=1,3,5,7
/proc/31337/task/31342/stat : 31342 (java) R 31334 31337 29085 0 -1 4202560 48019 0 0 0 847 271 0 0 20 0 15 0 41891438 14429134848 2908678 33554432000 4194304 4196468 140721550475632 140044493200344 140044884073944 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31343] ppid=31334 vsize=14090952 memory=1944 CPUtime=11.08 cores=1,3,5,7
/proc/31337/task/31343/stat : 31343 (java) R 31334 31337 29085 0 -1 4202560 54360 0 0 0 857 251 0 0 20 0 15 0 41891438 14429134848 2908678 33554432000 4194304 4196468 140721550475632 140044492147488 140044884073540 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31344] ppid=31334 vsize=14090952 memory=0 CPUtime=0.82 cores=1,3,5,7
/proc/31337/task/31344/stat : 31344 (java) S 31334 31337 29085 0 -1 1077944384 16948 0 0 0 81 1 0 0 20 0 15 0 41891440 14429134848 2908678 33554432000 4194304 4196468 140721550475632 140043878597232 140044899133141 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31345] ppid=31334 vsize=14090952 memory=66 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31345/stat : 31345 (java) S 31334 31337 29085 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 41891440 14429134848 2908678 33554432000 4194304 4196468 140721550475632 140043877545184 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31346] ppid=31334 vsize=14090952 memory=111 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31346/stat : 31346 (java) S 31334 31337 29085 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 41891440 14429134848 2908678 33554432000 4194304 4196468 140721550475632 140043876492032 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31347] ppid=31334 vsize=14090952 memory=22 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31347/stat : 31347 (java) S 31334 31337 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41891443 14429134848 2908678 33554432000 4194304 4196468 140721550475632 140043875440592 140044899141531 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31348] ppid=31334 vsize=14090952 memory=29 CPUtime=0.78 cores=1,3,5,7
/proc/31337/task/31348/stat : 31348 (java) S 31334 31337 29085 0 -1 1077944384 1974 0 0 0 78 0 0 0 20 0 15 0 41891443 14429134848 2908678 33554432000 4194304 4196468 140721550475632 140043874388720 140044899134082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31349] ppid=31334 vsize=14090952 memory=7233 CPUtime=0.89 cores=1,3,5,7
/proc/31337/task/31349/stat : 31349 (java) S 31334 31337 29085 0 -1 1077944384 2047 0 0 0 89 0 0 0 20 0 15 0 41891443 14429134848 2908678 33554432000 4194304 4196468 140721550475632 140043873336176 140044899134082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31350] ppid=31334 vsize=14090952 memory=0 CPUtime=0.52 cores=1,3,5,7
/proc/31337/task/31350/stat : 31350 (java) S 31334 31337 29085 0 -1 1077944384 2019 0 0 0 52 0 0 0 20 0 15 0 41891443 14429134848 2908678 33554432000 4194304 4196468 140721550475632 140043872283120 140044899134082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31351] ppid=31334 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31351/stat : 31351 (java) S 31334 31337 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41891443 14429134848 2908678 33554432000 4194304 4196468 140721550475632 140043871230816 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31352] ppid=31334 vsize=14090952 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31337/task/31352/stat : 31352 (java) S 31334 31337 29085 0 -1 1077944384 924 0 0 0 1 1 0 0 20 0 15 0 41891443 14429134848 2908678 33554432000 4194304 4196468 140721550475632 140043870177840 140044899134082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
Current children cumulated CPU time: 66.01 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11634712 KiB

[startup+32.0007 s]*
/proc/loadavg: 2.59 1.90 1.75 6/215 31352
/proc/meminfo: memFree=8684764/32770624 swapFree=67108860/67108860
[pid=31337] ppid=31334 vsize=14090952 memory=11634800 CPUtime=72.2 cores=1,3,5,7
/proc/31337/stat : 31337 (java) S 31334 31337 29085 0 -1 1077944320 263230 0 0 0 6141 1079 0 0 20 0 15 0 41891437 14429134848 2908700 33554432000 4194304 4196468 140721550475632 140721550458176 140044899122935 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
/proc/31337/statm: 3522738 2908700 3590 1 0 3484809 0
[pid=31337/tid=31339] ppid=31334 vsize=14090952 memory=6791534058613427641 CPUtime=18.31 cores=1,3,5,7
/proc/31337/task/31339/stat : 31339 (java) S 31334 31337 29085 0 -1 1077944384 24422 0 0 0 1812 19 0 0 20 0 15 0 41891437 14429134848 2908700 33554432000 4194304 4196468 140721550475632 140044903358480 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31340] ppid=31334 vsize=14090952 memory=4052 CPUtime=12.72 cores=1,3,5,7
/proc/31337/task/31340/stat : 31340 (java) R 31334 31337 29085 0 -1 4202560 50013 0 0 0 1007 265 0 0 20 0 15 0 41891438 14429134848 2908700 33554432000 4194304 4196468 140721550475632 140044495305552 140044891751143 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31341] ppid=31334 vsize=14090952 memory=18444 CPUtime=12.72 cores=1,3,5,7
/proc/31337/task/31341/stat : 31341 (java) R 31334 31337 29085 0 -1 4202560 61089 0 0 0 1008 264 0 0 20 0 15 0 41891438 14429134848 2908700 33554432000 4194304 4196468 140721550475632 140044494253200 140044892219672 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31342] ppid=31334 vsize=14090952 memory=640 CPUtime=12.69 cores=1,3,5,7
/proc/31337/task/31342/stat : 31342 (java) R 31334 31337 29085 0 -1 4202560 48019 0 0 0 998 271 0 0 20 0 15 0 41891438 14429134848 2908700 33554432000 4194304 4196468 140721550475632 140044493200264 140044891751143 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31343] ppid=31334 vsize=14090952 memory=1792 CPUtime=12.62 cores=1,3,5,7
/proc/31337/task/31343/stat : 31343 (java) R 31334 31337 29085 0 -1 4202560 54367 0 0 0 1010 252 0 0 20 0 15 0 41891438 14429134848 2908700 33554432000 4194304 4196468 140721550475632 140044492147408 140044891751143 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31344] ppid=31334 vsize=14090952 memory=1240 CPUtime=0.83 cores=1,3,5,7
/proc/31337/task/31344/stat : 31344 (java) S 31334 31337 29085 0 -1 1077944384 16955 0 0 0 82 1 0 0 20 0 15 0 41891440 14429134848 2908700 33554432000 4194304 4196468 140721550475632 140043878597456 140044899133141 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31345] ppid=31334 vsize=14090952 memory=960 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31345/stat : 31345 (java) S 31334 31337 29085 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 41891440 14429134848 2908700 33554432000 4194304 4196468 140721550475632 140043877545184 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31346] ppid=31334 vsize=14090952 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31346/stat : 31346 (java) S 31334 31337 29085 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 41891440 14429134848 2908700 33554432000 4194304 4196468 140721550475632 140043876492032 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31347] ppid=31334 vsize=14090952 memory=928 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31347/stat : 31347 (java) S 31334 31337 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41891443 14429134848 2908700 33554432000 4194304 4196468 140721550475632 140043875440592 140044899141531 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31348] ppid=31334 vsize=14090952 memory=1572 CPUtime=0.78 cores=1,3,5,7
/proc/31337/task/31348/stat : 31348 (java) S 31334 31337 29085 0 -1 1077944384 1975 0 0 0 78 0 0 0 20 0 15 0 41891443 14429134848 2908700 33554432000 4194304 4196468 140721550475632 140043874388480 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31349] ppid=31334 vsize=14090952 memory=56 CPUtime=0.89 cores=1,3,5,7
/proc/31337/task/31349/stat : 31349 (java) S 31334 31337 29085 0 -1 1077944384 2047 0 0 0 89 0 0 0 20 0 15 0 41891443 14429134848 2908700 33554432000 4194304 4196468 140721550475632 140043873336224 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31350] ppid=31334 vsize=14090952 memory=7164501751793673300 CPUtime=0.52 cores=1,3,5,7
/proc/31337/task/31350/stat : 31350 (java) S 31334 31337 29085 0 -1 1077944384 2019 0 0 0 52 0 0 0 20 0 15 0 41891443 14429134848 2908700 33554432000 4194304 4196468 140721550475632 140043872283168 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31351] ppid=31334 vsize=14090952 memory=7085384197890009688 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31351/stat : 31351 (java) S 31334 31337 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41891443 14429134848 2908700 33554432000 4194304 4196468 140721550475632 140043871230816 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31352] ppid=31334 vsize=14090952 memory=7809897442414192234 CPUtime=0.02 cores=1,3,5,7
/proc/31337/task/31352/stat : 31352 (java) S 31334 31337 29085 0 -1 1077944384 926 0 0 0 1 1 0 0 20 0 15 0 41891443 14429134848 2908700 33554432000 4194304 4196468 140721550475632 140043870177840 140044899134082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
Current children cumulated CPU time: 72.2 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11634800 KiB

[startup+32.8017 s]
/proc/loadavg: 2.59 1.90 1.75 6/215 31352
/proc/meminfo: memFree=8684764/32770624 swapFree=67108860/67108860
[pid=31337] ppid=31334 vsize=14090952 memory=11634916 CPUtime=74.91 cores=1,3,5,7
/proc/31337/stat : 31337 (java) S 31334 31337 29085 0 -1 1077944320 265344 0 0 0 6411 1080 0 0 20 0 15 0 41891437 14429134848 2908729 33554432000 4194304 4196468 140721550475632 140721550458176 140044899122935 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
/proc/31337/statm: 3522738 2908729 3590 1 0 3484809 0
[pid=31337/tid=31339] ppid=31334 vsize=14090952 memory=14418107267549734 CPUtime=18.31 cores=1,3,5,7
/proc/31337/task/31339/stat : 31339 (java) S 31334 31337 29085 0 -1 1077944384 24422 0 0 0 1812 19 0 0 20 0 15 0 41891437 14429134848 2908729 33554432000 4194304 4196468 140721550475632 140044903358480 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31340] ppid=31334 vsize=14090952 memory=4052 CPUtime=13.36 cores=1,3,5,7
/proc/31337/task/31340/stat : 31340 (java) R 31334 31337 29085 0 -1 4202560 50385 0 0 0 1071 265 0 0 20 0 15 0 41891438 14429134848 2908729 33554432000 4194304 4196468 140721550475632 140044495305744 140044880732683 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31341] ppid=31334 vsize=14090952 memory=18444 CPUtime=13.36 cores=1,3,5,7
/proc/31337/task/31341/stat : 31341 (java) R 31334 31337 29085 0 -1 4202560 62189 0 0 0 1071 265 0 0 20 0 15 0 41891438 14429134848 2908729 33554432000 4194304 4196468 140721550475632 140044494253200 140044884119581 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31342] ppid=31334 vsize=14090952 memory=6791534058613427641 CPUtime=13.32 cores=1,3,5,7
/proc/31337/task/31342/stat : 31342 (java) R 31334 31337 29085 0 -1 4202560 48019 0 0 0 1061 271 0 0 20 0 15 0 41891438 14429134848 2908729 33554432000 4194304 4196468 140721550475632 140044493200032 140044883821751 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31343] ppid=31334 vsize=14090952 memory=4612 CPUtime=13.26 cores=1,3,5,7
/proc/31337/task/31343/stat : 31343 (java) R 31334 31337 29085 0 -1 4202560 54381 0 0 0 1074 252 0 0 20 0 15 0 41891438 14429134848 2908729 33554432000 4194304 4196468 140721550475632 140044492147600 140044880732740 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31344] ppid=31334 vsize=14090952 memory=8384 CPUtime=0.98 cores=1,3,5,7
/proc/31337/task/31344/stat : 31344 (java) S 31334 31337 29085 0 -1 1077944384 17581 0 0 0 97 1 0 0 20 0 15 0 41891440 14429134848 2908729 33554432000 4194304 4196468 140721550475632 140043878597456 140044899133141 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31345] ppid=31334 vsize=14090952 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31345/stat : 31345 (java) S 31334 31337 29085 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 41891440 14429134848 2908729 33554432000 4194304 4196468 140721550475632 140043877545184 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31346] ppid=31334 vsize=14090952 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31346/stat : 31346 (java) S 31334 31337 29085 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 41891440 14429134848 2908729 33554432000 4194304 4196468 140721550475632 140043876492032 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31347] ppid=31334 vsize=14090952 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31347/stat : 31347 (java) S 31334 31337 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41891443 14429134848 2908729 33554432000 4194304 4196468 140721550475632 140043875440592 140044899141531 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31348] ppid=31334 vsize=14090952 memory=324 CPUtime=0.78 cores=1,3,5,7
/proc/31337/task/31348/stat : 31348 (java) S 31334 31337 29085 0 -1 1077944384 1975 0 0 0 78 0 0 0 20 0 15 0 41891443 14429134848 2908729 33554432000 4194304 4196468 140721550475632 140043874388720 140044899134082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31349] ppid=31334 vsize=14090952 memory=21820 CPUtime=0.89 cores=1,3,5,7
/proc/31337/task/31349/stat : 31349 (java) S 31334 31337 29085 0 -1 1077944384 2047 0 0 0 89 0 0 0 20 0 15 0 41891443 14429134848 2908729 33554432000 4194304 4196468 140721550475632 140043873336176 140044899134082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31350] ppid=31334 vsize=14090952 memory=0 CPUtime=0.52 cores=1,3,5,7
/proc/31337/task/31350/stat : 31350 (java) S 31334 31337 29085 0 -1 1077944384 2019 0 0 0 52 0 0 0 20 0 15 0 41891443 14429134848 2908729 33554432000 4194304 4196468 140721550475632 140043872283120 140044899134082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31351] ppid=31334 vsize=14090952 memory=56 CPUtime=0 cores=1,3,5,7
/proc/31337/task/31351/stat : 31351 (java) S 31334 31337 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41891443 14429134848 2908729 33554432000 4194304 4196468 140721550475632 140043871230816 140044899133141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
[pid=31337/tid=31352] ppid=31334 vsize=14090952 memory=6834 CPUtime=0.02 cores=1,3,5,7
/proc/31337/task/31352/stat : 31352 (java) S 31334 31337 29085 0 -1 1077944384 926 0 0 0 1 1 0 0 20 0 15 0 41891443 14429134848 2908729 33554432000 4194304 4196468 140721550475632 140043870177840 140044899134082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35233792 140721550484564 140721550484745 140721550484745 140721550487503 0
Current children cumulated CPU time: 74.91 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11634916 KiB

[startup+33.0008 s]*
/proc/loadavg: 2.59 1.90 1.75 3/202 31353
/proc/meminfo: memFree=15323320/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): 33.0325
CPU time (s): 75.3058
CPU user time (s): 64.4405
CPU system time (s): 10.8653
CPU usage (%): 227.975
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 11634916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 64.4405
system time used= 10.8653
maximum resident set size= 11634916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 265477
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= 5803
involuntary context switches= 519


# summary of solver processes directly reported to runsolver:
#   pid: 31337
#   total CPU time (s): 75.3058
#   total CPU user time (s): 64.4405
#   total CPU system time (s): 10.8653

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.219456 second user time and 0.385972 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-22 09:08:02
IDJOB=4291474
IDBENCH=141306
IDSOLVER=2746
FILE ID=node151/4291474-1532243282
RUNJOBID= node151-1532226532-29117
PBS_JOBID= 21018950
Free space on /tmp= 55012 MiB

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

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

MD5SUM BENCH= 1ce90bfeea193be77ab92ac06e9a3657
RANDOM SEED=1180455343

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:        20340700 kB
MemAvailable:   31725068 kB
Buffers:          234996 kB
Cached:         11297864 kB
SwapCached:            0 kB
Active:          1294588 kB
Inactive:       10506420 kB
Active(anon):     270996 kB
Inactive(anon):    16936 kB
Active(file):    1023592 kB
Inactive(file): 10489484 kB
Unevictable:        7940 kB
Mlocked:            7940 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             63784 kB
Writeback:             0 kB
AnonPages:        275344 kB
Mapped:            48824 kB
Shmem:             17032 kB
Slab:             327320 kB
SReclaimable:     299752 kB
SUnreclaim:        27568 kB
KernelStack:        3536 kB
PageTables:         5808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1239724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    129024 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= 54976 MiB
End job on node151 at 2018-07-22 09:08:36