Trace number 4308759

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? 203.998 45.0257

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-13-4-rom_c18.xml
MD5SUM0b51c5bbf7274d342280acfb624bd8bf
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables481
Number of constraints104
Number of domains5
Minimum domain size2
Maximum domain size129443
Distribution of domain sizes[{"size":2,"count":26},{"size":14,"count":182},{"size":27,"count":169},{"size":129443,"count":104}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":130},{"degree":2,"count":182},{"degree":8,"count":169}]
Minimum constraint arity16
Maximum constraint arity17
Distribution of constraint arities[{"arity":16,"count":26},{"arity":17,"count":78}]
Number of extensional constraints104
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":104}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308759-1534374763/watcher-4308759-1534374763 -o /tmp/evaluation-result-4308759-1534374763/solver-4308759-1534374763 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1534372170-22211 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 194541361 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308759-1534374763.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=22672, runsolver pid=22669

[startup+0.100115 s]*
/proc/loadavg: 2.77 4.01 6.52 2/199 22692
/proc/meminfo: memFree=24093764/32770624 swapFree=67059136/67108860
[pid=22672] ppid=22669 vsize=26103420 memory=30256 CPUtime=0.11 cores=0-7
/proc/22672/stat : 22672 (java) S 22669 22672 22184 0 -1 1077944320 6984 0 0 0 10 1 0 0 20 0 20 0 255039606 26729902080 7564 33554432000 4194304 4196468 140727048571632 140727048554176 140569278340855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
/proc/22672/statm: 6525855 7564 3157 1 0 6487932 0
[pid=22672/tid=22674] ppid=22669 vsize=26103420 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/22672/task/22674/stat : 22674 (java) R 22669 22672 22184 0 -1 4202560 5045 0 0 0 8 0 0 0 20 0 20 0 255039606 26729902080 7564 33554432000 4194304 4196468 140727048571632 140569282535664 140569258616683 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22675] ppid=22669 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22672/task/22675/stat : 22675 (java) S 22669 22672 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255039607 26729902080 7564 33554432000 4194304 4196468 140727048571632 140569248054416 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22676] ppid=22669 vsize=26103420 memory=140230973011584 CPUtime=0 cores=0-7
/proc/22672/task/22676/stat : 22676 (java) S 22669 22672 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255039607 26729902080 7630 33554432000 4194304 4196468 140727048571632 140568835468304 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22677] ppid=22669 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22672/task/22677/stat : 22677 (java) S 22669 22672 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255039607 26729902080 7630 33554432000 4194304 4196468 140727048571632 140568834415504 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22678] ppid=22669 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22672/task/22678/stat : 22678 (java) S 22669 22672 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255039607 26729902080 7630 33554432000 4194304 4196468 140727048571632 140568833362704 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22679] ppid=22669 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22672/task/22679/stat : 22679 (java) S 22669 22672 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255039607 26729902080 7630 33554432000 4194304 4196468 140727048571632 140568832309904 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22680] ppid=22669 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/22672/task/22680/stat : 22680 (java) S 22669 22672 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255039607 26729902080 7630 33554432000 4194304 4196468 140727048571632 140568831257104 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22681] ppid=22669 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22672/task/22681/stat : 22681 (java) S 22669 22672 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255039607 26729902080 7630 33554432000 4194304 4196468 140727048571632 140568830204304 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22682] ppid=22669 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22672/task/22682/stat : 22682 (java) S 22669 22672 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255039607 26729902080 7630 33554432000 4194304 4196468 140727048571632 140568829151504 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22683] ppid=22669 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22672/task/22683/stat : 22683 (java) S 22669 22672 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255039609 26729902080 7630 33554432000 4194304 4196468 140727048571632 140568406416240 140569278352002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22684] ppid=22669 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22672/task/22684/stat : 22684 (java) S 22669 22672 22184 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255039609 26729902080 7630 33554432000 4194304 4196468 140727048571632 140568405362208 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22685] ppid=22669 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22672/task/22685/stat : 22685 (java) S 22669 22672 22184 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255039609 26729902080 7630 33554432000 4194304 4196468 140727048571632 140568404309360 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22686] ppid=22669 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22672/task/22686/stat : 22686 (java) S 22669 22672 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255039612 26729902080 7696 33554432000 4194304 4196468 140727048571632 140568403257680 140569278359451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22687] ppid=22669 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22672/task/22687/stat : 22687 (java) S 22669 22672 22184 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 20 0 255039612 26729902080 7696 33554432000 4194304 4196468 140727048571632 140568402205040 140569278352002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22688] ppid=22669 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22672/task/22688/stat : 22688 (java) S 22669 22672 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255039612 26729902080 7696 33554432000 4194304 4196468 140727048571632 140568401152240 140569278352002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22689] ppid=22669 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22672/task/22689/stat : 22689 (java) S 22669 22672 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255039612 26729902080 7696 33554432000 4194304 4196468 140727048571632 140568400099440 140569278352002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22690] ppid=22669 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/22672/task/22690/stat : 22690 (java) S 22669 22672 22184 0 -1 1077944384 279 0 0 0 1 0 0 0 20 0 20 0 255039612 26729902080 7696 33554432000 4194304 4196468 140727048571632 140568399046640 140569278352002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22691] ppid=22669 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22672/task/22691/stat : 22691 (java) S 22669 22672 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255039612 26729902080 7696 33554432000 4194304 4196468 140727048571632 140568397995104 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22692] ppid=22669 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/22672/task/22692/stat : 22692 (java) S 22669 22672 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255039612 26729902080 7696 33554432000 4194304 4196468 140727048571632 140568396942384 140569278352002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 30256 KiB

