Trace number 4290989

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Parallel with EPS 2018-07-02? 211.338 58.644

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-12-4-rom_c18.xml
MD5SUM81778793cf44fcc277d17f448f65fa63
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 variables432
Number of constraints96
Number of domains5
Minimum domain size2
Maximum domain size124353
Distribution of domain sizes[{"size":2,"count":24},{"size":13,"count":168},{"size":27,"count":144},{"size":124353,"count":96}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":120},{"degree":2,"count":168},{"degree":8,"count":144}]
Minimum constraint arity15
Maximum constraint arity16
Distribution of constraint arities[{"arity":15,"count":24},{"arity":16,"count":72}]
Number of extensional constraints96
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":96}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290989-1532650018/watcher-4290989-1532650018 -o /tmp/evaluation-result-4290989-1532650018/solver-4290989-1532650018 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1532644806-5648 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 181159161 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4290989-1532650018.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=6384, runsolver pid=6381
Current StackSize limit: 8192 KiB


[startup+0.100164 s]*
/proc/loadavg: 3.98 6.58 7.89 2/198 6404
/proc/meminfo: memFree=23642996/32770624 swapFree=67108404/67108860
[pid=6384] ppid=6381 vsize=26103424 memory=30644 CPUtime=0.11 cores=0-7
/proc/6384/stat : 6384 (java) S 6381 6384 5621 0 -1 1077944320 7150 0 0 0 10 1 0 0 20 0 20 0 82565012 26729906176 7661 33554432000 4194304 4196468 140723605003136 140723604985680 140077796470519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
/proc/6384/statm: 6525856 7661 3132 1 0 6487932 0
[pid=6384/tid=6386] ppid=6381 vsize=26103424 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/6384/task/6386/stat : 6386 (java) R 6381 6384 5621 0 -1 4202560 5351 0 0 0 8 1 0 0 20 0 20 0 82565013 26729906176 7859 33554432000 4194304 4196468 140723605003136 140077800665328 140077776746240 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6387] ppid=6381 vsize=26103424 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/6384/task/6387/stat : 6387 (java) S 6381 6384 5621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82565014 26729906176 7859 33554432000 4194304 4196468 140723605003136 140077749091472 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6388] ppid=6381 vsize=26103424 memory=139819280856704 CPUtime=0 cores=0-7
/proc/6384/task/6388/stat : 6388 (java) S 6381 6384 5621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82565014 26729906176 7859 33554432000 4194304 4196468 140723605003136 140077748038672 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6389] ppid=6381 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6384/task/6389/stat : 6389 (java) S 6381 6384 5621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82565014 26729906176 7859 33554432000 4194304 4196468 140723605003136 140077746985872 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6390] ppid=6381 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6384/task/6390/stat : 6390 (java) S 6381 6384 5621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82565014 26729906176 7859 33554432000 4194304 4196468 140723605003136 140077745933072 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6391] ppid=6381 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6384/task/6391/stat : 6391 (java) S 6381 6384 5621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82565014 26729906176 7859 33554432000 4194304 4196468 140723605003136 140077744880272 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6392] ppid=6381 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/6384/task/6392/stat : 6392 (java) S 6381 6384 5621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82565014 26729906176 7859 33554432000 4194304 4196468 140723605003136 140077743827472 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6393] ppid=6381 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6384/task/6393/stat : 6393 (java) S 6381 6384 5621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82565014 26729906176 7859 33554432000 4194304 4196468 140723605003136 140077742774672 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6394] ppid=6381 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6384/task/6394/stat : 6394 (java) S 6381 6384 5621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82565014 26729906176 7859 33554432000 4194304 4196468 140723605003136 140077347240208 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6395] ppid=6381 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6384/task/6395/stat : 6395 (java) S 6381 6384 5621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82565015 26729906176 7859 33554432000 4194304 4196468 140723605003136 140076788951920 140077796481666 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6396] ppid=6381 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6384/task/6396/stat : 6396 (java) S 6381 6384 5621 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 82565016 26729906176 7859 33554432000 4194304 4196468 140723605003136 140076787897888 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6397] ppid=6381 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6384/task/6397/stat : 6397 (java) S 6381 6384 5621 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 82565016 26729906176 7859 33554432000 4194304 4196468 140723605003136 140076786845040 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6398] ppid=6381 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6384/task/6398/stat : 6398 (java) S 6381 6384 5621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82565018 26729906176 7925 33554432000 4194304 4196468 140723605003136 140076785793360 140077796489115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6399] ppid=6381 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6384/task/6399/stat : 6399 (java) S 6381 6384 5621 0 -1 1077944384 315 0 0 0 0 0 0 0 20 0 20 0 82565018 26729906176 7925 33554432000 4194304 4196468 140723605003136 140076784740720 140077796481666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6400] ppid=6381 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6384/task/6400/stat : 6400 (java) S 6381 6384 5621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82565018 26729906176 7925 33554432000 4194304 4196468 140723605003136 140076783687920 140077796481666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6401] ppid=6381 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6384/task/6401/stat : 6401 (java) S 6381 6384 5621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82565018 26729906176 7925 33554432000 4194304 4196468 140723605003136 140076782635120 140077796481666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6402] ppid=6381 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/6384/task/6402/stat : 6402 (java) S 6381 6384 5621 0 -1 1077944384 237 0 0 0 1 0 0 0 20 0 20 0 82565018 26729906176 7925 33554432000 4194304 4196468 140723605003136 140076781582320 140077796481666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6403] ppid=6381 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6384/task/6403/stat : 6403 (java) S 6381 6384 5621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82565018 26729906176 7925 33554432000 4194304 4196468 140723605003136 140076780530784 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6404] ppid=6381 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/6384/task/6404/stat : 6404 (java) S 6381 6384 5621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82565019 26729906176 7925 33554432000 4194304 4196468 140723605003136 140076779478064 140077796481666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 30644 KiB

