Trace number 4308755

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Parallel with EPS 2018-08-14? 200.207 38.7324

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-09-4-rom_c18.xml
MD5SUM687e226d0bfa9953b2ddd48681aeb13c
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 variables297
Number of constraints72
Number of domains5
Minimum domain size2
Maximum domain size84486
Distribution of domain sizes[{"size":2,"count":18},{"size":10,"count":126},{"size":27,"count":81},{"size":84486,"count":72}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":90},{"degree":2,"count":126},{"degree":8,"count":81}]
Minimum constraint arity12
Maximum constraint arity13
Distribution of constraint arities[{"arity":12,"count":18},{"arity":13,"count":54}]
Number of extensional constraints72
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":72}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308755-1534374680/watcher-4308755-1534374680 -o /tmp/evaluation-result-4308755-1534374680/solver-4308755-1534374680 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1534372170-22211 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1111268976 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308755-1534374680.xml 

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

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

solver pid=22500, runsolver pid=22497

[startup+0.100152 s]*
/proc/loadavg: 1.61 4.16 6.80 3/199 22520
/proc/meminfo: memFree=24124364/32770624 swapFree=67059136/67108860
[pid=22500] ppid=22497 vsize=26103420 memory=30284 CPUtime=0.12 cores=0-7
/proc/22500/stat : 22500 (java) S 22497 22500 22184 0 -1 1077944320 7035 0 0 0 11 1 0 0 20 0 20 0 255031272 26729902080 7571 33554432000 4194304 4196468 140726631068704 140726631051248 139985031638775 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
/proc/22500/statm: 6525855 7571 3142 1 0 6487932 0
[pid=22500/tid=22502] ppid=22497 vsize=26103420 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/22500/task/22502/stat : 22502 (java) R 22497 22500 22184 0 -1 4202560 5126 0 0 0 9 0 0 0 20 0 20 0 255031272 26729902080 7637 33554432000 4194304 4196468 140726631068704 139985035872016 139985011914496 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22503] ppid=22497 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22500/task/22503/stat : 22503 (java) S 22497 22500 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255031273 26729902080 7637 33554432000 4194304 4196468 140726631068704 139984590129808 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22504] ppid=22497 vsize=26103420 memory=140379616093824 CPUtime=0 cores=0-7
/proc/22500/task/22504/stat : 22504 (java) S 22497 22500 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255031273 26729902080 7637 33554432000 4194304 4196468 140726631068704 139984589077008 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22505] ppid=22497 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22500/task/22505/stat : 22505 (java) S 22497 22500 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255031273 26729902080 7637 33554432000 4194304 4196468 140726631068704 139984588024208 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22506] ppid=22497 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22500/task/22506/stat : 22506 (java) S 22497 22500 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255031273 26729902080 7637 33554432000 4194304 4196468 140726631068704 139984586971408 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22507] ppid=22497 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22500/task/22507/stat : 22507 (java) S 22497 22500 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255031273 26729902080 7637 33554432000 4194304 4196468 140726631068704 139984585919632 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22508] ppid=22497 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/22500/task/22508/stat : 22508 (java) S 22497 22500 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255031273 26729902080 7637 33554432000 4194304 4196468 140726631068704 139984584866832 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22509] ppid=22497 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22500/task/22509/stat : 22509 (java) S 22497 22500 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255031273 26729902080 7637 33554432000 4194304 4196468 140726631068704 139984583814032 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22510] ppid=22497 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22500/task/22510/stat : 22510 (java) S 22497 22500 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255031273 26729902080 7637 33554432000 4194304 4196468 140726631068704 139984582761232 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22511] ppid=22497 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22500/task/22511/stat : 22511 (java) S 22497 22500 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255031274 26729902080 7637 33554432000 4194304 4196468 140726631068704 139983370254704 139985031649922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22512] ppid=22497 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22500/task/22512/stat : 22512 (java) S 22497 22500 22184 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255031275 26729902080 7637 33554432000 4194304 4196468 140726631068704 139983369200672 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22513] ppid=22497 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22500/task/22513/stat : 22513 (java) S 22497 22500 22184 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255031275 26729902080 7703 33554432000 4194304 4196468 140726631068704 139983368147824 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22514] ppid=22497 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22500/task/22514/stat : 22514 (java) S 22497 22500 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255031278 26729902080 7703 33554432000 4194304 4196468 140726631068704 139983367096144 139985031657371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22515] ppid=22497 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22500/task/22515/stat : 22515 (java) S 22497 22500 22184 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 20 0 255031278 26729902080 7703 33554432000 4194304 4196468 140726631068704 139983366044528 139985031649922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22516] ppid=22497 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22500/task/22516/stat : 22516 (java) S 22497 22500 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255031278 26729902080 7703 33554432000 4194304 4196468 140726631068704 139983364991728 139985031649922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22517] ppid=22497 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22500/task/22517/stat : 22517 (java) S 22497 22500 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255031278 26729902080 7703 33554432000 4194304 4196468 140726631068704 139983363938928 139985031649922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22518] ppid=22497 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/22500/task/22518/stat : 22518 (java) S 22497 22500 22184 0 -1 1077944384 243 0 0 0 1 0 0 0 20 0 20 0 255031278 26729902080 7703 33554432000 4194304 4196468 140726631068704 139983362886128 139985031649922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22519] ppid=22497 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22500/task/22519/stat : 22519 (java) S 22497 22500 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255031278 26729902080 7703 33554432000 4194304 4196468 140726631068704 139983361833568 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22520] ppid=22497 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/22500/task/22520/stat : 22520 (java) S 22497 22500 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255031278 26729902080 7703 33554432000 4194304 4196468 140726631068704 139983360780848 139985031649922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 30284 KiB

