Trace number 4291477

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-07-02? 77.527 34.941

General information on the benchmark

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

Solver Data

0.68/0.55	c version: 2018-07-02
0.68/0.55	c seed: 1813159165
0.68/0.55	c timeout: 2400
0.68/0.55	c memlimit: 11000
0.68/0.55	c nbcore: 4
0.68/0.57	c Parsing instance...
77.07/34.71	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
77.37/34.87		at scala.collection.mutable.ArrayBuilder$ofLong.mkArray(ArrayBuilder.scala:388)
77.37/34.87		at scala.collection.mutable.ArrayBuilder$ofLong.resize(ArrayBuilder.scala:394)
77.37/34.87		at scala.collection.mutable.ArrayBuilder$ofLong.sizeHint(ArrayBuilder.scala:399)
77.37/34.87		at scala.Array$.fill(Array.scala:263)
77.37/34.87		at oscar.algo.reversible.ReversibleSparseBitSet$BitSet.<init>(ReversibleSparseBitSet.scala:94)
77.37/34.87		at oscar.cp.constraints.tables.TableCTStar.computeSupportsAndInitialFiltering(TableCTStar.scala:275)
77.37/34.87		at oscar.cp.constraints.tables.TableCTStar.setup(TableCTStar.scala:94)
77.37/34.87		at oscar.cp.core.CPStore.post(CPStore.scala:282)
77.37/34.87		at oscar.cp.core.CPSolver.$anonfun$add$1(CPSolver.scala:138)
77.37/34.87		at oscar.cp.core.CPSolver$$Lambda$196/2038105753.apply$mcV$sp(Unknown Source)
77.37/34.87		at oscar.algo.search.BranchingUtils.isInconsistent(BranchingUtils.scala:39)
77.37/34.87		at oscar.algo.search.BranchingUtils.isInconsistent$(BranchingUtils.scala:37)
77.37/34.87		at oscar.cp.package$.isInconsistent(package.scala:54)
77.37/34.87		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
77.37/34.87		at oscar.modeling.models.cp.CPModel.p(CPModel.scala:277)
77.37/34.87		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:336)
77.37/34.87		at oscar.modeling.models.LeafModel.add(InstantiatedModel.scala:34)
77.37/34.87		at oscar.modeling.models.LeafModel.add$(InstantiatedModel.scala:34)
77.37/34.87		at oscar.modeling.models.InstantiatedModel.add(InstantiatedModel.scala:47)
77.37/34.87		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1(InstantiatedModel.scala:54)
77.37/34.87		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1$adapted(InstantiatedModel.scala:54)
77.37/34.87		at oscar.modeling.models.InstantiatedModel$$Lambda$192/1275143523.apply(Unknown Source)
77.37/34.87		at scala.collection.immutable.List.foreach(List.scala:389)
77.37/34.87		at oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:54)
77.37/34.87		at oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
77.37/34.87		at oscar.modeling.models.operators.CPInstantiate$.apply(CPInstantiate.scala:26)
77.37/34.87		at oscar.xcsp3.competition.solvers.HybridSolver$.runSolver(HybridSolver.scala:34)
77.37/34.87		at oscar.xcsp3.competition.CompetitionApp.delayedEndpoint$oscar$xcsp3$competition$CompetitionApp$1(CompetitionApp.scala:78)
77.37/34.87		at oscar.xcsp3.competition.CompetitionApp$delayedInit$body.apply(CompetitionApp.scala:53)
77.37/34.87		at scala.Function0.apply$mcV$sp(Function0.scala:34)
77.37/34.87		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
77.37/34.87		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
77.37/34.87	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 (10711 MiB free)
  memory of node 1: 16384 MiB (9056 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291477-1532243382/watcher-4291477-1532243382 -o /tmp/evaluation-result-4291477-1532243382/solver-4291477-1532243382 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532226532-29117 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1813159165 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291477-1532243382.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=31644, runsolver pid=31641

[startup+0.100058 s]*
/proc/loadavg: 3.12 2.23 1.88 4/215 31659
/proc/meminfo: memFree=20224948/32770624 swapFree=67108860/67108860
[pid=31644] ppid=31641 vsize=14082740 memory=33132 CPUtime=0.11 cores=1,3,5,7
/proc/31644/stat : 31644 (java) S 31641 31644 29085 0 -1 1077944320 7224 0 0 0 10 1 0 0 20 0 15 0 41901504 14420725760 8283 33554432000 4194304 4196468 140721551958064 140721551940608 140119101484791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
/proc/31644/statm: 3520685 8283 3139 1 0 3482761 0
[pid=31644/tid=31646] ppid=31641 vsize=14082740 memory=-8557575366716461698 CPUtime=0.09 cores=1,3,5,7
/proc/31644/task/31646/stat : 31646 (java) R 31641 31644 29085 0 -1 4202560 5294 0 0 0 8 1 0 0 20 0 15 0 41901504 14420725760 8283 33554432000 4194304 4196468 140721551958064 140119105679600 140119085565278 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31647] ppid=31641 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31647/stat : 31647 (java) S 31641 31644 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41901505 14420725760 8283 33554432000 4194304 4196468 140721551958064 140119016553104 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31648] ppid=31641 vsize=14082740 memory=140331367208576 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31648/stat : 31648 (java) S 31641 31644 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41901505 14420725760 8283 33554432000 4194304 4196468 140721551958064 140119015500304 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31649] ppid=31641 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31649/stat : 31649 (java) S 31641 31644 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41901505 14420725760 8283 33554432000 4194304 4196468 140721551958064 140119014447504 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31650] ppid=31641 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31650/stat : 31650 (java) S 31641 31644 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41901505 14420725760 8283 33554432000 4194304 4196468 140721551958064 140118694291728 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31651] ppid=31641 vsize=14082740 memory=140331367208576 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31651/stat : 31651 (java) S 31641 31644 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41901506 14420725760 8283 33554432000 4194304 4196468 140721551958064 140118081633136 140119101495938 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31652] ppid=31641 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31652/stat : 31652 (java) S 31641 31644 29085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41901507 14420725760 8283 33554432000 4194304 4196468 140721551958064 140118080579104 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31653] ppid=31641 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31653/stat : 31653 (java) S 31641 31644 29085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41901507 14420725760 8283 33554432000 4194304 4196468 140721551958064 140118079526256 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31654] ppid=31641 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31654/stat : 31654 (java) S 31641 31644 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41901509 14420725760 8283 33554432000 4194304 4196468 140721551958064 140118078474576 140119101503387 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31655] ppid=31641 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31655/stat : 31655 (java) S 31641 31644 29085 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 41901509 14420725760 8283 33554432000 4194304 4196468 140721551958064 140118077421936 140119101495938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31656] ppid=31641 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31656/stat : 31656 (java) S 31641 31644 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41901509 14420725760 8283 33554432000 4194304 4196468 140721551958064 140118076369136 140119101495938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31657] ppid=31641 vsize=14082740 memory=140331367208576 CPUtime=0.01 cores=1,3,5,7
/proc/31644/task/31657/stat : 31657 (java) R 31641 31644 29085 0 -1 4202560 242 0 0 0 1 0 0 0 20 0 15 0 41901509 14420725760 8283 33554432000 4194304 4196468 140721551958064 140118075316336 140119080184992 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31658] ppid=31641 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31658/stat : 31658 (java) S 31641 31644 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41901509 14420725760 8283 33554432000 4194304 4196468 140721551958064 140117631916256 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31659] ppid=31641 vsize=14082740 memory=140331367208576 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31659/stat : 31659 (java) S 31641 31644 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41901510 14420725760 8283 33554432000 4194304 4196468 140721551958064 140117630864560 140119101495938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 33132 KiB

