Trace number 4291478

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? 80.2378 36.0102

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-14-4-rom_c18.xml
MD5SUM52d67a2c2b92da49d73f7cfe8dcb2e5e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark57
Best CPU time to get the best result obtained on this benchmark2519.99
Satisfiable
(Un)Satisfiability was proved
Number of variables532
Number of constraints112
Number of domains5
Minimum domain size2
Maximum domain size132304
Distribution of domain sizes[{"size":2,"count":28},{"size":15,"count":196},{"size":27,"count":196},{"size":132304,"count":112}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":140},{"degree":2,"count":196},{"degree":8,"count":196}]
Minimum constraint arity17
Maximum constraint arity18
Distribution of constraint arities[{"arity":17,"count":28},{"arity":18,"count":84}]
Number of extensional constraints112
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":112}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291478-1532243983/watcher-4291478-1532243983 -o /tmp/evaluation-result-4291478-1532243983/solver-4291478-1532243983 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532226565-30211 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1587893171 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291478-1532243983.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=32293, runsolver pid=32290


[startup+0.100061 s]*
/proc/loadavg: 1.35 1.28 1.35 7/215 32308
/proc/meminfo: memFree=19833104/32770624 swapFree=67108860/67108860
[pid=32293] ppid=32290 vsize=14082740 memory=32632 CPUtime=0.12 cores=1,3,5,7
/proc/32293/stat : 32293 (java) S 32290 32293 30179 0 -1 1077944320 7107 0 0 0 11 1 0 0 20 0 15 0 41961632 14420725760 8158 33554432000 4194304 4196468 140729550883680 140729550866224 140707161919223 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
/proc/32293/statm: 3520685 8158 3139 1 0 3482761 0
[pid=32293/tid=32295] ppid=32290 vsize=14082740 memory=-8629632960754389629 CPUtime=0.08 cores=1,3,5,7
/proc/32293/task/32295/stat : 32295 (java) R 32290 32293 30179 0 -1 4202560 5162 0 0 0 8 0 0 0 20 0 15 0 41961632 14420725760 8158 33554432000 4194304 4196468 140729550883680 140707166120888 140707161941149 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32296] ppid=32290 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32296/stat : 32296 (java) S 32290 32293 30179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41961633 14420725760 8158 33554432000 4194304 4196468 140729550883680 140707092007440 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32297] ppid=32290 vsize=14082740 memory=140269276182144 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32297/stat : 32297 (java) S 32290 32293 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41961633 14420725760 8158 33554432000 4194304 4196468 140729550883680 140707090954896 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32298] ppid=32290 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32298/stat : 32298 (java) S 32290 32293 30179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41961633 14420725760 8158 33554432000 4194304 4196468 140729550883680 140707089901840 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32299] ppid=32290 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32299/stat : 32299 (java) S 32290 32293 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41961633 14420725760 8158 33554432000 4194304 4196468 140729550883680 140706754247056 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32300] ppid=32290 vsize=14082740 memory=140269276182144 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32300/stat : 32300 (java) S 32290 32293 30179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41961634 14420725760 8158 33554432000 4194304 4196468 140729550883680 140706276412144 140707161930370 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32301] ppid=32290 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32301/stat : 32301 (java) S 32290 32293 30179 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41961635 14420725760 8158 33554432000 4194304 4196468 140729550883680 140706275358368 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32302] ppid=32290 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32302/stat : 32302 (java) S 32290 32293 30179 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41961635 14420725760 8158 33554432000 4194304 4196468 140729550883680 140706274305264 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32303] ppid=32290 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32303/stat : 32303 (java) S 32290 32293 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41961637 14420725760 8158 33554432000 4194304 4196468 140729550883680 140706273253840 140707161937819 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32304] ppid=32290 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32304/stat : 32304 (java) S 32290 32293 30179 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 41961637 14420725760 8158 33554432000 4194304 4196468 140729550883680 140706272200944 140707161930370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32305] ppid=32290 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32305/stat : 32305 (java) S 32290 32293 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41961638 14420725760 8158 33554432000 4194304 4196468 140729550883680 140706271148400 140707161930370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32306] ppid=32290 vsize=14082740 memory=140269276182144 CPUtime=0.01 cores=1,3,5,7
/proc/32293/task/32306/stat : 32306 (java) R 32290 32293 30179 0 -1 4202560 257 0 0 0 1 0 0 0 20 0 15 0 41961638 14420725760 8158 33554432000 4194304 4196468 140729550883680 140706270095344 140707141368432 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32307] ppid=32290 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32307/stat : 32307 (java) S 32290 32293 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41961638 14420725760 8158 33554432000 4194304 4196468 140729550883680 140706269043040 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32308] ppid=32290 vsize=14082740 memory=140269276182144 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32308/stat : 32308 (java) S 32290 32293 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41961638 14420725760 8158 33554432000 4194304 4196468 140729550883680 140706267991088 140707161930370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 32632 KiB

