Trace number 4308756

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 - Parallel with EPS 2018-08-14? 210.515 41.3865

General information on the benchmark

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

Solver Data

0.67/0.55	c version: 2018-08-14
0.67/0.55	c seed: 500613042
0.67/0.55	c timeout: 20160
0.67/0.55	c memlimit: 22000
0.67/0.55	c nbcore: 8
0.67/0.58	c Parsing instance...
5.41/3.66	c Parsing done, starting search...
209.83/40.95	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
210.32/41.29		at scala.collection.mutable.ArrayBuilder$ofLong.mkArray(ArrayBuilder.scala:388)
210.32/41.29		at scala.collection.mutable.ArrayBuilder$ofLong.resize(ArrayBuilder.scala:394)
210.32/41.29		at scala.collection.mutable.ArrayBuilder$ofLong.sizeHint(ArrayBuilder.scala:399)
210.32/41.29		at scala.Array$.fill(Array.scala:263)
210.32/41.29		at oscar.algo.reversible.ReversibleSparseBitSet$BitSet.<init>(ReversibleSparseBitSet.scala:94)
210.32/41.29		at oscar.cp.constraints.tables.TableCTStar.computeSupportsAndInitialFiltering(TableCTStar.scala:275)
210.32/41.29		at oscar.cp.constraints.tables.TableCTStar.setup(TableCTStar.scala:94)
210.32/41.29		at oscar.cp.core.CPStore.post(CPStore.scala:282)
210.32/41.29		at oscar.cp.core.CPSolver.$anonfun$add$1(CPSolver.scala:138)
210.32/41.29		at oscar.cp.core.CPSolver$$Lambda$150/363023858.apply$mcV$sp(Unknown Source)
210.32/41.29		at oscar.algo.search.BranchingUtils.isInconsistent(BranchingUtils.scala:39)
210.32/41.29		at oscar.algo.search.BranchingUtils.isInconsistent$(BranchingUtils.scala:37)
210.32/41.29		at oscar.cp.package$.isInconsistent(package.scala:54)
210.32/41.29		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
210.32/41.29		at oscar.modeling.models.cp.CPModel.p(CPModel.scala:277)
210.32/41.29		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:336)
210.32/41.29		at oscar.modeling.models.cp.MemoCPModel.post(MemoCPModel.scala:44)
210.32/41.29		at oscar.modeling.models.LeafModel.add(InstantiatedModel.scala:34)
210.32/41.29		at oscar.modeling.models.LeafModel.add$(InstantiatedModel.scala:34)
210.32/41.29		at oscar.modeling.models.InstantiatedModel.add(InstantiatedModel.scala:47)
210.32/41.29		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1(InstantiatedModel.scala:54)
210.32/41.29		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1$adapted(InstantiatedModel.scala:54)
210.32/41.29		at oscar.modeling.models.InstantiatedModel$$Lambda$142/1715248762.apply(Unknown Source)
210.32/41.29		at scala.collection.immutable.List.foreach(List.scala:389)
210.32/41.29		at oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:54)
210.32/41.29		at oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
210.32/41.29		at oscar.modeling.models.cp.MemoCPModel.<init>(MemoCPModel.scala:33)
210.32/41.29		at oscar.modeling.solvers.cp.decompositions.RefinementStrategy.decompose(RefinementStrategy.scala:56)
210.32/41.29		at oscar.modeling.solvers.cp.CPProgram.$anonfun$solveDistributed$2(CPProgram.scala:191)
210.32/41.29		at oscar.modeling.solvers.cp.CPProgram$$Lambda$126/590646109.apply(Unknown Source)
210.32/41.29		at oscar.modeling.misc.ComputeTimeTaken$.computeTimeTaken(ComputeTimeTaken.scala:33)
210.32/41.29		at oscar.modeling.solvers.cp.CPProgram.$anonfun$solveDistributed$1(CPProgram.scala:191)
210.32/41.29	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 (13994 MiB free)
  memory of node 1: 16384 MiB (9435 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308756-1534374719/watcher-4308756-1534374719 -o /tmp/evaluation-result-4308756-1534374719/solver-4308756-1534374719 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node133-1534372174-24815 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 500613042 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308756-1534374719.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0.100134 s]*
