Trace number 4291472

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? 64.601 22.1443

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 benchmark70
Best CPU time to get the best result obtained on this benchmark2520.2
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-07-02
0.67/0.55	c seed: 281437586
0.67/0.55	c timeout: 2400
0.67/0.55	c memlimit: 11000
0.67/0.55	c nbcore: 4
0.67/0.58	c Parsing instance...
64.17/21.99	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
64.17/22.00		at scala.collection.mutable.ArrayBuilder$ofLong.mkArray(ArrayBuilder.scala:388)
64.43/22.09		at scala.collection.mutable.ArrayBuilder$ofLong.resize(ArrayBuilder.scala:394)
64.43/22.09		at scala.collection.mutable.ArrayBuilder$ofLong.sizeHint(ArrayBuilder.scala:399)
64.43/22.09		at scala.Array$.fill(Array.scala:263)
64.43/22.09		at oscar.algo.reversible.ReversibleSparseBitSet$BitSet.<init>(ReversibleSparseBitSet.scala:94)
64.43/22.09		at oscar.cp.constraints.tables.TableCTStar.computeSupportsAndInitialFiltering(TableCTStar.scala:275)
64.43/22.09		at oscar.cp.constraints.tables.TableCTStar.setup(TableCTStar.scala:94)
64.43/22.09		at oscar.cp.core.CPStore.post(CPStore.scala:282)
64.43/22.09		at oscar.cp.core.CPSolver.$anonfun$add$1(CPSolver.scala:138)
64.43/22.09		at oscar.cp.core.CPSolver$$Lambda$196/45023307.apply$mcV$sp(Unknown Source)
64.43/22.09		at oscar.algo.search.BranchingUtils.isInconsistent(BranchingUtils.scala:39)
64.43/22.09		at oscar.algo.search.BranchingUtils.isInconsistent$(BranchingUtils.scala:37)
64.43/22.09		at oscar.cp.package$.isInconsistent(package.scala:54)
64.43/22.09		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
64.43/22.09		at oscar.modeling.models.cp.CPModel.p(CPModel.scala:277)
64.43/22.09		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:336)
64.43/22.09		at oscar.modeling.models.LeafModel.add(InstantiatedModel.scala:34)
64.43/22.09		at oscar.modeling.models.LeafModel.add$(InstantiatedModel.scala:34)
64.43/22.09		at oscar.modeling.models.InstantiatedModel.add(InstantiatedModel.scala:47)
64.43/22.09		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1(InstantiatedModel.scala:54)
64.43/22.09		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1$adapted(InstantiatedModel.scala:54)
64.43/22.09		at oscar.modeling.models.InstantiatedModel$$Lambda$192/42544488.apply(Unknown Source)
64.43/22.09		at scala.collection.immutable.List.foreach(List.scala:389)
64.43/22.09		at oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:54)
64.43/22.09		at oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
64.43/22.09		at oscar.modeling.models.operators.CPInstantiate$.apply(CPInstantiate.scala:26)
64.43/22.09		at oscar.xcsp3.competition.solvers.HybridSolver$.runSolver(HybridSolver.scala:34)
64.43/22.09		at oscar.xcsp3.competition.CompetitionApp.delayedEndpoint$oscar$xcsp3$competition$CompetitionApp$1(CompetitionApp.scala:78)
64.43/22.09		at oscar.xcsp3.competition.CompetitionApp$delayedInit$body.apply(CompetitionApp.scala:53)
64.43/22.09		at scala.Function0.apply$mcV$sp(Function0.scala:34)
64.43/22.09		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
64.43/22.09		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
64.43/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 (10753 MiB free)
  memory of node 1: 16384 MiB (9153 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291472-1532243232/watcher-4291472-1532243232 -o /tmp/evaluation-result-4291472-1532243232/solver-4291472-1532243232 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532226532-29117 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 281437586 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291472-1532243232.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=31106, runsolver pid=31103

[startup+0.100109 s]*
/proc/loadavg: 1.52 1.65 1.67 3/215 31121
/proc/meminfo: memFree=20367440/32770624 swapFree=67108860/67108860
[pid=31106] ppid=31103 vsize=14082740 memory=33668 CPUtime=0.11 cores=1,3,5,7
/proc/31106/stat : 31106 (java) S 31103 31106 29085 0 -1 1077944320 7330 0 0 0 10 1 0 0 20 0 15 0 41886379 14420725760 8417 33554432000 4194304 4196468 140720659644336 140720659626880 140581063651063 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
/proc/31106/statm: 3520685 8417 3143 1 0 3482761 0
[pid=31106/tid=31108] ppid=31103 vsize=14082740 memory=-8557575366716067709 CPUtime=0.09 cores=1,3,5,7
/proc/31106/task/31108/stat : 31108 (java) R 31103 31106 29085 0 -1 4202560 5420 0 0 0 8 1 0 0 20 0 15 0 41886379 14420725760 8417 33554432000 4194304 4196468 140720659644336 140581067853120 140581063672989 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31109] ppid=31103 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31109/stat : 31109 (java) S 31103 31106 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41886380 14420725760 8417 33554432000 4194304 4196468 140720659644336 140580993739664 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31110] ppid=31103 vsize=14082740 memory=140318569592448 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31110/stat : 31110 (java) S 31103 31106 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41886380 14420725760 8417 33554432000 4194304 4196468 140720659644336 140580992686864 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31111] ppid=31103 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31111/stat : 31111 (java) S 31103 31106 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41886380 14420725760 8417 33554432000 4194304 4196468 140720659644336 140580991634576 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31112] ppid=31103 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31112/stat : 31112 (java) S 31103 31106 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41886380 14420725760 8417 33554432000 4194304 4196468 140720659644336 140580656692240 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31113] ppid=31103 vsize=14082740 memory=140318569592448 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31113/stat : 31113 (java) S 31103 31106 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41886382 14420725760 8417 33554432000 4194304 4196468 140720659644336 140580404480112 140581063662210 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31114] ppid=31103 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31114/stat : 31114 (java) S 31103 31106 29085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41886382 14420725760 8417 33554432000 4194304 4196468 140720659644336 140580403426080 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31115] ppid=31103 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31115/stat : 31115 (java) S 31103 31106 29085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41886382 14420725760 8417 33554432000 4194304 4196468 140720659644336 140580402373744 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31116] ppid=31103 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31116/stat : 31116 (java) S 31103 31106 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41886385 14420725760 8417 33554432000 4194304 4196468 140720659644336 140580401322064 140581063669659 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31117] ppid=31103 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31117/stat : 31117 (java) S 31103 31106 29085 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 15 0 41886385 14420725760 8417 33554432000 4194304 4196468 140720659644336 140580400269936 140581063662210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31118] ppid=31103 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31118/stat : 31118 (java) R 31103 31106 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41886385 14420725760 8417 33554432000 4194304 4196468 140720659644336 140580399217136 140581063662210 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31119] ppid=31103 vsize=14082740 memory=140318569592448 CPUtime=0.01 cores=1,3,5,7
/proc/31106/task/31119/stat : 31119 (java) R 31103 31106 29085 0 -1 4202560 243 0 0 0 1 0 0 0 20 0 15 0 41886385 14420725760 8417 33554432000 4194304 4196468 140720659644336 140580398164848 140581044891376 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31120] ppid=31103 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31120/stat : 31120 (java) S 31103 31106 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41886385 14420725760 8417 33554432000 4194304 4196468 140720659644336 140580397112288 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31121] ppid=31103 vsize=14082740 memory=140318569592448 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31121/stat : 31121 (java) S 31103 31106 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41886385 14420725760 8417 33554432000 4194304 4196468 140720659644336 140580396059056 140581063662210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 33668 KiB