[startup+0.210105 s]*
/proc/loadavg: 1.35 1.28 1.35 5/215 32308
/proc/meminfo: memFree=19817996/32770624 swapFree=67108860/67108860
[pid=32293] ppid=32290 vsize=14082740 memory=46516 CPUtime=0.3 cores=1,3,5,7
/proc/32293/stat : 32293 (java) S 32290 32293 30179 0 -1 1077944320 10230 0 0 0 28 2 0 0 20 0 15 0 41961632 14420725760 11629 33554432000 4194304 4196468 140729550883680 140729550866224 140707161919223 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
/proc/32293/statm: 3520685 11629 3340 1 0 3482761 0
[pid=32293/tid=32295] ppid=32290 vsize=14082740 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/32293/task/32295/stat : 32295 (java) S 32290 32293 30179 0 -1 1077944384 8011 0 0 0 18 1 0 0 20 0 15 0 41961632 14420725760 11629 33554432000 4194304 4196468 140729550883680 140707166147440 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32296] ppid=32290 vsize=14082740 memory=343 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32296/stat : 32296 (java) S 32290 32293 30179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41961633 14420725760 11629 33554432000 4194304 4196468 140729550883680 140707092007440 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32297] ppid=32290 vsize=14082740 memory=3544809833589192352 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32297/stat : 32297 (java) S 32290 32293 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41961633 14420725760 11629 33554432000 4194304 4196468 140729550883680 140707090954896 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32298] ppid=32290 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32298/stat : 32298 (java) S 32290 32293 30179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41961633 14420725760 11629 33554432000 4194304 4196468 140729550883680 140707089901840 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32299] ppid=32290 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32299/stat : 32299 (java) S 32290 32293 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41961633 14420725760 11629 33554432000 4194304 4196468 140729550883680 140706754247056 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32300] ppid=32290 vsize=14082740 memory=140269276182144 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32300/stat : 32300 (java) S 32290 32293 30179 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41961634 14420725760 11629 33554432000 4194304 4196468 140729550883680 140706276412144 140707161930370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32301] ppid=32290 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32301/stat : 32301 (java) S 32290 32293 30179 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41961635 14420725760 11629 33554432000 4194304 4196468 140729550883680 140706275358368 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32302] ppid=32290 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32302/stat : 32302 (java) S 32290 32293 30179 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41961635 14420725760 11629 33554432000 4194304 4196468 140729550883680 140706274305264 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32303] ppid=32290 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32303/stat : 32303 (java) S 32290 32293 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41961637 14420725760 11629 33554432000 4194304 4196468 140729550883680 140706273253840 140707161937819 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32304] ppid=32290 vsize=14082740 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/32293/task/32304/stat : 32304 (java) R 32290 32293 30179 0 -1 1077944384 477 0 0 0 1 0 0 0 20 0 15 0 41961637 14420725760 11629 33554432000 4194304 4196468 140729550883680 140706272200944 140707161930370 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32305] ppid=32290 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/32293/task/32305/stat : 32305 (java) S 32290 32293 30179 0 -1 1077944384 48 0 0 0 1 0 0 0 20 0 15 0 41961638 14420725760 11629 33554432000 4194304 4196468 140729550883680 140706271148400 140707161930370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32306] ppid=32290 vsize=14082740 memory=140269276182144 CPUtime=0.06 cores=1,3,5,7
/proc/32293/task/32306/stat : 32306 (java) S 32290 32293 30179 0 -1 1077944384 311 0 0 0 6 0 0 0 20 0 15 0 41961638 14420725760 11629 33554432000 4194304 4196468 140729550883680 140706270095344 140707161930370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32307] ppid=32290 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32307/stat : 32307 (java) S 32290 32293 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41961638 14420725760 11629 33554432000 4194304 4196468 140729550883680 140706269043040 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32308] ppid=32290 vsize=14082740 memory=140269276182144 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32308/stat : 32308 (java) S 32290 32293 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41961638 14420725760 11629 33554432000 4194304 4196468 140729550883680 140706267991088 140707161930370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 46516 KiB

[startup+0.310231 s]*
/proc/loadavg: 1.35 1.28 1.35 3/215 32308
/proc/meminfo: memFree=19814460/32770624 swapFree=67108860/67108860
[pid=32293] ppid=32290 vsize=14082740 memory=50236 CPUtime=0.44 cores=1,3,5,7
/proc/32293/stat : 32293 (java) S 32290 32293 30179 0 -1 1077944320 10719 0 0 0 42 2 0 0 20 0 15 0 41961632 14420725760 12559 33554432000 4194304 4196468 140729550883680 140729550866224 140707161919223 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
/proc/32293/statm: 3520685 12559 3370 1 0 3482761 0
[pid=32293/tid=32295] ppid=32290 vsize=14082740 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/32293/task/32295/stat : 32295 (java) R 32290 32293 30179 0 -1 4202560 8396 0 0 0 28 1 0 0 20 0 15 0 41961632 14420725760 12559 33554432000 4194304 4196468 140729550883680 140707166140320 140707143292760 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32296] ppid=32290 vsize=14082740 memory=288230604707987479 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32296/stat : 32296 (java) S 32290 32293 30179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41961633 14420725760 12559 33554432000 4194304 4196468 140729550883680 140707092007440 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32297] ppid=32290 vsize=14082740 memory=3904816328802121376 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32297/stat : 32297 (java) S 32290 32293 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41961633 14420725760 12559 33554432000 4194304 4196468 140729550883680 140707090954896 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32298] ppid=32290 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32298/stat : 32298 (java) S 32290 32293 30179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41961633 14420725760 12559 33554432000 4194304 4196468 140729550883680 140707089901840 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32299] ppid=32290 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32299/stat : 32299 (java) S 32290 32293 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41961633 14420725760 12559 33554432000 4194304 4196468 140729550883680 140706754247056 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32300] ppid=32290 vsize=14082740 memory=140269276182144 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32300/stat : 32300 (java) S 32290 32293 30179 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41961634 14420725760 12559 33554432000 4194304 4196468 140729550883680 140706276412144 140707161930370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32301] ppid=32290 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32301/stat : 32301 (java) S 32290 32293 30179 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41961635 14420725760 12559 33554432000 4194304 4196468 140729550883680 140706275358368 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32302] ppid=32290 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32302/stat : 32302 (java) S 32290 32293 30179 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41961635 14420725760 12559 33554432000 4194304 4196468 140729550883680 140706274305264 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32303] ppid=32290 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32303/stat : 32303 (java) S 32290 32293 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41961637 14420725760 12559 33554432000 4194304 4196468 140729550883680 140706273253840 140707161937819 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32304] ppid=32290 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/32293/task/32304/stat : 32304 (java) S 32290 32293 30179 0 -1 1077944384 496 0 0 0 2 0 0 0 20 0 15 0 41961637 14420725760 12559 33554432000 4194304 4196468 140729550883680 140706272200944 140707161930370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32305] ppid=32290 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/32293/task/32305/stat : 32305 (java) S 32290 32293 30179 0 -1 1077944384 116 0 0 0 2 0 0 0 20 0 15 0 41961638 14420725760 12559 33554432000 4194304 4196468 140729550883680 140706271148400 140707161930370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32306] ppid=32290 vsize=14082740 memory=140269276182144 CPUtime=0.08 cores=1,3,5,7
/proc/32293/task/32306/stat : 32306 (java) S 32290 32293 30179 0 -1 1077944384 328 0 0 0 8 0 0 0 20 0 15 0 41961638 14420725760 12559 33554432000 4194304 4196468 140729550883680 140706270095344 140707161930370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32307] ppid=32290 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32307/stat : 32307 (java) S 32290 32293 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41961638 14420725760 12559 33554432000 4194304 4196468 140729550883680 140706269043040 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32308] ppid=32290 vsize=14082740 memory=140269276182144 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32308/stat : 32308 (java) S 32290 32293 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41961638 14420725760 12559 33554432000 4194304 4196468 140729550883680 140706267991088 140707161930370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50236 KiB

