Trace number 4291476

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? 81.8078 37.44

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-12-4-rom_c18.xml
MD5SUM81778793cf44fcc277d17f448f65fa63
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark76
Best CPU time to get the best result obtained on this benchmark2519.97
Satisfiable
(Un)Satisfiability was proved
Number of variables432
Number of constraints96
Number of domains5
Minimum domain size2
Maximum domain size124353
Distribution of domain sizes[{"size":2,"count":24},{"size":13,"count":168},{"size":27,"count":144},{"size":124353,"count":96}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":120},{"degree":2,"count":168},{"degree":8,"count":144}]
Minimum constraint arity15
Maximum constraint arity16
Distribution of constraint arities[{"arity":15,"count":24},{"arity":16,"count":72}]
Number of extensional constraints96
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":96}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291476-1532243316/watcher-4291476-1532243316 -o /tmp/evaluation-result-4291476-1532243316/solver-4291476-1532243316 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532226532-29117 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1815878276 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291476-1532243316.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=31413, runsolver pid=31410

[startup+0.100314 s]*
/proc/loadavg: 2.46 1.88 1.75 3/215 31428
/proc/meminfo: memFree=20268380/32770624 swapFree=67108860/67108860
[pid=31413] ppid=31410 vsize=14082740 memory=34112 CPUtime=0.12 cores=1,3,5,7
/proc/31413/stat : 31413 (java) S 31410 31413 29085 0 -1 1077944320 7411 0 0 0 11 1 0 0 20 0 15 0 41894876 14420725760 8528 33554432000 4194304 4196468 140736286213280 140736286195824 140147665272567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
/proc/31413/statm: 3520685 8528 3167 1 0 3482761 0
[pid=31413/tid=31415] ppid=31410 vsize=14082740 memory=-8485517772678534274 CPUtime=0.09 cores=1,3,5,7
/proc/31413/task/31415/stat : 31415 (java) R 31410 31413 29085 0 -1 4202560 5472 0 0 0 8 1 0 0 20 0 15 0 41894876 14420725760 8528 33554432000 4194304 4196468 140736286213280 140147669475696 140147649353054 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31416] ppid=31410 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31416/stat : 31416 (java) S 31410 31413 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41894877 14420725760 8528 33554432000 4194304 4196468 140736286213280 140147602872848 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31417] ppid=31410 vsize=14082740 memory=139729298278016 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31417/stat : 31417 (java) S 31410 31413 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41894877 14420725760 8528 33554432000 4194304 4196468 140736286213280 140147260136080 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31418] ppid=31410 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31418/stat : 31418 (java) S 31410 31413 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41894877 14420725760 8528 33554432000 4194304 4196468 140736286213280 140147259083024 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31419] ppid=31410 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31419/stat : 31419 (java) S 31410 31413 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41894877 14420725760 8528 33554432000 4194304 4196468 140736286213280 140147258030480 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31420] ppid=31410 vsize=14082740 memory=139729298278016 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31420/stat : 31420 (java) S 31410 31413 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41894878 14420725760 8528 33554432000 4194304 4196468 140736286213280 140146578127600 140147665283714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31421] ppid=31410 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31421/stat : 31421 (java) S 31410 31413 29085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41894879 14420725760 8528 33554432000 4194304 4196468 140736286213280 140146577073824 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31422] ppid=31410 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31422/stat : 31422 (java) S 31410 31413 29085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41894879 14420725760 8528 33554432000 4194304 4196468 140736286213280 140146576020720 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31423] ppid=31410 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31423/stat : 31423 (java) S 31410 31413 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41894881 14420725760 8528 33554432000 4194304 4196468 140736286213280 140146574969296 140147665291163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31424] ppid=31410 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31424/stat : 31424 (java) S 31410 31413 29085 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 15 0 41894881 14420725760 8528 33554432000 4194304 4196468 140736286213280 140146573916400 140147665283714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31425] ppid=31410 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31425/stat : 31425 (java) S 31410 31413 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41894881 14420725760 8528 33554432000 4194304 4196468 140736286213280 140146572863856 140147665283714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31426] ppid=31410 vsize=14082740 memory=139729298278016 CPUtime=0.01 cores=1,3,5,7
/proc/31413/task/31426/stat : 31426 (java) R 31410 31413 29085 0 -1 4202560 268 0 0 0 1 0 0 0 20 0 15 0 41894882 14420725760 8528 33554432000 4194304 4196468 140736286213280 140146571810800 140147643972768 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31427] ppid=31410 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31427/stat : 31427 (java) S 31410 31413 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41894882 14420725760 8528 33554432000 4194304 4196468 140736286213280 140146570758496 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31428] ppid=31410 vsize=14082740 memory=139729298278016 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31428/stat : 31428 (java) S 31410 31413 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41894882 14420725760 8528 33554432000 4194304 4196468 140736286213280 140146569706544 140147665283714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 34112 KiB

