Trace number 4290990

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? 239.243 63.113

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-13-4-rom_c18.xml
MD5SUM0b51c5bbf7274d342280acfb624bd8bf
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 variables481
Number of constraints104
Number of domains5
Minimum domain size2
Maximum domain size129443
Distribution of domain sizes[{"size":2,"count":26},{"size":14,"count":182},{"size":27,"count":169},{"size":129443,"count":104}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":130},{"degree":2,"count":182},{"degree":8,"count":169}]
Minimum constraint arity16
Maximum constraint arity17
Distribution of constraint arities[{"arity":16,"count":26},{"arity":17,"count":78}]
Number of extensional constraints104
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":104}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.66/0.55	c version: 2018-07-02
0.66/0.55	c seed: 430085013
0.66/0.55	c timeout: 20160
0.66/0.55	c memlimit: 22000
0.66/0.55	c nbcore: 8
0.66/0.58	c Parsing instance...
11.89/7.28	c Parsing done, starting search...
238.12/62.69	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
238.12/62.69		at scala.collection.mutable.ArrayBuilder$ofLong.mkArray(ArrayBuilder.scala:388)
238.12/62.69		at scala.collection.mutable.ArrayBuilder$ofLong.resize(ArrayBuilder.scala:394)
238.12/62.69		at scala.collection.mutable.ArrayBuilder$ofLong.sizeHint(ArrayBuilder.scala:399)
239.02/62.99		at scala.Array$.fill(Array.scala:263)
239.02/62.99		at oscar.algo.reversible.ReversibleSparseBitSet$BitSet.<init>(ReversibleSparseBitSet.scala:94)
239.02/62.99		at oscar.cp.constraints.tables.TableCTStar.computeSupportsAndInitialFiltering(TableCTStar.scala:274)
239.02/62.99		at oscar.cp.constraints.tables.TableCTStar.setup(TableCTStar.scala:94)
239.02/62.99		at oscar.cp.core.CPStore.post(CPStore.scala:282)
239.02/62.99		at oscar.cp.core.CPSolver.$anonfun$add$1(CPSolver.scala:138)
239.02/62.99		at oscar.cp.core.CPSolver$$Lambda$204/919446210.apply$mcV$sp(Unknown Source)
239.02/62.99		at oscar.algo.search.BranchingUtils.isInconsistent(BranchingUtils.scala:39)
239.02/62.99		at oscar.algo.search.BranchingUtils.isInconsistent$(BranchingUtils.scala:37)
239.02/62.99		at oscar.cp.package$.isInconsistent(package.scala:54)
239.02/62.99		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
239.02/62.99		at oscar.modeling.models.cp.CPModel.p(CPModel.scala:277)
239.02/62.99		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:336)
239.02/62.99		at oscar.modeling.models.cp.MemoCPModel.post(MemoCPModel.scala:44)
239.02/62.99		at oscar.modeling.models.LeafModel.add(InstantiatedModel.scala:34)
239.02/62.99		at oscar.modeling.models.LeafModel.add$(InstantiatedModel.scala:34)
239.02/62.99		at oscar.modeling.models.InstantiatedModel.add(InstantiatedModel.scala:47)
239.02/62.99		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1(InstantiatedModel.scala:54)
239.02/62.99		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1$adapted(InstantiatedModel.scala:54)
239.02/62.99		at oscar.modeling.models.InstantiatedModel$$Lambda$200/1360215046.apply(Unknown Source)
239.02/63.00		at scala.collection.immutable.List.foreach(List.scala:389)
239.02/63.00		at oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:54)
239.02/63.00		at oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
239.02/63.00		at oscar.modeling.models.cp.MemoCPModel.<init>(MemoCPModel.scala:33)
239.02/63.00		at oscar.modeling.solvers.cp.decompositions.RefinementStrategy.decompose(RefinementStrategy.scala:56)
239.02/63.00		at oscar.modeling.solvers.cp.CPProgram.$anonfun$solveDistributed$2(CPProgram.scala:191)
239.02/63.00		at oscar.modeling.solvers.cp.CPProgram$$Lambda$126/2001223946.apply(Unknown Source)
239.02/63.00		at oscar.modeling.misc.ComputeTimeTaken$.computeTimeTaken(ComputeTimeTaken.scala:33)
239.02/63.00		at oscar.modeling.solvers.cp.CPProgram.$anonfun$solveDistributed$1(CPProgram.scala:191)
239.02/63.00	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 (9730 MiB free)
  memory of node 1: 16384 MiB (13903 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290990-1532650143/watcher-4290990-1532650143 -o /tmp/evaluation-result-4290990-1532650143/solver-4290990-1532650143 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1532642553-15375 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 430085013 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4290990-1532650143.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=16237, runsolver pid=16234
Current StackSize limit: 8192 KiB


[startup+0.100124 s]*
/proc/loadavg: 7.60 8.54 8.70 2/199 16257
/proc/meminfo: memFree=24183712/32770624 swapFree=67108860/67108860
[pid=16237] ppid=16234 vsize=26103424 memory=31852 CPUtime=0.11 cores=0-7
/proc/16237/stat : 16237 (java) S 16234 16237 15348 0 -1 1077944320 6928 0 0 0 10 1 0 0 20 0 20 0 82577654 26729906176 7963 33554432000 4194304 4196468 140726516379520 140726516362064 140091197783799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
/proc/16237/statm: 6525856 7963 3139 1 0 6487932 0
[pid=16237/tid=16239] ppid=16234 vsize=26103424 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/16237/task/16239/stat : 16239 (java) R 16234 16237 15348 0 -1 4202560 5168 0 0 0 8 1 0 0 20 0 20 0 82577655 26729906176 8161 33554432000 4194304 4196468 140726516379520 140091201968480 140091178059627 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16240] ppid=16234 vsize=26103424 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/16237/task/16240/stat : 16240 (java) S 16234 16237 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82577656 26729906176 8161 33554432000 4194304 4196468 140726516379520 140090756352528 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16241] ppid=16234 vsize=26103424 memory=139942117484160 CPUtime=0 cores=0-7
/proc/16237/task/16241/stat : 16241 (java) S 16234 16237 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82577656 26729906176 8161 33554432000 4194304 4196468 140726516379520 140090755299984 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16242] ppid=16234 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16237/task/16242/stat : 16242 (java) S 16234 16237 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82577656 26729906176 8161 33554432000 4194304 4196468 140726516379520 140090754246928 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16243] ppid=16234 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16237/task/16243/stat : 16243 (java) S 16234 16237 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82577656 26729906176 8161 33554432000 4194304 4196468 140726516379520 140090753194384 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16244] ppid=16234 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16237/task/16244/stat : 16244 (java) S 16234 16237 15348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82577656 26729906176 8161 33554432000 4194304 4196468 140726516379520 140090752142352 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16245] ppid=16234 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/16237/task/16245/stat : 16245 (java) S 16234 16237 15348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82577656 26729906176 8161 33554432000 4194304 4196468 140726516379520 140090751089808 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16246] ppid=16234 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16237/task/16246/stat : 16246 (java) S 16234 16237 15348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82577656 26729906176 8227 33554432000 4194304 4196468 140726516379520 140090750036752 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16247] ppid=16234 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16237/task/16247/stat : 16247 (java) S 16234 16237 15348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82577656 26729906176 8227 33554432000 4194304 4196468 140726516379520 140090748984208 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16248] ppid=16234 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16237/task/16248/stat : 16248 (java) S 16234 16237 15348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82577657 26729906176 8227 33554432000 4194304 4196468 140726516379520 140090191808752 140091197794946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16249] ppid=16234 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16237/task/16249/stat : 16249 (java) S 16234 16237 15348 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 82577658 26729906176 8227 33554432000 4194304 4196468 140726516379520 140090190754976 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16250] ppid=16234 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16237/task/16250/stat : 16250 (java) S 16234 16237 15348 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 82577658 26729906176 8227 33554432000 4194304 4196468 140726516379520 140090189701872 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16251] ppid=16234 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16237/task/16251/stat : 16251 (java) S 16234 16237 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82577660 26729906176 8227 33554432000 4194304 4196468 140726516379520 140090188650448 140091197802395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16252] ppid=16234 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16237/task/16252/stat : 16252 (java) S 16234 16237 15348 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 82577660 26729906176 8227 33554432000 4194304 4196468 140726516379520 140090187598576 140091197794946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16253] ppid=16234 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16237/task/16253/stat : 16253 (java) S 16234 16237 15348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82577660 26729906176 8227 33554432000 4194304 4196468 140726516379520 140090186546032 140091197794946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16254] ppid=16234 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16237/task/16254/stat : 16254 (java) S 16234 16237 15348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82577660 26729906176 8227 33554432000 4194304 4196468 140726516379520 140090185492976 140091197794946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16255] ppid=16234 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/16237/task/16255/stat : 16255 (java) S 16234 16237 15348 0 -1 1077944384 239 0 0 0 1 0 0 0 20 0 20 0 82577660 26729906176 8227 33554432000 4194304 4196468 140726516379520 140090184440432 140091197794946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16256] ppid=16234 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16237/task/16256/stat : 16256 (java) S 16234 16237 15348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82577660 26729906176 8227 33554432000 4194304 4196468 140726516379520 140090183387616 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16257] ppid=16234 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/16237/task/16257/stat : 16257 (java) S 16234 16237 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82577661 26729906176 8227 33554432000 4194304 4196468 140726516379520 140090182335152 140091197794946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 31852 KiB