[startup+0.210365 s]*
/proc/loadavg: 1.52 1.65 1.67 6/215 31121
/proc/meminfo: memFree=20351888/32770624 swapFree=67108860/67108860
[pid=31106] ppid=31103 vsize=14082740 memory=47040 CPUtime=0.31 cores=1,3,5,7
/proc/31106/stat : 31106 (java) S 31103 31106 29085 0 -1 1077944320 10366 0 0 0 29 2 0 0 20 0 15 0 41886379 14420725760 11760 33554432000 4194304 4196468 140720659644336 140720659626880 140581063651063 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
/proc/31106/statm: 3520685 11760 3380 1 0 3482761 0
[pid=31106/tid=31108] ppid=31103 vsize=14082740 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/31106/task/31108/stat : 31108 (java) R 31103 31106 29085 0 -1 4202560 8111 0 0 0 18 1 0 0 20 0 15 0 41886379 14420725760 11760 33554432000 4194304 4196468 140720659644336 140581067879504 140581047018577 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31109] ppid=31103 vsize=14082740 memory=343 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31109/stat : 31109 (java) S 31103 31106 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41886380 14420725760 11760 33554432000 4194304 4196468 140720659644336 140580993739664 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31110] ppid=31103 vsize=14082740 memory=288370694721304192 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31110/stat : 31110 (java) S 31103 31106 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41886380 14420725760 11760 33554432000 4194304 4196468 140720659644336 140580992686864 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31111] ppid=31103 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31111/stat : 31111 (java) S 31103 31106 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41886380 14420725760 11760 33554432000 4194304 4196468 140720659644336 140580991634576 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31112] ppid=31103 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31112/stat : 31112 (java) S 31103 31106 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41886380 14420725760 11760 33554432000 4194304 4196468 140720659644336 140580656692240 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31113] ppid=31103 vsize=14082740 memory=140318569592448 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31113/stat : 31113 (java) S 31103 31106 29085 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41886382 14420725760 11760 33554432000 4194304 4196468 140720659644336 140580404480112 140581063662210 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31114] ppid=31103 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31114/stat : 31114 (java) S 31103 31106 29085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41886382 14420725760 11760 33554432000 4194304 4196468 140720659644336 140580403426080 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31115] ppid=31103 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31115/stat : 31115 (java) S 31103 31106 29085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41886382 14420725760 11760 33554432000 4194304 4196468 140720659644336 140580402373744 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31116] ppid=31103 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31116/stat : 31116 (java) S 31103 31106 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41886385 14420725760 11760 33554432000 4194304 4196468 140720659644336 140580401322064 140581063669659 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31117] ppid=31103 vsize=14082740 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/31106/task/31117/stat : 31117 (java) R 31103 31106 29085 0 -1 1077944384 335 0 0 0 1 0 0 0 20 0 15 0 41886385 14420725760 11760 33554432000 4194304 4196468 140720659644336 140580400269936 140581063662210 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31118] ppid=31103 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/31106/task/31118/stat : 31118 (java) S 31103 31106 29085 0 -1 1077944384 260 0 0 0 2 0 0 0 20 0 15 0 41886385 14420725760 11760 33554432000 4194304 4196468 140720659644336 140580399217136 140581063662210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31119] ppid=31103 vsize=14082740 memory=140318569592448 CPUtime=0.06 cores=1,3,5,7
/proc/31106/task/31119/stat : 31119 (java) S 31103 31106 29085 0 -1 1077944384 278 0 0 0 6 0 0 0 20 0 15 0 41886385 14420725760 11760 33554432000 4194304 4196468 140720659644336 140580398164848 140581063662210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31120] ppid=31103 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31120/stat : 31120 (java) S 31103 31106 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41886385 14420725760 11760 33554432000 4194304 4196468 140720659644336 140580397112288 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31121] ppid=31103 vsize=14082740 memory=140318569592448 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31121/stat : 31121 (java) S 31103 31106 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41886385 14420725760 11760 33554432000 4194304 4196468 140720659644336 140580396059056 140581063662210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47040 KiB

