Trace number 4308754

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? 248.063 43.782

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-08-4-rom_c18.xml
MD5SUMd2036c1580b702d26a2ba71e1295e02d
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 variables256
Number of constraints64
Number of domains5
Minimum domain size2
Maximum domain size62899
Distribution of domain sizes[{"size":2,"count":16},{"size":9,"count":112},{"size":27,"count":64},{"size":62899,"count":64}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":80},{"degree":2,"count":112},{"degree":8,"count":64}]
Minimum constraint arity11
Maximum constraint arity12
Distribution of constraint arities[{"arity":11,"count":16},{"arity":12,"count":48}]
Number of extensional constraints64
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":64}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

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

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

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


[startup+0.100114 s]*
/proc/loadavg: 1.00 4.47 7.02 3/199 22434
/proc/meminfo: memFree=24043144/32770624 swapFree=67059136/67108860
[pid=22414] ppid=22411 vsize=26103420 memory=30460 CPUtime=0.11 cores=0-7
/proc/22414/stat : 22414 (java) S 22411 22414 22184 0 -1 1077944320 7029 0 0 0 10 1 0 0 20 0 20 0 255026807 26729902080 7615 33554432000 4194304 4196468 140731115503184 140731115485728 139791707008759 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
/proc/22414/statm: 6525855 7615 3138 1 0 6487932 0
[pid=22414/tid=22416] ppid=22411 vsize=26103420 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/22414/task/22416/stat : 22416 (java) R 22411 22414 22184 0 -1 4202560 5131 0 0 0 8 0 0 0 20 0 20 0 255026807 26729902080 7615 33554432000 4194304 4196468 140731115503184 139791711218808 139791687284519 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22417] ppid=22411 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22417/stat : 22417 (java) S 22411 22414 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255026808 26729902080 7615 33554432000 4194304 4196468 140731115503184 139791659628944 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22418] ppid=22411 vsize=26103420 memory=139936766260864 CPUtime=0 cores=0-7
/proc/22414/task/22418/stat : 22418 (java) S 22411 22414 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255026808 26729902080 7615 33554432000 4194304 4196468 140731115503184 139791658576144 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22419] ppid=22411 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22419/stat : 22419 (java) S 22411 22414 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255026808 26729902080 7615 33554432000 4194304 4196468 140731115503184 139791657523856 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22420] ppid=22411 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22420/stat : 22420 (java) S 22411 22414 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255026808 26729902080 7615 33554432000 4194304 4196468 140731115503184 139791262153232 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22421] ppid=22411 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22421/stat : 22421 (java) S 22411 22414 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255026808 26729902080 7615 33554432000 4194304 4196468 140731115503184 139791261100944 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22422] ppid=22411 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/22414/task/22422/stat : 22422 (java) S 22411 22414 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255026808 26729902080 7615 33554432000 4194304 4196468 140731115503184 139791260048144 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22423] ppid=22411 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22423/stat : 22423 (java) S 22411 22414 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255026808 26729902080 7681 33554432000 4194304 4196468 140731115503184 139791258995856 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22424] ppid=22411 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22424/stat : 22424 (java) S 22411 22414 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255026808 26729902080 7681 33554432000 4194304 4196468 140731115503184 139791257943056 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22425] ppid=22411 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22425/stat : 22425 (java) S 22411 22414 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255026809 26729902080 7681 33554432000 4194304 4196468 140731115503184 139790248786032 139791707019906 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22426] ppid=22411 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22426/stat : 22426 (java) S 22411 22414 22184 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255026810 26729902080 7681 33554432000 4194304 4196468 140731115503184 139789844079392 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22427] ppid=22411 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22427/stat : 22427 (java) S 22411 22414 22184 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255026810 26729902080 7681 33554432000 4194304 4196468 140731115503184 139789843027056 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22428] ppid=22411 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22428/stat : 22428 (java) S 22411 22414 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255026813 26729902080 7681 33554432000 4194304 4196468 140731115503184 139789841975376 139791707027355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22429] ppid=22411 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22429/stat : 22429 (java) S 22411 22414 22184 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 20 0 255026813 26729902080 7681 33554432000 4194304 4196468 140731115503184 139789840923248 139791707019906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22430] ppid=22411 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22430/stat : 22430 (java) S 22411 22414 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255026813 26729902080 7681 33554432000 4194304 4196468 140731115503184 139789839870448 139791707019906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22431] ppid=22411 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22431/stat : 22431 (java) S 22411 22414 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255026813 26729902080 7681 33554432000 4194304 4196468 140731115503184 139789838818160 139791707019906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22432] ppid=22411 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/22414/task/22432/stat : 22432 (java) S 22411 22414 22184 0 -1 1077944384 243 0 0 0 1 0 0 0 20 0 20 0 255026813 26729902080 7681 33554432000 4194304 4196468 140731115503184 139789837765360 139791707019906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22433] ppid=22411 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22433/stat : 22433 (java) S 22411 22414 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255026813 26729902080 7681 33554432000 4194304 4196468 140731115503184 139789836712288 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22434] ppid=22411 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/22414/task/22434/stat : 22434 (java) S 22411 22414 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255026813 26729902080 7747 33554432000 4194304 4196468 140731115503184 139789835659568 139791707019906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 30460 KiB

