Trace number 4310276

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 - Hybrid 2018-08-14? 66.0341 22.1501

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-08-4-rom_c18.xml
MD5SUMd2036c1580b702d26a2ba71e1295e02d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark56
Best CPU time to get the best result obtained on this benchmark252.402
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.55	c seed: 1536792771
0.67/0.55	c timeout: 252
0.67/0.55	c memlimit: 11000
0.67/0.55	c nbcore: 4
0.67/0.58	c Parsing instance...
65.62/21.99	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
65.87/22.09		at scala.collection.mutable.ArrayBuilder$ofLong.mkArray(ArrayBuilder.scala:388)
65.87/22.09		at scala.collection.mutable.ArrayBuilder$ofLong.resize(ArrayBuilder.scala:394)
65.87/22.09		at scala.collection.mutable.ArrayBuilder$ofLong.sizeHint(ArrayBuilder.scala:399)
65.87/22.09		at scala.Array$.fill(Array.scala:263)
65.87/22.09		at oscar.algo.reversible.ReversibleSparseBitSet$BitSet.<init>(ReversibleSparseBitSet.scala:94)
65.87/22.09		at oscar.cp.constraints.tables.TableCTStar.computeSupportsAndInitialFiltering(TableCTStar.scala:274)
65.87/22.09		at oscar.cp.constraints.tables.TableCTStar.setup(TableCTStar.scala:94)
65.87/22.09		at oscar.cp.core.CPStore.post(CPStore.scala:282)
65.87/22.09		at oscar.cp.core.CPSolver.$anonfun$add$1(CPSolver.scala:138)
65.87/22.09		at oscar.cp.core.CPSolver$$Lambda$143/1333810223.apply$mcV$sp(Unknown Source)
65.87/22.09		at oscar.algo.search.BranchingUtils.isInconsistent(BranchingUtils.scala:39)
65.87/22.09		at oscar.algo.search.BranchingUtils.isInconsistent$(BranchingUtils.scala:37)
65.87/22.09		at oscar.cp.package$.isInconsistent(package.scala:54)
65.87/22.09		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
65.87/22.09		at oscar.modeling.models.cp.CPModel.p(CPModel.scala:277)
65.87/22.09		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:336)
65.87/22.09		at oscar.modeling.models.LeafModel.add(InstantiatedModel.scala:34)
65.87/22.09		at oscar.modeling.models.LeafModel.add$(InstantiatedModel.scala:34)
65.87/22.09		at oscar.modeling.models.InstantiatedModel.add(InstantiatedModel.scala:47)
65.87/22.09		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1(InstantiatedModel.scala:54)
65.87/22.09		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1$adapted(InstantiatedModel.scala:54)
65.87/22.09		at oscar.modeling.models.InstantiatedModel$$Lambda$135/195984832.apply(Unknown Source)
65.87/22.09		at scala.collection.immutable.List.foreach(List.scala:389)
65.87/22.09		at oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:54)
65.87/22.09		at oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
65.87/22.09		at oscar.modeling.models.operators.CPInstantiate$.apply(CPInstantiate.scala:26)
65.87/22.09		at oscar.xcsp3.competition.solvers.HybridSolver$.runSolver(HybridSolver.scala:34)
65.87/22.09		at oscar.xcsp3.competition.CompetitionApp.delayedEndpoint$oscar$xcsp3$competition$CompetitionApp$1(CompetitionApp.scala:78)
65.87/22.09		at oscar.xcsp3.competition.CompetitionApp$delayedInit$body.apply(CompetitionApp.scala:53)
65.87/22.09		at scala.Function0.apply$mcV$sp(Function0.scala:34)
65.87/22.09		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
65.87/22.09		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
65.87/22.09	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 (12171 MiB free)
  memory of node 1: 16384 MiB (5558 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4310276-1534330918/watcher-4310276-1534330918 -o /tmp/evaluation-result-4310276-1534330918/solver-4310276-1534330918 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534329232-16097 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1536792771 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310276-1534330918.xml 

running on 4 cores: 0,2,4,6

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

solver pid=17387, runsolver pid=17384

[startup+0.100173 s]*
/proc/loadavg: 2.03 1.84 1.74 4/220 17402
/proc/meminfo: memFree=18138848/32770624 swapFree=67108852/67108860
[pid=17387] ppid=17384 vsize=14082736 memory=32424 CPUtime=0.11 cores=0,2,4,6
/proc/17387/stat : 17387 (java) S 17384 17387 16066 0 -1 1077944320 7046 0 0 0 10 1 0 0 20 0 15 0 250654966 14420721664 8106 33554432000 4194304 4196468 140722551687792 140722551670336 140296760545015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
/proc/17387/statm: 3520684 8106 3142 1 0 3482761 0
[pid=17387/tid=17389] ppid=17384 vsize=14082736 memory=-8629632960754258815 CPUtime=0.08 cores=0,2,4,6
/proc/17387/task/17389/stat : 17389 (java) R 17384 17387 16066 0 -1 4202560 5174 0 0 0 8 0 0 0 20 0 15 0 250654966 14420721664 8172 33554432000 4194304 4196468 140722551687792 140296764739824 140296740820736 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17390] ppid=17384 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17390/stat : 17390 (java) S 17384 17387 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250654967 14420721664 8172 33554432000 4194304 4196468 140722551687792 140296719305488 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17391] ppid=17384 vsize=14082736 memory=140282022647424 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17391/stat : 17391 (java) S 17384 17387 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250654967 14420721664 8172 33554432000 4194304 4196468 140722551687792 140296354872208 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17392] ppid=17384 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17392/stat : 17392 (java) S 17384 17387 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250654967 14420721664 8172 33554432000 4194304 4196468 140722551687792 140296353819664 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17393] ppid=17384 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17393/stat : 17393 (java) S 17384 17387 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250654967 14420721664 8172 33554432000 4194304 4196468 140722551687792 140296352767120 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17394] ppid=17384 vsize=14082736 memory=140282022647424 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17394/stat : 17394 (java) S 17384 17387 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250654968 14420721664 8172 33554432000 4194304 4196468 140722551687792 140296234936304 140296760556162 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17395] ppid=17384 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17395/stat : 17395 (java) S 17384 17387 16066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250654969 14420721664 8172 33554432000 4194304 4196468 140722551687792 140296233882528 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17396] ppid=17384 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17396/stat : 17396 (java) S 17384 17387 16066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250654969 14420721664 8172 33554432000 4194304 4196468 140722551687792 140296232829936 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17397] ppid=17384 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17397/stat : 17397 (java) S 17384 17387 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250654971 14420721664 8172 33554432000 4194304 4196468 140722551687792 140296231778512 140296760563611 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17398] ppid=17384 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17398/stat : 17398 (java) S 17384 17387 16066 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 250654971 14420721664 8172 33554432000 4194304 4196468 140722551687792 140296230726128 140296760556162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17399] ppid=17384 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17399/stat : 17399 (java) S 17384 17387 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250654971 14420721664 8172 33554432000 4194304 4196468 140722551687792 140296229673584 140296760556162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17400] ppid=17384 vsize=14082736 memory=140282022647424 CPUtime=0.01 cores=0,2,4,6
/proc/17387/task/17400/stat : 17400 (java) S 17384 17387 16066 0 -1 1077944384 250 0 0 0 1 0 0 0 20 0 15 0 250654971 14420721664 8172 33554432000 4194304 4196468 140722551687792 140296228621040 140296760556162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17401] ppid=17384 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17401/stat : 17401 (java) S 17384 17387 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250654971 14420721664 8172 33554432000 4194304 4196468 140722551687792 140296227568736 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17402] ppid=17384 vsize=14082736 memory=140282022647424 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17402/stat : 17402 (java) S 17384 17387 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250654972 14420721664 8172 33554432000 4194304 4196468 140722551687792 140296226515248 140296760556162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 32424 KiB