[startup+0.214157 s]*
/proc/loadavg: 3.12 2.23 1.88 7/215 31659
/proc/meminfo: memFree=20209816/32770624 swapFree=67108860/67108860
[pid=31644] ppid=31641 vsize=14082740 memory=47120 CPUtime=0.32 cores=1,3,5,7
/proc/31644/stat : 31644 (java) S 31641 31644 29085 0 -1 1077944320 10402 0 0 0 30 2 0 0 20 0 15 0 41901504 14420725760 11780 33554432000 4194304 4196468 140721551958064 140721551940608 140119101484791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
/proc/31644/statm: 3520685 11780 3364 1 0 3482761 0
[pid=31644/tid=31646] ppid=31641 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/31644/task/31646/stat : 31646 (java) R 31641 31644 29085 0 -1 4202560 8097 0 0 0 19 1 0 0 20 0 15 0 41901504 14420725760 11780 33554432000 4194304 4196468 140721551958064 140119105712560 140119101496726 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31647] ppid=31641 vsize=14082740 memory=343 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31647/stat : 31647 (java) S 31641 31644 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41901505 14420725760 11780 33554432000 4194304 4196468 140721551958064 140119016553104 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31648] ppid=31641 vsize=14082740 memory=288370707518920320 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31648/stat : 31648 (java) S 31641 31644 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41901505 14420725760 11780 33554432000 4194304 4196468 140721551958064 140119015500304 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31649] ppid=31641 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31649/stat : 31649 (java) S 31641 31644 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41901505 14420725760 11780 33554432000 4194304 4196468 140721551958064 140119014447504 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31650] ppid=31641 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31650/stat : 31650 (java) S 31641 31644 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41901505 14420725760 11780 33554432000 4194304 4196468 140721551958064 140118694291728 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31651] ppid=31641 vsize=14082740 memory=140331367208576 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31651/stat : 31651 (java) S 31641 31644 29085 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41901506 14420725760 11780 33554432000 4194304 4196468 140721551958064 140118081633136 140119101495938 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31652] ppid=31641 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31652/stat : 31652 (java) S 31641 31644 29085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41901507 14420725760 11780 33554432000 4194304 4196468 140721551958064 140118080579104 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31653] ppid=31641 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31653/stat : 31653 (java) S 31641 31644 29085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41901507 14420725760 11780 33554432000 4194304 4196468 140721551958064 140118079526256 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31654] ppid=31641 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31654/stat : 31654 (java) S 31641 31644 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41901509 14420725760 11780 33554432000 4194304 4196468 140721551958064 140118078474576 140119101503387 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31655] ppid=31641 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31644/task/31655/stat : 31655 (java) S 31641 31644 29085 0 -1 1077944384 387 0 0 0 2 0 0 0 20 0 15 0 41901509 14420725760 11780 33554432000 4194304 4196468 140721551958064 140118077421936 140119101495938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31656] ppid=31641 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/31644/task/31656/stat : 31656 (java) S 31641 31644 29085 0 -1 1077944384 240 0 0 0 1 0 0 0 20 0 15 0 41901509 14420725760 11780 33554432000 4194304 4196468 140721551958064 140118076369136 140119101495938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31657] ppid=31641 vsize=14082740 memory=140331367208576 CPUtime=0.06 cores=1,3,5,7
/proc/31644/task/31657/stat : 31657 (java) R 31641 31644 29085 0 -1 4202560 295 0 0 0 6 0 0 0 20 0 15 0 41901509 14420725760 11780 33554432000 4194304 4196468 140721551958064 140118075316336 140119080403519 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31658] ppid=31641 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31658/stat : 31658 (java) S 31641 31644 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41901509 14420725760 11780 33554432000 4194304 4196468 140721551958064 140117631916256 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31659] ppid=31641 vsize=14082740 memory=140331367208576 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31659/stat : 31659 (java) S 31641 31644 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41901510 14420725760 11780 33554432000 4194304 4196468 140721551958064 140117630864560 140119101495938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47120 KiB