[startup+0.210007 s]*
/proc/loadavg: 1.00 4.47 7.02 4/199 22434
/proc/meminfo: memFree=24029564/32770624 swapFree=67059136/67108860
[pid=22414] ppid=22411 vsize=26103420 memory=43296 CPUtime=0.3 cores=0-7
/proc/22414/stat : 22414 (java) S 22411 22414 22184 0 -1 1077944320 10536 0 0 0 27 3 0 0 20 0 20 0 255026807 26729902080 10824 33554432000 4194304 4196468 140731115503184 140731115485728 139791707008759 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
/proc/22414/statm: 6525855 10824 3309 1 0 6487932 0
[pid=22414/tid=22416] ppid=22411 vsize=26103420 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/22414/task/22416/stat : 22416 (java) R 22411 22414 22184 0 -1 4202560 8331 0 0 0 18 2 0 0 20 0 20 0 255026807 26729902080 10824 33554432000 4194304 4196468 140731115503184 139791711237120 139791707030685 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22417] ppid=22411 vsize=26103420 memory=12994 CPUtime=0 cores=0-7
/proc/22414/task/22417/stat : 22417 (java) S 22411 22414 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255026808 26729902080 10824 33554432000 4194304 4196468 140731115503184 139791659628944 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22418] ppid=22411 vsize=26103420 memory=288370312917972608 CPUtime=0 cores=0-7
/proc/22414/task/22418/stat : 22418 (java) S 22411 22414 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255026808 26729902080 10824 33554432000 4194304 4196468 140731115503184 139791658576144 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22419] ppid=22411 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/22414/task/22419/stat : 22419 (java) S 22411 22414 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255026808 26729902080 10824 33554432000 4194304 4196468 140731115503184 139791657523856 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22420] ppid=22411 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22420/stat : 22420 (java) S 22411 22414 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255026808 26729902080 10824 33554432000 4194304 4196468 140731115503184 139791262153232 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22421] ppid=22411 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22421/stat : 22421 (java) S 22411 22414 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255026808 26729902080 10824 33554432000 4194304 4196468 140731115503184 139791261100944 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22422] ppid=22411 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/22414/task/22422/stat : 22422 (java) S 22411 22414 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255026808 26729902080 10824 33554432000 4194304 4196468 140731115503184 139791260048144 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22423] ppid=22411 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22423/stat : 22423 (java) S 22411 22414 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255026808 26729902080 10824 33554432000 4194304 4196468 140731115503184 139791258995856 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22424] ppid=22411 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22424/stat : 22424 (java) S 22411 22414 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255026808 26729902080 10824 33554432000 4194304 4196468 140731115503184 139791257943056 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22425] ppid=22411 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22425/stat : 22425 (java) S 22411 22414 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255026809 26729902080 10824 33554432000 4194304 4196468 140731115503184 139790248786032 139791707019906 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22426] ppid=22411 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22426/stat : 22426 (java) S 22411 22414 22184 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255026810 26729902080 10824 33554432000 4194304 4196468 140731115503184 139789844079392 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22427] ppid=22411 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22427/stat : 22427 (java) S 22411 22414 22184 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255026810 26729902080 10824 33554432000 4194304 4196468 140731115503184 139789843027056 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22428] ppid=22411 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22428/stat : 22428 (java) S 22411 22414 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255026813 26729902080 10824 33554432000 4194304 4196468 140731115503184 139789841975376 139791707027355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22429] ppid=22411 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22429/stat : 22429 (java) S 22411 22414 22184 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 20 0 255026813 26729902080 10824 33554432000 4194304 4196468 140731115503184 139789840923248 139791707019906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22430] ppid=22411 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/22414/task/22430/stat : 22430 (java) S 22411 22414 22184 0 -1 1077944384 190 0 0 0 1 0 0 0 20 0 20 0 255026813 26729902080 10824 33554432000 4194304 4196468 140731115503184 139789839870448 139791707019906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22431] ppid=22411 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22431/stat : 22431 (java) S 22411 22414 22184 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 20 0 255026813 26729902080 10824 33554432000 4194304 4196468 140731115503184 139789838818160 139791707019906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22432] ppid=22411 vsize=26103420 memory=0 CPUtime=0.05 cores=0-7
/proc/22414/task/22432/stat : 22432 (java) R 22411 22414 22184 0 -1 4202560 286 0 0 0 5 0 0 0 20 0 20 0 255026813 26729902080 10824 33554432000 4194304 4196468 140731115503184 139789837763152 139791685964338 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22433] ppid=22411 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22433/stat : 22433 (java) S 22411 22414 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255026813 26729902080 10824 33554432000 4194304 4196468 140731115503184 139789836712288 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22434] ppid=22411 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/22414/task/22434/stat : 22434 (java) S 22411 22414 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255026813 26729902080 10824 33554432000 4194304 4196468 140731115503184 139789835659568 139791707019906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 43296 KiB

