Trace number 4290992

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-07-02? 243.942 60.6476

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-15-4-rom_c18.xml
MD5SUM11fd43c8e45d476b85885954fcb4d1ec
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 variables585
Number of constraints120
Number of domains5
Minimum domain size2
Maximum domain size133790
Distribution of domain sizes[{"size":2,"count":30},{"size":16,"count":210},{"size":27,"count":225},{"size":133790,"count":120}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":150},{"degree":2,"count":210},{"degree":8,"count":225}]
Minimum constraint arity18
Maximum constraint arity19
Distribution of constraint arities[{"arity":18,"count":30},{"arity":19,"count":90}]
Number of extensional constraints120
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":120}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.67/0.55	c version: 2018-07-02
0.67/0.55	c seed: 203756804
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...
22.57/12.45	c Parsing done, starting search...
242.38/60.10	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
242.38/60.10		at scala.collection.mutable.ArrayBuilder$ofLong.mkArray(ArrayBuilder.scala:388)
242.38/60.10		at scala.collection.mutable.ArrayBuilder$ofLong.resize(ArrayBuilder.scala:394)
242.38/60.10		at scala.collection.mutable.ArrayBuilder$ofLong.sizeHint(ArrayBuilder.scala:399)
242.38/60.10		at scala.Array$.fill(Array.scala:263)
243.78/60.56		at oscar.algo.reversible.ReversibleSparseBitSet$BitSet.<init>(ReversibleSparseBitSet.scala:94)
243.78/60.56		at oscar.cp.constraints.tables.TableCTStar.computeSupportsAndInitialFiltering(TableCTStar.scala:275)
243.78/60.56		at oscar.cp.constraints.tables.TableCTStar.setup(TableCTStar.scala:94)
243.78/60.56		at oscar.cp.core.CPStore.post(CPStore.scala:282)
243.78/60.56		at oscar.cp.core.CPSolver.$anonfun$add$1(CPSolver.scala:138)
243.78/60.56		at oscar.cp.core.CPSolver$$Lambda$204/2111457497.apply$mcV$sp(Unknown Source)
243.78/60.56		at oscar.algo.search.BranchingUtils.isInconsistent(BranchingUtils.scala:39)
243.78/60.56		at oscar.algo.search.BranchingUtils.isInconsistent$(BranchingUtils.scala:37)
243.78/60.56		at oscar.cp.package$.isInconsistent(package.scala:54)
243.78/60.56		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
243.78/60.56		at oscar.modeling.models.cp.CPModel.p(CPModel.scala:277)
243.78/60.56		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:336)
243.78/60.56		at oscar.modeling.models.cp.MemoCPModel.post(MemoCPModel.scala:44)
243.78/60.56		at oscar.modeling.models.LeafModel.add(InstantiatedModel.scala:34)
243.78/60.56		at oscar.modeling.models.LeafModel.add$(InstantiatedModel.scala:34)
243.78/60.56		at oscar.modeling.models.InstantiatedModel.add(InstantiatedModel.scala:47)
243.78/60.56		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1(InstantiatedModel.scala:54)
243.78/60.56		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1$adapted(InstantiatedModel.scala:54)
243.78/60.56		at oscar.modeling.models.InstantiatedModel$$Lambda$200/861623840.apply(Unknown Source)
243.78/60.56		at scala.collection.immutable.List.foreach(List.scala:389)
243.78/60.56		at oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:54)
243.78/60.56		at oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
243.78/60.56		at oscar.modeling.models.cp.MemoCPModel.<init>(MemoCPModel.scala:33)
243.78/60.56		at oscar.modeling.solvers.cp.decompositions.RefinementStrategy.decompose(RefinementStrategy.scala:56)
243.78/60.56		at oscar.modeling.solvers.cp.CPProgram.$anonfun$solveDistributed$2(CPProgram.scala:191)
243.78/60.56		at oscar.modeling.solvers.cp.CPProgram$$Lambda$126/1301352406.apply(Unknown Source)
243.78/60.56		at oscar.modeling.misc.ComputeTimeTaken$.computeTimeTaken(ComputeTimeTaken.scala:33)
243.78/60.56		at oscar.modeling.solvers.cp.CPProgram.$anonfun$solveDistributed$1(CPProgram.scala:191)
243.78/60.56	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 (10471 MiB free)
  memory of node 1: 16384 MiB (12198 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290992-1532650371/watcher-4290992-1532650371 -o /tmp/evaluation-result-4290992-1532650371/solver-4290992-1532650371 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node134-1532645259-10890 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 203756804 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4290992-1532650371.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
Current StackSize limit: 8192 KiB

solver pid=11369, runsolver pid=11366

[startup+0.100699 s]*
/proc/loadavg: 4.39 7.41 8.37 2/204 11389
/proc/meminfo: memFree=23197964/32770624 swapFree=67108860/67108860
[pid=11369] ppid=11366 vsize=26103424 memory=29772 CPUtime=0.11 cores=0-7
/proc/11369/stat : 11369 (java) S 11366 11369 10863 0 -1 1077944320 6909 0 0 0 10 1 0 0 20 0 20 0 82600572 26729906176 7443 33554432000 4194304 4196468 140735309989248 140735309971792 139837875089143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
/proc/11369/statm: 6525856 7443 3139 1 0 6487932 0
[pid=11369/tid=11371] ppid=11366 vsize=26103424 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/11369/task/11371/stat : 11371 (java) R 11366 11369 10863 0 -1 4202560 5154 0 0 0 8 1 0 0 20 0 20 0 82600573 26729906176 7641 33554432000 4194304 4196468 140735309989248 139837879277184 139837855364850 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11372] ppid=11366 vsize=26103424 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/11369/task/11372/stat : 11372 (java) S 11366 11369 10863 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82600574 26729906176 7641 33554432000 4194304 4196468 140735309989248 139837433052176 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11373] ppid=11366 vsize=26103424 memory=140373337941632 CPUtime=0 cores=0-7
/proc/11369/task/11373/stat : 11373 (java) S 11366 11369 10863 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82600574 26729906176 7641 33554432000 4194304 4196468 140735309989248 139837431999632 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11374] ppid=11366 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11369/task/11374/stat : 11374 (java) S 11366 11369 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82600574 26729906176 7641 33554432000 4194304 4196468 140735309989248 139837430946576 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11375] ppid=11366 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11369/task/11375/stat : 11375 (java) S 11366 11369 10863 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82600574 26729906176 7641 33554432000 4194304 4196468 140735309989248 139837429894032 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11376] ppid=11366 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11369/task/11376/stat : 11376 (java) S 11366 11369 10863 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82600574 26729906176 7641 33554432000 4194304 4196468 140735309989248 139837428840976 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11377] ppid=11366 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/11369/task/11377/stat : 11377 (java) S 11366 11369 10863 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82600574 26729906176 7641 33554432000 4194304 4196468 140735309989248 139837427788432 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11378] ppid=11366 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11369/task/11378/stat : 11378 (java) S 11366 11369 10863 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82600574 26729906176 7707 33554432000 4194304 4196468 140735309989248 139837426735376 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11379] ppid=11366 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11369/task/11379/stat : 11379 (java) S 11366 11369 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82600574 26729906176 7707 33554432000 4194304 4196468 140735309989248 139837425682832 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11380] ppid=11366 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11369/task/11380/stat : 11380 (java) S 11366 11369 10863 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82600575 26729906176 7707 33554432000 4194304 4196468 140735309989248 139836080442096 139837875100290 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11381] ppid=11366 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11369/task/11381/stat : 11381 (java) S 11366 11369 10863 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 82600576 26729906176 7707 33554432000 4194304 4196468 140735309989248 139836079388320 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11382] ppid=11366 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11369/task/11382/stat : 11382 (java) S 11366 11369 10863 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 82600576 26729906176 7707 33554432000 4194304 4196468 140735309989248 139836078335216 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11383] ppid=11366 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11369/task/11383/stat : 11383 (java) S 11366 11369 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82600578 26729906176 7707 33554432000 4194304 4196468 140735309989248 139836077283792 139837875107739 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11384] ppid=11366 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11369/task/11384/stat : 11384 (java) S 11366 11369 10863 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 20 0 82600578 26729906176 7707 33554432000 4194304 4196468 140735309989248 139836076230896 139837875100290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11385] ppid=11366 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11369/task/11385/stat : 11385 (java) S 11366 11369 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82600578 26729906176 7707 33554432000 4194304 4196468 140735309989248 139836075178352 139837875100290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11386] ppid=11366 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11369/task/11386/stat : 11386 (java) S 11366 11369 10863 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82600578 26729906176 7707 33554432000 4194304 4196468 140735309989248 139836074125296 139837875100290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11387] ppid=11366 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/11369/task/11387/stat : 11387 (java) S 11366 11369 10863 0 -1 1077944384 250 0 0 0 1 0 0 0 20 0 20 0 82600578 26729906176 7707 33554432000 4194304 4196468 140735309989248 139836073072752 139837875100290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11388] ppid=11366 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11369/task/11388/stat : 11388 (java) S 11366 11369 10863 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82600578 26729906176 7707 33554432000 4194304 4196468 140735309989248 139836072020960 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11389] ppid=11366 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/11369/task/11389/stat : 11389 (java) S 11366 11369 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82600579 26729906176 7773 33554432000 4194304 4196468 140735309989248 139836070968496 139837875100290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 29772 KiB