[startup+0.210124 s]*
/proc/loadavg: 7.60 8.54 8.70 3/199 16257
/proc/meminfo: memFree=24170688/32770624 swapFree=67108860/67108860
[pid=16237] ppid=16234 vsize=26103424 memory=43900 CPUtime=0.3 cores=0-7
/proc/16237/stat : 16237 (java) S 16234 16237 15348 0 -1 1077944320 10115 0 0 0 28 2 0 0 20 0 20 0 82577654 26729906176 10975 33554432000 4194304 4196468 140726516379520 140726516362064 140091197783799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
/proc/16237/statm: 6525856 10975 3344 1 0 6487932 0
[pid=16237/tid=16239] ppid=16234 vsize=26103424 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/16237/task/16239/stat : 16239 (java) R 16234 16237 15348 0 -1 4202560 7917 0 0 0 18 1 0 0 20 0 20 0 82577655 26729906176 10975 33554432000 4194304 4196468 140726516379520 140091202013712 140091197805725 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16240] ppid=16234 vsize=26103424 memory=10869 CPUtime=0 cores=0-7
/proc/16237/task/16240/stat : 16240 (java) S 16234 16237 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82577656 26729906176 10975 33554432000 4194304 4196468 140726516379520 140090756352528 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16241] ppid=16234 vsize=26103424 memory=139942117974664 CPUtime=0 cores=0-7
/proc/16237/task/16241/stat : 16241 (java) S 16234 16237 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82577656 26729906176 10975 33554432000 4194304 4196468 140726516379520 140090755299984 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16242] ppid=16234 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/16237/task/16242/stat : 16242 (java) S 16234 16237 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82577656 26729906176 10975 33554432000 4194304 4196468 140726516379520 140090754246928 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16243] ppid=16234 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16237/task/16243/stat : 16243 (java) S 16234 16237 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82577656 26729906176 10975 33554432000 4194304 4196468 140726516379520 140090753194384 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16244] ppid=16234 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16237/task/16244/stat : 16244 (java) S 16234 16237 15348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82577656 26729906176 10975 33554432000 4194304 4196468 140726516379520 140090752142352 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16245] ppid=16234 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/16237/task/16245/stat : 16245 (java) S 16234 16237 15348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82577656 26729906176 10975 33554432000 4194304 4196468 140726516379520 140090751089808 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16246] ppid=16234 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16237/task/16246/stat : 16246 (java) S 16234 16237 15348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82577656 26729906176 10975 33554432000 4194304 4196468 140726516379520 140090750036752 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16247] ppid=16234 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16237/task/16247/stat : 16247 (java) S 16234 16237 15348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82577656 26729906176 10975 33554432000 4194304 4196468 140726516379520 140090748984208 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16248] ppid=16234 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16237/task/16248/stat : 16248 (java) S 16234 16237 15348 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 82577657 26729906176 10975 33554432000 4194304 4196468 140726516379520 140090191808752 140091197794946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16249] ppid=16234 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16237/task/16249/stat : 16249 (java) S 16234 16237 15348 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 82577658 26729906176 10975 33554432000 4194304 4196468 140726516379520 140090190754976 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16250] ppid=16234 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16237/task/16250/stat : 16250 (java) S 16234 16237 15348 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 82577658 26729906176 10975 33554432000 4194304 4196468 140726516379520 140090189701872 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16251] ppid=16234 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16237/task/16251/stat : 16251 (java) S 16234 16237 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82577660 26729906176 10975 33554432000 4194304 4196468 140726516379520 140090188650448 140091197802395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16252] ppid=16234 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/16237/task/16252/stat : 16252 (java) S 16234 16237 15348 0 -1 1077944384 508 0 0 0 1 0 0 0 20 0 20 0 82577660 26729906176 10975 33554432000 4194304 4196468 140726516379520 140090187598576 140091197794946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16253] ppid=16234 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16237/task/16253/stat : 16253 (java) S 16234 16237 15348 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 82577660 26729906176 10975 33554432000 4194304 4196468 140726516379520 140090186546032 140091197794946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16254] ppid=16234 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16237/task/16254/stat : 16254 (java) S 16234 16237 15348 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 82577660 26729906176 10975 33554432000 4194304 4196468 140726516379520 140090185492976 140091197794946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16255] ppid=16234 vsize=26103424 memory=0 CPUtime=0.06 cores=0-7
/proc/16237/task/16255/stat : 16255 (java) R 16234 16237 15348 0 -1 4202560 284 0 0 0 6 0 0 0 20 0 20 0 82577660 26729906176 10975 33554432000 4194304 4196468 140726516379520 140090184440432 140091182432232 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16256] ppid=16234 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16237/task/16256/stat : 16256 (java) S 16234 16237 15348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82577660 26729906176 10975 33554432000 4194304 4196468 140726516379520 140090183387616 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16257] ppid=16234 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/16237/task/16257/stat : 16257 (java) S 16234 16237 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82577661 26729906176 10975 33554432000 4194304 4196468 140726516379520 140090182335152 140091197794946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 43900 KiB