[startup+0.210118 s]*
/proc/loadavg: 2.77 4.01 6.52 3/199 22692
/proc/meminfo: memFree=24079564/32770624 swapFree=67059136/67108860
[pid=22672] ppid=22669 vsize=26103420 memory=42456 CPUtime=0.29 cores=0-7
/proc/22672/stat : 22672 (java) S 22669 22672 22184 0 -1 1077944320 10279 0 0 0 28 1 0 0 20 0 20 0 255039606 26729902080 10614 33554432000 4194304 4196468 140727048571632 140727048554176 140569278340855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
/proc/22672/statm: 6525855 10614 3337 1 0 6487932 0
[pid=22672/tid=22674] ppid=22669 vsize=26103420 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/22672/task/22674/stat : 22674 (java) R 22669 22672 22184 0 -1 4202560 7927 0 0 0 19 1 0 0 20 0 20 0 255039606 26729902080 10614 33554432000 4194304 4196468 140727048571632 140569282569296 140569278352790 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22675] ppid=22669 vsize=26103420 memory=12994 CPUtime=0 cores=0-7
/proc/22672/task/22675/stat : 22675 (java) S 22669 22672 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255039607 26729902080 10614 33554432000 4194304 4196468 140727048571632 140569248054416 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22676] ppid=22669 vsize=26103420 memory=288370607124723328 CPUtime=0 cores=0-7
/proc/22672/task/22676/stat : 22676 (java) S 22669 22672 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255039607 26729902080 10614 33554432000 4194304 4196468 140727048571632 140568835468304 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22677] ppid=22669 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/22672/task/22677/stat : 22677 (java) S 22669 22672 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255039607 26729902080 10614 33554432000 4194304 4196468 140727048571632 140568834415504 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22678] ppid=22669 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22672/task/22678/stat : 22678 (java) S 22669 22672 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255039607 26729902080 10614 33554432000 4194304 4196468 140727048571632 140568833362704 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22679] ppid=22669 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22672/task/22679/stat : 22679 (java) S 22669 22672 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255039607 26729902080 10614 33554432000 4194304 4196468 140727048571632 140568832309904 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22680] ppid=22669 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/22672/task/22680/stat : 22680 (java) S 22669 22672 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255039607 26729902080 10614 33554432000 4194304 4196468 140727048571632 140568831257104 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22681] ppid=22669 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22672/task/22681/stat : 22681 (java) S 22669 22672 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255039607 26729902080 10614 33554432000 4194304 4196468 140727048571632 140568830204304 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22682] ppid=22669 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22672/task/22682/stat : 22682 (java) S 22669 22672 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255039607 26729902080 10614 33554432000 4194304 4196468 140727048571632 140568829151504 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22683] ppid=22669 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22672/task/22683/stat : 22683 (java) S 22669 22672 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255039609 26729902080 10614 33554432000 4194304 4196468 140727048571632 140568406416240 140569278352002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22684] ppid=22669 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22672/task/22684/stat : 22684 (java) S 22669 22672 22184 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255039609 26729902080 10614 33554432000 4194304 4196468 140727048571632 140568405362208 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22685] ppid=22669 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22672/task/22685/stat : 22685 (java) S 22669 22672 22184 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255039609 26729902080 10614 33554432000 4194304 4196468 140727048571632 140568404309360 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22686] ppid=22669 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22672/task/22686/stat : 22686 (java) S 22669 22672 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255039612 26729902080 10614 33554432000 4194304 4196468 140727048571632 140568403257680 140569278359451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22687] ppid=22669 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/22672/task/22687/stat : 22687 (java) S 22669 22672 22184 0 -1 1077944384 376 0 0 0 1 0 0 0 20 0 20 0 255039612 26729902080 10614 33554432000 4194304 4196468 140727048571632 140568402205040 140569278352002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22688] ppid=22669 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/22672/task/22688/stat : 22688 (java) S 22669 22672 22184 0 -1 1077944384 41 0 0 0 1 0 0 0 20 0 20 0 255039612 26729902080 10614 33554432000 4194304 4196468 140727048571632 140568401152240 140569278352002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22689] ppid=22669 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22672/task/22689/stat : 22689 (java) S 22669 22672 22184 0 -1 1077944384 146 0 0 0 0 0 0 0 20 0 20 0 255039612 26729902080 10614 33554432000 4194304 4196468 140727048571632 140568400099440 140569278352002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22690] ppid=22669 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/22672/task/22690/stat : 22690 (java) R 22669 22672 22184 0 -1 4202560 407 0 0 0 6 0 0 0 20 0 20 0 255039612 26729902080 10614 33554432000 4194304 4196468 140727048571632 140568399040336 140569271445543 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22691] ppid=22669 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22672/task/22691/stat : 22691 (java) S 22669 22672 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255039612 26729902080 10614 33554432000 4194304 4196468 140727048571632 140568397995104 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22692] ppid=22669 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/22672/task/22692/stat : 22692 (java) S 22669 22672 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255039612 26729902080 10614 33554432000 4194304 4196468 140727048571632 140568396942384 140569278352002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 42456 KiB