[startup+0.213235 s]*
/proc/loadavg: 2.46 1.88 1.75 6/215 31428
/proc/meminfo: memFree=20253868/32770624 swapFree=67108860/67108860
[pid=31413] ppid=31410 vsize=14082740 memory=47524 CPUtime=0.32 cores=1,3,5,7
/proc/31413/stat : 31413 (java) S 31410 31413 29085 0 -1 1077944320 10478 0 0 0 30 2 0 0 20 0 15 0 41894876 14420725760 11881 33554432000 4194304 4196468 140736286213280 140736286195824 140147665272567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
/proc/31413/statm: 3520685 11881 3385 1 0 3482761 0
[pid=31413/tid=31415] ppid=31410 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/31413/task/31415/stat : 31415 (java) R 31410 31413 29085 0 -1 4202560 8191 0 0 0 19 1 0 0 20 0 15 0 41894876 14420725760 11881 33554432000 4194304 4196468 140736286213280 140147669503120 140147665284502 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31416] ppid=31410 vsize=14082740 memory=343 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31416/stat : 31416 (java) S 31410 31413 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41894877 14420725760 11881 33554432000 4194304 4196468 140736286213280 140147602872848 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31417] ppid=31410 vsize=14082740 memory=288370105449989760 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31417/stat : 31417 (java) S 31410 31413 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41894877 14420725760 11881 33554432000 4194304 4196468 140736286213280 140147260136080 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31418] ppid=31410 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31418/stat : 31418 (java) S 31410 31413 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41894877 14420725760 11881 33554432000 4194304 4196468 140736286213280 140147259083024 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31419] ppid=31410 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31419/stat : 31419 (java) S 31410 31413 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41894877 14420725760 11881 33554432000 4194304 4196468 140736286213280 140147258030480 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31420] ppid=31410 vsize=14082740 memory=139729298278016 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31420/stat : 31420 (java) S 31410 31413 29085 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41894878 14420725760 11881 33554432000 4194304 4196468 140736286213280 140146578127600 140147665283714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31421] ppid=31410 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31421/stat : 31421 (java) S 31410 31413 29085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41894879 14420725760 11881 33554432000 4194304 4196468 140736286213280 140146577073824 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31422] ppid=31410 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31422/stat : 31422 (java) S 31410 31413 29085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41894879 14420725760 11881 33554432000 4194304 4196468 140736286213280 140146576020720 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31423] ppid=31410 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31423/stat : 31423 (java) S 31410 31413 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41894881 14420725760 11881 33554432000 4194304 4196468 140736286213280 140146574969296 140147665291163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31424] ppid=31410 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31413/task/31424/stat : 31424 (java) S 31410 31413 29085 0 -1 1077944384 560 0 0 0 2 0 0 0 20 0 15 0 41894881 14420725760 11881 33554432000 4194304 4196468 140736286213280 140146573916400 140147665283714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31425] ppid=31410 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/31413/task/31425/stat : 31425 (java) S 31410 31413 29085 0 -1 1077944384 49 0 0 0 1 0 0 0 20 0 15 0 41894881 14420725760 11881 33554432000 4194304 4196468 140736286213280 140146572863856 140147665283714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31426] ppid=31410 vsize=14082740 memory=139729298278016 CPUtime=0.06 cores=1,3,5,7
/proc/31413/task/31426/stat : 31426 (java) R 31410 31413 29085 0 -1 4202560 297 0 0 0 6 0 0 0 20 0 15 0 41894882 14420725760 11881 33554432000 4194304 4196468 140736286213280 140146571810800 140147644196529 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31427] ppid=31410 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31427/stat : 31427 (java) S 31410 31413 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41894882 14420725760 11881 33554432000 4194304 4196468 140736286213280 140146570758496 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31428] ppid=31410 vsize=14082740 memory=139729298278016 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31428/stat : 31428 (java) S 31410 31413 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41894882 14420725760 11881 33554432000 4194304 4196468 140736286213280 140146569706544 140147665283714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47524 KiB

[startup+0.310548 s]*
/proc/loadavg: 2.46 1.88 1.75 3/215 31428
/proc/meminfo: memFree=20250084/32770624 swapFree=67108860/67108860
[pid=31413] ppid=31410 vsize=14082740 memory=50732 CPUtime=0.43 cores=1,3,5,7
/proc/31413/stat : 31413 (java) S 31410 31413 29085 0 -1 1077944320 10813 0 0 0 41 2 0 0 20 0 15 0 41894876 14420725760 12683 33554432000 4194304 4196468 140736286213280 140736286195824 140147665272567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
/proc/31413/statm: 3520685 12683 3387 1 0 3482761 0
[pid=31413/tid=31415] ppid=31410 vsize=14082740 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/31413/task/31415/stat : 31415 (java) R 31410 31413 29085 0 -1 4202560 8520 0 0 0 28 2 0 0 20 0 15 0 41894876 14420725760 12683 33554432000 4194304 4196468 140736286213280 140147669453776 140147649353054 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31416] ppid=31410 vsize=14082740 memory=288230609002954775 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31416/stat : 31416 (java) S 31410 31413 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41894877 14420725760 12683 33554432000 4194304 4196468 140736286213280 140147602872848 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31417] ppid=31410 vsize=14082740 memory=288370105449989760 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31417/stat : 31417 (java) S 31410 31413 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41894877 14420725760 12683 33554432000 4194304 4196468 140736286213280 140147260136080 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31418] ppid=31410 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31418/stat : 31418 (java) S 31410 31413 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41894877 14420725760 12683 33554432000 4194304 4196468 140736286213280 140147259083024 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31419] ppid=31410 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31419/stat : 31419 (java) S 31410 31413 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41894877 14420725760 12683 33554432000 4194304 4196468 140736286213280 140147258030480 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31420] ppid=31410 vsize=14082740 memory=139729298278016 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31420/stat : 31420 (java) S 31410 31413 29085 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41894878 14420725760 12683 33554432000 4194304 4196468 140736286213280 140146578127600 140147665283714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31421] ppid=31410 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31421/stat : 31421 (java) S 31410 31413 29085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41894879 14420725760 12683 33554432000 4194304 4196468 140736286213280 140146577073824 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31422] ppid=31410 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31422/stat : 31422 (java) S 31410 31413 29085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41894879 14420725760 12683 33554432000 4194304 4196468 140736286213280 140146576020720 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31423] ppid=31410 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31423/stat : 31423 (java) S 31410 31413 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41894881 14420725760 12683 33554432000 4194304 4196468 140736286213280 140146574969296 140147665291163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31424] ppid=31410 vsize=14082740 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/31413/task/31424/stat : 31424 (java) S 31410 31413 29085 0 -1 1077944384 560 0 0 0 3 0 0 0 20 0 15 0 41894881 14420725760 12683 33554432000 4194304 4196468 140736286213280 140146573916400 140147665283714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31425] ppid=31410 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/31413/task/31425/stat : 31425 (java) S 31410 31413 29085 0 -1 1077944384 49 0 0 0 1 0 0 0 20 0 15 0 41894881 14420725760 12683 33554432000 4194304 4196468 140736286213280 140146572863856 140147665283714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31426] ppid=31410 vsize=14082740 memory=139729298278016 CPUtime=0.07 cores=1,3,5,7
/proc/31413/task/31426/stat : 31426 (java) R 31410 31413 29085 0 -1 4202560 304 0 0 0 7 0 0 0 20 0 15 0 41894882 14420725760 12683 33554432000 4194304 4196468 140736286213280 140146571810800 140147650643908 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31427] ppid=31410 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31427/stat : 31427 (java) S 31410 31413 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41894882 14420725760 12683 33554432000 4194304 4196468 140736286213280 140146570758496 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31428] ppid=31410 vsize=14082740 memory=139729298278016 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31428/stat : 31428 (java) S 31410 31413 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41894882 14420725760 12683 33554432000 4194304 4196468 140736286213280 140146569706544 140147665283714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50732 KiB