[startup+0.310263 s]*
/proc/loadavg: 7.60 8.54 8.70 3/199 16257
/proc/meminfo: memFree=24167276/32770624 swapFree=67108860/67108860
[pid=16237] ppid=16234 vsize=26103424 memory=47456 CPUtime=0.42 cores=0-7
/proc/16237/stat : 16237 (java) S 16234 16237 15348 0 -1 1077944320 10519 0 0 0 40 2 0 0 20 0 20 0 82577654 26729906176 11864 33554432000 4194304 4196468 140726516379520 140726516362064 140091197783799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
/proc/16237/statm: 6525856 11864 3380 1 0 6487932 0
[pid=16237/tid=16239] ppid=16234 vsize=26103424 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/16237/task/16239/stat : 16239 (java) R 16234 16237 15348 0 -1 4202560 8253 0 0 0 28 1 0 0 20 0 20 0 82577655 26729906176 11864 33554432000 4194304 4196468 140726516379520 140091201945536 140091181864286 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16240] ppid=16234 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16237/task/16240/stat : 16240 (java) S 16234 16237 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82577656 26729906176 11864 33554432000 4194304 4196468 140726516379520 140090756352528 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16241] ppid=16234 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16237/task/16241/stat : 16241 (java) S 16234 16237 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82577656 26729906176 11864 33554432000 4194304 4196468 140726516379520 140090755299984 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16242] ppid=16234 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16237/task/16242/stat : 16242 (java) S 16234 16237 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82577656 26729906176 11864 33554432000 4194304 4196468 140726516379520 140090754246928 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16243] ppid=16234 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16237/task/16243/stat : 16243 (java) S 16234 16237 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82577656 26729906176 11864 33554432000 4194304 4196468 140726516379520 140090753194384 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16244] ppid=16234 vsize=26103424 memory=2244 CPUtime=0 cores=0-7
/proc/16237/task/16244/stat : 16244 (java) S 16234 16237 15348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82577656 26729906176 11864 33554432000 4194304 4196468 140726516379520 140090752142352 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16245] ppid=16234 vsize=26103424 memory=139941979976623 CPUtime=0 cores=0-7
/proc/16237/task/16245/stat : 16245 (java) S 16234 16237 15348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82577656 26729906176 11864 33554432000 4194304 4196468 140726516379520 140090751089808 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16246] ppid=16234 vsize=26103424 memory=139941979978928 CPUtime=0 cores=0-7
/proc/16237/task/16246/stat : 16246 (java) S 16234 16237 15348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82577656 26729906176 11864 33554432000 4194304 4196468 140726516379520 140090750036752 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16247] ppid=16234 vsize=26103424 memory=139941979981232 CPUtime=0 cores=0-7
/proc/16237/task/16247/stat : 16247 (java) S 16234 16237 15348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82577656 26729906176 11864 33554432000 4194304 4196468 140726516379520 140090748984208 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16248] ppid=16234 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16237/task/16248/stat : 16248 (java) S 16234 16237 15348 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 82577657 26729906176 11864 33554432000 4194304 4196468 140726516379520 140090191808752 140091197794946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16249] ppid=16234 vsize=26103424 memory=279883959969424 CPUtime=0 cores=0-7
/proc/16237/task/16249/stat : 16249 (java) S 16234 16237 15348 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 82577658 26729906176 11864 33554432000 4194304 4196468 140726516379520 140090190754976 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16250] ppid=16234 vsize=26103424 memory=279883959976336 CPUtime=0 cores=0-7
/proc/16237/task/16250/stat : 16250 (java) S 16234 16237 15348 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 82577658 26729906176 11864 33554432000 4194304 4196468 140726516379520 140090189701872 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16251] ppid=16234 vsize=26103424 memory=279883959917616 CPUtime=0 cores=0-7
/proc/16237/task/16251/stat : 16251 (java) S 16234 16237 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82577660 26729906176 11864 33554432000 4194304 4196468 140726516379520 140090188650448 140091197802395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16252] ppid=16234 vsize=26103424 memory=279883959990160 CPUtime=0.02 cores=0-7
/proc/16237/task/16252/stat : 16252 (java) S 16234 16237 15348 0 -1 1077944384 569 0 0 0 2 0 0 0 20 0 20 0 82577660 26729906176 11864 33554432000 4194304 4196468 140726516379520 140090187598576 140091197794946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16253] ppid=16234 vsize=26103424 memory=279883959997072 CPUtime=0 cores=0-7
/proc/16237/task/16253/stat : 16253 (java) S 16234 16237 15348 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 20 0 82577660 26729906176 11864 33554432000 4194304 4196468 140726516379520 140090186546032 140091197794946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16254] ppid=16234 vsize=26103424 memory=279883959994768 CPUtime=0 cores=0-7
/proc/16237/task/16254/stat : 16254 (java) S 16234 16237 15348 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 20 0 82577660 26729906176 11864 33554432000 4194304 4196468 140726516379520 140090185492976 140091197794946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16255] ppid=16234 vsize=26103424 memory=279883960011376 CPUtime=0.08 cores=0-7
/proc/16237/task/16255/stat : 16255 (java) S 16234 16237 15348 0 -1 1077944384 290 0 0 0 8 0 0 0 20 0 20 0 82577660 26729906176 11864 33554432000 4194304 4196468 140726516379520 140090184440432 140091197794946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16256] ppid=16234 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16237/task/16256/stat : 16256 (java) S 16234 16237 15348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82577660 26729906176 11864 33554432000 4194304 4196468 140726516379520 140090183387616 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16257] ppid=16234 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/16237/task/16257/stat : 16257 (java) S 16234 16237 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82577661 26729906176 11864 33554432000 4194304 4196468 140726516379520 140090182335152 140091197794946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 47456 KiB

