Trace number 4308757

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? 214.117 42.9307

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-11-4-rom_c18.xml
MD5SUM63b9378ece2d6066ad6e61da47f93b8a
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 variables385
Number of constraints88
Number of domains5
Minimum domain size2
Maximum domain size115571
Distribution of domain sizes[{"size":2,"count":22},{"size":12,"count":154},{"size":27,"count":121},{"size":115571,"count":88}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":110},{"degree":2,"count":154},{"degree":8,"count":121}]
Minimum constraint arity14
Maximum constraint arity15
Distribution of constraint arities[{"arity":14,"count":22},{"arity":15,"count":66}]
Number of extensional constraints88
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":88}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308757-1534374917/watcher-4308757-1534374917 -o /tmp/evaluation-result-4308757-1534374917/solver-4308757-1534374917 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1534372381-14416 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 970084143 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308757-1534374917.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=14613, runsolver pid=14610

[startup+0.100112 s]*
/proc/loadavg: 7.43 8.44 8.67 3/198 14633
/proc/meminfo: memFree=23947628/32770624 swapFree=67108500/67108860
[pid=14613] ppid=14610 vsize=26103420 memory=29952 CPUtime=0.12 cores=0-7
/proc/14613/stat : 14613 (java) S 14610 14613 14389 0 -1 1077944320 6946 0 0 0 10 2 0 0 20 0 20 0 255054901 26729902080 7488 33554432000 4194304 4196468 140733148876672 140733148859216 140252131798775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
/proc/14613/statm: 6525855 7488 3131 1 0 6487932 0
[pid=14613/tid=14615] ppid=14610 vsize=26103420 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/14613/task/14615/stat : 14615 (java) R 14610 14613 14389 0 -1 4202560 5131 0 0 0 8 1 0 0 20 0 20 0 255054902 26729902080 7620 33554432000 4194304 4196468 140733148876672 140252136000280 140252112074524 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14616] ppid=14610 vsize=26103420 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/14613/task/14616/stat : 14616 (java) S 14610 14613 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255054903 26729902080 7620 33554432000 4194304 4196468 140733148876672 140251689929232 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14617] ppid=14610 vsize=26103420 memory=140468909274752 CPUtime=0 cores=0-7
/proc/14613/task/14617/stat : 14617 (java) S 14610 14613 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255054903 26729902080 7620 33554432000 4194304 4196468 140733148876672 140251688876688 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14618] ppid=14610 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/14613/task/14618/stat : 14618 (java) S 14610 14613 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054903 26729902080 7620 33554432000 4194304 4196468 140733148876672 140251687823632 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14619] ppid=14610 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/14613/task/14619/stat : 14619 (java) S 14610 14613 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054903 26729902080 7620 33554432000 4194304 4196468 140733148876672 140251686771088 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14620] ppid=14610 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/14613/task/14620/stat : 14620 (java) S 14610 14613 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255054903 26729902080 7620 33554432000 4194304 4196468 140733148876672 140251685719056 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14621] ppid=14610 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/14613/task/14621/stat : 14621 (java) S 14610 14613 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054903 26729902080 7620 33554432000 4194304 4196468 140733148876672 140251684666512 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14622] ppid=14610 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/14613/task/14622/stat : 14622 (java) S 14610 14613 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255054903 26729902080 7620 33554432000 4194304 4196468 140733148876672 140251683613456 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14623] ppid=14610 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/14613/task/14623/stat : 14623 (java) S 14610 14613 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054903 26729902080 7686 33554432000 4194304 4196468 140733148876672 140251682560912 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14624] ppid=14610 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/14613/task/14624/stat : 14624 (java) S 14610 14613 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255054904 26729902080 7686 33554432000 4194304 4196468 140733148876672 140250807498992 140252131809922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14625] ppid=14610 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/14613/task/14625/stat : 14625 (java) S 14610 14613 14389 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255054905 26729902080 7686 33554432000 4194304 4196468 140733148876672 140250806445216 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14626] ppid=14610 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/14613/task/14626/stat : 14626 (java) S 14610 14613 14389 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255054905 26729902080 7686 33554432000 4194304 4196468 140733148876672 140250805392112 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14627] ppid=14610 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/14613/task/14627/stat : 14627 (java) S 14610 14613 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054907 26729902080 7686 33554432000 4194304 4196468 140733148876672 140250804340688 140252131817371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14628] ppid=14610 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/14613/task/14628/stat : 14628 (java) S 14610 14613 14389 0 -1 1077944384 288 0 0 0 0 0 0 0 20 0 20 0 255054907 26729902080 7686 33554432000 4194304 4196468 140733148876672 140250803288816 140252131809922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14629] ppid=14610 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/14613/task/14629/stat : 14629 (java) S 14610 14613 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255054907 26729902080 7686 33554432000 4194304 4196468 140733148876672 140250802236272 140252131809922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14630] ppid=14610 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/14613/task/14630/stat : 14630 (java) S 14610 14613 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054907 26729902080 7686 33554432000 4194304 4196468 140733148876672 140250801183216 140252131809922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14631] ppid=14610 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/14613/task/14631/stat : 14631 (java) S 14610 14613 14389 0 -1 1077944384 258 0 0 0 1 0 0 0 20 0 20 0 255054907 26729902080 7686 33554432000 4194304 4196468 140733148876672 140250800130672 140252131809922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14632] ppid=14610 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/14613/task/14632/stat : 14632 (java) S 14610 14613 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255054908 26729902080 7686 33554432000 4194304 4196468 140733148876672 140250799077856 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14633] ppid=14610 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/14613/task/14633/stat : 14633 (java) S 14610 14613 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054908 26729902080 7686 33554432000 4194304 4196468 140733148876672 140250798025392 140252131809922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 29952 KiB