[startup+0.310836 s]*
/proc/loadavg: 3.12 2.23 1.88 3/215 31659
/proc/meminfo: memFree=20206280/32770624 swapFree=67108860/67108860
[pid=31644] ppid=31641 vsize=14082740 memory=50328 CPUtime=0.43 cores=1,3,5,7
/proc/31644/stat : 31644 (java) S 31641 31644 29085 0 -1 1077944320 10737 0 0 0 41 2 0 0 20 0 15 0 41901504 14420725760 12582 33554432000 4194304 4196468 140721551958064 140721551940608 140119101484791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
/proc/31644/statm: 3520685 12582 3366 1 0 3482761 0
[pid=31644/tid=31646] ppid=31641 vsize=14082740 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/31644/task/31646/stat : 31646 (java) R 31641 31644 29085 0 -1 4202560 8416 0 0 0 28 1 0 0 20 0 15 0 41901504 14420725760 12582 33554432000 4194304 4196468 140721551958064 140119105665840 140119085565278 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31647] ppid=31641 vsize=14082740 memory=288230609002954775 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31647/stat : 31647 (java) S 31641 31644 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41901505 14420725760 12582 33554432000 4194304 4196468 140721551958064 140119016553104 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31648] ppid=31641 vsize=14082740 memory=288370707518920320 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31648/stat : 31648 (java) S 31641 31644 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41901505 14420725760 12582 33554432000 4194304 4196468 140721551958064 140119015500304 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31649] ppid=31641 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31649/stat : 31649 (java) S 31641 31644 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41901505 14420725760 12582 33554432000 4194304 4196468 140721551958064 140119014447504 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31650] ppid=31641 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31650/stat : 31650 (java) S 31641 31644 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41901505 14420725760 12582 33554432000 4194304 4196468 140721551958064 140118694291728 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31651] ppid=31641 vsize=14082740 memory=140331367208576 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31651/stat : 31651 (java) S 31641 31644 29085 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41901506 14420725760 12582 33554432000 4194304 4196468 140721551958064 140118081633136 140119101495938 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31652] ppid=31641 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31652/stat : 31652 (java) S 31641 31644 29085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41901507 14420725760 12582 33554432000 4194304 4196468 140721551958064 140118080579104 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31653] ppid=31641 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31653/stat : 31653 (java) S 31641 31644 29085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41901507 14420725760 12582 33554432000 4194304 4196468 140721551958064 140118079526256 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31654] ppid=31641 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31654/stat : 31654 (java) S 31641 31644 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41901509 14420725760 12582 33554432000 4194304 4196468 140721551958064 140118078474576 140119101503387 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31655] ppid=31641 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31644/task/31655/stat : 31655 (java) S 31641 31644 29085 0 -1 1077944384 387 0 0 0 2 0 0 0 20 0 15 0 41901509 14420725760 12582 33554432000 4194304 4196468 140721551958064 140118077421936 140119101495938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31656] ppid=31641 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/31644/task/31656/stat : 31656 (java) S 31641 31644 29085 0 -1 1077944384 240 0 0 0 2 0 0 0 20 0 15 0 41901509 14420725760 12582 33554432000 4194304 4196468 140721551958064 140118076369136 140119101495938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31657] ppid=31641 vsize=14082740 memory=140331367208576 CPUtime=0.08 cores=1,3,5,7
/proc/31644/task/31657/stat : 31657 (java) S 31641 31644 29085 0 -1 1077944384 311 0 0 0 8 0 0 0 20 0 15 0 41901509 14420725760 12582 33554432000 4194304 4196468 140721551958064 140118075316336 140119101495938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31658] ppid=31641 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31658/stat : 31658 (java) S 31641 31644 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41901509 14420725760 12582 33554432000 4194304 4196468 140721551958064 140117631916256 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31659] ppid=31641 vsize=14082740 memory=140331367208576 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31659/stat : 31659 (java) S 31641 31644 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41901510 14420725760 12582 33554432000 4194304 4196468 140721551958064 140117630864560 140119101495938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50328 KiB

[startup+0.700781 s]
/proc/loadavg: 3.12 2.23 1.88 3/215 31659
/proc/meminfo: memFree=20181724/32770624 swapFree=67108860/67108860
[pid=31644] ppid=31641 vsize=14084808 memory=88848 CPUtime=0.99 cores=1,3,5,7
/proc/31644/stat : 31644 (java) S 31641 31644 29085 0 -1 1077944320 17615 0 0 0 94 5 0 0 20 0 15 0 41901504 14422843392 22212 33554432000 4194304 4196468 140721551958064 140721551940608 140119101484791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
/proc/31644/statm: 3521202 22212 3501 1 0 3483273 0
[pid=31644/tid=31646] ppid=31641 vsize=14084808 memory=1728 CPUtime=0.68 cores=1,3,5,7
/proc/31644/task/31646/stat : 31646 (java) R 31641 31644 29085 0 -1 4202560 14865 0 0 0 64 4 0 0 20 0 15 0 41901504 14422843392 22212 33554432000 4194304 4196468 140721551958064 140119105710096 140119101496726 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31647] ppid=31641 vsize=14084808 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31647/stat : 31647 (java) S 31641 31644 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41901505 14422843392 22212 33554432000 4194304 4196468 140721551958064 140119016553104 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31648] ppid=31641 vsize=14084808 memory=11956 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31648/stat : 31648 (java) S 31641 31644 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41901505 14422843392 22212 33554432000 4194304 4196468 140721551958064 140119015500304 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31649] ppid=31641 vsize=14084808 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31649/stat : 31649 (java) S 31641 31644 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41901505 14422843392 22212 33554432000 4194304 4196468 140721551958064 140119014447504 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31650] ppid=31641 vsize=14084808 memory=792 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31650/stat : 31650 (java) S 31641 31644 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41901505 14422843392 22212 33554432000 4194304 4196468 140721551958064 140118694291728 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31651] ppid=31641 vsize=14084808 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31651/stat : 31651 (java) S 31641 31644 29085 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41901506 14422843392 22212 33554432000 4194304 4196468 140721551958064 140118081633136 140119101495938 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31652] ppid=31641 vsize=14084808 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31652/stat : 31652 (java) S 31641 31644 29085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41901507 14422843392 22212 33554432000 4194304 4196468 140721551958064 140118080579104 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31653] ppid=31641 vsize=14084808 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31653/stat : 31653 (java) S 31641 31644 29085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41901507 14422843392 22212 33554432000 4194304 4196468 140721551958064 140118079526256 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31654] ppid=31641 vsize=14084808 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31654/stat : 31654 (java) S 31641 31644 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41901509 14422843392 22212 33554432000 4194304 4196468 140721551958064 140118078474576 140119101503387 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31655] ppid=31641 vsize=14084808 memory=7163631965283378496 CPUtime=0.07 cores=1,3,5,7
/proc/31644/task/31655/stat : 31655 (java) S 31641 31644 29085 0 -1 1077944384 549 0 0 0 7 0 0 0 20 0 15 0 41901509 14422843392 22212 33554432000 4194304 4196468 140721551958064 140118077421936 140119101495938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31656] ppid=31641 vsize=14084808 memory=6083353102074538087 CPUtime=0.07 cores=1,3,5,7
/proc/31644/task/31656/stat : 31656 (java) S 31641 31644 29085 0 -1 1077944384 395 0 0 0 7 0 0 0 20 0 15 0 41901509 14422843392 22212 33554432000 4194304 4196468 140721551958064 140118076369136 140119101495938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31657] ppid=31641 vsize=14084808 memory=7368003688827211856 CPUtime=0.15 cores=1,3,5,7
/proc/31644/task/31657/stat : 31657 (java) R 31641 31644 29085 0 -1 4202560 424 0 0 0 15 0 0 0 20 0 15 0 41901509 14422843392 22212 33554432000 4194304 4196468 140721551958064 140118075316336 140119085565278 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31658] ppid=31641 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31658/stat : 31658 (java) S 31641 31644 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41901509 14422843392 22212 33554432000 4194304 4196468 140721551958064 140117631916256 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31659] ppid=31641 vsize=14084808 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31659/stat : 31659 (java) S 31641 31644 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41901510 14422843392 22212 33554432000 4194304 4196468 140721551958064 140117630864560 140119101495938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88848 KiB