[startup+0.3093 s]*
/proc/loadavg: 1.00 4.47 7.02 2/199 22434
/proc/meminfo: memFree=24026028/32770624 swapFree=67059136/67108860
[pid=22414] ppid=22411 vsize=26103420 memory=46852 CPUtime=0.43 cores=0-7
/proc/22414/stat : 22414 (java) S 22411 22414 22184 0 -1 1077944320 10948 0 0 0 40 3 0 0 20 0 20 0 255026807 26729902080 11713 33554432000 4194304 4196468 140731115503184 140731115485728 139791707008759 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
/proc/22414/statm: 6525855 11713 3362 1 0 6487932 0
[pid=22414/tid=22416] ppid=22411 vsize=26103420 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/22414/task/22416/stat : 22416 (java) R 22411 22414 22184 0 -1 4202560 8660 0 0 0 28 2 0 0 20 0 20 0 255026807 26729902080 11713 33554432000 4194304 4196468 140731115503184 139791711170496 139791692174327 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22417] ppid=22411 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22417/stat : 22417 (java) S 22411 22414 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255026808 26729902080 11713 33554432000 4194304 4196468 140731115503184 139791659628944 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22418] ppid=22411 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22418/stat : 22418 (java) S 22411 22414 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255026808 26729902080 11713 33554432000 4194304 4196468 140731115503184 139791658576144 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22419] ppid=22411 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22419/stat : 22419 (java) S 22411 22414 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255026808 26729902080 11713 33554432000 4194304 4196468 140731115503184 139791657523856 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22420] ppid=22411 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22420/stat : 22420 (java) S 22411 22414 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255026808 26729902080 11713 33554432000 4194304 4196468 140731115503184 139791262153232 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22421] ppid=22411 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/22414/task/22421/stat : 22421 (java) S 22411 22414 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255026808 26729902080 11713 33554432000 4194304 4196468 140731115503184 139791261100944 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22422] ppid=22411 vsize=26103420 memory=139936611267503 CPUtime=0 cores=0-7
/proc/22414/task/22422/stat : 22422 (java) S 22411 22414 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255026808 26729902080 11713 33554432000 4194304 4196468 140731115503184 139791260048144 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22423] ppid=22411 vsize=26103420 memory=139936611269808 CPUtime=0 cores=0-7
/proc/22414/task/22423/stat : 22423 (java) S 22411 22414 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255026808 26729902080 11713 33554432000 4194304 4196468 140731115503184 139791258995856 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22424] ppid=22411 vsize=26103420 memory=139936611272112 CPUtime=0 cores=0-7
/proc/22414/task/22424/stat : 22424 (java) S 22411 22414 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255026808 26729902080 11713 33554432000 4194304 4196468 140731115503184 139791257943056 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22425] ppid=22411 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22425/stat : 22425 (java) S 22411 22414 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255026809 26729902080 11713 33554432000 4194304 4196468 140731115503184 139790248786032 139791707019906 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22426] ppid=22411 vsize=26103420 memory=279873222551184 CPUtime=0 cores=0-7
/proc/22414/task/22426/stat : 22426 (java) S 22411 22414 22184 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255026810 26729902080 11713 33554432000 4194304 4196468 140731115503184 139789844079392 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22427] ppid=22411 vsize=26103420 memory=279873222558096 CPUtime=0 cores=0-7
/proc/22414/task/22427/stat : 22427 (java) S 22411 22414 22184 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255026810 26729902080 11713 33554432000 4194304 4196468 140731115503184 139789843027056 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22428] ppid=22411 vsize=26103420 memory=279873222499376 CPUtime=0 cores=0-7
/proc/22414/task/22428/stat : 22428 (java) S 22411 22414 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255026813 26729902080 11713 33554432000 4194304 4196468 140731115503184 139789841975376 139791707027355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22429] ppid=22411 vsize=26103420 memory=279873222571920 CPUtime=0 cores=0-7
/proc/22414/task/22429/stat : 22429 (java) S 22411 22414 22184 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 20 0 255026813 26729902080 11713 33554432000 4194304 4196468 140731115503184 139789840923248 139791707019906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22430] ppid=22411 vsize=26103420 memory=279873222578832 CPUtime=0.02 cores=0-7
/proc/22414/task/22430/stat : 22430 (java) S 22411 22414 22184 0 -1 1077944384 256 0 0 0 2 0 0 0 20 0 20 0 255026813 26729902080 11713 33554432000 4194304 4196468 140731115503184 139789839870448 139791707019906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22431] ppid=22411 vsize=26103420 memory=279873222576528 CPUtime=0.01 cores=0-7
/proc/22414/task/22431/stat : 22431 (java) S 22411 22414 22184 0 -1 1077944384 55 0 0 0 1 0 0 0 20 0 20 0 255026813 26729902080 11713 33554432000 4194304 4196468 140731115503184 139789838818160 139791707019906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22432] ppid=22411 vsize=26103420 memory=279873222593136 CPUtime=0.07 cores=0-7
/proc/22414/task/22432/stat : 22432 (java) S 22411 22414 22184 0 -1 1077944384 294 0 0 0 7 0 0 0 20 0 20 0 255026813 26729902080 11713 33554432000 4194304 4196468 140731115503184 139789837765360 139791707019906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22433] ppid=22411 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22433/stat : 22433 (java) S 22411 22414 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255026813 26729902080 11713 33554432000 4194304 4196468 140731115503184 139789836712288 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22434] ppid=22411 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/22414/task/22434/stat : 22434 (java) S 22411 22414 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255026813 26729902080 11713 33554432000 4194304 4196468 140731115503184 139789835659568 139791707019906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46852 KiB