[startup+0.210326 s]*
/proc/loadavg: 3.98 6.58 7.89 3/198 6404
/proc/meminfo: memFree=23629416/32770624 swapFree=67108404/67108860
[pid=6384] ppid=6381 vsize=26103424 memory=43004 CPUtime=0.3 cores=0-7
/proc/6384/stat : 6384 (java) S 6381 6384 5621 0 -1 1077944320 10462 0 0 0 28 2 0 0 20 0 20 0 82565012 26729906176 10751 33554432000 4194304 4196468 140723605003136 140723604985680 140077796470519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
/proc/6384/statm: 6525856 10751 3322 1 0 6487932 0
[pid=6384/tid=6386] ppid=6381 vsize=26103424 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/6384/task/6386/stat : 6386 (java) R 6381 6384 5621 0 -1 4202560 8188 0 0 0 18 1 0 0 20 0 20 0 82565013 26729906176 10751 33554432000 4194304 4196468 140723605003136 140077800699232 140077780551036 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6387] ppid=6381 vsize=26103424 memory=9326 CPUtime=0 cores=0-7
/proc/6384/task/6387/stat : 6387 (java) S 6381 6384 5621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82565014 26729906176 10751 33554432000 4194304 4196468 140723605003136 140077749091472 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6388] ppid=6381 vsize=26103424 memory=139819280862712 CPUtime=0 cores=0-7
/proc/6384/task/6388/stat : 6388 (java) S 6381 6384 5621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82565014 26729906176 10751 33554432000 4194304 4196468 140723605003136 140077748038672 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6389] ppid=6381 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/6384/task/6389/stat : 6389 (java) S 6381 6384 5621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82565014 26729906176 10751 33554432000 4194304 4196468 140723605003136 140077746985872 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6390] ppid=6381 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6384/task/6390/stat : 6390 (java) S 6381 6384 5621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82565014 26729906176 10751 33554432000 4194304 4196468 140723605003136 140077745933072 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6391] ppid=6381 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6384/task/6391/stat : 6391 (java) S 6381 6384 5621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82565014 26729906176 10751 33554432000 4194304 4196468 140723605003136 140077744880272 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6392] ppid=6381 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/6384/task/6392/stat : 6392 (java) S 6381 6384 5621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82565014 26729906176 10751 33554432000 4194304 4196468 140723605003136 140077743827472 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6393] ppid=6381 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6384/task/6393/stat : 6393 (java) S 6381 6384 5621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82565014 26729906176 10751 33554432000 4194304 4196468 140723605003136 140077742774672 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6394] ppid=6381 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6384/task/6394/stat : 6394 (java) S 6381 6384 5621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82565014 26729906176 10751 33554432000 4194304 4196468 140723605003136 140077347240208 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6395] ppid=6381 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6384/task/6395/stat : 6395 (java) S 6381 6384 5621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82565015 26729906176 10751 33554432000 4194304 4196468 140723605003136 140076788951920 140077796481666 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6396] ppid=6381 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6384/task/6396/stat : 6396 (java) S 6381 6384 5621 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 82565016 26729906176 10751 33554432000 4194304 4196468 140723605003136 140076787897888 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6397] ppid=6381 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6384/task/6397/stat : 6397 (java) S 6381 6384 5621 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 82565016 26729906176 10751 33554432000 4194304 4196468 140723605003136 140076786845040 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6398] ppid=6381 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6384/task/6398/stat : 6398 (java) S 6381 6384 5621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82565018 26729906176 10751 33554432000 4194304 4196468 140723605003136 140076785793360 140077796489115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6399] ppid=6381 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/6384/task/6399/stat : 6399 (java) S 6381 6384 5621 0 -1 1077944384 373 0 0 0 1 0 0 0 20 0 20 0 82565018 26729906176 10751 33554432000 4194304 4196468 140723605003136 140076784740720 140077796481666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6400] ppid=6381 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6384/task/6400/stat : 6400 (java) S 6381 6384 5621 0 -1 1077944384 166 0 0 0 0 0 0 0 20 0 20 0 82565018 26729906176 10751 33554432000 4194304 4196468 140723605003136 140076783687920 140077796481666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6401] ppid=6381 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6384/task/6401/stat : 6401 (java) S 6381 6384 5621 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 82565018 26729906176 10751 33554432000 4194304 4196468 140723605003136 140076782635120 140077796481666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6402] ppid=6381 vsize=26103424 memory=0 CPUtime=0.06 cores=0-7
/proc/6384/task/6402/stat : 6402 (java) S 6381 6384 5621 0 -1 1077944384 303 0 0 0 6 0 0 0 20 0 20 0 82565018 26729906176 10751 33554432000 4194304 4196468 140723605003136 140076781582320 140077796481666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6403] ppid=6381 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6384/task/6403/stat : 6403 (java) S 6381 6384 5621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82565018 26729906176 10751 33554432000 4194304 4196468 140723605003136 140076780530784 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6404] ppid=6381 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/6384/task/6404/stat : 6404 (java) S 6381 6384 5621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82565019 26729906176 10751 33554432000 4194304 4196468 140723605003136 140076779478064 140077796481666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 43004 KiB