[startup+0.700759 s]
/proc/loadavg: 1.35 1.28 1.35 3/215 32308
/proc/meminfo: memFree=19792752/32770624 swapFree=67108860/67108860
[pid=32293] ppid=32290 vsize=14084808 memory=89072 CPUtime=1 cores=1,3,5,7
/proc/32293/stat : 32293 (java) S 32290 32293 30179 0 -1 1077944320 17588 0 0 0 97 3 0 0 20 0 15 0 41961632 14422843392 22268 33554432000 4194304 4196468 140729550883680 140729550866224 140707161919223 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
/proc/32293/statm: 3521202 22268 3504 1 0 3483273 0
[pid=32293/tid=32295] ppid=32290 vsize=14084808 memory=1724 CPUtime=0.67 cores=1,3,5,7
/proc/32293/task/32295/stat : 32295 (java) R 32290 32293 30179 0 -1 4202560 14828 0 0 0 65 2 0 0 20 0 15 0 41961632 14422843392 22268 33554432000 4194304 4196468 140729550883680 140707166144304 140707161941149 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32296] ppid=32290 vsize=14084808 memory=10928 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32296/stat : 32296 (java) S 32290 32293 30179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41961633 14422843392 22268 33554432000 4194304 4196468 140729550883680 140707092007440 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32297] ppid=32290 vsize=14084808 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32297/stat : 32297 (java) S 32290 32293 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41961633 14422843392 22268 33554432000 4194304 4196468 140729550883680 140707090954896 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32298] ppid=32290 vsize=14084808 memory=796 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32298/stat : 32298 (java) S 32290 32293 30179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41961633 14422843392 22268 33554432000 4194304 4196468 140729550883680 140707089901840 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32299] ppid=32290 vsize=14084808 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32299/stat : 32299 (java) S 32290 32293 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41961633 14422843392 22268 33554432000 4194304 4196468 140729550883680 140706754247056 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32300] ppid=32290 vsize=14084808 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32300/stat : 32300 (java) S 32290 32293 30179 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41961634 14422843392 22268 33554432000 4194304 4196468 140729550883680 140706276412144 140707161930370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32301] ppid=32290 vsize=14084808 memory=5404 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32301/stat : 32301 (java) S 32290 32293 30179 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41961635 14422843392 22268 33554432000 4194304 4196468 140729550883680 140706275358368 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32302] ppid=32290 vsize=14084808 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32302/stat : 32302 (java) S 32290 32293 30179 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41961635 14422843392 22268 33554432000 4194304 4196468 140729550883680 140706274305264 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32303] ppid=32290 vsize=14084808 memory=1432 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32303/stat : 32303 (java) S 32290 32293 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41961637 14422843392 22268 33554432000 4194304 4196468 140729550883680 140706273253840 140707161937819 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32304] ppid=32290 vsize=14084808 memory=4639098309541129069 CPUtime=0.07 cores=1,3,5,7
/proc/32293/task/32304/stat : 32304 (java) S 32290 32293 30179 0 -1 1077944384 665 0 0 0 7 0 0 0 20 0 15 0 41961637 14422843392 22268 33554432000 4194304 4196468 140729550883680 140706272200944 140707161930370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32305] ppid=32290 vsize=14084808 memory=7380106142448643183 CPUtime=0.08 cores=1,3,5,7
/proc/32293/task/32305/stat : 32305 (java) S 32290 32293 30179 0 -1 1077944384 268 0 0 0 8 0 0 0 20 0 15 0 41961638 14422843392 22268 33554432000 4194304 4196468 140729550883680 140706271148400 140707161930370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32306] ppid=32290 vsize=14084808 memory=7810487918915055718 CPUtime=0.15 cores=1,3,5,7
/proc/32293/task/32306/stat : 32306 (java) S 32290 32293 30179 0 -1 1077944384 444 0 0 0 15 0 0 0 20 0 15 0 41961638 14422843392 22268 33554432000 4194304 4196468 140729550883680 140706270095344 140707161930370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32307] ppid=32290 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32307/stat : 32307 (java) S 32290 32293 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41961638 14422843392 22268 33554432000 4194304 4196468 140729550883680 140706269043040 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32308] ppid=32290 vsize=14084808 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32308/stat : 32308 (java) S 32290 32293 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41961638 14422843392 22268 33554432000 4194304 4196468 140729550883680 140706267991088 140707161930370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 89072 KiB