[startup+0.209838 s]*
/proc/loadavg: 7.43 8.44 8.67 4/198 14633
/proc/meminfo: memFree=23934624/32770624 swapFree=67108500/67108860
[pid=14613] ppid=14610 vsize=26103420 memory=43460 CPUtime=0.3 cores=0-7
/proc/14613/stat : 14613 (java) S 14610 14613 14389 0 -1 1077944320 10517 0 0 0 27 3 0 0 20 0 20 0 255054901 26729902080 10865 33554432000 4194304 4196468 140733148876672 140733148859216 140252131798775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
/proc/14613/statm: 6525855 10865 3344 1 0 6487932 0
[pid=14613/tid=14615] ppid=14610 vsize=26103420 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/14613/task/14615/stat : 14615 (java) R 14610 14613 14389 0 -1 4202560 8303 0 0 0 18 2 0 0 20 0 20 0 255054902 26729902080 10865 33554432000 4194304 4196468 140733148876672 140252136023824 140252115842405 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14616] ppid=14610 vsize=26103420 memory=11931 CPUtime=0 cores=0-7
/proc/14613/task/14616/stat : 14616 (java) S 14610 14613 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255054903 26729902080 10865 33554432000 4194304 4196468 140733148876672 140251689929232 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14617] ppid=14610 vsize=26103420 memory=288370845060986496 CPUtime=0 cores=0-7
/proc/14613/task/14617/stat : 14617 (java) S 14610 14613 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255054903 26729902080 10865 33554432000 4194304 4196468 140733148876672 140251688876688 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14618] ppid=14610 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/14613/task/14618/stat : 14618 (java) S 14610 14613 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054903 26729902080 10865 33554432000 4194304 4196468 140733148876672 140251687823632 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14619] ppid=14610 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/14613/task/14619/stat : 14619 (java) S 14610 14613 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054903 26729902080 10865 33554432000 4194304 4196468 140733148876672 140251686771088 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14620] ppid=14610 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/14613/task/14620/stat : 14620 (java) S 14610 14613 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255054903 26729902080 10865 33554432000 4194304 4196468 140733148876672 140251685719056 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14621] ppid=14610 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/14613/task/14621/stat : 14621 (java) S 14610 14613 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054903 26729902080 10865 33554432000 4194304 4196468 140733148876672 140251684666512 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14622] ppid=14610 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/14613/task/14622/stat : 14622 (java) S 14610 14613 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255054903 26729902080 10865 33554432000 4194304 4196468 140733148876672 140251683613456 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14623] ppid=14610 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/14613/task/14623/stat : 14623 (java) S 14610 14613 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054903 26729902080 10865 33554432000 4194304 4196468 140733148876672 140251682560912 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14624] ppid=14610 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/14613/task/14624/stat : 14624 (java) S 14610 14613 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255054904 26729902080 10865 33554432000 4194304 4196468 140733148876672 140250807498992 140252131809922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14625] ppid=14610 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/14613/task/14625/stat : 14625 (java) S 14610 14613 14389 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255054905 26729902080 10865 33554432000 4194304 4196468 140733148876672 140250806445216 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14626] ppid=14610 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/14613/task/14626/stat : 14626 (java) S 14610 14613 14389 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255054905 26729902080 10865 33554432000 4194304 4196468 140733148876672 140250805392112 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14627] ppid=14610 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/14613/task/14627/stat : 14627 (java) S 14610 14613 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054907 26729902080 10865 33554432000 4194304 4196468 140733148876672 140250804340688 140252131817371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14628] ppid=14610 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/14613/task/14628/stat : 14628 (java) S 14610 14613 14389 0 -1 1077944384 336 0 0 0 0 0 0 0 20 0 20 0 255054907 26729902080 10865 33554432000 4194304 4196468 140733148876672 140250803288816 140252131809922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14629] ppid=14610 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/14613/task/14629/stat : 14629 (java) S 14610 14613 14389 0 -1 1077944384 172 0 0 0 1 0 0 0 20 0 20 0 255054907 26729902080 10865 33554432000 4194304 4196468 140733148876672 140250802236272 140252131809922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14630] ppid=14610 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/14613/task/14630/stat : 14630 (java) S 14610 14613 14389 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 20 0 255054907 26729902080 10865 33554432000 4194304 4196468 140733148876672 140250801183216 140252131809922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14631] ppid=14610 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/14613/task/14631/stat : 14631 (java) R 14610 14613 14389 0 -1 4202560 298 0 0 0 6 0 0 0 20 0 20 0 255054907 26729902080 10865 33554432000 4194304 4196468 140733148876672 140250800126624 140252110601896 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14632] ppid=14610 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/14613/task/14632/stat : 14632 (java) S 14610 14613 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255054908 26729902080 10865 33554432000 4194304 4196468 140733148876672 140250799077856 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14633] ppid=14610 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/14613/task/14633/stat : 14633 (java) S 14610 14613 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054908 26729902080 10865 33554432000 4194304 4196468 140733148876672 140250798025392 140252131809922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 43460 KiB