/proc/loadavg: 7.38 8.57 8.77 2/204 25164
/proc/meminfo: memFree=23976360/32770624 swapFree=67108852/67108860
[pid=25144] ppid=25141 vsize=26103420 memory=31152 CPUtime=0.11 cores=0-7
/proc/25144/stat : 25144 (java) S 25141 25144 24788 0 -1 1077944320 7266 0 0 0 10 1 0 0 20 0 20 0 255035093 26729902080 7788 33554432000 4194304 4196468 140722012235568 140722012218112 140437870223095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
/proc/25144/statm: 6525855 7788 3138 1 0 6487932 0
[pid=25144/tid=25146] ppid=25141 vsize=26103420 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/25144/task/25146/stat : 25146 (java) R 25141 25144 24788 0 -1 4202560 5360 0 0 0 8 0 0 0 20 0 20 0 255035093 26729902080 7854 33554432000 4194304 4196468 140722012235568 140437874448784 140437850498844 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25147] ppid=25141 vsize=26103420 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/25144/task/25147/stat : 25147 (java) S 25141 25144 24788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035094 26729902080 7854 33554432000 4194304 4196468 140722012235568 140437792803984 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25148] ppid=25141 vsize=26103420 memory=139702419388032 CPUtime=0 cores=0-7
/proc/25144/task/25148/stat : 25148 (java) S 25141 25144 24788 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255035094 26729902080 7854 33554432000 4194304 4196468 140722012235568 140437791751184 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25149] ppid=25141 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25149/stat : 25149 (java) S 25141 25144 24788 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255035094 26729902080 7854 33554432000 4194304 4196468 140722012235568 140437790698384 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25150] ppid=25141 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25150/stat : 25150 (java) S 25141 25144 24788 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255035094 26729902080 7854 33554432000 4194304 4196468 140722012235568 140437789645584 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25151] ppid=25141 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25151/stat : 25151 (java) S 25141 25144 24788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035094 26729902080 7854 33554432000 4194304 4196468 140722012235568 140437788592784 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25152] ppid=25141 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/25144/task/25152/stat : 25152 (java) S 25141 25144 24788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035094 26729902080 7854 33554432000 4194304 4196468 140722012235568 140437787539984 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25153] ppid=25141 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25153/stat : 25153 (java) S 25141 25144 24788 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255035094 26729902080 7854 33554432000 4194304 4196468 140722012235568 140437786487184 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25154] ppid=25141 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25154/stat : 25154 (java) S 25141 25144 24788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035094 26729902080 7854 33554432000 4194304 4196468 140722012235568 140437785434384 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25155] ppid=25141 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25155/stat : 25155 (java) S 25141 25144 24788 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255035096 26729902080 7920 33554432000 4194304 4196468 140722012235568 140437379525488 140437870234242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25156] ppid=25141 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25156/stat : 25156 (java) S 25141 25144 24788 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255035096 26729902080 7920 33554432000 4194304 4196468 140722012235568 140436996908576 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25157] ppid=25141 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25157/stat : 25157 (java) S 25141 25144 24788 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255035096 26729902080 7920 33554432000 4194304 4196468 140722012235568 140436995855728 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25158] ppid=25141 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25158/stat : 25158 (java) S 25141 25144 24788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035099 26729902080 7920 33554432000 4194304 4196468 140722012235568 140436994804048 140437870241691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25159] ppid=25141 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25159/stat : 25159 (java) S 25141 25144 24788 0 -1 1077944384 318 0 0 0 0 0 0 0 20 0 20 0 255035099 26729902080 7920 33554432000 4194304 4196468 140722012235568 140436993751408 140437870234242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25160] ppid=25141 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25160/stat : 25160 (java) S 25141 25144 24788 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255035099 26729902080 7920 33554432000 4194304 4196468 140722012235568 140436992698608 140437870234242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25161] ppid=25141 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25161/stat : 25161 (java) S 25141 25144 24788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035099 26729902080 7920 33554432000 4194304 4196468 140722012235568 140436991645808 140437870234242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25162] ppid=25141 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25162/stat : 25162 (java) S 25141 25144 24788 0 -1 1077944384 243 0 0 0 0 0 0 0 20 0 20 0 255035099 26729902080 7920 33554432000 4194304 4196468 140722012235568 140436990593008 140437870234242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25163] ppid=25141 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25163/stat : 25163 (java) S 25141 25144 24788 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255035099 26729902080 7920 33554432000 4194304 4196468 140722012235568 140436989541472 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25164] ppid=25141 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/25144/task/25164/stat : 25164 (java) S 25141 25144 24788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035099 26729902080 7924 33554432000 4194304 4196468 140722012235568 140436988488752 140437870234242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 31152 KiB

[startup+0.210565 s]*
/proc/loadavg: 7.38 8.57 8.77 3/204 25164
/proc/meminfo: memFree=23962656/32770624 swapFree=67108852/67108860
[pid=25144] ppid=25141 vsize=26103420 memory=43264 CPUtime=0.3 cores=0-7
/proc/25144/stat : 25144 (java) S 25141 25144 24788 0 -1 1077944320 10443 0 0 0 28 2 0 0 20 0 20 0 255035093 26729902080 10816 33554432000 4194304 4196468 140722012235568 140722012218112 140437870223095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
/proc/25144/statm: 6525855 10816 3371 1 0 6487932 0
[pid=25144/tid=25146] ppid=25141 vsize=26103420 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/25144/task/25146/stat : 25146 (java) R 25141 25144 24788 0 -1 4202560 8184 0 0 0 19 1 0 0 20 0 20 0 255035093 26729902080 10816 33554432000 4194304 4196468 140722012235568 140437874447776 140437870245021 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25147] ppid=25141 vsize=26103420 memory=9261 CPUtime=0 cores=0-7
/proc/25144/task/25147/stat : 25147 (java) S 25141 25144 24788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035094 26729902080 10816 33554432000 4194304 4196468 140722012235568 140437792803984 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25148] ppid=25141 vsize=26103420 memory=288370078571099776 CPUtime=0 cores=0-7
/proc/25144/task/25148/stat : 25148 (java) S 25141 25144 24788 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255035094 26729902080 10816 33554432000 4194304 4196468 140722012235568 140437791751184 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25149] ppid=25141 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/25144/task/25149/stat : 25149 (java) S 25141 25144 24788 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255035094 26729902080 10816 33554432000 4194304 4196468 140722012235568 140437790698384 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25150] ppid=25141 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25150/stat : 25150 (java) S 25141 25144 24788 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255035094 26729902080 10816 33554432000 4194304 4196468 140722012235568 140437789645584 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25151] ppid=25141 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25151/stat : 25151 (java) S 25141 25144 24788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035094 26729902080 10816 33554432000 4194304 4196468 140722012235568 140437788592784 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25152] ppid=25141 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/25144/task/25152/stat : 25152 (java) S 25141 25144 24788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035094 26729902080 10816 33554432000 4194304 4196468 140722012235568 140437787539984 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25153] ppid=25141 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25153/stat : 25153 (java) S 25141 25144 24788 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255035094 26729902080 10816 33554432000 4194304 4196468 140722012235568 140437786487184 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25154] ppid=25141 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25154/stat : 25154 (java) S 25141 25144 24788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035094 26729902080 10816 33554432000 4194304 4196468 140722012235568 140437785434384 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25155] ppid=25141 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25155/stat : 25155 (java) S 25141 25144 24788 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255035096 26729902080 10816 33554432000 4194304 4196468 140722012235568 140437379525488 140437870234242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25156] ppid=25141 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25156/stat : 25156 (java) S 25141 25144 24788 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255035096 26729902080 10816 33554432000 4194304 4196468 140722012235568 140436996908576 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25157] ppid=25141 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25157/stat : 25157 (java) S 25141 25144 24788 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255035096 26729902080 10816 33554432000 4194304 4196468 140722012235568 140436995855728 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25158] ppid=25141 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25158/stat : 25158 (java) S 25141 25144 24788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035099 26729902080 10816 33554432000 4194304 4196468 140722012235568 140436994804048 140437870241691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25159] ppid=25141 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25159/stat : 25159 (java) S 25141 25144 24788 0 -1 1077944384 332 0 0 0 0 0 0 0 20 0 20 0 255035099 26729902080 10816 33554432000 4194304 4196468 140722012235568 140436993751408 140437870234242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25160] ppid=25141 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/25144/task/25160/stat : 25160 (java) S 25141 25144 24788 0 -1 1077944384 206 0 0 0 1 0 0 0 20 0 20 0 255035099 26729902080 10816 33554432000 4194304 4196468 140722012235568 140436992698608 140437870234242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25161] ppid=25141 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25161/stat : 25161 (java) S 25141 25144 24788 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 20 0 255035099 26729902080 10816 33554432000 4194304 4196468 140722012235568 140436991645808 140437870234242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25162] ppid=25141 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/25144/task/25162/stat : 25162 (java) R 25141 25144 24788 0 -1 4202560 312 0 0 0 6 0 0 0 20 0 20 0 255035099 26729902080 10816 33554432000 4194304 4196468 140722012235568 140436990593008 140437862460222 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25163] ppid=25141 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25163/stat : 25163 (java) S 25141 25144 24788 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255035099 26729902080 10816 33554432000 4194304 4196468 140722012235568 140436989541472 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25164] ppid=25141 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/25144/task/25164/stat : 25164 (java) S 25141 25144 24788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035099 26729902080 10816 33554432000 4194304 4196468 140722012235568 140436988488752 140437870234242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 43264 KiB