[startup+0.700869 s]
/proc/loadavg: 7.60 8.54 8.70 3/199 16257
/proc/meminfo: memFree=24143588/32770624 swapFree=67108860/67108860
[pid=16237] ppid=16234 vsize=26105492 memory=85048 CPUtime=0.98 cores=0-7
/proc/16237/stat : 16237 (java) S 16234 16237 15348 0 -1 1077944320 17279 0 0 0 93 5 0 0 20 0 20 0 82577654 26732023808 21262 33554432000 4194304 4196468 140726516379520 140726516362064 140091197783799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
/proc/16237/statm: 6526373 21262 3447 1 0 6488444 0
[pid=16237/tid=16239] ppid=16234 vsize=26105492 memory=0 CPUtime=0.67 cores=0-7
/proc/16237/task/16239/stat : 16239 (java) R 16234 16237 15348 0 -1 4202560 14613 0 0 0 64 3 0 0 20 0 20 0 82577655 26732023808 21262 33554432000 4194304 4196468 140726516379520 140091202010400 140091197805725 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16240] ppid=16234 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/16237/task/16240/stat : 16240 (java) S 16234 16237 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82577656 26732023808 21262 33554432000 4194304 4196468 140726516379520 140090756352528 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16241] ppid=16234 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/16237/task/16241/stat : 16241 (java) S 16234 16237 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82577656 26732023808 21262 33554432000 4194304 4196468 140726516379520 140090755299984 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16242] ppid=16234 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/16237/task/16242/stat : 16242 (java) S 16234 16237 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82577656 26732023808 21262 33554432000 4194304 4196468 140726516379520 140090754246928 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16243] ppid=16234 vsize=26105492 memory=792 CPUtime=0 cores=0-7
/proc/16237/task/16243/stat : 16243 (java) S 16234 16237 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82577656 26732023808 21262 33554432000 4194304 4196468 140726516379520 140090753194384 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16244] ppid=16234 vsize=26105492 memory=1008 CPUtime=0 cores=0-7
/proc/16237/task/16244/stat : 16244 (java) S 16234 16237 15348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82577656 26732023808 21262 33554432000 4194304 4196468 140726516379520 140090752142352 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16245] ppid=16234 vsize=26105492 memory=1228 CPUtime=0 cores=0-7
/proc/16237/task/16245/stat : 16245 (java) S 16234 16237 15348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82577656 26732023808 21262 33554432000 4194304 4196468 140726516379520 140090751089808 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16246] ppid=16234 vsize=26105492 memory=1200 CPUtime=0 cores=0-7
/proc/16237/task/16246/stat : 16246 (java) S 16234 16237 15348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82577656 26732023808 21262 33554432000 4194304 4196468 140726516379520 140090750036752 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16247] ppid=16234 vsize=26105492 memory=15876 CPUtime=0 cores=0-7
/proc/16237/task/16247/stat : 16247 (java) S 16234 16237 15348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82577656 26732023808 21262 33554432000 4194304 4196468 140726516379520 140090748984208 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16248] ppid=16234 vsize=26105492 memory=18268 CPUtime=0 cores=0-7
/proc/16237/task/16248/stat : 16248 (java) S 16234 16237 15348 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 82577657 26732023808 21262 33554432000 4194304 4196468 140726516379520 140090191808752 140091197794946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0

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

Current children cumulated memory: 23449488 KiB