[startup+1.50074 s]
/proc/loadavg: 3.12 2.23 1.88 3/215 31659
/proc/meminfo: memFree=19900428/32770624 swapFree=67108860/67108860
[pid=31644] ppid=31641 vsize=14086856 memory=511056 CPUtime=2.86 cores=1,3,5,7
/proc/31644/stat : 31644 (java) S 31641 31644 29085 0 -1 1077944320 19740 0 0 0 250 36 0 0 20 0 15 0 41901504 14424940544 127764 33554432000 4194304 4196468 140721551958064 140721551940608 140119101484791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
/proc/31644/statm: 3521714 127764 3559 1 0 3483785 0
[pid=31644/tid=31646] ppid=31641 vsize=14086856 memory=0 CPUtime=1.35 cores=1,3,5,7
/proc/31644/task/31646/stat : 31646 (java) R 31641 31644 29085 0 -1 4202560 15309 0 0 0 126 9 0 0 20 0 15 0 41901504 14424940544 127764 33554432000 4194304 4196468 140721551958064 140119105719840 140118694637913 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31647] ppid=31641 vsize=14086856 memory=-6951259422114956437 CPUtime=0.11 cores=1,3,5,7
/proc/31644/task/31647/stat : 31647 (java) S 31641 31644 29085 0 -1 1077944384 156 0 0 0 5 6 0 0 20 0 15 0 41901505 14424940544 127764 33554432000 4194304 4196468 140721551958064 140119016553104 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31648] ppid=31641 vsize=14086856 memory=-6509546260019855295 CPUtime=0.11 cores=1,3,5,7
/proc/31644/task/31648/stat : 31648 (java) S 31641 31644 29085 0 -1 1077944384 111 0 0 0 5 6 0 0 20 0 15 0 41901505 14424940544 127764 33554432000 4194304 4196468 140721551958064 140119015500304 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31649] ppid=31641 vsize=14086856 memory=-7390251449858225344 CPUtime=0.1 cores=1,3,5,7
/proc/31644/task/31649/stat : 31649 (java) S 31641 31644 29085 0 -1 1077944384 141 0 0 0 4 6 0 0 20 0 15 0 41901505 14424940544 127764 33554432000 4194304 4196468 140721551958064 140119014447504 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31650] ppid=31641 vsize=14086856 memory=4134692831991786133 CPUtime=0.11 cores=1,3,5,7
/proc/31644/task/31650/stat : 31650 (java) S 31641 31644 29085 0 -1 1077944384 186 0 0 0 5 6 0 0 20 0 15 0 41901505 14424940544 127764 33554432000 4194304 4196468 140721551958064 140118694291728 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31651] ppid=31641 vsize=14086856 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31651/stat : 31651 (java) S 31641 31644 29085 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 41901506 14424940544 127764 33554432000 4194304 4196468 140721551958064 140118081633136 140119101495938 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0

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