[startup+0.209935 s]*
/proc/loadavg: 1.61 4.16 6.80 3/199 22520
/proc/meminfo: memFree=24111264/32770624 swapFree=67059136/67108860
[pid=22500] ppid=22497 vsize=26103420 memory=43228 CPUtime=0.3 cores=0-7
/proc/22500/stat : 22500 (java) S 22497 22500 22184 0 -1 1077944320 10440 0 0 0 28 2 0 0 20 0 20 0 255031272 26729902080 10807 33554432000 4194304 4196468 140726631068704 140726631051248 139985031638775 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
/proc/22500/statm: 6525855 10807 3328 1 0 6487932 0
[pid=22500/tid=22502] ppid=22497 vsize=26103420 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/22500/task/22502/stat : 22502 (java) R 22497 22500 22184 0 -1 4202560 8217 0 0 0 19 1 0 0 20 0 20 0 255031272 26729902080 10807 33554432000 4194304 4196468 140726631068704 139985035865472 139985031660122 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22503] ppid=22497 vsize=26103420 memory=12994 CPUtime=0 cores=0-7
/proc/22500/task/22503/stat : 22503 (java) S 22497 22500 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255031273 26729902080 10807 33554432000 4194304 4196468 140726631068704 139984590129808 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22504] ppid=22497 vsize=26103420 memory=288370755767805568 CPUtime=0 cores=0-7
/proc/22500/task/22504/stat : 22504 (java) S 22497 22500 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255031273 26729902080 10807 33554432000 4194304 4196468 140726631068704 139984589077008 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22505] ppid=22497 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/22500/task/22505/stat : 22505 (java) S 22497 22500 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255031273 26729902080 10807 33554432000 4194304 4196468 140726631068704 139984588024208 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22506] ppid=22497 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22500/task/22506/stat : 22506 (java) S 22497 22500 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255031273 26729902080 10807 33554432000 4194304 4196468 140726631068704 139984586971408 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22507] ppid=22497 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22500/task/22507/stat : 22507 (java) S 22497 22500 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255031273 26729902080 10807 33554432000 4194304 4196468 140726631068704 139984585919632 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22508] ppid=22497 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/22500/task/22508/stat : 22508 (java) S 22497 22500 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255031273 26729902080 10807 33554432000 4194304 4196468 140726631068704 139984584866832 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22509] ppid=22497 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22500/task/22509/stat : 22509 (java) S 22497 22500 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255031273 26729902080 10807 33554432000 4194304 4196468 140726631068704 139984583814032 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22510] ppid=22497 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22500/task/22510/stat : 22510 (java) S 22497 22500 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255031273 26729902080 10807 33554432000 4194304 4196468 140726631068704 139984582761232 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22511] ppid=22497 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22500/task/22511/stat : 22511 (java) S 22497 22500 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255031274 26729902080 10807 33554432000 4194304 4196468 140726631068704 139983370254704 139985031649922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22512] ppid=22497 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22500/task/22512/stat : 22512 (java) S 22497 22500 22184 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255031275 26729902080 10807 33554432000 4194304 4196468 140726631068704 139983369200672 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22513] ppid=22497 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22500/task/22513/stat : 22513 (java) S 22497 22500 22184 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255031275 26729902080 10807 33554432000 4194304 4196468 140726631068704 139983368147824 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22514] ppid=22497 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22500/task/22514/stat : 22514 (java) S 22497 22500 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255031278 26729902080 10807 33554432000 4194304 4196468 140726631068704 139983367096144 139985031657371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22515] ppid=22497 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22500/task/22515/stat : 22515 (java) S 22497 22500 22184 0 -1 1077944384 435 0 0 0 0 0 0 0 20 0 20 0 255031278 26729902080 10807 33554432000 4194304 4196468 140726631068704 139983366044528 139985031649922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22516] ppid=22497 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/22500/task/22516/stat : 22516 (java) S 22497 22500 22184 0 -1 1077944384 87 0 0 0 1 0 0 0 20 0 20 0 255031278 26729902080 10807 33554432000 4194304 4196468 140726631068704 139983364991728 139985031649922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22517] ppid=22497 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22500/task/22517/stat : 22517 (java) S 22497 22500 22184 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 255031278 26729902080 10807 33554432000 4194304 4196468 140726631068704 139983363938928 139985031649922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22518] ppid=22497 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/22500/task/22518/stat : 22518 (java) R 22497 22500 22184 0 -1 4202560 303 0 0 0 6 0 0 0 20 0 20 0 255031278 26729902080 10807 33554432000 4194304 4196468 140726631068704 139983362886128 139985014981628 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22519] ppid=22497 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22500/task/22519/stat : 22519 (java) S 22497 22500 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255031278 26729902080 10807 33554432000 4194304 4196468 140726631068704 139983361833568 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22520] ppid=22497 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/22500/task/22520/stat : 22520 (java) S 22497 22500 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255031278 26729902080 10807 33554432000 4194304 4196468 140726631068704 139983360780848 139985031649922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 43228 KiB