[startup+0.210645 s]*
/proc/loadavg: 2.03 1.84 1.74 4/220 17402
/proc/meminfo: memFree=18123096/32770624 swapFree=67108852/67108860
[pid=17387] ppid=17384 vsize=14082736 memory=46856 CPUtime=0.31 cores=0,2,4,6
/proc/17387/stat : 17387 (java) S 17384 17387 16066 0 -1 1077944320 10342 0 0 0 29 2 0 0 20 0 15 0 250654966 14420721664 11714 33554432000 4194304 4196468 140722551687792 140722551670336 140296760545015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
/proc/17387/statm: 3520684 11714 3378 1 0 3482761 0
[pid=17387/tid=17389] ppid=17384 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/17387/task/17389/stat : 17389 (java) R 17384 17387 16066 0 -1 4202560 8041 0 0 0 19 1 0 0 20 0 15 0 250654966 14420721664 11714 33554432000 4194304 4196468 140722551687792 140296764764848 140296396461536 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17390] ppid=17384 vsize=14082736 memory=345 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17390/stat : 17390 (java) S 17384 17387 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250654967 14420721664 11714 33554432000 4194304 4196468 140722551687792 140296719305488 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17391] ppid=17384 vsize=14082736 memory=140282024003722 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17391/stat : 17391 (java) S 17384 17387 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250654967 14420721664 11714 33554432000 4194304 4196468 140722551687792 140296354872208 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17392] ppid=17384 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17392/stat : 17392 (java) S 17384 17387 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250654967 14420721664 11714 33554432000 4194304 4196468 140722551687792 140296353819664 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17393] ppid=17384 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17393/stat : 17393 (java) S 17384 17387 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250654967 14420721664 11714 33554432000 4194304 4196468 140722551687792 140296352767120 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17394] ppid=17384 vsize=14082736 memory=140282022647424 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17394/stat : 17394 (java) S 17384 17387 16066 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 250654968 14420721664 11714 33554432000 4194304 4196468 140722551687792 140296234936304 140296760556162 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17395] ppid=17384 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17395/stat : 17395 (java) S 17384 17387 16066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250654969 14420721664 11714 33554432000 4194304 4196468 140722551687792 140296233882528 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17396] ppid=17384 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17396/stat : 17396 (java) S 17384 17387 16066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250654969 14420721664 11714 33554432000 4194304 4196468 140722551687792 140296232829936 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17397] ppid=17384 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17397/stat : 17397 (java) S 17384 17387 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250654971 14420721664 11714 33554432000 4194304 4196468 140722551687792 140296231778512 140296760563611 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17398] ppid=17384 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/17387/task/17398/stat : 17398 (java) R 17384 17387 16066 0 -1 4202560 519 0 0 0 2 0 0 0 20 0 15 0 250654971 14420721664 11714 33554432000 4194304 4196468 140722551687792 140296230726128 140296752834464 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17399] ppid=17384 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/17387/task/17399/stat : 17399 (java) R 17384 17387 16066 0 -1 1077944384 82 0 0 0 1 0 0 0 20 0 15 0 250654971 14420721664 11714 33554432000 4194304 4196468 140722551687792 140296229673584 140296760556162 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17400] ppid=17384 vsize=14082736 memory=140282022647424 CPUtime=0.06 cores=0,2,4,6
/proc/17387/task/17400/stat : 17400 (java) R 17384 17387 16066 0 -1 4202560 321 0 0 0 6 0 0 0 20 0 15 0 250654971 14420721664 11714 33554432000 4194304 4196468 140722551687792 140296228621168 140296739035248 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17401] ppid=17384 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17401/stat : 17401 (java) S 17384 17387 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250654971 14420721664 11714 33554432000 4194304 4196468 140722551687792 140296227568736 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17402] ppid=17384 vsize=14082736 memory=140282022647424 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17402/stat : 17402 (java) S 17384 17387 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250654972 14420721664 11714 33554432000 4194304 4196468 140722551687792 140296226515248 140296760556162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46856 KiB