[startup+32.0015 s]*
/proc/loadavg: 3.41 2.37 1.93 6/217 31668
/proc/meminfo: memFree=8464640/32770624 swapFree=67108860/67108860
[pid=31644] ppid=31641 vsize=14088904 memory=11765512 CPUtime=67.49 cores=1,3,5,7
/proc/31644/stat : 31644 (java) S 31641 31644 29085 0 -1 1077944320 495451 0 0 0 5628 1121 0 0 20 0 15 0 41901504 14427037696 2941378 33554432000 4194304 4196468 140721551958064 140721551940608 140119101484791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
/proc/31644/statm: 3522226 2941378 3588 1 0 3484297 0
[pid=31644/tid=31646] ppid=31641 vsize=14088904 memory=6791534058613427641 CPUtime=19.94 cores=1,3,5,7
/proc/31644/task/31646/stat : 31646 (java) S 31641 31644 29085 0 -1 1077944384 52129 0 0 0 1972 22 0 0 20 0 15 0 41901504 14427037696 2941378 33554432000 4194304 4196468 140721551958064 140119105720336 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31647] ppid=31641 vsize=14088904 memory=4126316290023845779 CPUtime=11.1 cores=1,3,5,7
/proc/31644/task/31647/stat : 31647 (java) R 31641 31644 29085 0 -1 4202560 94715 0 0 0 838 272 0 0 20 0 15 0 41901505 14427037696 2941378 33554432000 4194304 4196468 140721551958064 140119016553104 140119086436263 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31648] ppid=31641 vsize=14088904 memory=18444 CPUtime=11.03 cores=1,3,5,7
/proc/31644/task/31648/stat : 31648 (java) R 31641 31644 29085 0 -1 4202560 123409 0 0 0 804 299 0 0 20 0 15 0 41901505 14427037696 2941378 33554432000 4194304 4196468 140721551958064 140119015500304 140119086436263 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31649] ppid=31641 vsize=14088904 memory=640 CPUtime=11.06 cores=1,3,5,7
/proc/31644/task/31649/stat : 31649 (java) R 31641 31644 29085 0 -1 4202560 103912 0 0 0 851 255 0 0 20 0 15 0 41901505 14427037696 2941378 33554432000 4194304 4196468 140721551958064 140119014447504 140119081511249 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31650] ppid=31641 vsize=14088904 memory=1792 CPUtime=11.09 cores=1,3,5,7
/proc/31644/task/31650/stat : 31650 (java) R 31641 31644 29085 0 -1 4202560 93659 0 0 0 846 263 0 0 20 0 15 0 41901505 14427037696 2941378 33554432000 4194304 4196468 140721551958064 140118694291928 140119083081200 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31651] ppid=31641 vsize=14088904 memory=1240 CPUtime=0.87 cores=1,3,5,7
/proc/31644/task/31651/stat : 31651 (java) S 31641 31644 29085 0 -1 1077944384 19298 0 0 0 86 1 0 0 20 0 15 0 41901506 14427037696 2941378 33554432000 4194304 4196468 140721551958064 140118081631456 140119101494997 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31652] ppid=31641 vsize=14088904 memory=960 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31652/stat : 31652 (java) S 31641 31644 29085 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 41901507 14427037696 2941378 33554432000 4194304 4196468 140721551958064 140118080579168 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31653] ppid=31641 vsize=14088904 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31653/stat : 31653 (java) S 31641 31644 29085 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 41901507 14427037696 2941378 33554432000 4194304 4196468 140721551958064 140118079526272 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31654] ppid=31641 vsize=14088904 memory=928 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31654/stat : 31654 (java) S 31641 31644 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41901509 14427037696 2941378 33554432000 4194304 4196468 140721551958064 140118078474576 140119101503387 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31655] ppid=31641 vsize=14088904 memory=1572 CPUtime=0.9 cores=1,3,5,7
/proc/31644/task/31655/stat : 31655 (java) S 31641 31644 29085 0 -1 1077944384 2379 0 0 0 89 1 0 0 20 0 15 0 41901509 14427037696 2941378 33554432000 4194304 4196468 140721551958064 140118077421936 140119101495938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31656] ppid=31641 vsize=14088904 memory=0 CPUtime=0.84 cores=1,3,5,7
/proc/31644/task/31656/stat : 31656 (java) S 31641 31644 29085 0 -1 1077944384 1359 0 0 0 84 0 0 0 20 0 15 0 41901509 14427037696 2941378 33554432000 4194304 4196468 140721551958064 140118076369136 140119101495938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31657] ppid=31641 vsize=14088904 memory=7228392122256812372 CPUtime=0.52 cores=1,3,5,7
/proc/31644/task/31657/stat : 31657 (java) S 31641 31644 29085 0 -1 1077944384 2131 0 0 0 52 0 0 0 20 0 15 0 41901509 14427037696 2941378 33554432000 4194304 4196468 140721551958064 140118075316336 140119101495938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31658] ppid=31641 vsize=14088904 memory=7228392122256812372 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31658/stat : 31658 (java) S 31641 31644 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41901509 14427037696 2941378 33554432000 4194304 4196468 140721551958064 140117631916256 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31659] ppid=31641 vsize=14088904 memory=6441361776103151977 CPUtime=0.01 cores=1,3,5,7
/proc/31644/task/31659/stat : 31659 (java) S 31641 31644 29085 0 -1 1077944384 1063 0 0 0 0 1 0 0 20 0 15 0 41901510 14427037696 2941378 33554432000 4194304 4196468 140721551958064 140117630864560 140119101495938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
Current children cumulated CPU time: 67.49 s
Current children cumulated vsize: 14088904 KiB
Current children cumulated memory: 11765512 KiB