[startup+1.50073 s]
/proc/loadavg: 1.35 1.28 1.35 3/215 32308
/proc/meminfo: memFree=19554872/32770624 swapFree=67108860/67108860
[pid=32293] ppid=32290 vsize=14086856 memory=527456 CPUtime=2.91 cores=1,3,5,7
/proc/32293/stat : 32293 (java) S 32290 32293 30179 0 -1 1077944320 19924 0 0 0 247 44 0 0 20 0 15 0 41961632 14424940544 131864 33554432000 4194304 4196468 140729550883680 140729550866224 140707161919223 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
/proc/32293/statm: 3521714 131864 3558 1 0 3483785 0
[pid=32293/tid=32295] ppid=32290 vsize=14086856 memory=0 CPUtime=1.27 cores=1,3,5,7
/proc/32293/task/32295/stat : 32295 (java) R 32290 32293 30179 0 -1 4202560 15207 0 0 0 120 7 0 0 20 0 15 0 41961632 14424940544 131864 33554432000 4194304 4196468 140729550883680 140707166155296 140706772472222 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32296] ppid=32290 vsize=14086856 memory=-6951259422114956437 CPUtime=0.18 cores=1,3,5,7
/proc/32293/task/32296/stat : 32296 (java) S 32290 32293 30179 0 -1 1077944384 214 0 0 0 9 9 0 0 20 0 15 0 41961633 14424940544 131864 33554432000 4194304 4196468 140729550883680 140707092007440 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32297] ppid=32290 vsize=14086856 memory=-6509546260019855295 CPUtime=0.18 cores=1,3,5,7
/proc/32293/task/32297/stat : 32297 (java) S 32290 32293 30179 0 -1 1077944384 189 0 0 0 10 8 0 0 20 0 15 0 41961633 14424940544 131864 33554432000 4194304 4196468 140729550883680 140707090954896 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32298] ppid=32290 vsize=14086856 memory=-7390251449858225344 CPUtime=0.18 cores=1,3,5,7
/proc/32293/task/32298/stat : 32298 (java) S 32290 32293 30179 0 -1 1077944384 185 0 0 0 10 8 0 0 20 0 15 0 41961633 14424940544 131864 33554432000 4194304 4196468 140729550883680 140707089901840 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32299] ppid=32290 vsize=14086856 memory=4134692831991786133 CPUtime=0.18 cores=1,3,5,7
/proc/32293/task/32299/stat : 32299 (java) S 32290 32293 30179 0 -1 1077944384 252 0 0 0 10 8 0 0 20 0 15 0 41961633 14424940544 131864 33554432000 4194304 4196468 140729550883680 140706754247056 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32300] ppid=32290 vsize=14086856 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32300/stat : 32300 (java) S 32290 32293 30179 0 -1 1077944384 323 0 0 0 0 0 0 0 20 0 15 0 41961634 14424940544 131864 33554432000 4194304 4196468 140729550883680 140706276412144 140707161930370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0

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