[startup+0.310953 s]*
/proc/loadavg: 7.38 8.57 8.77 2/204 25164
/proc/meminfo: memFree=23958872/32770624 swapFree=67108852/67108860
[pid=25144] ppid=25141 vsize=26103420 memory=46760 CPUtime=0.43 cores=0-7
/proc/25144/stat : 25144 (java) S 25141 25144 24788 0 -1 1077944320 10875 0 0 0 41 2 0 0 20 0 20 0 255035093 26729902080 11690 33554432000 4194304 4196468 140722012235568 140722012218112 140437870223095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
/proc/25144/statm: 6525855 11690 3413 1 0 6487932 0
[pid=25144/tid=25146] ppid=25141 vsize=26103420 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/25144/task/25146/stat : 25146 (java) R 25141 25144 24788 0 -1 4202560 8529 0 0 0 28 1 0 0 20 0 20 0 255035093 26729902080 11690 33554432000 4194304 4196468 140722012235568 140437874431824 140437851596874 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25147] ppid=25141 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25147/stat : 25147 (java) S 25141 25144 24788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035094 26729902080 11690 33554432000 4194304 4196468 140722012235568 140437792803984 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25148] ppid=25141 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25148/stat : 25148 (java) S 25141 25144 24788 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255035094 26729902080 11690 33554432000 4194304 4196468 140722012235568 140437791751184 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25149] ppid=25141 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25149/stat : 25149 (java) S 25141 25144 24788 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255035094 26729902080 11690 33554432000 4194304 4196468 140722012235568 140437790698384 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25150] ppid=25141 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25150/stat : 25150 (java) S 25141 25144 24788 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255035094 26729902080 11690 33554432000 4194304 4196468 140722012235568 140437789645584 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25151] ppid=25141 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/25144/task/25151/stat : 25151 (java) S 25141 25144 24788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035094 26729902080 11690 33554432000 4194304 4196468 140722012235568 140437788592784 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25152] ppid=25141 vsize=26103420 memory=139702267114415 CPUtime=0 cores=0-7
/proc/25144/task/25152/stat : 25152 (java) S 25141 25144 24788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035094 26729902080 11690 33554432000 4194304 4196468 140722012235568 140437787539984 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25153] ppid=25141 vsize=26103420 memory=139702267116720 CPUtime=0 cores=0-7
/proc/25144/task/25153/stat : 25153 (java) S 25141 25144 24788 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255035094 26729902080 11690 33554432000 4194304 4196468 140722012235568 140437786487184 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25154] ppid=25141 vsize=26103420 memory=139702267119024 CPUtime=0 cores=0-7
/proc/25144/task/25154/stat : 25154 (java) S 25141 25144 24788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035094 26729902080 11690 33554432000 4194304 4196468 140722012235568 140437785434384 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25155] ppid=25141 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25155/stat : 25155 (java) S 25141 25144 24788 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255035096 26729902080 11690 33554432000 4194304 4196468 140722012235568 140437379525488 140437870234242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25156] ppid=25141 vsize=26103420 memory=279404534245008 CPUtime=0 cores=0-7
/proc/25144/task/25156/stat : 25156 (java) S 25141 25144 24788 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255035096 26729902080 11690 33554432000 4194304 4196468 140722012235568 140436996908576 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25157] ppid=25141 vsize=26103420 memory=279404534251920 CPUtime=0 cores=0-7
/proc/25144/task/25157/stat : 25157 (java) S 25141 25144 24788 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255035096 26729902080 11690 33554432000 4194304 4196468 140722012235568 140436995855728 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25158] ppid=25141 vsize=26103420 memory=279404534193200 CPUtime=0 cores=0-7
/proc/25144/task/25158/stat : 25158 (java) S 25141 25144 24788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035099 26729902080 11690 33554432000 4194304 4196468 140722012235568 140436994804048 140437870241691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25159] ppid=25141 vsize=26103420 memory=279404534265744 CPUtime=0.01 cores=0-7
/proc/25144/task/25159/stat : 25159 (java) S 25141 25144 24788 0 -1 1077944384 341 0 0 0 1 0 0 0 20 0 20 0 255035099 26729902080 11690 33554432000 4194304 4196468 140722012235568 140436993751408 140437870234242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25160] ppid=25141 vsize=26103420 memory=279404534272656 CPUtime=0.02 cores=0-7
/proc/25144/task/25160/stat : 25160 (java) S 25141 25144 24788 0 -1 1077944384 266 0 0 0 2 0 0 0 20 0 20 0 255035099 26729902080 11690 33554432000 4194304 4196468 140722012235568 140436992698608 140437870234242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25161] ppid=25141 vsize=26103420 memory=279404534270352 CPUtime=0 cores=0-7
/proc/25144/task/25161/stat : 25161 (java) S 25141 25144 24788 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 20 0 255035099 26729902080 11690 33554432000 4194304 4196468 140722012235568 140436991645808 140437870234242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25162] ppid=25141 vsize=26103420 memory=279404534286960 CPUtime=0.07 cores=0-7
/proc/25144/task/25162/stat : 25162 (java) S 25141 25144 24788 0 -1 1077944384 328 0 0 0 7 0 0 0 20 0 20 0 255035099 26729902080 11690 33554432000 4194304 4196468 140722012235568 140436990593008 140437870234242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25163] ppid=25141 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25163/stat : 25163 (java) S 25141 25144 24788 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255035099 26729902080 11690 33554432000 4194304 4196468 140722012235568 140436989541472 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25164] ppid=25141 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/25144/task/25164/stat : 25164 (java) S 25141 25144 24788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035099 26729902080 11690 33554432000 4194304 4196468 140722012235568 140436988488752 140437870234242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46760 KiB