[startup+0.70071 s]
/proc/loadavg: 2.46 1.88 1.75 3/215 31428
/proc/meminfo: memFree=20226396/32770624 swapFree=67108860/67108860
[pid=31413] ppid=31410 vsize=14084808 memory=90564 CPUtime=1 cores=1,3,5,7
/proc/31413/stat : 31413 (java) S 31410 31413 29085 0 -1 1077944320 17536 0 0 0 95 5 0 0 20 0 15 0 41894876 14422843392 22641 33554432000 4194304 4196468 140736286213280 140736286195824 140147665272567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
/proc/31413/statm: 3521202 22641 3487 1 0 3483273 0
[pid=31413/tid=31415] ppid=31410 vsize=14084808 memory=1728 CPUtime=0.67 cores=1,3,5,7
/proc/31413/task/31415/stat : 31415 (java) R 31410 31413 29085 0 -1 4202560 14847 0 0 0 64 3 0 0 20 0 15 0 41894876 14422843392 22641 33554432000 4194304 4196468 140736286213280 140147669495728 140147665294493 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31416] ppid=31410 vsize=14084808 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31416/stat : 31416 (java) S 31410 31413 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41894877 14422843392 22641 33554432000 4194304 4196468 140736286213280 140147602872848 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31417] ppid=31410 vsize=14084808 memory=11956 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31417/stat : 31417 (java) S 31410 31413 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41894877 14422843392 22641 33554432000 4194304 4196468 140736286213280 140147260136080 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31418] ppid=31410 vsize=14084808 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31418/stat : 31418 (java) S 31410 31413 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41894877 14422843392 22641 33554432000 4194304 4196468 140736286213280 140147259083024 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31419] ppid=31410 vsize=14084808 memory=792 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31419/stat : 31419 (java) S 31410 31413 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41894877 14422843392 22641 33554432000 4194304 4196468 140736286213280 140147258030480 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31420] ppid=31410 vsize=14084808 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31420/stat : 31420 (java) S 31410 31413 29085 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41894878 14422843392 22641 33554432000 4194304 4196468 140736286213280 140146578127600 140147665283714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31421] ppid=31410 vsize=14084808 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31421/stat : 31421 (java) S 31410 31413 29085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41894879 14422843392 22641 33554432000 4194304 4196468 140736286213280 140146577073824 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31422] ppid=31410 vsize=14084808 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31422/stat : 31422 (java) S 31410 31413 29085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41894879 14422843392 22641 33554432000 4194304 4196468 140736286213280 140146576020720 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31423] ppid=31410 vsize=14084808 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31423/stat : 31423 (java) S 31410 31413 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41894881 14422843392 22641 33554432000 4194304 4196468 140736286213280 140146574969296 140147665291163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31424] ppid=31410 vsize=14084808 memory=7163631965283378496 CPUtime=0.09 cores=1,3,5,7
/proc/31413/task/31424/stat : 31424 (java) S 31410 31413 29085 0 -1 1077944384 716 0 0 0 9 0 0 0 20 0 15 0 41894881 14422843392 22641 33554432000 4194304 4196468 140736286213280 140146573916400 140147665283714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31425] ppid=31410 vsize=14084808 memory=6083353102074538087 CPUtime=0.05 cores=1,3,5,7
/proc/31413/task/31425/stat : 31425 (java) S 31410 31413 29085 0 -1 1077944384 207 0 0 0 5 0 0 0 20 0 15 0 41894881 14422843392 22641 33554432000 4194304 4196468 140736286213280 140146572863856 140147665283714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31426] ppid=31410 vsize=14084808 memory=7223888500751355984 CPUtime=0.15 cores=1,3,5,7
/proc/31413/task/31426/stat : 31426 (java) S 31410 31413 29085 0 -1 1077944384 385 0 0 0 15 0 0 0 20 0 15 0 41894882 14422843392 22641 33554432000 4194304 4196468 140736286213280 140146571810800 140147665283714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31427] ppid=31410 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31427/stat : 31427 (java) S 31410 31413 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41894882 14422843392 22641 33554432000 4194304 4196468 140736286213280 140146570758496 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31428] ppid=31410 vsize=14084808 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31428/stat : 31428 (java) S 31410 31413 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41894882 14422843392 22641 33554432000 4194304 4196468 140736286213280 140146569706544 140147665283714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 90564 KiB