[startup+32.0007 s]*
/proc/loadavg: 1.86 1.41 1.39 3/216 32316
/proc/meminfo: memFree=8134472/32770624 swapFree=67108860/67108860
[pid=32293] ppid=32290 vsize=14090952 memory=11764964 CPUtime=67.88 cores=1,3,5,7
/proc/32293/stat : 32293 (java) S 32290 32293 30179 0 -1 1077944320 526762 0 0 0 5820 968 0 0 20 0 15 0 41961632 14429134848 2941241 33554432000 4194304 4196468 140729550883680 140729550866224 140707161919223 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
/proc/32293/statm: 3522738 2941241 3591 1 0 3484809 0
[pid=32293/tid=32295] ppid=32290 vsize=14090952 memory=0 CPUtime=19.93 cores=1,3,5,7
/proc/32293/task/32295/stat : 32295 (java) R 32290 32293 30179 0 -1 4202560 55642 0 0 0 1971 22 0 0 20 0 15 0 41961632 14429134848 2941241 33554432000 4194304 4196468 140729550883680 140707166154768 140706775586556 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32296] ppid=32290 vsize=14090952 memory=4126316290023845779 CPUtime=11.12 cores=1,3,5,7
/proc/32293/task/32296/stat : 32296 (java) S 32290 32293 30179 0 -1 1077944384 83505 0 0 0 857 255 0 0 20 0 15 0 41961633 14429134848 2941241 33554432000 4194304 4196468 140729550883680 140707092007440 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32297] ppid=32290 vsize=14090952 memory=198 CPUtime=11.16 cores=1,3,5,7
/proc/32293/task/32297/stat : 32297 (java) S 32290 32293 30179 0 -1 1077944384 104007 0 0 0 898 218 0 0 20 0 15 0 41961633 14429134848 2941241 33554432000 4194304 4196468 140729550883680 140707090954896 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32298] ppid=32290 vsize=14090952 memory=68 CPUtime=11.15 cores=1,3,5,7
/proc/32293/task/32298/stat : 32298 (java) S 32290 32293 30179 0 -1 1077944384 93571 0 0 0 865 250 0 0 20 0 15 0 41961633 14429134848 2941241 33554432000 4194304 4196468 140729550883680 140707089901840 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32299] ppid=32290 vsize=14090952 memory=0 CPUtime=11.21 cores=1,3,5,7
/proc/32293/task/32299/stat : 32299 (java) S 32290 32293 30179 0 -1 1077944384 164894 0 0 0 908 213 0 0 20 0 15 0 41961633 14429134848 2941241 33554432000 4194304 4196468 140729550883680 140706754247056 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32300] ppid=32290 vsize=14090952 memory=60 CPUtime=0.76 cores=1,3,5,7
/proc/32293/task/32300/stat : 32300 (java) S 32290 32293 30179 0 -1 1077944384 15526 0 0 0 75 1 0 0 20 0 15 0 41961634 14429134848 2941241 33554432000 4194304 4196468 140729550883680 140706276412144 140707161930370 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32301] ppid=32290 vsize=14090952 memory=124 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32301/stat : 32301 (java) S 32290 32293 30179 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 41961635 14429134848 2941241 33554432000 4194304 4196468 140729550883680 140706275358432 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32302] ppid=32290 vsize=14090952 memory=11764964 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32302/stat : 32302 (java) S 32290 32293 30179 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 41961635 14429134848 2941241 33554432000 4194304 4196468 140729550883680 140706274305280 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32303] ppid=32290 vsize=14090952 memory=11705636 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32303/stat : 32303 (java) S 32290 32293 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41961637 14429134848 2941241 33554432000 4194304 4196468 140729550883680 140706273253840 140707161937819 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32304] ppid=32290 vsize=14090952 memory=0 CPUtime=0.95 cores=1,3,5,7
/proc/32293/task/32304/stat : 32304 (java) S 32290 32293 30179 0 -1 1077944384 2322 0 0 0 95 0 0 0 20 0 15 0 41961637 14429134848 2941241 33554432000 4194304 4196468 140729550883680 140706272200944 140707161930370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32305] ppid=32290 vsize=14090952 memory=280538271192968 CPUtime=0.93 cores=1,3,5,7
/proc/32293/task/32305/stat : 32305 (java) S 32290 32293 30179 0 -1 1077944384 2454 0 0 0 92 1 0 0 20 0 15 0 41961638 14429134848 2941241 33554432000 4194304 4196468 140729550883680 140706271148400 140707161930370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32306] ppid=32290 vsize=14090952 memory=4140 CPUtime=0.54 cores=1,3,5,7
/proc/32293/task/32306/stat : 32306 (java) S 32290 32293 30179 0 -1 1077944384 2474 0 0 0 54 0 0 0 20 0 15 0 41961638 14429134848 2941241 33554432000 4194304 4196468 140729550883680 140706270095344 140707161930370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32307] ppid=32290 vsize=14090952 memory=14392 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32307/stat : 32307 (java) S 32290 32293 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41961638 14429134848 2941241 33554432000 4194304 4196468 140729550883680 140706269043040 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32308] ppid=32290 vsize=14090952 memory=2428 CPUtime=0.01 cores=1,3,5,7
/proc/32293/task/32308/stat : 32308 (java) S 32290 32293 30179 0 -1 1077944384 963 0 0 0 0 1 0 0 20 0 15 0 41961638 14429134848 2941241 33554432000 4194304 4196468 140729550883680 140706267991088 140707161930370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
Current children cumulated CPU time: 67.88 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11764964 KiB