[startup+0.310802 s]*
/proc/loadavg: 2.03 1.84 1.74 3/220 17402
/proc/meminfo: memFree=18119560/32770624 swapFree=67108852/67108860
[pid=17387] ppid=17384 vsize=14082736 memory=50584 CPUtime=0.43 cores=0,2,4,6
/proc/17387/stat : 17387 (java) S 17384 17387 16066 0 -1 1077944320 10727 0 0 0 41 2 0 0 20 0 15 0 250654966 14420721664 12646 33554432000 4194304 4196468 140722551687792 140722551670336 140296760545015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
/proc/17387/statm: 3520684 12646 3419 1 0 3482761 0
[pid=17387/tid=17389] ppid=17384 vsize=14082736 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/17387/task/17389/stat : 17389 (java) R 17384 17387 16066 0 -1 4202560 8390 0 0 0 28 1 0 0 20 0 15 0 250654966 14420721664 12646 33554432000 4194304 4196468 140722551687792 140296764706752 140296745710561 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17390] ppid=17384 vsize=14082736 memory=304556157652172823 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17390/stat : 17390 (java) S 17384 17387 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250654967 14420721664 12646 33554432000 4194304 4196468 140722551687792 140296719305488 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17391] ppid=17384 vsize=14082736 memory=140282024006319 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17391/stat : 17391 (java) S 17384 17387 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250654967 14420721664 12646 33554432000 4194304 4196468 140722551687792 140296354872208 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17392] ppid=17384 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17392/stat : 17392 (java) S 17384 17387 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250654967 14420721664 12646 33554432000 4194304 4196468 140722551687792 140296353819664 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17393] ppid=17384 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17393/stat : 17393 (java) S 17384 17387 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250654967 14420721664 12646 33554432000 4194304 4196468 140722551687792 140296352767120 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17394] ppid=17384 vsize=14082736 memory=140282022647424 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17394/stat : 17394 (java) S 17384 17387 16066 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 250654968 14420721664 12646 33554432000 4194304 4196468 140722551687792 140296234936304 140296760556162 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17395] ppid=17384 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17395/stat : 17395 (java) S 17384 17387 16066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250654969 14420721664 12646 33554432000 4194304 4196468 140722551687792 140296233882528 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17396] ppid=17384 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17396/stat : 17396 (java) S 17384 17387 16066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250654969 14420721664 12646 33554432000 4194304 4196468 140722551687792 140296232829936 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17397] ppid=17384 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17397/stat : 17397 (java) S 17384 17387 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250654971 14420721664 12646 33554432000 4194304 4196468 140722551687792 140296231778512 140296760563611 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17398] ppid=17384 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/17387/task/17398/stat : 17398 (java) S 17384 17387 16066 0 -1 1077944384 532 0 0 0 2 0 0 0 20 0 15 0 250654971 14420721664 12646 33554432000 4194304 4196468 140722551687792 140296230726128 140296760556162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17399] ppid=17384 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/17387/task/17399/stat : 17399 (java) S 17384 17387 16066 0 -1 1077944384 84 0 0 0 1 0 0 0 20 0 15 0 250654971 14420721664 12646 33554432000 4194304 4196468 140722551687792 140296229673584 140296760556162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17400] ppid=17384 vsize=14082736 memory=140282022647424 CPUtime=0.08 cores=0,2,4,6
/proc/17387/task/17400/stat : 17400 (java) S 17384 17387 16066 0 -1 1077944384 339 0 0 0 8 0 0 0 20 0 15 0 250654971 14420721664 12646 33554432000 4194304 4196468 140722551687792 140296228621040 140296760556162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17401] ppid=17384 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17401/stat : 17401 (java) S 17384 17387 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250654971 14420721664 12646 33554432000 4194304 4196468 140722551687792 140296227568736 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17402] ppid=17384 vsize=14082736 memory=140282022647424 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17402/stat : 17402 (java) S 17384 17387 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250654972 14420721664 12646 33554432000 4194304 4196468 140722551687792 140296226515248 140296760556162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50584 KiB