[startup+0.31052 s]*
/proc/loadavg: 1.52 1.65 1.67 5/215 31121
/proc/meminfo: memFree=20348476/32770624 swapFree=67108860/67108860
[pid=31106] ppid=31103 vsize=14082740 memory=50788 CPUtime=0.43 cores=1,3,5,7
/proc/31106/stat : 31106 (java) S 31103 31106 29085 0 -1 1077944320 10738 0 0 0 41 2 0 0 20 0 15 0 41886379 14420725760 12697 33554432000 4194304 4196468 140720659644336 140720659626880 140581063651063 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
/proc/31106/statm: 3520685 12697 3429 1 0 3482761 0
[pid=31106/tid=31108] ppid=31103 vsize=14082740 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/31106/task/31108/stat : 31108 (java) R 31103 31106 29085 0 -1 4202560 8469 0 0 0 28 1 0 0 20 0 15 0 41886379 14420725760 12697 33554432000 4194304 4196468 140720659644336 140581067866464 140581045024613 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31109] ppid=31103 vsize=14082740 memory=288230609002954775 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31109/stat : 31109 (java) S 31103 31106 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41886380 14420725760 12697 33554432000 4194304 4196468 140720659644336 140580993739664 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31110] ppid=31103 vsize=14082740 memory=288370694721304192 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31110/stat : 31110 (java) S 31103 31106 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41886380 14420725760 12697 33554432000 4194304 4196468 140720659644336 140580992686864 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31111] ppid=31103 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31111/stat : 31111 (java) S 31103 31106 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41886380 14420725760 12697 33554432000 4194304 4196468 140720659644336 140580991634576 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31112] ppid=31103 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31112/stat : 31112 (java) S 31103 31106 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41886380 14420725760 12697 33554432000 4194304 4196468 140720659644336 140580656692240 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31113] ppid=31103 vsize=14082740 memory=140318569592448 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31113/stat : 31113 (java) S 31103 31106 29085 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41886382 14420725760 12697 33554432000 4194304 4196468 140720659644336 140580404480112 140581063662210 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31114] ppid=31103 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31114/stat : 31114 (java) S 31103 31106 29085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41886382 14420725760 12697 33554432000 4194304 4196468 140720659644336 140580403426080 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31115] ppid=31103 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31115/stat : 31115 (java) S 31103 31106 29085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41886382 14420725760 12697 33554432000 4194304 4196468 140720659644336 140580402373744 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31116] ppid=31103 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31116/stat : 31116 (java) S 31103 31106 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41886385 14420725760 12697 33554432000 4194304 4196468 140720659644336 140580401322064 140581063669659 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31117] ppid=31103 vsize=14082740 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/31106/task/31117/stat : 31117 (java) S 31103 31106 29085 0 -1 1077944384 335 0 0 0 1 0 0 0 20 0 15 0 41886385 14420725760 12697 33554432000 4194304 4196468 140720659644336 140580400269936 140581063662210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31118] ppid=31103 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/31106/task/31118/stat : 31118 (java) S 31103 31106 29085 0 -1 1077944384 265 0 0 0 2 0 0 0 20 0 15 0 41886385 14420725760 12697 33554432000 4194304 4196468 140720659644336 140580399217136 140581063662210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31119] ppid=31103 vsize=14082740 memory=140318569592448 CPUtime=0.08 cores=1,3,5,7
/proc/31106/task/31119/stat : 31119 (java) S 31103 31106 29085 0 -1 1077944384 287 0 0 0 8 0 0 0 20 0 15 0 41886385 14420725760 12697 33554432000 4194304 4196468 140720659644336 140580398164848 140581063662210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31120] ppid=31103 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31120/stat : 31120 (java) S 31103 31106 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41886385 14420725760 12697 33554432000 4194304 4196468 140720659644336 140580397112288 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31121] ppid=31103 vsize=14082740 memory=140318569592448 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31121/stat : 31121 (java) S 31103 31106 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41886385 14420725760 12697 33554432000 4194304 4196468 140720659644336 140580396059056 140581063662210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50788 KiB