[startup+33.6008 s]
/proc/loadavg: 2.19 1.48 1.41 6/216 32316
/proc/meminfo: memFree=8135572/32770624 swapFree=67108860/67108860
[pid=32293] ppid=32290 vsize=14090952 memory=11765268 CPUtime=72 cores=1,3,5,7
/proc/32293/stat : 32293 (java) S 32290 32293 30179 0 -1 1077944320 526906 0 0 0 6231 969 0 0 20 0 15 0 41961632 14429134848 2941317 33554432000 4194304 4196468 140729550883680 140729550866224 140707161919223 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
/proc/32293/statm: 3522738 2941317 3591 1 0 3484809 0
[pid=32293/tid=32295] ppid=32290 vsize=14090952 memory=6791534058613427641 CPUtime=20.46 cores=1,3,5,7
/proc/32293/task/32295/stat : 32295 (java) S 32290 32293 30179 0 -1 1077944384 55754 0 0 0 2024 22 0 0 20 0 15 0 41961632 14429134848 2941317 33554432000 4194304 4196468 140729550883680 140707166154768 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32296] ppid=32290 vsize=14090952 memory=0 CPUtime=11.96 cores=1,3,5,7
/proc/32293/task/32296/stat : 32296 (java) S 32290 32293 30179 0 -1 1077944384 83530 0 0 0 941 255 0 0 20 0 15 0 41961633 14429134848 2941317 33554432000 4194304 4196468 140729550883680 140707092007440 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32297] ppid=32290 vsize=14090952 memory=13563782421042089 CPUtime=12 cores=1,3,5,7
/proc/32293/task/32297/stat : 32297 (java) S 32290 32293 30179 0 -1 1077944384 104007 0 0 0 982 218 0 0 20 0 15 0 41961633 14429134848 2941317 33554432000 4194304 4196468 140729550883680 140707090954896 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32298] ppid=32290 vsize=14090952 memory=9198851636693083547 CPUtime=12 cores=1,3,5,7
/proc/32293/task/32298/stat : 32298 (java) S 32290 32293 30179 0 -1 1077944384 93572 0 0 0 949 251 0 0 20 0 15 0 41961633 14429134848 2941317 33554432000 4194304 4196468 140729550883680 140707089901840 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32299] ppid=32290 vsize=14090952 memory=6944652177228980320 CPUtime=12.05 cores=1,3,5,7
/proc/32293/task/32299/stat : 32299 (java) S 32290 32293 30179 0 -1 1077944384 164894 0 0 0 992 213 0 0 20 0 15 0 41961633 14429134848 2941317 33554432000 4194304 4196468 140729550883680 140706754247056 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32300] ppid=32290 vsize=14090952 memory=4140 CPUtime=0.97 cores=1,3,5,7
/proc/32293/task/32300/stat : 32300 (java) R 32290 32293 30179 0 -1 4202560 15532 0 0 0 96 1 0 0 20 0 15 0 41961634 14429134848 2941317 33554432000 4194304 4196468 140729550883680 140706276410688 140707140289384 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32301] ppid=32290 vsize=14090952 memory=14392 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32301/stat : 32301 (java) S 32290 32293 30179 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 41961635 14429134848 2941317 33554432000 4194304 4196468 140729550883680 140706275358432 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32302] ppid=32290 vsize=14090952 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32302/stat : 32302 (java) S 32290 32293 30179 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 41961635 14429134848 2941317 33554432000 4194304 4196468 140729550883680 140706274305280 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32303] ppid=32290 vsize=14090952 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32303/stat : 32303 (java) S 32290 32293 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41961637 14429134848 2941317 33554432000 4194304 4196468 140729550883680 140706273253840 140707161937819 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32304] ppid=32290 vsize=14090952 memory=1724 CPUtime=0.95 cores=1,3,5,7
/proc/32293/task/32304/stat : 32304 (java) S 32290 32293 30179 0 -1 1077944384 2322 0 0 0 95 0 0 0 20 0 15 0 41961637 14429134848 2941317 33554432000 4194304 4196468 140729550883680 140706272200944 140707161930370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32305] ppid=32290 vsize=14090952 memory=10928 CPUtime=0.93 cores=1,3,5,7
/proc/32293/task/32305/stat : 32305 (java) S 32290 32293 30179 0 -1 1077944384 2454 0 0 0 92 1 0 0 20 0 15 0 41961638 14429134848 2941317 33554432000 4194304 4196468 140729550883680 140706271148400 140707161930370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32306] ppid=32290 vsize=14090952 memory=11764964 CPUtime=0.54 cores=1,3,5,7
/proc/32293/task/32306/stat : 32306 (java) S 32290 32293 30179 0 -1 1077944384 2474 0 0 0 54 0 0 0 20 0 15 0 41961638 14429134848 2941317 33554432000 4194304 4196468 140729550883680 140706270095344 140707161930370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32307] ppid=32290 vsize=14090952 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32307/stat : 32307 (java) S 32290 32293 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41961638 14429134848 2941317 33554432000 4194304 4196468 140729550883680 140706269043040 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32308] ppid=32290 vsize=14090952 memory=1408 CPUtime=0.02 cores=1,3,5,7
/proc/32293/task/32308/stat : 32308 (java) S 32290 32293 30179 0 -1 1077944384 963 0 0 0 1 1 0 0 20 0 15 0 41961638 14429134848 2941317 33554432000 4194304 4196468 140729550883680 140706267991088 140707161930370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
Current children cumulated CPU time: 72 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11765268 KiB