[startup+0.309349 s]*
/proc/loadavg: 1.61 4.16 6.80 2/199 22520
/proc/meminfo: memFree=24107356/32770624 swapFree=67059136/67108860
[pid=22500] ppid=22497 vsize=26103420 memory=46744 CPUtime=0.43 cores=0-7
/proc/22500/stat : 22500 (java) S 22497 22500 22184 0 -1 1077944320 10896 0 0 0 41 2 0 0 20 0 20 0 255031272 26729902080 11686 33554432000 4194304 4196468 140726631068704 140726631051248 139985031638775 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
/proc/22500/statm: 6525855 11686 3374 1 0 6487932 0
[pid=22500/tid=22502] ppid=22497 vsize=26103420 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/22500/task/22502/stat : 22502 (java) R 22497 22500 22184 0 -1 4202560 8566 0 0 0 28 1 0 0 20 0 20 0 255031272 26729902080 11686 33554432000 4194304 4196468 140726631068704 139985035847616 139985013202313 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22503] ppid=22497 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22500/task/22503/stat : 22503 (java) S 22497 22500 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255031273 26729902080 11686 33554432000 4194304 4196468 140726631068704 139984590129808 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22504] ppid=22497 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22500/task/22504/stat : 22504 (java) S 22497 22500 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255031273 26729902080 11686 33554432000 4194304 4196468 140726631068704 139984589077008 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22505] ppid=22497 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22500/task/22505/stat : 22505 (java) S 22497 22500 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255031273 26729902080 11686 33554432000 4194304 4196468 140726631068704 139984588024208 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22506] ppid=22497 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22500/task/22506/stat : 22506 (java) S 22497 22500 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255031273 26729902080 11686 33554432000 4194304 4196468 140726631068704 139984586971408 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22507] ppid=22497 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/22500/task/22507/stat : 22507 (java) S 22497 22500 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255031273 26729902080 11686 33554432000 4194304 4196468 140726631068704 139984585919632 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22508] ppid=22497 vsize=26103420 memory=140379462661039 CPUtime=0 cores=0-7
/proc/22500/task/22508/stat : 22508 (java) S 22497 22500 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255031273 26729902080 11686 33554432000 4194304 4196468 140726631068704 139984584866832 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22509] ppid=22497 vsize=26103420 memory=140379462663344 CPUtime=0 cores=0-7
/proc/22500/task/22509/stat : 22509 (java) S 22497 22500 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255031273 26729902080 11686 33554432000 4194304 4196468 140726631068704 139984583814032 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22510] ppid=22497 vsize=26103420 memory=140379462665648 CPUtime=0 cores=0-7
/proc/22500/task/22510/stat : 22510 (java) S 22497 22500 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255031273 26729902080 11686 33554432000 4194304 4196468 140726631068704 139984582761232 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22511] ppid=22497 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22500/task/22511/stat : 22511 (java) S 22497 22500 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255031274 26729902080 11686 33554432000 4194304 4196468 140726631068704 139983370254704 139985031649922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22512] ppid=22497 vsize=26103420 memory=280758925338256 CPUtime=0 cores=0-7
/proc/22500/task/22512/stat : 22512 (java) S 22497 22500 22184 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255031275 26729902080 11686 33554432000 4194304 4196468 140726631068704 139983369200672 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22513] ppid=22497 vsize=26103420 memory=280758925345168 CPUtime=0 cores=0-7
/proc/22500/task/22513/stat : 22513 (java) S 22497 22500 22184 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255031275 26729902080 11686 33554432000 4194304 4196468 140726631068704 139983368147824 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22514] ppid=22497 vsize=26103420 memory=280758925286448 CPUtime=0 cores=0-7
/proc/22500/task/22514/stat : 22514 (java) S 22497 22500 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255031278 26729902080 11686 33554432000 4194304 4196468 140726631068704 139983367096144 139985031657371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22515] ppid=22497 vsize=26103420 memory=280758925358992 CPUtime=0.01 cores=0-7
/proc/22500/task/22515/stat : 22515 (java) S 22497 22500 22184 0 -1 1077944384 514 0 0 0 1 0 0 0 20 0 20 0 255031278 26729902080 11686 33554432000 4194304 4196468 140726631068704 139983366044528 139985031649922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22516] ppid=22497 vsize=26103420 memory=280758925365904 CPUtime=0.02 cores=0-7
/proc/22500/task/22516/stat : 22516 (java) S 22497 22500 22184 0 -1 1077944384 87 0 0 0 2 0 0 0 20 0 20 0 255031278 26729902080 11686 33554432000 4194304 4196468 140726631068704 139983364991728 139985031649922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22517] ppid=22497 vsize=26103420 memory=280758925363600 CPUtime=0 cores=0-7
/proc/22500/task/22517/stat : 22517 (java) S 22497 22500 22184 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 255031278 26729902080 11686 33554432000 4194304 4196468 140726631068704 139983363938928 139985031649922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22518] ppid=22497 vsize=26103420 memory=280758925380208 CPUtime=0.07 cores=0-7
/proc/22500/task/22518/stat : 22518 (java) S 22497 22500 22184 0 -1 1077944384 322 0 0 0 7 0 0 0 20 0 20 0 255031278 26729902080 11686 33554432000 4194304 4196468 140726631068704 139983362886128 139985031649922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22519] ppid=22497 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22500/task/22519/stat : 22519 (java) S 22497 22500 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255031278 26729902080 11686 33554432000 4194304 4196468 140726631068704 139983361833568 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22520] ppid=22497 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/22500/task/22520/stat : 22520 (java) S 22497 22500 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255031278 26729902080 11686 33554432000 4194304 4196468 140726631068704 139983360780848 139985031649922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46744 KiB