[startup+1.50075 s]
/proc/loadavg: 2.46 1.88 1.75 4/215 31428
/proc/meminfo: memFree=19987052/32770624 swapFree=67108860/67108860
[pid=31413] ppid=31410 vsize=14086856 memory=488244 CPUtime=2.78 cores=1,3,5,7
/proc/31413/stat : 31413 (java) S 31410 31413 29085 0 -1 1077944320 19547 0 0 0 248 30 0 0 20 0 15 0 41894876 14424940544 122061 33554432000 4194304 4196468 140736286213280 140736286195824 140147665272567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
/proc/31413/statm: 3521714 122061 3558 1 0 3483785 0
[pid=31413/tid=31415] ppid=31410 vsize=14086856 memory=0 CPUtime=1.37 cores=1,3,5,7
/proc/31413/task/31415/stat : 31415 (java) R 31410 31413 29085 0 -1 4202560 15272 0 0 0 129 8 0 0 20 0 15 0 41894876 14424940544 122061 33554432000 4194304 4196468 140736286213280 140147669508688 140147286247073 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31416] ppid=31410 vsize=14086856 memory=-6951259422114956437 CPUtime=0.07 cores=1,3,5,7
/proc/31413/task/31416/stat : 31416 (java) S 31410 31413 29085 0 -1 1077944384 76 0 0 0 3 4 0 0 20 0 15 0 41894877 14424940544 122061 33554432000 4194304 4196468 140736286213280 140147602872848 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31417] ppid=31410 vsize=14086856 memory=-6509546260019855295 CPUtime=0.09 cores=1,3,5,7
/proc/31413/task/31417/stat : 31417 (java) S 31410 31413 29085 0 -1 1077944384 138 0 0 0 4 5 0 0 20 0 15 0 41894877 14424940544 122061 33554432000 4194304 4196468 140736286213280 140147260136080 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31418] ppid=31410 vsize=14086856 memory=-7390251449858225344 CPUtime=0.08 cores=1,3,5,7
/proc/31413/task/31418/stat : 31418 (java) S 31410 31413 29085 0 -1 1077944384 211 0 0 0 4 4 0 0 20 0 15 0 41894877 14424940544 122061 33554432000 4194304 4196468 140736286213280 140147259083024 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31419] ppid=31410 vsize=14086856 memory=4134692831991786133 CPUtime=0.07 cores=1,3,5,7
/proc/31413/task/31419/stat : 31419 (java) S 31410 31413 29085 0 -1 1077944384 82 0 0 0 3 4 0 0 20 0 15 0 41894877 14424940544 122061 33554432000 4194304 4196468 140736286213280 140147258030480 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31420] ppid=31410 vsize=14086856 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31420/stat : 31420 (java) S 31410 31413 29085 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 41894878 14424940544 122061 33554432000 4194304 4196468 140736286213280 140146578127600 140147665283714 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0

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