[startup+0.310413 s]*
/proc/loadavg: 3.98 6.58 7.89 2/198 6404
/proc/meminfo: memFree=23625632/32770624 swapFree=67108404/67108860
[pid=6384] ppid=6381 vsize=26103424 memory=46504 CPUtime=0.43 cores=0-7
/proc/6384/stat : 6384 (java) S 6381 6384 5621 0 -1 1077944320 10872 0 0 0 40 3 0 0 20 0 20 0 82565012 26729906176 11626 33554432000 4194304 4196468 140723605003136 140723604985680 140077796470519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
/proc/6384/statm: 6525856 11626 3352 1 0 6487932 0
[pid=6384/tid=6386] ppid=6381 vsize=26103424 memory=8112282956445269571 CPUtime=0.3 cores=0-7
/proc/6384/task/6386/stat : 6386 (java) R 6381 6384 5621 0 -1 4202560 8533 0 0 0 28 2 0 0 20 0 20 0 82565013 26729906176 11626 33554432000 4194304 4196468 140723605003136 140077800632256 140077780551006 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6387] ppid=6381 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6384/task/6387/stat : 6387 (java) S 6381 6384 5621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82565014 26729906176 11626 33554432000 4194304 4196468 140723605003136 140077749091472 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6388] ppid=6381 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6384/task/6388/stat : 6388 (java) S 6381 6384 5621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82565014 26729906176 11626 33554432000 4194304 4196468 140723605003136 140077748038672 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6389] ppid=6381 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6384/task/6389/stat : 6389 (java) S 6381 6384 5621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82565014 26729906176 11626 33554432000 4194304 4196468 140723605003136 140077746985872 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6390] ppid=6381 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6384/task/6390/stat : 6390 (java) S 6381 6384 5621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82565014 26729906176 11626 33554432000 4194304 4196468 140723605003136 140077745933072 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6391] ppid=6381 vsize=26103424 memory=2244 CPUtime=0 cores=0-7
/proc/6384/task/6391/stat : 6391 (java) S 6381 6384 5621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82565014 26729906176 11626 33554432000 4194304 4196468 140723605003136 140077744880272 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6392] ppid=6381 vsize=26103424 memory=139819170755503 CPUtime=0 cores=0-7
/proc/6384/task/6392/stat : 6392 (java) S 6381 6384 5621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82565014 26729906176 11626 33554432000 4194304 4196468 140723605003136 140077743827472 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6393] ppid=6381 vsize=26103424 memory=139819170757808 CPUtime=0 cores=0-7
/proc/6384/task/6393/stat : 6393 (java) S 6381 6384 5621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82565014 26729906176 11626 33554432000 4194304 4196468 140723605003136 140077742774672 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6394] ppid=6381 vsize=26103424 memory=139819170760112 CPUtime=0 cores=0-7
/proc/6384/task/6394/stat : 6394 (java) S 6381 6384 5621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82565014 26729906176 11626 33554432000 4194304 4196468 140723605003136 140077347240208 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6395] ppid=6381 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6384/task/6395/stat : 6395 (java) S 6381 6384 5621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82565015 26729906176 11626 33554432000 4194304 4196468 140723605003136 140076788951920 140077796481666 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6396] ppid=6381 vsize=26103424 memory=279638341527184 CPUtime=0 cores=0-7
/proc/6384/task/6396/stat : 6396 (java) S 6381 6384 5621 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 82565016 26729906176 11626 33554432000 4194304 4196468 140723605003136 140076787897888 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6397] ppid=6381 vsize=26103424 memory=279638341534096 CPUtime=0 cores=0-7
/proc/6384/task/6397/stat : 6397 (java) S 6381 6384 5621 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 82565016 26729906176 11626 33554432000 4194304 4196468 140723605003136 140076786845040 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6398] ppid=6381 vsize=26103424 memory=279638341475376 CPUtime=0 cores=0-7
/proc/6384/task/6398/stat : 6398 (java) S 6381 6384 5621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82565018 26729906176 11626 33554432000 4194304 4196468 140723605003136 140076785793360 140077796489115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6399] ppid=6381 vsize=26103424 memory=279638341547920 CPUtime=0.01 cores=0-7
/proc/6384/task/6399/stat : 6399 (java) S 6381 6384 5621 0 -1 1077944384 373 0 0 0 1 0 0 0 20 0 20 0 82565018 26729906176 11626 33554432000 4194304 4196468 140723605003136 140076784740720 140077796481666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6400] ppid=6381 vsize=26103424 memory=279638341554832 CPUtime=0 cores=0-7
/proc/6384/task/6400/stat : 6400 (java) S 6381 6384 5621 0 -1 1077944384 170 0 0 0 0 0 0 0 20 0 20 0 82565018 26729906176 11626 33554432000 4194304 4196468 140723605003136 140076783687920 140077796481666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6401] ppid=6381 vsize=26103424 memory=279638341552528 CPUtime=0.01 cores=0-7
/proc/6384/task/6401/stat : 6401 (java) S 6381 6384 5621 0 -1 1077944384 96 0 0 0 1 0 0 0 20 0 20 0 82565018 26729906176 11626 33554432000 4194304 4196468 140723605003136 140076782635120 140077796481666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6402] ppid=6381 vsize=26103424 memory=279638341569136 CPUtime=0.07 cores=0-7
/proc/6384/task/6402/stat : 6402 (java) S 6381 6384 5621 0 -1 1077944384 320 0 0 0 7 0 0 0 20 0 20 0 82565018 26729906176 11626 33554432000 4194304 4196468 140723605003136 140076781582320 140077796481666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6403] ppid=6381 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/6384/task/6403/stat : 6403 (java) S 6381 6384 5621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82565018 26729906176 11626 33554432000 4194304 4196468 140723605003136 140076780530784 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6404] ppid=6381 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/6384/task/6404/stat : 6404 (java) S 6381 6384 5621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82565019 26729906176 11626 33554432000 4194304 4196468 140723605003136 140076779478064 140077796481666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 46504 KiB

