Trace number 4275356

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 NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2017-07-26? 102.243 23.393

General information on the benchmark

NameHanoi/Hanoi-m1-s1/
Hanoi-09.xml
MD5SUM974f0afcd706a93e2571fe02010426b6
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark19.367001
Satisfiable
(Un)Satisfiability was proved
Number of variables510
Number of constraints510
Number of domains1
Minimum domain size19683
Maximum domain size19683
Distribution of domain sizes[{"size":19683,"count":510}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":509},{"degree":2,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":509}]
Number of extensional constraints509
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":509},{"type":"intension","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.30/0.25	c version: 2017-07-26
0.30/0.25	c seed: 2018268600
0.30/0.25	c timeout: 20160
0.30/0.25	c memlimit: 11000
0.30/0.25	c nbcore: 8
0.30/0.28	c Parsing instance...
2.53/1.01	c Parsing done, starting search...
101.94/23.24	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
102.15/23.34		at scala.collection.mutable.ArrayBuilder$ofLong.mkArray(ArrayBuilder.scala:388)
102.15/23.34		at scala.collection.mutable.ArrayBuilder$ofLong.resize(ArrayBuilder.scala:394)
102.15/23.34		at scala.collection.mutable.ArrayBuilder$ofLong.sizeHint(ArrayBuilder.scala:399)
102.15/23.34		at scala.Array$.fill(Array.scala:264)
102.15/23.34		at oscar.algo.reversible.ReversibleSparseBitSet$BitSet.<init>(ReversibleSparseBitSet.scala:70)
102.15/23.34		at oscar.cp.constraints.tables.TableCT$$anonfun$computeSupportsAndInitialFiltering$1$$anonfun$apply$mcVI$sp$1.apply$mcVI$sp(TableCT.scala:272)
102.15/23.34		at scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:160)
102.15/23.34		at oscar.cp.constraints.tables.TableCT$$anonfun$computeSupportsAndInitialFiltering$1.apply$mcVI$sp(TableCT.scala:269)
102.15/23.34		at scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:160)
102.15/23.34		at oscar.cp.constraints.tables.TableCT.computeSupportsAndInitialFiltering(TableCT.scala:268)
102.15/23.34		at oscar.cp.constraints.tables.TableCT.setup(TableCT.scala:82)
102.15/23.34		at oscar.cp.core.CPStore.post(CPStore.scala:282)
102.15/23.34		at oscar.cp.core.CPSolver$$anonfun$1.apply$mcV$sp(CPSolver.scala:138)
102.15/23.34		at oscar.algo.search.BranchingUtils$class.isInconsistent(BranchingUtils.scala:39)
102.15/23.34		at oscar.cp.package$.isInconsistent(package.scala:54)
102.15/23.34		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
102.15/23.34		at oscar.modeling.models.cp.CPModel.p(CPModel.scala:277)
102.15/23.34		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:334)
102.15/23.34		at oscar.modeling.models.cp.MemoCPModel.post(MemoCPModel.scala:44)
102.15/23.34		at oscar.modeling.models.LeafModel$class.add(InstantiatedModel.scala:34)
102.15/23.34		at oscar.modeling.models.InstantiatedModel.add(InstantiatedModel.scala:47)
102.15/23.34		at oscar.modeling.models.InstantiatedModel$$anonfun$3.apply(InstantiatedModel.scala:54)
102.15/23.34		at oscar.modeling.models.InstantiatedModel$$anonfun$3.apply(InstantiatedModel.scala:54)
102.15/23.34		at scala.collection.immutable.List.foreach(List.scala:383)
102.15/23.34		at oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:54)
102.15/23.34		at oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
102.15/23.34		at oscar.modeling.models.cp.MemoCPModel.<init>(MemoCPModel.scala:33)
102.15/23.34		at oscar.modeling.solvers.cp.decompositions.RefinementStrategy.decompose(RefinementStrategy.scala:56)
102.15/23.34		at oscar.modeling.solvers.cp.CPProgram$$anonfun$solveDistributed$2$$anonfun$5.apply(CPProgram.scala:190)
102.15/23.34		at oscar.modeling.solvers.cp.CPProgram$$anonfun$solveDistributed$2$$anonfun$5.apply(CPProgram.scala:190)
102.15/23.34		at oscar.modeling.misc.ComputeTimeTaken$.computeTimeTaken(ComputeTimeTaken.scala:33)
102.15/23.34		at oscar.modeling.solvers.cp.CPProgram$$anonfun$solveDistributed$2.apply(CPProgram.scala:189)
102.15/23.34	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 (13280 MiB free)
  memory of node 1: 16384 MiB (13780 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275356-1502817603/watcher-4275356-1502817603 -o /tmp/evaluation-result-4275356-1502817603/solver-4275356-1502817603 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1502812527-21936 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 2018268600 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275356-1502817603.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=22257, runsolver pid=22254
Current StackSize limit: 8192 KiB


[startup+0.101016 s]*
/proc/loadavg: 6.31 7.30 6.82 1/199 22277
/proc/meminfo: memFree=27691280/32770624 swapFree=67108860/67108860
[pid=22257] ppid=22254 vsize=14325320 memory=33564 CPUtime=0.12 cores=0-7
/proc/22257/stat : 22257 (java) S 22254 22257 21909 0 -1 1077944320 8290 0 0 0 10 2 0 0 20 0 20 0 114841195 14669127680 8391 33554432000 4194304 4196468 140736437479168 140736437461712 140442014064375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
/proc/22257/statm: 3581330 8391 3411 1 0 3569050 0
[pid=22257/tid=22259] ppid=22254 vsize=14325320 memory=7824612310230409372 CPUtime=0.09 cores=0-7
/proc/22257/task/22259/stat : 22259 (java) R 22254 22257 21909 0 -1 4202560 6243 0 0 0 8 1 0 0 20 0 20 0 114841196 14669127680 8391 33554432000 4194304 4196468 140736437479168 140442018252288 140441998144862 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22260] ppid=22254 vsize=14325320 memory=732370000193739749 CPUtime=0 cores=0-7
/proc/22257/task/22260/stat : 22260 (java) S 22254 22257 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114841197 14669127680 8391 33554432000 4194304 4196468 140736437479168 140441944153104 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22261] ppid=22254 vsize=14325320 memory=139861856286336 CPUtime=0 cores=0-7
/proc/22257/task/22261/stat : 22261 (java) S 22254 22257 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114841197 14669127680 8391 33554432000 4194304 4196468 140736437479168 140441943100560 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22262] ppid=22254 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22257/task/22262/stat : 22262 (java) S 22254 22257 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114841197 14669127680 8391 33554432000 4194304 4196468 140736437479168 140441942047504 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22263] ppid=22254 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22257/task/22263/stat : 22263 (java) S 22254 22257 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114841197 14669127680 8391 33554432000 4194304 4196468 140736437479168 140441607125904 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22264] ppid=22254 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22257/task/22264/stat : 22264 (java) S 22254 22257 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114841197 14669127680 8391 33554432000 4194304 4196468 140736437479168 140441606072848 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22265] ppid=22254 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/22257/task/22265/stat : 22265 (java) S 22254 22257 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114841197 14669127680 8391 33554432000 4194304 4196468 140736437479168 140441605020304 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22266] ppid=22254 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22257/task/22266/stat : 22266 (java) S 22254 22257 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114841197 14669127680 8391 33554432000 4194304 4196468 140736437479168 140441603967248 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22267] ppid=22254 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22257/task/22267/stat : 22267 (java) S 22254 22257 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114841197 14669127680 8391 33554432000 4194304 4196468 140736437479168 140441602914704 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22268] ppid=22254 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22257/task/22268/stat : 22268 (java) S 22254 22257 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114841198 14669127680 8391 33554432000 4194304 4196468 140736437479168 140441539406576 140442014075522 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22269] ppid=22254 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22257/task/22269/stat : 22269 (java) S 22254 22257 21909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114841198 14669127680 8391 33554432000 4194304 4196468 140736437479168 140441471149728 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22270] ppid=22254 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22257/task/22270/stat : 22270 (java) S 22254 22257 21909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114841199 14669127680 8391 33554432000 4194304 4196468 140736437479168 140441470096624 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22271] ppid=22254 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22257/task/22271/stat : 22271 (java) S 22254 22257 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114841201 14669127680 8391 33554432000 4194304 4196468 140736437479168 140441469045200 140442014082971 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22272] ppid=22254 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22257/task/22272/stat : 22272 (java) S 22254 22257 21909 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 20 0 114841201 14669127680 8391 33554432000 4194304 4196468 140736437479168 140441467992304 140442014075522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22273] ppid=22254 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22257/task/22273/stat : 22273 (java) S 22254 22257 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114841201 14669127680 8391 33554432000 4194304 4196468 140736437479168 140441466939760 140442014075522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22274] ppid=22254 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22257/task/22274/stat : 22274 (java) S 22254 22257 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114841201 14669127680 8391 33554432000 4194304 4196468 140736437479168 140441465886704 140442014075522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22275] ppid=22254 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/22257/task/22275/stat : 22275 (java) S 22254 22257 21909 0 -1 1077944384 367 0 0 0 2 0 0 0 20 0 20 0 114841201 14669127680 8391 33554432000 4194304 4196468 140736437479168 140441464834160 140442014075522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22276] ppid=22254 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22257/task/22276/stat : 22276 (java) S 22254 22257 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114841201 14669127680 8391 33554432000 4194304 4196468 140736437479168 140441463782368 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22277] ppid=22254 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/22257/task/22277/stat : 22277 (java) S 22254 22257 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114841201 14669127680 8391 33554432000 4194304 4196468 140736437479168 140441462729904 140442014075522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 33564 KiB