[startup+0.700779 s]
/proc/loadavg: 2.03 1.84 1.74 3/220 17402
/proc/meminfo: memFree=18097548/32770624 swapFree=67108852/67108860
[pid=17387] ppid=17384 vsize=14084804 memory=88840 CPUtime=0.99 cores=0,2,4,6
/proc/17387/stat : 17387 (java) S 17384 17387 16066 0 -1 1077944320 17565 0 0 0 95 4 0 0 20 0 15 0 250654966 14422839296 22210 33554432000 4194304 4196468 140722551687792 140722551670336 140296760545015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
/proc/17387/statm: 3521201 22210 3497 1 0 3483273 0
[pid=17387/tid=17389] ppid=17384 vsize=14084804 memory=3340 CPUtime=0.67 cores=0,2,4,6
/proc/17387/task/17389/stat : 17389 (java) R 17384 17387 16066 0 -1 4202560 14839 0 0 0 64 3 0 0 20 0 15 0 250654966 14422839296 22210 33554432000 4194304 4196468 140722551687792 140296764772080 140296744625502 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17390] ppid=17384 vsize=14084804 memory=1172 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17390/stat : 17390 (java) S 17384 17387 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250654967 14422839296 22210 33554432000 4194304 4196468 140722551687792 140296719305488 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17391] ppid=17384 vsize=14084804 memory=37824 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17391/stat : 17391 (java) S 17384 17387 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250654967 14422839296 22210 33554432000 4194304 4196468 140722551687792 140296354872208 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17392] ppid=17384 vsize=14084804 memory=1624 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17392/stat : 17392 (java) S 17384 17387 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250654967 14422839296 22210 33554432000 4194304 4196468 140722551687792 140296353819664 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17393] ppid=17384 vsize=14084804 memory=496 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17393/stat : 17393 (java) S 17384 17387 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250654967 14422839296 22210 33554432000 4194304 4196468 140722551687792 140296352767120 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17394] ppid=17384 vsize=14084804 memory=928 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17394/stat : 17394 (java) S 17384 17387 16066 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 250654968 14422839296 22210 33554432000 4194304 4196468 140722551687792 140296234936304 140296760556162 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17395] ppid=17384 vsize=14084804 memory=2248 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17395/stat : 17395 (java) S 17384 17387 16066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250654969 14422839296 22210 33554432000 4194304 4196468 140722551687792 140296233882528 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17396] ppid=17384 vsize=14084804 memory=1568 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17396/stat : 17396 (java) S 17384 17387 16066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250654969 14422839296 22210 33554432000 4194304 4196468 140722551687792 140296232829936 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17397] ppid=17384 vsize=14084804 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17397/stat : 17397 (java) S 17384 17387 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250654971 14422839296 22210 33554432000 4194304 4196468 140722551687792 140296231778512 140296760563611 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17398] ppid=17384 vsize=14084804 memory=7237400421040875609 CPUtime=0.09 cores=0,2,4,6
/proc/17387/task/17398/stat : 17398 (java) S 17384 17387 16066 0 -1 1077944384 675 0 0 0 9 0 0 0 20 0 15 0 250654971 14422839296 22210 33554432000 4194304 4196468 140722551687792 140296230726128 140296760556162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17399] ppid=17384 vsize=14084804 memory=7523071198212214892 CPUtime=0.06 cores=0,2,4,6
/proc/17387/task/17399/stat : 17399 (java) S 17384 17387 16066 0 -1 1077944384 245 0 0 0 6 0 0 0 20 0 15 0 250654971 14422839296 22210 33554432000 4194304 4196468 140722551687792 140296229673584 140296760556162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17400] ppid=17384 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/17387/task/17400/stat : 17400 (java) S 17384 17387 16066 0 -1 1077944384 425 0 0 0 15 0 0 0 20 0 15 0 250654971 14422839296 22210 33554432000 4194304 4196468 140722551687792 140296228621040 140296760556162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17401] ppid=17384 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17401/stat : 17401 (java) S 17384 17387 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250654971 14422839296 22210 33554432000 4194304 4196468 140722551687792 140296227568736 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17402] ppid=17384 vsize=14084804 memory=6436 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17402/stat : 17402 (java) S 17384 17387 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250654972 14422839296 22210 33554432000 4194304 4196468 140722551687792 140296226515248 140296760556162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88840 KiB

[startup+1.50081 s]
/proc/loadavg: 2.03 1.84 1.74 5/220 17402
/proc/meminfo: memFree=17986532/32770624 swapFree=67108852/67108860
[pid=17387] ppid=17384 vsize=14086852 memory=331504 CPUtime=2.86 cores=0,2,4,6
/proc/17387/stat : 17387 (java) S 17384 17387 16066 0 -1 1077944320 23273 0 0 0 272 14 0 0 20 0 15 0 250654966 14424936448 82876 33554432000 4194304 4196468 140722551687792 140722551670336 140296760545015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
/proc/17387/statm: 3521713 82876 3571 1 0 3483785 0
[pid=17387/tid=17389] ppid=17384 vsize=14086852 memory=281548 CPUtime=1.43 cores=0,2,4,6
/proc/17387/task/17389/stat : 17389 (java) R 17384 17387 16066 0 -1 4202560 15941 0 0 0 137 6 0 0 20 0 15 0 250654966 14424936448 82876 33554432000 4194304 4196468 140722551687792 140296764779904 140296399942332 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17390] ppid=17384 vsize=14086852 memory=6791534058613427641 CPUtime=0.02 cores=0,2,4,6
/proc/17387/task/17390/stat : 17390 (java) S 17384 17387 16066 0 -1 1077944384 468 0 0 0 1 1 0 0 20 0 15 0 250654967 14424936448 82876 33554432000 4194304 4196468 140722551687792 140296719305488 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17391] ppid=17384 vsize=14086852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/17387/task/17391/stat : 17391 (java) S 17384 17387 16066 0 -1 1077944384 291 0 0 0 1 1 0 0 20 0 15 0 250654967 14424936448 82876 33554432000 4194304 4196468 140722551687792 140296354872208 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17392] ppid=17384 vsize=14086852 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/17387/task/17392/stat : 17392 (java) S 17384 17387 16066 0 -1 1077944384 84 0 0 0 1 0 0 0 20 0 15 0 250654967 14424936448 82876 33554432000 4194304 4196468 140722551687792 140296353819664 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17393] ppid=17384 vsize=14086852 memory=6943526294502006880 CPUtime=0.03 cores=0,2,4,6
/proc/17387/task/17393/stat : 17393 (java) S 17384 17387 16066 0 -1 1077944384 254 0 0 0 2 1 0 0 20 0 15 0 250654967 14424936448 82876 33554432000 4194304 4196468 140722551687792 140296352767120 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17394] ppid=17384 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17394/stat : 17394 (java) S 17384 17387 16066 0 -1 1077944384 203 0 0 0 0 0 0 0 20 0 15 0 250654968 14424936448 82876 33554432000 4194304 4196468 140722551687792 140296234936304 140296760556162 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0

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