[startup+0.700879 s]
/proc/loadavg: 3.98 6.58 7.89 2/198 6404
/proc/meminfo: memFree=23601944/32770624 swapFree=67108404/67108860
[pid=6384] ppid=6381 vsize=26105492 memory=87396 CPUtime=0.99 cores=0-7
/proc/6384/stat : 6384 (java) S 6381 6384 5621 0 -1 1077944320 17861 0 0 0 94 5 0 0 20 0 20 0 82565012 26732023808 21849 33554432000 4194304 4196468 140723605003136 140723604985680 140077796470519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
/proc/6384/statm: 6526373 21849 3497 1 0 6488444 0
[pid=6384/tid=6386] ppid=6381 vsize=26105492 memory=0 CPUtime=0.67 cores=0-7
/proc/6384/task/6386/stat : 6386 (java) R 6381 6384 5621 0 -1 4202560 15011 0 0 0 64 3 0 0 20 0 20 0 82565013 26732023808 21849 33554432000 4194304 4196468 140723605003136 140077800693840 140077780551006 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6387] ppid=6381 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/6384/task/6387/stat : 6387 (java) S 6381 6384 5621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82565014 26732023808 21849 33554432000 4194304 4196468 140723605003136 140077749091472 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6388] ppid=6381 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/6384/task/6388/stat : 6388 (java) S 6381 6384 5621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82565014 26732023808 21849 33554432000 4194304 4196468 140723605003136 140077748038672 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6389] ppid=6381 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/6384/task/6389/stat : 6389 (java) S 6381 6384 5621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82565014 26732023808 21849 33554432000 4194304 4196468 140723605003136 140077746985872 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6390] ppid=6381 vsize=26105492 memory=5372 CPUtime=0 cores=0-7
/proc/6384/task/6390/stat : 6390 (java) S 6381 6384 5621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82565014 26732023808 21849 33554432000 4194304 4196468 140723605003136 140077745933072 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6391] ppid=6381 vsize=26105492 memory=1440 CPUtime=0 cores=0-7
/proc/6384/task/6391/stat : 6391 (java) S 6381 6384 5621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82565014 26732023808 21849 33554432000 4194304 4196468 140723605003136 140077744880272 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6392] ppid=6381 vsize=26105492 memory=4612 CPUtime=0 cores=0-7
/proc/6384/task/6392/stat : 6392 (java) S 6381 6384 5621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82565014 26732023808 21849 33554432000 4194304 4196468 140723605003136 140077743827472 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6393] ppid=6381 vsize=26105492 memory=1200 CPUtime=0 cores=0-7
/proc/6384/task/6393/stat : 6393 (java) S 6381 6384 5621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82565014 26732023808 21849 33554432000 4194304 4196468 140723605003136 140077742774672 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6394] ppid=6381 vsize=26105492 memory=15876 CPUtime=0 cores=0-7
/proc/6384/task/6394/stat : 6394 (java) S 6381 6384 5621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82565014 26732023808 21849 33554432000 4194304 4196468 140723605003136 140077347240208 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6395] ppid=6381 vsize=26105492 memory=4044 CPUtime=0 cores=0-7
/proc/6384/task/6395/stat : 6395 (java) S 6381 6384 5621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82565015 26732023808 21849 33554432000 4194304 4196468 140723605003136 140076788951920 140077796481666 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0

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

/proc/6384/task/6402/stat : 6402 (java) S 6381 6384 5621 0 -1 1077944384 2977 0 0 0 52 0 0 0 20 0 20 0 82565018 26738315264 5747221 33554432000 4194304 4196468 140723605003136 140076781582320 140077796481666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6403] ppid=6381 vsize=26111636 memory=1952 CPUtime=0 cores=0-7
/proc/6384/task/6403/stat : 6403 (java) S 6381 6384 5621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82565018 26738315264 5747221 33554432000 4194304 4196468 140723605003136 140076780530784 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6404] ppid=6381 vsize=26111636 memory=8556 CPUtime=0.02 cores=0-7
/proc/6384/task/6404/stat : 6404 (java) S 6381 6384 5621 0 -1 1077944384 860 0 0 0 0 2 0 0 20 0 20 0 82565019 26738315264 5747221 33554432000 4194304 4196468 140723605003136 140076779478064 140077796481666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
Current children cumulated CPU time: 183.24 s
Current children cumulated vsize: 26111636 KiB
Current children cumulated memory: 22988884 KiB