[startup+0.309218 s]*
/proc/loadavg: 7.43 8.44 8.67 2/198 14633
/proc/meminfo: memFree=23931256/32770624 swapFree=67108500/67108860
[pid=14613] ppid=14610 vsize=26103420 memory=47012 CPUtime=0.43 cores=0-7
/proc/14613/stat : 14613 (java) S 14610 14613 14389 0 -1 1077944320 10934 0 0 0 40 3 0 0 20 0 20 0 255054901 26729902080 11753 33554432000 4194304 4196468 140733148876672 140733148859216 140252131798775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
/proc/14613/statm: 6525855 11753 3372 1 0 6487932 0
[pid=14613/tid=14615] ppid=14610 vsize=26103420 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/14613/task/14615/stat : 14615 (java) R 14610 14613 14389 0 -1 4202560 8635 0 0 0 27 2 0 0 20 0 20 0 255054902 26729902080 11753 33554432000 4194304 4196468 140733148876672 140252135960512 140252113362374 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14616] ppid=14610 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/14613/task/14616/stat : 14616 (java) S 14610 14613 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255054903 26729902080 11753 33554432000 4194304 4196468 140733148876672 140251689929232 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14617] ppid=14610 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/14613/task/14617/stat : 14617 (java) S 14610 14613 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255054903 26729902080 11753 33554432000 4194304 4196468 140733148876672 140251688876688 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14618] ppid=14610 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/14613/task/14618/stat : 14618 (java) S 14610 14613 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054903 26729902080 11753 33554432000 4194304 4196468 140733148876672 140251687823632 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14619] ppid=14610 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/14613/task/14619/stat : 14619 (java) S 14610 14613 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054903 26729902080 11753 33554432000 4194304 4196468 140733148876672 140251686771088 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14620] ppid=14610 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/14613/task/14620/stat : 14620 (java) S 14610 14613 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255054903 26729902080 11753 33554432000 4194304 4196468 140733148876672 140251685719056 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14621] ppid=14610 vsize=26103420 memory=140468784559023 CPUtime=0 cores=0-7
/proc/14613/task/14621/stat : 14621 (java) S 14610 14613 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054903 26729902080 11753 33554432000 4194304 4196468 140733148876672 140251684666512 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14622] ppid=14610 vsize=26103420 memory=140468784561328 CPUtime=0 cores=0-7
/proc/14613/task/14622/stat : 14622 (java) S 14610 14613 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255054903 26729902080 11753 33554432000 4194304 4196468 140733148876672 140251683613456 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14623] ppid=14610 vsize=26103420 memory=140468784563632 CPUtime=0 cores=0-7
/proc/14613/task/14623/stat : 14623 (java) S 14610 14613 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054903 26729902080 11753 33554432000 4194304 4196468 140733148876672 140251682560912 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14624] ppid=14610 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/14613/task/14624/stat : 14624 (java) S 14610 14613 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255054904 26729902080 11753 33554432000 4194304 4196468 140733148876672 140250807498992 140252131809922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14625] ppid=14610 vsize=26103420 memory=280937569134224 CPUtime=0 cores=0-7
/proc/14613/task/14625/stat : 14625 (java) S 14610 14613 14389 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255054905 26729902080 11753 33554432000 4194304 4196468 140733148876672 140250806445216 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14626] ppid=14610 vsize=26103420 memory=280937569141136 CPUtime=0 cores=0-7
/proc/14613/task/14626/stat : 14626 (java) S 14610 14613 14389 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255054905 26729902080 11753 33554432000 4194304 4196468 140733148876672 140250805392112 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14627] ppid=14610 vsize=26103420 memory=280937569082416 CPUtime=0 cores=0-7
/proc/14613/task/14627/stat : 14627 (java) S 14610 14613 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054907 26729902080 11753 33554432000 4194304 4196468 140733148876672 140250804340688 140252131817371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14628] ppid=14610 vsize=26103420 memory=280937569154960 CPUtime=0 cores=0-7
/proc/14613/task/14628/stat : 14628 (java) S 14610 14613 14389 0 -1 1077944384 345 0 0 0 0 0 0 0 20 0 20 0 255054907 26729902080 11753 33554432000 4194304 4196468 140733148876672 140250803288816 140252131809922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14629] ppid=14610 vsize=26103420 memory=280937569161872 CPUtime=0.01 cores=0-7
/proc/14613/task/14629/stat : 14629 (java) S 14610 14613 14389 0 -1 1077944384 172 0 0 0 1 0 0 0 20 0 20 0 255054907 26729902080 11753 33554432000 4194304 4196468 140733148876672 140250802236272 140252131809922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14630] ppid=14610 vsize=26103420 memory=280937569159568 CPUtime=0.01 cores=0-7
/proc/14613/task/14630/stat : 14630 (java) S 14610 14613 14389 0 -1 1077944384 91 0 0 0 1 0 0 0 20 0 20 0 255054907 26729902080 11753 33554432000 4194304 4196468 140733148876672 140250801183216 140252131809922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14631] ppid=14610 vsize=26103420 memory=280937569176176 CPUtime=0.08 cores=0-7
/proc/14613/task/14631/stat : 14631 (java) S 14610 14613 14389 0 -1 1077944384 307 0 0 0 8 0 0 0 20 0 20 0 255054907 26729902080 11753 33554432000 4194304 4196468 140733148876672 140250800130672 140252131809922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14632] ppid=14610 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/14613/task/14632/stat : 14632 (java) S 14610 14613 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255054908 26729902080 11753 33554432000 4194304 4196468 140733148876672 140250799077856 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14633] ppid=14610 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/14613/task/14633/stat : 14633 (java) S 14610 14613 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054908 26729902080 11753 33554432000 4194304 4196468 140733148876672 140250798025392 140252131809922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 47012 KiB