[startup+0.213634 s]*
/proc/loadavg: 6.31 7.30 6.82 2/199 22277
/proc/meminfo: memFree=27682904/32770624 swapFree=67108860/67108860
[pid=22257] ppid=22254 vsize=14325320 memory=42636 CPUtime=0.3 cores=0-7
/proc/22257/stat : 22257 (java) S 22254 22257 21909 0 -1 1077944320 9345 0 0 0 27 3 0 0 20 0 20 0 114841195 14669127680 10659 33554432000 4194304 4196468 140736437479168 140736437461712 140442014064375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
/proc/22257/statm: 3581330 10659 3614 1 0 3569050 0
[pid=22257/tid=22259] ppid=22254 vsize=14325320 memory=32758254098972862 CPUtime=0.2 cores=0-7
/proc/22257/task/22259/stat : 22259 (java) R 22254 22257 21909 0 -1 4202560 6908 0 0 0 18 2 0 0 20 0 20 0 114841196 14669127680 10659 33554432000 4194304 4196468 140736437479168 140442018273456 140441998108005 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22260] ppid=22254 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22257/task/22260/stat : 22260 (java) S 22254 22257 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114841197 14669127680 10659 33554432000 4194304 4196468 140736437479168 140441944153104 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22261] ppid=22254 vsize=14325320 memory=139861856308316 CPUtime=0 cores=0-7
/proc/22257/task/22261/stat : 22261 (java) S 22254 22257 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114841197 14669127680 10659 33554432000 4194304 4196468 140736437479168 140441943100560 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22262] ppid=22254 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22257/task/22262/stat : 22262 (java) S 22254 22257 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114841197 14669127680 10659 33554432000 4194304 4196468 140736437479168 140441942047504 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22263] ppid=22254 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22257/task/22263/stat : 22263 (java) S 22254 22257 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114841197 14669127680 10659 33554432000 4194304 4196468 140736437479168 140441607125904 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22264] ppid=22254 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22257/task/22264/stat : 22264 (java) S 22254 22257 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114841197 14669127680 10659 33554432000 4194304 4196468 140736437479168 140441606072848 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22265] ppid=22254 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/22257/task/22265/stat : 22265 (java) S 22254 22257 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114841197 14669127680 10659 33554432000 4194304 4196468 140736437479168 140441605020304 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22266] ppid=22254 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22257/task/22266/stat : 22266 (java) S 22254 22257 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114841197 14669127680 10659 33554432000 4194304 4196468 140736437479168 140441603967248 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22267] ppid=22254 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22257/task/22267/stat : 22267 (java) S 22254 22257 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114841197 14669127680 10659 33554432000 4194304 4196468 140736437479168 140441602914704 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22268] ppid=22254 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22257/task/22268/stat : 22268 (java) S 22254 22257 21909 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 114841198 14669127680 10659 33554432000 4194304 4196468 140736437479168 140441539406576 140442014075522 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22269] ppid=22254 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22257/task/22269/stat : 22269 (java) S 22254 22257 21909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114841198 14669127680 10659 33554432000 4194304 4196468 140736437479168 140441471149728 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22270] ppid=22254 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22257/task/22270/stat : 22270 (java) S 22254 22257 21909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114841199 14669127680 10659 33554432000 4194304 4196468 140736437479168 140441470096624 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22271] ppid=22254 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22257/task/22271/stat : 22271 (java) S 22254 22257 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114841201 14669127680 10659 33554432000 4194304 4196468 140736437479168 140441469045200 140442014082971 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22272] ppid=22254 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/22257/task/22272/stat : 22272 (java) S 22254 22257 21909 0 -1 1077944384 556 0 0 0 1 0 0 0 20 0 20 0 114841201 14669127680 10659 33554432000 4194304 4196468 140736437479168 140441467992304 140442014075522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22273] ppid=22254 vsize=14325352 memory=0 CPUtime=0 cores=0-7
/proc/22257/task/22273/stat : 22273 (java) S 22254 22257 21909 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 114841201 14669160448 10659 33554432000 4194304 4196468 140736437479168 140441466939760 140442014075522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22274] ppid=22254 vsize=14325352 memory=0 CPUtime=0 cores=0-7
/proc/22257/task/22274/stat : 22274 (java) R 22254 22257 21909 0 -1 4202560 60 0 0 0 0 0 0 0 20 0 20 0 114841201 14669160448 10664 33554432000 4194304 4196468 140736437479168 140441465886704 140441994764672 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22275] ppid=22254 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/22257/task/22275/stat : 22275 (java) S 22254 22257 21909 0 -1 1077944384 395 0 0 0 5 0 0 0 20 0 20 0 114841201 14669127680 10664 33554432000 4194304 4196468 140736437479168 140441464834160 140442014075522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22276] ppid=22254 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22257/task/22276/stat : 22276 (java) S 22254 22257 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114841201 14669127680 10664 33554432000 4194304 4196468 140736437479168 140441463782368 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22277] ppid=22254 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/22257/task/22277/stat : 22277 (java) S 22254 22257 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114841201 14669127680 10664 33554432000 4194304 4196468 140736437479168 140441462729904 140442014075522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 42636 KiB