[startup+56.0009 s]*
/proc/loadavg: 4.54 6.29 7.71 9/198 6404
/proc/meminfo: memFree=642540/32770624 swapFree=67108404/67108860
[pid=6384] ppid=6381 vsize=26111636 memory=22988888 CPUtime=195.59 cores=0-7
/proc/6384/stat : 6384 (java) S 6381 6384 5621 0 -1 1077944320 497091 0 0 0 14618 4941 0 0 20 0 20 0 82565012 26738315264 5747222 33554432000 4194304 4196468 140723605003136 140723604985680 140077796470519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
/proc/6384/statm: 6527909 5747222 3593 1 0 6489980 0
[pid=6384/tid=6386] ppid=6381 vsize=26111636 memory=8112282956445269571 CPUtime=34.53 cores=0-7
/proc/6384/task/6386/stat : 6386 (java) S 6381 6384 5621 0 -1 1077944384 31441 0 0 0 3416 37 0 0 20 0 20 0 82565013 26738315264 5747222 33554432000 4194304 4196468 140723605003136 140077800704656 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6387] ppid=6381 vsize=26111636 memory=4126316290023845779 CPUtime=19.53 cores=0-7
/proc/6384/task/6387/stat : 6387 (java) R 6381 6384 5621 0 -1 4202560 42430 0 0 0 1349 604 0 0 20 0 20 0 82565014 26738315264 5747222 33554432000 4194304 4196468 140723605003136 140077749091592 140077789098727 0 4 0 16800975 0 0 0 -1 3 0 0 16 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6388] ppid=6381 vsize=26111636 memory=8112282956445269571 CPUtime=19.67 cores=0-7
/proc/6384/task/6388/stat : 6388 (java) R 6381 6384 5621 0 -1 4202560 46004 0 0 0 1354 613 0 0 20 0 20 0 82565014 26738315264 5747222 33554432000 4194304 4196468 140723605003136 140077748038480 140077789098727 0 4 0 16800975 0 0 0 -1 2 0 0 15 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6389] ppid=6381 vsize=26111636 memory=39793 CPUtime=19.72 cores=0-7
/proc/6384/task/6389/stat : 6389 (java) R 6381 6384 5621 0 -1 4202560 55589 0 0 0 1373 599 0 0 20 0 20 0 82565014 26738315264 5747222 33554432000 4194304 4196468 140723605003136 140077746986072 140077789567276 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6390] ppid=6381 vsize=26111636 memory=8112282956445269571 CPUtime=19.66 cores=0-7
/proc/6384/task/6390/stat : 6390 (java) R 6381 6384 5621 0 -1 4202560 51623 0 0 0 1344 622 0 0 20 0 20 0 82565014 26738315264 5747222 33554432000 4194304 4196468 140723605003136 140077745932880 140077789098727 0 4 0 16800975 0 0 0 -1 0 0 0 17 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6391] ppid=6381 vsize=26111636 memory=6628 CPUtime=19.56 cores=0-7
/proc/6384/task/6391/stat : 6391 (java) R 6381 6384 5621 0 -1 4202560 62243 0 0 0 1353 603 0 0 20 0 20 0 82565014 26738315264 5747222 33554432000 4194304 4196468 140723605003136 140077744880080 140077789098727 0 4 0 16800975 0 0 0 -1 1 0 0 15 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6392] ppid=6381 vsize=26111636 memory=21867504 CPUtime=19.56 cores=0-7
/proc/6384/task/6392/stat : 6392 (java) R 6381 6384 5621 0 -1 4202560 64241 0 0 0 1377 579 0 0 20 0 20 0 82565014 26738315264 5747222 33554432000 4194304 4196468 140723605003136 140077743827592 140077789098727 0 4 0 16800975 0 0 0 -1 6 0 0 16 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6393] ppid=6381 vsize=26111636 memory=6944656592455359580 CPUtime=19.75 cores=0-7
/proc/6384/task/6393/stat : 6393 (java) R 6381 6384 5621 0 -1 4202560 49516 0 0 0 1323 652 0 0 20 0 20 0 82565014 26738315264 5747222 33554432000 4194304 4196468 140723605003136 140077742774480 140077789098727 0 4 0 16800975 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6394] ppid=6381 vsize=26111636 memory=33 CPUtime=19.68 cores=0-7
/proc/6384/task/6394/stat : 6394 (java) R 6381 6384 5621 0 -1 4202560 46696 0 0 0 1361 607 0 0 20 0 20 0 82565014 26738315264 5747222 33554432000 4194304 4196468 140723605003136 140077347240328 140077789098727 0 4 0 16800975 0 0 0 -1 6 0 0 14 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6395] ppid=6381 vsize=26111636 memory=6944656592455360604 CPUtime=1.45 cores=0-7
/proc/6384/task/6395/stat : 6395 (java) S 6381 6384 5621 0 -1 1077944384 37503 0 0 0 132 13 0 0 20 0 20 0 82565015 26738315264 5747222 33554432000 4194304 4196468 140723605003136 140076788950480 140077796480725 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6396] ppid=6381 vsize=26111636 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/6384/task/6396/stat : 6396 (java) S 6381 6384 5621 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 20 0 82565016 26738315264 5747222 33554432000 4194304 4196468 140723605003136 140076787897952 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6397] ppid=6381 vsize=26111636 memory=644 CPUtime=0 cores=0-7
/proc/6384/task/6397/stat : 6397 (java) S 6381 6384 5621 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 82565016 26738315264 5747222 33554432000 4194304 4196468 140723605003136 140076786845056 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6398] ppid=6381 vsize=26111636 memory=956 CPUtime=0 cores=0-7
/proc/6384/task/6398/stat : 6398 (java) S 6381 6384 5621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82565018 26738315264 5747222 33554432000 4194304 4196468 140723605003136 140076785793360 140077796489115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6399] ppid=6381 vsize=26111636 memory=1232 CPUtime=0.55 cores=0-7
/proc/6384/task/6399/stat : 6399 (java) S 6381 6384 5621 0 -1 1077944384 1679 0 0 0 54 1 0 0 20 0 20 0 82565018 26738315264 5747222 33554432000 4194304 4196468 140723605003136 140076784740720 140077796481666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6400] ppid=6381 vsize=26111636 memory=2336 CPUtime=0.62 cores=0-7
/proc/6384/task/6400/stat : 6400 (java) S 6381 6384 5621 0 -1 1077944384 1381 0 0 0 62 0 0 0 20 0 20 0 82565018 26738315264 5747222 33554432000 4194304 4196468 140723605003136 140076783687920 140077796481666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6401] ppid=6381 vsize=26111636 memory=1580 CPUtime=0.62 cores=0-7
/proc/6384/task/6401/stat : 6401 (java) S 6381 6384 5621 0 -1 1077944384 1512 0 0 0 61 1 0 0 20 0 20 0 82565018 26738315264 5747222 33554432000 4194304 4196468 140723605003136 140076782635120 140077796481666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6402] ppid=6381 vsize=26111636 memory=928 CPUtime=0.52 cores=0-7
/proc/6384/task/6402/stat : 6402 (java) S 6381 6384 5621 0 -1 1077944384 2977 0 0 0 52 0 0 0 20 0 20 0 82565018 26738315264 5747222 33554432000 4194304 4196468 140723605003136 140076781582320 140077796481666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6403] ppid=6381 vsize=26111636 memory=2244 CPUtime=0 cores=0-7
/proc/6384/task/6403/stat : 6403 (java) S 6381 6384 5621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82565018 26738315264 5747222 33554432000 4194304 4196468 140723605003136 140076780530784 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6404] ppid=6381 vsize=26111636 memory=22988884 CPUtime=0.02 cores=0-7
/proc/6384/task/6404/stat : 6404 (java) S 6381 6384 5621 0 -1 1077944384 860 0 0 0 0 2 0 0 20 0 20 0 82565019 26738315264 5747222 33554432000 4194304 4196468 140723605003136 140076779478064 140077796481666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
Current children cumulated CPU time: 195.59 s
Current children cumulated vsize: 26111636 KiB
Current children cumulated memory: 22988888 KiB