[startup+33.6007 s]
/proc/loadavg: 3.41 2.37 1.93 6/217 31668
/proc/meminfo: memFree=8464516/32770624 swapFree=67108860/67108860
[pid=31644] ppid=31641 vsize=14088904 memory=11765616 CPUtime=73.33 cores=1,3,5,7
/proc/31644/stat : 31644 (java) S 31641 31644 29085 0 -1 1077944320 595250 0 0 0 6206 1127 0 0 20 0 15 0 41901504 14427037696 2941404 33554432000 4194304 4196468 140721551958064 140721551940608 140119101484791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
/proc/31644/statm: 3522226 2941404 3588 1 0 3484297 0
[pid=31644/tid=31646] ppid=31641 vsize=14088904 memory=14364 CPUtime=19.94 cores=1,3,5,7
/proc/31644/task/31646/stat : 31646 (java) S 31641 31644 29085 0 -1 1077944384 52157 0 0 0 1972 22 0 0 20 0 15 0 41901504 14427037696 2941404 33554432000 4194304 4196468 140721551958064 140119105720336 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31647] ppid=31641 vsize=14088904 memory=11642996 CPUtime=12.51 cores=1,3,5,7
/proc/31644/task/31647/stat : 31647 (java) R 31641 31644 29085 0 -1 4202560 94878 0 0 0 978 273 0 0 20 0 15 0 41901505 14427037696 2941404 33554432000 4194304 4196468 140721551958064 140119016553224 140119094112999 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31648] ppid=31641 vsize=14088904 memory=2428 CPUtime=12.49 cores=1,3,5,7
/proc/31644/task/31648/stat : 31648 (java) R 31641 31644 29085 0 -1 4202560 222501 0 0 0 946 303 0 0 20 0 15 0 41901505 14427037696 2941404 33554432000 4194304 4196468 140721551958064 140119015500504 140119094581548 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31649] ppid=31641 vsize=14088904 memory=11765464 CPUtime=12.49 cores=1,3,5,7
/proc/31644/task/31649/stat : 31649 (java) R 31641 31644 29085 0 -1 4202560 103979 0 0 0 993 256 0 0 20 0 15 0 41901505 14427037696 2941404 33554432000 4194304 4196468 140721551958064 140119014447312 140119094112999 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31650] ppid=31641 vsize=14088904 memory=1792 CPUtime=12.52 cores=1,3,5,7
/proc/31644/task/31650/stat : 31650 (java) R 31641 31644 29085 0 -1 4202560 94094 0 0 0 988 264 0 0 20 0 15 0 41901505 14427037696 2941404 33554432000 4194304 4196468 140721551958064 140118694291848 140119094112999 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31651] ppid=31641 vsize=14088904 memory=1792 CPUtime=1 cores=1,3,5,7
/proc/31644/task/31651/stat : 31651 (java) S 31641 31644 29085 0 -1 1077944384 19309 0 0 0 99 1 0 0 20 0 15 0 41901506 14427037696 2941404 33554432000 4194304 4196468 140721551958064 140118081631696 140119101494997 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31652] ppid=31641 vsize=14088904 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31652/stat : 31652 (java) S 31641 31644 29085 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 41901507 14427037696 2941404 33554432000 4194304 4196468 140721551958064 140118080579168 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31653] ppid=31641 vsize=14088904 memory=960 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31653/stat : 31653 (java) S 31641 31644 29085 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 41901507 14427037696 2941404 33554432000 4194304 4196468 140721551958064 140118079526272 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31654] ppid=31641 vsize=14088904 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31654/stat : 31654 (java) S 31641 31644 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41901509 14427037696 2941404 33554432000 4194304 4196468 140721551958064 140118078474576 140119101503387 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31655] ppid=31641 vsize=14088904 memory=928 CPUtime=0.9 cores=1,3,5,7
/proc/31644/task/31655/stat : 31655 (java) S 31641 31644 29085 0 -1 1077944384 2379 0 0 0 89 1 0 0 20 0 15 0 41901509 14427037696 2941404 33554432000 4194304 4196468 140721551958064 140118077421984 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31656] ppid=31641 vsize=14088904 memory=11765616 CPUtime=0.84 cores=1,3,5,7
/proc/31644/task/31656/stat : 31656 (java) S 31641 31644 29085 0 -1 1077944384 1359 0 0 0 84 0 0 0 20 0 15 0 41901509 14427037696 2941404 33554432000 4194304 4196468 140721551958064 140118076369184 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31657] ppid=31641 vsize=14088904 memory=4052 CPUtime=0.52 cores=1,3,5,7
/proc/31644/task/31657/stat : 31657 (java) S 31641 31644 29085 0 -1 1077944384 2132 0 0 0 52 0 0 0 20 0 15 0 41901509 14427037696 2941404 33554432000 4194304 4196468 140721551958064 140118075316096 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31658] ppid=31641 vsize=14088904 memory=18444 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31658/stat : 31658 (java) S 31641 31644 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41901509 14427037696 2941404 33554432000 4194304 4196468 140721551958064 140117631916256 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31659] ppid=31641 vsize=14088904 memory=640 CPUtime=0.01 cores=1,3,5,7
/proc/31644/task/31659/stat : 31659 (java) S 31641 31644 29085 0 -1 1077944384 1063 0 0 0 0 1 0 0 20 0 15 0 41901510 14427037696 2941404 33554432000 4194304 4196468 140721551958064 140117630864560 140119101495938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
Current children cumulated CPU time: 73.33 s
Current children cumulated vsize: 14088904 KiB
Current children cumulated memory: 11765616 KiB