[startup+0.310262 s]*
/proc/loadavg: 6.31 7.30 6.82 2/199 22277
/proc/meminfo: memFree=27674964/32770624 swapFree=67108860/67108860
[pid=22257] ppid=22254 vsize=14325340 memory=50948 CPUtime=0.48 cores=0-7
/proc/22257/stat : 22257 (java) S 22254 22257 21909 0 -1 1077944320 10528 0 0 0 45 3 0 0 20 0 20 0 114841195 14669148160 12737 33554432000 4194304 4196468 140736437479168 140736437461712 140442014064375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
/proc/22257/statm: 3581335 12737 3716 1 0 3569050 0
[pid=22257/tid=22259] ppid=22254 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/22257/task/22259/stat : 22259 (java) R 22254 22257 21909 0 -1 4202560 7610 0 0 0 27 2 0 0 20 0 20 0 114841196 14669148160 12737 33554432000 4194304 4196468 140736437479168 140442018287216 140442014076310 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22260] ppid=22254 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22257/task/22260/stat : 22260 (java) S 22254 22257 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114841197 14669148160 12737 33554432000 4194304 4196468 140736437479168 140441944153104 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22261] ppid=22254 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22257/task/22261/stat : 22261 (java) S 22254 22257 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114841197 14669148160 12737 33554432000 4194304 4196468 140736437479168 140441943100560 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22262] ppid=22254 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22257/task/22262/stat : 22262 (java) S 22254 22257 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114841197 14669148160 12737 33554432000 4194304 4196468 140736437479168 140441942047504 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22263] ppid=22254 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22257/task/22263/stat : 22263 (java) S 22254 22257 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114841197 14669148160 12737 33554432000 4194304 4196468 140736437479168 140441607125904 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22264] ppid=22254 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/22257/task/22264/stat : 22264 (java) S 22254 22257 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114841197 14669148160 12737 33554432000 4194304 4196468 140736437479168 140441606072848 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22265] ppid=22254 vsize=14325340 memory=139861717775279 CPUtime=0 cores=0-7
/proc/22257/task/22265/stat : 22265 (java) S 22254 22257 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114841197 14669148160 12737 33554432000 4194304 4196468 140736437479168 140441605020304 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22266] ppid=22254 vsize=14325340 memory=139861717777584 CPUtime=0 cores=0-7
/proc/22257/task/22266/stat : 22266 (java) S 22254 22257 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114841197 14669148160 12737 33554432000 4194304 4196468 140736437479168 140441603967248 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22267] ppid=22254 vsize=14325340 memory=139861717779888 CPUtime=0 cores=0-7
/proc/22257/task/22267/stat : 22267 (java) S 22254 22257 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114841197 14669148160 12737 33554432000 4194304 4196468 140736437479168 140441602914704 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22268] ppid=22254 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22257/task/22268/stat : 22268 (java) S 22254 22257 21909 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 114841198 14669148160 12737 33554432000 4194304 4196468 140736437479168 140441539406576 140442014075522 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22269] ppid=22254 vsize=14325340 memory=279723435566736 CPUtime=0 cores=0-7
/proc/22257/task/22269/stat : 22269 (java) S 22254 22257 21909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114841198 14669148160 12737 33554432000 4194304 4196468 140736437479168 140441471149728 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22270] ppid=22254 vsize=14325340 memory=279723435573648 CPUtime=0 cores=0-7
/proc/22257/task/22270/stat : 22270 (java) S 22254 22257 21909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114841199 14669148160 12737 33554432000 4194304 4196468 140736437479168 140441470096624 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22271] ppid=22254 vsize=14325340 memory=279723435514928 CPUtime=0 cores=0-7
/proc/22257/task/22271/stat : 22271 (java) S 22254 22257 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114841201 14669148160 12737 33554432000 4194304 4196468 140736437479168 140441469045200 140442014082971 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22272] ppid=22254 vsize=14325340 memory=279723435587472 CPUtime=0.03 cores=0-7
/proc/22257/task/22272/stat : 22272 (java) S 22254 22257 21909 0 -1 1077944384 750 0 0 0 3 0 0 0 20 0 20 0 114841201 14669148160 12737 33554432000 4194304 4196468 140736437479168 140441467992304 140442014075522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22273] ppid=22254 vsize=14325340 memory=279723435594384 CPUtime=0.02 cores=0-7
/proc/22257/task/22273/stat : 22273 (java) S 22254 22257 21909 0 -1 1077944384 159 0 0 0 2 0 0 0 20 0 20 0 114841201 14669148160 12737 33554432000 4194304 4196468 140736437479168 140441466939760 140442014075522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22274] ppid=22254 vsize=14325340 memory=279723435592080 CPUtime=0.02 cores=0-7
/proc/22257/task/22274/stat : 22274 (java) S 22254 22257 21909 0 -1 1077944384 168 0 0 0 2 0 0 0 20 0 20 0 114841201 14669148160 12737 33554432000 4194304 4196468 140736437479168 140441465886704 140442014075522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22275] ppid=22254 vsize=14325340 memory=279723435608640 CPUtime=0.08 cores=0-7
/proc/22257/task/22275/stat : 22275 (java) R 22254 22257 21909 0 -1 4202560 456 0 0 0 8 0 0 0 20 0 20 0 114841201 14669148160 12737 33554432000 4194304 4196468 140736437479168 140441464831696 140441999229975 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22276] ppid=22254 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22257/task/22276/stat : 22276 (java) S 22254 22257 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114841201 14669148160 12737 33554432000 4194304 4196468 140736437479168 140441463782368 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22277] ppid=22254 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/22257/task/22277/stat : 22277 (java) S 22254 22257 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114841201 14669148160 12737 33554432000 4194304 4196468 140736437479168 140441462729904 140442014075522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 50948 KiB