[startup+0.210488 s]*
/proc/loadavg: 4.39 7.41 8.37 3/204 11389
/proc/meminfo: memFree=23184012/32770624 swapFree=67108860/67108860
[pid=11369] ppid=11366 vsize=26103424 memory=42992 CPUtime=0.3 cores=0-7
/proc/11369/stat : 11369 (java) S 11366 11369 10863 0 -1 1077944320 10411 0 0 0 28 2 0 0 20 0 20 0 82600572 26729906176 10748 33554432000 4194304 4196468 140735309989248 140735309971792 139837875089143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
/proc/11369/statm: 6525856 10748 3328 1 0 6487932 0
[pid=11369/tid=11371] ppid=11366 vsize=26103424 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/11369/task/11371/stat : 11371 (java) R 11366 11369 10863 0 -1 4202560 8170 0 0 0 18 2 0 0 20 0 20 0 82600573 26729906176 10748 33554432000 4194304 4196468 140735309989248 139837879315840 139837867326270 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11372] ppid=11366 vsize=26103424 memory=13976 CPUtime=0 cores=0-7
/proc/11369/task/11372/stat : 11372 (java) S 11366 11369 10863 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82600574 26729906176 10748 33554432000 4194304 4196468 140735309989248 139837433052176 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11373] ppid=11366 vsize=26103424 memory=3689205505453303456 CPUtime=0 cores=0-7
/proc/11369/task/11373/stat : 11373 (java) S 11366 11369 10863 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82600574 26729906176 10748 33554432000 4194304 4196468 140735309989248 139837431999632 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11374] ppid=11366 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/11369/task/11374/stat : 11374 (java) S 11366 11369 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82600574 26729906176 10748 33554432000 4194304 4196468 140735309989248 139837430946576 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11375] ppid=11366 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11369/task/11375/stat : 11375 (java) S 11366 11369 10863 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82600574 26729906176 10748 33554432000 4194304 4196468 140735309989248 139837429894032 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11376] ppid=11366 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11369/task/11376/stat : 11376 (java) S 11366 11369 10863 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82600574 26729906176 10748 33554432000 4194304 4196468 140735309989248 139837428840976 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11377] ppid=11366 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/11369/task/11377/stat : 11377 (java) S 11366 11369 10863 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82600574 26729906176 10748 33554432000 4194304 4196468 140735309989248 139837427788432 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11378] ppid=11366 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11369/task/11378/stat : 11378 (java) S 11366 11369 10863 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82600574 26729906176 10748 33554432000 4194304 4196468 140735309989248 139837426735376 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11379] ppid=11366 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11369/task/11379/stat : 11379 (java) S 11366 11369 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82600574 26729906176 10748 33554432000 4194304 4196468 140735309989248 139837425682832 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11380] ppid=11366 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11369/task/11380/stat : 11380 (java) S 11366 11369 10863 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82600575 26729906176 10748 33554432000 4194304 4196468 140735309989248 139836080442096 139837875100290 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11381] ppid=11366 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11369/task/11381/stat : 11381 (java) S 11366 11369 10863 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 82600576 26729906176 10748 33554432000 4194304 4196468 140735309989248 139836079388320 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11382] ppid=11366 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11369/task/11382/stat : 11382 (java) S 11366 11369 10863 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 82600576 26729906176 10748 33554432000 4194304 4196468 140735309989248 139836078335216 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11383] ppid=11366 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11369/task/11383/stat : 11383 (java) S 11366 11369 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82600578 26729906176 10748 33554432000 4194304 4196468 140735309989248 139836077283792 139837875107739 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11384] ppid=11366 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11369/task/11384/stat : 11384 (java) S 11366 11369 10863 0 -1 1077944384 354 0 0 0 0 0 0 0 20 0 20 0 82600578 26729906176 10748 33554432000 4194304 4196468 140735309989248 139836076230896 139837875100290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11385] ppid=11366 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11369/task/11385/stat : 11385 (java) S 11366 11369 10863 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 20 0 82600578 26729906176 10748 33554432000 4194304 4196468 140735309989248 139836075178352 139837875100290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11386] ppid=11366 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/11369/task/11386/stat : 11386 (java) S 11366 11369 10863 0 -1 1077944384 170 0 0 0 1 0 0 0 20 0 20 0 82600578 26729906176 10748 33554432000 4194304 4196468 140735309989248 139836074125296 139837875100290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11387] ppid=11366 vsize=26103424 memory=0 CPUtime=0.06 cores=0-7
/proc/11369/task/11387/stat : 11387 (java) R 11366 11369 10863 0 -1 4202560 317 0 0 0 6 0 0 0 20 0 20 0 82600578 26729906176 10748 33554432000 4194304 4196468 140735309989248 139836073068480 139837875110490 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11388] ppid=11366 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11369/task/11388/stat : 11388 (java) S 11366 11369 10863 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82600578 26729906176 10748 33554432000 4194304 4196468 140735309989248 139836072020960 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11389] ppid=11366 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/11369/task/11389/stat : 11389 (java) S 11366 11369 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82600579 26729906176 10748 33554432000 4194304 4196468 140735309989248 139836070968496 139837875100290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 42992 KiB