[startup+0.700743 s]
/proc/loadavg: 1.52 1.65 1.67 4/215 31121
/proc/meminfo: memFree=20326340/32770624 swapFree=67108860/67108860
[pid=31106] ppid=31103 vsize=14084808 memory=89040 CPUtime=0.97 cores=1,3,5,7
/proc/31106/stat : 31106 (java) S 31103 31106 29085 0 -1 1077944320 17589 0 0 0 94 3 0 0 20 0 15 0 41886379 14422843392 22260 33554432000 4194304 4196468 140720659644336 140720659626880 140581063651063 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
/proc/31106/statm: 3521202 22260 3498 1 0 3483273 0
[pid=31106/tid=31108] ppid=31103 vsize=14084808 memory=1728 CPUtime=0.67 cores=1,3,5,7
/proc/31106/task/31108/stat : 31108 (java) R 31103 31106 29085 0 -1 4202560 14887 0 0 0 64 3 0 0 20 0 15 0 41886379 14422843392 22260 33554432000 4194304 4196468 140720659644336 140581067868976 140580671854011 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31109] ppid=31103 vsize=14084808 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31109/stat : 31109 (java) S 31103 31106 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41886380 14422843392 22260 33554432000 4194304 4196468 140720659644336 140580993739664 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31110] ppid=31103 vsize=14084808 memory=11956 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31110/stat : 31110 (java) S 31103 31106 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41886380 14422843392 22260 33554432000 4194304 4196468 140720659644336 140580992686864 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31111] ppid=31103 vsize=14084808 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31111/stat : 31111 (java) S 31103 31106 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41886380 14422843392 22260 33554432000 4194304 4196468 140720659644336 140580991634576 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31112] ppid=31103 vsize=14084808 memory=792 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31112/stat : 31112 (java) S 31103 31106 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41886380 14422843392 22260 33554432000 4194304 4196468 140720659644336 140580656692240 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31113] ppid=31103 vsize=14084808 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31113/stat : 31113 (java) S 31103 31106 29085 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41886382 14422843392 22260 33554432000 4194304 4196468 140720659644336 140580404480112 140581063662210 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31114] ppid=31103 vsize=14084808 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31114/stat : 31114 (java) S 31103 31106 29085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41886382 14422843392 22260 33554432000 4194304 4196468 140720659644336 140580403426080 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31115] ppid=31103 vsize=14084808 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31115/stat : 31115 (java) S 31103 31106 29085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41886382 14422843392 22260 33554432000 4194304 4196468 140720659644336 140580402373744 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31116] ppid=31103 vsize=14084808 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31116/stat : 31116 (java) S 31103 31106 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41886385 14422843392 22260 33554432000 4194304 4196468 140720659644336 140580401322064 140581063669659 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31117] ppid=31103 vsize=14084808 memory=7163631965283378496 CPUtime=0.06 cores=1,3,5,7
/proc/31106/task/31117/stat : 31117 (java) S 31103 31106 29085 0 -1 1077944384 505 0 0 0 6 0 0 0 20 0 15 0 41886385 14422843392 22260 33554432000 4194304 4196468 140720659644336 140580400269936 140581063662210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31118] ppid=31103 vsize=14084808 memory=6083353102074538087 CPUtime=0.08 cores=1,3,5,7
/proc/31106/task/31118/stat : 31118 (java) S 31103 31106 29085 0 -1 1077944384 417 0 0 0 8 0 0 0 20 0 15 0 41886385 14422843392 22260 33554432000 4194304 4196468 140720659644336 140580399217136 140581063662210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31119] ppid=31103 vsize=14084808 memory=7223888500751355984 CPUtime=0.15 cores=1,3,5,7
/proc/31106/task/31119/stat : 31119 (java) S 31103 31106 29085 0 -1 1077944384 398 0 0 0 15 0 0 0 20 0 15 0 41886385 14422843392 22260 33554432000 4194304 4196468 140720659644336 140580398164848 140581063662210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31120] ppid=31103 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31120/stat : 31120 (java) S 31103 31106 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41886385 14422843392 22260 33554432000 4194304 4196468 140720659644336 140580397112288 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31121] ppid=31103 vsize=14084808 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31121/stat : 31121 (java) S 31103 31106 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41886385 14422843392 22260 33554432000 4194304 4196468 140720659644336 140580396059056 140581063662210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 89040 KiB

[startup+1.5008 s]
/proc/loadavg: 1.52 1.65 1.67 5/215 31121
/proc/meminfo: memFree=20217000/32770624 swapFree=67108860/67108860
[pid=31106] ppid=31103 vsize=14086856 memory=327188 CPUtime=2.8 cores=1,3,5,7
/proc/31106/stat : 31106 (java) S 31103 31106 29085 0 -1 1077944320 23092 0 0 0 267 13 0 0 20 0 15 0 41886379 14424940544 81797 33554432000 4194304 4196468 140720659644336 140720659626880 140581063651063 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
/proc/31106/statm: 3521714 81797 3570 1 0 3483785 0
[pid=31106/tid=31108] ppid=31103 vsize=14086856 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/31106/task/31108/stat : 31108 (java) R 31103 31106 29085 0 -1 4202560 15919 0 0 0 138 5 0 0 20 0 15 0 41886379 14424940544 81797 33554432000 4194304 4196468 140720659644336 140581067886336 140580672053994 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31109] ppid=31103 vsize=14086856 memory=-6951259422114956437 CPUtime=0.02 cores=1,3,5,7
/proc/31106/task/31109/stat : 31109 (java) S 31103 31106 29085 0 -1 1077944384 273 0 0 0 1 1 0 0 20 0 15 0 41886380 14424940544 81797 33554432000 4194304 4196468 140720659644336 140580993739664 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31110] ppid=31103 vsize=14086856 memory=-6509546260019855295 CPUtime=0.02 cores=1,3,5,7
/proc/31106/task/31110/stat : 31110 (java) S 31103 31106 29085 0 -1 1077944384 426 0 0 0 1 1 0 0 20 0 15 0 41886380 14424940544 81797 33554432000 4194304 4196468 140720659644336 140580992686864 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31111] ppid=31103 vsize=14086856 memory=-7390251449858225344 CPUtime=0.02 cores=1,3,5,7
/proc/31106/task/31111/stat : 31111 (java) S 31103 31106 29085 0 -1 1077944384 66 0 0 0 1 1 0 0 20 0 15 0 41886380 14424940544 81797 33554432000 4194304 4196468 140720659644336 140580991634576 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31112] ppid=31103 vsize=14086856 memory=4134692831991786133 CPUtime=0.02 cores=1,3,5,7
/proc/31106/task/31112/stat : 31112 (java) S 31103 31106 29085 0 -1 1077944384 348 0 0 0 1 1 0 0 20 0 15 0 41886380 14424940544 81797 33554432000 4194304 4196468 140720659644336 140580656692240 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31113] ppid=31103 vsize=14086856 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31113/stat : 31113 (java) S 31103 31106 29085 0 -1 1077944384 325 0 0 0 0 0 0 0 20 0 15 0 41886382 14424940544 81797 33554432000 4194304 4196468 140720659644336 140580404480112 140581063662210 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0

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