[startup+0.700874 s]
/proc/loadavg: 1.61 4.16 6.80 3/199 22520
/proc/meminfo: memFree=24083296/32770624 swapFree=67059136/67108860
[pid=22500] ppid=22497 vsize=26105488 memory=87128 CPUtime=1 cores=0-7
/proc/22500/stat : 22500 (java) S 22497 22500 22184 0 -1 1077944320 17775 0 0 0 95 5 0 0 20 0 20 0 255031272 26732019712 21782 33554432000 4194304 4196468 140726631068704 140726631051248 139985031638775 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
/proc/22500/statm: 6526372 21782 3463 1 0 6488444 0
[pid=22500/tid=22502] ppid=22497 vsize=26105488 memory=0 CPUtime=0.68 cores=0-7
/proc/22500/task/22502/stat : 22502 (java) R 22497 22500 22184 0 -1 4202560 15064 0 0 0 64 4 0 0 20 0 20 0 255031272 26732019712 21782 33554432000 4194304 4196468 140726631068704 139985035865376 139985031660701 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22503] ppid=22497 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/22500/task/22503/stat : 22503 (java) S 22497 22500 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255031273 26732019712 21782 33554432000 4194304 4196468 140726631068704 139984590129808 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22504] ppid=22497 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/22500/task/22504/stat : 22504 (java) S 22497 22500 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255031273 26732019712 21782 33554432000 4194304 4196468 140726631068704 139984589077008 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22505] ppid=22497 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/22500/task/22505/stat : 22505 (java) S 22497 22500 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255031273 26732019712 21782 33554432000 4194304 4196468 140726631068704 139984588024208 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22506] ppid=22497 vsize=26105488 memory=736 CPUtime=0 cores=0-7
/proc/22500/task/22506/stat : 22506 (java) S 22497 22500 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255031273 26732019712 21782 33554432000 4194304 4196468 140726631068704 139984586971408 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22507] ppid=22497 vsize=26105488 memory=1520 CPUtime=0 cores=0-7
/proc/22500/task/22507/stat : 22507 (java) S 22497 22500 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255031273 26732019712 21782 33554432000 4194304 4196468 140726631068704 139984585919632 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22508] ppid=22497 vsize=26105488 memory=1708 CPUtime=0 cores=0-7
/proc/22500/task/22508/stat : 22508 (java) S 22497 22500 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255031273 26732019712 21782 33554432000 4194304 4196468 140726631068704 139984584866832 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22509] ppid=22497 vsize=26105488 memory=5192 CPUtime=0 cores=0-7
/proc/22500/task/22509/stat : 22509 (java) S 22497 22500 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255031273 26732019712 21782 33554432000 4194304 4196468 140726631068704 139984583814032 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22510] ppid=22497 vsize=26105488 memory=13608 CPUtime=0 cores=0-7
/proc/22500/task/22510/stat : 22510 (java) S 22497 22500 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255031273 26732019712 21782 33554432000 4194304 4196468 140726631068704 139984582761232 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22511] ppid=22497 vsize=26105488 memory=1860 CPUtime=0 cores=0-7
/proc/22500/task/22511/stat : 22511 (java) S 22497 22500 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255031274 26732019712 21782 33554432000 4194304 4196468 140726631068704 139983370254704 139985031649922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0

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

/proc/22500/task/22518/stat : 22518 (java) S 22497 22500 22184 0 -1 1077944384 1825 0 0 0 47 1 0 0 20 0 20 0 255031278 26738311168 5778037 33554432000 4194304 4196468 140726631068704 139983362886128 139985031649922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22519] ppid=22497 vsize=26111632 memory=6944656592455359580 CPUtime=0 cores=0-7
/proc/22500/task/22519/stat : 22519 (java) S 22497 22500 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255031278 26738311168 5778037 33554432000 4194304 4196468 140726631068704 139983361833568 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22520] ppid=22497 vsize=26111632 memory=6944652177228980320 CPUtime=0.01 cores=0-7
/proc/22500/task/22520/stat : 22520 (java) S 22497 22500 22184 0 -1 1077944384 702 0 0 0 0 1 0 0 20 0 20 0 255031278 26738311168 5778037 33554432000 4194304 4196468 140726631068704 139983360780848 139985031649922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
Current children cumulated CPU time: 190.14 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 23112148 KiB