[startup+0.700845 s]
/proc/loadavg: 1.00 4.47 7.02 2/199 22434
/proc/meminfo: memFree=24002092/32770624 swapFree=67059136/67108860
[pid=22414] ppid=22411 vsize=26105488 memory=87392 CPUtime=0.99 cores=0-7
/proc/22414/stat : 22414 (java) S 22411 22414 22184 0 -1 1077944320 17796 0 0 0 94 5 0 0 20 0 20 0 255026807 26732019712 21848 33554432000 4194304 4196468 140731115503184 140731115485728 139791707008759 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
/proc/22414/statm: 6526372 21848 3494 1 0 6488444 0
[pid=22414/tid=22416] ppid=22411 vsize=26105488 memory=0 CPUtime=0.67 cores=0-7
/proc/22414/task/22416/stat : 22416 (java) R 22411 22414 22184 0 -1 4202560 15011 0 0 0 64 3 0 0 20 0 20 0 255026807 26732019712 21848 33554432000 4194304 4196468 140731115503184 139791711214672 139791692702168 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22417] ppid=22411 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22417/stat : 22417 (java) S 22411 22414 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255026808 26732019712 21848 33554432000 4194304 4196468 140731115503184 139791659628944 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22418] ppid=22411 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22418/stat : 22418 (java) S 22411 22414 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255026808 26732019712 21848 33554432000 4194304 4196468 140731115503184 139791658576144 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22419] ppid=22411 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22419/stat : 22419 (java) S 22411 22414 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255026808 26732019712 21848 33554432000 4194304 4196468 140731115503184 139791657523856 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22420] ppid=22411 vsize=26105488 memory=736 CPUtime=0 cores=0-7
/proc/22414/task/22420/stat : 22420 (java) S 22411 22414 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255026808 26732019712 21848 33554432000 4194304 4196468 140731115503184 139791262153232 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22421] ppid=22411 vsize=26105488 memory=1520 CPUtime=0 cores=0-7
/proc/22414/task/22421/stat : 22421 (java) S 22411 22414 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255026808 26732019712 21848 33554432000 4194304 4196468 140731115503184 139791261100944 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22422] ppid=22411 vsize=26105488 memory=1708 CPUtime=0 cores=0-7
/proc/22414/task/22422/stat : 22422 (java) S 22411 22414 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255026808 26732019712 21848 33554432000 4194304 4196468 140731115503184 139791260048144 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22423] ppid=22411 vsize=26105488 memory=5192 CPUtime=0 cores=0-7
/proc/22414/task/22423/stat : 22423 (java) S 22411 22414 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255026808 26732019712 21848 33554432000 4194304 4196468 140731115503184 139791258995856 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22424] ppid=22411 vsize=26105488 memory=13608 CPUtime=0 cores=0-7
/proc/22414/task/22424/stat : 22424 (java) S 22411 22414 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255026808 26732019712 21848 33554432000 4194304 4196468 140731115503184 139791257943056 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22425] ppid=22411 vsize=26105488 memory=1860 CPUtime=0 cores=0-7
/proc/22414/task/22425/stat : 22425 (java) S 22411 22414 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255026809 26732019712 21848 33554432000 4194304 4196468 140731115503184 139790248786032 139791707019906 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0

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

/proc/22414/task/22432/stat : 22432 (java) S 22411 22414 22184 0 -1 1077944384 1904 0 0 0 48 1 0 0 20 0 20 0 255026813 26738311168 5861447 33554432000 4194304 4196468 140731115503184 139789837765360 139791707019906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22433] ppid=22411 vsize=26111632 memory=36932 CPUtime=0 cores=0-7
/proc/22414/task/22433/stat : 22433 (java) S 22411 22414 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255026813 26738311168 5861447 33554432000 4194304 4196468 140731115503184 139789836712288 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22434] ppid=22411 vsize=26111632 memory=13808 CPUtime=0.02 cores=0-7
/proc/22414/task/22434/stat : 22434 (java) S 22411 22414 22184 0 -1 1077944384 952 0 0 0 1 1 0 0 20 0 20 0 255026813 26738311168 5861447 33554432000 4194304 4196468 140731115503184 139789835659568 139791707019906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 55 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
Current children cumulated CPU time: 236.52 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 23445788 KiB