[startup+35.2015 s]
/proc/loadavg: 2.19 1.48 1.41 6/216 32316
/proc/meminfo: memFree=8137920/32770624 swapFree=67108860/67108860
[pid=32293] ppid=32290 vsize=14090952 memory=11765268 CPUtime=78.11 cores=1,3,5,7
/proc/32293/stat : 32293 (java) S 32290 32293 30179 0 -1 1077944320 528516 0 0 0 6839 972 0 0 20 0 15 0 41961632 14429134848 2941317 33554432000 4194304 4196468 140729550883680 140729550866224 140707161919223 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
/proc/32293/statm: 3522738 2941317 3591 1 0 3484809 0
[pid=32293/tid=32295] ppid=32290 vsize=14090952 memory=796 CPUtime=20.46 cores=1,3,5,7
/proc/32293/task/32295/stat : 32295 (java) S 32290 32293 30179 0 -1 1077944384 55754 0 0 0 2024 22 0 0 20 0 15 0 41961632 14429134848 2941317 33554432000 4194304 4196468 140729550883680 140707166154768 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32296] ppid=32290 vsize=14090952 memory=11707728 CPUtime=13.47 cores=1,3,5,7
/proc/32293/task/32296/stat : 32296 (java) R 32290 32293 30179 0 -1 4202560 83536 0 0 0 1091 256 0 0 20 0 15 0 41961633 14429134848 2941317 33554432000 4194304 4196468 140729550883680 140707092007248 140707154547431 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32297] ppid=32290 vsize=14090952 memory=6791534058613427641 CPUtime=13.54 cores=1,3,5,7
/proc/32293/task/32297/stat : 32297 (java) R 32290 32293 30179 0 -1 4202560 105545 0 0 0 1136 218 0 0 20 0 15 0 41961633 14429134848 2941317 33554432000 4194304 4196468 140729550883680 140707090955096 140707155022209 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32298] ppid=32290 vsize=14090952 memory=1724 CPUtime=13.51 cores=1,3,5,7
/proc/32293/task/32298/stat : 32298 (java) R 32290 32293 30179 0 -1 4202560 93584 0 0 0 1099 252 0 0 20 0 15 0 41961633 14429134848 2941317 33554432000 4194304 4196468 140729550883680 140707089901648 140707154547431 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32299] ppid=32290 vsize=14090952 memory=10928 CPUtime=13.57 cores=1,3,5,7
/proc/32293/task/32299/stat : 32299 (java) R 32290 32293 30179 0 -1 4202560 164906 0 0 0 1142 215 0 0 20 0 15 0 41961633 14429134848 2941317 33554432000 4194304 4196468 140729550883680 140706754247176 140707154547431 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32300] ppid=32290 vsize=14090952 memory=1228 CPUtime=1.01 cores=1,3,5,7
/proc/32293/task/32300/stat : 32300 (java) S 32290 32293 30179 0 -1 1077944384 15543 0 0 0 100 1 0 0 20 0 15 0 41961634 14429134848 2941317 33554432000 4194304 4196468 140729550883680 140706276410704 140707161929429 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32301] ppid=32290 vsize=14090952 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32301/stat : 32301 (java) S 32290 32293 30179 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 41961635 14429134848 2941317 33554432000 4194304 4196468 140729550883680 140706275358432 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32302] ppid=32290 vsize=14090952 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32302/stat : 32302 (java) S 32290 32293 30179 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 41961635 14429134848 2941317 33554432000 4194304 4196468 140729550883680 140706274305280 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32303] ppid=32290 vsize=14090952 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32303/stat : 32303 (java) S 32290 32293 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41961637 14429134848 2941317 33554432000 4194304 4196468 140729550883680 140706273253840 140707161937819 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32304] ppid=32290 vsize=14090952 memory=140269135733825 CPUtime=0.95 cores=1,3,5,7
/proc/32293/task/32304/stat : 32304 (java) S 32290 32293 30179 0 -1 1077944384 2325 0 0 0 95 0 0 0 20 0 15 0 41961637 14429134848 2941317 33554432000 4194304 4196468 140729550883680 140706272200992 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32305] ppid=32290 vsize=14090952 memory=6944652177228980320 CPUtime=0.93 cores=1,3,5,7
/proc/32293/task/32305/stat : 32305 (java) S 32290 32293 30179 0 -1 1077944384 2456 0 0 0 92 1 0 0 20 0 15 0 41961638 14429134848 2941317 33554432000 4194304 4196468 140729550883680 140706271148448 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32306] ppid=32290 vsize=14090952 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/32293/task/32306/stat : 32306 (java) S 32290 32293 30179 0 -1 1077944384 2485 0 0 0 54 0 0 0 20 0 15 0 41961638 14429134848 2941317 33554432000 4194304 4196468 140729550883680 140706270095104 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32307] ppid=32290 vsize=14090952 memory=11705680 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32307/stat : 32307 (java) S 32290 32293 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41961638 14429134848 2941317 33554432000 4194304 4196468 140729550883680 140706269043040 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32308] ppid=32290 vsize=14090952 memory=8173298176949252464 CPUtime=0.02 cores=1,3,5,7
/proc/32293/task/32308/stat : 32308 (java) S 32290 32293 30179 0 -1 1077944384 978 0 0 0 1 1 0 0 20 0 15 0 41961638 14429134848 2941317 33554432000 4194304 4196468 140729550883680 140706267991088 140707161930370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
Current children cumulated CPU time: 78.11 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11765268 KiB