[startup+57.6014 s]
/proc/loadavg: 4.54 6.29 7.71 9/198 6404
/proc/meminfo: memFree=642572/32770624 swapFree=67108404/67108860
[pid=6384] ppid=6381 vsize=26111636 memory=22989192 CPUtime=206.77 cores=0-7
/proc/6384/stat : 6384 (java) S 6381 6384 5621 0 -1 1077944320 554499 0 0 0 15726 4951 0 0 20 0 20 0 82565012 26738315264 5747298 33554432000 4194304 4196468 140723605003136 140723604985680 140077796470519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
/proc/6384/statm: 6527909 5747298 3593 1 0 6489980 0
[pid=6384/tid=6386] ppid=6381 vsize=26111636 memory=1580 CPUtime=34.53 cores=0-7
/proc/6384/task/6386/stat : 6386 (java) S 6381 6384 5621 0 -1 1077944384 31441 0 0 0 3416 37 0 0 20 0 20 0 82565013 26738315264 5747298 33554432000 4194304 4196468 140723605003136 140077800704656 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6387] ppid=6381 vsize=26111636 memory=8112282956445269571 CPUtime=20.91 cores=0-7
/proc/6384/task/6387/stat : 6387 (java) R 6381 6384 5621 0 -1 4202560 42430 0 0 0 1486 605 0 0 20 0 20 0 82565014 26738315264 5747298 33554432000 4194304 4196468 140723605003136 140077749091672 140077778067613 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6388] ppid=6381 vsize=26111636 memory=288287787869013947 CPUtime=21.05 cores=0-7
/proc/6384/task/6388/stat : 6388 (java) R 6381 6384 5621 0 -1 4202560 46004 0 0 0 1491 614 0 0 20 0 20 0 82565014 26738315264 5747298 33554432000 4194304 4196468 140723605003136 140077748038672 140077781421124 0 4 0 16800975 0 0 0 -1 4 0 0 15 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6389] ppid=6381 vsize=26111636 memory=-7595754389018307680 CPUtime=21.15 cores=0-7
/proc/6384/task/6389/stat : 6389 (java) R 6381 6384 5621 0 -1 4202560 111591 0 0 0 1513 602 0 0 20 0 20 0 82565014 26738315264 5747298 33554432000 4194304 4196468 140723605003136 140077746985872 140077778067067 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6390] ppid=6381 vsize=26111636 memory=-6737208495984907619 CPUtime=21.03 cores=0-7
/proc/6384/task/6390/stat : 6390 (java) R 6381 6384 5621 0 -1 4202560 51623 0 0 0 1480 623 0 0 20 0 20 0 82565014 26738315264 5747298 33554432000 4194304 4196468 140723605003136 140077745933272 140077781421124 0 4 0 16800975 0 0 0 -1 0 0 0 17 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6391] ppid=6381 vsize=26111636 memory=8112282956445269571 CPUtime=20.94 cores=0-7
/proc/6384/task/6391/stat : 6391 (java) R 6381 6384 5621 0 -1 4202560 62271 0 0 0 1490 604 0 0 20 0 20 0 82565014 26738315264 5747298 33554432000 4194304 4196468 140723605003136 140077744880272 140077778067067 0 4 0 16800975 0 0 0 -1 3 0 0 15 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6392] ppid=6381 vsize=26111636 memory=3080 CPUtime=20.91 cores=0-7
/proc/6384/task/6392/stat : 6392 (java) R 6381 6384 5621 0 -1 4202560 64241 0 0 0 1511 580 0 0 20 0 20 0 82565014 26738315264 5747298 33554432000 4194304 4196468 140723605003136 140077743827672 140077781168271 0 4 0 16800975 0 0 0 -1 7 0 0 16 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6393] ppid=6381 vsize=26111636 memory=22988884 CPUtime=21.12 cores=0-7
/proc/6384/task/6393/stat : 6393 (java) R 6381 6384 5621 0 -1 4202560 49516 0 0 0 1459 653 0 0 20 0 20 0 82565014 26738315264 5747298 33554432000 4194304 4196468 140723605003136 140077742774872 140077781168271 0 4 0 16800975 0 0 0 -1 6 0 0 7 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6394] ppid=6381 vsize=26111636 memory=8112282956445269571 CPUtime=21.05 cores=0-7
/proc/6384/task/6394/stat : 6394 (java) R 6381 6384 5621 0 -1 4202560 46840 0 0 0 1498 607 0 0 20 0 20 0 82565014 26738315264 5747298 33554432000 4194304 4196468 140723605003136 140077347240408 140077781168271 0 4 0 16800975 0 0 0 -1 2 0 0 14 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6395] ppid=6381 vsize=26111636 memory=4126316290023845779 CPUtime=1.61 cores=0-7
/proc/6384/task/6395/stat : 6395 (java) S 6381 6384 5621 0 -1 1077944384 38733 0 0 0 146 15 0 0 20 0 20 0 82565015 26738315264 5747298 33554432000 4194304 4196468 140723605003136 140076788950240 140077796480725 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6396] ppid=6381 vsize=26111636 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/6384/task/6396/stat : 6396 (java) S 6381 6384 5621 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 20 0 82565016 26738315264 5747298 33554432000 4194304 4196468 140723605003136 140076787897488 140077796481666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6397] ppid=6381 vsize=26111636 memory=4044 CPUtime=0 cores=0-7
/proc/6384/task/6397/stat : 6397 (java) S 6381 6384 5621 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 82565016 26738315264 5747298 33554432000 4194304 4196468 140723605003136 140076786845056 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6398] ppid=6381 vsize=26111636 memory=14176 CPUtime=0 cores=0-7
/proc/6384/task/6398/stat : 6398 (java) S 6381 6384 5621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82565018 26738315264 5747298 33554432000 4194304 4196468 140723605003136 140076785793360 140077796489115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6399] ppid=6381 vsize=26111636 memory=16240 CPUtime=0.55 cores=0-7
/proc/6384/task/6399/stat : 6399 (java) S 6381 6384 5621 0 -1 1077944384 1679 0 0 0 54 1 0 0 20 0 20 0 82565018 26738315264 5747298 33554432000 4194304 4196468 140723605003136 140076784740720 140077796481666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6400] ppid=6381 vsize=26111636 memory=1792 CPUtime=0.62 cores=0-7
/proc/6384/task/6400/stat : 6400 (java) S 6381 6384 5621 0 -1 1077944384 1381 0 0 0 62 0 0 0 20 0 20 0 82565018 26738315264 5747298 33554432000 4194304 4196468 140723605003136 140076783687920 140077796481666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6401] ppid=6381 vsize=26111636 memory=21861440 CPUtime=0.62 cores=0-7
/proc/6384/task/6401/stat : 6401 (java) S 6381 6384 5621 0 -1 1077944384 1513 0 0 0 61 1 0 0 20 0 20 0 82565018 26738315264 5747298 33554432000 4194304 4196468 140723605003136 140076782635120 140077796481666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6402] ppid=6381 vsize=26111636 memory=0 CPUtime=0.52 cores=0-7
/proc/6384/task/6402/stat : 6402 (java) S 6381 6384 5621 0 -1 1077944384 2977 0 0 0 52 0 0 0 20 0 20 0 82565018 26738315264 5747298 33554432000 4194304 4196468 140723605003136 140076781582320 140077796481666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6403] ppid=6381 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/6384/task/6403/stat : 6403 (java) S 6381 6384 5621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82565018 26738315264 5747298 33554432000 4194304 4196468 140723605003136 140076780530784 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6404] ppid=6381 vsize=26111636 memory=0 CPUtime=0.02 cores=0-7
/proc/6384/task/6404/stat : 6404 (java) S 6381 6384 5621 0 -1 1077944384 860 0 0 0 0 2 0 0 20 0 20 0 82565019 26738315264 5747298 33554432000 4194304 4196468 140723605003136 140076779478064 140077796481666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
Current children cumulated CPU time: 206.77 s
Current children cumulated vsize: 26111636 KiB
Current children cumulated memory: 22989192 KiB