[startup+32.0007 s]*
/proc/loadavg: 3.20 2.12 1.83 3/215 31428
/proc/meminfo: memFree=8783632/32770624 swapFree=67108860/67108860
[pid=31413] ppid=31410 vsize=14090952 memory=11490056 CPUtime=63.97 cores=1,3,5,7
/proc/31413/stat : 31413 (java) S 31410 31413 29085 0 -1 1077944320 735555 0 0 0 5338 1059 0 0 20 0 15 0 41894876 14429134848 2872514 33554432000 4194304 4196468 140736286213280 140736286195824 140147665272567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
/proc/31413/statm: 3522738 2872514 3590 1 0 3484809 0
[pid=31413/tid=31415] ppid=31410 vsize=14090952 memory=6791534058613427641 CPUtime=21.27 cores=1,3,5,7
/proc/31413/task/31415/stat : 31415 (java) R 31410 31413 29085 0 -1 4202560 35270 0 0 0 2106 21 0 0 20 0 15 0 41894876 14429134848 2872514 33554432000 4194304 4196468 140736286213280 140147669508000 140147288396017 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31416] ppid=31410 vsize=14090952 memory=4052 CPUtime=9.91 cores=1,3,5,7
/proc/31413/task/31416/stat : 31416 (java) S 31410 31413 29085 0 -1 1077944384 157040 0 0 0 730 261 0 0 20 0 15 0 41894877 14429134848 2872514 33554432000 4194304 4196468 140736286213280 140147602872848 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31417] ppid=31410 vsize=14090952 memory=18444 CPUtime=9.88 cores=1,3,5,7
/proc/31413/task/31417/stat : 31417 (java) S 31410 31413 29085 0 -1 1077944384 166720 0 0 0 722 266 0 0 20 0 15 0 41894877 14429134848 2872514 33554432000 4194304 4196468 140736286213280 140147260136080 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31418] ppid=31410 vsize=14090952 memory=640 CPUtime=9.9 cores=1,3,5,7
/proc/31413/task/31418/stat : 31418 (java) S 31410 31413 29085 0 -1 1077944384 155715 0 0 0 738 252 0 0 20 0 15 0 41894877 14429134848 2872514 33554432000 4194304 4196468 140736286213280 140147259083024 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31419] ppid=31410 vsize=14090952 memory=1792 CPUtime=9.85 cores=1,3,5,7
/proc/31413/task/31419/stat : 31419 (java) S 31410 31413 29085 0 -1 1077944384 195869 0 0 0 736 249 0 0 20 0 15 0 41894877 14429134848 2872514 33554432000 4194304 4196468 140736286213280 140147258030480 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31420] ppid=31410 vsize=14090952 memory=1240 CPUtime=0.7 cores=1,3,5,7
/proc/31413/task/31420/stat : 31420 (java) S 31410 31413 29085 0 -1 1077944384 16590 0 0 0 69 1 0 0 20 0 15 0 41894878 14429134848 2872514 33554432000 4194304 4196468 140736286213280 140146578127600 140147665283714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31421] ppid=31410 vsize=14090952 memory=960 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31421/stat : 31421 (java) S 31410 31413 29085 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 41894879 14429134848 2872514 33554432000 4194304 4196468 140736286213280 140146577073888 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31422] ppid=31410 vsize=14090952 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31422/stat : 31422 (java) S 31410 31413 29085 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 41894879 14429134848 2872514 33554432000 4194304 4196468 140736286213280 140146576020736 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31423] ppid=31410 vsize=14090952 memory=928 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31423/stat : 31423 (java) S 31410 31413 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41894881 14429134848 2872514 33554432000 4194304 4196468 140736286213280 140146574969296 140147665291163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31424] ppid=31410 vsize=14090952 memory=1572 CPUtime=0.89 cores=1,3,5,7
/proc/31413/task/31424/stat : 31424 (java) S 31410 31413 29085 0 -1 1077944384 1774 0 0 0 89 0 0 0 20 0 15 0 41894881 14429134848 2872514 33554432000 4194304 4196468 140736286213280 140146573916400 140147665283714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31425] ppid=31410 vsize=14090952 memory=56 CPUtime=0.9 cores=1,3,5,7
/proc/31413/task/31425/stat : 31425 (java) S 31410 31413 29085 0 -1 1077944384 1446 0 0 0 90 0 0 0 20 0 15 0 41894881 14429134848 2872514 33554432000 4194304 4196468 140736286213280 140146572863856 140147665283714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31426] ppid=31410 vsize=14090952 memory=7380674533907392600 CPUtime=0.53 cores=1,3,5,7
/proc/31413/task/31426/stat : 31426 (java) S 31410 31413 29085 0 -1 1077944384 2786 0 0 0 52 1 0 0 20 0 15 0 41894882 14429134848 2872514 33554432000 4194304 4196468 140736286213280 140146571810800 140147665283714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31427] ppid=31410 vsize=14090952 memory=7085383115625556568 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31427/stat : 31427 (java) S 31410 31413 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41894882 14429134848 2872514 33554432000 4194304 4196468 140736286213280 140146570758496 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31428] ppid=31410 vsize=14090952 memory=7884785162002061417 CPUtime=0.02 cores=1,3,5,7
/proc/31413/task/31428/stat : 31428 (java) S 31410 31413 29085 0 -1 1077944384 935 0 0 0 1 1 0 0 20 0 15 0 41894882 14429134848 2872514 33554432000 4194304 4196468 140736286213280 140146569706544 140147665283714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
Current children cumulated CPU time: 63.97 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11490056 KiB