[startup+0.309481 s]*
/proc/loadavg: 2.77 4.01 6.52 2/199 22692
/proc/meminfo: memFree=24075904/32770624 swapFree=67059136/67108860
[pid=22672] ppid=22669 vsize=26103420 memory=46044 CPUtime=0.43 cores=0-7
/proc/22672/stat : 22672 (java) S 22669 22672 22184 0 -1 1077944320 10727 0 0 0 41 2 0 0 20 0 20 0 255039606 26729902080 11511 33554432000 4194304 4196468 140727048571632 140727048554176 140569278340855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
/proc/22672/statm: 6525855 11511 3367 1 0 6487932 0
[pid=22672/tid=22674] ppid=22669 vsize=26103420 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/22672/task/22674/stat : 22674 (java) R 22669 22672 22184 0 -1 4202560 8259 0 0 0 28 1 0 0 20 0 20 0 255039606 26729902080 11511 33554432000 4194304 4196468 140727048571632 140569282549584 140569259904415 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22675] ppid=22669 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22672/task/22675/stat : 22675 (java) S 22669 22672 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255039607 26729902080 11511 33554432000 4194304 4196468 140727048571632 140569248054416 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22676] ppid=22669 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22672/task/22676/stat : 22676 (java) S 22669 22672 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255039607 26729902080 11511 33554432000 4194304 4196468 140727048571632 140568835468304 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22677] ppid=22669 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22672/task/22677/stat : 22677 (java) S 22669 22672 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255039607 26729902080 11511 33554432000 4194304 4196468 140727048571632 140568834415504 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22678] ppid=22669 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22672/task/22678/stat : 22678 (java) S 22669 22672 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255039607 26729902080 11511 33554432000 4194304 4196468 140727048571632 140568833362704 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22679] ppid=22669 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/22672/task/22679/stat : 22679 (java) S 22669 22672 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255039607 26729902080 11511 33554432000 4194304 4196468 140727048571632 140568832309904 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22680] ppid=22669 vsize=26103420 memory=140230816527279 CPUtime=0 cores=0-7
/proc/22672/task/22680/stat : 22680 (java) S 22669 22672 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255039607 26729902080 11511 33554432000 4194304 4196468 140727048571632 140568831257104 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22681] ppid=22669 vsize=26103420 memory=140230816529584 CPUtime=0 cores=0-7
/proc/22672/task/22681/stat : 22681 (java) S 22669 22672 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255039607 26729902080 11511 33554432000 4194304 4196468 140727048571632 140568830204304 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22682] ppid=22669 vsize=26103420 memory=140230816531888 CPUtime=0 cores=0-7
/proc/22672/task/22682/stat : 22682 (java) S 22669 22672 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255039607 26729902080 11511 33554432000 4194304 4196468 140727048571632 140568829151504 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22683] ppid=22669 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22672/task/22683/stat : 22683 (java) S 22669 22672 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255039609 26729902080 11511 33554432000 4194304 4196468 140727048571632 140568406416240 140569278352002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22684] ppid=22669 vsize=26103420 memory=280461633070736 CPUtime=0 cores=0-7
/proc/22672/task/22684/stat : 22684 (java) S 22669 22672 22184 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255039609 26729902080 11511 33554432000 4194304 4196468 140727048571632 140568405362208 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22685] ppid=22669 vsize=26103420 memory=280461633077648 CPUtime=0 cores=0-7
/proc/22672/task/22685/stat : 22685 (java) S 22669 22672 22184 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255039609 26729902080 11511 33554432000 4194304 4196468 140727048571632 140568404309360 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22686] ppid=22669 vsize=26103420 memory=280461633018928 CPUtime=0 cores=0-7
/proc/22672/task/22686/stat : 22686 (java) S 22669 22672 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255039612 26729902080 11511 33554432000 4194304 4196468 140727048571632 140568403257680 140569278359451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22687] ppid=22669 vsize=26103420 memory=280461633091472 CPUtime=0.02 cores=0-7
/proc/22672/task/22687/stat : 22687 (java) S 22669 22672 22184 0 -1 1077944384 444 0 0 0 2 0 0 0 20 0 20 0 255039612 26729902080 11511 33554432000 4194304 4196468 140727048571632 140568402205040 140569278352002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22688] ppid=22669 vsize=26103420 memory=280461633098384 CPUtime=0.01 cores=0-7
/proc/22672/task/22688/stat : 22688 (java) S 22669 22672 22184 0 -1 1077944384 42 0 0 0 1 0 0 0 20 0 20 0 255039612 26729902080 11511 33554432000 4194304 4196468 140727048571632 140568401152240 140569278352002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22689] ppid=22669 vsize=26103420 memory=280461633096080 CPUtime=0 cores=0-7
/proc/22672/task/22689/stat : 22689 (java) S 22669 22672 22184 0 -1 1077944384 157 0 0 0 0 0 0 0 20 0 20 0 255039612 26729902080 11511 33554432000 4194304 4196468 140727048571632 140568400099440 140569278352002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22690] ppid=22669 vsize=26103420 memory=280461633112688 CPUtime=0.08 cores=0-7
/proc/22672/task/22690/stat : 22690 (java) S 22669 22672 22184 0 -1 1077944384 440 0 0 0 8 0 0 0 20 0 20 0 255039612 26729902080 11511 33554432000 4194304 4196468 140727048571632 140568399046640 140569278352002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22691] ppid=22669 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22672/task/22691/stat : 22691 (java) S 22669 22672 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255039612 26729902080 11511 33554432000 4194304 4196468 140727048571632 140568397995104 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22692] ppid=22669 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/22672/task/22692/stat : 22692 (java) S 22669 22672 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255039612 26729902080 11511 33554432000 4194304 4196468 140727048571632 140568396942384 140569278352002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46044 KiB