[startup+0.310681 s]*
/proc/loadavg: 4.39 7.41 8.37 3/204 11389
/proc/meminfo: memFree=23180352/32770624 swapFree=67108860/67108860
[pid=11369] ppid=11366 vsize=26103424 memory=46768 CPUtime=0.42 cores=0-7
/proc/11369/stat : 11369 (java) S 11366 11369 10863 0 -1 1077944320 10847 0 0 0 40 2 0 0 20 0 20 0 82600572 26729906176 11692 33554432000 4194304 4196468 140735309989248 140735309971792 139837875089143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
/proc/11369/statm: 6525856 11692 3366 1 0 6487932 0
[pid=11369/tid=11371] ppid=11366 vsize=26103424 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/11369/task/11371/stat : 11371 (java) R 11366 11369 10863 0 -1 4202560 8514 0 0 0 28 2 0 0 20 0 20 0 82600573 26729906176 11692 33554432000 4194304 4196468 140735309989248 139837879298000 139837875111069 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11372] ppid=11366 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11369/task/11372/stat : 11372 (java) S 11366 11369 10863 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82600574 26729906176 11692 33554432000 4194304 4196468 140735309989248 139837433052176 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11373] ppid=11366 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11369/task/11373/stat : 11373 (java) S 11366 11369 10863 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82600574 26729906176 11692 33554432000 4194304 4196468 140735309989248 139837431999632 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11374] ppid=11366 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11369/task/11374/stat : 11374 (java) S 11366 11369 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82600574 26729906176 11692 33554432000 4194304 4196468 140735309989248 139837430946576 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11375] ppid=11366 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11369/task/11375/stat : 11375 (java) S 11366 11369 10863 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82600574 26729906176 11692 33554432000 4194304 4196468 140735309989248 139837429894032 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11376] ppid=11366 vsize=26103424 memory=2244 CPUtime=0 cores=0-7
/proc/11369/task/11376/stat : 11376 (java) S 11366 11369 10863 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82600574 26729906176 11692 33554432000 4194304 4196468 140735309989248 139837428840976 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11377] ppid=11366 vsize=26103424 memory=140373221536687 CPUtime=0 cores=0-7
/proc/11369/task/11377/stat : 11377 (java) S 11366 11369 10863 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82600574 26729906176 11692 33554432000 4194304 4196468 140735309989248 139837427788432 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11378] ppid=11366 vsize=26103424 memory=140373221538992 CPUtime=0 cores=0-7
/proc/11369/task/11378/stat : 11378 (java) S 11366 11369 10863 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82600574 26729906176 11692 33554432000 4194304 4196468 140735309989248 139837426735376 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11379] ppid=11366 vsize=26103424 memory=140373221541296 CPUtime=0 cores=0-7
/proc/11369/task/11379/stat : 11379 (java) S 11366 11369 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82600574 26729906176 11692 33554432000 4194304 4196468 140735309989248 139837425682832 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11380] ppid=11366 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11369/task/11380/stat : 11380 (java) S 11366 11369 10863 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82600575 26729906176 11692 33554432000 4194304 4196468 140735309989248 139836080442096 139837875100290 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11381] ppid=11366 vsize=26103424 memory=280746443089552 CPUtime=0 cores=0-7
/proc/11369/task/11381/stat : 11381 (java) S 11366 11369 10863 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 82600576 26729906176 11692 33554432000 4194304 4196468 140735309989248 139836079388320 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11382] ppid=11366 vsize=26103424 memory=280746443096464 CPUtime=0 cores=0-7
/proc/11369/task/11382/stat : 11382 (java) S 11366 11369 10863 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 82600576 26729906176 11692 33554432000 4194304 4196468 140735309989248 139836078335216 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11383] ppid=11366 vsize=26103424 memory=280746443037744 CPUtime=0 cores=0-7
/proc/11369/task/11383/stat : 11383 (java) S 11366 11369 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82600578 26729906176 11692 33554432000 4194304 4196468 140735309989248 139836077283792 139837875107739 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11384] ppid=11366 vsize=26103424 memory=280746443110288 CPUtime=0 cores=0-7
/proc/11369/task/11384/stat : 11384 (java) S 11366 11369 10863 0 -1 1077944384 354 0 0 0 0 0 0 0 20 0 20 0 82600578 26729906176 11692 33554432000 4194304 4196468 140735309989248 139836076230896 139837875100290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11385] ppid=11366 vsize=26103424 memory=280746443117200 CPUtime=0.01 cores=0-7
/proc/11369/task/11385/stat : 11385 (java) S 11366 11369 10863 0 -1 1077944384 35 0 0 0 1 0 0 0 20 0 20 0 82600578 26729906176 11692 33554432000 4194304 4196468 140735309989248 139836075178352 139837875100290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11386] ppid=11366 vsize=26103424 memory=280746443114896 CPUtime=0.02 cores=0-7
/proc/11369/task/11386/stat : 11386 (java) S 11366 11369 10863 0 -1 1077944384 231 0 0 0 2 0 0 0 20 0 20 0 82600578 26729906176 11692 33554432000 4194304 4196468 140735309989248 139836074125296 139837875100290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11387] ppid=11366 vsize=26103424 memory=280746443131504 CPUtime=0.08 cores=0-7
/proc/11369/task/11387/stat : 11387 (java) S 11366 11369 10863 0 -1 1077944384 333 0 0 0 8 0 0 0 20 0 20 0 82600578 26729906176 11692 33554432000 4194304 4196468 140735309989248 139836073072752 139837875100290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11388] ppid=11366 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11369/task/11388/stat : 11388 (java) S 11366 11369 10863 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82600578 26729906176 11692 33554432000 4194304 4196468 140735309989248 139836072020960 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11389] ppid=11366 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/11369/task/11389/stat : 11389 (java) S 11366 11369 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82600579 26729906176 11692 33554432000 4194304 4196468 140735309989248 139836070968496 139837875100290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 46768 KiB