[startup+0.700891 s]
/proc/loadavg: 6.31 7.30 6.82 5/199 22277
/proc/meminfo: memFree=27656040/32770624 swapFree=67108860/67108860
[pid=22257] ppid=22254 vsize=14327388 memory=138136 CPUtime=1.44 cores=0-7
/proc/22257/stat : 22257 (java) S 22254 22257 21909 0 -1 1077944320 13347 0 0 0 139 5 0 0 20 0 20 0 114841195 14671245312 34534 33554432000 4194304 4196468 140736437479168 140736437461712 140442014064375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
/proc/22257/statm: 3581847 34534 3774 1 0 3569562 0
[pid=22257/tid=22259] ppid=22254 vsize=14327388 memory=7230638415940447575 CPUtime=0.67 cores=0-7
/proc/22257/task/22259/stat : 22259 (java) R 22254 22257 21909 0 -1 4202560 8307 0 0 0 63 4 0 0 20 0 20 0 114841196 14671245312 34534 33554432000 4194304 4196468 140736437479168 140442018297360 140441625106113 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22260] ppid=22254 vsize=14327388 memory=95674691530248 CPUtime=0 cores=0-7
/proc/22257/task/22260/stat : 22260 (java) S 22254 22257 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114841197 14671245312 34534 33554432000 4194304 4196468 140736437479168 140441944153104 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22261] ppid=22254 vsize=14327388 memory=139861717799722 CPUtime=0 cores=0-7
/proc/22257/task/22261/stat : 22261 (java) S 22254 22257 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114841197 14671245312 34534 33554432000 4194304 4196468 140736437479168 140441943100560 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22262] ppid=22254 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/22257/task/22262/stat : 22262 (java) S 22254 22257 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114841197 14671245312 34534 33554432000 4194304 4196468 140736437479168 140441942047504 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22263] ppid=22254 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/22257/task/22263/stat : 22263 (java) S 22254 22257 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114841197 14671245312 34534 33554432000 4194304 4196468 140736437479168 140441607125904 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22264] ppid=22254 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/22257/task/22264/stat : 22264 (java) S 22254 22257 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114841197 14671245312 34534 33554432000 4194304 4196468 140736437479168 140441606072848 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22265] ppid=22254 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/22257/task/22265/stat : 22265 (java) S 22254 22257 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114841197 14671245312 34534 33554432000 4194304 4196468 140736437479168 140441605020304 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22266] ppid=22254 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/22257/task/22266/stat : 22266 (java) S 22254 22257 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114841197 14671245312 34534 33554432000 4194304 4196468 140736437479168 140441603967248 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22267] ppid=22254 vsize=14327388 memory=1732 CPUtime=0 cores=0-7
/proc/22257/task/22267/stat : 22267 (java) S 22254 22257 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114841197 14671245312 34534 33554432000 4194304 4196468 140736437479168 140441602914704 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22268] ppid=22254 vsize=14327388 memory=1224 CPUtime=0 cores=0-7
/proc/22257/task/22268/stat : 22268 (java) S 22254 22257 21909 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 114841198 14671245312 34534 33554432000 4194304 4196468 140736437479168 140441539406576 140442014075522 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0

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

[pid=22257/tid=22272] ppid=22254 vsize=14331484 memory=-7361183220417257581 CPUtime=0.6 cores=0-7
/proc/22257/task/22272/stat : 22272 (java) S 22254 22257 21909 0 -1 1077944384 2447 0 0 0 59 1 0 0 20 0 20 0 114841201 14675439616 2922839 33554432000 4194304 4196468 140736437479168 140441467992304 140442014075522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22273] ppid=22254 vsize=14331484 memory=8620 CPUtime=0.59 cores=0-7
/proc/22257/task/22273/stat : 22273 (java) S 22254 22257 21909 0 -1 1077944384 1194 0 0 0 59 0 0 0 20 0 20 0 114841201 14675439616 2922839 33554432000 4194304 4196468 140736437479168 140441466939760 140442014075522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22274] ppid=22254 vsize=14331484 memory=4620 CPUtime=0.59 cores=0-7
/proc/22257/task/22274/stat : 22274 (java) S 22254 22257 21909 0 -1 1077944384 1580 0 0 0 59 0 0 0 20 0 20 0 114841201 14675439616 2922839 33554432000 4194304 4196468 140736437479168 140441465886704 140442014075522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22275] ppid=22254 vsize=14331484 memory=1196 CPUtime=0.47 cores=0-7
/proc/22257/task/22275/stat : 22275 (java) S 22254 22257 21909 0 -1 1077944384 3654 0 0 0 47 0 0 0 20 0 20 0 114841201 14675439616 2922839 33554432000 4194304 4196468 140736437479168 140441464834160 140442014075522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22276] ppid=22254 vsize=14331484 memory=15872 CPUtime=0 cores=0-7
/proc/22257/task/22276/stat : 22276 (java) S 22254 22257 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114841201 14675439616 2922839 33554432000 4194304 4196468 140736437479168 140441463782368 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22277] ppid=22254 vsize=14331484 memory=18476 CPUtime=0 cores=0-7
/proc/22257/task/22277/stat : 22277 (java) S 22254 22257 21909 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 20 0 114841201 14675439616 2922839 33554432000 4194304 4196468 140736437479168 140441462729904 140442014075522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
Current children cumulated CPU time: 97.18 s
Current children cumulated vsize: 14331484 KiB
Current children cumulated memory: 11691356 KiB