[startup+19.2016 s]
/proc/loadavg: 2.34 1.91 1.77 3/220 17402
/proc/meminfo: memFree=6393580/32770624 swapFree=67108852/67108860
[pid=17387] ppid=17384 vsize=14088900 memory=11758992 CPUtime=55.81 cores=0,2,4,6
/proc/17387/stat : 17387 (java) S 17384 17387 16066 0 -1 1077944320 315399 0 0 0 4279 1302 0 0 20 0 15 0 250654966 14427033600 2939748 33554432000 4194304 4196468 140722551687792 140722551670336 140296760545015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
/proc/17387/statm: 3522225 2939748 3595 1 0 3484297 0
[pid=17387/tid=17389] ppid=17384 vsize=14088900 memory=7014470040326004800 CPUtime=6.91 cores=0,2,4,6
/proc/17387/task/17389/stat : 17389 (java) S 17384 17387 16066 0 -1 1077944384 24329 0 0 0 674 17 0 0 20 0 15 0 250654966 14427033600 2939748 33554432000 4194304 4196468 140722551687792 140296764780608 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17390] ppid=17384 vsize=14088900 memory=6011581402601046114 CPUtime=11.51 cores=0,2,4,6
/proc/17387/task/17390/stat : 17390 (java) R 17384 17387 16066 0 -1 4202560 76383 0 0 0 833 318 0 0 20 0 15 0 250654967 14427033600 2939748 33554432000 4194304 4196468 140722551687792 140296719305488 140296745541661 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17391] ppid=17384 vsize=14088900 memory=7373639892806751797 CPUtime=11.53 cores=0,2,4,6
/proc/17387/task/17391/stat : 17391 (java) R 17384 17387 16066 0 -1 4202560 57341 0 0 0 808 345 0 0 20 0 15 0 250654967 14427033600 2939748 33554432000 4194304 4196468 140722551687792 140296354872208 140296745541635 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17392] ppid=17384 vsize=14088900 memory=876 CPUtime=11.52 cores=0,2,4,6
/proc/17387/task/17392/stat : 17392 (java) R 17384 17387 16066 0 -1 4202560 54765 0 0 0 878 274 0 0 20 0 15 0 250654967 14427033600 2939748 33554432000 4194304 4196468 140722551687792 140296353819664 140296753644720 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17393] ppid=17384 vsize=14088900 memory=1912 CPUtime=11.52 cores=0,2,4,6
/proc/17387/task/17393/stat : 17393 (java) R 17384 17387 16066 0 -1 4202560 75756 0 0 0 813 339 0 0 20 0 15 0 250654967 14427033600 2939748 33554432000 4194304 4196468 140722551687792 140296352767320 140296745541661 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17394] ppid=17384 vsize=14088900 memory=1120 CPUtime=0.63 cores=0,2,4,6
/proc/17387/task/17394/stat : 17394 (java) S 17384 17387 16066 0 -1 1077944384 17476 0 0 0 62 1 0 0 20 0 15 0 250654968 14427033600 2939748 33554432000 4194304 4196468 140722551687792 140296234934848 140296760555221 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17395] ppid=17384 vsize=14088900 memory=6436 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17395/stat : 17395 (java) S 17384 17387 16066 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 250654969 14427033600 2939748 33554432000 4194304 4196468 140722551687792 140296233882592 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17396] ppid=17384 vsize=14088900 memory=14892 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17396/stat : 17396 (java) S 17384 17387 16066 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 250654969 14427033600 2939748 33554432000 4194304 4196468 140722551687792 140296232829952 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17397] ppid=17384 vsize=14088900 memory=13920 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17397/stat : 17397 (java) S 17384 17387 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250654971 14427033600 2939748 33554432000 4194304 4196468 140722551687792 140296231778512 140296760563611 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17398] ppid=17384 vsize=14088900 memory=3340 CPUtime=0.86 cores=0,2,4,6
/proc/17387/task/17398/stat : 17398 (java) S 17384 17387 16066 0 -1 1077944384 2598 0 0 0 86 0 0 0 20 0 15 0 250654971 14427033600 2939748 33554432000 4194304 4196468 140722551687792 140296230726128 140296760556162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17399] ppid=17384 vsize=14088900 memory=1172 CPUtime=0.75 cores=0,2,4,6
/proc/17387/task/17399/stat : 17399 (java) S 17384 17387 16066 0 -1 1077944384 1851 0 0 0 75 0 0 0 20 0 15 0 250654971 14427033600 2939748 33554432000 4194304 4196468 140722551687792 140296229673584 140296760556162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17400] ppid=17384 vsize=14088900 memory=33 CPUtime=0.48 cores=0,2,4,6
/proc/17387/task/17400/stat : 17400 (java) S 17384 17387 16066 0 -1 1077944384 2725 0 0 0 47 1 0 0 20 0 15 0 250654971 14427033600 2939748 33554432000 4194304 4196468 140722551687792 140296228621040 140296760556162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17401] ppid=17384 vsize=14088900 memory=-7965668622128159392 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17401/stat : 17401 (java) S 17384 17387 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250654971 14427033600 2939748 33554432000 4194304 4196468 140722551687792 140296227568736 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17402] ppid=17384 vsize=14088900 memory=280563773074640 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17402/stat : 17402 (java) S 17384 17387 16066 0 -1 1077944384 735 0 0 0 0 0 0 0 20 0 15 0 250654972 14427033600 2939748 33554432000 4194304 4196468 140722551687792 140296226515248 140296760556162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
Current children cumulated CPU time: 55.81 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11758992 KiB