[startup+0.700932 s]
/proc/loadavg: 4.39 7.41 8.37 2/204 11389
/proc/meminfo: memFree=23156540/32770624 swapFree=67108860/67108860
[pid=11369] ppid=11366 vsize=26105492 memory=87676 CPUtime=0.99 cores=0-7
/proc/11369/stat : 11369 (java) S 11366 11369 10863 0 -1 1077944320 17848 0 0 0 94 5 0 0 20 0 20 0 82600572 26732023808 21919 33554432000 4194304 4196468 140735309989248 140735309971792 139837875089143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
/proc/11369/statm: 6526373 21919 3500 1 0 6488444 0
[pid=11369/tid=11371] ppid=11366 vsize=26105492 memory=0 CPUtime=0.67 cores=0-7
/proc/11369/task/11371/stat : 11371 (java) R 11366 11369 10863 0 -1 4202560 15007 0 0 0 63 4 0 0 20 0 20 0 82600573 26732023808 21919 33554432000 4194304 4196468 140735309989248 139837879313312 139837875111069 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11372] ppid=11366 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/11369/task/11372/stat : 11372 (java) S 11366 11369 10863 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82600574 26732023808 21919 33554432000 4194304 4196468 140735309989248 139837433052176 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11373] ppid=11366 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/11369/task/11373/stat : 11373 (java) S 11366 11369 10863 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82600574 26732023808 21919 33554432000 4194304 4196468 140735309989248 139837431999632 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11374] ppid=11366 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/11369/task/11374/stat : 11374 (java) S 11366 11369 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82600574 26732023808 21919 33554432000 4194304 4196468 140735309989248 139837430946576 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11375] ppid=11366 vsize=26105492 memory=1228 CPUtime=0 cores=0-7
/proc/11369/task/11375/stat : 11375 (java) S 11366 11369 10863 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82600574 26732023808 21919 33554432000 4194304 4196468 140735309989248 139837429894032 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11376] ppid=11366 vsize=26105492 memory=1704 CPUtime=0 cores=0-7
/proc/11369/task/11376/stat : 11376 (java) S 11366 11369 10863 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82600574 26732023808 21919 33554432000 4194304 4196468 140735309989248 139837428840976 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11377] ppid=11366 vsize=26105492 memory=1952 CPUtime=0 cores=0-7
/proc/11369/task/11377/stat : 11377 (java) S 11366 11369 10863 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82600574 26732023808 21919 33554432000 4194304 4196468 140735309989248 139837427788432 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11378] ppid=11366 vsize=26105492 memory=10576 CPUtime=0 cores=0-7
/proc/11369/task/11378/stat : 11378 (java) S 11366 11369 10863 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82600574 26732023808 21919 33554432000 4194304 4196468 140735309989248 139837426735376 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11379] ppid=11366 vsize=26105492 memory=15872 CPUtime=0 cores=0-7
/proc/11369/task/11379/stat : 11379 (java) S 11366 11369 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82600574 26732023808 21919 33554432000 4194304 4196468 140735309989248 139837425682832 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11380] ppid=11366 vsize=26105492 memory=18280 CPUtime=0 cores=0-7
/proc/11369/task/11380/stat : 11380 (java) S 11366 11369 10863 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82600575 26732023808 21919 33554432000 4194304 4196468 140735309989248 139836080442096 139837875100290 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0

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

/proc/11369/task/11387/stat : 11387 (java) S 11366 11369 10863 0 -1 1077944384 2285 0 0 0 53 1 0 0 20 0 20 0 82600578 26738315264 5682601 33554432000 4194304 4196468 140735309989248 139836073072752 139837875100290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11388] ppid=11366 vsize=26111636 memory=1568 CPUtime=0 cores=0-7
/proc/11369/task/11388/stat : 11388 (java) S 11366 11369 10863 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82600578 26738315264 5682601 33554432000 4194304 4196468 140735309989248 139836072020960 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11389] ppid=11366 vsize=26111636 memory=1704 CPUtime=0.02 cores=0-7
/proc/11369/task/11389/stat : 11389 (java) S 11366 11369 10863 0 -1 1077944384 102 0 0 0 0 2 0 0 20 0 20 0 82600579 26738315264 5682601 33554432000 4194304 4196468 140735309989248 139836070968496 139837875100290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
Current children cumulated CPU time: 225.53 s
Current children cumulated vsize: 26111636 KiB
Current children cumulated memory: 22730404 KiB