[startup+0.700905 s]
/proc/loadavg: 7.38 8.57 8.77 2/204 25164
/proc/meminfo: memFree=23934936/32770624 swapFree=67108852/67108860
[pid=25144] ppid=25141 vsize=26105488 memory=87424 CPUtime=0.99 cores=0-7
/proc/25144/stat : 25144 (java) S 25141 25144 24788 0 -1 1077944320 17811 0 0 0 94 5 0 0 20 0 20 0 255035093 26732019712 21856 33554432000 4194304 4196468 140722012235568 140722012218112 140437870223095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
/proc/25144/statm: 6526372 21856 3473 1 0 6488444 0
[pid=25144/tid=25146] ppid=25141 vsize=26105488 memory=0 CPUtime=0.67 cores=0-7
/proc/25144/task/25146/stat : 25146 (java) R 25141 25144 24788 0 -1 4202560 15013 0 0 0 64 3 0 0 20 0 20 0 255035093 26732019712 21856 33554432000 4194304 4196468 140722012235568 140437874446400 140437870245021 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25147] ppid=25141 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25147/stat : 25147 (java) S 25141 25144 24788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035094 26732019712 21856 33554432000 4194304 4196468 140722012235568 140437792803984 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25148] ppid=25141 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25148/stat : 25148 (java) S 25141 25144 24788 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255035094 26732019712 21856 33554432000 4194304 4196468 140722012235568 140437791751184 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25149] ppid=25141 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25149/stat : 25149 (java) S 25141 25144 24788 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255035094 26732019712 21856 33554432000 4194304 4196468 140722012235568 140437790698384 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25150] ppid=25141 vsize=26105488 memory=876 CPUtime=0 cores=0-7
/proc/25144/task/25150/stat : 25150 (java) S 25141 25144 24788 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255035094 26732019712 21856 33554432000 4194304 4196468 140722012235568 140437789645584 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25151] ppid=25141 vsize=26105488 memory=1912 CPUtime=0 cores=0-7
/proc/25144/task/25151/stat : 25151 (java) S 25141 25144 24788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035094 26732019712 21856 33554432000 4194304 4196468 140722012235568 140437788592784 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25152] ppid=25141 vsize=26105488 memory=1120 CPUtime=0 cores=0-7
/proc/25144/task/25152/stat : 25152 (java) S 25141 25144 24788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035094 26732019712 21856 33554432000 4194304 4196468 140722012235568 140437787539984 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25153] ppid=25141 vsize=26105488 memory=6436 CPUtime=0 cores=0-7
/proc/25144/task/25153/stat : 25153 (java) S 25141 25144 24788 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255035094 26732019712 21856 33554432000 4194304 4196468 140722012235568 140437786487184 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25154] ppid=25141 vsize=26105488 memory=14892 CPUtime=0 cores=0-7
/proc/25144/task/25154/stat : 25154 (java) S 25141 25144 24788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035094 26732019712 21856 33554432000 4194304 4196468 140722012235568 140437785434384 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25155] ppid=25141 vsize=26105488 memory=13920 CPUtime=0 cores=0-7
/proc/25144/task/25155/stat : 25155 (java) S 25141 25144 24788 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255035096 26732019712 21856 33554432000 4194304 4196468 140722012235568 140437379525488 140437870234242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0

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

/proc/25144/task/25162/stat : 25162 (java) S 25141 25144 24788 0 -1 1077944384 2246 0 0 0 48 1 0 0 20 0 20 0 255035099 26738311168 5861554 33554432000 4194304 4196468 140722012235568 140436990593008 140437870234242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25163] ppid=25141 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25163/stat : 25163 (java) S 25141 25144 24788 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255035099 26738311168 5861554 33554432000 4194304 4196468 140722012235568 140436989541472 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25164] ppid=25141 vsize=26111632 memory=0 CPUtime=0.02 cores=0-7
/proc/25144/task/25164/stat : 25164 (java) S 25141 25144 24788 0 -1 1077944384 445 0 0 0 2 0 0 0 20 0 20 0 255035099 26738311168 5861554 33554432000 4194304 4196468 140722012235568 140436988488752 140437870234242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 55 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
Current children cumulated CPU time: 192.48 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 23446216 KiB