[startup+0.700848 s]
/proc/loadavg: 2.77 4.01 6.52 2/199 22692
/proc/meminfo: memFree=24052216/32770624 swapFree=67059136/67108860
[pid=22672] ppid=22669 vsize=26105488 memory=84580 CPUtime=1 cores=0-7
/proc/22672/stat : 22672 (java) S 22669 22672 22184 0 -1 1077944320 17593 0 0 0 97 3 0 0 20 0 20 0 255039606 26732019712 21145 33554432000 4194304 4196468 140727048571632 140727048554176 140569278340855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
/proc/22672/statm: 6526372 21145 3498 1 0 6488444 0
[pid=22672/tid=22674] ppid=22669 vsize=26105488 memory=0 CPUtime=0.67 cores=0-7
/proc/22672/task/22674/stat : 22674 (java) R 22669 22672 22184 0 -1 4202560 14623 0 0 0 65 2 0 0 20 0 20 0 255039606 26732019712 21145 33554432000 4194304 4196468 140727048571632 140569282573040 140569262384485 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22675] ppid=22669 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/22672/task/22675/stat : 22675 (java) S 22669 22672 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255039607 26732019712 21145 33554432000 4194304 4196468 140727048571632 140569248054416 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22676] ppid=22669 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/22672/task/22676/stat : 22676 (java) S 22669 22672 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255039607 26732019712 21145 33554432000 4194304 4196468 140727048571632 140568835468304 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22677] ppid=22669 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/22672/task/22677/stat : 22677 (java) S 22669 22672 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255039607 26732019712 21145 33554432000 4194304 4196468 140727048571632 140568834415504 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22678] ppid=22669 vsize=26105488 memory=736 CPUtime=0 cores=0-7
/proc/22672/task/22678/stat : 22678 (java) S 22669 22672 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255039607 26732019712 21145 33554432000 4194304 4196468 140727048571632 140568833362704 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22679] ppid=22669 vsize=26105488 memory=1520 CPUtime=0 cores=0-7
/proc/22672/task/22679/stat : 22679 (java) S 22669 22672 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255039607 26732019712 21145 33554432000 4194304 4196468 140727048571632 140568832309904 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22680] ppid=22669 vsize=26105488 memory=1708 CPUtime=0 cores=0-7
/proc/22672/task/22680/stat : 22680 (java) S 22669 22672 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255039607 26732019712 21145 33554432000 4194304 4196468 140727048571632 140568831257104 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22681] ppid=22669 vsize=26105488 memory=5192 CPUtime=0 cores=0-7
/proc/22672/task/22681/stat : 22681 (java) S 22669 22672 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255039607 26732019712 21145 33554432000 4194304 4196468 140727048571632 140568830204304 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22682] ppid=22669 vsize=26105488 memory=13608 CPUtime=0 cores=0-7
/proc/22672/task/22682/stat : 22682 (java) S 22669 22672 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255039607 26732019712 21145 33554432000 4194304 4196468 140727048571632 140568829151504 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22683] ppid=22669 vsize=26105488 memory=1860 CPUtime=0 cores=0-7
/proc/22672/task/22683/stat : 22683 (java) S 22669 22672 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255039609 26732019712 21145 33554432000 4194304 4196468 140727048571632 140568406416240 140569278352002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0

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

/proc/22672/task/22690/stat : 22690 (java) S 22669 22672 22184 0 -1 1077944384 2325 0 0 0 50 0 0 0 20 0 20 0 255039612 26738311168 5706269 33554432000 4194304 4196468 140727048571632 140568399046640 140569278352002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22691] ppid=22669 vsize=26111632 memory=36932 CPUtime=0 cores=0-7
/proc/22672/task/22691/stat : 22691 (java) S 22669 22672 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255039612 26738311168 5706269 33554432000 4194304 4196468 140727048571632 140568397995104 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22692] ppid=22669 vsize=26111632 memory=13808 CPUtime=0.02 cores=0-7
/proc/22672/task/22692/stat : 22692 (java) S 22669 22672 22184 0 -1 1077944384 106 0 0 0 1 1 0 0 20 0 20 0 255039612 26738311168 5706269 33554432000 4194304 4196468 140727048571632 140568396942384 140569278352002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 48 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
Current children cumulated CPU time: 182.23 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 22825076 KiB