[startup+59.2007 s]
/proc/loadavg: 4.63 6.98 8.16 9/204 11389
/proc/meminfo: memFree=458056/32770624 swapFree=67108860/67108860
[pid=11369] ppid=11366 vsize=26111636 memory=22730404 CPUtime=237.91 cores=0-7
/proc/11369/stat : 11369 (java) S 11366 11369 10863 0 -1 1077944320 760222 0 0 0 18599 5192 0 0 20 0 20 0 82600572 26738315264 5682601 33554432000 4194304 4196468 140735309989248 140735309971792 139837875089143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
/proc/11369/statm: 6527909 5682601 3595 1 0 6489980 0
[pid=11369/tid=11371] ppid=11366 vsize=26111636 memory=1292 CPUtime=31.47 cores=0-7
/proc/11369/task/11371/stat : 11371 (java) S 11366 11369 10863 0 -1 1077944384 79264 0 0 0 3119 28 0 0 20 0 20 0 82600573 26738315264 5682601 33554432000 4194304 4196468 140735309989248 139837879323280 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11372] ppid=11366 vsize=26111636 memory=1844 CPUtime=25.09 cores=0-7
/proc/11369/task/11372/stat : 11372 (java) R 11366 11369 10863 0 -1 4202560 67389 0 0 0 1871 638 0 0 20 0 20 0 82600574 26738315264 5682601 33554432000 4194304 4196468 140735309989248 139837433052296 139837867717351 0 4 0 16800975 0 0 0 -1 7 0 0 28 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11373] ppid=11366 vsize=26111636 memory=1008 CPUtime=25.33 cores=0-7
/proc/11369/task/11373/stat : 11373 (java) R 11366 11369 10863 0 -1 4202560 54688 0 0 0 1961 572 0 0 20 0 20 0 82600574 26738315264 5682601 33554432000 4194304 4196468 140735309989248 139837431999440 139837867717351 0 4 0 16800975 0 0 0 -1 4 0 0 24 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11374] ppid=11366 vsize=26111636 memory=5404 CPUtime=25.39 cores=0-7
/proc/11369/task/11374/stat : 11374 (java) R 11366 11369 10863 0 -1 4202560 107916 0 0 0 1864 675 0 0 20 0 20 0 82600574 26738315264 5682601 33554432000 4194304 4196468 140735309989248 139837430946776 139837860090996 0 4 0 16800975 0 0 0 -1 6 0 0 27 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11375] ppid=11366 vsize=26111636 memory=22730404 CPUtime=25.34 cores=0-7
/proc/11369/task/11375/stat : 11375 (java) R 11366 11369 10863 0 -1 4202560 77773 0 0 0 1884 650 0 0 20 0 20 0 82600574 26738315264 5682601 33554432000 4194304 4196468 140735309989248 139837429893840 139837867717351 0 4 0 16800975 0 0 0 -1 0 0 0 22 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11376] ppid=11366 vsize=26111636 memory=24480 CPUtime=25.33 cores=0-7
/proc/11369/task/11376/stat : 11376 (java) R 11366 11369 10863 0 -1 4202560 83891 0 0 0 1882 651 0 0 20 0 20 0 82600574 26738315264 5682601 33554432000 4194304 4196468 140735309989248 139837428840784 139837867717351 0 4 0 16800975 0 0 0 -1 2 0 0 27 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11377] ppid=11366 vsize=26111636 memory=2396 CPUtime=25.22 cores=0-7
/proc/11369/task/11377/stat : 11377 (java) R 11366 11369 10863 0 -1 4202560 73111 0 0 0 1855 667 0 0 20 0 20 0 82600574 26738315264 5682601 33554432000 4194304 4196468 140735309989248 139837427788240 139837867717351 0 4 0 16800975 0 0 0 -1 1 0 0 29 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11378] ppid=11366 vsize=26111636 memory=1292 CPUtime=25.21 cores=0-7
/proc/11369/task/11378/stat : 11378 (java) R 11366 11369 10863 0 -1 4202560 83636 0 0 0 1877 644 0 0 20 0 20 0 82600574 26738315264 5682601 33554432000 4194304 4196468 140735309989248 139837426735184 139837867717351 0 4 0 16800975 0 0 0 -1 3 0 0 24 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11379] ppid=11366 vsize=26111636 memory=4096 CPUtime=25.09 cores=0-7
/proc/11369/task/11379/stat : 11379 (java) R 11366 11369 10863 0 -1 4202560 73442 0 0 0 1867 642 0 0 20 0 20 0 82600574 26738315264 5682601 33554432000 4194304 4196468 140735309989248 139837425682640 139837867717351 0 4 0 16800975 0 0 0 -1 5 0 0 29 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11380] ppid=11366 vsize=26111636 memory=1844 CPUtime=1.85 cores=0-7
/proc/11369/task/11380/stat : 11380 (java) S 11366 11369 10863 0 -1 1077944384 47529 0 0 0 172 13 0 0 20 0 20 0 82600575 26738315264 5682601 33554432000 4194304 4196468 140735309989248 139836080440656 139837875099349 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11381] ppid=11366 vsize=26111636 memory=1008 CPUtime=0 cores=0-7
/proc/11369/task/11381/stat : 11381 (java) S 11366 11369 10863 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 82600576 26738315264 5682601 33554432000 4194304 4196468 140735309989248 139836079388384 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11382] ppid=11366 vsize=26111636 memory=5404 CPUtime=0 cores=0-7
/proc/11369/task/11382/stat : 11382 (java) S 11366 11369 10863 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 82600576 26738315264 5682601 33554432000 4194304 4196468 140735309989248 139836078335232 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11383] ppid=11366 vsize=26111636 memory=796 CPUtime=0 cores=0-7
/proc/11369/task/11383/stat : 11383 (java) S 11366 11369 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82600578 26738315264 5682601 33554432000 4194304 4196468 140735309989248 139836077283792 139837875107739 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11384] ppid=11366 vsize=26111636 memory=4616 CPUtime=0.63 cores=0-7
/proc/11369/task/11384/stat : 11384 (java) S 11366 11369 10863 0 -1 1077944384 3909 0 0 0 63 0 0 0 20 0 20 0 82600578 26738315264 5682601 33554432000 4194304 4196468 140735309989248 139836076230896 139837875100290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11385] ppid=11366 vsize=26111636 memory=1424 CPUtime=0.72 cores=0-7
/proc/11369/task/11385/stat : 11385 (java) S 11366 11369 10863 0 -1 1077944384 2485 0 0 0 71 1 0 0 20 0 20 0 82600578 26738315264 5682601 33554432000 4194304 4196468 140735309989248 139836075178352 139837875100290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11386] ppid=11366 vsize=26111636 memory=6791534058613427641 CPUtime=0.53 cores=0-7
/proc/11369/task/11386/stat : 11386 (java) S 11366 11369 10863 0 -1 1077944384 1405 0 0 0 53 0 0 0 20 0 20 0 82600578 26738315264 5682601 33554432000 4194304 4196468 140735309989248 139836074125296 139837875100290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11387] ppid=11366 vsize=26111636 memory=15872 CPUtime=0.54 cores=0-7
/proc/11369/task/11387/stat : 11387 (java) S 11366 11369 10863 0 -1 1077944384 2285 0 0 0 53 1 0 0 20 0 20 0 82600578 26738315264 5682601 33554432000 4194304 4196468 140735309989248 139836073072752 139837875100290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11388] ppid=11366 vsize=26111636 memory=18280 CPUtime=0 cores=0-7
/proc/11369/task/11388/stat : 11388 (java) S 11366 11369 10863 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82600578 26738315264 5682601 33554432000 4194304 4196468 140735309989248 139836072020960 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11389] ppid=11366 vsize=26111636 memory=1236 CPUtime=0.02 cores=0-7
/proc/11369/task/11389/stat : 11389 (java) S 11366 11369 10863 0 -1 1077944384 102 0 0 0 0 2 0 0 20 0 20 0 82600579 26738315264 5682601 33554432000 4194304 4196468 140735309989248 139836070968496 139837875100290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
Current children cumulated CPU time: 237.91 s
Current children cumulated vsize: 26111636 KiB
Current children cumulated memory: 22730404 KiB