[startup+20.8016 s]
/proc/loadavg: 2.34 1.91 1.77 6/220 17402
/proc/meminfo: memFree=6393468/32770624 swapFree=67108852/67108860
[pid=17387] ppid=17384 vsize=14088900 memory=11759012 CPUtime=61.71 cores=0,2,4,6
/proc/17387/stat : 17387 (java) S 17384 17387 16066 0 -1 1077944320 329335 0 0 0 4866 1305 0 0 20 0 15 0 250654966 14427033600 2939753 33554432000 4194304 4196468 140722551687792 140722551670336 140296760545015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
/proc/17387/statm: 3522225 2939753 3595 1 0 3484297 0
[pid=17387/tid=17389] ppid=17384 vsize=14088900 memory=280563773070224 CPUtime=6.91 cores=0,2,4,6
/proc/17387/task/17389/stat : 17389 (java) S 17384 17387 16066 0 -1 1077944384 24340 0 0 0 674 17 0 0 20 0 15 0 250654966 14427033600 2939753 33554432000 4194304 4196468 140722551687792 140296764780608 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17390] ppid=17384 vsize=14088900 memory=6011695961560073574 CPUtime=12.94 cores=0,2,4,6
/proc/17387/task/17390/stat : 17390 (java) R 17384 17387 16066 0 -1 4202560 76546 0 0 0 976 318 0 0 20 0 15 0 250654967 14427033600 2939753 33554432000 4194304 4196468 140722551687792 140296719305296 140296753173223 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17391] ppid=17384 vsize=14088900 memory=6791534058613427641 CPUtime=12.96 cores=0,2,4,6
/proc/17387/task/17391/stat : 17391 (java) R 17384 17387 16066 0 -1 4202560 57508 0 0 0 950 346 0 0 20 0 15 0 250654967 14427033600 2939753 33554432000 4194304 4196468 140722551687792 140296354872328 140296753173223 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17392] ppid=17384 vsize=14088900 memory=11584 CPUtime=12.96 cores=0,2,4,6
/proc/17387/task/17392/stat : 17392 (java) R 17384 17387 16066 0 -1 4202560 54919 0 0 0 1021 275 0 0 20 0 15 0 250654967 14427033600 2939753 33554432000 4194304 4196468 140722551687792 140296353819472 140296753173223 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17393] ppid=17384 vsize=14088900 memory=4960 CPUtime=12.97 cores=0,2,4,6
/proc/17387/task/17393/stat : 17393 (java) R 17384 17387 16066 0 -1 4202560 80612 0 0 0 958 339 0 0 20 0 15 0 250654967 14427033600 2939753 33554432000 4194304 4196468 140722551687792 140296352767008 140296753641728 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17394] ppid=17384 vsize=14088900 memory=3840 CPUtime=0.77 cores=0,2,4,6
/proc/17387/task/17394/stat : 17394 (java) S 17384 17387 16066 0 -1 1077944384 26036 0 0 0 75 2 0 0 20 0 15 0 250654968 14427033600 2939753 33554432000 4194304 4196468 140722551687792 140296234934864 140296760555221 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17395] ppid=17384 vsize=14088900 memory=9001744 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17395/stat : 17395 (java) S 17384 17387 16066 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 250654969 14427033600 2939753 33554432000 4194304 4196468 140722551687792 140296233882592 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17396] ppid=17384 vsize=14088900 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17396/stat : 17396 (java) S 17384 17387 16066 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 250654969 14427033600 2939753 33554432000 4194304 4196468 140722551687792 140296232829952 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17397] ppid=17384 vsize=14088900 memory=876 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17397/stat : 17397 (java) S 17384 17387 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250654971 14427033600 2939753 33554432000 4194304 4196468 140722551687792 140296231778512 140296760563611 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17398] ppid=17384 vsize=14088900 memory=11759012 CPUtime=0.86 cores=0,2,4,6
/proc/17387/task/17398/stat : 17398 (java) S 17384 17387 16066 0 -1 1077944384 2598 0 0 0 86 0 0 0 20 0 15 0 250654971 14427033600 2939753 33554432000 4194304 4196468 140722551687792 140296230726128 140296760556162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17399] ppid=17384 vsize=14088900 memory=1120 CPUtime=0.75 cores=0,2,4,6
/proc/17387/task/17399/stat : 17399 (java) S 17384 17387 16066 0 -1 1077944384 1851 0 0 0 75 0 0 0 20 0 15 0 250654971 14427033600 2939753 33554432000 4194304 4196468 140722551687792 140296229673584 140296760556162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17400] ppid=17384 vsize=14088900 memory=6436 CPUtime=0.48 cores=0,2,4,6
/proc/17387/task/17400/stat : 17400 (java) S 17384 17387 16066 0 -1 1077944384 2725 0 0 0 47 1 0 0 20 0 15 0 250654971 14427033600 2939753 33554432000 4194304 4196468 140722551687792 140296228621040 140296760556162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17401] ppid=17384 vsize=14088900 memory=11721596 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17401/stat : 17401 (java) S 17384 17387 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250654971 14427033600 2939753 33554432000 4194304 4196468 140722551687792 140296227568736 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17402] ppid=17384 vsize=14088900 memory=11584 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17402/stat : 17402 (java) S 17384 17387 16066 0 -1 1077944384 760 0 0 0 0 0 0 0 20 0 15 0 250654972 14427033600 2939753 33554432000 4194304 4196468 140722551687792 140296226515248 140296760556162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
Current children cumulated CPU time: 61.71 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11759012 KiB