[startup+40.0008 s]*
/proc/loadavg: 5.45 7.93 8.55 2/204 25164
/proc/meminfo: memFree=546396/32770624 swapFree=67108852/67108860
[pid=25144] ppid=25141 vsize=26111632 memory=23446228 CPUtime=204.78 cores=0-7
/proc/25144/stat : 25144 (java) S 25141 25144 24788 0 -1 1077944320 1601282 0 0 0 14643 5835 0 0 20 0 20 0 255035093 26738311168 5861557 33554432000 4194304 4196468 140722012235568 140722012218112 140437870223095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
/proc/25144/statm: 6527908 5861557 3591 1 0 6489980 0
[pid=25144/tid=25146] ppid=25141 vsize=26111632 memory=6791534058613427641 CPUtime=13.93 cores=0-7
/proc/25144/task/25146/stat : 25146 (java) S 25141 25144 24788 0 -1 1077944384 59359 0 0 0 1363 30 0 0 20 0 20 0 255035093 26738311168 5861557 33554432000 4194304 4196468 140722012235568 140437874457280 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 53 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25147] ppid=25141 vsize=26111632 memory=4872558044660077418 CPUtime=23.34 cores=0-7
/proc/25144/task/25147/stat : 25147 (java) S 25141 25144 24788 0 -1 1077944384 166477 0 0 0 1555 779 0 0 20 0 20 0 255035094 26738311168 5861557 33554432000 4194304 4196468 140722012235568 140437792803984 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 22 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25148] ppid=25141 vsize=26111632 memory=6307362070394931612 CPUtime=23.44 cores=0-7
/proc/25144/task/25148/stat : 25148 (java) S 25141 25144 24788 0 -1 1077944384 308196 0 0 0 1671 673 0 0 20 0 20 0 255035094 26738311168 5861557 33554432000 4194304 4196468 140722012235568 140437791751184 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25149] ppid=25141 vsize=26111632 memory=4639367908363508905 CPUtime=23.43 cores=0-7
/proc/25144/task/25149/stat : 25149 (java) S 25141 25144 24788 0 -1 1077944384 256814 0 0 0 1640 703 0 0 20 0 20 0 255035094 26738311168 5861557 33554432000 4194304 4196468 140722012235568 140437790698384 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25150] ppid=25141 vsize=26111632 memory=6811895185499135200 CPUtime=23.44 cores=0-7
/proc/25144/task/25150/stat : 25150 (java) S 25141 25144 24788 0 -1 1077944384 149472 0 0 0 1676 668 0 0 20 0 20 0 255035094 26738311168 5861557 33554432000 4194304 4196468 140722012235568 140437789645584 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25151] ppid=25141 vsize=26111632 memory=6451477224144210323 CPUtime=23.19 cores=0-7
/proc/25144/task/25151/stat : 25151 (java) S 25141 25144 24788 0 -1 1077944384 151622 0 0 0 1555 764 0 0 20 0 20 0 255035094 26738311168 5861557 33554432000 4194304 4196468 140722012235568 140437788592784 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 19 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25152] ppid=25141 vsize=26111632 memory=6601881841883198594 CPUtime=23.27 cores=0-7
/proc/25144/task/25152/stat : 25152 (java) S 25141 25144 24788 0 -1 1077944384 162828 0 0 0 1589 738 0 0 20 0 20 0 255035094 26738311168 5861557 33554432000 4194304 4196468 140722012235568 140437787539984 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25153] ppid=25141 vsize=26111632 memory=6791534058613427641 CPUtime=23.33 cores=0-7
/proc/25144/task/25153/stat : 25153 (java) S 25141 25144 24788 0 -1 1077944384 157408 0 0 0 1644 689 0 0 20 0 20 0 255035094 26738311168 5861557 33554432000 4194304 4196468 140722012235568 140437786487184 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25154] ppid=25141 vsize=26111632 memory=4256 CPUtime=23.27 cores=0-7
/proc/25144/task/25154/stat : 25154 (java) S 25141 25144 24788 0 -1 1077944384 146527 0 0 0 1554 773 0 0 20 0 20 0 255035094 26738311168 5861557 33554432000 4194304 4196468 140722012235568 140437785434384 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 18 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25155] ppid=25141 vsize=26111632 memory=1920 CPUtime=1.64 cores=0-7
/proc/25144/task/25155/stat : 25155 (java) R 25141 25144 24788 0 -1 4202560 33433 0 0 0 157 7 0 0 20 0 20 0 255035096 26738311168 5861557 33554432000 4194304 4196468 140722012235568 140437379524048 140437855219496 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25156] ppid=25141 vsize=26111632 memory=7380 CPUtime=0 cores=0-7
/proc/25144/task/25156/stat : 25156 (java) S 25141 25144 24788 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 20 0 255035096 26738311168 5861557 33554432000 4194304 4196468 140722012235568 140436996908640 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25157] ppid=25141 vsize=26111632 memory=804 CPUtime=0 cores=0-7
/proc/25144/task/25157/stat : 25157 (java) S 25141 25144 24788 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 255035096 26738311168 5861557 33554432000 4194304 4196468 140722012235568 140436995855744 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25158] ppid=25141 vsize=26111632 memory=4100 CPUtime=0 cores=0-7
/proc/25144/task/25158/stat : 25158 (java) S 25141 25144 24788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035099 26738311168 5861557 33554432000 4194304 4196468 140722012235568 140436994804048 140437870241691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25159] ppid=25141 vsize=26111632 memory=1800 CPUtime=0.53 cores=0-7
/proc/25144/task/25159/stat : 25159 (java) S 25141 25144 24788 0 -1 1077944384 2526 0 0 0 52 1 0 0 20 0 20 0 255035099 26738311168 5861557 33554432000 4194304 4196468 140722012235568 140436993751456 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25160] ppid=25141 vsize=26111632 memory=920 CPUtime=0.64 cores=0-7
/proc/25144/task/25160/stat : 25160 (java) S 25141 25144 24788 0 -1 1077944384 1375 0 0 0 64 0 0 0 20 0 20 0 255035099 26738311168 5861557 33554432000 4194304 4196468 140722012235568 140436992698368 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25161] ppid=25141 vsize=26111632 memory=4436 CPUtime=0.65 cores=0-7
/proc/25144/task/25161/stat : 25161 (java) S 25141 25144 24788 0 -1 1077944384 1135 0 0 0 65 0 0 0 20 0 20 0 255035099 26738311168 5861557 33554432000 4194304 4196468 140722012235568 140436991645856 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25162] ppid=25141 vsize=26111632 memory=1408 CPUtime=0.49 cores=0-7
/proc/25144/task/25162/stat : 25162 (java) S 25141 25144 24788 0 -1 1077944384 2246 0 0 0 48 1 0 0 20 0 20 0 255035099 26738311168 5861557 33554432000 4194304 4196468 140722012235568 140436990593056 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25163] ppid=25141 vsize=26111632 memory=2944 CPUtime=0 cores=0-7
/proc/25144/task/25163/stat : 25163 (java) S 25141 25144 24788 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255035099 26738311168 5861557 33554432000 4194304 4196468 140722012235568 140436989541472 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25164] ppid=25141 vsize=26111632 memory=23446216 CPUtime=0.02 cores=0-7
/proc/25144/task/25164/stat : 25164 (java) S 25141 25144 24788 0 -1 1077944384 471 0 0 0 2 0 0 0 20 0 20 0 255035099 26738311168 5861557 33554432000 4194304 4196468 140722012235568 140436988488752 140437870234242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 55 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
Current children cumulated CPU time: 204.78 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 23446228 KiB