[startup+42.4016 s]
/proc/loadavg: 1.61 4.16 6.80 9/199 22434
/proc/meminfo: memFree=676768/32770624 swapFree=67059136/67108860
[pid=22414] ppid=22411 vsize=26111632 memory=23445788 CPUtime=241.25 cores=0-7
/proc/22414/stat : 22414 (java) S 22411 22414 22184 0 -1 1077944320 1199046 0 0 0 18649 5476 0 0 20 0 20 0 255026807 26738311168 5861447 33554432000 4194304 4196468 140731115503184 140731115485728 139791707008759 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
/proc/22414/statm: 6527908 5861447 3592 1 0 6489980 0
[pid=22414/tid=22416] ppid=22411 vsize=26111632 memory=6791534058613427641 CPUtime=10.87 cores=0-7
/proc/22414/task/22416/stat : 22416 (java) S 22411 22414 22184 0 -1 1077944384 25697 0 0 0 1063 24 0 0 20 0 20 0 255026807 26738311168 5861447 33554432000 4194304 4196468 140731115503184 139791711242880 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22417] ppid=22411 vsize=26111632 memory=6152855400989347921 CPUtime=28.19 cores=0-7
/proc/22414/task/22417/stat : 22417 (java) R 22411 22414 22184 0 -1 4202560 139758 0 0 0 2141 678 0 0 20 0 20 0 255026808 26738311168 5861447 33554432000 4194304 4196468 140731115503184 139791659628944 139791691959886 0 4 0 16800975 0 0 0 -1 6 0 0 26 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22418] ppid=22411 vsize=26111632 memory=7656231977942544224 CPUtime=28.14 cores=0-7
/proc/22414/task/22418/stat : 22418 (java) R 22411 22414 22184 0 -1 4202560 87416 0 0 0 2201 613 0 0 20 0 20 0 255026808 26738311168 5861447 33554432000 4194304 4196468 140731115503184 139791658576344 139791691994055 0 4 0 16800975 0 0 0 -1 7 0 0 35 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22419] ppid=22411 vsize=26111632 memory=5787214926558093667 CPUtime=28.4 cores=0-7
/proc/22414/task/22419/stat : 22419 (java) R 22411 22414 22184 0 -1 4202560 221972 0 0 0 2103 737 0 0 20 0 20 0 255026808 26738311168 5861447 33554432000 4194304 4196468 140731115503184 139791657523856 139791691959858 0 4 0 16800975 0 0 0 -1 2 0 0 27 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22420] ppid=22411 vsize=26111632 memory=5787214926558356579 CPUtime=28.46 cores=0-7
/proc/22414/task/22420/stat : 22420 (java) R 22411 22414 22184 0 -1 4202560 121239 0 0 0 2161 685 0 0 20 0 20 0 255026808 26738311168 5861447 33554432000 4194304 4196468 140731115503184 139791262153232 139791691994043 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22421] ppid=22411 vsize=26111632 memory=6225784929474996310 CPUtime=28.33 cores=0-7
/proc/22414/task/22421/stat : 22421 (java) R 22411 22414 22184 0 -1 4202560 122114 0 0 0 2119 714 0 0 20 0 20 0 255026808 26738311168 5861447 33554432000 4194304 4196468 140731115503184 139791261100944 139791691706398 0 4 0 16800975 0 0 0 -1 5 0 0 27 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22422] ppid=22411 vsize=26111632 memory=5787214926557827170 CPUtime=28.03 cores=0-7
/proc/22414/task/22422/stat : 22422 (java) R 22411 22414 22184 0 -1 4202560 112516 0 0 0 2158 645 0 0 20 0 20 0 255026808 26738311168 5861447 33554432000 4194304 4196468 140731115503184 139791260048144 139791691706317 0 4 0 16800975 0 0 0 -1 4 0 0 35 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22423] ppid=22411 vsize=26111632 memory=23445784 CPUtime=28.31 cores=0-7
/proc/22414/task/22423/stat : 22423 (java) R 22411 22414 22184 0 -1 4202560 204214 0 0 0 2137 694 0 0 20 0 20 0 255026808 26738311168 5861447 33554432000 4194304 4196468 140731115503184 139791258995856 139791691706534 0 4 0 16800975 0 0 0 -1 1 0 0 31 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22424] ppid=22411 vsize=26111632 memory=279873222990576 CPUtime=28.36 cores=0-7
/proc/22414/task/22424/stat : 22424 (java) R 22411 22414 22184 0 -1 4202560 107777 0 0 0 2166 670 0 0 20 0 20 0 255026808 26738311168 5861447 33554432000 4194304 4196468 140731115503184 139791257943056 139791691706511 0 4 0 16800975 0 0 0 -1 3 0 0 17 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22425] ppid=22411 vsize=26111632 memory=0 CPUtime=1.92 cores=0-7
/proc/22414/task/22425/stat : 22425 (java) S 22411 22414 22184 0 -1 1077944384 47717 0 0 0 186 6 0 0 20 0 20 0 255026809 26738311168 5861447 33554432000 4194304 4196468 140731115503184 139790248784352 139791707018965 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 56 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22426] ppid=22411 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22426/stat : 22426 (java) S 22411 22414 22184 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 20 0 255026810 26738311168 5861447 33554432000 4194304 4196468 140731115503184 139789844079088 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22427] ppid=22411 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22427/stat : 22427 (java) S 22411 22414 22184 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 255026810 26738311168 5861447 33554432000 4194304 4196468 140731115503184 139789843027072 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22428] ppid=22411 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22428/stat : 22428 (java) S 22411 22414 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255026813 26738311168 5861447 33554432000 4194304 4196468 140731115503184 139789841975376 139791707027355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22429] ppid=22411 vsize=26111632 memory=0 CPUtime=0.48 cores=0-7
/proc/22414/task/22429/stat : 22429 (java) S 22411 22414 22184 0 -1 1077944384 1201 0 0 0 48 0 0 0 20 0 20 0 255026813 26738311168 5861447 33554432000 4194304 4196468 140731115503184 139789840923248 139791707019906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22430] ppid=22411 vsize=26111632 memory=1708 CPUtime=0.55 cores=0-7
/proc/22414/task/22430/stat : 22430 (java) S 22411 22414 22184 0 -1 1077944384 1317 0 0 0 55 0 0 0 20 0 20 0 255026813 26738311168 5861447 33554432000 4194304 4196468 140731115503184 139789839870448 139791707019906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22431] ppid=22411 vsize=26111632 memory=5192 CPUtime=0.58 cores=0-7
/proc/22414/task/22431/stat : 22431 (java) S 22411 22414 22184 0 -1 1077944384 1827 0 0 0 57 1 0 0 20 0 20 0 255026813 26738311168 5861447 33554432000 4194304 4196468 140731115503184 139789838818160 139791707019906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22432] ppid=22411 vsize=26111632 memory=1860 CPUtime=0.49 cores=0-7
/proc/22414/task/22432/stat : 22432 (java) S 22411 22414 22184 0 -1 1077944384 1904 0 0 0 48 1 0 0 20 0 20 0 255026813 26738311168 5861447 33554432000 4194304 4196468 140731115503184 139789837765360 139791707019906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22433] ppid=22411 vsize=26111632 memory=36932 CPUtime=0 cores=0-7
/proc/22414/task/22433/stat : 22433 (java) S 22411 22414 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255026813 26738311168 5861447 33554432000 4194304 4196468 140731115503184 139789836712288 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22434] ppid=22411 vsize=26111632 memory=23445744 CPUtime=0.02 cores=0-7
/proc/22414/task/22434/stat : 22434 (java) S 22411 22414 22184 0 -1 1077944384 952 0 0 0 1 1 0 0 20 0 20 0 255026813 26738311168 5861447 33554432000 4194304 4196468 140731115503184 139789835659568 139791707019906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 55 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
Current children cumulated CPU time: 241.25 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 23445788 KiB