[startup+60.8009 s]
/proc/loadavg: 4.43 7.48 8.32 9/200 16265
/proc/meminfo: memFree=725928/32770624 swapFree=67108860/67108860
[pid=16237] ppid=16234 vsize=26111636 memory=23449504 CPUtime=227.29 cores=0-7
/proc/16237/stat : 16237 (java) S 16234 16237 15348 0 -1 1077944320 988160 0 0 0 17725 5004 0 0 20 0 20 0 82577654 26738315264 5862376 33554432000 4194304 4196468 140726516379520 140726516362064 140091197783799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
/proc/16237/statm: 6527909 5862376 3592 1 0 6489980 0
[pid=16237/tid=16239] ppid=16234 vsize=26111636 memory=18268 CPUtime=34.84 cores=0-7
/proc/16237/task/16239/stat : 16239 (java) S 16234 16237 15348 0 -1 1077944384 66132 0 0 0 3445 39 0 0 20 0 20 0 82577655 26738315264 5862376 33554432000 4194304 4196468 140726516379520 140091202017936 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16240] ppid=16234 vsize=26111636 memory=23449504 CPUtime=23.41 cores=0-7
/proc/16237/task/16240/stat : 16240 (java) R 16234 16237 15348 0 -1 4202560 94076 0 0 0 1677 664 0 0 20 0 20 0 82577656 26738315264 5862376 33554432000 4194304 4196468 140726516379520 140090756352648 140091190412007 0 4 0 16800975 0 0 0 -1 7 0 0 26 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16241] ppid=16234 vsize=26111636 memory=4052 CPUtime=23.61 cores=0-7
/proc/16237/task/16241/stat : 16241 (java) R 16234 16237 15348 0 -1 4202560 80795 0 0 0 1769 592 0 0 20 0 20 0 82577656 26738315264 5862376 33554432000 4194304 4196468 140726516379520 140090755299792 140091190412007 0 4 0 16800975 0 0 0 -1 6 0 0 21 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16242] ppid=16234 vsize=26111636 memory=1292 CPUtime=23.69 cores=0-7
/proc/16237/task/16242/stat : 16242 (java) R 16234 16237 15348 0 -1 4202560 174740 0 0 0 1755 614 0 0 20 0 20 0 82577656 26738315264 5862376 33554432000 4194304 4196468 140726516379520 140090754246736 140091190412007 0 4 0 16800975 0 0 0 -1 2 0 0 24 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16243] ppid=16234 vsize=26111636 memory=2436 CPUtime=23.56 cores=0-7
/proc/16237/task/16243/stat : 16243 (java) R 16234 16237 15348 0 -1 4202560 115954 0 0 0 1708 648 0 0 20 0 20 0 82577656 26738315264 5862376 33554432000 4194304 4196468 140726516379520 140090753194504 140091190880500 0 4 0 16800975 0 0 0 -1 5 0 0 26 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16244] ppid=16234 vsize=26111636 memory=1728 CPUtime=23.31 cores=0-7
/proc/16237/task/16244/stat : 16244 (java) R 16234 16237 15348 0 -1 4202560 83893 0 0 0 1724 607 0 0 20 0 20 0 82577656 26738315264 5862376 33554432000 4194304 4196468 140726516379520 140090752142160 140091190412007 0 4 0 16800975 0 0 0 -1 3 0 0 38 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16245] ppid=16234 vsize=26111636 memory=1708 CPUtime=23.65 cores=0-7
/proc/16237/task/16245/stat : 16245 (java) R 16234 16237 15348 0 -1 4202560 154934 0 0 0 1742 623 0 0 20 0 20 0 82577656 26738315264 5862376 33554432000 4194304 4196468 140726516379520 140090751089616 140091190412007 0 4 0 16800975 0 0 0 -1 4 0 0 23 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16246] ppid=16234 vsize=26111636 memory=5792 CPUtime=23.43 cores=0-7
/proc/16237/task/16246/stat : 16246 (java) R 16234 16237 15348 0 -1 4202560 91584 0 0 0 1733 610 0 0 20 0 20 0 82577656 26738315264 5862376 33554432000 4194304 4196468 140726516379520 140090750036560 140091190412007 0 4 0 16800975 0 0 0 -1 1 0 0 33 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16247] ppid=16234 vsize=26111636 memory=2200 CPUtime=23.46 cores=0-7
/proc/16237/task/16247/stat : 16247 (java) R 16234 16237 15348 0 -1 4202560 78684 0 0 0 1762 584 0 0 20 0 20 0 82577656 26738315264 5862376 33554432000 4194304 4196468 140726516379520 140090748984016 140091190412007 0 4 0 16800975 0 0 0 -1 0 0 0 31 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16248] ppid=16234 vsize=26111636 memory=7892 CPUtime=1.81 cores=0-7
/proc/16237/task/16248/stat : 16248 (java) S 16234 16237 15348 0 -1 1077944384 39007 0 0 0 169 12 0 0 20 0 20 0 82577657 26738315264 5862376 33554432000 4194304 4196468 140726516379520 140090191807312 140091197794005 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16249] ppid=16234 vsize=26111636 memory=840 CPUtime=0 cores=0-7
/proc/16237/task/16249/stat : 16249 (java) S 16234 16237 15348 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 20 0 82577658 26738315264 5862376 33554432000 4194304 4196468 140726516379520 140090190755040 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16250] ppid=16234 vsize=26111636 memory=1800 CPUtime=0 cores=0-7
/proc/16237/task/16250/stat : 16250 (java) S 16234 16237 15348 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 82577658 26738315264 5862376 33554432000 4194304 4196468 140726516379520 140090189701888 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16251] ppid=16234 vsize=26111636 memory=920 CPUtime=0 cores=0-7
/proc/16237/task/16251/stat : 16251 (java) S 16234 16237 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82577660 26738315264 5862376 33554432000 4194304 4196468 140726516379520 140090188650448 140091197802395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16252] ppid=16234 vsize=26111636 memory=4232 CPUtime=0.62 cores=0-7
/proc/16237/task/16252/stat : 16252 (java) S 16234 16237 15348 0 -1 1077944384 1506 0 0 0 61 1 0 0 20 0 20 0 82577660 26738315264 5862376 33554432000 4194304 4196468 140726516379520 140090187598336 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16253] ppid=16234 vsize=26111636 memory=4612 CPUtime=0.63 cores=0-7
/proc/16237/task/16253/stat : 16253 (java) S 16234 16237 15348 0 -1 1077944384 1140 0 0 0 63 0 0 0 20 0 20 0 82577660 26738315264 5862376 33554432000 4194304 4196468 140726516379520 140090186546080 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16254] ppid=16234 vsize=26111636 memory=9920 CPUtime=0.59 cores=0-7
/proc/16237/task/16254/stat : 16254 (java) S 16234 16237 15348 0 -1 1077944384 1741 0 0 0 58 1 0 0 20 0 20 0 82577660 26738315264 5862376 33554432000 4194304 4196468 140726516379520 140090185493024 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16255] ppid=16234 vsize=26111636 memory=1944 CPUtime=0.52 cores=0-7
/proc/16237/task/16255/stat : 16255 (java) S 16234 16237 15348 0 -1 1077944384 2431 0 0 0 52 0 0 0 20 0 20 0 82577660 26738315264 5862376 33554432000 4194304 4196468 140726516379520 140090184440480 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16256] ppid=16234 vsize=26111636 memory=1428 CPUtime=0 cores=0-7
/proc/16237/task/16256/stat : 16256 (java) S 16234 16237 15348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82577660 26738315264 5862376 33554432000 4194304 4196468 140726516379520 140090183387616 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16257] ppid=16234 vsize=26111636 memory=8532 CPUtime=0.03 cores=0-7
/proc/16237/task/16257/stat : 16257 (java) S 16234 16237 15348 0 -1 1077944384 134 0 0 0 2 1 0 0 20 0 20 0 82577661 26738315264 5862376 33554432000 4194304 4196468 140726516379520 140090182335152 140091197794946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
Current children cumulated CPU time: 227.29 s
Current children cumulated vsize: 26111636 KiB
Current children cumulated memory: 23449504 KiB