[startup+35.2008 s]
/proc/loadavg: 3.20 2.12 1.83 6/215 31428
/proc/meminfo: memFree=8774944/32770624 swapFree=67108860/67108860
[pid=31413] ppid=31410 vsize=14090952 memory=11498904 CPUtime=74.5 cores=1,3,5,7
/proc/31413/stat : 31413 (java) S 31410 31413 29085 0 -1 1077944320 755468 0 0 0 6388 1062 0 0 20 0 15 0 41894876 14429134848 2874726 33554432000 4194304 4196468 140736286213280 140736286195824 140147665272567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
/proc/31413/statm: 3522738 2874726 3590 1 0 3484809 0
[pid=31413/tid=31415] ppid=31410 vsize=14090952 memory=6791534058613427641 CPUtime=21.64 cores=1,3,5,7
/proc/31413/task/31415/stat : 31415 (java) S 31410 31413 29085 0 -1 1077944384 35311 0 0 0 2143 21 0 0 20 0 15 0 41894876 14429134848 2874726 33554432000 4194304 4196468 140736286213280 140147669508112 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31416] ppid=31410 vsize=14090952 memory=11498268 CPUtime=12.37 cores=1,3,5,7
/proc/31413/task/31416/stat : 31416 (java) R 31410 31413 29085 0 -1 4202560 157554 0 0 0 975 262 0 0 20 0 15 0 41894877 14429134848 2874726 33554432000 4194304 4196468 140736286213280 140147602872656 140147657900775 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31417] ppid=31410 vsize=14090952 memory=14418107267549734 CPUtime=12.36 cores=1,3,5,7
/proc/31413/task/31417/stat : 31417 (java) R 31410 31413 29085 0 -1 4202560 185083 0 0 0 969 267 0 0 20 0 15 0 41894877 14429134848 2874726 33554432000 4194304 4196468 140736286213280 140147260136280 140147658369316 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31418] ppid=31410 vsize=14090952 memory=4052 CPUtime=12.36 cores=1,3,5,7
/proc/31413/task/31418/stat : 31418 (java) R 31410 31413 29085 0 -1 4202560 156258 0 0 0 983 253 0 0 20 0 15 0 41894877 14429134848 2874726 33554432000 4194304 4196468 140736286213280 140147259082832 140147657900775 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31419] ppid=31410 vsize=14090952 memory=18444 CPUtime=12.31 cores=1,3,5,7
/proc/31413/task/31419/stat : 31419 (java) R 31410 31413 29085 0 -1 4202560 196304 0 0 0 981 250 0 0 20 0 15 0 41894877 14429134848 2874726 33554432000 4194304 4196468 140736286213280 140147258030600 140147657900775 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31420] ppid=31410 vsize=14090952 memory=279458356189728 CPUtime=1.03 cores=1,3,5,7
/proc/31413/task/31420/stat : 31420 (java) S 31410 31413 29085 0 -1 1077944384 16607 0 0 0 102 1 0 0 20 0 15 0 41894878 14429134848 2874726 33554432000 4194304 4196468 140736286213280 140146578126160 140147665282773 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31421] ppid=31410 vsize=14090952 memory=6944656592455350634 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31421/stat : 31421 (java) S 31410 31413 29085 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 41894879 14429134848 2874726 33554432000 4194304 4196468 140736286213280 140146577073888 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31422] ppid=31410 vsize=14090952 memory=-7531822216213012384 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31422/stat : 31422 (java) S 31410 31413 29085 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 41894879 14429134848 2874726 33554432000 4194304 4196468 140736286213280 140146576020736 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31423] ppid=31410 vsize=14090952 memory=1399101730491701635 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31423/stat : 31423 (java) S 31410 31413 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41894881 14429134848 2874726 33554432000 4194304 4196468 140736286213280 140146574969296 140147665291163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31424] ppid=31410 vsize=14090952 memory=7019257425709197167 CPUtime=0.89 cores=1,3,5,7
/proc/31413/task/31424/stat : 31424 (java) S 31410 31413 29085 0 -1 1077944384 1774 0 0 0 89 0 0 0 20 0 15 0 41894881 14429134848 2874726 33554432000 4194304 4196468 140736286213280 140146573916400 140147665283714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31425] ppid=31410 vsize=14090952 memory=5865469479800824941 CPUtime=0.9 cores=1,3,5,7
/proc/31413/task/31425/stat : 31425 (java) S 31410 31413 29085 0 -1 1077944384 1446 0 0 0 90 0 0 0 20 0 15 0 41894881 14429134848 2874726 33554432000 4194304 4196468 140736286213280 140146572863856 140147665283714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31426] ppid=31410 vsize=14090952 memory=7007712420471858773 CPUtime=0.53 cores=1,3,5,7
/proc/31413/task/31426/stat : 31426 (java) S 31410 31413 29085 0 -1 1077944384 2786 0 0 0 52 1 0 0 20 0 15 0 41894882 14429134848 2874726 33554432000 4194304 4196468 140736286213280 140146571810800 140147665283714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31427] ppid=31410 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31427/stat : 31427 (java) S 31410 31413 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41894882 14429134848 2874726 33554432000 4194304 4196468 140736286213280 140146570758496 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31428] ppid=31410 vsize=14090952 memory=66 CPUtime=0.02 cores=1,3,5,7
/proc/31413/task/31428/stat : 31428 (java) S 31410 31413 29085 0 -1 1077944384 935 0 0 0 1 1 0 0 20 0 15 0 41894882 14429134848 2874726 33554432000 4194304 4196468 140736286213280 140146569706544 140147665283714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
Current children cumulated CPU time: 74.5 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11498904 KiB