[startup+35.6007 s]
/proc/loadavg: 2.19 1.48 1.41 6/216 32316
/proc/meminfo: memFree=8137920/32770624 swapFree=67108860/67108860
[pid=32293] ppid=32290 vsize=14090952 memory=11765864 CPUtime=79.26 cores=1,3,5,7
/proc/32293/stat : 32293 (java) S 32290 32293 30179 0 -1 1077944320 539651 0 0 0 6953 973 0 0 20 0 15 0 41961632 14429134848 2941466 33554432000 4194304 4196468 140729550883680 140729550866224 140707161919223 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
/proc/32293/statm: 3522738 2941466 3591 1 0 3484809 0
[pid=32293/tid=32295] ppid=32290 vsize=14090952 memory=4140 CPUtime=20.46 cores=1,3,5,7
/proc/32293/task/32295/stat : 32295 (java) S 32290 32293 30179 0 -1 1077944384 55768 0 0 0 2024 22 0 0 20 0 15 0 41961632 14429134848 2941466 33554432000 4194304 4196468 140729550883680 140707166154768 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32296] ppid=32290 vsize=14090952 memory=14392 CPUtime=13.72 cores=1,3,5,7
/proc/32293/task/32296/stat : 32296 (java) R 32290 32293 30179 0 -1 4202560 83721 0 0 0 1116 256 0 0 20 0 15 0 41961633 14429134848 2941466 33554432000 4194304 4196468 140729550883680 140707092007440 140707146616998 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32297] ppid=32290 vsize=14090952 memory=2428 CPUtime=13.8 cores=1,3,5,7
/proc/32293/task/32297/stat : 32297 (java) R 32290 32293 30179 0 -1 4202560 105730 0 0 0 1162 218 0 0 20 0 15 0 41961633 14429134848 2941466 33554432000 4194304 4196468 140729550883680 140707090954896 140707154547431 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32298] ppid=32290 vsize=14090952 memory=1296 CPUtime=13.77 cores=1,3,5,7
/proc/32293/task/32298/stat : 32298 (java) R 32290 32293 30179 0 -1 4202560 93825 0 0 0 1125 252 0 0 20 0 15 0 41961633 14429134848 2941466 33554432000 4194304 4196468 140729550883680 140707089901736 140707154547431 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32299] ppid=32290 vsize=14090952 memory=1724 CPUtime=13.82 cores=1,3,5,7
/proc/32293/task/32299/stat : 32299 (java) R 32290 32293 30179 0 -1 4202560 165241 0 0 0 1167 215 0 0 20 0 15 0 41961633 14429134848 2941466 33554432000 4194304 4196468 140729550883680 140706754247256 140707154547431 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32300] ppid=32290 vsize=14090952 memory=10928 CPUtime=1.16 cores=1,3,5,7
/proc/32293/task/32300/stat : 32300 (java) S 32290 32293 30179 0 -1 1077944384 25704 0 0 0 114 2 0 0 20 0 15 0 41961634 14429134848 2941466 33554432000 4194304 4196468 140729550883680 140706276410480 140707161929429 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32301] ppid=32290 vsize=14090952 memory=56 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32301/stat : 32301 (java) S 32290 32293 30179 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 41961635 14429134848 2941466 33554432000 4194304 4196468 140729550883680 140706275358432 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32302] ppid=32290 vsize=14090952 memory=280538271187184 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32302/stat : 32302 (java) S 32290 32293 30179 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 41961635 14429134848 2941466 33554432000 4194304 4196468 140729550883680 140706274305280 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32303] ppid=32290 vsize=14090952 memory=9284 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32303/stat : 32303 (java) S 32290 32293 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41961637 14429134848 2941466 33554432000 4194304 4196468 140729550883680 140706273253840 140707161937819 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32304] ppid=32290 vsize=14090952 memory=6655300316396806240 CPUtime=0.95 cores=1,3,5,7
/proc/32293/task/32304/stat : 32304 (java) S 32290 32293 30179 0 -1 1077944384 2326 0 0 0 95 0 0 0 20 0 15 0 41961637 14429134848 2941466 33554432000 4194304 4196468 140729550883680 140706272200944 140707161930370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32305] ppid=32290 vsize=14090952 memory=7375038476293591661 CPUtime=0.93 cores=1,3,5,7
/proc/32293/task/32305/stat : 32305 (java) S 32290 32293 30179 0 -1 1077944384 2456 0 0 0 92 1 0 0 20 0 15 0 41961638 14429134848 2941466 33554432000 4194304 4196468 140729550883680 140706271148400 140707161930370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32306] ppid=32290 vsize=14090952 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/32293/task/32306/stat : 32306 (java) S 32290 32293 30179 0 -1 1077944384 2487 0 0 0 54 0 0 0 20 0 15 0 41961638 14429134848 2941466 33554432000 4194304 4196468 140729550883680 140706270095344 140707161930370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32307] ppid=32290 vsize=14090952 memory=-6421031960926448530 CPUtime=0 cores=1,3,5,7
/proc/32293/task/32307/stat : 32307 (java) S 32290 32293 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41961638 14429134848 2941466 33554432000 4194304 4196468 140729550883680 140706269043040 140707161929429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
[pid=32293/tid=32308] ppid=32290 vsize=14090952 memory=6943526294502006880 CPUtime=0.02 cores=1,3,5,7
/proc/32293/task/32308/stat : 32308 (java) S 32290 32293 30179 0 -1 1077944384 982 0 0 0 1 1 0 0 20 0 15 0 41961638 14429134848 2941466 33554432000 4194304 4196468 140729550883680 140706267991088 140707161930370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28770304 140729550885972 140729550886153 140729550886153 140729550888911 0
Current children cumulated CPU time: 79.26 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11765864 KiB

[startup+36.0007 s]*
/proc/loadavg: 2.19 1.48 1.41 3/203 32317
/proc/meminfo: memFree=19891312/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): 36.0102
CPU time (s): 80.2378
CPU user time (s): 70.4101
CPU system time (s): 9.82771
CPU usage (%): 222.82
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 11766264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.4101
system time used= 9.82771
maximum resident set size= 11766264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 540209
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= 13050
involuntary context switches= 570


# summary of solver processes directly reported to runsolver:
#   pid: 32293
#   total CPU time (s): 80.2378
#   total CPU user time (s): 70.4101
#   total CPU system time (s): 9.82771

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.238486 second user time and 0.398714 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-22 09:19:45
IDJOB=4291478
IDBENCH=141312
IDSOLVER=2746
FILE ID=node138/4291478-1532243983
RUNJOBID= node138-1532226565-30211
PBS_JOBID= 21018959
Free space on /tmp= 58956 MiB

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

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

MD5SUM BENCH= 52d67a2c2b92da49d73f7cfe8dcb2e5e
RANDOM SEED=1587893171

node138.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.71
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.71
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.71
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.71
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:        19851304 kB
MemAvailable:   29073524 kB
Buffers:          238148 kB
Cached:          9224012 kB
SwapCached:            0 kB
Active:          5322428 kB
Inactive:        7068820 kB
Active(anon):    2931916 kB
Inactive(anon):    16972 kB
Active(file):    2390512 kB
Inactive(file):  7051848 kB
Unevictable:        7276 kB
Mlocked:            7276 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            155860 kB
Writeback:             0 kB
AnonPages:       2938292 kB
Mapped:            49024 kB
Shmem:             17036 kB
Slab:             218752 kB
SReclaimable:     191388 kB
SUnreclaim:        27364 kB
KernelStack:        3520 kB
PageTables:        12128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3533368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2775040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 58920 MiB
End job on node138 at 2018-07-22 09:20:21