[startup+58.4009 s]
/proc/loadavg: 4.54 6.29 7.71 9/198 6404
/proc/meminfo: memFree=642572/32770624 swapFree=67108404/67108860
[pid=6384] ppid=6381 vsize=26111636 memory=22989208 CPUtime=211.09 cores=0-7
/proc/6384/stat : 6384 (java) S 6381 6384 5621 0 -1 1077944320 554554 0 0 0 16158 4951 0 0 20 0 20 0 82565012 26738315264 5747302 33554432000 4194304 4196468 140723605003136 140723604985680 140077796470519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
/proc/6384/statm: 6527909 5747302 3594 1 0 6489980 0
[pid=6384/tid=6386] ppid=6381 vsize=26111636 memory=7284 CPUtime=34.53 cores=0-7
/proc/6384/task/6386/stat : 6386 (java) S 6381 6384 5621 0 -1 1077944384 31483 0 0 0 3416 37 0 0 20 0 20 0 82565013 26738315264 5747302 33554432000 4194304 4196468 140723605003136 140077800710528 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6387] ppid=6381 vsize=26111636 memory=840 CPUtime=21.42 cores=0-7
/proc/6384/task/6387/stat : 6387 (java) S 6381 6384 5621 0 -1 1077944384 42433 0 0 0 1537 605 0 0 20 0 20 0 82565014 26738315264 5747302 33554432000 4194304 4196468 140723605003136 140077749091472 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 16 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6388] ppid=6381 vsize=26111636 memory=1796 CPUtime=21.55 cores=0-7
/proc/6384/task/6388/stat : 6388 (java) S 6381 6384 5621 0 -1 1077944384 46004 0 0 0 1541 614 0 0 20 0 20 0 82565014 26738315264 5747302 33554432000 4194304 4196468 140723605003136 140077748038672 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 15 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6389] ppid=6381 vsize=26111636 memory=8112282956445269571 CPUtime=21.65 cores=0-7
/proc/6384/task/6389/stat : 6389 (java) S 6381 6384 5621 0 -1 1077944384 111592 0 0 0 1563 602 0 0 20 0 20 0 82565014 26738315264 5747302 33554432000 4194304 4196468 140723605003136 140077746985872 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6390] ppid=6381 vsize=26111636 memory=8556 CPUtime=21.54 cores=0-7
/proc/6384/task/6390/stat : 6390 (java) S 6381 6384 5621 0 -1 1077944384 51623 0 0 0 1531 623 0 0 20 0 20 0 82565014 26738315264 5747302 33554432000 4194304 4196468 140723605003136 140077745933072 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 17 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6391] ppid=6381 vsize=26111636 memory=1228 CPUtime=21.45 cores=0-7
/proc/6384/task/6391/stat : 6391 (java) S 6381 6384 5621 0 -1 1077944384 62271 0 0 0 1541 604 0 0 20 0 20 0 82565014 26738315264 5747302 33554432000 4194304 4196468 140723605003136 140077744880272 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 15 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6392] ppid=6381 vsize=26111636 memory=5372 CPUtime=21.4 cores=0-7
/proc/6384/task/6392/stat : 6392 (java) S 6381 6384 5621 0 -1 1077944384 64241 0 0 0 1560 580 0 0 20 0 20 0 82565014 26738315264 5747302 33554432000 4194304 4196468 140723605003136 140077743827472 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 16 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6393] ppid=6381 vsize=26111636 memory=1440 CPUtime=21.62 cores=0-7
/proc/6384/task/6393/stat : 6393 (java) S 6381 6384 5621 0 -1 1077944384 49516 0 0 0 1509 653 0 0 20 0 20 0 82565014 26738315264 5747302 33554432000 4194304 4196468 140723605003136 140077742774672 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6394] ppid=6381 vsize=26111636 memory=4612 CPUtime=21.56 cores=0-7
/proc/6384/task/6394/stat : 6394 (java) S 6381 6384 5621 0 -1 1077944384 46840 0 0 0 1548 608 0 0 20 0 20 0 82565014 26738315264 5747302 33554432000 4194304 4196468 140723605003136 140077347240208 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 14 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6395] ppid=6381 vsize=26111636 memory=8112282956445269571 CPUtime=1.9 cores=0-7
/proc/6384/task/6395/stat : 6395 (java) R 6381 6384 5621 0 -1 4202560 38742 0 0 0 175 15 0 0 20 0 20 0 82565015 26738315264 5747302 33554432000 4194304 4196468 140723605003136 140076788950464 140077781171152 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6396] ppid=6381 vsize=26111636 memory=1300 CPUtime=0 cores=0-7
/proc/6384/task/6396/stat : 6396 (java) S 6381 6384 5621 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 20 0 82565016 26738315264 5747302 33554432000 4194304 4196468 140723605003136 140076787897952 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6397] ppid=6381 vsize=26111636 memory=1732 CPUtime=0 cores=0-7
/proc/6384/task/6397/stat : 6397 (java) S 6381 6384 5621 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 82565016 26738315264 5747302 33554432000 4194304 4196468 140723605003136 140076786845056 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6398] ppid=6381 vsize=26111636 memory=1716 CPUtime=0 cores=0-7
/proc/6384/task/6398/stat : 6398 (java) S 6381 6384 5621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82565018 26738315264 5747302 33554432000 4194304 4196468 140723605003136 140076785793360 140077796489115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6399] ppid=6381 vsize=26111636 memory=796 CPUtime=0.55 cores=0-7
/proc/6384/task/6399/stat : 6399 (java) S 6381 6384 5621 0 -1 1077944384 1679 0 0 0 54 1 0 0 20 0 20 0 82565018 26738315264 5747302 33554432000 4194304 4196468 140723605003136 140076784740720 140077796481666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6400] ppid=6381 vsize=26111636 memory=11008 CPUtime=0.62 cores=0-7
/proc/6384/task/6400/stat : 6400 (java) S 6381 6384 5621 0 -1 1077944384 1381 0 0 0 62 0 0 0 20 0 20 0 82565018 26738315264 5747302 33554432000 4194304 4196468 140723605003136 140076783687920 140077796481666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6401] ppid=6381 vsize=26111636 memory=1008 CPUtime=0.62 cores=0-7
/proc/6384/task/6401/stat : 6401 (java) S 6381 6384 5621 0 -1 1077944384 1513 0 0 0 61 1 0 0 20 0 20 0 82565018 26738315264 5747302 33554432000 4194304 4196468 140723605003136 140076782635120 140077796481666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6402] ppid=6381 vsize=26111636 memory=1200 CPUtime=0.52 cores=0-7
/proc/6384/task/6402/stat : 6402 (java) S 6381 6384 5621 0 -1 1077944384 2977 0 0 0 52 0 0 0 20 0 20 0 82565018 26738315264 5747302 33554432000 4194304 4196468 140723605003136 140076781582320 140077796481666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6403] ppid=6381 vsize=26111636 memory=15876 CPUtime=0 cores=0-7
/proc/6384/task/6403/stat : 6403 (java) S 6381 6384 5621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82565018 26738315264 5747302 33554432000 4194304 4196468 140723605003136 140076780530784 140077796480725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
[pid=6384/tid=6404] ppid=6381 vsize=26111636 memory=4044 CPUtime=0.02 cores=0-7
/proc/6384/task/6404/stat : 6404 (java) S 6381 6384 5621 0 -1 1077944384 860 0 0 0 0 2 0 0 20 0 20 0 82565019 26738315264 5747302 33554432000 4194304 4196468 140723605003136 140076779478064 140077796481666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140723605009486 140723605009669 140723605009669 140723605012431 0
Current children cumulated CPU time: 211.09 s
Current children cumulated vsize: 26111636 KiB
Current children cumulated memory: 22989208 KiB