[startup+43.2009 s]
/proc/loadavg: 3.35 3.98 6.40 9/199 22692
/proc/meminfo: memFree=1253860/32770624 swapFree=67059136/67108860
[pid=22672] ppid=22669 vsize=26111632 memory=22825076 CPUtime=194.6 cores=0-7
/proc/22672/stat : 22672 (java) S 22669 22672 22184 0 -1 1077944320 902439 0 0 0 14464 4996 0 0 20 0 20 0 255039606 26738311168 5706269 33554432000 4194304 4196468 140727048571632 140727048554176 140569278340855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
/proc/22672/statm: 6527908 5706269 3592 1 0 6489980 0
[pid=22672/tid=22674] ppid=22669 vsize=26111632 memory=22825076 CPUtime=18.93 cores=0-7
/proc/22672/task/22674/stat : 22674 (java) S 22669 22672 22184 0 -1 1077944384 31650 0 0 0 1857 36 0 0 20 0 20 0 255039606 26738311168 5706269 33554432000 4194304 4196468 140727048571632 140569282575024 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22675] ppid=22669 vsize=26111632 memory=22825076 CPUtime=21.44 cores=0-7
/proc/22672/task/22675/stat : 22675 (java) R 22669 22672 22184 0 -1 4202560 74522 0 0 0 1494 650 0 0 20 0 20 0 255039607 26738311168 5706269 33554432000 4194304 4196468 140727048571632 140569248054224 140569270969063 0 4 0 16800975 0 0 0 -1 6 0 0 26 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22676] ppid=22669 vsize=26111632 memory=22825076 CPUtime=21.43 cores=0-7
/proc/22672/task/22676/stat : 22676 (java) R 22669 22672 22184 0 -1 4202560 70699 0 0 0 1556 587 0 0 20 0 20 0 255039607 26738311168 5706269 33554432000 4194304 4196468 140727048571632 140568835468112 140569270969063 0 4 0 16800975 0 0 0 -1 3 0 0 20 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22677] ppid=22669 vsize=26111632 memory=2880 CPUtime=21.47 cores=0-7
/proc/22672/task/22677/stat : 22677 (java) R 22669 22672 22184 0 -1 4202560 199861 0 0 0 1532 615 0 0 20 0 20 0 255039607 26738311168 5706269 33554432000 4194304 4196468 140727048571632 140568834415704 140569271437552 0 4 0 16800975 0 0 0 -1 5 0 0 27 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22678] ppid=22669 vsize=26111632 memory=6791534058613427641 CPUtime=21.36 cores=0-7
/proc/22672/task/22678/stat : 22678 (java) R 22669 22672 22184 0 -1 4202560 197406 0 0 0 1537 599 0 0 20 0 20 0 255039607 26738311168 5706269 33554432000 4194304 4196468 140727048571632 140568833362512 140569270969063 0 4 0 16800975 0 0 0 -1 1 0 0 29 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22679] ppid=22669 vsize=26111632 memory=1528 CPUtime=21.14 cores=0-7
/proc/22672/task/22679/stat : 22679 (java) R 22669 22672 22184 0 -1 4202560 66576 0 0 0 1561 553 0 0 20 0 20 0 255039607 26738311168 5706269 33554432000 4194304 4196468 140727048571632 140568832310024 140569270969063 0 4 0 16800975 0 0 0 -1 7 0 0 32 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22680] ppid=22669 vsize=26111632 memory=924 CPUtime=21.45 cores=0-7
/proc/22672/task/22680/stat : 22680 (java) R 22669 22672 22184 0 -1 4202560 68976 0 0 0 1494 651 0 0 20 0 20 0 255039607 26738311168 5706269 33554432000 4194304 4196468 140727048571632 140568831257224 140569270969063 0 4 0 16800975 0 0 0 -1 2 0 0 25 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22681] ppid=22669 vsize=26111632 memory=1140 CPUtime=21.44 cores=0-7
/proc/22672/task/22681/stat : 22681 (java) R 22669 22672 22184 0 -1 4202560 69523 0 0 0 1541 603 0 0 20 0 20 0 255039607 26738311168 5706269 33554432000 4194304 4196468 140727048571632 140568830204424 140569270969063 0 4 0 16800975 0 0 0 -1 4 0 0 25 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22682] ppid=22669 vsize=26111632 memory=1548 CPUtime=21.51 cores=0-7
/proc/22672/task/22682/stat : 22682 (java) R 22669 22672 22184 0 -1 4202560 74330 0 0 0 1472 679 0 0 20 0 20 0 255039607 26738311168 5706269 33554432000 4194304 4196468 140727048571632 140568829151312 140569270969063 0 4 0 16800975 0 0 0 -1 0 0 0 19 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22683] ppid=22669 vsize=26111632 memory=1432 CPUtime=1.88 cores=0-7
/proc/22672/task/22683/stat : 22683 (java) S 22669 22672 22184 0 -1 1077944384 40158 0 0 0 175 13 0 0 20 0 20 0 255039609 26738311168 5706269 33554432000 4194304 4196468 140727048571632 140568406414800 140569278351061 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 42 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22684] ppid=22669 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/22672/task/22684/stat : 22684 (java) S 22669 22672 22184 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 20 0 255039609 26738311168 5706269 33554432000 4194304 4196468 140727048571632 140568405362272 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22685] ppid=22669 vsize=26111632 memory=49 CPUtime=0 cores=0-7
/proc/22672/task/22685/stat : 22685 (java) S 22669 22672 22184 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 255039609 26738311168 5706269 33554432000 4194304 4196468 140727048571632 140568404309376 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22686] ppid=22669 vsize=26111632 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/22672/task/22686/stat : 22686 (java) S 22669 22672 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255039612 26738311168 5706269 33554432000 4194304 4196468 140727048571632 140568403257680 140569278359451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22687] ppid=22669 vsize=26111632 memory=780 CPUtime=0.49 cores=0-7
/proc/22672/task/22687/stat : 22687 (java) S 22669 22672 22184 0 -1 1077944384 1541 0 0 0 49 0 0 0 20 0 20 0 255039612 26738311168 5706269 33554432000 4194304 4196468 140727048571632 140568402205040 140569278352002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22688] ppid=22669 vsize=26111632 memory=1948 CPUtime=0.78 cores=0-7
/proc/22672/task/22688/stat : 22688 (java) S 22669 22672 22184 0 -1 1077944384 1864 0 0 0 77 1 0 0 20 0 20 0 255039612 26738311168 5706269 33554432000 4194304 4196468 140727048571632 140568401152240 140569278352002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22689] ppid=22669 vsize=26111632 memory=1328 CPUtime=0.63 cores=0-7
/proc/22672/task/22689/stat : 22689 (java) S 22669 22672 22184 0 -1 1077944384 1508 0 0 0 63 0 0 0 20 0 20 0 255039612 26738311168 5706269 33554432000 4194304 4196468 140727048571632 140568400099440 140569278352002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22690] ppid=22669 vsize=26111632 memory=976 CPUtime=0.5 cores=0-7
/proc/22672/task/22690/stat : 22690 (java) S 22669 22672 22184 0 -1 1077944384 2325 0 0 0 50 0 0 0 20 0 20 0 255039612 26738311168 5706269 33554432000 4194304 4196468 140727048571632 140568399046640 140569278352002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22691] ppid=22669 vsize=26111632 memory=1140 CPUtime=0 cores=0-7
/proc/22672/task/22691/stat : 22691 (java) S 22669 22672 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255039612 26738311168 5706269 33554432000 4194304 4196468 140727048571632 140568397995104 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22692] ppid=22669 vsize=26111632 memory=1024 CPUtime=0.02 cores=0-7
/proc/22672/task/22692/stat : 22692 (java) S 22669 22672 22184 0 -1 1077944384 106 0 0 0 1 1 0 0 20 0 20 0 255039612 26738311168 5706269 33554432000 4194304 4196468 140727048571632 140568396942384 140569278352002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 48 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
Current children cumulated CPU time: 194.6 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 22825076 KiB