[startup+43.2016 s]
/proc/loadavg: 1.61 4.16 6.80 9/199 22434
/proc/meminfo: memFree=676840/32770624 swapFree=67059136/67108860
[pid=22414] ppid=22411 vsize=26111632 memory=23445812 CPUtime=246.73 cores=0-7
/proc/22414/stat : 22414 (java) S 22411 22414 22184 0 -1 1077944320 1211768 0 0 0 19195 5478 0 0 20 0 20 0 255026807 26738311168 5861453 33554432000 4194304 4196468 140731115503184 140731115485728 139791707008759 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
/proc/22414/statm: 6527908 5861453 3592 1 0 6489980 0
[pid=22414/tid=22416] ppid=22411 vsize=26111632 memory=23445744 CPUtime=10.87 cores=0-7
/proc/22414/task/22416/stat : 22416 (java) S 22411 22414 22184 0 -1 1077944384 25697 0 0 0 1063 24 0 0 20 0 20 0 255026807 26738311168 5861453 33554432000 4194304 4196468 140731115503184 139791711242880 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22417] ppid=22411 vsize=26111632 memory=23445744 CPUtime=28.86 cores=0-7
/proc/22414/task/22417/stat : 22417 (java) R 22411 22414 22184 0 -1 4202560 140056 0 0 0 2208 678 0 0 20 0 20 0 255026808 26738311168 5861453 33554432000 4194304 4196468 140731115503184 139791659628944 139791692005160 0 4 0 16800975 0 0 0 -1 6 0 0 26 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22418] ppid=22411 vsize=26111632 memory=23445744 CPUtime=28.8 cores=0-7
/proc/22414/task/22418/stat : 22418 (java) R 22411 22414 22184 0 -1 4202560 89963 0 0 0 2267 613 0 0 20 0 20 0 255026808 26738311168 5861453 33554432000 4194304 4196468 140731115503184 139791658576344 139791692005405 0 4 0 16800975 0 0 0 -1 7 0 0 35 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22419] ppid=22411 vsize=26111632 memory=2876 CPUtime=29.06 cores=0-7
/proc/22414/task/22419/stat : 22419 (java) R 22411 22414 22184 0 -1 4202560 231208 0 0 0 2168 738 0 0 20 0 20 0 255026808 26738311168 5861453 33554432000 4194304 4196468 140731115503184 139791657523856 139791692005405 0 4 0 16800975 0 0 0 -1 4 0 0 27 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22420] ppid=22411 vsize=26111632 memory=6791534058613427641 CPUtime=29.13 cores=0-7
/proc/22414/task/22420/stat : 22420 (java) R 22411 22414 22184 0 -1 4202560 121243 0 0 0 2228 685 0 0 20 0 20 0 255026808 26738311168 5861453 33554432000 4194304 4196468 140731115503184 139791262153232 139791691708176 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22421] ppid=22411 vsize=26111632 memory=1528 CPUtime=29 cores=0-7
/proc/22414/task/22421/stat : 22421 (java) R 22411 22414 22184 0 -1 4202560 122181 0 0 0 2186 714 0 0 20 0 20 0 255026808 26738311168 5861453 33554432000 4194304 4196468 140731115503184 139791261100944 139791692005405 0 4 0 16800975 0 0 0 -1 5 0 0 27 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22422] ppid=22411 vsize=26111632 memory=924 CPUtime=28.7 cores=0-7
/proc/22414/task/22422/stat : 22422 (java) R 22411 22414 22184 0 -1 4202560 112701 0 0 0 2225 645 0 0 20 0 20 0 255026808 26738311168 5861453 33554432000 4194304 4196468 140731115503184 139791260048144 139791692005405 0 4 0 16800975 0 0 0 -1 2 0 0 35 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22423] ppid=22411 vsize=26111632 memory=1140 CPUtime=28.98 cores=0-7
/proc/22414/task/22423/stat : 22423 (java) R 22411 22414 22184 0 -1 4202560 204342 0 0 0 2204 694 0 0 20 0 20 0 255026808 26738311168 5861453 33554432000 4194304 4196468 140731115503184 139791258995856 139791692005405 0 4 0 16800975 0 0 0 -1 1 0 0 31 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22424] ppid=22411 vsize=26111632 memory=1548 CPUtime=29.03 cores=0-7
/proc/22414/task/22424/stat : 22424 (java) R 22411 22414 22184 0 -1 4202560 107906 0 0 0 2233 670 0 0 20 0 20 0 255026808 26738311168 5861453 33554432000 4194304 4196468 140731115503184 139791257943056 139791688618507 0 4 0 16800975 0 0 0 -1 3 0 0 17 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22425] ppid=22411 vsize=26111632 memory=1432 CPUtime=2.04 cores=0-7
/proc/22414/task/22425/stat : 22425 (java) S 22411 22414 22184 0 -1 1077944384 47845 0 0 0 198 6 0 0 20 0 20 0 255026809 26738311168 5861453 33554432000 4194304 4196468 140731115503184 139790248784592 139791707018965 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 56 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22426] ppid=22411 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22426/stat : 22426 (java) S 22411 22414 22184 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 20 0 255026810 26738311168 5861453 33554432000 4194304 4196468 140731115503184 139789844079088 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22427] ppid=22411 vsize=26111632 memory=47 CPUtime=0 cores=0-7
/proc/22414/task/22427/stat : 22427 (java) S 22411 22414 22184 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 255026810 26738311168 5861453 33554432000 4194304 4196468 140731115503184 139789843027072 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22428] ppid=22411 vsize=26111632 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/22414/task/22428/stat : 22428 (java) S 22411 22414 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255026813 26738311168 5861453 33554432000 4194304 4196468 140731115503184 139789841975376 139791707027355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22429] ppid=22411 vsize=26111632 memory=780 CPUtime=0.48 cores=0-7
/proc/22414/task/22429/stat : 22429 (java) S 22411 22414 22184 0 -1 1077944384 1201 0 0 0 48 0 0 0 20 0 20 0 255026813 26738311168 5861453 33554432000 4194304 4196468 140731115503184 139789840923248 139791707019906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22430] ppid=22411 vsize=26111632 memory=1948 CPUtime=0.55 cores=0-7
/proc/22414/task/22430/stat : 22430 (java) S 22411 22414 22184 0 -1 1077944384 1317 0 0 0 55 0 0 0 20 0 20 0 255026813 26738311168 5861453 33554432000 4194304 4196468 140731115503184 139789839870448 139791707019906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22431] ppid=22411 vsize=26111632 memory=1328 CPUtime=0.58 cores=0-7
/proc/22414/task/22431/stat : 22431 (java) S 22411 22414 22184 0 -1 1077944384 1827 0 0 0 57 1 0 0 20 0 20 0 255026813 26738311168 5861453 33554432000 4194304 4196468 140731115503184 139789838818160 139791707019906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22432] ppid=22411 vsize=26111632 memory=976 CPUtime=0.49 cores=0-7
/proc/22414/task/22432/stat : 22432 (java) S 22411 22414 22184 0 -1 1077944384 1904 0 0 0 48 1 0 0 20 0 20 0 255026813 26738311168 5861453 33554432000 4194304 4196468 140731115503184 139789837765360 139791707019906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22433] ppid=22411 vsize=26111632 memory=1140 CPUtime=0 cores=0-7
/proc/22414/task/22433/stat : 22433 (java) S 22411 22414 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255026813 26738311168 5861453 33554432000 4194304 4196468 140731115503184 139789836712288 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22434] ppid=22411 vsize=26111632 memory=1024 CPUtime=0.02 cores=0-7
/proc/22414/task/22434/stat : 22434 (java) S 22411 22414 22184 0 -1 1077944384 952 0 0 0 1 1 0 0 20 0 20 0 255026813 26738311168 5861453 33554432000 4194304 4196468 140731115503184 139789835659568 139791707019906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 55 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
Current children cumulated CPU time: 246.73 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 23445812 KiB