[startup+58.601 s]*
/proc/loadavg: 4.54 6.29 7.71 2/180 6405
/proc/meminfo: memFree=13975400/32770624 swapFree=67108404/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): 58.644
CPU time (s): 211.338
CPU user time (s): 161.687
CPU system time (s): 49.651
CPU usage (%): 360.374
Max. virtual memory (cumulated for all children) (KiB): 26111636
Max. memory (cumulated for all children) (KiB): 22989208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 161.687
system time used= 49.651
maximum resident set size= 22989208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 554689
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20490
involuntary context switches= 2837


# summary of solver processes directly reported to runsolver:
#   pid: 6384
#   total CPU time (s): 211.338
#   total CPU user time (s): 161.687
#   total CPU system time (s): 49.651

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.478249 second user time and 0.622129 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-27 02:06:59
IDJOB=4290989
IDBENCH=141307
IDSOLVER=2745
FILE ID=node148/4290989-1532650018
RUNJOBID= node148-1532644806-5648
PBS_JOBID= 21022204
Free space on /tmp= 43204 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-07-02
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-12-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-4290989-1532650018/watcher-4290989-1532650018 -o /tmp/evaluation-result-4290989-1532650018/solver-4290989-1532650018 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1532644806-5648 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 181159161 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4290989-1532650018.xml

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

MD5SUM BENCH= 81778793cf44fcc277d17f448f65fa63
RANDOM SEED=181159161

node148.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.50
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.50
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.50
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.50
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:        23659296 kB
MemAvailable:   31929660 kB
Buffers:          175936 kB
Cached:          8231976 kB
SwapCached:          352 kB
Active:          2031436 kB
Inactive:        6426904 kB
Active(anon):        976 kB
Inactive(anon):    77260 kB
Active(file):    2030460 kB
Inactive(file):  6349644 kB
Unevictable:        7072 kB
Mlocked:            7072 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             98744 kB
Writeback:             0 kB
AnonPages:         70956 kB
Mapped:            41028 kB
Shmem:             25016 kB
Slab:             346632 kB
SReclaimable:     318720 kB
SUnreclaim:        27912 kB
KernelStack:        3248 kB
PageTables:         4716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 43168 MiB
End job on node148 at 2018-07-27 02:07:57