[startup+0.70085 s]
/proc/loadavg: 7.43 8.44 8.67 2/198 14633
/proc/meminfo: memFree=23907444/32770624 swapFree=67108500/67108860
[pid=14613] ppid=14610 vsize=26105488 memory=85468 CPUtime=1 cores=0-7
/proc/14613/stat : 14613 (java) S 14610 14613 14389 0 -1 1077944320 17790 0 0 0 95 5 0 0 20 0 20 0 255054901 26732019712 21367 33554432000 4194304 4196468 140733148876672 140733148859216 140252131798775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
/proc/14613/statm: 6526372 21367 3474 1 0 6488444 0
[pid=14613/tid=14615] ppid=14610 vsize=26105488 memory=0 CPUtime=0.67 cores=0-7
/proc/14613/task/14615/stat : 14615 (java) R 14610 14613 14389 0 -1 4202560 15083 0 0 0 63 4 0 0 20 0 20 0 255054902 26732019712 21367 33554432000 4194304 4196468 140733148876672 140252136022944 140252115879262 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14616] ppid=14610 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/14613/task/14616/stat : 14616 (java) S 14610 14613 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255054903 26732019712 21367 33554432000 4194304 4196468 140733148876672 140251689929232 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14617] ppid=14610 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/14613/task/14617/stat : 14617 (java) S 14610 14613 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255054903 26732019712 21367 33554432000 4194304 4196468 140733148876672 140251688876688 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14618] ppid=14610 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/14613/task/14618/stat : 14618 (java) S 14610 14613 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054903 26732019712 21367 33554432000 4194304 4196468 140733148876672 140251687823632 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14619] ppid=14610 vsize=26105488 memory=6388 CPUtime=0 cores=0-7
/proc/14613/task/14619/stat : 14619 (java) S 14610 14613 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054903 26732019712 21367 33554432000 4194304 4196468 140733148876672 140251686771088 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14620] ppid=14610 vsize=26105488 memory=864 CPUtime=0 cores=0-7
/proc/14613/task/14620/stat : 14620 (java) S 14610 14613 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255054903 26732019712 21367 33554432000 4194304 4196468 140733148876672 140251685719056 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14621] ppid=14610 vsize=26105488 memory=1296 CPUtime=0 cores=0-7
/proc/14613/task/14621/stat : 14621 (java) S 14610 14613 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054903 26732019712 21367 33554432000 4194304 4196468 140733148876672 140251684666512 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14622] ppid=14610 vsize=26105488 memory=1068 CPUtime=0 cores=0-7
/proc/14613/task/14622/stat : 14622 (java) S 14610 14613 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255054903 26732019712 21367 33554432000 4194304 4196468 140733148876672 140251683613456 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14623] ppid=14610 vsize=26105488 memory=15084 CPUtime=0 cores=0-7
/proc/14613/task/14623/stat : 14623 (java) S 14610 14613 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054903 26732019712 21367 33554432000 4194304 4196468 140733148876672 140251682560912 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14624] ppid=14610 vsize=26105488 memory=39188 CPUtime=0 cores=0-7
/proc/14613/task/14624/stat : 14624 (java) S 14610 14613 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255054904 26732019712 21367 33554432000 4194304 4196468 140733148876672 140250807498992 140252131809922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0

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

/proc/14613/task/14631/stat : 14631 (java) S 14610 14613 14389 0 -1 1077944384 3274 0 0 0 51 0 0 0 20 0 20 0 255054907 26738311168 5820604 33554432000 4194304 4196468 140733148876672 140250800130720 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14632] ppid=14610 vsize=26111632 memory=39188 CPUtime=0 cores=0-7
/proc/14613/task/14632/stat : 14632 (java) S 14610 14613 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255054908 26738311168 5820604 33554432000 4194304 4196468 140733148876672 140250799077856 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14633] ppid=14610 vsize=26111632 memory=13468 CPUtime=0.01 cores=0-7
/proc/14613/task/14633/stat : 14633 (java) S 14610 14613 14389 0 -1 1077944384 464 0 0 0 0 1 0 0 20 0 20 0 255054908 26738311168 5820604 33554432000 4194304 4196468 140733148876672 140250798025392 140252131809922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
Current children cumulated CPU time: 196.91 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 23282416 KiB