[startup+62.401 s]
/proc/loadavg: 4.43 7.48 8.32 2/200 16265
/proc/meminfo: memFree=725976/32770624 swapFree=67108860/67108860
[pid=16237] ppid=16234 vsize=26111636 memory=23449616 CPUtime=236.65 cores=0-7
/proc/16237/stat : 16237 (java) S 16234 16237 15348 0 -1 1077944320 1075299 0 0 0 18655 5010 0 0 20 0 20 0 82577654 26738315264 5862404 33554432000 4194304 4196468 140726516379520 140726516362064 140091197783799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
/proc/16237/statm: 6527909 5862404 3592 1 0 6489980 0
[pid=16237/tid=16239] ppid=16234 vsize=26111636 memory=2436 CPUtime=34.84 cores=0-7
/proc/16237/task/16239/stat : 16239 (java) S 16234 16237 15348 0 -1 1077944384 66134 0 0 0 3445 39 0 0 20 0 20 0 82577655 26738315264 5862404 33554432000 4194304 4196468 140726516379520 140091202017936 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16240] ppid=16234 vsize=26111636 memory=1728 CPUtime=24.51 cores=0-7
/proc/16237/task/16240/stat : 16240 (java) R 16234 16237 15348 0 -1 4202560 94076 0 0 0 1787 664 0 0 20 0 20 0 82577656 26738315264 5862404 33554432000 4194304 4196468 140726516379520 140090756352728 140091182481541 0 4 0 16800975 0 0 0 -1 2 0 0 26 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16241] ppid=16234 vsize=26111636 memory=6791534058613427641 CPUtime=24.72 cores=0-7
/proc/16237/task/16241/stat : 16241 (java) R 16234 16237 15348 0 -1 4202560 80795 0 0 0 1880 592 0 0 20 0 20 0 82577656 26738315264 5862404 33554432000 4194304 4196468 140726516379520 140090755299984 140091179380481 0 4 0 16800975 0 0 0 -1 6 0 0 21 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16242] ppid=16234 vsize=26111636 memory=928 CPUtime=24.8 cores=0-7
/proc/16237/task/16242/stat : 16242 (java) R 16234 16237 15348 0 -1 4202560 174900 0 0 0 1865 615 0 0 20 0 20 0 82577656 26738315264 5862404 33554432000 4194304 4196468 140726516379520 140090754246928 140091182481524 0 4 0 16800975 0 0 0 -1 0 0 0 24 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16243] ppid=16234 vsize=26111636 memory=2240 CPUtime=24.68 cores=0-7
/proc/16237/task/16243/stat : 16243 (java) R 16234 16237 15348 0 -1 4202560 201531 0 0 0 1817 651 0 0 20 0 20 0 82577656 26738315264 5862404 33554432000 4194304 4196468 140726516379520 140090753194384 140091182734898 0 4 0 16800975 0 0 0 -1 5 0 0 26 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16244] ppid=16234 vsize=26111636 memory=4128 CPUtime=24.41 cores=0-7
/proc/16237/task/16244/stat : 16244 (java) R 16234 16237 15348 0 -1 4202560 84048 0 0 0 1834 607 0 0 20 0 20 0 82577656 26738315264 5862404 33554432000 4194304 4196468 140726516379520 140090752142352 140091182734898 0 4 0 16800975 0 0 0 -1 3 0 0 38 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16245] ppid=16234 vsize=26111636 memory=23449616 CPUtime=24.76 cores=0-7
/proc/16237/task/16245/stat : 16245 (java) R 16234 16237 15348 0 -1 4202560 154934 0 0 0 1853 623 0 0 20 0 20 0 82577656 26738315264 5862404 33554432000 4194304 4196468 140726516379520 140090751089808 140091182734404 0 4 0 16800975 0 0 0 -1 4 0 0 23 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16246] ppid=16234 vsize=26111636 memory=2424 CPUtime=24.55 cores=0-7
/proc/16237/task/16246/stat : 16246 (java) R 16234 16237 15348 0 -1 4202560 91584 0 0 0 1844 611 0 0 20 0 20 0 82577656 26738315264 5862404 33554432000 4194304 4196468 140726516379520 140090750036752 140091177810204 0 4 0 16800975 0 0 0 -1 1 0 0 33 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16247] ppid=16234 vsize=26111636 memory=1576 CPUtime=24.56 cores=0-7
/proc/16237/task/16247/stat : 16247 (java) R 16234 16237 15348 0 -1 4202560 78684 0 0 0 1871 585 0 0 20 0 20 0 82577656 26738315264 5862404 33554432000 4194304 4196468 140726516379520 140090748984096 140091183848624 0 4 0 16800975 0 0 0 -1 7 0 0 31 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16248] ppid=16234 vsize=26111636 memory=928 CPUtime=2.28 cores=0-7
/proc/16237/task/16248/stat : 16248 (java) S 16234 16237 15348 0 -1 1077944384 40250 0 0 0 216 12 0 0 20 0 20 0 82577657 26738315264 5862404 33554432000 4194304 4196468 140726516379520 140090191807088 140091197794005 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16249] ppid=16234 vsize=26111636 memory=1708 CPUtime=0 cores=0-7
/proc/16237/task/16249/stat : 16249 (java) S 16234 16237 15348 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 82577658 26738315264 5862404 33554432000 4194304 4196468 140726516379520 140090190755040 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16250] ppid=16234 vsize=26111636 memory=5792 CPUtime=0 cores=0-7
/proc/16237/task/16250/stat : 16250 (java) S 16234 16237 15348 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 82577658 26738315264 5862404 33554432000 4194304 4196468 140726516379520 140090189701888 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16251] ppid=16234 vsize=26111636 memory=4612 CPUtime=0 cores=0-7
/proc/16237/task/16251/stat : 16251 (java) S 16234 16237 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82577660 26738315264 5862404 33554432000 4194304 4196468 140726516379520 140090188650448 140091197802395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16252] ppid=16234 vsize=26111636 memory=9920 CPUtime=0.62 cores=0-7
/proc/16237/task/16252/stat : 16252 (java) S 16234 16237 15348 0 -1 1077944384 1506 0 0 0 61 1 0 0 20 0 20 0 82577660 26738315264 5862404 33554432000 4194304 4196468 140726516379520 140090187598576 140091197794946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16253] ppid=16234 vsize=26111636 memory=1944 CPUtime=0.63 cores=0-7
/proc/16237/task/16253/stat : 16253 (java) S 16234 16237 15348 0 -1 1077944384 1140 0 0 0 63 0 0 0 20 0 20 0 82577660 26738315264 5862404 33554432000 4194304 4196468 140726516379520 140090186546032 140091197794946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16254] ppid=16234 vsize=26111636 memory=1428 CPUtime=0.59 cores=0-7
/proc/16237/task/16254/stat : 16254 (java) S 16234 16237 15348 0 -1 1077944384 1741 0 0 0 58 1 0 0 20 0 20 0 82577660 26738315264 5862404 33554432000 4194304 4196468 140726516379520 140090185492976 140091197794946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16255] ppid=16234 vsize=26111636 memory=8532 CPUtime=0.52 cores=0-7
/proc/16237/task/16255/stat : 16255 (java) S 16234 16237 15348 0 -1 1077944384 2431 0 0 0 52 0 0 0 20 0 20 0 82577660 26738315264 5862404 33554432000 4194304 4196468 140726516379520 140090184440432 140091197794946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16256] ppid=16234 vsize=26111636 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/16237/task/16256/stat : 16256 (java) S 16234 16237 15348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82577660 26738315264 5862404 33554432000 4194304 4196468 140726516379520 140090183387616 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16257] ppid=16234 vsize=26111636 memory=4128 CPUtime=0.03 cores=0-7
/proc/16237/task/16257/stat : 16257 (java) S 16234 16237 15348 0 -1 1077944384 134 0 0 0 2 1 0 0 20 0 20 0 82577661 26738315264 5862404 33554432000 4194304 4196468 140726516379520 140090182335152 140091197794946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
Current children cumulated CPU time: 236.65 s
Current children cumulated vsize: 26111636 KiB
Current children cumulated memory: 23449616 KiB