[startup+21.6006 s]
/proc/loadavg: 2.34 1.91 1.77 6/220 17402
/proc/meminfo: memFree=6393460/32770624 swapFree=67108852/67108860
[pid=17387] ppid=17384 vsize=14088900 memory=11759012 CPUtime=64.6 cores=0,2,4,6
/proc/17387/stat : 17387 (java) S 17384 17387 16066 0 -1 1077944320 385965 0 0 0 5151 1309 0 0 20 0 15 0 250654966 14427033600 2939753 33554432000 4194304 4196468 140722551687792 140722551670336 140296760545015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
/proc/17387/statm: 3522225 2939753 3595 1 0 3484297 0
[pid=17387/tid=17389] ppid=17384 vsize=14088900 memory=11128716 CPUtime=6.91 cores=0,2,4,6
/proc/17387/task/17389/stat : 17389 (java) S 17384 17387 16066 0 -1 1077944384 24348 0 0 0 674 17 0 0 20 0 15 0 250654966 14427033600 2939753 33554432000 4194304 4196468 140722551687792 140296764780608 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17390] ppid=17384 vsize=14088900 memory=1404238533875048054 CPUtime=13.65 cores=0,2,4,6
/proc/17387/task/17390/stat : 17390 (java) R 17384 17387 16066 0 -1 4202560 101214 0 0 0 1044 321 0 0 20 0 15 0 250654967 14427033600 2939753 33554432000 4194304 4196468 140722551687792 140296719305608 140296753173223 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17391] ppid=17384 vsize=14088900 memory=0 CPUtime=13.67 cores=0,2,4,6
/proc/17387/task/17391/stat : 17391 (java) R 17384 17387 16066 0 -1 4202560 68224 0 0 0 1020 347 0 0 20 0 15 0 250654967 14427033600 2939753 33554432000 4194304 4196468 140722551687792 140296354872208 140296745541661 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17392] ppid=17384 vsize=14088900 memory=6791534058613427641 CPUtime=13.67 cores=0,2,4,6
/proc/17387/task/17392/stat : 17392 (java) R 17384 17387 16066 0 -1 4202560 72391 0 0 0 1090 277 0 0 20 0 15 0 250654967 14427033600 2939753 33554432000 4194304 4196468 140722551687792 140296353819864 140296745541661 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17393] ppid=17384 vsize=14088900 memory=1776 CPUtime=13.68 cores=0,2,4,6
/proc/17387/task/17393/stat : 17393 (java) R 17384 17387 16066 0 -1 4202560 83117 0 0 0 1029 339 0 0 20 0 15 0 250654967 14427033600 2939753 33554432000 4194304 4196468 140722551687792 140296352767120 140296753173223 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17394] ppid=17384 vsize=14088900 memory=752 CPUtime=0.85 cores=0,2,4,6
/proc/17387/task/17394/stat : 17394 (java) S 17384 17387 16066 0 -1 1077944384 27296 0 0 0 83 2 0 0 20 0 15 0 250654968 14427033600 2939753 33554432000 4194304 4196468 140722551687792 140296234934848 140296760555221 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17395] ppid=17384 vsize=14088900 memory=1616 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17395/stat : 17395 (java) S 17384 17387 16066 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 250654969 14427033600 2939753 33554432000 4194304 4196468 140722551687792 140296233882496 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17396] ppid=17384 vsize=14088900 memory=11584 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17396/stat : 17396 (java) S 17384 17387 16066 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 250654969 14427033600 2939753 33554432000 4194304 4196468 140722551687792 140296232829952 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17397] ppid=17384 vsize=14088900 memory=4960 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17397/stat : 17397 (java) S 17384 17387 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250654971 14427033600 2939753 33554432000 4194304 4196468 140722551687792 140296231778512 140296760563611 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17398] ppid=17384 vsize=14088900 memory=3840 CPUtime=0.86 cores=0,2,4,6
/proc/17387/task/17398/stat : 17398 (java) S 17384 17387 16066 0 -1 1077944384 2598 0 0 0 86 0 0 0 20 0 15 0 250654971 14427033600 2939753 33554432000 4194304 4196468 140722551687792 140296230726128 140296760556162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17399] ppid=17384 vsize=14088900 memory=11758464 CPUtime=0.75 cores=0,2,4,6
/proc/17387/task/17399/stat : 17399 (java) S 17384 17387 16066 0 -1 1077944384 1851 0 0 0 75 0 0 0 20 0 15 0 250654971 14427033600 2939753 33554432000 4194304 4196468 140722551687792 140296229673584 140296760556162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17400] ppid=17384 vsize=14088900 memory=10027860 CPUtime=0.48 cores=0,2,4,6
/proc/17387/task/17400/stat : 17400 (java) S 17384 17387 16066 0 -1 1077944384 2725 0 0 0 47 1 0 0 20 0 15 0 250654971 14427033600 2939753 33554432000 4194304 4196468 140722551687792 140296228621040 140296760556162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17401] ppid=17384 vsize=14088900 memory=876 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17401/stat : 17401 (java) S 17384 17387 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250654971 14427033600 2939753 33554432000 4194304 4196468 140722551687792 140296227568736 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17402] ppid=17384 vsize=14088900 memory=1912 CPUtime=0.01 cores=0,2,4,6
/proc/17387/task/17402/stat : 17402 (java) S 17384 17387 16066 0 -1 1077944384 760 0 0 0 0 1 0 0 20 0 15 0 250654972 14427033600 2939753 33554432000 4194304 4196468 140722551687792 140296226515248 140296760556162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
Current children cumulated CPU time: 64.6 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11759012 KiB