[startup+16.1009 s]*
/proc/loadavg: 1.55 1.65 1.67 6/215 31121
/proc/meminfo: memFree=10036604/32770624 swapFree=67108860/67108860
[pid=31106] ppid=31103 vsize=14090952 memory=10351372 CPUtime=44.29 cores=1,3,5,7
/proc/31106/stat : 31106 (java) S 31103 31106 29085 0 -1 1077944320 275094 0 0 0 3399 1030 0 0 20 0 15 0 41886379 14429134848 2587843 33554432000 4194304 4196468 140720659644336 140720659626880 140581063651063 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
/proc/31106/statm: 3522738 2587843 3595 1 0 3484809 0
[pid=31106/tid=31108] ppid=31103 vsize=14090952 memory=6791534058613427641 CPUtime=6.4 cores=1,3,5,7
/proc/31106/task/31108/stat : 31108 (java) S 31103 31106 29085 0 -1 1077944384 24087 0 0 0 626 14 0 0 20 0 15 0 41886379 14429134848 2587843 33554432000 4194304 4196468 140720659644336 140581067886656 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31109] ppid=31103 vsize=14090952 memory=8292088564187963537 CPUtime=8.85 cores=1,3,5,7
/proc/31106/task/31109/stat : 31109 (java) R 31103 31106 29085 0 -1 4202560 53027 0 0 0 616 269 0 0 20 0 15 0 41886380 14429134848 2587843 33554432000 4194304 4196468 140720659644336 140580993739864 140581056747780 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31110] ppid=31103 vsize=14090952 memory=-9178176117148050014 CPUtime=8.79 cores=1,3,5,7
/proc/31106/task/31110/stat : 31110 (java) R 31103 31106 29085 0 -1 4202560 42306 0 0 0 634 245 0 0 20 0 15 0 41886380 14429134848 2587843 33554432000 4194304 4196468 140720659644336 140580992686864 140581056750960 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31111] ppid=31103 vsize=14090952 memory=-6737208495982354336 CPUtime=8.78 cores=1,3,5,7
/proc/31106/task/31111/stat : 31111 (java) R 31103 31106 29085 0 -1 4202560 54005 0 0 0 622 256 0 0 20 0 15 0 41886380 14429134848 2587843 33554432000 4194304 4196468 140720659644336 140580991634576 140581056747772 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31112] ppid=31103 vsize=14090952 memory=8292088564187963537 CPUtime=8.84 cores=1,3,5,7
/proc/31106/task/31112/stat : 31112 (java) R 31103 31106 29085 0 -1 4202560 76534 0 0 0 646 238 0 0 20 0 15 0 41886380 14429134848 2587843 33554432000 4194304 4196468 140720659644336 140580656692440 140581056750932 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31113] ppid=31103 vsize=14090952 memory=8475934422147845324 CPUtime=0.45 cores=1,3,5,7
/proc/31106/task/31113/stat : 31113 (java) S 31103 31106 29085 0 -1 1077944384 16186 0 0 0 44 1 0 0 20 0 15 0 41886382 14429134848 2587843 33554432000 4194304 4196468 140720659644336 140580404478624 140581063661269 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31114] ppid=31103 vsize=14090952 memory=-5090686724652949811 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31114/stat : 31114 (java) S 31103 31106 29085 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 41886382 14429134848 2587843 33554432000 4194304 4196468 140720659644336 140580403426144 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31115] ppid=31103 vsize=14090952 memory=8317484083422315111 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31115/stat : 31115 (java) S 31103 31106 29085 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 41886382 14429134848 2587843 33554432000 4194304 4196468 140720659644336 140580402373760 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31116] ppid=31103 vsize=14090952 memory=4278483708103479454 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31116/stat : 31116 (java) S 31103 31106 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41886385 14429134848 2587843 33554432000 4194304 4196468 140720659644336 140580401322064 140581063669659 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31117] ppid=31103 vsize=14090952 memory=-8452003584485934525 CPUtime=0.79 cores=1,3,5,7
/proc/31106/task/31117/stat : 31117 (java) S 31103 31106 29085 0 -1 1077944384 2114 0 0 0 79 0 0 0 20 0 15 0 41886385 14429134848 2587843 33554432000 4194304 4196468 140720659644336 140580400269936 140581063662210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31118] ppid=31103 vsize=14090952 memory=3837182698181715817 CPUtime=0.79 cores=1,3,5,7
/proc/31106/task/31118/stat : 31118 (java) S 31103 31106 29085 0 -1 1077944384 2060 0 0 0 79 0 0 0 20 0 15 0 41886385 14429134848 2587843 33554432000 4194304 4196468 140720659644336 140580399217136 140581063662210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31119] ppid=31103 vsize=14090952 memory=4639074098508484689 CPUtime=0.49 cores=1,3,5,7
/proc/31106/task/31119/stat : 31119 (java) S 31103 31106 29085 0 -1 1077944384 2606 0 0 0 48 1 0 0 20 0 15 0 41886385 14429134848 2587843 33554432000 4194304 4196468 140720659644336 140580398164848 140581063662210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31120] ppid=31103 vsize=14090952 memory=7883944108235712103 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31120/stat : 31120 (java) S 31103 31106 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41886385 14429134848 2587843 33554432000 4194304 4196468 140720659644336 140580397112288 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31121] ppid=31103 vsize=14090952 memory=14471021233 CPUtime=0.01 cores=1,3,5,7
/proc/31106/task/31121/stat : 31121 (java) S 31103 31106 29085 0 -1 1077944384 725 0 0 0 0 1 0 0 20 0 15 0 41886385 14429134848 2587843 33554432000 4194304 4196468 140720659644336 140580396059056 140581063662210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 36 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
Current children cumulated CPU time: 44.29 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 10351372 KiB