[startup+41.6008 s]
/proc/loadavg: 6.55 8.05 8.52 8/198 14633
/proc/meminfo: memFree=684576/32770624 swapFree=67108500/67108860
[pid=14613] ppid=14610 vsize=26111632 memory=23282416 CPUtime=209.08 cores=0-7
/proc/14613/stat : 14613 (java) S 14610 14613 14389 0 -1 1077944320 1555840 0 0 0 15233 5675 0 0 20 0 20 0 255054901 26738311168 5820604 33554432000 4194304 4196468 140733148876672 140733148859216 140252131798775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
/proc/14613/statm: 6527908 5820604 3592 1 0 6489980 0
[pid=14613/tid=14615] ppid=14610 vsize=26111632 memory=1116 CPUtime=15.51 cores=0-7
/proc/14613/task/14615/stat : 14615 (java) S 14610 14613 14389 0 -1 1077944384 30359 0 0 0 1517 34 0 0 20 0 20 0 255054902 26738311168 5820604 33554432000 4194304 4196468 140733148876672 140252136032960 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14616] ppid=14610 vsize=26111632 memory=2132 CPUtime=23.45 cores=0-7
/proc/14613/task/14616/stat : 14616 (java) S 14610 14613 14389 0 -1 1077944384 113418 0 0 0 1717 628 0 0 20 0 20 0 255054903 26738311168 5820604 33554432000 4194304 4196468 140733148876672 140251689929232 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 23 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14617] ppid=14610 vsize=26111632 memory=1752 CPUtime=23.67 cores=0-7
/proc/14613/task/14617/stat : 14617 (java) S 14610 14613 14389 0 -1 1077944384 128441 0 0 0 1694 673 0 0 20 0 20 0 255054903 26738311168 5820604 33554432000 4194304 4196468 140733148876672 140251688876688 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 17 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14618] ppid=14610 vsize=26111632 memory=6791534058613427641 CPUtime=23.72 cores=0-7
/proc/14613/task/14618/stat : 14618 (java) S 14610 14613 14389 0 -1 1077944384 588128 0 0 0 1588 784 0 0 20 0 20 0 255054903 26738311168 5820604 33554432000 4194304 4196468 140733148876672 140251687823632 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 18 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14619] ppid=14610 vsize=26111632 memory=6388 CPUtime=23.69 cores=0-7
/proc/14613/task/14619/stat : 14619 (java) S 14610 14613 14389 0 -1 1077944384 124961 0 0 0 1691 678 0 0 20 0 20 0 255054903 26738311168 5820604 33554432000 4194304 4196468 140733148876672 140251686771088 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 17 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14620] ppid=14610 vsize=26111632 memory=864 CPUtime=23.59 cores=0-7
/proc/14613/task/14620/stat : 14620 (java) S 14610 14613 14389 0 -1 1077944384 119848 0 0 0 1651 708 0 0 20 0 20 0 255054903 26738311168 5820604 33554432000 4194304 4196468 140733148876672 140251685719056 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 23 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14621] ppid=14610 vsize=26111632 memory=1296 CPUtime=23.65 cores=0-7
/proc/14613/task/14621/stat : 14621 (java) S 14610 14613 14389 0 -1 1077944384 135119 0 0 0 1621 744 0 0 20 0 20 0 255054903 26738311168 5820604 33554432000 4194304 4196468 140733148876672 140251684666512 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 21 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14622] ppid=14610 vsize=26111632 memory=1068 CPUtime=23.75 cores=0-7
/proc/14613/task/14622/stat : 14622 (java) S 14610 14613 14389 0 -1 1077944384 119034 0 0 0 1661 714 0 0 20 0 20 0 255054903 26738311168 5820604 33554432000 4194304 4196468 140733148876672 140251683613456 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 15 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14623] ppid=14610 vsize=26111632 memory=7073079096401519045 CPUtime=23.5 cores=0-7
/proc/14613/task/14623/stat : 14623 (java) S 14610 14613 14389 0 -1 1077944384 159023 0 0 0 1656 694 0 0 20 0 20 0 255054903 26738311168 5820604 33554432000 4194304 4196468 140733148876672 140251682560912 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 24 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14624] ppid=14610 vsize=26111632 memory=0 CPUtime=1.91 cores=0-7
/proc/14613/task/14624/stat : 14624 (java) R 14610 14613 14389 0 -1 4202560 27390 0 0 0 184 7 0 0 20 0 20 0 255054904 26738311168 5820604 33554432000 4194304 4196468 140733148876672 140250807497440 140252116256401 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14625] ppid=14610 vsize=26111632 memory=140468785011296 CPUtime=0 cores=0-7
/proc/14613/task/14625/stat : 14625 (java) S 14610 14613 14389 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 20 0 255054905 26738311168 5820604 33554432000 4194304 4196468 140733148876672 140250806445280 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14626] ppid=14610 vsize=26111632 memory=6872598998417432672 CPUtime=0 cores=0-7
/proc/14613/task/14626/stat : 14626 (java) S 14610 14613 14389 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 255054905 26738311168 5820604 33554432000 4194304 4196468 140733148876672 140250805392128 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14627] ppid=14610 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/14613/task/14627/stat : 14627 (java) S 14610 14613 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054907 26738311168 5820604 33554432000 4194304 4196468 140733148876672 140250804340688 140252131817371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14628] ppid=14610 vsize=26111632 memory=56 CPUtime=0.57 cores=0-7
/proc/14613/task/14628/stat : 14628 (java) S 14610 14613 14389 0 -1 1077944384 1739 0 0 0 57 0 0 0 20 0 20 0 255054907 26738311168 5820604 33554432000 4194304 4196468 140733148876672 140250803288576 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14629] ppid=14610 vsize=26111632 memory=6944656592455360604 CPUtime=0.68 cores=0-7
/proc/14613/task/14629/stat : 14629 (java) S 14610 14613 14389 0 -1 1077944384 1869 0 0 0 68 0 0 0 20 0 20 0 255054907 26738311168 5820604 33554432000 4194304 4196468 140733148876672 140250802236320 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14630] ppid=14610 vsize=26111632 memory=6944656575208382560 CPUtime=0.7 cores=0-7
/proc/14613/task/14630/stat : 14630 (java) S 14610 14613 14389 0 -1 1077944384 1379 0 0 0 69 1 0 0 20 0 20 0 255054907 26738311168 5820604 33554432000 4194304 4196468 140733148876672 140250801183264 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14631] ppid=14610 vsize=26111632 memory=9049878545225908397 CPUtime=0.51 cores=0-7
/proc/14613/task/14631/stat : 14631 (java) S 14610 14613 14389 0 -1 1077944384 3274 0 0 0 51 0 0 0 20 0 20 0 255054907 26738311168 5820604 33554432000 4194304 4196468 140733148876672 140250800130720 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14632] ppid=14610 vsize=26111632 memory=6944656592387989600 CPUtime=0 cores=0-7
/proc/14613/task/14632/stat : 14632 (java) S 14610 14613 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255054908 26738311168 5820604 33554432000 4194304 4196468 140733148876672 140250799077856 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14633] ppid=14610 vsize=26111632 memory=6655300316396806240 CPUtime=0.01 cores=0-7
/proc/14613/task/14633/stat : 14633 (java) S 14610 14613 14389 0 -1 1077944384 464 0 0 0 0 1 0 0 20 0 20 0 255054908 26738311168 5820604 33554432000 4194304 4196468 140733148876672 140250798025392 140252131809922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
Current children cumulated CPU time: 209.08 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 23282416 KiB