[startup+40.8008 s]
/proc/loadavg: 5.45 7.93 8.55 2/204 25164
/proc/meminfo: memFree=546396/32770624 swapFree=67108852/67108860
[pid=25144] ppid=25141 vsize=26111632 memory=23446440 CPUtime=209.35 cores=0-7
/proc/25144/stat : 25144 (java) S 25141 25144 24788 0 -1 1077944320 1622691 0 0 0 15098 5837 0 0 20 0 20 0 255035093 26738311168 5861610 33554432000 4194304 4196468 140722012235568 140722012218112 140437870223095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
/proc/25144/statm: 6527908 5861610 3591 1 0 6489980 0
[pid=25144/tid=25146] ppid=25141 vsize=26111632 memory=496 CPUtime=13.93 cores=0-7
/proc/25144/task/25146/stat : 25146 (java) S 25141 25144 24788 0 -1 1077944384 59375 0 0 0 1363 30 0 0 20 0 20 0 255035093 26738311168 5861610 33554432000 4194304 4196468 140722012235568 140437874457280 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 53 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25147] ppid=25141 vsize=26111632 memory=928 CPUtime=23.88 cores=0-7
/proc/25144/task/25147/stat : 25147 (java) R 25141 25144 24788 0 -1 4202560 168600 0 0 0 1609 779 0 0 20 0 20 0 255035094 26738311168 5861610 33554432000 4194304 4196468 140722012235568 140437792804184 140437855219741 0 4 0 16800975 0 0 0 -1 5 0 0 22 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25148] ppid=25141 vsize=26111632 memory=2248 CPUtime=23.98 cores=0-7
/proc/25144/task/25148/stat : 25148 (java) R 25141 25144 24788 0 -1 4202560 309023 0 0 0 1725 673 0 0 20 0 20 0 255035094 26738311168 5861610 33554432000 4194304 4196468 140722012235568 140437791751384 140437862851303 0 4 0 16800975 0 0 0 -1 6 0 0 7 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25149] ppid=25141 vsize=26111632 memory=23446216 CPUtime=23.96 cores=0-7
/proc/25144/task/25149/stat : 25149 (java) R 25141 25144 24788 0 -1 4202560 256981 0 0 0 1693 703 0 0 20 0 20 0 255035094 26738311168 5861610 33554432000 4194304 4196468 140722012235568 140437790698504 140437862851303 0 4 0 16800975 0 0 0 -1 7 0 0 9 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25150] ppid=25141 vsize=26111632 memory=3708 CPUtime=23.98 cores=0-7
/proc/25144/task/25150/stat : 25150 (java) R 25141 25144 24788 0 -1 4202560 150071 0 0 0 1730 668 0 0 20 0 20 0 255035094 26738311168 5861610 33554432000 4194304 4196468 140722012235568 140437789645784 140437853606130 0 4 0 16800975 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25151] ppid=25141 vsize=26111632 memory=23446216 CPUtime=23.73 cores=0-7
/proc/25144/task/25151/stat : 25151 (java) R 25141 25144 24788 0 -1 4202560 153182 0 0 0 1609 764 0 0 20 0 20 0 255035094 26738311168 5861610 33554432000 4194304 4196468 140722012235568 140437788592984 140437862851303 0 4 0 16800975 0 0 0 -1 4 0 0 19 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25152] ppid=25141 vsize=26111632 memory=1100 CPUtime=23.82 cores=0-7
/proc/25144/task/25152/stat : 25152 (java) R 25141 25144 24788 0 -1 4202560 163888 0 0 0 1644 738 0 0 20 0 20 0 255035094 26738311168 5861610 33554432000 4194304 4196468 140722012235568 140437787540184 140437855219741 0 4 0 16800975 0 0 0 -1 3 0 0 11 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25153] ppid=25141 vsize=26111632 memory=23446216 CPUtime=23.87 cores=0-7
/proc/25144/task/25153/stat : 25153 (java) R 25141 25144 24788 0 -1 4202560 157486 0 0 0 1698 689 0 0 20 0 20 0 255035094 26738311168 5861610 33554432000 4194304 4196468 140722012235568 140437786487384 140437862851303 0 4 0 16800975 0 0 0 -1 2 0 0 13 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25154] ppid=25141 vsize=26111632 memory=6791534058613427641 CPUtime=23.81 cores=0-7
/proc/25144/task/25154/stat : 25154 (java) R 25141 25144 24788 0 -1 4202560 147089 0 0 0 1608 773 0 0 20 0 20 0 255035094 26738311168 5861610 33554432000 4194304 4196468 140722012235568 140437785434584 140437862851303 0 4 0 16800975 0 0 0 -1 1 0 0 18 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25155] ppid=25141 vsize=26111632 memory=1776 CPUtime=1.89 cores=0-7
/proc/25144/task/25155/stat : 25155 (java) S 25141 25144 24788 0 -1 1077944384 47829 0 0 0 181 8 0 0 20 0 20 0 255035096 26738311168 5861610 33554432000 4194304 4196468 140722012235568 140437379524048 140437870233301 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25156] ppid=25141 vsize=26111632 memory=752 CPUtime=0 cores=0-7
/proc/25144/task/25156/stat : 25156 (java) S 25141 25144 24788 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 20 0 255035096 26738311168 5861610 33554432000 4194304 4196468 140722012235568 140436996908176 140437870234242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25157] ppid=25141 vsize=26111632 memory=1616 CPUtime=0 cores=0-7
/proc/25144/task/25157/stat : 25157 (java) S 25141 25144 24788 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 255035096 26738311168 5861610 33554432000 4194304 4196468 140722012235568 140436995855744 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25158] ppid=25141 vsize=26111632 memory=11584 CPUtime=0 cores=0-7
/proc/25144/task/25158/stat : 25158 (java) S 25141 25144 24788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035099 26738311168 5861610 33554432000 4194304 4196468 140722012235568 140436994804048 140437870241691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25159] ppid=25141 vsize=26111632 memory=4960 CPUtime=0.53 cores=0-7
/proc/25144/task/25159/stat : 25159 (java) S 25141 25144 24788 0 -1 1077944384 2526 0 0 0 52 1 0 0 20 0 20 0 255035099 26738311168 5861610 33554432000 4194304 4196468 140722012235568 140436993751456 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25160] ppid=25141 vsize=26111632 memory=3840 CPUtime=0.64 cores=0-7
/proc/25144/task/25160/stat : 25160 (java) S 25141 25144 24788 0 -1 1077944384 1379 0 0 0 64 0 0 0 20 0 20 0 255035099 26738311168 5861610 33554432000 4194304 4196468 140722012235568 140436992698608 140437870234242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25161] ppid=25141 vsize=26111632 memory=1280 CPUtime=0.65 cores=0-7
/proc/25144/task/25161/stat : 25161 (java) S 25141 25144 24788 0 -1 1077944384 1139 0 0 0 65 0 0 0 20 0 20 0 255035099 26738311168 5861610 33554432000 4194304 4196468 140722012235568 140436991645568 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25162] ppid=25141 vsize=26111632 memory=1152 CPUtime=0.49 cores=0-7
/proc/25144/task/25162/stat : 25162 (java) S 25141 25144 24788 0 -1 1077944384 2249 0 0 0 48 1 0 0 20 0 20 0 255035099 26738311168 5861610 33554432000 4194304 4196468 140722012235568 140436990593008 140437870234242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25163] ppid=25141 vsize=26111632 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/25144/task/25163/stat : 25163 (java) S 25141 25144 24788 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255035099 26738311168 5861610 33554432000 4194304 4196468 140722012235568 140436989541472 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25164] ppid=25141 vsize=26111632 memory=7089899922478490449 CPUtime=0.02 cores=0-7
/proc/25144/task/25164/stat : 25164 (java) S 25141 25144 24788 0 -1 1077944384 471 0 0 0 2 0 0 0 20 0 20 0 255035099 26738311168 5861610 33554432000 4194304 4196468 140722012235568 140436988488752 140437870234242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 55 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
Current children cumulated CPU time: 209.35 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 23446440 KiB