[startup+19.3009 s]
/proc/loadavg: 1.55 1.65 1.67 6/215 31121
/proc/meminfo: memFree=8606612/32770624 swapFree=67108860/67108860
[pid=31106] ppid=31103 vsize=14090952 memory=11760060 CPUtime=54.66 cores=1,3,5,7
/proc/31106/stat : 31106 (java) S 31103 31106 29085 0 -1 1077944320 279207 0 0 0 4280 1186 0 0 20 0 15 0 41886379 14429134848 2940015 33554432000 4194304 4196468 140720659644336 140720659626880 140581063651063 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
/proc/31106/statm: 3522738 2940015 3595 1 0 3484809 0
[pid=31106/tid=31108] ppid=31103 vsize=14090952 memory=140318460679363 CPUtime=6.86 cores=1,3,5,7
/proc/31106/task/31108/stat : 31108 (java) S 31103 31106 29085 0 -1 1077944384 24154 0 0 0 672 14 0 0 20 0 15 0 41886379 14429134848 2940015 33554432000 4194304 4196468 140720659644336 140581067886656 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31109] ppid=31103 vsize=14090952 memory=3760707808408126944 CPUtime=11.23 cores=1,3,5,7
/proc/31106/task/31109/stat : 31109 (java) R 31103 31106 29085 0 -1 4202560 54096 0 0 0 811 312 0 0 20 0 15 0 41886380 14429134848 2940015 33554432000 4194304 4196468 140720659644336 140580993739664 140581048602149 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31110] ppid=31103 vsize=14090952 memory=3905946714564277524 CPUtime=11.21 cores=1,3,5,7
/proc/31106/task/31110/stat : 31110 (java) R 31103 31106 29085 0 -1 4202560 42974 0 0 0 861 260 0 0 20 0 15 0 41886380 14429134848 2940015 33554432000 4194304 4196468 140720659644336 140580992686864 140581048601683 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31111] ppid=31103 vsize=14090952 memory=3835008423378897712 CPUtime=11.19 cores=1,3,5,7
/proc/31106/task/31111/stat : 31111 (java) R 31103 31106 29085 0 -1 4202560 55126 0 0 0 814 305 0 0 20 0 15 0 41886380 14429134848 2940015 33554432000 4194304 4196468 140720659644336 140580991634576 140581045248074 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31112] ppid=31103 vsize=14090952 memory=140318460679455 CPUtime=11.24 cores=1,3,5,7
/proc/31106/task/31112/stat : 31112 (java) R 31103 31106 29085 0 -1 4202560 77629 0 0 0 837 287 0 0 20 0 15 0 41886380 14429134848 2940015 33554432000 4194304 4196468 140720659644336 140580656692440 140581048348838 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31113] ppid=31103 vsize=14090952 memory=164 CPUtime=0.76 cores=1,3,5,7
/proc/31106/task/31113/stat : 31113 (java) S 31103 31106 29085 0 -1 1077944384 16279 0 0 0 75 1 0 0 20 0 15 0 41886382 14429134848 2940015 33554432000 4194304 4196468 140720659644336 140580404478432 140581063661269 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31114] ppid=31103 vsize=14090952 memory=6947488951756805479 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31114/stat : 31114 (java) S 31103 31106 29085 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 41886382 14429134848 2940015 33554432000 4194304 4196468 140720659644336 140580403426144 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31115] ppid=31103 vsize=14090952 memory=6947488951756805479 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31115/stat : 31115 (java) S 31103 31106 29085 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 41886382 14429134848 2940015 33554432000 4194304 4196468 140720659644336 140580402373760 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31116] ppid=31103 vsize=14090952 memory=6947488951756805479 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31116/stat : 31116 (java) S 31103 31106 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41886385 14429134848 2940015 33554432000 4194304 4196468 140720659644336 140580401322064 140581063669659 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31117] ppid=31103 vsize=14090952 memory=6947488951756805479 CPUtime=0.79 cores=1,3,5,7
/proc/31106/task/31117/stat : 31117 (java) S 31103 31106 29085 0 -1 1077944384 2114 0 0 0 79 0 0 0 20 0 15 0 41886385 14429134848 2940015 33554432000 4194304 4196468 140720659644336 140580400269936 140581063662210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31118] ppid=31103 vsize=14090952 memory=6947488951756805479 CPUtime=0.79 cores=1,3,5,7
/proc/31106/task/31118/stat : 31118 (java) S 31103 31106 29085 0 -1 1077944384 2060 0 0 0 79 0 0 0 20 0 15 0 41886385 14429134848 2940015 33554432000 4194304 4196468 140720659644336 140580399217136 140581063662210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31119] ppid=31103 vsize=14090952 memory=7669740573625247584 CPUtime=0.49 cores=1,3,5,7
/proc/31106/task/31119/stat : 31119 (java) S 31103 31106 29085 0 -1 1077944384 2606 0 0 0 48 1 0 0 20 0 15 0 41886385 14429134848 2940015 33554432000 4194304 4196468 140720659644336 140580398164848 140581063662210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31120] ppid=31103 vsize=14090952 memory=10283188 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31120/stat : 31120 (java) S 31103 31106 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41886385 14429134848 2940015 33554432000 4194304 4196468 140720659644336 140580397112288 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31121] ppid=31103 vsize=14090952 memory=916 CPUtime=0.01 cores=1,3,5,7
/proc/31106/task/31121/stat : 31121 (java) S 31103 31106 29085 0 -1 1077944384 725 0 0 0 0 1 0 0 20 0 15 0 41886385 14429134848 2940015 33554432000 4194304 4196468 140720659644336 140580396059056 140581063662210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 36 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
Current children cumulated CPU time: 54.66 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11760060 KiB