[startup+44.0012 s]*
/proc/loadavg: 3.16 3.93 6.37 9/199 22692
/proc/meminfo: memFree=1253612/32770624 swapFree=67059136/67108860
[pid=22672] ppid=22669 vsize=26111632 memory=22825164 CPUtime=199.89 cores=0-7
/proc/22672/stat : 22672 (java) S 22669 22672 22184 0 -1 1077944320 905685 0 0 0 14991 4998 0 0 20 0 20 0 255039606 26738311168 5706291 33554432000 4194304 4196468 140727048571632 140727048554176 140569278340855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
/proc/22672/statm: 6527908 5706291 3592 1 0 6489980 0
[pid=22672/tid=22674] ppid=22669 vsize=26111632 memory=6791534058613427641 CPUtime=18.93 cores=0-7
/proc/22672/task/22674/stat : 22674 (java) S 22669 22672 22184 0 -1 1077944384 31650 0 0 0 1857 36 0 0 20 0 20 0 255039606 26738311168 5706291 33554432000 4194304 4196468 140727048571632 140569282575024 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22675] ppid=22669 vsize=26111632 memory=50 CPUtime=22.08 cores=0-7
/proc/22672/task/22675/stat : 22675 (java) R 22669 22672 22184 0 -1 4202560 74522 0 0 0 1558 650 0 0 20 0 20 0 255039607 26738311168 5706291 33554432000 4194304 4196468 140727048571632 140569248054416 140569263292080 0 4 0 16800975 0 0 0 -1 6 0 0 26 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22676] ppid=22669 vsize=26111632 memory=0 CPUtime=22.07 cores=0-7
/proc/22672/task/22676/stat : 22676 (java) R 22669 22672 22184 0 -1 4202560 70700 0 0 0 1620 587 0 0 20 0 20 0 255039607 26738311168 5706291 33554432000 4194304 4196468 140727048571632 140568835468304 140569259937866 0 4 0 16800975 0 0 0 -1 3 0 0 20 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22677] ppid=22669 vsize=26111632 memory=2 CPUtime=22.14 cores=0-7
/proc/22672/task/22677/stat : 22677 (java) R 22669 22672 22184 0 -1 4202560 202622 0 0 0 1599 615 0 0 20 0 20 0 255039607 26738311168 5706291 33554432000 4194304 4196468 140727048571632 140568834415504 140569263291982 0 4 0 16800975 0 0 0 -1 5 0 0 27 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22678] ppid=22669 vsize=26111632 memory=3544 CPUtime=22.01 cores=0-7
/proc/22672/task/22678/stat : 22678 (java) R 22669 22672 22184 0 -1 4202560 197406 0 0 0 1601 600 0 0 20 0 20 0 255039607 26738311168 5706291 33554432000 4194304 4196468 140727048571632 140568833362704 140569258367227 0 4 0 16800975 0 0 0 -1 1 0 0 29 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22679] ppid=22669 vsize=26111632 memory=68348 CPUtime=21.76 cores=0-7
/proc/22672/task/22679/stat : 22679 (java) R 22669 22672 22184 0 -1 4202560 66576 0 0 0 1623 553 0 0 20 0 20 0 255039607 26738311168 5706291 33554432000 4194304 4196468 140727048571632 140568832310104 140569263038630 0 4 0 16800975 0 0 0 -1 7 0 0 32 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22680] ppid=22669 vsize=26111632 memory=780 CPUtime=22.09 cores=0-7
/proc/22672/task/22680/stat : 22680 (java) R 22669 22672 22184 0 -1 4202560 68976 0 0 0 1558 651 0 0 20 0 20 0 255039607 26738311168 5706291 33554432000 4194304 4196468 140727048571632 140568831257104 140569263038494 0 4 0 16800975 0 0 0 -1 4 0 0 25 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22681] ppid=22669 vsize=26111632 memory=1948 CPUtime=22.08 cores=0-7
/proc/22672/task/22681/stat : 22681 (java) R 22669 22672 22184 0 -1 4202560 69523 0 0 0 1605 603 0 0 20 0 20 0 255039607 26738311168 5706291 33554432000 4194304 4196468 140727048571632 140568830204304 140569263291848 0 4 0 16800975 0 0 0 -1 2 0 0 25 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22682] ppid=22669 vsize=26111632 memory=1328 CPUtime=22.15 cores=0-7
/proc/22672/task/22682/stat : 22682 (java) R 22669 22672 22184 0 -1 4202560 74330 0 0 0 1536 679 0 0 20 0 20 0 255039607 26738311168 5706291 33554432000 4194304 4196468 140727048571632 140568829151704 140569258367013 0 4 0 16800975 0 0 0 -1 0 0 0 19 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22683] ppid=22669 vsize=26111632 memory=976 CPUtime=2.03 cores=0-7
/proc/22672/task/22683/stat : 22683 (java) S 22669 22672 22184 0 -1 1077944384 40638 0 0 0 190 13 0 0 20 0 20 0 255039609 26738311168 5706291 33554432000 4194304 4196468 140727048571632 140568406414560 140569278351061 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 42 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22684] ppid=22669 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/22672/task/22684/stat : 22684 (java) S 22669 22672 22184 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 255039609 26738311168 5706291 33554432000 4194304 4196468 140727048571632 140568405362176 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22685] ppid=22669 vsize=26111632 memory=15620 CPUtime=0 cores=0-7
/proc/22672/task/22685/stat : 22685 (java) S 22669 22672 22184 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 255039609 26738311168 5706291 33554432000 4194304 4196468 140727048571632 140568404309376 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22686] ppid=22669 vsize=26111632 memory=280461634643520 CPUtime=0 cores=0-7
/proc/22672/task/22686/stat : 22686 (java) S 22669 22672 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255039612 26738311168 5706291 33554432000 4194304 4196468 140727048571632 140568403257680 140569278359451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22687] ppid=22669 vsize=26111632 memory=6656426216303648864 CPUtime=0.49 cores=0-7
/proc/22672/task/22687/stat : 22687 (java) S 22669 22672 22184 0 -1 1077944384 1542 0 0 0 49 0 0 0 20 0 20 0 255039612 26738311168 5706291 33554432000 4194304 4196468 140727048571632 140568402204800 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22688] ppid=22669 vsize=26111632 memory=0 CPUtime=0.78 cores=0-7
/proc/22672/task/22688/stat : 22688 (java) S 22669 22672 22184 0 -1 1077944384 1864 0 0 0 77 1 0 0 20 0 20 0 255039612 26738311168 5706291 33554432000 4194304 4196468 140727048571632 140568401152240 140569278352002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22689] ppid=22669 vsize=26111632 memory=4137284780655939955 CPUtime=0.63 cores=0-7
/proc/22672/task/22689/stat : 22689 (java) S 22669 22672 22184 0 -1 1077944384 1509 0 0 0 63 0 0 0 20 0 20 0 255039612 26738311168 5706291 33554432000 4194304 4196468 140727048571632 140568400099440 140569278352002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22690] ppid=22669 vsize=26111632 memory=55873 CPUtime=0.5 cores=0-7
/proc/22672/task/22690/stat : 22690 (java) S 22669 22672 22184 0 -1 1077944384 2325 0 0 0 50 0 0 0 20 0 20 0 255039612 26738311168 5706291 33554432000 4194304 4196468 140727048571632 140568399046640 140569278352002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22691] ppid=22669 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/22672/task/22691/stat : 22691 (java) S 22669 22672 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255039612 26738311168 5706291 33554432000 4194304 4196468 140727048571632 140568397995104 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22692] ppid=22669 vsize=26111632 memory=-4695052241013923951 CPUtime=0.02 cores=0-7
/proc/22672/task/22692/stat : 22692 (java) S 22669 22672 22184 0 -1 1077944384 106 0 0 0 1 1 0 0 20 0 20 0 255039612 26738311168 5706291 33554432000 4194304 4196468 140727048571632 140568396942384 140569278352002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 48 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
Current children cumulated CPU time: 199.89 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 22825164 KiB