[startup+22.8009 s]
/proc/loadavg: 5.64 7.08 6.75 9/198 22277
/proc/meminfo: memFree=16012004/32770624 swapFree=67108860/67108860
[pid=22257] ppid=22254 vsize=14331484 memory=11691356 CPUtime=99.58 cores=0-7
/proc/22257/stat : 22257 (java) S 22254 22257 21909 0 -1 1077944320 124965 0 0 0 7661 2297 0 0 20 0 20 0 114841195 14675439616 2922839 33554432000 4194304 4196468 140736437479168 140736437461712 140442014064375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
/proc/22257/statm: 3582871 2922839 3834 1 0 3570586 0
[pid=22257/tid=22259] ppid=22254 vsize=14331484 memory=2788 CPUtime=10.5 cores=0-7
/proc/22257/task/22259/stat : 22259 (java) S 22254 22257 21909 0 -1 1077944384 13045 0 0 0 1039 11 0 0 20 0 20 0 114841196 14675439616 2922839 33554432000 4194304 4196468 140736437479168 140442018299216 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22260] ppid=22254 vsize=14331484 memory=11679372 CPUtime=10.81 cores=0-7
/proc/22257/task/22260/stat : 22260 (java) S 22254 22257 21909 0 -1 1077944384 12894 0 0 0 751 330 0 0 20 0 20 0 114841197 14675439616 2922839 33554432000 4194304 4196468 140736437479168 140441944153104 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 20 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22261] ppid=22254 vsize=14331484 memory=1692 CPUtime=10.7 cores=0-7
/proc/22257/task/22261/stat : 22261 (java) S 22254 22257 21909 0 -1 1077944384 9119 0 0 0 804 266 0 0 20 0 20 0 114841197 14675439616 2922839 33554432000 4194304 4196468 140736437479168 140441943100560 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 34 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22262] ppid=22254 vsize=14331484 memory=912 CPUtime=10.64 cores=0-7
/proc/22257/task/22262/stat : 22262 (java) S 22254 22257 21909 0 -1 1077944384 16679 0 0 0 785 279 0 0 20 0 20 0 114841197 14675439616 2922839 33554432000 4194304 4196468 140736437479168 140441942047504 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 40 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22263] ppid=22254 vsize=14331484 memory=11691356 CPUtime=10.73 cores=0-7
/proc/22257/task/22263/stat : 22263 (java) S 22254 22257 21909 0 -1 1077944384 8864 0 0 0 799 274 0 0 20 0 20 0 114841197 14675439616 2922839 33554432000 4194304 4196468 140736437479168 140441607125904 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22264] ppid=22254 vsize=14331484 memory=0 CPUtime=10.64 cores=0-7
/proc/22257/task/22264/stat : 22264 (java) S 22254 22257 21909 0 -1 1077944384 9541 0 0 0 785 279 0 0 20 0 20 0 114841197 14675439616 2922839 33554432000 4194304 4196468 140736437479168 140441606072848 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 38 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22265] ppid=22254 vsize=14331484 memory=11289708 CPUtime=10.78 cores=0-7
/proc/22257/task/22265/stat : 22265 (java) S 22254 22257 21909 0 -1 1077944384 10036 0 0 0 753 325 0 0 20 0 20 0 114841197 14675439616 2922839 33554432000 4194304 4196468 140736437479168 140441605020304 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 24 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22266] ppid=22254 vsize=14331484 memory=0 CPUtime=10.67 cores=0-7
/proc/22257/task/22266/stat : 22266 (java) S 22254 22257 21909 0 -1 1077944384 8356 0 0 0 826 241 0 0 20 0 20 0 114841197 14675439616 2922839 33554432000 4194304 4196468 140736437479168 140441603967248 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 31 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22267] ppid=22254 vsize=14331484 memory=0 CPUtime=10.59 cores=0-7
/proc/22257/task/22267/stat : 22267 (java) S 22254 22257 21909 0 -1 1077944384 9347 0 0 0 781 278 0 0 20 0 20 0 114841197 14675439616 2922839 33554432000 4194304 4196468 140736437479168 140441602914704 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 42 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22268] ppid=22254 vsize=14331484 memory=12032 CPUtime=1.1 cores=0-7
/proc/22257/task/22268/stat : 22268 (java) R 22254 22257 21909 0 -1 4202560 16747 0 0 0 106 4 0 0 20 0 20 0 114841198 14675439616 2922839 33554432000 4194304 4196468 140736437479168 140441539405024 140441992434555 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22269] ppid=22254 vsize=14331484 memory=5792 CPUtime=0 cores=0-7
/proc/22257/task/22269/stat : 22269 (java) S 22254 22257 21909 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 114841198 14675439616 2922839 33554432000 4194304 4196468 140736437479168 140441471149792 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22270] ppid=22254 vsize=14331484 memory=796 CPUtime=0 cores=0-7
/proc/22257/task/22270/stat : 22270 (java) S 22254 22257 21909 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 114841199 14675439616 2922839 33554432000 4194304 4196468 140736437479168 140441470096640 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22271] ppid=22254 vsize=14331484 memory=1436 CPUtime=0 cores=0-7
/proc/22257/task/22271/stat : 22271 (java) S 22254 22257 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114841201 14675439616 2922839 33554432000 4194304 4196468 140736437479168 140441469045200 140442014082971 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22272] ppid=22254 vsize=14331484 memory=1012 CPUtime=0.6 cores=0-7
/proc/22257/task/22272/stat : 22272 (java) S 22254 22257 21909 0 -1 1077944384 2447 0 0 0 59 1 0 0 20 0 20 0 114841201 14675439616 2922839 33554432000 4194304 4196468 140736437479168 140441467992304 140442014075522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22273] ppid=22254 vsize=14331484 memory=1712 CPUtime=0.59 cores=0-7
/proc/22257/task/22273/stat : 22273 (java) S 22254 22257 21909 0 -1 1077944384 1194 0 0 0 59 0 0 0 20 0 20 0 114841201 14675439616 2922839 33554432000 4194304 4196468 140736437479168 140441466939760 140442014075522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22274] ppid=22254 vsize=14331484 memory=1952 CPUtime=0.59 cores=0-7
/proc/22257/task/22274/stat : 22274 (java) S 22254 22257 21909 0 -1 1077944384 1580 0 0 0 59 0 0 0 20 0 20 0 114841201 14675439616 2922839 33554432000 4194304 4196468 140736437479168 140441465886704 140442014075522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22275] ppid=22254 vsize=14331484 memory=8350364 CPUtime=0.47 cores=0-7
/proc/22257/task/22275/stat : 22275 (java) S 22254 22257 21909 0 -1 1077944384 3654 0 0 0 47 0 0 0 20 0 20 0 114841201 14675439616 2922839 33554432000 4194304 4196468 140736437479168 140441464834160 140442014075522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22276] ppid=22254 vsize=14331484 memory=7951216542105365329 CPUtime=0 cores=0-7
/proc/22257/task/22276/stat : 22276 (java) S 22254 22257 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114841201 14675439616 2922839 33554432000 4194304 4196468 140736437479168 140441463782368 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22277] ppid=22254 vsize=14331484 memory=297237773746962458 CPUtime=0 cores=0-7
/proc/22257/task/22277/stat : 22277 (java) S 22254 22257 21909 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 20 0 114841201 14675439616 2922839 33554432000 4194304 4196468 140736437479168 140441462729904 140442014075522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
Current children cumulated CPU time: 99.58 s
Current children cumulated vsize: 14331484 KiB
Current children cumulated memory: 11691356 KiB