[startup+60.0008 s]*
/proc/loadavg: 4.34 6.88 8.12 9/204 11389
/proc/meminfo: memFree=457932/32770624 swapFree=67108860/67108860
[pid=11369] ppid=11366 vsize=26111636 memory=22730408 CPUtime=242.38 cores=0-7
/proc/11369/stat : 11369 (java) S 11366 11369 10863 0 -1 1077944320 774753 0 0 0 19045 5193 0 0 20 0 20 0 82600572 26738315264 5682602 33554432000 4194304 4196468 140735309989248 140735309971792 139837875089143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
/proc/11369/statm: 6527909 5682602 3595 1 0 6489980 0
[pid=11369/tid=11371] ppid=11366 vsize=26111636 memory=6791534058613427641 CPUtime=31.47 cores=0-7
/proc/11369/task/11371/stat : 11371 (java) S 11366 11369 10863 0 -1 1077944384 79270 0 0 0 3119 28 0 0 20 0 20 0 82600573 26738315264 5682602 33554432000 4194304 4196468 140735309989248 139837879323280 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11372] ppid=11366 vsize=26111636 memory=4126316290023845779 CPUtime=25.61 cores=0-7
/proc/11369/task/11372/stat : 11372 (java) S 11366 11369 10863 0 -1 1077944384 67505 0 0 0 1923 638 0 0 20 0 20 0 82600574 26738315264 5682602 33554432000 4194304 4196468 140735309989248 139837433052176 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 28 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11373] ppid=11366 vsize=26111636 memory=17844 CPUtime=25.86 cores=0-7
/proc/11369/task/11373/stat : 11373 (java) S 11366 11369 10863 0 -1 1077944384 54943 0 0 0 2014 572 0 0 20 0 20 0 82600574 26738315264 5682602 33554432000 4194304 4196468 140735309989248 139837431999632 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11374] ppid=11366 vsize=26111636 memory=7976406965554101975 CPUtime=25.92 cores=0-7
/proc/11369/task/11374/stat : 11374 (java) S 11366 11369 10863 0 -1 1077944384 108138 0 0 0 1917 675 0 0 20 0 20 0 82600574 26738315264 5682602 33554432000 4194304 4196468 140735309989248 139837430946576 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 27 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11375] ppid=11366 vsize=26111636 memory=13884 CPUtime=25.86 cores=0-7
/proc/11369/task/11375/stat : 11375 (java) S 11366 11369 10863 0 -1 1077944384 77869 0 0 0 1936 650 0 0 20 0 20 0 82600574 26738315264 5682602 33554432000 4194304 4196468 140735309989248 139837429894032 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 22 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11376] ppid=11366 vsize=26111636 memory=25514 CPUtime=25.87 cores=0-7
/proc/11369/task/11376/stat : 11376 (java) S 11366 11369 10863 0 -1 1077944384 84004 0 0 0 1935 652 0 0 20 0 20 0 82600574 26738315264 5682602 33554432000 4194304 4196468 140735309989248 139837428840976 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 27 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11377] ppid=11366 vsize=26111636 memory=-1751206657426859557 CPUtime=25.74 cores=0-7
/proc/11369/task/11377/stat : 11377 (java) S 11366 11369 10863 0 -1 1077944384 74233 0 0 0 1907 667 0 0 20 0 20 0 82600574 26738315264 5682602 33554432000 4194304 4196468 140735309989248 139837427788432 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 29 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11378] ppid=11366 vsize=26111636 memory=920 CPUtime=25.73 cores=0-7
/proc/11369/task/11378/stat : 11378 (java) S 11366 11369 10863 0 -1 1077944384 83721 0 0 0 1929 644 0 0 20 0 20 0 82600574 26738315264 5682602 33554432000 4194304 4196468 140735309989248 139837426735376 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 24 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11379] ppid=11366 vsize=26111636 memory=4388 CPUtime=25.61 cores=0-7
/proc/11369/task/11379/stat : 11379 (java) S 11366 11369 10863 0 -1 1077944384 78192 0 0 0 1919 642 0 0 20 0 20 0 82600574 26738315264 5682602 33554432000 4194304 4196468 140735309989248 139837425682832 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 29 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11380] ppid=11366 vsize=26111636 memory=19759600 CPUtime=2.13 cores=0-7
/proc/11369/task/11380/stat : 11380 (java) R 11366 11369 10863 0 -1 4202560 55291 0 0 0 199 14 0 0 20 0 20 0 82600575 26738315264 5682602 33554432000 4194304 4196468 140735309989248 139836080440656 139837853459323 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11381] ppid=11366 vsize=26111636 memory=22730404 CPUtime=0 cores=0-7
/proc/11369/task/11381/stat : 11381 (java) S 11366 11369 10863 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 82600576 26738315264 5682602 33554432000 4194304 4196468 140735309989248 139836079388384 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11382] ppid=11366 vsize=26111636 memory=2940 CPUtime=0 cores=0-7
/proc/11369/task/11382/stat : 11382 (java) S 11366 11369 10863 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 82600576 26738315264 5682602 33554432000 4194304 4196468 140735309989248 139836078335232 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11383] ppid=11366 vsize=26111636 memory=17239588 CPUtime=0 cores=0-7
/proc/11369/task/11383/stat : 11383 (java) S 11366 11369 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82600578 26738315264 5682602 33554432000 4194304 4196468 140735309989248 139836077283792 139837875107739 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11384] ppid=11366 vsize=26111636 memory=6791534058613427641 CPUtime=0.63 cores=0-7
/proc/11369/task/11384/stat : 11384 (java) S 11366 11369 10863 0 -1 1077944384 3909 0 0 0 63 0 0 0 20 0 20 0 82600578 26738315264 5682602 33554432000 4194304 4196468 140735309989248 139836076230896 139837875100290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11385] ppid=11366 vsize=26111636 memory=6791534058613427641 CPUtime=0.72 cores=0-7
/proc/11369/task/11385/stat : 11385 (java) S 11366 11369 10863 0 -1 1077944384 2485 0 0 0 71 1 0 0 20 0 20 0 82600578 26738315264 5682602 33554432000 4194304 4196468 140735309989248 139836075178352 139837875100290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11386] ppid=11366 vsize=26111636 memory=4388 CPUtime=0.53 cores=0-7
/proc/11369/task/11386/stat : 11386 (java) S 11366 11369 10863 0 -1 1077944384 1405 0 0 0 53 0 0 0 20 0 20 0 82600578 26738315264 5682602 33554432000 4194304 4196468 140735309989248 139836074125296 139837875100290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11387] ppid=11366 vsize=26111636 memory=17228144 CPUtime=0.54 cores=0-7
/proc/11369/task/11387/stat : 11387 (java) S 11366 11369 10863 0 -1 1077944384 2285 0 0 0 53 1 0 0 20 0 20 0 82600578 26738315264 5682602 33554432000 4194304 4196468 140735309989248 139836073072752 139837875100290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11388] ppid=11366 vsize=26111636 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/11369/task/11388/stat : 11388 (java) S 11366 11369 10863 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82600578 26738315264 5682602 33554432000 4194304 4196468 140735309989248 139836072020960 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11389] ppid=11366 vsize=26111636 memory=2396 CPUtime=0.02 cores=0-7
/proc/11369/task/11389/stat : 11389 (java) S 11366 11369 10863 0 -1 1077944384 102 0 0 0 0 2 0 0 20 0 20 0 82600579 26738315264 5682602 33554432000 4194304 4196468 140735309989248 139836070968496 139837875100290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
Current children cumulated CPU time: 242.38 s
Current children cumulated vsize: 26111636 KiB
Current children cumulated memory: 22730408 KiB