[startup+42.401 s]
/proc/loadavg: 6.67 8.05 8.52 2/198 14633
/proc/meminfo: memFree=684544/32770624 swapFree=67108500/67108860
[pid=14613] ppid=14610 vsize=26111632 memory=23282436 CPUtime=213.3 cores=0-7
/proc/14613/stat : 14613 (java) S 14610 14613 14389 0 -1 1077944320 1561549 0 0 0 15655 5675 0 0 20 0 20 0 255054901 26738311168 5820609 33554432000 4194304 4196468 140733148876672 140733148859216 140252131798775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
/proc/14613/statm: 6527908 5820609 3592 1 0 6489980 0
[pid=14613/tid=14615] ppid=14610 vsize=26111632 memory=23282416 CPUtime=15.51 cores=0-7
/proc/14613/task/14615/stat : 14615 (java) S 14610 14613 14389 0 -1 1077944384 30359 0 0 0 1517 34 0 0 20 0 20 0 255054902 26738311168 5820609 33554432000 4194304 4196468 140733148876672 140252136032960 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14616] ppid=14610 vsize=26111632 memory=0 CPUtime=23.93 cores=0-7
/proc/14613/task/14616/stat : 14616 (java) S 14610 14613 14389 0 -1 1077944384 113454 0 0 0 1765 628 0 0 20 0 20 0 255054903 26738311168 5820609 33554432000 4194304 4196468 140733148876672 140251689929232 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 23 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14617] ppid=14610 vsize=26111632 memory=6791534058613427641 CPUtime=24.16 cores=0-7
/proc/14613/task/14617/stat : 14617 (java) S 14610 14613 14389 0 -1 1077944384 128527 0 0 0 1743 673 0 0 20 0 20 0 255054903 26738311168 5820609 33554432000 4194304 4196468 140733148876672 140251688876688 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 17 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14618] ppid=14610 vsize=26111632 memory=1820 CPUtime=24.21 cores=0-7
/proc/14613/task/14618/stat : 14618 (java) S 14610 14613 14389 0 -1 1077944384 588144 0 0 0 1637 784 0 0 20 0 20 0 255054903 26738311168 5820609 33554432000 4194304 4196468 140733148876672 140251687823632 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 18 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14619] ppid=14610 vsize=26111632 memory=4296 CPUtime=24.19 cores=0-7
/proc/14613/task/14619/stat : 14619 (java) S 14610 14613 14389 0 -1 1077944384 125226 0 0 0 1740 679 0 0 20 0 20 0 255054903 26738311168 5820609 33554432000 4194304 4196468 140733148876672 140251686771088 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 17 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14620] ppid=14610 vsize=26111632 memory=3480 CPUtime=24.08 cores=0-7
/proc/14613/task/14620/stat : 14620 (java) S 14610 14613 14389 0 -1 1077944384 119964 0 0 0 1700 708 0 0 20 0 20 0 255054903 26738311168 5820609 33554432000 4194304 4196468 140733148876672 140251685719056 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 23 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14621] ppid=14610 vsize=26111632 memory=1228 CPUtime=24.14 cores=0-7
/proc/14613/task/14621/stat : 14621 (java) S 14610 14613 14389 0 -1 1077944384 135197 0 0 0 1670 744 0 0 20 0 20 0 255054903 26738311168 5820609 33554432000 4194304 4196468 140733148876672 140251684666512 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 21 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14622] ppid=14610 vsize=26111632 memory=10212 CPUtime=24.24 cores=0-7
/proc/14613/task/14622/stat : 14622 (java) S 14610 14613 14389 0 -1 1077944384 119388 0 0 0 1710 714 0 0 20 0 20 0 255054903 26738311168 5820609 33554432000 4194304 4196468 140733148876672 140251683613456 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 15 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14623] ppid=14610 vsize=26111632 memory=6791534058613427641 CPUtime=23.99 cores=0-7
/proc/14613/task/14623/stat : 14623 (java) S 14610 14613 14389 0 -1 1077944384 159137 0 0 0 1705 694 0 0 20 0 20 0 255054903 26738311168 5820609 33554432000 4194304 4196468 140733148876672 140251682560912 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14624] ppid=14610 vsize=26111632 memory=916 CPUtime=2.22 cores=0-7
/proc/14613/task/14624/stat : 14624 (java) R 14610 14613 14389 0 -1 4202560 32031 0 0 0 215 7 0 0 20 0 20 0 255054904 26738311168 5820609 33554432000 4194304 4196468 140733148876672 140250807497552 140252124088224 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14625] ppid=14610 vsize=26111632 memory=4336 CPUtime=0 cores=0-7
/proc/14613/task/14625/stat : 14625 (java) S 14610 14613 14389 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 255054905 26738311168 5820609 33554432000 4194304 4196468 140733148876672 140250806445184 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14626] ppid=14610 vsize=26111632 memory=1404 CPUtime=0 cores=0-7
/proc/14613/task/14626/stat : 14626 (java) S 14610 14613 14389 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 255054905 26738311168 5820609 33554432000 4194304 4196468 140733148876672 140250805392128 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14627] ppid=14610 vsize=26111632 memory=2944 CPUtime=0 cores=0-7
/proc/14613/task/14627/stat : 14627 (java) S 14610 14613 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054907 26738311168 5820609 33554432000 4194304 4196468 140733148876672 140250804340688 140252131817371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14628] ppid=14610 vsize=26111632 memory=23282416 CPUtime=0.57 cores=0-7
/proc/14613/task/14628/stat : 14628 (java) S 14610 14613 14389 0 -1 1077944384 1739 0 0 0 57 0 0 0 20 0 20 0 255054907 26738311168 5820609 33554432000 4194304 4196468 140733148876672 140250803288816 140252131809922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14629] ppid=14610 vsize=26111632 memory=6791534058613427641 CPUtime=0.68 cores=0-7
/proc/14613/task/14629/stat : 14629 (java) S 14610 14613 14389 0 -1 1077944384 1869 0 0 0 68 0 0 0 20 0 20 0 255054907 26738311168 5820609 33554432000 4194304 4196468 140733148876672 140250802236320 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14630] ppid=14610 vsize=26111632 memory=6791534058613427641 CPUtime=0.7 cores=0-7
/proc/14613/task/14630/stat : 14630 (java) S 14610 14613 14389 0 -1 1077944384 1380 0 0 0 69 1 0 0 20 0 20 0 255054907 26738311168 5820609 33554432000 4194304 4196468 140733148876672 140250801182976 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14631] ppid=14610 vsize=26111632 memory=288230596050944315 CPUtime=0.51 cores=0-7
/proc/14613/task/14631/stat : 14631 (java) S 14610 14613 14389 0 -1 1077944384 3274 0 0 0 51 0 0 0 20 0 20 0 255054907 26738311168 5820609 33554432000 4194304 4196468 140733148876672 140250800130672 140252131809922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14632] ppid=14610 vsize=26111632 memory=13851867369180031 CPUtime=0 cores=0-7
/proc/14613/task/14632/stat : 14632 (java) S 14610 14613 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255054908 26738311168 5820609 33554432000 4194304 4196468 140733148876672 140250799077856 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14633] ppid=14610 vsize=26111632 memory=17783248 CPUtime=0.01 cores=0-7
/proc/14613/task/14633/stat : 14633 (java) S 14610 14613 14389 0 -1 1077944384 466 0 0 0 0 1 0 0 20 0 20 0 255054908 26738311168 5820609 33554432000 4194304 4196468 140733148876672 140250798025392 140252131809922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
Current children cumulated CPU time: 213.3 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 23282436 KiB