[startup+23.2009 s]
/proc/loadavg: 5.83 7.09 6.76 2/198 22277
/proc/meminfo: memFree=16012004/32770624 swapFree=67108860/67108860
[pid=22257] ppid=22254 vsize=14331484 memory=11691704 CPUtime=101.94 cores=0-7
/proc/22257/stat : 22257 (java) S 22254 22257 21909 0 -1 1077944320 125730 0 0 0 7897 2297 0 0 20 0 20 0 114841195 14675439616 2922926 33554432000 4194304 4196468 140736437479168 140736437461712 140442014064375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
/proc/22257/statm: 3582871 2922926 3834 1 0 3570586 0
[pid=22257/tid=22259] ppid=22254 vsize=14331484 memory=1692 CPUtime=10.5 cores=0-7
/proc/22257/task/22259/stat : 22259 (java) S 22254 22257 21909 0 -1 1077944384 13046 0 0 0 1039 11 0 0 20 0 20 0 114841196 14675439616 2922926 33554432000 4194304 4196468 140736437479168 140442018299216 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22260] ppid=22254 vsize=14331484 memory=912 CPUtime=11.09 cores=0-7
/proc/22257/task/22260/stat : 22260 (java) S 22254 22257 21909 0 -1 1077944384 12894 0 0 0 779 330 0 0 20 0 20 0 114841197 14675439616 2922926 33554432000 4194304 4196468 140736437479168 140441944153104 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 20 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22261] ppid=22254 vsize=14331484 memory=4884 CPUtime=10.98 cores=0-7
/proc/22257/task/22261/stat : 22261 (java) S 22254 22257 21909 0 -1 1077944384 9119 0 0 0 832 266 0 0 20 0 20 0 114841197 14675439616 2922926 33554432000 4194304 4196468 140736437479168 140441943100560 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 34 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22262] ppid=22254 vsize=14331484 memory=4104 CPUtime=10.92 cores=0-7
/proc/22257/task/22262/stat : 22262 (java) S 22254 22257 21909 0 -1 1077944384 16679 0 0 0 813 279 0 0 20 0 20 0 114841197 14675439616 2922926 33554432000 4194304 4196468 140736437479168 140441942047504 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 40 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22263] ppid=22254 vsize=14331484 memory=19232 CPUtime=11.01 cores=0-7
/proc/22257/task/22263/stat : 22263 (java) S 22254 22257 21909 0 -1 1077944384 8865 0 0 0 827 274 0 0 20 0 20 0 114841197 14675439616 2922926 33554432000 4194304 4196468 140736437479168 140441607125904 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 28 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22264] ppid=22254 vsize=14331484 memory=4048 CPUtime=10.92 cores=0-7
/proc/22257/task/22264/stat : 22264 (java) S 22254 22257 21909 0 -1 1077944384 9542 0 0 0 813 279 0 0 20 0 20 0 114841197 14675439616 2922926 33554432000 4194304 4196468 140736437479168 140441606072848 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 38 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22265] ppid=22254 vsize=14331484 memory=1792 CPUtime=11.06 cores=0-7
/proc/22257/task/22265/stat : 22265 (java) S 22254 22257 21909 0 -1 1077944384 10666 0 0 0 781 325 0 0 20 0 20 0 114841197 14675439616 2922926 33554432000 4194304 4196468 140736437479168 140441605020304 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 24 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22266] ppid=22254 vsize=14331484 memory=648 CPUtime=10.95 cores=0-7
/proc/22257/task/22266/stat : 22266 (java) S 22254 22257 21909 0 -1 1077944384 8484 0 0 0 854 241 0 0 20 0 20 0 114841197 14675439616 2922926 33554432000 4194304 4196468 140736437479168 140441603967248 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 31 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22267] ppid=22254 vsize=14331484 memory=9999400 CPUtime=10.87 cores=0-7
/proc/22257/task/22267/stat : 22267 (java) S 22254 22257 21909 0 -1 1077944384 9347 0 0 0 809 278 0 0 20 0 20 0 114841197 14675439616 2922926 33554432000 4194304 4196468 140736437479168 140441602914704 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 42 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22268] ppid=22254 vsize=14331484 memory=4144 CPUtime=1.22 cores=0-7
/proc/22257/task/22268/stat : 22268 (java) R 22254 22257 21909 0 -1 4202560 16749 0 0 0 118 4 0 0 20 0 20 0 114841198 14675439616 2922926 33554432000 4194304 4196468 140736437479168 140441539405136 140441992434536 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22269] ppid=22254 vsize=14331484 memory=32516 CPUtime=0 cores=0-7
/proc/22257/task/22269/stat : 22269 (java) S 22254 22257 21909 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 20 0 114841198 14675439616 2922926 33554432000 4194304 4196468 140736437479168 140441471149792 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22270] ppid=22254 vsize=14331484 memory=1296 CPUtime=0 cores=0-7
/proc/22257/task/22270/stat : 22270 (java) S 22254 22257 21909 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 114841199 14675439616 2922926 33554432000 4194304 4196468 140736437479168 140441470096640 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22271] ppid=22254 vsize=14331484 memory=2408 CPUtime=0 cores=0-7
/proc/22257/task/22271/stat : 22271 (java) S 22254 22257 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114841201 14675439616 2922926 33554432000 4194304 4196468 140736437479168 140441469045200 140442014082971 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22272] ppid=22254 vsize=14331484 memory=1732 CPUtime=0.6 cores=0-7
/proc/22257/task/22272/stat : 22272 (java) S 22254 22257 21909 0 -1 1077944384 2447 0 0 0 59 1 0 0 20 0 20 0 114841201 14675439616 2922926 33554432000 4194304 4196468 140736437479168 140441467992304 140442014075522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22273] ppid=22254 vsize=14331484 memory=1224 CPUtime=0.59 cores=0-7
/proc/22257/task/22273/stat : 22273 (java) S 22254 22257 21909 0 -1 1077944384 1194 0 0 0 59 0 0 0 20 0 20 0 114841201 14675439616 2922926 33554432000 4194304 4196468 140736437479168 140441466939760 140442014075522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22274] ppid=22254 vsize=14331484 memory=11691356 CPUtime=0.59 cores=0-7
/proc/22257/task/22274/stat : 22274 (java) S 22254 22257 21909 0 -1 1077944384 1580 0 0 0 59 0 0 0 20 0 20 0 114841201 14675439616 2922926 33554432000 4194304 4196468 140736437479168 140441465886704 140442014075522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22275] ppid=22254 vsize=14331484 memory=288230621803970871 CPUtime=0.47 cores=0-7
/proc/22257/task/22275/stat : 22275 (java) S 22254 22257 21909 0 -1 1077944384 3654 0 0 0 47 0 0 0 20 0 20 0 114841201 14675439616 2922926 33554432000 4194304 4196468 140736437479168 140441464834160 140442014075522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22276] ppid=22254 vsize=14331484 memory=15252640887999017 CPUtime=0 cores=0-7
/proc/22257/task/22276/stat : 22276 (java) S 22254 22257 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114841201 14675439616 2922926 33554432000 4194304 4196468 140736437479168 140441463782368 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22277] ppid=22254 vsize=14331484 memory=6944656592455359580 CPUtime=0 cores=0-7
/proc/22257/task/22277/stat : 22277 (java) S 22254 22257 21909 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 20 0 114841201 14675439616 2922926 33554432000 4194304 4196468 140736437479168 140441462729904 140442014075522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 14331484 KiB
Current children cumulated memory: 11691704 KiB