[startup+34.4015 s]
/proc/loadavg: 3.54 2.41 1.95 5/217 31668
/proc/meminfo: memFree=8464516/32770624 swapFree=67108860/67108860
[pid=31644] ppid=31641 vsize=14088904 memory=11765628 CPUtime=76.19 cores=1,3,5,7
/proc/31644/stat : 31644 (java) S 31641 31644 29085 0 -1 1077944320 597122 0 0 0 6491 1128 0 0 20 0 15 0 41901504 14427037696 2941407 33554432000 4194304 4196468 140721551958064 140721551940608 140119101484791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
/proc/31644/statm: 3522226 2941407 3588 1 0 3484297 0
[pid=31644/tid=31646] ppid=31641 vsize=14088904 memory=6791534058613427641 CPUtime=19.94 cores=1,3,5,7
/proc/31644/task/31646/stat : 31646 (java) S 31641 31644 29085 0 -1 1077944384 52157 0 0 0 1972 22 0 0 20 0 15 0 41901504 14427037696 2941407 33554432000 4194304 4196468 140721551958064 140119105720336 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31647] ppid=31641 vsize=14088904 memory=14364 CPUtime=13.19 cores=1,3,5,7
/proc/31644/task/31647/stat : 31647 (java) R 31641 31644 29085 0 -1 4202560 94901 0 0 0 1046 273 0 0 20 0 15 0 41901505 14427037696 2941407 33554432000 4194304 4196468 140721551958064 140119016553104 140119086183550 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31648] ppid=31641 vsize=14088904 memory=1296 CPUtime=13.2 cores=1,3,5,7
/proc/31644/task/31648/stat : 31648 (java) R 31641 31644 29085 0 -1 4202560 223269 0 0 0 1017 303 0 0 20 0 15 0 41901505 14427037696 2941407 33554432000 4194304 4196468 140721551958064 140119015500504 140119086184176 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31649] ppid=31641 vsize=14088904 memory=11642932 CPUtime=13.18 cores=1,3,5,7
/proc/31644/task/31649/stat : 31649 (java) R 31641 31644 29085 0 -1 4202560 103979 0 0 0 1061 257 0 0 20 0 15 0 41901505 14427037696 2941407 33554432000 4194304 4196468 140721551958064 140119014447504 140119086184096 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31650] ppid=31641 vsize=14088904 memory=11765616 CPUtime=13.21 cores=1,3,5,7
/proc/31644/task/31650/stat : 31650 (java) R 31641 31644 29085 0 -1 4202560 94553 0 0 0 1057 264 0 0 20 0 15 0 41901505 14427037696 2941407 33554432000 4194304 4196468 140721551958064 140118694291616 140119086481206 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31651] ppid=31641 vsize=14088904 memory=2244 CPUtime=1.08 cores=1,3,5,7
/proc/31644/task/31651/stat : 31651 (java) S 31641 31644 29085 0 -1 1077944384 19929 0 0 0 107 1 0 0 20 0 15 0 41901506 14427037696 2941407 33554432000 4194304 4196468 140721551958064 140118081631680 140119101494997 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31652] ppid=31641 vsize=14088904 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31652/stat : 31652 (java) S 31641 31644 29085 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 41901507 14427037696 2941407 33554432000 4194304 4196468 140721551958064 140118080579168 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31653] ppid=31641 vsize=14088904 memory=2200 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31653/stat : 31653 (java) S 31641 31644 29085 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 41901507 14427037696 2941407 33554432000 4194304 4196468 140721551958064 140118079526272 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31654] ppid=31641 vsize=14088904 memory=8148 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31654/stat : 31654 (java) S 31641 31644 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41901509 14427037696 2941407 33554432000 4194304 4196468 140721551958064 140118078474576 140119101503387 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31655] ppid=31641 vsize=14088904 memory=10 CPUtime=0.9 cores=1,3,5,7
/proc/31644/task/31655/stat : 31655 (java) S 31641 31644 29085 0 -1 1077944384 2379 0 0 0 89 1 0 0 20 0 15 0 41901509 14427037696 2941407 33554432000 4194304 4196468 140721551958064 140118077421936 140119101495938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31656] ppid=31641 vsize=14088904 memory=95 CPUtime=0.84 cores=1,3,5,7
/proc/31644/task/31656/stat : 31656 (java) S 31641 31644 29085 0 -1 1077944384 1359 0 0 0 84 0 0 0 20 0 15 0 41901509 14427037696 2941407 33554432000 4194304 4196468 140721551958064 140118076369136 140119101495938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31657] ppid=31641 vsize=14088904 memory=0 CPUtime=0.52 cores=1,3,5,7
/proc/31644/task/31657/stat : 31657 (java) S 31641 31644 29085 0 -1 1077944384 2132 0 0 0 52 0 0 0 20 0 15 0 41901509 14427037696 2941407 33554432000 4194304 4196468 140721551958064 140118075316336 140119101495938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31658] ppid=31641 vsize=14088904 memory=303430223234596890 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31658/stat : 31658 (java) S 31641 31644 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41901509 14427037696 2941407 33554432000 4194304 4196468 140721551958064 140117631916256 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31659] ppid=31641 vsize=14088904 memory=288230621803970871 CPUtime=0.01 cores=1,3,5,7
/proc/31644/task/31659/stat : 31659 (java) S 31641 31644 29085 0 -1 1077944384 1063 0 0 0 0 1 0 0 20 0 15 0 41901510 14427037696 2941407 33554432000 4194304 4196468 140721551958064 140117630864560 140119101495938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
Current children cumulated CPU time: 76.19 s
Current children cumulated vsize: 14088904 KiB
Current children cumulated memory: 11765628 KiB