[startup+62.8009 s]
/proc/loadavg: 4.43 7.48 8.32 2/200 16265
/proc/meminfo: memFree=725976/32770624 swapFree=67108860/67108860
[pid=16237] ppid=16234 vsize=26111636 memory=23449800 CPUtime=238.92 cores=0-7
/proc/16237/stat : 16237 (java) S 16234 16237 15348 0 -1 1077944320 1075340 0 0 0 18882 5010 0 0 20 0 20 0 82577654 26738315264 5862450 33554432000 4194304 4196468 140726516379520 140726516362064 140091197783799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
/proc/16237/statm: 6527909 5862450 3593 1 0 6489980 0
[pid=16237/tid=16239] ppid=16234 vsize=26111636 memory=279883960545856 CPUtime=34.84 cores=0-7
/proc/16237/task/16239/stat : 16239 (java) S 16234 16237 15348 0 -1 1077944384 66165 0 0 0 3445 39 0 0 20 0 20 0 82577655 26738315264 5862450 33554432000 4194304 4196468 140726516379520 140091202023040 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16240] ppid=16234 vsize=26111636 memory=6944656592455359580 CPUtime=24.78 cores=0-7
/proc/16237/task/16240/stat : 16240 (java) S 16234 16237 15348 0 -1 1077944384 94081 0 0 0 1814 664 0 0 20 0 20 0 82577656 26738315264 5862450 33554432000 4194304 4196468 140726516379520 140090756352528 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 26 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16241] ppid=16234 vsize=26111636 memory=6791534058613427641 CPUtime=24.99 cores=0-7
/proc/16237/task/16241/stat : 16241 (java) S 16234 16237 15348 0 -1 1077944384 80795 0 0 0 1907 592 0 0 20 0 20 0 82577656 26738315264 5862450 33554432000 4194304 4196468 140726516379520 140090755299984 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 21 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16242] ppid=16234 vsize=26111636 memory=1428 CPUtime=25.07 cores=0-7
/proc/16237/task/16242/stat : 16242 (java) S 16234 16237 15348 0 -1 1077944384 174900 0 0 0 1892 615 0 0 20 0 20 0 82577656 26738315264 5862450 33554432000 4194304 4196468 140726516379520 140090754246928 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 24 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16243] ppid=16234 vsize=26111636 memory=8532 CPUtime=24.95 cores=0-7
/proc/16237/task/16243/stat : 16243 (java) S 16234 16237 15348 0 -1 1077944384 201531 0 0 0 1844 651 0 0 20 0 20 0 82577656 26738315264 5862450 33554432000 4194304 4196468 140726516379520 140090753194384 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 26 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16244] ppid=16234 vsize=26111636 memory=0 CPUtime=24.68 cores=0-7
/proc/16237/task/16244/stat : 16244 (java) S 16234 16237 15348 0 -1 1077944384 84048 0 0 0 1861 607 0 0 20 0 20 0 82577656 26738315264 5862450 33554432000 4194304 4196468 140726516379520 140090752142352 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 38 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16245] ppid=16234 vsize=26111636 memory=139942919406464 CPUtime=25.02 cores=0-7
/proc/16237/task/16245/stat : 16245 (java) S 16234 16237 15348 0 -1 1077944384 154934 0 0 0 1879 623 0 0 20 0 20 0 82577656 26738315264 5862450 33554432000 4194304 4196468 140726516379520 140090751089808 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 23 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16246] ppid=16234 vsize=26111636 memory=139942919406465 CPUtime=24.81 cores=0-7
/proc/16237/task/16246/stat : 16246 (java) S 16234 16237 15348 0 -1 1077944384 91584 0 0 0 1870 611 0 0 20 0 20 0 82577656 26738315264 5862450 33554432000 4194304 4196468 140726516379520 140090750036752 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 33 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16247] ppid=16234 vsize=26111636 memory=139942919406484 CPUtime=24.83 cores=0-7
/proc/16237/task/16247/stat : 16247 (java) S 16234 16237 15348 0 -1 1077944384 78684 0 0 0 1898 585 0 0 20 0 20 0 82577656 26738315264 5862450 33554432000 4194304 4196468 140726516379520 140090748984208 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 31 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16248] ppid=16234 vsize=26111636 memory=139942919406535 CPUtime=2.41 cores=0-7
/proc/16237/task/16248/stat : 16248 (java) R 16234 16237 15348 0 -1 4202560 40253 0 0 0 229 12 0 0 20 0 20 0 82577657 26738315264 5862450 33554432000 4194304 4196468 140726516379520 140090191807296 140091182780056 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16249] ppid=16234 vsize=26111636 memory=139942919406537 CPUtime=0 cores=0-7
/proc/16237/task/16249/stat : 16249 (java) S 16234 16237 15348 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 82577658 26738315264 5862450 33554432000 4194304 4196468 140726516379520 140090190755040 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16250] ppid=16234 vsize=26111636 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/16237/task/16250/stat : 16250 (java) S 16234 16237 15348 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 82577658 26738315264 5862450 33554432000 4194304 4196468 140726516379520 140090189701888 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16251] ppid=16234 vsize=26111636 memory=1232 CPUtime=0 cores=0-7
/proc/16237/task/16251/stat : 16251 (java) S 16234 16237 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82577660 26738315264 5862450 33554432000 4194304 4196468 140726516379520 140090188650448 140091197802395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16252] ppid=16234 vsize=26111636 memory=956 CPUtime=0.62 cores=0-7
/proc/16237/task/16252/stat : 16252 (java) S 16234 16237 15348 0 -1 1077944384 1506 0 0 0 61 1 0 0 20 0 20 0 82577660 26738315264 5862450 33554432000 4194304 4196468 140726516379520 140090187598576 140091197794946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16253] ppid=16234 vsize=26111636 memory=2424 CPUtime=0.63 cores=0-7
/proc/16237/task/16253/stat : 16253 (java) S 16234 16237 15348 0 -1 1077944384 1140 0 0 0 63 0 0 0 20 0 20 0 82577660 26738315264 5862450 33554432000 4194304 4196468 140726516379520 140090186546032 140091197794946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16254] ppid=16234 vsize=26111636 memory=1576 CPUtime=0.59 cores=0-7
/proc/16237/task/16254/stat : 16254 (java) S 16234 16237 15348 0 -1 1077944384 1741 0 0 0 58 1 0 0 20 0 20 0 82577660 26738315264 5862450 33554432000 4194304 4196468 140726516379520 140090185492976 140091197794946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16255] ppid=16234 vsize=26111636 memory=928 CPUtime=0.52 cores=0-7
/proc/16237/task/16255/stat : 16255 (java) S 16234 16237 15348 0 -1 1077944384 2431 0 0 0 52 0 0 0 20 0 20 0 82577660 26738315264 5862450 33554432000 4194304 4196468 140726516379520 140090184440432 140091197794946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16256] ppid=16234 vsize=26111636 memory=2240 CPUtime=0 cores=0-7
/proc/16237/task/16256/stat : 16256 (java) S 16234 16237 15348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82577660 26738315264 5862450 33554432000 4194304 4196468 140726516379520 140090183387616 140091197794005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
[pid=16237/tid=16257] ppid=16234 vsize=26111636 memory=4128 CPUtime=0.03 cores=0-7
/proc/16237/task/16257/stat : 16257 (java) S 16234 16237 15348 0 -1 1077944384 136 0 0 0 2 1 0 0 20 0 20 0 82577661 26738315264 5862450 33554432000 4194304 4196468 140726516379520 140090182335152 140091197794946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36401152 140726516384846 140726516385029 140726516385029 140726516387791 0
Current children cumulated CPU time: 238.92 s
Current children cumulated vsize: 26111636 KiB
Current children cumulated memory: 23449800 KiB