[startup+43.601 s]
/proc/loadavg: 1.61 4.16 6.80 9/199 22434
/proc/meminfo: memFree=676840/32770624 swapFree=67059136/67108860
[pid=22414] ppid=22411 vsize=26111632 memory=16270100 CPUtime=247.87 cores=0-7
/proc/22414/stat : 22414 (java) S 22411 22414 22184 0 -1 1077944320 1211977 0 0 0 19302 5485 0 0 20 0 20 0 255026807 26738311168 4067525 33554432000 4194304 4196468 140731115503184 140731115485728 139791707008759 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
/proc/22414/statm: 6527908 4067525 3593 1 0 6489980 0
[pid=22414/tid=22416] ppid=22411 vsize=26111632 memory=5983794572122006544 CPUtime=10.87 cores=0-7
/proc/22414/task/22416/stat : 22416 (java) S 22411 22414 22184 0 -1 1077944384 25773 0 0 0 1063 24 0 0 20 0 20 0 255026807 26738311168 4067525 33554432000 4194304 4196468 140731115503184 139791711248032 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22417] ppid=22411 vsize=26111632 memory=6791534058613427641 CPUtime=28.96 cores=0-7
/proc/22414/task/22417/stat : 22417 (java) S 22411 22414 22184 0 -1 1077944384 140056 0 0 0 2218 678 0 0 20 0 20 0 255026808 26738311168 4067525 33554432000 4194304 4196468 140731115503184 139791659628944 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 26 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22418] ppid=22411 vsize=26111632 memory=6944656575208382560 CPUtime=28.9 cores=0-7
/proc/22414/task/22418/stat : 22418 (java) S 22411 22414 22184 0 -1 1077944384 89963 0 0 0 2277 613 0 0 20 0 20 0 255026808 26738311168 4067525 33554432000 4194304 4196468 140731115503184 139791658576144 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 35 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22419] ppid=22411 vsize=26111632 memory=6944656575208382560 CPUtime=29.17 cores=0-7
/proc/22414/task/22419/stat : 22419 (java) S 22411 22414 22184 0 -1 1077944384 231211 0 0 0 2179 738 0 0 20 0 20 0 255026808 26738311168 4067525 33554432000 4194304 4196468 140731115503184 139791657523856 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 27 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22420] ppid=22411 vsize=26111632 memory=7812148241652470121 CPUtime=29.23 cores=0-7
/proc/22414/task/22420/stat : 22420 (java) S 22411 22414 22184 0 -1 1077944384 121243 0 0 0 2238 685 0 0 20 0 20 0 255026808 26738311168 4067525 33554432000 4194304 4196468 140731115503184 139791262153232 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22421] ppid=22411 vsize=26111632 memory=7812148241652470121 CPUtime=29.1 cores=0-7
/proc/22414/task/22421/stat : 22421 (java) S 22411 22414 22184 0 -1 1077944384 122181 0 0 0 2196 714 0 0 20 0 20 0 255026808 26738311168 4067525 33554432000 4194304 4196468 140731115503184 139791261100944 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 27 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22422] ppid=22411 vsize=26111632 memory=7812148241652470121 CPUtime=28.81 cores=0-7
/proc/22414/task/22422/stat : 22422 (java) S 22411 22414 22184 0 -1 1077944384 112701 0 0 0 2236 645 0 0 20 0 20 0 255026808 26738311168 4067525 33554432000 4194304 4196468 140731115503184 139791260048144 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 35 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22423] ppid=22411 vsize=26111632 memory=0 CPUtime=29.09 cores=0-7
/proc/22414/task/22423/stat : 22423 (java) S 22411 22414 22184 0 -1 1077944384 204342 0 0 0 2215 694 0 0 20 0 20 0 255026808 26738311168 4067525 33554432000 4194304 4196468 140731115503184 139791258995856 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 31 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22424] ppid=22411 vsize=26111632 memory=6944656592455360604 CPUtime=29.13 cores=0-7
/proc/22414/task/22424/stat : 22424 (java) S 22411 22414 22184 0 -1 1077944384 107906 0 0 0 2243 670 0 0 20 0 20 0 255026808 26738311168 4067525 33554432000 4194304 4196468 140731115503184 139791257943056 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 17 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22425] ppid=22411 vsize=26111632 memory=6943526294502006880 CPUtime=2.33 cores=0-7
/proc/22414/task/22425/stat : 22425 (java) R 22411 22414 22184 0 -1 4202560 47974 0 0 0 220 13 0 0 20 0 20 0 255026809 26738311168 4067525 33554432000 4194304 4196468 140731115503184 139790248784576 139791699725722 0 0 0 16800975 0 0 0 -1 2 0 0 56 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22426] ppid=22411 vsize=26111632 memory=-7523660553960122769 CPUtime=0 cores=0-7
/proc/22414/task/22426/stat : 22426 (java) S 22411 22414 22184 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 20 0 255026810 26738311168 4067525 33554432000 4194304 4196468 140731115503184 139789844079456 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22427] ppid=22411 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/22414/task/22427/stat : 22427 (java) S 22411 22414 22184 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 255026810 26738311168 4067525 33554432000 4194304 4196468 140731115503184 139789843027072 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22428] ppid=22411 vsize=26111632 memory=51076 CPUtime=0 cores=0-7
/proc/22414/task/22428/stat : 22428 (java) S 22411 22414 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255026813 26738311168 4067525 33554432000 4194304 4196468 140731115503184 139789841975376 139791707027355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22429] ppid=22411 vsize=26111632 memory=7904 CPUtime=0.48 cores=0-7
/proc/22414/task/22429/stat : 22429 (java) S 22411 22414 22184 0 -1 1077944384 1201 0 0 0 48 0 0 0 20 0 20 0 255026813 26738311168 4067525 33554432000 4194304 4196468 140731115503184 139789840923248 139791707019906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22430] ppid=22411 vsize=26111632 memory=800 CPUtime=0.55 cores=0-7
/proc/22414/task/22430/stat : 22430 (java) S 22411 22414 22184 0 -1 1077944384 1317 0 0 0 55 0 0 0 20 0 20 0 255026813 26738311168 4067525 33554432000 4194304 4196468 140731115503184 139789839870448 139791707019906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22431] ppid=22411 vsize=26111632 memory=4100 CPUtime=0.58 cores=0-7
/proc/22414/task/22431/stat : 22431 (java) S 22411 22414 22184 0 -1 1077944384 1827 0 0 0 57 1 0 0 20 0 20 0 255026813 26738311168 4067525 33554432000 4194304 4196468 140731115503184 139789838818160 139791707019906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22432] ppid=22411 vsize=26111632 memory=1696 CPUtime=0.49 cores=0-7
/proc/22414/task/22432/stat : 22432 (java) S 22411 22414 22184 0 -1 1077944384 1904 0 0 0 48 1 0 0 20 0 20 0 255026813 26738311168 4067525 33554432000 4194304 4196468 140731115503184 139789837765360 139791707019906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22433] ppid=22411 vsize=26111632 memory=916 CPUtime=0 cores=0-7
/proc/22414/task/22433/stat : 22433 (java) S 22411 22414 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255026813 26738311168 4067525 33554432000 4194304 4196468 140731115503184 139789836712288 139791707018965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
[pid=22414/tid=22434] ppid=22411 vsize=26111632 memory=4148 CPUtime=0.02 cores=0-7
/proc/22414/task/22434/stat : 22434 (java) S 22411 22414 22184 0 -1 1077944384 952 0 0 0 1 1 0 0 20 0 20 0 255026813 26738311168 4067525 33554432000 4194304 4196468 140731115503184 139789835659568 139791707019906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 55 0 0 6293624 6294260 18059264 140731115504718 140731115504901 140731115504901 140731115507663 0
Current children cumulated CPU time: 247.87 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 16270100 KiB