[startup+41.2008 s]
/proc/loadavg: 5.45 7.93 8.55 2/204 25164
/proc/meminfo: memFree=545528/32770624 swapFree=67108852/67108860
[pid=25144] ppid=25141 vsize=26111632 memory=16086972 CPUtime=210.32 cores=0-7
/proc/25144/stat : 25144 (java) S 25141 25144 24788 0 -1 1077944320 1622906 0 0 0 15185 5847 0 0 20 0 20 0 255035093 26738311168 4022767 33554432000 4194304 4196468 140722012235568 140722012218112 140437870223095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
/proc/25144/statm: 6527908 4022255 3593 1 0 6489980 0
[pid=25144/tid=25146] ppid=25141 vsize=26111632 memory=288230583166042426 CPUtime=13.93 cores=0-7
/proc/25144/task/25146/stat : 25146 (java) S 25141 25144 24788 0 -1 1077944384 59453 0 0 0 1363 30 0 0 20 0 20 0 255035093 26738311168 4020719 33554432000 4194304 4196468 140722012235568 140437874462592 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 53 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25147] ppid=25141 vsize=26111632 memory=13855174477220093 CPUtime=23.97 cores=0-7
/proc/25144/task/25147/stat : 25147 (java) S 25141 25144 24788 0 -1 1077944384 168676 0 0 0 1618 779 0 0 20 0 20 0 255035094 26738311168 4020719 33554432000 4194304 4196468 140722012235568 140437792803984 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 22 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25148] ppid=25141 vsize=26111632 memory=38468 CPUtime=24.06 cores=0-7
/proc/25144/task/25148/stat : 25148 (java) S 25141 25144 24788 0 -1 1077944384 309023 0 0 0 1733 673 0 0 20 0 20 0 255035094 26738311168 4020719 33554432000 4194304 4196468 140722012235568 140437791751184 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25149] ppid=25141 vsize=26111632 memory=1624 CPUtime=24.04 cores=0-7
/proc/25144/task/25149/stat : 25149 (java) S 25141 25144 24788 0 -1 1077944384 257037 0 0 0 1701 703 0 0 20 0 20 0 255035094 26738311168 4020207 33554432000 4194304 4196468 140722012235568 140437790698384 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25150] ppid=25141 vsize=26111632 memory=496 CPUtime=24.07 cores=0-7
/proc/25144/task/25150/stat : 25150 (java) S 25141 25144 24788 0 -1 1077944384 150071 0 0 0 1739 668 0 0 20 0 20 0 255035094 26738311168 4020207 33554432000 4194304 4196468 140722012235568 140437789645584 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25151] ppid=25141 vsize=26111632 memory=928 CPUtime=23.81 cores=0-7
/proc/25144/task/25151/stat : 25151 (java) S 25141 25144 24788 0 -1 1077944384 153182 0 0 0 1617 764 0 0 20 0 20 0 255035094 26738311168 4019695 33554432000 4194304 4196468 140722012235568 140437788592784 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 19 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25152] ppid=25141 vsize=26111632 memory=2248 CPUtime=23.9 cores=0-7
/proc/25144/task/25152/stat : 25152 (java) S 25141 25144 24788 0 -1 1077944384 163888 0 0 0 1652 738 0 0 20 0 20 0 255035094 26738311168 4019695 33554432000 4194304 4196468 140722012235568 140437787539984 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25153] ppid=25141 vsize=26111632 memory=1568 CPUtime=23.95 cores=0-7
/proc/25144/task/25153/stat : 25153 (java) S 25141 25144 24788 0 -1 1077944384 157486 0 0 0 1706 689 0 0 20 0 20 0 255035094 26738311168 4019183 33554432000 4194304 4196468 140722012235568 140437786487184 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25154] ppid=25141 vsize=26111632 memory=924 CPUtime=23.89 cores=0-7
/proc/25144/task/25154/stat : 25154 (java) S 25141 25144 24788 0 -1 1077944384 147089 0 0 0 1616 773 0 0 20 0 20 0 255035094 26738311168 4019183 33554432000 4194304 4196468 140722012235568 140437785434384 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 18 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25155] ppid=25141 vsize=26111632 memory=2196 CPUtime=2.21 cores=0-7
/proc/25144/task/25155/stat : 25155 (java) R 25141 25144 24788 0 -1 4202560 47831 0 0 0 202 19 0 0 20 0 20 0 255035096 26738311168 4018671 33554432000 4194304 4196468 140722012235568 140437379524248 140437862940058 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25156] ppid=25141 vsize=26111632 memory=4256 CPUtime=0 cores=0-7
/proc/25144/task/25156/stat : 25156 (java) S 25141 25144 24788 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 20 0 255035096 26738311168 4018671 33554432000 4194304 4196468 140722012235568 140436996908640 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25157] ppid=25141 vsize=26111632 memory=1920 CPUtime=0 cores=0-7
/proc/25144/task/25157/stat : 25157 (java) S 25141 25144 24788 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 255035096 26738311168 4018159 33554432000 4194304 4196468 140722012235568 140436995855744 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25158] ppid=25141 vsize=26111632 memory=7380 CPUtime=0 cores=0-7
/proc/25144/task/25158/stat : 25158 (java) S 25141 25144 24788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255035099 26738311168 4018159 33554432000 4194304 4196468 140722012235568 140436994804048 140437870241691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25159] ppid=25141 vsize=26111632 memory=23446440 CPUtime=0.53 cores=0-7
/proc/25144/task/25159/stat : 25159 (java) S 25141 25144 24788 0 -1 1077944384 2528 0 0 0 52 1 0 0 20 0 20 0 255035099 26738311168 4016111 33554432000 4194304 4196468 140722012235568 140436993751408 140437870234242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25160] ppid=25141 vsize=26111632 memory=924 CPUtime=0.64 cores=0-7
/proc/25144/task/25160/stat : 25160 (java) S 25141 25144 24788 0 -1 1077944384 1379 0 0 0 64 0 0 0 20 0 20 0 255035099 26738311168 4016111 33554432000 4194304 4196468 140722012235568 140436992698608 140437870234242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25161] ppid=25141 vsize=26111632 memory=2196 CPUtime=0.65 cores=0-7
/proc/25144/task/25161/stat : 25161 (java) S 25141 25144 24788 0 -1 1077944384 1139 0 0 0 65 0 0 0 20 0 20 0 255035099 26738311168 4015599 33554432000 4194304 4196468 140722012235568 140436991645808 140437870234242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25162] ppid=25141 vsize=26111632 memory=4256 CPUtime=0.49 cores=0-7
/proc/25144/task/25162/stat : 25162 (java) S 25141 25144 24788 0 -1 1077944384 2249 0 0 0 48 1 0 0 20 0 20 0 255035099 26738311168 4015599 33554432000 4194304 4196468 140722012235568 140436990593008 140437870234242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25163] ppid=25141 vsize=26111632 memory=1920 CPUtime=0 cores=0-7
/proc/25144/task/25163/stat : 25163 (java) S 25141 25144 24788 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255035099 26738311168 4014575 33554432000 4194304 4196468 140722012235568 140436989541472 140437870233301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
[pid=25144/tid=25164] ppid=25141 vsize=26111632 memory=7380 CPUtime=0.02 cores=0-7
/proc/25144/task/25164/stat : 25164 (java) S 25141 25144 24788 0 -1 1077944384 471 0 0 0 2 0 0 0 20 0 20 0 255035099 26738311168 4014575 33554432000 4194304 4196468 140722012235568 140436988488752 140437870234242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 55 0 0 6293624 6294260 32628736 140722012243022 140722012243205 140722012243205 140722012245967 0
Current children cumulated CPU time: 210.32 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 16086972 KiB