[startup+37.6017 s]
/proc/loadavg: 3.21 4.26 6.73 9/199 22520
/proc/meminfo: memFree=1010320/32770624 swapFree=67059136/67108860
[pid=22500] ppid=22497 vsize=26111632 memory=23112152 CPUtime=195.38 cores=0-7
/proc/22500/stat : 22500 (java) S 22497 22500 22184 0 -1 1077944320 690788 0 0 0 14039 5499 0 0 20 0 20 0 255031272 26738311168 5778038 33554432000 4194304 4196468 140726631068704 140726631051248 139985031638775 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
/proc/22500/statm: 6527908 5778038 3591 1 0 6489980 0
[pid=22500/tid=22502] ppid=22497 vsize=26111632 memory=68348 CPUtime=13.25 cores=0-7
/proc/22500/task/22502/stat : 22502 (java) S 22497 22500 22184 0 -1 1077944384 23285 0 0 0 1296 29 0 0 20 0 20 0 255031272 26738311168 5778038 33554432000 4194304 4196468 140726631068704 139985035872960 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22503] ppid=22497 vsize=26111632 memory=6791534058613427641 CPUtime=22.35 cores=0-7
/proc/22500/task/22503/stat : 22503 (java) R 22497 22500 22184 0 -1 4202560 206427 0 0 0 1578 657 0 0 20 0 20 0 255031273 26738311168 5778038 33554432000 4194304 4196468 140726631068704 139984590129808 139985016590247 0 4 0 16800975 0 0 0 -1 3 0 0 29 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22504] ppid=22497 vsize=26111632 memory=13808 CPUtime=22.31 cores=0-7
/proc/22500/task/22504/stat : 22504 (java) R 22497 22500 22184 0 -1 4202560 55124 0 0 0 1554 677 0 0 20 0 20 0 255031273 26738311168 5778038 33554432000 4194304 4196468 140726631068704 139984589077208 139985011664992 0 4 0 16800975 0 0 0 -1 6 0 0 28 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22505] ppid=22497 vsize=26111632 memory=524 CPUtime=22.32 cores=0-7
/proc/22500/task/22505/stat : 22505 (java) R 22497 22500 22184 0 -1 4202560 56113 0 0 0 1527 705 0 0 20 0 20 0 255031273 26738311168 5778038 33554432000 4194304 4196468 140726631068704 139984588024208 139985013235323 0 4 0 16800975 0 0 0 -1 4 0 0 27 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22506] ppid=22497 vsize=26111632 memory=1528 CPUtime=22.23 cores=0-7
/proc/22500/task/22506/stat : 22506 (java) R 22497 22500 22184 0 -1 4202560 89589 0 0 0 1519 704 0 0 20 0 20 0 255031273 26738311168 5778038 33554432000 4194304 4196468 140726631068704 139984586971608 139985016336400 0 4 0 16800975 0 0 0 -1 7 0 0 30 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22507] ppid=22497 vsize=26111632 memory=924 CPUtime=22.23 cores=0-7
/proc/22500/task/22507/stat : 22507 (java) R 22497 22500 22184 0 -1 4202560 57049 0 0 0 1562 661 0 0 20 0 20 0 255031273 26738311168 5778038 33554432000 4194304 4196468 140726631068704 139984585919632 139985016590247 0 4 0 16800975 0 0 0 -1 1 0 0 27 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22508] ppid=22497 vsize=26111632 memory=1140 CPUtime=22.21 cores=0-7
/proc/22500/task/22508/stat : 22508 (java) R 22497 22500 22184 0 -1 4202560 63433 0 0 0 1555 666 0 0 20 0 20 0 255031273 26738311168 5778038 33554432000 4194304 4196468 140726631068704 139984584866832 139985016590247 0 4 0 16800975 0 0 0 -1 2 0 0 31 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22509] ppid=22497 vsize=26111632 memory=1548 CPUtime=22.31 cores=0-7
/proc/22500/task/22509/stat : 22509 (java) R 22497 22500 22184 0 -1 4202560 51416 0 0 0 1508 723 0 0 20 0 20 0 255031273 26738311168 5778038 33554432000 4194304 4196468 140726631068704 139984583814032 139985011665076 0 4 0 16800975 0 0 0 -1 5 0 0 26 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22510] ppid=22497 vsize=26111632 memory=780 CPUtime=22.29 cores=0-7
/proc/22500/task/22510/stat : 22510 (java) R 22497 22500 22184 0 -1 4202560 39142 0 0 0 1574 655 0 0 20 0 20 0 255031273 26738311168 5778038 33554432000 4194304 4196468 140726631068704 139984582761120 139985016590247 0 4 0 16800975 0 0 0 -1 0 0 0 31 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22511] ppid=22497 vsize=26111632 memory=1948 CPUtime=1.54 cores=0-7
/proc/22500/task/22511/stat : 22511 (java) S 22497 22500 22184 0 -1 1077944384 38554 0 0 0 144 10 0 0 20 0 20 0 255031274 26738311168 5778038 33554432000 4194304 4196468 140726631068704 139983370253024 139985031648981 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22512] ppid=22497 vsize=26111632 memory=1328 CPUtime=0 cores=0-7
/proc/22500/task/22512/stat : 22512 (java) S 22497 22500 22184 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 255031275 26738311168 5778038 33554432000 4194304 4196468 140726631068704 139983369200640 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22513] ppid=22497 vsize=26111632 memory=976 CPUtime=0 cores=0-7
/proc/22500/task/22513/stat : 22513 (java) S 22497 22500 22184 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 255031275 26738311168 5778038 33554432000 4194304 4196468 140726631068704 139983368147840 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22514] ppid=22497 vsize=26111632 memory=1140 CPUtime=0 cores=0-7
/proc/22500/task/22514/stat : 22514 (java) S 22497 22500 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255031278 26738311168 5778038 33554432000 4194304 4196468 140726631068704 139983367096144 139985031657371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22515] ppid=22497 vsize=26111632 memory=1024 CPUtime=0.6 cores=0-7
/proc/22500/task/22515/stat : 22515 (java) S 22497 22500 22184 0 -1 1077944384 3315 0 0 0 58 2 0 0 20 0 20 0 255031278 26738311168 5778038 33554432000 4194304 4196468 140726631068704 139983366044528 139985031649922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22516] ppid=22497 vsize=26111632 memory=3172 CPUtime=0.54 cores=0-7
/proc/22500/task/22516/stat : 22516 (java) S 22497 22500 22184 0 -1 1077944384 1639 0 0 0 54 0 0 0 20 0 20 0 255031278 26738311168 5778038 33554432000 4194304 4196468 140726631068704 139983364991728 139985031649922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22517] ppid=22497 vsize=26111632 memory=2076 CPUtime=0.56 cores=0-7
/proc/22500/task/22517/stat : 22517 (java) S 22497 22500 22184 0 -1 1077944384 1782 0 0 0 56 0 0 0 20 0 20 0 255031278 26738311168 5778038 33554432000 4194304 4196468 140726631068704 139983363938928 139985031649922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22518] ppid=22497 vsize=26111632 memory=9004 CPUtime=0.48 cores=0-7
/proc/22500/task/22518/stat : 22518 (java) S 22497 22500 22184 0 -1 1077944384 1825 0 0 0 47 1 0 0 20 0 20 0 255031278 26738311168 5778038 33554432000 4194304 4196468 140726631068704 139983362886128 139985031649922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22519] ppid=22497 vsize=26111632 memory=768 CPUtime=0 cores=0-7
/proc/22500/task/22519/stat : 22519 (java) S 22497 22500 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255031278 26738311168 5778038 33554432000 4194304 4196468 140726631068704 139983361833568 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22520] ppid=22497 vsize=26111632 memory=736 CPUtime=0.01 cores=0-7
/proc/22500/task/22520/stat : 22520 (java) S 22497 22500 22184 0 -1 1077944384 702 0 0 0 0 1 0 0 20 0 20 0 255031278 26738311168 5778038 33554432000 4194304 4196468 140726631068704 139983360780848 139985031649922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
Current children cumulated CPU time: 195.38 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 23112152 KiB