[startup+44.8015 s]
/proc/loadavg: 3.16 3.93 6.37 9/199 22692
/proc/meminfo: memFree=1253612/32770624 swapFree=67059136/67108860
[pid=22672] ppid=22669 vsize=26111632 memory=22825172 CPUtime=203.76 cores=0-7
/proc/22672/stat : 22672 (java) S 22669 22672 22184 0 -1 1077944320 906406 0 0 0 15376 5000 0 0 20 0 20 0 255039606 26738311168 5706293 33554432000 4194304 4196468 140727048571632 140727048554176 140569278340855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
/proc/22672/statm: 6527908 5706293 3592 1 0 6489980 0
[pid=22672/tid=22674] ppid=22669 vsize=26111632 memory=9004 CPUtime=18.93 cores=0-7
/proc/22672/task/22674/stat : 22674 (java) S 22669 22672 22184 0 -1 1077944384 31677 0 0 0 1857 36 0 0 20 0 20 0 255039606 26738311168 5706293 33554432000 4194304 4196468 140727048571632 140569282579760 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22675] ppid=22669 vsize=26111632 memory=6791534058613427641 CPUtime=22.53 cores=0-7
/proc/22672/task/22675/stat : 22675 (java) S 22669 22672 22184 0 -1 1077944384 74522 0 0 0 1602 651 0 0 20 0 20 0 255039607 26738311168 5706293 33554432000 4194304 4196468 140727048571632 140569248054416 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 26 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22676] ppid=22669 vsize=26111632 memory=280461634517424 CPUtime=22.51 cores=0-7
/proc/22672/task/22676/stat : 22676 (java) S 22669 22672 22184 0 -1 1077944384 70802 0 0 0 1664 587 0 0 20 0 20 0 255039607 26738311168 5706293 33554432000 4194304 4196468 140727048571632 140568835468304 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 20 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22677] ppid=22669 vsize=26111632 memory=3616449020530281928 CPUtime=22.58 cores=0-7
/proc/22672/task/22677/stat : 22677 (java) S 22669 22672 22184 0 -1 1077944384 202718 0 0 0 1643 615 0 0 20 0 20 0 255039607 26738311168 5706293 33554432000 4194304 4196468 140727048571632 140568834415504 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 27 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22678] ppid=22669 vsize=26111632 memory=140230817266176 CPUtime=22.45 cores=0-7
/proc/22672/task/22678/stat : 22678 (java) S 22669 22672 22184 0 -1 1077944384 197421 0 0 0 1645 600 0 0 20 0 20 0 255039607 26738311168 5706293 33554432000 4194304 4196468 140727048571632 140568833362704 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 29 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22679] ppid=22669 vsize=26111632 memory=13608 CPUtime=22.19 cores=0-7
/proc/22672/task/22679/stat : 22679 (java) S 22669 22672 22184 0 -1 1077944384 66590 0 0 0 1666 553 0 0 20 0 20 0 255039607 26738311168 5706293 33554432000 4194304 4196468 140727048571632 140568832309904 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 32 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22680] ppid=22669 vsize=26111632 memory=1860 CPUtime=22.53 cores=0-7
/proc/22672/task/22680/stat : 22680 (java) S 22669 22672 22184 0 -1 1077944384 68985 0 0 0 1602 651 0 0 20 0 20 0 255039607 26738311168 5706293 33554432000 4194304 4196468 140727048571632 140568831257104 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 25 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22681] ppid=22669 vsize=26111632 memory=36932 CPUtime=22.52 cores=0-7
/proc/22672/task/22681/stat : 22681 (java) S 22669 22672 22184 0 -1 1077944384 69553 0 0 0 1649 603 0 0 20 0 20 0 255039607 26738311168 5706293 33554432000 4194304 4196468 140727048571632 140568830204304 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 25 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22682] ppid=22669 vsize=26111632 memory=13808 CPUtime=22.59 cores=0-7
/proc/22672/task/22682/stat : 22682 (java) S 22669 22672 22184 0 -1 1077944384 74498 0 0 0 1580 679 0 0 20 0 20 0 255039607 26738311168 5706293 33554432000 4194304 4196468 140727048571632 140568829151504 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 19 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22683] ppid=22669 vsize=26111632 memory=524 CPUtime=2.38 cores=0-7
/proc/22672/task/22683/stat : 22683 (java) R 22669 22672 22184 0 -1 4202560 40896 0 0 0 223 15 0 0 20 0 20 0 255039609 26738311168 5706293 33554432000 4194304 4196468 140727048571632 140568406414784 140569256711035 0 0 0 16800975 0 0 0 -1 2 0 0 42 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22684] ppid=22669 vsize=26111632 memory=22825168 CPUtime=0 cores=0-7
/proc/22672/task/22684/stat : 22684 (java) S 22669 22672 22184 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 20 0 255039609 26738311168 5706293 33554432000 4194304 4196468 140727048571632 140568405362272 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22685] ppid=22669 vsize=26111632 memory=6944656592455359580 CPUtime=0 cores=0-7
/proc/22672/task/22685/stat : 22685 (java) S 22669 22672 22184 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 255039609 26738311168 5706293 33554432000 4194304 4196468 140727048571632 140568404309376 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22686] ppid=22669 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/22672/task/22686/stat : 22686 (java) S 22669 22672 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255039612 26738311168 5706293 33554432000 4194304 4196468 140727048571632 140568403257680 140569278359451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22687] ppid=22669 vsize=26111632 memory=2608 CPUtime=0.49 cores=0-7
/proc/22672/task/22687/stat : 22687 (java) S 22669 22672 22184 0 -1 1077944384 1542 0 0 0 49 0 0 0 20 0 20 0 255039612 26738311168 5706293 33554432000 4194304 4196468 140727048571632 140568402205040 140569278352002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22688] ppid=22669 vsize=26111632 memory=0 CPUtime=0.78 cores=0-7
/proc/22672/task/22688/stat : 22688 (java) S 22669 22672 22184 0 -1 1077944384 1864 0 0 0 77 1 0 0 20 0 20 0 255039612 26738311168 5706293 33554432000 4194304 4196468 140727048571632 140568401152240 140569278352002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22689] ppid=22669 vsize=26111632 memory=44324 CPUtime=0.63 cores=0-7
/proc/22672/task/22689/stat : 22689 (java) S 22669 22672 22184 0 -1 1077944384 1509 0 0 0 63 0 0 0 20 0 20 0 255039612 26738311168 5706293 33554432000 4194304 4196468 140727048571632 140568400099440 140569278352002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22690] ppid=22669 vsize=26111632 memory=7904 CPUtime=0.5 cores=0-7
/proc/22672/task/22690/stat : 22690 (java) S 22669 22672 22184 0 -1 1077944384 2325 0 0 0 50 0 0 0 20 0 20 0 255039612 26738311168 5706293 33554432000 4194304 4196468 140727048571632 140568399046640 140569278352002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22691] ppid=22669 vsize=26111632 memory=800 CPUtime=0 cores=0-7
/proc/22672/task/22691/stat : 22691 (java) S 22669 22672 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255039612 26738311168 5706293 33554432000 4194304 4196468 140727048571632 140568397995104 140569278351061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
[pid=22672/tid=22692] ppid=22669 vsize=26111632 memory=4100 CPUtime=0.02 cores=0-7
/proc/22672/task/22692/stat : 22692 (java) S 22669 22672 22184 0 -1 1077944384 106 0 0 0 1 1 0 0 20 0 20 0 255039612 26738311168 5706293 33554432000 4194304 4196468 140727048571632 140568396942384 140569278352002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 48 0 0 6293624 6294260 19652608 140727048578126 140727048578309 140727048578309 140727048581071 0
Current children cumulated CPU time: 203.76 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 22825172 KiB