[startup+60.4009 s]
/proc/loadavg: 4.34 6.88 8.12 9/204 11389
/proc/meminfo: memFree=457932/32770624 swapFree=67108860/67108860
[pid=11369] ppid=11366 vsize=26111636 memory=22730472 CPUtime=243.68 cores=0-7
/proc/11369/stat : 11369 (java) S 11366 11369 10863 0 -1 1077944320 774940 0 0 0 19175 5193 0 0 20 0 20 0 82600572 26738315264 5682618 33554432000 4194304 4196468 140735309989248 140735309971792 139837875089143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
/proc/11369/statm: 6527909 5682618 3596 1 0 6489980 0
[pid=11369/tid=11371] ppid=11366 vsize=26111636 memory=1800 CPUtime=31.47 cores=0-7
/proc/11369/task/11371/stat : 11371 (java) S 11366 11369 10863 0 -1 1077944384 79340 0 0 0 3119 28 0 0 20 0 20 0 82600573 26738315264 5682618 33554432000 4194304 4196468 140735309989248 139837879329120 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11372] ppid=11366 vsize=26111636 memory=956 CPUtime=25.74 cores=0-7
/proc/11369/task/11372/stat : 11372 (java) S 11366 11369 10863 0 -1 1077944384 67505 0 0 0 1936 638 0 0 20 0 20 0 82600574 26738315264 5682618 33554432000 4194304 4196468 140735309989248 139837433052176 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 28 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11373] ppid=11366 vsize=26111636 memory=2340 CPUtime=25.99 cores=0-7
/proc/11369/task/11373/stat : 11373 (java) S 11366 11369 10863 0 -1 1077944384 54946 0 0 0 2027 572 0 0 20 0 20 0 82600574 26738315264 5682618 33554432000 4194304 4196468 140735309989248 139837431999632 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11374] ppid=11366 vsize=26111636 memory=928 CPUtime=26.05 cores=0-7
/proc/11369/task/11374/stat : 11374 (java) S 11366 11369 10863 0 -1 1077944384 108138 0 0 0 1930 675 0 0 20 0 20 0 82600574 26738315264 5682618 33554432000 4194304 4196468 140735309989248 139837430946576 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 27 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11375] ppid=11366 vsize=26111636 memory=1568 CPUtime=25.99 cores=0-7
/proc/11369/task/11375/stat : 11375 (java) S 11366 11369 10863 0 -1 1077944384 77869 0 0 0 1949 650 0 0 20 0 20 0 82600574 26738315264 5682618 33554432000 4194304 4196468 140735309989248 139837429894032 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 22 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11376] ppid=11366 vsize=26111636 memory=22730404 CPUtime=25.99 cores=0-7
/proc/11369/task/11376/stat : 11376 (java) S 11366 11369 10863 0 -1 1077944384 84004 0 0 0 1947 652 0 0 20 0 20 0 82600574 26738315264 5682618 33554432000 4194304 4196468 140735309989248 139837428840976 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11377] ppid=11366 vsize=26111636 memory=22730404 CPUtime=25.87 cores=0-7
/proc/11369/task/11377/stat : 11377 (java) S 11366 11369 10863 0 -1 1077944384 74345 0 0 0 1920 667 0 0 20 0 20 0 82600574 26738315264 5682618 33554432000 4194304 4196468 140735309989248 139837427788432 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 29 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11378] ppid=11366 vsize=26111636 memory=14689686639610196 CPUtime=25.86 cores=0-7
/proc/11369/task/11378/stat : 11378 (java) S 11366 11369 10863 0 -1 1077944384 83721 0 0 0 1942 644 0 0 20 0 20 0 82600574 26738315264 5682618 33554432000 4194304 4196468 140735309989248 139837426735376 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 24 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11379] ppid=11366 vsize=26111636 memory=1844 CPUtime=25.75 cores=0-7
/proc/11369/task/11379/stat : 11379 (java) S 11366 11369 10863 0 -1 1077944384 78192 0 0 0 1932 643 0 0 20 0 20 0 82600574 26738315264 5682618 33554432000 4194304 4196468 140735309989248 139837425682832 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 29 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11380] ppid=11366 vsize=26111636 memory=1008 CPUtime=2.39 cores=0-7
/proc/11369/task/11380/stat : 11380 (java) R 11366 11369 10863 0 -1 4202560 55293 0 0 0 225 14 0 0 20 0 20 0 82600575 26738315264 5682618 33554432000 4194304 4196468 140735309989248 139836080440640 139837853459323 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11381] ppid=11366 vsize=26111636 memory=5404 CPUtime=0 cores=0-7
/proc/11369/task/11381/stat : 11381 (java) S 11366 11369 10863 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 82600576 26738315264 5682618 33554432000 4194304 4196468 140735309989248 139836079388384 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11382] ppid=11366 vsize=26111636 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/11369/task/11382/stat : 11382 (java) S 11366 11369 10863 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 82600576 26738315264 5682618 33554432000 4194304 4196468 140735309989248 139836078335232 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11383] ppid=11366 vsize=26111636 memory=24480 CPUtime=0 cores=0-7
/proc/11369/task/11383/stat : 11383 (java) S 11366 11369 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82600578 26738315264 5682618 33554432000 4194304 4196468 140735309989248 139836077283792 139837875107739 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11384] ppid=11366 vsize=26111636 memory=2396 CPUtime=0.63 cores=0-7
/proc/11369/task/11384/stat : 11384 (java) S 11366 11369 10863 0 -1 1077944384 3909 0 0 0 63 0 0 0 20 0 20 0 82600578 26738315264 5682618 33554432000 4194304 4196468 140735309989248 139836076230896 139837875100290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11385] ppid=11366 vsize=26111636 memory=1292 CPUtime=0.72 cores=0-7
/proc/11369/task/11385/stat : 11385 (java) S 11366 11369 10863 0 -1 1077944384 2485 0 0 0 71 1 0 0 20 0 20 0 82600578 26738315264 5682618 33554432000 4194304 4196468 140735309989248 139836075178352 139837875100290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11386] ppid=11366 vsize=26111636 memory=1844 CPUtime=0.53 cores=0-7
/proc/11369/task/11386/stat : 11386 (java) S 11366 11369 10863 0 -1 1077944384 1405 0 0 0 53 0 0 0 20 0 20 0 82600578 26738315264 5682618 33554432000 4194304 4196468 140735309989248 139836074125296 139837875100290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11387] ppid=11366 vsize=26111636 memory=1008 CPUtime=0.54 cores=0-7
/proc/11369/task/11387/stat : 11387 (java) S 11366 11369 10863 0 -1 1077944384 2285 0 0 0 53 1 0 0 20 0 20 0 82600578 26738315264 5682618 33554432000 4194304 4196468 140735309989248 139836073072752 139837875100290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11388] ppid=11366 vsize=26111636 memory=5404 CPUtime=0 cores=0-7
/proc/11369/task/11388/stat : 11388 (java) S 11366 11369 10863 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82600578 26738315264 5682618 33554432000 4194304 4196468 140735309989248 139836072020960 139837875099349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
[pid=11369/tid=11389] ppid=11366 vsize=26111636 memory=796 CPUtime=0.02 cores=0-7
/proc/11369/task/11389/stat : 11389 (java) S 11366 11369 10863 0 -1 1077944384 102 0 0 0 0 2 0 0 20 0 20 0 82600579 26738315264 5682618 33554432000 4194304 4196468 140735309989248 139836070968496 139837875100290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35217408 140735309997134 140735309997317 140735309997317 140735310000079 0
Current children cumulated CPU time: 243.68 s
Current children cumulated vsize: 26111636 KiB
Current children cumulated memory: 22730472 KiB