[startup+38.4009 s]
/proc/loadavg: 3.51 4.31 6.73 10/199 22520
/proc/meminfo: memFree=1009700/32770624 swapFree=67059136/67108860
[pid=22500] ppid=22497 vsize=26111632 memory=23112160 CPUtime=199.69 cores=0-7
/proc/22500/stat : 22500 (java) S 22497 22500 22184 0 -1 1077944320 737337 0 0 0 14461 5508 0 0 20 0 20 0 255031272 26738311168 5778040 33554432000 4194304 4196468 140726631068704 140726631051248 139985031638775 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
/proc/22500/statm: 6527908 5778040 3591 1 0 6489980 0
[pid=22500/tid=22502] ppid=22497 vsize=26111632 memory=6791534058613427641 CPUtime=13.25 cores=0-7
/proc/22500/task/22502/stat : 22502 (java) S 22497 22500 22184 0 -1 1077944384 23285 0 0 0 1296 29 0 0 20 0 20 0 255031272 26738311168 5778040 33554432000 4194304 4196468 140726631068704 139985035872960 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22503] ppid=22497 vsize=26111632 memory=1520 CPUtime=22.86 cores=0-7
/proc/22500/task/22503/stat : 22503 (java) S 22497 22500 22184 0 -1 1077944384 206639 0 0 0 1629 657 0 0 20 0 20 0 255031273 26738311168 5778040 33554432000 4194304 4196468 140726631068704 139984590129808 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 29 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22504] ppid=22497 vsize=26111632 memory=1708 CPUtime=22.82 cores=0-7
/proc/22500/task/22504/stat : 22504 (java) S 22497 22500 22184 0 -1 1077944384 55305 0 0 0 1605 677 0 0 20 0 20 0 255031273 26738311168 5778040 33554432000 4194304 4196468 140726631068704 139984589077008 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22505] ppid=22497 vsize=26111632 memory=5192 CPUtime=22.82 cores=0-7
/proc/22500/task/22505/stat : 22505 (java) S 22497 22500 22184 0 -1 1077944384 56281 0 0 0 1577 705 0 0 20 0 20 0 255031273 26738311168 5778040 33554432000 4194304 4196468 140726631068704 139984588024208 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22506] ppid=22497 vsize=26111632 memory=6791534058613427641 CPUtime=22.72 cores=0-7
/proc/22500/task/22506/stat : 22506 (java) S 22497 22500 22184 0 -1 1077944384 89794 0 0 0 1568 704 0 0 20 0 20 0 255031273 26738311168 5778040 33554432000 4194304 4196468 140726631068704 139984586971408 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22507] ppid=22497 vsize=26111632 memory=8046186993342713441 CPUtime=22.73 cores=0-7
/proc/22500/task/22507/stat : 22507 (java) S 22497 22500 22184 0 -1 1077944384 57115 0 0 0 1612 661 0 0 20 0 20 0 255031273 26738311168 5778040 33554432000 4194304 4196468 140726631068704 139984585919632 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 27 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22508] ppid=22497 vsize=26111632 memory=5859298926054625360 CPUtime=22.71 cores=0-7
/proc/22500/task/22508/stat : 22508 (java) S 22497 22500 22184 0 -1 1077944384 63610 0 0 0 1605 666 0 0 20 0 20 0 255031273 26738311168 5778040 33554432000 4194304 4196468 140726631068704 139984584866832 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 31 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22509] ppid=22497 vsize=26111632 memory=6940698281606406720 CPUtime=22.82 cores=0-7
/proc/22500/task/22509/stat : 22509 (java) S 22497 22500 22184 0 -1 1077944384 51591 0 0 0 1558 724 0 0 20 0 20 0 255031273 26738311168 5778040 33554432000 4194304 4196468 140726631068704 139984583814032 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 26 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22510] ppid=22497 vsize=26111632 memory=6791534058613427641 CPUtime=22.8 cores=0-7
/proc/22500/task/22510/stat : 22510 (java) S 22497 22500 22184 0 -1 1077944384 39164 0 0 0 1625 655 0 0 20 0 20 0 255031273 26738311168 5778040 33554432000 4194304 4196468 140726631068704 139984582761232 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 31 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22511] ppid=22497 vsize=26111632 memory=1432 CPUtime=1.83 cores=0-7
/proc/22500/task/22511/stat : 22511 (java) R 22497 22500 22184 0 -1 4202560 83867 0 0 0 165 18 0 0 20 0 20 0 255031274 26738311168 5778040 33554432000 4194304 4196468 140726631068704 139983370253264 139985023928229 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22512] ppid=22497 vsize=26111632 memory=816 CPUtime=0 cores=0-7
/proc/22500/task/22512/stat : 22512 (java) S 22497 22500 22184 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 255031275 26738311168 5778040 33554432000 4194304 4196468 140726631068704 139983369200640 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22513] ppid=22497 vsize=26111632 memory=1932 CPUtime=0 cores=0-7
/proc/22500/task/22513/stat : 22513 (java) S 22497 22500 22184 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 255031275 26738311168 5778040 33554432000 4194304 4196468 140726631068704 139983368147840 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22514] ppid=22497 vsize=26111632 memory=2076 CPUtime=0 cores=0-7
/proc/22500/task/22514/stat : 22514 (java) S 22497 22500 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255031278 26738311168 5778040 33554432000 4194304 4196468 140726631068704 139983367096144 139985031657371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22515] ppid=22497 vsize=26111632 memory=780 CPUtime=0.6 cores=0-7
/proc/22500/task/22515/stat : 22515 (java) S 22497 22500 22184 0 -1 1077944384 3315 0 0 0 58 2 0 0 20 0 20 0 255031278 26738311168 5778040 33554432000 4194304 4196468 140726631068704 139983366044528 139985031649922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22516] ppid=22497 vsize=26111632 memory=1948 CPUtime=0.54 cores=0-7
/proc/22500/task/22516/stat : 22516 (java) S 22497 22500 22184 0 -1 1077944384 1639 0 0 0 54 0 0 0 20 0 20 0 255031278 26738311168 5778040 33554432000 4194304 4196468 140726631068704 139983364991728 139985031649922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22517] ppid=22497 vsize=26111632 memory=1328 CPUtime=0.56 cores=0-7
/proc/22500/task/22517/stat : 22517 (java) S 22497 22500 22184 0 -1 1077944384 1782 0 0 0 56 0 0 0 20 0 20 0 255031278 26738311168 5778040 33554432000 4194304 4196468 140726631068704 139983363938928 139985031649922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22518] ppid=22497 vsize=26111632 memory=976 CPUtime=0.48 cores=0-7
/proc/22500/task/22518/stat : 22518 (java) S 22497 22500 22184 0 -1 1077944384 1825 0 0 0 47 1 0 0 20 0 20 0 255031278 26738311168 5778040 33554432000 4194304 4196468 140726631068704 139983362886128 139985031649922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22519] ppid=22497 vsize=26111632 memory=1140 CPUtime=0 cores=0-7
/proc/22500/task/22519/stat : 22519 (java) S 22497 22500 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255031278 26738311168 5778040 33554432000 4194304 4196468 140726631068704 139983361833568 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22520] ppid=22497 vsize=26111632 memory=6791534058613427641 CPUtime=0.01 cores=0-7
/proc/22500/task/22520/stat : 22520 (java) S 22497 22500 22184 0 -1 1077944384 729 0 0 0 0 1 0 0 20 0 20 0 255031278 26738311168 5778040 33554432000 4194304 4196468 140726631068704 139983360780848 139985031649922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
Current children cumulated CPU time: 199.69 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 23112160 KiB