[startup+36.8007 s]
/proc/loadavg: 3.18 2.13 1.84 6/215 31428
/proc/meminfo: memFree=8774820/32770624 swapFree=67108860/67108860
[pid=31413] ppid=31410 vsize=14090952 memory=11499252 CPUtime=80.17 cores=1,3,5,7
/proc/31413/stat : 31413 (java) S 31410 31413 29085 0 -1 1077944320 758650 0 0 0 6954 1063 0 0 20 0 15 0 41894876 14429134848 2874813 33554432000 4194304 4196468 140736286213280 140736286195824 140147665272567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
/proc/31413/statm: 3522738 2874813 3590 1 0 3484809 0
[pid=31413/tid=31415] ppid=31410 vsize=14090952 memory=8384 CPUtime=21.64 cores=1,3,5,7
/proc/31413/task/31415/stat : 31415 (java) S 31410 31413 29085 0 -1 1077944384 35313 0 0 0 2143 21 0 0 20 0 15 0 41894876 14429134848 2874813 33554432000 4194304 4196468 140736286213280 140147669508112 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31416] ppid=31410 vsize=14090952 memory=1712 CPUtime=13.74 cores=1,3,5,7
/proc/31413/task/31416/stat : 31416 (java) R 31410 31413 29085 0 -1 4202560 157555 0 0 0 1111 263 0 0 20 0 15 0 41894877 14429134848 2874813 33554432000 4194304 4196468 140736286213280 140147602872848 140147657900775 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31417] ppid=31410 vsize=14090952 memory=6791534058613427641 CPUtime=13.74 cores=1,3,5,7
/proc/31413/task/31417/stat : 31417 (java) R 31410 31413 29085 0 -1 4202560 186655 0 0 0 1107 267 0 0 20 0 15 0 41894877 14429134848 2874813 33554432000 4194304 4196468 140736286213280 140147260136080 140147657900775 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31418] ppid=31410 vsize=14090952 memory=14360 CPUtime=13.73 cores=1,3,5,7
/proc/31413/task/31418/stat : 31418 (java) R 31410 31413 29085 0 -1 4202560 156312 0 0 0 1119 254 0 0 20 0 15 0 41894877 14429134848 2874813 33554432000 4194304 4196468 140736286213280 140147259083144 140147657900775 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31419] ppid=31410 vsize=14090952 memory=1296 CPUtime=13.65 cores=1,3,5,7
/proc/31413/task/31419/stat : 31419 (java) R 31410 31413 29085 0 -1 4202560 197279 0 0 0 1115 250 0 0 20 0 15 0 41894877 14429134848 2874813 33554432000 4194304 4196468 140736286213280 140147258030480 140147646882315 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31420] ppid=31410 vsize=14090952 memory=10740596 CPUtime=1.24 cores=1,3,5,7
/proc/31413/task/31420/stat : 31420 (java) S 31410 31413 29085 0 -1 1077944384 17182 0 0 0 123 1 0 0 20 0 15 0 41894878 14429134848 2874813 33554432000 4194304 4196468 140736286213280 140146578126144 140147665282773 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31421] ppid=31410 vsize=14090952 memory=11498492 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31421/stat : 31421 (java) S 31410 31413 29085 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 41894879 14429134848 2874813 33554432000 4194304 4196468 140736286213280 140146577073888 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31422] ppid=31410 vsize=14090952 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31422/stat : 31422 (java) S 31410 31413 29085 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 41894879 14429134848 2874813 33554432000 4194304 4196468 140736286213280 140146576020736 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31423] ppid=31410 vsize=14090952 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31423/stat : 31423 (java) S 31410 31413 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41894881 14429134848 2874813 33554432000 4194304 4196468 140736286213280 140146574969296 140147665291163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31424] ppid=31410 vsize=14090952 memory=4124 CPUtime=0.89 cores=1,3,5,7
/proc/31413/task/31424/stat : 31424 (java) S 31410 31413 29085 0 -1 1077944384 1774 0 0 0 89 0 0 0 20 0 15 0 41894881 14429134848 2874813 33554432000 4194304 4196468 140736286213280 140146573916400 140147665283714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31425] ppid=31410 vsize=14090952 memory=2200 CPUtime=0.9 cores=1,3,5,7
/proc/31413/task/31425/stat : 31425 (java) S 31410 31413 29085 0 -1 1077944384 1447 0 0 0 90 0 0 0 20 0 15 0 41894881 14429134848 2874813 33554432000 4194304 4196468 140736286213280 140146572863856 140147665283714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31426] ppid=31410 vsize=14090952 memory=8148 CPUtime=0.53 cores=1,3,5,7
/proc/31413/task/31426/stat : 31426 (java) S 31410 31413 29085 0 -1 1077944384 2786 0 0 0 52 1 0 0 20 0 15 0 41894882 14429134848 2874813 33554432000 4194304 4196468 140736286213280 140146571810800 140147665283714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31427] ppid=31410 vsize=14090952 memory=10 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31427/stat : 31427 (java) S 31410 31413 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41894882 14429134848 2874813 33554432000 4194304 4196468 140736286213280 140146570758496 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31428] ppid=31410 vsize=14090952 memory=95 CPUtime=0.02 cores=1,3,5,7
/proc/31413/task/31428/stat : 31428 (java) S 31410 31413 29085 0 -1 1077944384 935 0 0 0 1 1 0 0 20 0 15 0 41894882 14429134848 2874813 33554432000 4194304 4196468 140736286213280 140146569706544 140147665283714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
Current children cumulated CPU time: 80.17 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11499252 KiB