[startup+60.601 s]*
/proc/loadavg: 4.34 6.88 8.12 2/186 11390
/proc/meminfo: memFree=16152520/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): 60.6476
CPU time (s): 243.942
CPU user time (s): 191.812
CPU system time (s): 52.13
CPU usage (%): 402.228
Max. virtual memory (cumulated for all children) (KiB): 26111636
Max. memory (cumulated for all children) (KiB): 22730472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 191.812
system time used= 52.13
maximum resident set size= 22730472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 775088
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23975
involuntary context switches= 3286


# summary of solver processes directly reported to runsolver:
#   pid: 11369
#   total CPU time (s): 243.942
#   total CPU user time (s): 191.812
#   total CPU system time (s): 52.13

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.523561 second user time and 0.625261 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-27 02:12:54
IDJOB=4290992
IDBENCH=141314
IDSOLVER=2745
FILE ID=node134/4290992-1532650371
RUNJOBID= node134-1532645259-10890
PBS_JOBID= 21022206
Free space on /tmp= 55408 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-07-02
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-15-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-4290992-1532650371/watcher-4290992-1532650371 -o /tmp/evaluation-result-4290992-1532650371/solver-4290992-1532650371 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node134-1532645259-10890 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 203756804 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4290992-1532650371.xml

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

MD5SUM BENCH= 11fd43c8e45d476b85885954fcb4d1ec
RANDOM SEED=203756804

node134.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.68
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.68
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.68
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.68
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:        23214088 kB
MemAvailable:   31956996 kB
Buffers:          175480 kB
Cached:          8827912 kB
SwapCached:            0 kB
Active:          2391092 kB
Inactive:        6666068 kB
Active(anon):        584 kB
Inactive(anon):    81088 kB
Active(file):    2390508 kB
Inactive(file):  6584980 kB
Unevictable:        7396 kB
Mlocked:            7396 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            193380 kB
Writeback:             0 kB
AnonPages:         61188 kB
Mapped:            41148 kB
Shmem:             25248 kB
Slab:             194044 kB
SReclaimable:     166512 kB
SUnreclaim:        27532 kB
KernelStack:        3248 kB
PageTables:         4656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55372 MiB
End job on node134 at 2018-07-27 02:13:54