[startup+38.601 s]
/proc/loadavg: 3.51 4.31 6.73 10/199 22520
/proc/meminfo: memFree=1009700/32770624 swapFree=67059136/67108860
[pid=22500] ppid=22497 vsize=26111632 memory=13827576 CPUtime=200.07 cores=0-7
/proc/22500/stat : 22500 (java) S 22497 22500 22184 0 -1 1077944320 742522 0 0 0 14494 5513 0 0 20 0 20 0 255031272 26738311168 3471230 33554432000 4194304 4196468 140726631068704 140726631051248 139985031638775 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
/proc/22500/statm: 6527908 3456894 3592 1 0 6489980 0
[pid=22500/tid=22502] ppid=22497 vsize=26111632 memory=13608 CPUtime=13.25 cores=0-7
/proc/22500/task/22502/stat : 22502 (java) S 22497 22500 22184 0 -1 1077944384 23408 0 0 0 1296 29 0 0 20 0 20 0 255031272 26738311168 3452286 33554432000 4194304 4196468 140726631068704 139985035877872 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22503] ppid=22497 vsize=26111632 memory=1860 CPUtime=22.88 cores=0-7
/proc/22500/task/22503/stat : 22503 (java) S 22497 22500 22184 0 -1 1077944384 206644 0 0 0 1631 657 0 0 20 0 20 0 255031273 26738311168 3451774 33554432000 4194304 4196468 140726631068704 139984590129808 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 29 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22504] ppid=22497 vsize=26111632 memory=11020676 CPUtime=22.84 cores=0-7
/proc/22500/task/22504/stat : 22504 (java) S 22497 22500 22184 0 -1 1077944384 55358 0 0 0 1607 677 0 0 20 0 20 0 255031273 26738311168 3451518 33554432000 4194304 4196468 140726631068704 139984589077008 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22505] ppid=22497 vsize=26111632 memory=1528 CPUtime=22.85 cores=0-7
/proc/22500/task/22505/stat : 22505 (java) S 22497 22500 22184 0 -1 1077944384 56281 0 0 0 1580 705 0 0 20 0 20 0 255031273 26738311168 3451518 33554432000 4194304 4196468 140726631068704 139984588024208 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 27 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22506] ppid=22497 vsize=26111632 memory=924 CPUtime=22.75 cores=0-7
/proc/22500/task/22506/stat : 22506 (java) S 22497 22500 22184 0 -1 1077944384 89824 0 0 0 1571 704 0 0 20 0 20 0 255031273 26738311168 3451518 33554432000 4194304 4196468 140726631068704 139984586971408 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22507] ppid=22497 vsize=26111632 memory=288230574492221466 CPUtime=22.76 cores=0-7
/proc/22500/task/22507/stat : 22507 (java) S 22497 22500 22184 0 -1 1077944384 57185 0 0 0 1615 661 0 0 20 0 20 0 255031273 26738311168 3451518 33554432000 4194304 4196468 140726631068704 139984585919632 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 27 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22508] ppid=22497 vsize=26111632 memory=288230596050944315 CPUtime=22.73 cores=0-7
/proc/22500/task/22508/stat : 22508 (java) S 22497 22500 22184 0 -1 1077944384 63613 0 0 0 1607 666 0 0 20 0 20 0 255031273 26738311168 3451518 33554432000 4194304 4196468 140726631068704 139984584866832 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22509] ppid=22497 vsize=26111632 memory=16097095916459195 CPUtime=22.85 cores=0-7
/proc/22500/task/22509/stat : 22509 (java) S 22497 22500 22184 0 -1 1077944384 51643 0 0 0 1561 724 0 0 20 0 20 0 255031273 26738311168 3451518 33554432000 4194304 4196468 140726631068704 139984583814032 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22510] ppid=22497 vsize=26111632 memory=1948 CPUtime=22.82 cores=0-7
/proc/22500/task/22510/stat : 22510 (java) S 22497 22500 22184 0 -1 1077944384 39166 0 0 0 1627 655 0 0 20 0 20 0 255031273 26738311168 3451518 33554432000 4194304 4196468 140726631068704 139984582761232 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 31 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22511] ppid=22497 vsize=26111632 memory=23112148 CPUtime=1.99 cores=0-7
/proc/22500/task/22511/stat : 22511 (java) R 22497 22500 22184 0 -1 4202560 88685 0 0 0 177 22 0 0 20 0 20 0 255031274 26738311168 3451518 33554432000 4194304 4196468 140726631068704 139983370253248 139985024355738 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22512] ppid=22497 vsize=26111632 memory=280758925777648 CPUtime=0 cores=0-7
/proc/22500/task/22512/stat : 22512 (java) S 22497 22500 22184 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 255031275 26738311168 3451518 33554432000 4194304 4196468 140726631068704 139983369200736 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22513] ppid=22497 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/22500/task/22513/stat : 22513 (java) S 22497 22500 22184 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 255031275 26738311168 3451518 33554432000 4194304 4196468 140726631068704 139983368147840 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22514] ppid=22497 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/22500/task/22514/stat : 22514 (java) S 22497 22500 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255031278 26738311168 3451518 33554432000 4194304 4196468 140726631068704 139983367096144 139985031657371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22515] ppid=22497 vsize=26111632 memory=0 CPUtime=0.6 cores=0-7
/proc/22500/task/22515/stat : 22515 (java) S 22497 22500 22184 0 -1 1077944384 3317 0 0 0 58 2 0 0 20 0 20 0 255031278 26738311168 3451518 33554432000 4194304 4196468 140726631068704 139983366044528 139985031649922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22516] ppid=22497 vsize=26111632 memory=0 CPUtime=0.54 cores=0-7
/proc/22500/task/22516/stat : 22516 (java) S 22497 22500 22184 0 -1 1077944384 1641 0 0 0 54 0 0 0 20 0 20 0 255031278 26738311168 3451518 33554432000 4194304 4196468 140726631068704 139983364991488 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22517] ppid=22497 vsize=26111632 memory=0 CPUtime=0.56 cores=0-7
/proc/22500/task/22517/stat : 22517 (java) S 22497 22500 22184 0 -1 1077944384 1784 0 0 0 56 0 0 0 20 0 20 0 255031278 26738311168 3451518 33554432000 4194304 4196468 140726631068704 139983363939024 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22518] ppid=22497 vsize=26111632 memory=0 CPUtime=0.48 cores=0-7
/proc/22500/task/22518/stat : 22518 (java) S 22497 22500 22184 0 -1 1077944384 1833 0 0 0 47 1 0 0 20 0 20 0 255031278 26738311168 3451518 33554432000 4194304 4196468 140726631068704 139983362885024 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22519] ppid=22497 vsize=26111632 memory=7011348500760778072 CPUtime=0 cores=0-7
/proc/22500/task/22519/stat : 22519 (java) S 22497 22500 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255031278 26738311168 3451518 33554432000 4194304 4196468 140726631068704 139983361833568 139985031648981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
[pid=22500/tid=22520] ppid=22497 vsize=26111632 memory=7011348500760776792 CPUtime=0.01 cores=0-7
/proc/22500/task/22520/stat : 22520 (java) S 22497 22500 22184 0 -1 1077944384 729 0 0 0 0 1 0 0 20 0 20 0 255031278 26738311168 3451518 33554432000 4194304 4196468 140726631068704 139983360780848 139985031649922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7536640 140726631076941 140726631077125 140726631077125 140726631079887 0
Current children cumulated CPU time: 200.07 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 13827576 KiB