[startup+34.8008 s]
/proc/loadavg: 3.54 2.41 1.95 5/217 31668
/proc/meminfo: memFree=8464516/32770624 swapFree=67108860/67108860
[pid=31644] ppid=31641 vsize=14088904 memory=11765752 CPUtime=77.37 cores=1,3,5,7
/proc/31644/stat : 31644 (java) S 31641 31644 29085 0 -1 1077944320 597277 0 0 0 6609 1128 0 0 20 0 15 0 41901504 14427037696 2941438 33554432000 4194304 4196468 140721551958064 140721551940608 140119101484791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
/proc/31644/statm: 3522226 2941438 3589 1 0 3484297 0
[pid=31644/tid=31646] ppid=31641 vsize=14088904 memory=0 CPUtime=19.94 cores=1,3,5,7
/proc/31644/task/31646/stat : 31646 (java) S 31641 31644 29085 0 -1 1077944384 52197 0 0 0 1972 22 0 0 20 0 15 0 41901504 14427037696 2941438 33554432000 4194304 4196468 140721551958064 140119105724288 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31647] ppid=31641 vsize=14088904 memory=0 CPUtime=13.45 cores=1,3,5,7
/proc/31644/task/31647/stat : 31647 (java) S 31641 31644 29085 0 -1 1077944384 94901 0 0 0 1072 273 0 0 20 0 15 0 41901505 14427037696 2941438 33554432000 4194304 4196468 140721551958064 140119016553104 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31648] ppid=31641 vsize=14088904 memory=0 CPUtime=13.46 cores=1,3,5,7
/proc/31644/task/31648/stat : 31648 (java) S 31641 31644 29085 0 -1 1077944384 223274 0 0 0 1043 303 0 0 20 0 15 0 41901505 14427037696 2941438 33554432000 4194304 4196468 140721551958064 140119015500304 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31649] ppid=31641 vsize=14088904 memory=0 CPUtime=13.45 cores=1,3,5,7
/proc/31644/task/31649/stat : 31649 (java) S 31641 31644 29085 0 -1 1077944384 103979 0 0 0 1088 257 0 0 20 0 15 0 41901505 14427037696 2941438 33554432000 4194304 4196468 140721551958064 140119014447504 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31650] ppid=31641 vsize=14088904 memory=0 CPUtime=13.47 cores=1,3,5,7
/proc/31644/task/31650/stat : 31650 (java) S 31641 31644 29085 0 -1 1077944384 94662 0 0 0 1083 264 0 0 20 0 15 0 41901505 14427037696 2941438 33554432000 4194304 4196468 140721551958064 140118694291728 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31651] ppid=31641 vsize=14088904 memory=0 CPUtime=1.22 cores=1,3,5,7
/proc/31644/task/31651/stat : 31651 (java) R 31641 31644 29085 0 -1 4202560 19930 0 0 0 121 1 0 0 20 0 15 0 41901506 14427037696 2941438 33554432000 4194304 4196468 140721551958064 140118081631680 140119086481136 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31652] ppid=31641 vsize=14088904 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31652/stat : 31652 (java) S 31641 31644 29085 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 41901507 14427037696 2941438 33554432000 4194304 4196468 140721551958064 140118080579168 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31653] ppid=31641 vsize=14088904 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31653/stat : 31653 (java) S 31641 31644 29085 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 41901507 14427037696 2941438 33554432000 4194304 4196468 140721551958064 140118079526272 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31654] ppid=31641 vsize=14088904 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31654/stat : 31654 (java) S 31641 31644 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41901509 14427037696 2941438 33554432000 4194304 4196468 140721551958064 140118078474576 140119101503387 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31655] ppid=31641 vsize=14088904 memory=0 CPUtime=0.9 cores=1,3,5,7
/proc/31644/task/31655/stat : 31655 (java) S 31641 31644 29085 0 -1 1077944384 2379 0 0 0 89 1 0 0 20 0 15 0 41901509 14427037696 2941438 33554432000 4194304 4196468 140721551958064 140118077421936 140119101495938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31656] ppid=31641 vsize=14088904 memory=0 CPUtime=0.84 cores=1,3,5,7
/proc/31644/task/31656/stat : 31656 (java) S 31641 31644 29085 0 -1 1077944384 1359 0 0 0 84 0 0 0 20 0 15 0 41901509 14427037696 2941438 33554432000 4194304 4196468 140721551958064 140118076369136 140119101495938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31657] ppid=31641 vsize=14088904 memory=0 CPUtime=0.52 cores=1,3,5,7
/proc/31644/task/31657/stat : 31657 (java) S 31641 31644 29085 0 -1 1077944384 2132 0 0 0 52 0 0 0 20 0 15 0 41901509 14427037696 2941438 33554432000 4194304 4196468 140721551958064 140118075316336 140119101495938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31658] ppid=31641 vsize=14088904 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31644/task/31658/stat : 31658 (java) S 31641 31644 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41901509 14427037696 2941438 33554432000 4194304 4196468 140721551958064 140117631916256 140119101494997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
[pid=31644/tid=31659] ppid=31641 vsize=14088904 memory=14427037695 CPUtime=0.01 cores=1,3,5,7
/proc/31644/task/31659/stat : 31659 (java) S 31641 31644 29085 0 -1 1077944384 1063 0 0 0 0 1 0 0 20 0 15 0 41901510 14427037696 2941438 33554432000 4194304 4196468 140721551958064 140117630864560 140119101495938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29564928 140721551959124 140721551959305 140721551959305 140721551962063 0
Current children cumulated CPU time: 77.37 s
Current children cumulated vsize: 14088904 KiB
Current children cumulated memory: 11765752 KiB

[startup+34.9006 s]*
/proc/loadavg: 3.54 2.41 1.95 3/204 31669
/proc/meminfo: memFree=14010424/32770624 swapFree=67108860/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): 34.941
CPU time (s): 77.527
CPU user time (s): 66.1568
CPU system time (s): 11.3703
CPU usage (%): 221.88
Max. virtual memory (cumulated for all children) (KiB): 14088904
Max. memory (cumulated for all children) (KiB): 11765752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66.1568
system time used= 11.3703
maximum resident set size= 11765752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 597414
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= 9417
involuntary context switches= 528


# summary of solver processes directly reported to runsolver:
#   pid: 31644
#   total CPU time (s): 77.527
#   total CPU user time (s): 66.1568
#   total CPU system time (s): 11.3703

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.237698 second user time and 0.404706 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-22 09:09:43
IDJOB=4291477
IDBENCH=141310
IDSOLVER=2746
FILE ID=node151/4291477-1532243382
RUNJOBID= node151-1532226532-29117
PBS_JOBID= 21018950
Free space on /tmp= 54952 MiB

SOLVER NAME= OscaR - Hybrid 2018-07-02
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-13-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-4291477-1532243382/watcher-4291477-1532243382 -o /tmp/evaluation-result-4291477-1532243382/solver-4291477-1532243382 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532226532-29117 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1813159165 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291477-1532243382.xml

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

MD5SUM BENCH= 0b51c5bbf7274d342280acfb624bd8bf
RANDOM SEED=1813159165

node151.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.87
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.87
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.87
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.87
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:        20243776 kB
MemAvailable:   31704956 kB
Buffers:          235252 kB
Cached:         11372500 kB
SwapCached:            0 kB
Active:          1376540 kB
Inactive:       10520492 kB
Active(anon):     292104 kB
Inactive(anon):    16936 kB
Active(file):    1084436 kB
Inactive(file): 10503556 kB
Unevictable:        7940 kB
Mlocked:            7940 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            124496 kB
Writeback:             0 kB
AnonPages:        297384 kB
Mapped:            48836 kB
Shmem:             17032 kB
Slab:             328692 kB
SReclaimable:     301648 kB
SUnreclaim:        27044 kB
KernelStack:        3520 kB
PageTables:         5728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1239800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 54916 MiB
End job on node151 at 2018-07-22 09:10:18