[startup+43.701 s]*
/proc/loadavg: 1.61 4.16 6.80 2/181 22435
/proc/meminfo: memFree=11872752/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): 43.782
CPU time (s): 248.063
CPU user time (s): 193.026
CPU system time (s): 55.0372
CPU usage (%): 566.587
Max. virtual memory (cumulated for all children) (KiB): 26111632
Max. memory (cumulated for all children) (KiB): 23445880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 193.026
system time used= 55.0372
maximum resident set size= 23445880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1212108
page faults= 0
swaps= 0
block input operations= 0
block output operations= 248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31100
involuntary context switches= 4450


# summary of solver processes directly reported to runsolver:
#   pid: 22414
#   total CPU time (s): 248.063
#   total CPU user time (s): 193.026
#   total CPU system time (s): 55.0372

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.309993 second user time and 0.546179 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-16 01:10:36
IDJOB=4308754
IDBENCH=141303
IDSOLVER=2793
FILE ID=node103/4308754-1534374636
RUNJOBID= node103-1534372170-22211
PBS_JOBID= 21038282
Free space on /tmp= 38628 MiB

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

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

MD5SUM BENCH= d2036c1580b702d26a2ba71e1295e02d
RANDOM SEED=632129164

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:        24059652 kB
MemAvailable:   31935820 kB
Buffers:          205952 kB
Cached:          7874400 kB
SwapCached:         5140 kB
Active:          4340840 kB
Inactive:        3751696 kB
Active(anon):       3948 kB
Inactive(anon):    67480 kB
Active(file):    4336892 kB
Inactive(file):  3684216 kB
Unevictable:        7772 kB
Mlocked:            7772 kB
SwapTotal:      67108860 kB
SwapFree:       67059136 kB
Dirty:             45560 kB
Writeback:             4 kB
AnonPages:         14660 kB
Mapped:            54440 kB
Shmem:             56924 kB
Slab:             312092 kB
SReclaimable:     283520 kB
SUnreclaim:        28572 kB
KernelStack:        3216 kB
PageTables:         5020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     357332 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= 38592 MiB
End job on node103 at 2018-08-16 01:11:20