[startup+42.801 s]
/proc/loadavg: 6.67 8.05 8.52 2/198 14633
/proc/meminfo: memFree=684544/32770624 swapFree=67108500/67108860
[pid=14613] ppid=14610 vsize=26111632 memory=14420184 CPUtime=213.98 cores=0-7
/proc/14613/stat : 14613 (java) S 14610 14613 14389 0 -1 1077944320 1579538 0 0 0 15701 5697 0 0 20 0 20 0 255054901 26738311168 3605046 33554432000 4194304 4196468 140733148876672 140733148859216 140252131798775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
/proc/14613/statm: 6527908 3605046 3594 1 0 6489980 0
[pid=14613/tid=14615] ppid=14610 vsize=26111632 memory=288230596050944315 CPUtime=15.51 cores=0-7
/proc/14613/task/14615/stat : 14615 (java) S 14610 14613 14389 0 -1 1077944384 30407 0 0 0 1517 34 0 0 20 0 20 0 255054902 26738311168 3605046 33554432000 4194304 4196468 140733148876672 140252136038576 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14616] ppid=14610 vsize=26111632 memory=13851867369180031 CPUtime=23.97 cores=0-7
/proc/14613/task/14616/stat : 14616 (java) S 14610 14613 14389 0 -1 1077944384 113545 0 0 0 1769 628 0 0 20 0 20 0 255054903 26738311168 3605046 33554432000 4194304 4196468 140733148876672 140251689929232 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 23 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14617] ppid=14610 vsize=26111632 memory=1116 CPUtime=24.2 cores=0-7
/proc/14613/task/14617/stat : 14617 (java) S 14610 14613 14389 0 -1 1077944384 128532 0 0 0 1747 673 0 0 20 0 20 0 255054903 26738311168 3605046 33554432000 4194304 4196468 140733148876672 140251688876688 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 17 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14618] ppid=14610 vsize=26111632 memory=2132 CPUtime=24.24 cores=0-7
/proc/14613/task/14618/stat : 14618 (java) S 14610 14613 14389 0 -1 1077944384 588168 0 0 0 1640 784 0 0 20 0 20 0 255054903 26738311168 3605046 33554432000 4194304 4196468 140733148876672 140251687823632 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 18 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14619] ppid=14610 vsize=26111632 memory=1752 CPUtime=24.22 cores=0-7
/proc/14613/task/14619/stat : 14619 (java) S 14610 14613 14389 0 -1 1077944384 125332 0 0 0 1743 679 0 0 20 0 20 0 255054903 26738311168 3605046 33554432000 4194304 4196468 140733148876672 140251686771088 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 17 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14620] ppid=14610 vsize=26111632 memory=6791534058613427641 CPUtime=24.12 cores=0-7
/proc/14613/task/14620/stat : 14620 (java) S 14610 14613 14389 0 -1 1077944384 120066 0 0 0 1704 708 0 0 20 0 20 0 255054903 26738311168 3605046 33554432000 4194304 4196468 140733148876672 140251685719056 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 23 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14621] ppid=14610 vsize=26111632 memory=10212 CPUtime=24.18 cores=0-7
/proc/14613/task/14621/stat : 14621 (java) S 14610 14613 14389 0 -1 1077944384 135198 0 0 0 1674 744 0 0 20 0 20 0 255054903 26738311168 3605046 33554432000 4194304 4196468 140733148876672 140251684666512 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 21 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14622] ppid=14610 vsize=26111632 memory=1612 CPUtime=24.28 cores=0-7
/proc/14613/task/14622/stat : 14622 (java) S 14610 14613 14389 0 -1 1077944384 119476 0 0 0 1714 714 0 0 20 0 20 0 255054903 26738311168 3605046 33554432000 4194304 4196468 140733148876672 140251683613456 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14623] ppid=14610 vsize=26111632 memory=6388 CPUtime=24.03 cores=0-7
/proc/14613/task/14623/stat : 14623 (java) S 14610 14613 14389 0 -1 1077944384 159138 0 0 0 1709 694 0 0 20 0 20 0 255054903 26738311168 3605046 33554432000 4194304 4196468 140733148876672 140251682560912 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14624] ppid=14610 vsize=26111632 memory=864 CPUtime=2.58 cores=0-7
/proc/14613/task/14624/stat : 14624 (java) R 14610 14613 14389 0 -1 4202560 49546 0 0 0 229 29 0 0 20 0 20 0 255054904 26738311168 3605046 33554432000 4194304 4196468 140733148876672 140250807497536 140252124515738 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14625] ppid=14610 vsize=26111632 memory=1296 CPUtime=0 cores=0-7
/proc/14613/task/14625/stat : 14625 (java) S 14610 14613 14389 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 20 0 255054905 26738311168 3605046 33554432000 4194304 4196468 140733148876672 140250806445280 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14626] ppid=14610 vsize=26111632 memory=1068 CPUtime=0 cores=0-7
/proc/14613/task/14626/stat : 14626 (java) S 14610 14613 14389 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 255054905 26738311168 3605046 33554432000 4194304 4196468 140733148876672 140250805392128 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14627] ppid=14610 vsize=26111632 memory=15084 CPUtime=0 cores=0-7
/proc/14613/task/14627/stat : 14627 (java) S 14610 14613 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054907 26738311168 3605046 33554432000 4194304 4196468 140733148876672 140250804340688 140252131817371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14628] ppid=14610 vsize=26111632 memory=6429566043312 CPUtime=0.57 cores=0-7
/proc/14613/task/14628/stat : 14628 (java) S 14610 14613 14389 0 -1 1077944384 1739 0 0 0 57 0 0 0 20 0 20 0 255054907 26738311168 3605046 33554432000 4194304 4196468 140733148876672 140250803288816 140252131809922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14629] ppid=14610 vsize=26111632 memory=288230596050944315 CPUtime=0.68 cores=0-7
/proc/14613/task/14629/stat : 14629 (java) S 14610 14613 14389 0 -1 1077944384 1871 0 0 0 68 0 0 0 20 0 20 0 255054907 26738311168 3605046 33554432000 4194304 4196468 140733148876672 140250802236272 140252131809922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14630] ppid=14610 vsize=26111632 memory=13851867369180031 CPUtime=0.7 cores=0-7
/proc/14613/task/14630/stat : 14630 (java) S 14610 14613 14389 0 -1 1077944384 1382 0 0 0 69 1 0 0 20 0 20 0 255054907 26738311168 3605046 33554432000 4194304 4196468 140733148876672 140250801183216 140252131809922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14631] ppid=14610 vsize=26111632 memory=1820 CPUtime=0.51 cores=0-7
/proc/14613/task/14631/stat : 14631 (java) S 14610 14613 14389 0 -1 1077944384 3274 0 0 0 51 0 0 0 20 0 20 0 255054907 26738311168 3605046 33554432000 4194304 4196468 140733148876672 140250800130672 140252131809922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14632] ppid=14610 vsize=26111632 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/14613/task/14632/stat : 14632 (java) S 14610 14613 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255054908 26738311168 3605046 33554432000 4194304 4196468 140733148876672 140250799077856 140252131808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
[pid=14613/tid=14633] ppid=14610 vsize=26111632 memory=492 CPUtime=0.01 cores=0-7
/proc/14613/task/14633/stat : 14633 (java) S 14610 14613 14389 0 -1 1077944384 466 0 0 0 0 1 0 0 20 0 20 0 255054908 26738311168 3605046 33554432000 4194304 4196468 140733148876672 140250798025392 140252131809922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13922304 140733148881998 140733148882181 140733148882181 140733148884943 0
Current children cumulated CPU time: 213.98 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 14420184 KiB