[startup+45.0008 s]*
/proc/loadavg: 3.16 3.93 6.37 2/181 22693
/proc/meminfo: memFree=20127100/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): 45.0257
CPU time (s): 203.998
CPU user time (s): 153.835
CPU system time (s): 50.1635
CPU usage (%): 453.07
Max. virtual memory (cumulated for all children) (KiB): 26111632
Max. memory (cumulated for all children) (KiB): 22825172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 153.835
system time used= 50.1635
maximum resident set size= 22825172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 906508
page faults= 0
swaps= 0
block input operations= 0
block output operations= 240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31980
involuntary context switches= 2427


# summary of solver processes directly reported to runsolver:
#   pid: 22672
#   total CPU time (s): 203.998
#   total CPU user time (s): 153.835
#   total CPU system time (s): 50.1635

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.343714 second user time and 0.530584 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-16 01:12:44
IDJOB=4308759
IDBENCH=141310
IDSOLVER=2793
FILE ID=node103/4308759-1534374763
RUNJOBID= node103-1534372170-22211
PBS_JOBID= 21038282
Free space on /tmp= 38552 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-13-4-rom_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308759-1534374763/watcher-4308759-1534374763 -o /tmp/evaluation-result-4308759-1534374763/solver-4308759-1534374763 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1534372170-22211 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 194541361 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308759-1534374763.xml

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

MD5SUM BENCH= 0b51c5bbf7274d342280acfb624bd8bf
RANDOM SEED=194541361

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:        24109460 kB
MemAvailable:   31936220 kB
Buffers:          202980 kB
Cached:          7830076 kB
SwapCached:         5140 kB
Active:          4243472 kB
Inactive:        3801056 kB
Active(anon):        644 kB
Inactive(anon):    70488 kB
Active(file):    4242828 kB
Inactive(file):  3730568 kB
Unevictable:        7772 kB
Mlocked:            7772 kB
SwapTotal:      67108860 kB
SwapFree:       67059136 kB
Dirty:            124328 kB
Writeback:             0 kB
AnonPages:         14596 kB
Mapped:            54496 kB
Shmem:             56924 kB
Slab:             310912 kB
SReclaimable:     281824 kB
SUnreclaim:        29088 kB
KernelStack:        3152 kB
PageTables:         4948 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:         0 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= 38516 MiB
End job on node103 at 2018-08-16 01:13:29