[startup+38.701 s]*
/proc/loadavg: 3.51 4.31 6.73 2/181 22521
/proc/meminfo: memFree=21075480/32770624 swapFree=67059136/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): 38.7324
CPU time (s): 200.207
CPU user time (s): 144.945
CPU system time (s): 55.2616
CPU usage (%): 516.897
Max. virtual memory (cumulated for all children) (KiB): 26111632
Max. memory (cumulated for all children) (KiB): 23112184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 144.945
system time used= 55.2616
maximum resident set size= 23112184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 742633
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= 11600
involuntary context switches= 2683


# summary of solver processes directly reported to runsolver:
#   pid: 22500
#   total CPU time (s): 200.207
#   total CPU user time (s): 144.945
#   total CPU system time (s): 55.2616

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.312827 second user time and 0.464374 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-16 01:11:21
IDJOB=4308755
IDBENCH=141304
IDSOLVER=2793
FILE ID=node103/4308755-1534374680
RUNJOBID= node103-1534372170-22211
PBS_JOBID= 21038282
Free space on /tmp= 38620 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-09-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-4308755-1534374680/watcher-4308755-1534374680 -o /tmp/evaluation-result-4308755-1534374680/solver-4308755-1534374680 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1534372170-22211 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1111268976 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308755-1534374680.xml

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

MD5SUM BENCH= 687e226d0bfa9953b2ddd48681aeb13c
RANDOM SEED=1111268976

node103.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.48
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.48
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.48
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.48
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:        24140084 kB
MemAvailable:   31934540 kB
Buffers:          203456 kB
Cached:          7796104 kB
SwapCached:         5140 kB
Active:          4236200 kB
Inactive:        3777504 kB
Active(anon):       2920 kB
Inactive(anon):    70556 kB
Active(file):    4233280 kB
Inactive(file):  3706948 kB
Unevictable:        7772 kB
Mlocked:            7772 kB
SwapTotal:      67108860 kB
SwapFree:       67059136 kB
Dirty:             52804 kB
Writeback:             0 kB
AnonPages:        207712 kB
Mapped:            53200 kB
Shmem:             56924 kB
Slab:             311420 kB
SReclaimable:     282688 kB
SUnreclaim:        28732 kB
KernelStack:        3552 kB
PageTables:         5316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     357800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    192512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 38584 MiB
End job on node103 at 2018-08-16 01:12:00