[startup+37.2013 s]
/proc/loadavg: 3.18 2.13 1.84 6/215 31428
/proc/meminfo: memFree=8774820/32770624 swapFree=67108860/67108860
[pid=31413] ppid=31410 vsize=14090952 memory=11499408 CPUtime=81.42 cores=1,3,5,7
/proc/31413/stat : 31413 (java) S 31410 31413 29085 0 -1 1077944320 758694 0 0 0 7079 1063 0 0 20 0 15 0 41894876 14429134848 2874852 33554432000 4194304 4196468 140736286213280 140736286195824 140147665272567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
/proc/31413/statm: 3522738 2874852 3591 1 0 3484809 0
[pid=31413/tid=31415] ppid=31410 vsize=14090952 memory=-7182894580511241311 CPUtime=21.65 cores=1,3,5,7
/proc/31413/task/31415/stat : 31415 (java) S 31410 31413 29085 0 -1 1077944384 35353 0 0 0 2144 21 0 0 20 0 15 0 41894876 14429134848 2874852 33554432000 4194304 4196468 140736286213280 140147669512064 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31416] ppid=31410 vsize=14090952 memory=4639368836361184850 CPUtime=14.03 cores=1,3,5,7
/proc/31413/task/31416/stat : 31416 (java) R 31410 31413 29085 0 -1 4202560 157555 0 0 0 1140 263 0 0 20 0 15 0 41894877 14429134848 2874852 33554432000 4194304 4196468 140736286213280 140147602873048 140147650223172 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31417] ppid=31410 vsize=14090952 memory=4641056586710083154 CPUtime=14.02 cores=1,3,5,7
/proc/31413/task/31417/stat : 31417 (java) R 31410 31413 29085 0 -1 4202560 186655 0 0 0 1135 267 0 0 20 0 15 0 41894877 14429134848 2874852 33554432000 4194304 4196468 140736286213280 140147260136080 140147650223172 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31418] ppid=31410 vsize=14090952 memory=4638795995098146130 CPUtime=14 cores=1,3,5,7
/proc/31413/task/31418/stat : 31418 (java) R 31410 31413 29085 0 -1 4202560 156314 0 0 0 1146 254 0 0 20 0 15 0 41894877 14429134848 2874852 33554432000 4194304 4196468 140736286213280 140147259083024 140147650223560 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31419] ppid=31410 vsize=14090952 memory=4640494736267830610 CPUtime=13.93 cores=1,3,5,7
/proc/31413/task/31419/stat : 31419 (java) R 31410 31413 29085 0 -1 4202560 197281 0 0 0 1143 250 0 0 20 0 15 0 41894877 14429134848 2874852 33554432000 4194304 4196468 140736286213280 140147258030480 140147649970319 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31420] ppid=31410 vsize=14090952 memory=7228947281003700544 CPUtime=1.35 cores=1,3,5,7
/proc/31413/task/31420/stat : 31420 (java) S 31410 31413 29085 0 -1 1077944384 17182 0 0 0 134 1 0 0 20 0 15 0 41894878 14429134848 2874852 33554432000 4194304 4196468 140736286213280 140146578125920 140147665282773 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31421] ppid=31410 vsize=14090952 memory=5859271421085237344 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31421/stat : 31421 (java) S 31410 31413 29085 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 41894879 14429134848 2874852 33554432000 4194304 4196468 140736286213280 140146577073888 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31422] ppid=31410 vsize=14090952 memory=5859271421085237344 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31422/stat : 31422 (java) S 31410 31413 29085 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 41894879 14429134848 2874852 33554432000 4194304 4196468 140736286213280 140146576020736 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31423] ppid=31410 vsize=14090952 memory=7300704776819335744 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31423/stat : 31423 (java) S 31410 31413 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41894881 14429134848 2874852 33554432000 4194304 4196468 140736286213280 140146574969296 140147665291163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31424] ppid=31410 vsize=14090952 memory=5787243548219822160 CPUtime=0.89 cores=1,3,5,7
/proc/31413/task/31424/stat : 31424 (java) S 31410 31413 29085 0 -1 1077944384 1774 0 0 0 89 0 0 0 20 0 15 0 41894881 14429134848 2874852 33554432000 4194304 4196468 140736286213280 140146573916400 140147665283714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31425] ppid=31410 vsize=14090952 memory=5787233656910139472 CPUtime=0.9 cores=1,3,5,7
/proc/31413/task/31425/stat : 31425 (java) S 31410 31413 29085 0 -1 1077944384 1447 0 0 0 90 0 0 0 20 0 15 0 41894881 14429134848 2874852 33554432000 4194304 4196468 140736286213280 140146572863856 140147665283714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31426] ppid=31410 vsize=14090952 memory=5859293432791453776 CPUtime=0.53 cores=1,3,5,7
/proc/31413/task/31426/stat : 31426 (java) S 31410 31413 29085 0 -1 1077944384 2786 0 0 0 52 1 0 0 20 0 15 0 41894882 14429134848 2874852 33554432000 4194304 4196468 140736286213280 140146571810800 140147665283714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31427] ppid=31410 vsize=14090952 memory=7300704776819335744 CPUtime=0 cores=1,3,5,7
/proc/31413/task/31427/stat : 31427 (java) S 31410 31413 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41894882 14429134848 2874852 33554432000 4194304 4196468 140736286213280 140146570758496 140147665282773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
[pid=31413/tid=31428] ppid=31410 vsize=14090952 memory=5787214926875484224 CPUtime=0.02 cores=1,3,5,7
/proc/31413/task/31428/stat : 31428 (java) S 31410 31413 29085 0 -1 1077944384 935 0 0 0 1 1 0 0 20 0 15 0 41894882 14429134848 2874852 33554432000 4194304 4196468 140736286213280 140146569706544 140147665283714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39383040 140736286217300 140736286217481 140736286217481 140736286220239 0
Current children cumulated CPU time: 81.42 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11499408 KiB

[startup+37.4013 s]*
/proc/loadavg: 3.18 2.13 1.84 3/202 31429
/proc/meminfo: memFree=14399752/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): 37.44
CPU time (s): 81.8078
CPU user time (s): 71.0813
CPU system time (s): 10.7265
CPU usage (%): 218.504
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 11499408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.0813
system time used= 10.7265
maximum resident set size= 11499408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 758845
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= 9726
involuntary context switches= 570


# summary of solver processes directly reported to runsolver:
#   pid: 31413
#   total CPU time (s): 81.8078
#   total CPU user time (s): 71.0813
#   total CPU system time (s): 10.7265

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.276022 second user time and 0.385153 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-22 09:08:37
IDJOB=4291476
IDBENCH=141307
IDSOLVER=2746
FILE ID=node151/4291476-1532243316
RUNJOBID= node151-1532226532-29117
PBS_JOBID= 21018950
Free space on /tmp= 54976 MiB

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

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

MD5SUM BENCH= 81778793cf44fcc277d17f448f65fa63
RANDOM SEED=1815878276

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:        20287956 kB
MemAvailable:   31714556 kB
Buffers:          235072 kB
Cached:         11338180 kB
SwapCached:            0 kB
Active:          1341856 kB
Inactive:       10511808 kB
Active(anon):     282844 kB
Inactive(anon):    16936 kB
Active(file):    1059012 kB
Inactive(file): 10494872 kB
Unevictable:        7940 kB
Mlocked:            7940 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             98980 kB
Writeback:             0 kB
AnonPages:        298444 kB
Mapped:            48968 kB
Shmem:             17032 kB
Slab:             328660 kB
SReclaimable:     301176 kB
SUnreclaim:        27484 kB
KernelStack:        3664 kB
PageTables:         5984 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:    149504 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= 54940 MiB
End job on node151 at 2018-07-22 09:09:14