[startup+22.0037 s]*
/proc/loadavg: 2.55 1.97 1.79 3/220 17402
/proc/meminfo: memFree=6393460/32770624 swapFree=67108852/67108860
[pid=17387] ppid=17384 vsize=14088900 memory=11759136 CPUtime=65.87 cores=0,2,4,6
/proc/17387/stat : 17387 (java) S 17384 17387 16066 0 -1 1077944320 386383 0 0 0 5277 1310 0 0 20 0 15 0 250654966 14427033600 2939784 33554432000 4194304 4196468 140722551687792 140722551670336 140296760545015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
/proc/17387/statm: 3522225 2939784 3596 1 0 3484297 0
[pid=17387/tid=17389] ppid=17384 vsize=14088900 memory=6791534058613427641 CPUtime=6.91 cores=0,2,4,6
/proc/17387/task/17389/stat : 17389 (java) S 17384 17387 16066 0 -1 1077944384 24420 0 0 0 674 17 0 0 20 0 15 0 250654966 14427033600 2939784 33554432000 4194304 4196468 140722551687792 140296764784512 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17390] ppid=17384 vsize=14088900 memory=0 CPUtime=13.93 cores=0,2,4,6
/proc/17387/task/17390/stat : 17390 (java) S 17384 17387 16066 0 -1 1077944384 101321 0 0 0 1072 321 0 0 20 0 15 0 250654967 14427033600 2939784 33554432000 4194304 4196468 140722551687792 140296719305488 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17391] ppid=17384 vsize=14088900 memory=3617551809305063967 CPUtime=13.96 cores=0,2,4,6
/proc/17387/task/17391/stat : 17391 (java) S 17384 17387 16066 0 -1 1077944384 68316 0 0 0 1049 347 0 0 20 0 15 0 250654967 14427033600 2939784 33554432000 4194304 4196468 140722551687792 140296354872208 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17392] ppid=17384 vsize=14088900 memory=6370155173630722145 CPUtime=13.96 cores=0,2,4,6
/proc/17387/task/17392/stat : 17392 (java) S 17384 17387 16066 0 -1 1077944384 72402 0 0 0 1119 277 0 0 20 0 15 0 250654967 14427033600 2939784 33554432000 4194304 4196468 140722551687792 140296353819664 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17393] ppid=17384 vsize=14088900 memory=7223887401239728208 CPUtime=13.96 cores=0,2,4,6
/proc/17387/task/17393/stat : 17393 (java) S 17384 17387 16066 0 -1 1077944384 83246 0 0 0 1057 339 0 0 20 0 15 0 250654967 14427033600 2939784 33554432000 4194304 4196468 140722551687792 140296352767120 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17394] ppid=17384 vsize=14088900 memory=0 CPUtime=0.98 cores=0,2,4,6
/proc/17387/task/17394/stat : 17394 (java) R 17384 17387 16066 0 -1 4202560 27297 0 0 0 96 2 0 0 20 0 15 0 250654968 14427033600 2939784 33554432000 4194304 4196468 140722551687792 140296234934624 140296752834469 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17395] ppid=17384 vsize=14088900 memory=3690471420374036536 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17395/stat : 17395 (java) S 17384 17387 16066 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 250654969 14427033600 2939784 33554432000 4194304 4196468 140722551687792 140296233882592 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17396] ppid=17384 vsize=14088900 memory=7452449613923508563 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17396/stat : 17396 (java) S 17384 17387 16066 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 250654969 14427033600 2939784 33554432000 4194304 4196468 140722551687792 140296232829952 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17397] ppid=17384 vsize=14088900 memory=7452449613923508563 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17397/stat : 17397 (java) S 17384 17387 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250654971 14427033600 2939784 33554432000 4194304 4196468 140722551687792 140296231778512 140296760563611 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17398] ppid=17384 vsize=14088900 memory=0 CPUtime=0.86 cores=0,2,4,6
/proc/17387/task/17398/stat : 17398 (java) S 17384 17387 16066 0 -1 1077944384 2598 0 0 0 86 0 0 0 20 0 15 0 250654971 14427033600 2939784 33554432000 4194304 4196468 140722551687792 140296230726128 140296760556162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17399] ppid=17384 vsize=14088900 memory=9760 CPUtime=0.75 cores=0,2,4,6
/proc/17387/task/17399/stat : 17399 (java) S 17384 17387 16066 0 -1 1077944384 1851 0 0 0 75 0 0 0 20 0 15 0 250654971 14427033600 2939784 33554432000 4194304 4196468 140722551687792 140296229673584 140296760556162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17400] ppid=17384 vsize=14088900 memory=5983518069379713747 CPUtime=0.48 cores=0,2,4,6
/proc/17387/task/17400/stat : 17400 (java) S 17384 17387 16066 0 -1 1077944384 2725 0 0 0 47 1 0 0 20 0 15 0 250654971 14427033600 2939784 33554432000 4194304 4196468 140722551687792 140296228621040 140296760556162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17401] ppid=17384 vsize=14088900 memory=6055698173163827300 CPUtime=0 cores=0,2,4,6
/proc/17387/task/17401/stat : 17401 (java) S 17384 17387 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250654971 14427033600 2939784 33554432000 4194304 4196468 140722551687792 140296227568736 140296760555221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
[pid=17387/tid=17402] ppid=17384 vsize=14088900 memory=8099131303381235411 CPUtime=0.01 cores=0,2,4,6
/proc/17387/task/17402/stat : 17402 (java) S 17384 17387 16066 0 -1 1077944384 760 0 0 0 0 1 0 0 20 0 15 0 250654972 14427033600 2939784 33554432000 4194304 4196468 140722551687792 140296226515248 140296760556162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 38772736 140722551690330 140722551690510 140722551690510 140722551693263 0
Current children cumulated CPU time: 65.87 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11759136 KiB

[startup+22.1105 s]*
/proc/loadavg: 2.55 1.97 1.79 3/208 17404
/proc/meminfo: memFree=11742824/32770624 swapFree=67108852/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): 22.1501
CPU time (s): 66.0341
CPU user time (s): 52.8561
CPU system time (s): 13.178
CPU usage (%): 298.121
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 11759136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.8561
system time used= 13.178
maximum resident set size= 11759136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 386521
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5627
involuntary context switches= 579


# summary of solver processes directly reported to runsolver:
#   pid: 17387
#   total CPU time (s): 66.0341
#   total CPU user time (s): 52.8561
#   total CPU system time (s): 13.178

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.170591 second user time and 0.269087 second system time

The end

Launcher Data

Begin job on node133 at 2018-08-15 13:01:58
IDJOB=4310276
IDBENCH=141303
IDSOLVER=2796
FILE ID=node133/4310276-1534330918
RUNJOBID= node133-1534329232-16097
PBS_JOBID= 21038161
Free space on /tmp= 39124 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-08-4-rom_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4310276-1534330918/watcher-4310276-1534330918 -o /tmp/evaluation-result-4310276-1534330918/solver-4310276-1534330918 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534329232-16097 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1536792771 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310276-1534330918.xml

TIME LIMIT= 252 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= d2036c1580b702d26a2ba71e1295e02d
RANDOM SEED=1536792771

node133.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.24
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.24
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.24
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.24
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:        18155764 kB
MemAvailable:   26364420 kB
Buffers:          158684 kB
Cached:          8290624 kB
SwapCached:            4 kB
Active:         10032796 kB
Inactive:        3991264 kB
Active(anon):    5526036 kB
Inactive(anon):   109924 kB
Active(file):    4506760 kB
Inactive(file):  3881340 kB
Unevictable:        7072 kB
Mlocked:            7072 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             45460 kB
Writeback:             0 kB
AnonPages:       5582016 kB
Mapped:            69528 kB
Shmem:             58008 kB
Slab:             277712 kB
SReclaimable:     249016 kB
SUnreclaim:        28696 kB
KernelStack:        3920 kB
PageTables:        16412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6743872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5322752 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= 39088 MiB
End job on node133 at 2018-08-15 13:02:20