[startup+20.9008 s]
/proc/loadavg: 1.75 1.69 1.68 6/215 31121
/proc/meminfo: memFree=8606488/32770624 swapFree=67108860/67108860
[pid=31106] ppid=31103 vsize=14090952 memory=11760060 CPUtime=60.69 cores=1,3,5,7
/proc/31106/stat : 31106 (java) S 31103 31106 29085 0 -1 1077944320 287194 0 0 0 4878 1191 0 0 20 0 15 0 41886379 14429134848 2940015 33554432000 4194304 4196468 140720659644336 140720659626880 140581063651063 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
/proc/31106/statm: 3522738 2940015 3595 1 0 3484809 0
[pid=31106/tid=31108] ppid=31103 vsize=14090952 memory=686 CPUtime=6.86 cores=1,3,5,7
/proc/31106/task/31108/stat : 31108 (java) S 31103 31106 29085 0 -1 1077944384 24154 0 0 0 672 14 0 0 20 0 15 0 41886379 14429134848 2940015 33554432000 4194304 4196468 140720659644336 140581067886656 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31109] ppid=31103 vsize=14090952 memory=1062 CPUtime=12.75 cores=1,3,5,7
/proc/31106/task/31109/stat : 31109 (java) R 31103 31106 29085 0 -1 4202560 62000 0 0 0 963 312 0 0 20 0 15 0 41886380 14429134848 2940015 33554432000 4194304 4196468 140720659644336 140580993739864 140581056747776 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31110] ppid=31103 vsize=14090952 memory=6791534058613427641 CPUtime=12.69 cores=1,3,5,7
/proc/31106/task/31110/stat : 31110 (java) R 31103 31106 29085 0 -1 4202560 42975 0 0 0 1008 261 0 0 20 0 15 0 41886380 14429134848 2940015 33554432000 4194304 4196468 140720659644336 140580992686984 140581056279271 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31111] ppid=31103 vsize=14090952 memory=24452 CPUtime=12.68 cores=1,3,5,7
/proc/31106/task/31111/stat : 31111 (java) R 31103 31106 29085 0 -1 4202560 55147 0 0 0 961 307 0 0 20 0 15 0 41886380 14429134848 2940015 33554432000 4194304 4196468 140720659644336 140580991634384 140581056279271 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31112] ppid=31103 vsize=14090952 memory=7883103012576191321 CPUtime=12.69 cores=1,3,5,7
/proc/31106/task/31112/stat : 31112 (java) R 31103 31106 29085 0 -1 4202560 77630 0 0 0 981 288 0 0 20 0 15 0 41886380 14429134848 2940015 33554432000 4194304 4196468 140720659644336 140580656692360 140581056279271 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31113] ppid=31103 vsize=14090952 memory=11299628 CPUtime=0.83 cores=1,3,5,7
/proc/31106/task/31113/stat : 31113 (java) S 31103 31106 29085 0 -1 1077944384 16288 0 0 0 82 1 0 0 20 0 15 0 41886382 14429134848 2940015 33554432000 4194304 4196468 140720659644336 140580404478672 140581063661269 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31114] ppid=31103 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31114/stat : 31114 (java) S 31103 31106 29085 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 41886382 14429134848 2940015 33554432000 4194304 4196468 140720659644336 140580403426144 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31115] ppid=31103 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31115/stat : 31115 (java) S 31103 31106 29085 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 41886382 14429134848 2940015 33554432000 4194304 4196468 140720659644336 140580402373760 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31116] ppid=31103 vsize=14090952 memory=7449346757498726506 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31116/stat : 31116 (java) S 31103 31106 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41886385 14429134848 2940015 33554432000 4194304 4196468 140720659644336 140580401322064 140581063669659 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31117] ppid=31103 vsize=14090952 memory=6791534058613427641 CPUtime=0.79 cores=1,3,5,7
/proc/31106/task/31117/stat : 31117 (java) S 31103 31106 29085 0 -1 1077944384 2114 0 0 0 79 0 0 0 20 0 15 0 41886385 14429134848 2940015 33554432000 4194304 4196468 140720659644336 140580400269936 140581063662210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31118] ppid=31103 vsize=14090952 memory=7811610455912769876 CPUtime=0.79 cores=1,3,5,7
/proc/31106/task/31118/stat : 31118 (java) S 31103 31106 29085 0 -1 1077944384 2060 0 0 0 79 0 0 0 20 0 15 0 41886385 14429134848 2940015 33554432000 4194304 4196468 140720659644336 140580399217184 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31119] ppid=31103 vsize=14090952 memory=288370694721304192 CPUtime=0.49 cores=1,3,5,7
/proc/31106/task/31119/stat : 31119 (java) S 31103 31106 29085 0 -1 1077944384 2607 0 0 0 48 1 0 0 20 0 15 0 41886385 14429134848 2940015 33554432000 4194304 4196468 140720659644336 140580398164608 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31120] ppid=31103 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31120/stat : 31120 (java) S 31103 31106 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41886385 14429134848 2940015 33554432000 4194304 4196468 140720659644336 140580397112288 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31121] ppid=31103 vsize=14090952 memory=42884 CPUtime=0.01 cores=1,3,5,7
/proc/31106/task/31121/stat : 31121 (java) S 31103 31106 29085 0 -1 1077944384 775 0 0 0 0 1 0 0 20 0 15 0 41886385 14429134848 2940015 33554432000 4194304 4196468 140720659644336 140580396059056 140581063662210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 36 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
Current children cumulated CPU time: 60.69 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11760060 KiB