[startup+63.0008 s]*
/proc/loadavg: 4.43 7.48 8.32 2/197 16266
/proc/meminfo: memFree=10144688/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+63.1092 s]
/proc/loadavg: 4.43 7.48 8.32 2/197 16266
/proc/meminfo: memFree=10144688/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): 63.113
CPU time (s): 239.243
CPU user time (s): 188.956
CPU system time (s): 50.2868
CPU usage (%): 379.071
Max. virtual memory (cumulated for all children) (KiB): 26111636
Max. memory (cumulated for all children) (KiB): 23449800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 188.956
system time used= 50.2868
maximum resident set size= 23449800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1075478
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27912
involuntary context switches= 3192


# summary of solver processes directly reported to runsolver:
#   pid: 16237
#   total CPU time (s): 239.243
#   total CPU user time (s): 188.956
#   total CPU system time (s): 50.2868

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.400392 second user time and 0.772869 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-27 02:09:04
IDJOB=4290990
IDBENCH=141310
IDSOLVER=2745
FILE ID=node150/4290990-1532650143
RUNJOBID= node150-1532642553-15375
PBS_JOBID= 21022192
Free space on /tmp= 53016 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-07-02
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-13-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-4290990-1532650143/watcher-4290990-1532650143 -o /tmp/evaluation-result-4290990-1532650143/solver-4290990-1532650143 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1532642553-15375 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 430085013 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4290990-1532650143.xml

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

MD5SUM BENCH= 0b51c5bbf7274d342280acfb624bd8bf
RANDOM SEED=430085013

node150.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.76
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.76
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.76
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.76
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:        24201684 kB
MemAvailable:   31928020 kB
Buffers:          214088 kB
Cached:          7704708 kB
SwapCached:            0 kB
Active:          2310260 kB
Inactive:        5660044 kB
Active(anon):       4252 kB
Inactive(anon):    75212 kB
Active(file):    2306008 kB
Inactive(file):  5584832 kB
Unevictable:        7744 kB
Mlocked:            7744 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            124540 kB
Writeback:             0 kB
AnonPages:         59628 kB
Mapped:            41276 kB
Shmem:             25224 kB
Slab:             292476 kB
SReclaimable:     263956 kB
SUnreclaim:        28520 kB
KernelStack:        3168 kB
PageTables:         4700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 52980 MiB
End job on node150 at 2018-07-27 02:10:07