[startup+41.3008 s]*
/proc/loadavg: 5.45 7.93 8.55 2/186 25165
/proc/meminfo: memFree=11175136/32770624 swapFree=67108852/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): 41.3865
CPU time (s): 210.515
CPU user time (s): 151.855
CPU system time (s): 58.6601
CPU usage (%): 508.657
Max. virtual memory (cumulated for all children) (KiB): 26111632
Max. memory (cumulated for all children) (KiB): 23446452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 151.855
system time used= 58.6601
maximum resident set size= 23446452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1623042
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19660
involuntary context switches= 3241


# summary of solver processes directly reported to runsolver:
#   pid: 25144
#   total CPU time (s): 210.515
#   total CPU user time (s): 151.855
#   total CPU system time (s): 58.6601

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.329189 second user time and 0.545732 second system time

The end

Launcher Data

Begin job on node133 at 2018-08-16 01:11:59
IDJOB=4308756
IDBENCH=141306
IDSOLVER=2793
FILE ID=node133/4308756-1534374719
RUNJOBID= node133-1534372174-24815
PBS_JOBID= 21038283
Free space on /tmp= 45620 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-10-4-rom_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308756-1534374719/watcher-4308756-1534374719 -o /tmp/evaluation-result-4308756-1534374719/solver-4308756-1534374719 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node133-1534372174-24815 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 500613042 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308756-1534374719.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 1ce90bfeea193be77ab92ac06e9a3657
RANDOM SEED=500613042

node133.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.24
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.24
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.24
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.24
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:        23992492 kB
MemAvailable:   31894540 kB
Buffers:          178124 kB
Cached:          7987812 kB
SwapCached:            4 kB
Active:          4334064 kB
Inactive:        3884276 kB
Active(anon):       3452 kB
Inactive(anon):   109916 kB
Active(file):    4330612 kB
Inactive(file):  3774360 kB
Unevictable:        7072 kB
Mlocked:            7072 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             63828 kB
Writeback:             0 kB
AnonPages:         59528 kB
Mapped:            56632 kB
Shmem:             58008 kB
Slab:             253412 kB
SReclaimable:     225536 kB
SUnreclaim:        27876 kB
KernelStack:        3232 kB
PageTables:         4908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     358304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 45584 MiB
End job on node133 at 2018-08-16 01:12:41