[startup+21.7049 s]
/proc/loadavg: 1.75 1.69 1.68 6/215 31121
/proc/meminfo: memFree=8606240/32770624 swapFree=67108860/67108860
[pid=31106] ppid=31103 vsize=14090952 memory=11760092 CPUtime=63.41 cores=1,3,5,7
/proc/31106/stat : 31106 (java) S 31103 31106 29085 0 -1 1077944320 316752 0 0 0 5148 1193 0 0 20 0 15 0 41886379 14429134848 2940023 33554432000 4194304 4196468 140720659644336 140720659626880 140581063651063 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
/proc/31106/statm: 3522738 2940023 3595 1 0 3484809 0
[pid=31106/tid=31108] ppid=31103 vsize=14090952 memory=11016996 CPUtime=6.86 cores=1,3,5,7
/proc/31106/task/31108/stat : 31108 (java) S 31103 31106 29085 0 -1 1077944384 24168 0 0 0 672 14 0 0 20 0 15 0 41886379 14429134848 2940023 33554432000 4194304 4196468 140720659644336 140581067886656 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31109] ppid=31103 vsize=14090952 memory=1712 CPUtime=13.41 cores=1,3,5,7
/proc/31106/task/31109/stat : 31109 (java) R 31103 31106 29085 0 -1 4202560 68892 0 0 0 1028 313 0 0 20 0 15 0 41886380 14429134848 2940023 33554432000 4194304 4196468 140720659644336 140580993739664 140581048602190 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31110] ppid=31103 vsize=14090952 memory=1200 CPUtime=13.33 cores=1,3,5,7
/proc/31106/task/31110/stat : 31110 (java) R 31103 31106 29085 0 -1 4202560 46053 0 0 0 1072 261 0 0 20 0 15 0 41886380 14429134848 2940023 33554432000 4194304 4196468 140720659644336 140580992686864 140581048636064 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31111] ppid=31103 vsize=14090952 memory=15872 CPUtime=13.32 cores=1,3,5,7
/proc/31106/task/31111/stat : 31111 (java) R 31103 31106 29085 0 -1 4202560 58262 0 0 0 1025 307 0 0 20 0 15 0 41886380 14429134848 2940023 33554432000 4194304 4196468 140720659644336 140580991634576 140581048348702 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31112] ppid=31103 vsize=14090952 memory=9592 CPUtime=13.33 cores=1,3,5,7
/proc/31106/task/31112/stat : 31112 (java) R 31103 31106 29085 0 -1 4202560 81708 0 0 0 1044 289 0 0 20 0 15 0 41886380 14429134848 2940023 33554432000 4194304 4196468 140720659644336 140580656692128 140581048602190 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31113] ppid=31103 vsize=14090952 memory=4052 CPUtime=0.98 cores=1,3,5,7
/proc/31106/task/31113/stat : 31113 (java) S 31103 31106 29085 0 -1 1077944384 28630 0 0 0 96 2 0 0 20 0 15 0 41886382 14429134848 2940023 33554432000 4194304 4196468 140720659644336 140580404478448 140581063661269 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31114] ppid=31103 vsize=14090952 memory=18444 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31114/stat : 31114 (java) S 31103 31106 29085 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 41886382 14429134848 2940023 33554432000 4194304 4196468 140720659644336 140580403425680 140581063662210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31115] ppid=31103 vsize=14090952 memory=640 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31115/stat : 31115 (java) S 31103 31106 29085 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 41886382 14429134848 2940023 33554432000 4194304 4196468 140720659644336 140580402373760 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31116] ppid=31103 vsize=14090952 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31116/stat : 31116 (java) S 31103 31106 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41886385 14429134848 2940023 33554432000 4194304 4196468 140720659644336 140580401322064 140581063669659 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31117] ppid=31103 vsize=14090952 memory=14360 CPUtime=0.79 cores=1,3,5,7
/proc/31106/task/31117/stat : 31117 (java) S 31103 31106 29085 0 -1 1077944384 2117 0 0 0 79 0 0 0 20 0 15 0 41886385 14429134848 2940023 33554432000 4194304 4196468 140720659644336 140580400269936 140581063662210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31118] ppid=31103 vsize=14090952 memory=1296 CPUtime=0.79 cores=1,3,5,7
/proc/31106/task/31118/stat : 31118 (java) S 31103 31106 29085 0 -1 1077944384 2062 0 0 0 79 0 0 0 20 0 15 0 41886385 14429134848 2940023 33554432000 4194304 4196468 140720659644336 140580399217136 140581063662210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31119] ppid=31103 vsize=14090952 memory=11760060 CPUtime=0.49 cores=1,3,5,7
/proc/31106/task/31119/stat : 31119 (java) S 31103 31106 29085 0 -1 1077944384 2612 0 0 0 48 1 0 0 20 0 15 0 41886385 14429134848 2940023 33554432000 4194304 4196468 140720659644336 140580398164848 140581063662210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31120] ppid=31103 vsize=14090952 memory=8098715034850910314 CPUtime=0 cores=1,3,5,7
/proc/31106/task/31120/stat : 31120 (java) S 31103 31106 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41886385 14429134848 2940023 33554432000 4194304 4196468 140720659644336 140580397112288 140581063661269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
[pid=31106/tid=31121] ppid=31103 vsize=14090952 memory=7800344859672537426 CPUtime=0.01 cores=1,3,5,7
/proc/31106/task/31121/stat : 31121 (java) S 31103 31106 29085 0 -1 1077944384 795 0 0 0 0 1 0 0 20 0 15 0 41886385 14429134848 2940023 33554432000 4194304 4196468 140720659644336 140580396059056 140581063662210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 36 0 0 6293624 6294260 13058048 140720659649621 140720659649801 140720659649801 140720659652559 0
Current children cumulated CPU time: 63.41 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11760092 KiB

[startup+22.1007 s]*
/proc/loadavg: 1.75 1.69 1.68 3/202 31122
/proc/meminfo: memFree=12945564/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): 22.1443
CPU time (s): 64.601
CPU user time (s): 52.6041
CPU system time (s): 11.9968
CPU usage (%): 291.727
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 11760200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.6041
system time used= 11.9968
maximum resident set size= 11760200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 319829
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5591
involuntary context switches= 537


# summary of solver processes directly reported to runsolver:
#   pid: 31106
#   total CPU time (s): 64.601
#   total CPU user time (s): 52.6041
#   total CPU system time (s): 11.9968

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.157927 second user time and 0.270496 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-22 09:07:12
IDJOB=4291472
IDBENCH=141303
IDSOLVER=2746
FILE ID=node151/4291472-1532243232
RUNJOBID= node151-1532226532-29117
PBS_JOBID= 21018950
Free space on /tmp= 55028 MiB

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

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

MD5SUM BENCH= d2036c1580b702d26a2ba71e1295e02d
RANDOM SEED=281437586

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:        20385576 kB
MemAvailable:   31746984 kB
Buffers:          234808 kB
Cached:         11275308 kB
SwapCached:            0 kB
Active:          1254140 kB
Inactive:       10502188 kB
Active(anon):     248964 kB
Inactive(anon):    16936 kB
Active(file):    1005176 kB
Inactive(file): 10485252 kB
Unevictable:        7940 kB
Mlocked:            7940 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             45736 kB
Writeback:             0 kB
AnonPages:        254252 kB
Mapped:            48824 kB
Shmem:             17032 kB
Slab:             326704 kB
SReclaimable:     299440 kB
SUnreclaim:        27264 kB
KernelStack:        3504 kB
PageTables:         5668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1229484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    110592 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= 54992 MiB
End job on node151 at 2018-07-22 09:07:34