[startup+23.3009 s]
/proc/loadavg: 5.83 7.09 6.76 2/198 22277
/proc/meminfo: memFree=16012004/32770624 swapFree=67108860/67108860
[pid=22257] ppid=22254 vsize=14331484 memory=11691708 CPUtime=102.15 cores=0-7
/proc/22257/stat : 22257 (java) S 22254 22257 21909 0 -1 1077944320 125761 0 0 0 7918 2297 0 0 20 0 20 0 114841195 14675439616 2922927 33554432000 4194304 4196468 140736437479168 140736437461712 140442014064375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
/proc/22257/statm: 3582871 2922927 3834 1 0 3570586 0
[pid=22257/tid=22259] ppid=22254 vsize=14331484 memory=32516 CPUtime=10.5 cores=0-7
/proc/22257/task/22259/stat : 22259 (java) S 22254 22257 21909 0 -1 1077944384 13075 0 0 0 1039 11 0 0 20 0 20 0 114841196 14675439616 2922927 33554432000 4194304 4196468 140736437479168 140442018299616 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22260] ppid=22254 vsize=14331484 memory=1296 CPUtime=11.1 cores=0-7
/proc/22257/task/22260/stat : 22260 (java) S 22254 22257 21909 0 -1 1077944384 12894 0 0 0 780 330 0 0 20 0 20 0 114841197 14675439616 2922927 33554432000 4194304 4196468 140736437479168 140441944153104 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 20 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22261] ppid=22254 vsize=14331484 memory=11691356 CPUtime=11 cores=0-7
/proc/22257/task/22261/stat : 22261 (java) S 22254 22257 21909 0 -1 1077944384 9119 0 0 0 834 266 0 0 20 0 20 0 114841197 14675439616 2922927 33554432000 4194304 4196468 140736437479168 140441943100560 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 34 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22262] ppid=22254 vsize=14331484 memory=1268 CPUtime=10.93 cores=0-7
/proc/22257/task/22262/stat : 22262 (java) S 22254 22257 21909 0 -1 1077944384 16679 0 0 0 814 279 0 0 20 0 20 0 114841197 14675439616 2922927 33554432000 4194304 4196468 140736437479168 140441942047504 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 40 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22263] ppid=22254 vsize=14331484 memory=10525752 CPUtime=11.03 cores=0-7
/proc/22257/task/22263/stat : 22263 (java) S 22254 22257 21909 0 -1 1077944384 8866 0 0 0 829 274 0 0 20 0 20 0 114841197 14675439616 2922927 33554432000 4194304 4196468 140736437479168 140441607125904 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22264] ppid=22254 vsize=14331484 memory=279723436599936 CPUtime=10.94 cores=0-7
/proc/22257/task/22264/stat : 22264 (java) S 22254 22257 21909 0 -1 1077944384 9542 0 0 0 815 279 0 0 20 0 20 0 114841197 14675439616 2922927 33554432000 4194304 4196468 140736437479168 140441606072848 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 38 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22265] ppid=22254 vsize=14331484 memory=0 CPUtime=11.07 cores=0-7
/proc/22257/task/22265/stat : 22265 (java) S 22254 22257 21909 0 -1 1077944384 10666 0 0 0 782 325 0 0 20 0 20 0 114841197 14675439616 2922927 33554432000 4194304 4196468 140736437479168 140441605020304 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 24 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22266] ppid=22254 vsize=14331484 memory=56 CPUtime=10.97 cores=0-7
/proc/22257/task/22266/stat : 22266 (java) S 22254 22257 21909 0 -1 1077944384 8484 0 0 0 856 241 0 0 20 0 20 0 114841197 14675439616 2922927 33554432000 4194304 4196468 140736437479168 140441603967248 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 31 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22267] ppid=22254 vsize=14331484 memory=10 CPUtime=10.88 cores=0-7
/proc/22257/task/22267/stat : 22267 (java) S 22254 22257 21909 0 -1 1077944384 9347 0 0 0 810 278 0 0 20 0 20 0 114841197 14675439616 2922927 33554432000 4194304 4196468 140736437479168 140441602914704 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 42 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22268] ppid=22254 vsize=14331484 memory=-7751062316387021378 CPUtime=1.31 cores=0-7
/proc/22257/task/22268/stat : 22268 (java) R 22254 22257 21909 0 -1 4202560 16750 0 0 0 127 4 0 0 20 0 20 0 114841198 14675439616 2922927 33554432000 4194304 4196468 140736437479168 140441539405120 140441992434550 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22269] ppid=22254 vsize=14331484 memory=11679372 CPUtime=0 cores=0-7
/proc/22257/task/22269/stat : 22269 (java) S 22254 22257 21909 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 20 0 114841198 14675439616 2922927 33554432000 4194304 4196468 140736437479168 140441471149792 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22270] ppid=22254 vsize=14331484 memory=33 CPUtime=0 cores=0-7
/proc/22257/task/22270/stat : 22270 (java) S 22254 22257 21909 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 114841199 14675439616 2922927 33554432000 4194304 4196468 140736437479168 140441470096640 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22271] ppid=22254 vsize=14331484 memory=11603880 CPUtime=0 cores=0-7
/proc/22257/task/22271/stat : 22271 (java) S 22254 22257 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114841201 14675439616 2922927 33554432000 4194304 4196468 140736437479168 140441469045200 140442014082971 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22272] ppid=22254 vsize=14331484 memory=4144 CPUtime=0.6 cores=0-7
/proc/22257/task/22272/stat : 22272 (java) S 22254 22257 21909 0 -1 1077944384 2447 0 0 0 59 1 0 0 20 0 20 0 114841201 14675439616 2922927 33554432000 4194304 4196468 140736437479168 140441467992304 140442014075522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22273] ppid=22254 vsize=14331484 memory=11691356 CPUtime=0.59 cores=0-7
/proc/22257/task/22273/stat : 22273 (java) S 22254 22257 21909 0 -1 1077944384 1194 0 0 0 59 0 0 0 20 0 20 0 114841201 14675439616 2922927 33554432000 4194304 4196468 140736437479168 140441466939760 140442014075522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22274] ppid=22254 vsize=14331484 memory=4048 CPUtime=0.59 cores=0-7
/proc/22257/task/22274/stat : 22274 (java) S 22254 22257 21909 0 -1 1077944384 1580 0 0 0 59 0 0 0 20 0 20 0 114841201 14675439616 2922927 33554432000 4194304 4196468 140736437479168 140441465886704 140442014075522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22275] ppid=22254 vsize=14331484 memory=1792 CPUtime=0.47 cores=0-7
/proc/22257/task/22275/stat : 22275 (java) S 22254 22257 21909 0 -1 1077944384 3654 0 0 0 47 0 0 0 20 0 20 0 114841201 14675439616 2922927 33554432000 4194304 4196468 140736437479168 140441464834160 140442014075522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22276] ppid=22254 vsize=14331484 memory=11691100 CPUtime=0 cores=0-7
/proc/22257/task/22276/stat : 22276 (java) S 22254 22257 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114841201 14675439616 2922927 33554432000 4194304 4196468 140736437479168 140441463782368 140442014074581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
[pid=22257/tid=22277] ppid=22254 vsize=14331484 memory=1952 CPUtime=0 cores=0-7
/proc/22257/task/22277/stat : 22277 (java) S 22254 22257 21909 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 20 0 114841201 14675439616 2922927 33554432000 4194304 4196468 140736437479168 140441462729904 140442014075522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26923008 140736437482593 140736437482779 140736437482779 140736437485519 0
Current children cumulated CPU time: 102.15 s
Current children cumulated vsize: 14331484 KiB
Current children cumulated memory: 11691708 KiB