[startup+42.9011 s]*
/proc/loadavg: 6.67 8.05 8.52 2/180 14634
/proc/meminfo: memFree=23073904/32770624 swapFree=67108500/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): 42.9307
CPU time (s): 214.117
CPU user time (s): 157.017
CPU system time (s): 57.1001
CPU usage (%): 498.75
Max. virtual memory (cumulated for all children) (KiB): 26111632
Max. memory (cumulated for all children) (KiB): 23282592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 157.017
system time used= 57.1001
maximum resident set size= 23282592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1580274
page faults= 0
swaps= 0
block input operations= 0
block output operations= 216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19851
involuntary context switches= 2513


# summary of solver processes directly reported to runsolver:
#   pid: 14613
#   total CPU time (s): 214.117
#   total CPU user time (s): 157.017
#   total CPU system time (s): 57.1001

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.357603 second user time and 0.477412 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-16 01:15:17
IDJOB=4308757
IDBENCH=141315
IDSOLVER=2793
FILE ID=node104/4308757-1534374917
RUNJOBID= node104-1534372381-14416
PBS_JOBID= 21038285
Free space on /tmp= 44436 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-11-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-4308757-1534374917/watcher-4308757-1534374917 -o /tmp/evaluation-result-4308757-1534374917/solver-4308757-1534374917 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1534372381-14416 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 970084143 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308757-1534374917.xml

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

MD5SUM BENCH= 63b9378ece2d6066ad6e61da47f93b8a
RANDOM SEED=970084143

node104.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.11
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.11
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.11
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.11
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:        23964968 kB
MemAvailable:   31894884 kB
Buffers:          191092 kB
Cached:          7957784 kB
SwapCached:            4 kB
Active:          4073880 kB
Inactive:        4126864 kB
Active(anon):       3232 kB
Inactive(anon):   109228 kB
Active(file):    4070648 kB
Inactive(file):  4017636 kB
Unevictable:        7320 kB
Mlocked:            7320 kB
SwapTotal:      67108860 kB
SwapFree:       67108500 kB
Dirty:             31680 kB
Writeback:         38800 kB
AnonPages:         59264 kB
Mapped:            55608 kB
Shmem:             57828 kB
Slab:             298180 kB
SReclaimable:     270092 kB
SUnreclaim:        28088 kB
KernelStack:        3152 kB
PageTables:         4912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     357452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 44400 MiB
End job on node104 at 2018-08-16 01:16:00