Child status: 1
Real time (s): 23.393
CPU time (s): 102.243
CPU user time (s): 79.2126
CPU system time (s): 23.0304
CPU usage (%): 437.066
Max. virtual memory (cumulated for all children) (KiB): 14331484
Max. memory (cumulated for all children) (KiB): 11691708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 79.2126
system time used= 23.0304
maximum resident set size= 11691708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125874
page faults= 0
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14507
involuntary context switches= 2346


# summary of solver processes directly reported to runsolver:
#   pid: 22257
#   total CPU time (s): 102.243
#   total CPU user time (s): 79.2126
#   total CPU system time (s): 23.0304

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.179576 second user time and 0.294343 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-15 19:05:44
IDJOB=4275356
IDBENCH=138764
IDSOLVER=2668
FILE ID=node149/4275356-1502817603
RUNJOBID= node149-1502812527-21936
PBS_JOBID= 20629823
Free space on /tmp= 61940 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/Hanoi/Hanoi-m1-s1/Hanoi-09.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4275356-1502817603/watcher-4275356-1502817603 -o /tmp/evaluation-result-4275356-1502817603/solver-4275356-1502817603 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1502812527-21936 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 2018268600 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275356-1502817603.xml

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

MD5SUM BENCH= 974f0afcd706a93e2571fe02010426b6
RANDOM SEED=2018268600

node149.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.43
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.43
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.43
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.43
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:        27711356 kB
MemAvailable:   31968684 kB
Buffers:          325556 kB
Cached:          4204096 kB
SwapCached:            0 kB
Active:          1230716 kB
Inactive:        3353892 kB
Active(anon):      58100 kB
Inactive(anon):    24956 kB
Active(file):    1172616 kB
Inactive(file):  3328936 kB
Unevictable:        6348 kB
Mlocked:            6348 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42800 kB
Writeback:             0 kB
AnonPages:         61424 kB
Mapped:            46268 kB
Shmem:             25224 kB
Slab:             169880 kB
SReclaimable:     143220 kB
SUnreclaim:        26660 kB
KernelStack:        3312 kB
PageTables:         4792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324320 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:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61896 MiB
End job on node149 at 2017-08-15 19:06:08