Trace number 4308406

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Hybrid 2018-08-14? 69.1477 24.931

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-10-4-rom_c18.xml
MD5SUM1ce90bfeea193be77ab92ac06e9a3657
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark84
Best CPU time to get the best result obtained on this benchmark2520.4
Satisfiable
(Un)Satisfiability was proved
Number of variables340
Number of constraints80
Number of domains5
Minimum domain size2
Maximum domain size102325
Distribution of domain sizes[{"size":2,"count":20},{"size":11,"count":140},{"size":27,"count":100},{"size":102325,"count":80}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":100},{"degree":2,"count":140},{"degree":8,"count":100}]
Minimum constraint arity13
Maximum constraint arity14
Distribution of constraint arities[{"arity":13,"count":20},{"arity":14,"count":60}]
Number of extensional constraints80
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":80}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.67/0.55	c version: 2018-08-14
0.67/0.55	c seed: 375280631
0.67/0.55	c timeout: 2520
0.67/0.55	c memlimit: 11000
0.67/0.55	c nbcore: 4
0.67/0.58	c Parsing instance...
68.78/24.77	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
68.78/24.77		at scala.collection.mutable.ArrayBuilder$ofLong.mkArray(ArrayBuilder.scala:388)
68.78/24.77		at scala.collection.mutable.ArrayBuilder$ofLong.resize(ArrayBuilder.scala:394)
68.78/24.77		at scala.collection.mutable.ArrayBuilder$ofLong.sizeHint(ArrayBuilder.scala:399)
68.78/24.77		at scala.Array$.fill(Array.scala:263)
69.01/24.86		at oscar.algo.reversible.ReversibleSparseBitSet$BitSet.<init>(ReversibleSparseBitSet.scala:94)
69.01/24.86		at oscar.cp.constraints.tables.TableCTStar.computeSupportsAndInitialFiltering(TableCTStar.scala:274)
69.01/24.86		at oscar.cp.constraints.tables.TableCTStar.setup(TableCTStar.scala:94)
69.01/24.86		at oscar.cp.core.CPStore.post(CPStore.scala:282)
69.01/24.86		at oscar.cp.core.CPSolver.$anonfun$add$1(CPSolver.scala:138)
69.01/24.86		at oscar.cp.core.CPSolver$$Lambda$143/1062186835.apply$mcV$sp(Unknown Source)
69.01/24.86		at oscar.algo.search.BranchingUtils.isInconsistent(BranchingUtils.scala:39)
69.01/24.86		at oscar.algo.search.BranchingUtils.isInconsistent$(BranchingUtils.scala:37)
69.01/24.86		at oscar.cp.package$.isInconsistent(package.scala:54)
69.01/24.86		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
69.01/24.86		at oscar.modeling.models.cp.CPModel.p(CPModel.scala:277)
69.01/24.86		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:336)
69.01/24.86		at oscar.modeling.models.LeafModel.add(InstantiatedModel.scala:34)
69.01/24.86		at oscar.modeling.models.LeafModel.add$(InstantiatedModel.scala:34)
69.01/24.86		at oscar.modeling.models.InstantiatedModel.add(InstantiatedModel.scala:47)
69.01/24.86		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1(InstantiatedModel.scala:54)
69.01/24.86		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1$adapted(InstantiatedModel.scala:54)
69.01/24.86		at oscar.modeling.models.InstantiatedModel$$Lambda$135/2045036434.apply(Unknown Source)
69.01/24.86		at scala.collection.immutable.List.foreach(List.scala:389)
69.01/24.86		at oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:54)
69.01/24.86		at oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
69.01/24.86		at oscar.modeling.models.operators.CPInstantiate$.apply(CPInstantiate.scala:26)
69.01/24.86		at oscar.xcsp3.competition.solvers.HybridSolver$.runSolver(HybridSolver.scala:34)
69.01/24.86		at oscar.xcsp3.competition.CompetitionApp.delayedEndpoint$oscar$xcsp3$competition$CompetitionApp$1(CompetitionApp.scala:78)
69.01/24.86		at oscar.xcsp3.competition.CompetitionApp$delayedInit$body.apply(CompetitionApp.scala:53)
69.01/24.86		at scala.Function0.apply$mcV$sp(Function0.scala:34)
69.01/24.86		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
69.01/24.86		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
69.01/24.86	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 (13114 MiB free)
  memory of node 1: 16384 MiB (4529 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308406-1534305995/watcher-4308406-1534305995 -o /tmp/evaluation-result-4308406-1534305995/solver-4308406-1534305995 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534294079-16385 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 375280631 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308406-1534305995.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
solver pid=17874, runsolver pid=17871
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 2.49 2.04 1.92 6/215 17889
/proc/meminfo: memFree=18049068/32770624 swapFree=67108524/67108860
[pid=17874] ppid=17871 vsize=14082736 memory=34116 CPUtime=0.12 cores=0,2,4,6
/proc/17874/stat : 17874 (java) S 17871 17874 16354 0 -1 1077944320 7461 0 0 0 11 1 0 0 20 0 15 0 248162744 14420721664 8529 33554432000 4194304 4196468 140733874341712 140733874324256 140702656188151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
/proc/17874/statm: 3520684 8529 3141 1 0 3482761 0
[pid=17874/tid=17876] ppid=17871 vsize=14082736 memory=-6966717417093883519 CPUtime=0.09 cores=0,2,4,6
/proc/17874/task/17876/stat : 17876 (java) R 17871 17874 16354 0 -1 4202560 5535 0 0 0 9 0 0 0 20 0 15 0 248162744 14420721664 8529 33554432000 4194304 4196468 140733874341712 140702660409360 140702656200086 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17877] ppid=17871 vsize=14082736 memory=5793855677526305209 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17877/stat : 17877 (java) S 17871 17874 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248162745 14420721664 8529 33554432000 4194304 4196468 140733874341712 140702593788816 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17878] ppid=17871 vsize=14082736 memory=140426516412032 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17878/stat : 17878 (java) S 17871 17874 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248162745 14420721664 8529 33554432000 4194304 4196468 140733874341712 140702250441488 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17879] ppid=17871 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17879/stat : 17879 (java) S 17871 17874 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248162745 14420721664 8529 33554432000 4194304 4196468 140733874341712 140702249389200 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17880] ppid=17871 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17880/stat : 17880 (java) S 17871 17874 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248162745 14420721664 8529 33554432000 4194304 4196468 140733874341712 140702248336400 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17881] ppid=17871 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17881/stat : 17881 (java) S 17871 17874 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248162746 14420721664 8529 33554432000 4194304 4196468 140733874341712 140702198315120 140702656199298 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17882] ppid=17871 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17882/stat : 17882 (java) S 17871 17874 16354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 248162747 14420721664 8529 33554432000 4194304 4196468 140733874341712 140702197261088 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17883] ppid=17871 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17883/stat : 17883 (java) S 17871 17874 16354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 248162747 14420721664 8529 33554432000 4194304 4196468 140733874341712 140702196208752 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17884] ppid=17871 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17884/stat : 17884 (java) S 17871 17874 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248162749 14420721664 8529 33554432000 4194304 4196468 140733874341712 140702195157072 140702656206747 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17885] ppid=17871 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17885/stat : 17885 (java) S 17871 17874 16354 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 248162749 14420721664 8529 33554432000 4194304 4196468 140733874341712 140702194104944 140702656199298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17886] ppid=17871 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17886/stat : 17886 (java) S 17871 17874 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248162749 14420721664 8529 33554432000 4194304 4196468 140733874341712 140702193052144 140702656199298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17887] ppid=17871 vsize=14082736 memory=140426516412032 CPUtime=0.01 cores=0,2,4,6
/proc/17874/task/17887/stat : 17887 (java) R 17871 17874 16354 0 -1 4202560 247 0 0 0 1 0 0 0 20 0 15 0 248162749 14420721664 8529 33554432000 4194304 4196468 140733874341712 140702191999856 140702640435466 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17888] ppid=17871 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17888/stat : 17888 (java) S 17871 17874 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248162749 14420721664 8529 33554432000 4194304 4196468 140733874341712 140702190947296 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17889] ppid=17871 vsize=14082736 memory=140426516412032 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17889/stat : 17889 (java) S 17871 17874 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248162750 14420721664 8529 33554432000 4194304 4196468 140733874341712 140702121978288 140702656199298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 34116 KiB

[startup+0.210784 s]*
/proc/loadavg: 2.49 2.04 1.92 7/215 17889
/proc/meminfo: memFree=18035792/32770624 swapFree=67108524/67108860
[pid=17874] ppid=17871 vsize=14082736 memory=47504 CPUtime=0.31 cores=0,2,4,6
/proc/17874/stat : 17874 (java) S 17871 17874 16354 0 -1 1077944320 10489 0 0 0 29 2 0 0 20 0 15 0 248162744 14420721664 11876 33554432000 4194304 4196468 140733874341712 140733874324256 140702656188151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
/proc/17874/statm: 3520684 11876 3364 1 0 3482761 0
[pid=17874/tid=17876] ppid=17871 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/17874/task/17876/stat : 17876 (java) R 17871 17874 16354 0 -1 4202560 8233 0 0 0 19 1 0 0 20 0 15 0 248162744 14420721664 11876 33554432000 4194304 4196468 140733874341712 140702660416464 140702640231781 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17877] ppid=17871 vsize=14082736 memory=4211974152721202570 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17877/stat : 17877 (java) S 17871 17874 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248162745 14420721664 11876 33554432000 4194304 4196468 140733874341712 140702593788816 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17878] ppid=17871 vsize=14082736 memory=140426516412032 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17878/stat : 17878 (java) S 17871 17874 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248162745 14420721664 11876 33554432000 4194304 4196468 140733874341712 140702250441488 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17879] ppid=17871 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17879/stat : 17879 (java) S 17871 17874 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248162745 14420721664 11876 33554432000 4194304 4196468 140733874341712 140702249389200 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17880] ppid=17871 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17880/stat : 17880 (java) S 17871 17874 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248162745 14420721664 11876 33554432000 4194304 4196468 140733874341712 140702248336400 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17881] ppid=17871 vsize=14082736 memory=140426516412032 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17881/stat : 17881 (java) S 17871 17874 16354 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 248162746 14420721664 11876 33554432000 4194304 4196468 140733874341712 140702198315120 140702656199298 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17882] ppid=17871 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17882/stat : 17882 (java) S 17871 17874 16354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 248162747 14420721664 11876 33554432000 4194304 4196468 140733874341712 140702197261088 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17883] ppid=17871 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17883/stat : 17883 (java) S 17871 17874 16354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 248162747 14420721664 11876 33554432000 4194304 4196468 140733874341712 140702196208752 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17884] ppid=17871 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17884/stat : 17884 (java) S 17871 17874 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248162749 14420721664 11876 33554432000 4194304 4196468 140733874341712 140702195157072 140702656206747 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17885] ppid=17871 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/17874/task/17885/stat : 17885 (java) R 17871 17874 16354 0 -1 4202560 412 0 0 0 2 0 0 0 20 0 15 0 248162749 14420721664 11876 33554432000 4194304 4196468 140733874341712 140702194104944 140702633725952 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17886] ppid=17871 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/17874/task/17886/stat : 17886 (java) R 17871 17874 16354 0 -1 4202560 195 0 0 0 1 0 0 0 20 0 15 0 248162749 14420721664 11876 33554432000 4194304 4196468 140733874341712 140702193052144 140702640577044 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17887] ppid=17871 vsize=14082736 memory=140426516412032 CPUtime=0.06 cores=0,2,4,6
/proc/17874/task/17887/stat : 17887 (java) R 17871 17874 16354 0 -1 1077944384 277 0 0 0 6 0 0 0 20 0 15 0 248162749 14420721664 11876 33554432000 4194304 4196468 140733874341712 140702191999856 140702656199298 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17888] ppid=17871 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17888/stat : 17888 (java) S 17871 17874 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248162749 14420721664 11876 33554432000 4194304 4196468 140733874341712 140702190947296 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17889] ppid=17871 vsize=14082736 memory=140426516412032 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17889/stat : 17889 (java) S 17871 17874 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248162750 14420721664 11876 33554432000 4194304 4196468 140733874341712 140702121978288 140702656199298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47504 KiB

[startup+0.310729 s]*
/proc/loadavg: 2.49 2.04 1.92 3/215 17889
/proc/meminfo: memFree=18031840/32770624 swapFree=67108524/67108860
[pid=17874] ppid=17871 vsize=14082736 memory=50988 CPUtime=0.43 cores=0,2,4,6
/proc/17874/stat : 17874 (java) S 17871 17874 16354 0 -1 1077944320 10863 0 0 0 41 2 0 0 20 0 15 0 248162744 14420721664 12747 33554432000 4194304 4196468 140733874341712 140733874324256 140702656188151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
/proc/17874/statm: 3520684 12747 3367 1 0 3482761 0
[pid=17874/tid=17876] ppid=17871 vsize=14082736 memory=4871374705135476842 CPUtime=0.3 cores=0,2,4,6
/proc/17874/task/17876/stat : 17876 (java) R 17871 17874 16354 0 -1 4202560 8584 0 0 0 28 2 0 0 20 0 15 0 248162744 14420721664 12747 33554432000 4194304 4196468 140733874341712 140702660355136 140702637751695 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17877] ppid=17871 vsize=14082736 memory=4211974152721202570 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17877/stat : 17877 (java) S 17871 17874 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248162745 14420721664 12747 33554432000 4194304 4196468 140733874341712 140702593788816 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17878] ppid=17871 vsize=14082736 memory=140426516414397 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17878/stat : 17878 (java) S 17871 17874 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248162745 14420721664 12747 33554432000 4194304 4196468 140733874341712 140702250441488 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17879] ppid=17871 vsize=14082736 memory=140426371787250 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17879/stat : 17879 (java) S 17871 17874 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248162745 14420721664 12747 33554432000 4194304 4196468 140733874341712 140702249389200 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17880] ppid=17871 vsize=14082736 memory=140426371780047 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17880/stat : 17880 (java) S 17871 17874 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248162745 14420721664 12747 33554432000 4194304 4196468 140733874341712 140702248336400 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17881] ppid=17871 vsize=14082736 memory=140426516428413 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17881/stat : 17881 (java) S 17871 17874 16354 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 248162746 14420721664 12747 33554432000 4194304 4196468 140733874341712 140702198315120 140702656199298 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17882] ppid=17871 vsize=14082736 memory=140426371789263 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17882/stat : 17882 (java) S 17871 17874 16354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 248162747 14420721664 12747 33554432000 4194304 4196468 140733874341712 140702197261088 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17883] ppid=17871 vsize=14082736 memory=280852743569296 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17883/stat : 17883 (java) S 17871 17874 16354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 248162747 14420721664 12747 33554432000 4194304 4196468 140733874341712 140702196208752 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17884] ppid=17871 vsize=14082736 memory=280852743566960 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17884/stat : 17884 (java) S 17871 17874 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248162749 14420721664 12747 33554432000 4194304 4196468 140733874341712 140702195157072 140702656206747 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17885] ppid=17871 vsize=14082736 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/17874/task/17885/stat : 17885 (java) S 17871 17874 16354 0 -1 1077944384 417 0 0 0 3 0 0 0 20 0 15 0 248162749 14420721664 12747 33554432000 4194304 4196468 140733874341712 140702194104944 140702656199298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17886] ppid=17871 vsize=14082736 memory=2240 CPUtime=0.01 cores=0,2,4,6
/proc/17874/task/17886/stat : 17886 (java) S 17871 17874 16354 0 -1 1077944384 196 0 0 0 1 0 0 0 20 0 15 0 248162749 14420721664 12747 33554432000 4194304 4196468 140733874341712 140702193052144 140702656199298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17887] ppid=17871 vsize=14082736 memory=140426516412032 CPUtime=0.08 cores=0,2,4,6
/proc/17874/task/17887/stat : 17887 (java) S 17871 17874 16354 0 -1 1077944384 284 0 0 0 8 0 0 0 20 0 15 0 248162749 14420721664 12747 33554432000 4194304 4196468 140733874341712 140702191999856 140702656199298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17888] ppid=17871 vsize=14082736 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17888/stat : 17888 (java) S 17871 17874 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248162749 14420721664 12747 33554432000 4194304 4196468 140733874341712 140702190947296 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17889] ppid=17871 vsize=14082736 memory=140426516412032 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17889/stat : 17889 (java) S 17871 17874 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248162750 14420721664 12747 33554432000 4194304 4196468 140733874341712 140702121978288 140702656199298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50988 KiB

[startup+0.700743 s]
/proc/loadavg: 2.49 2.04 1.92 3/215 17889
/proc/meminfo: memFree=18010192/32770624 swapFree=67108524/67108860
[pid=17874] ppid=17871 vsize=14084804 memory=90864 CPUtime=0.99 cores=0,2,4,6
/proc/17874/stat : 17874 (java) S 17871 17874 16354 0 -1 1077944320 17573 0 0 0 95 4 0 0 20 0 15 0 248162744 14422839296 22716 33554432000 4194304 4196468 140733874341712 140733874324256 140702656188151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
/proc/17874/statm: 3521201 22716 3497 1 0 3483273 0
[pid=17874/tid=17876] ppid=17871 vsize=14084804 memory=1120 CPUtime=0.67 cores=0,2,4,6
/proc/17874/task/17876/stat : 17876 (java) R 17871 17874 16354 0 -1 4202560 14894 0 0 0 64 3 0 0 20 0 15 0 248162744 14422839296 22716 33554432000 4194304 4196468 140733874341712 140702660409776 140702274723900 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17877] ppid=17871 vsize=14084804 memory=6068 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17877/stat : 17877 (java) S 17871 17874 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248162745 14422839296 22716 33554432000 4194304 4196468 140733874341712 140702593788816 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17878] ppid=17871 vsize=14084804 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17878/stat : 17878 (java) S 17871 17874 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248162745 14422839296 22716 33554432000 4194304 4196468 140733874341712 140702250441488 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17879] ppid=17871 vsize=14084804 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17879/stat : 17879 (java) S 17871 17874 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248162745 14422839296 22716 33554432000 4194304 4196468 140733874341712 140702249389200 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17880] ppid=17871 vsize=14084804 memory=7957390390475708010 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17880/stat : 17880 (java) S 17871 17874 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248162745 14422839296 22716 33554432000 4194304 4196468 140733874341712 140702248336400 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17881] ppid=17871 vsize=14084804 memory=5787213848606435153 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17881/stat : 17881 (java) S 17871 17874 16354 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 248162746 14422839296 22716 33554432000 4194304 4196468 140733874341712 140702198315120 140702656199298 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17882] ppid=17871 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17882/stat : 17882 (java) S 17871 17874 16354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 248162747 14422839296 22716 33554432000 4194304 4196468 140733874341712 140702197261088 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17883] ppid=17871 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17883/stat : 17883 (java) S 17871 17874 16354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 248162747 14422839296 22716 33554432000 4194304 4196468 140733874341712 140702196208752 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17884] ppid=17871 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17884/stat : 17884 (java) S 17871 17874 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248162749 14422839296 22716 33554432000 4194304 4196468 140733874341712 140702195157072 140702656206747 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17885] ppid=17871 vsize=14084804 memory=222 CPUtime=0.07 cores=0,2,4,6
/proc/17874/task/17885/stat : 17885 (java) S 17871 17874 16354 0 -1 1077944384 553 0 0 0 7 0 0 0 20 0 15 0 248162749 14422839296 22716 33554432000 4194304 4196468 140733874341712 140702194104944 140702656199298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17886] ppid=17871 vsize=14084804 memory=7 CPUtime=0.08 cores=0,2,4,6
/proc/17874/task/17886/stat : 17886 (java) S 17871 17874 16354 0 -1 1077944384 378 0 0 0 8 0 0 0 20 0 15 0 248162749 14422839296 22716 33554432000 4194304 4196468 140733874341712 140702193052144 140702656199298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17887] ppid=17871 vsize=14084804 memory=704 CPUtime=0.15 cores=0,2,4,6
/proc/17874/task/17887/stat : 17887 (java) S 17871 17874 16354 0 -1 1077944384 366 0 0 0 15 0 0 0 20 0 15 0 248162749 14422839296 22716 33554432000 4194304 4196468 140733874341712 140702191999856 140702656199298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17888] ppid=17871 vsize=14084804 memory=280852743753200 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17888/stat : 17888 (java) S 17871 17874 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248162749 14422839296 22716 33554432000 4194304 4196468 140733874341712 140702190947296 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17889] ppid=17871 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17889/stat : 17889 (java) S 17871 17874 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248162750 14422839296 22716 33554432000 4194304 4196468 140733874341712 140702121978288 140702656199298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 90864 KiB

[startup+1.50095 s]
/proc/loadavg: 2.49 2.04 1.92 6/215 17889
/proc/meminfo: memFree=17795844/32770624 swapFree=67108524/67108860
[pid=17874] ppid=17871 vsize=14086852 memory=414084 CPUtime=2.7 cores=0,2,4,6
/proc/17874/stat : 17874 (java) S 17871 17874 16354 0 -1 1077944320 19356 0 0 0 250 20 0 0 20 0 15 0 248162744 14424936448 103521 33554432000 4194304 4196468 140733874341712 140733874324256 140702656188151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
/proc/17874/statm: 3521713 103521 3554 1 0 3483785 0
[pid=17874/tid=17876] ppid=17871 vsize=14086852 memory=0 CPUtime=1.41 cores=0,2,4,6
/proc/17874/task/17876/stat : 17876 (java) R 17871 17874 16354 0 -1 4202560 15350 0 0 0 133 8 0 0 20 0 15 0 248162744 14424936448 103521 33554432000 4194304 4196468 140733874341712 140702660422136 140702276470432 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17877] ppid=17871 vsize=14086852 memory=-6585528546044026665 CPUtime=0.05 cores=0,2,4,6
/proc/17874/task/17877/stat : 17877 (java) S 17871 17874 16354 0 -1 1077944384 58 0 0 0 3 2 0 0 20 0 15 0 248162745 14424936448 103521 33554432000 4194304 4196468 140733874341712 140702593788816 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17878] ppid=17871 vsize=14086852 memory=-5862946231258080359 CPUtime=0.05 cores=0,2,4,6
/proc/17874/task/17878/stat : 17878 (java) S 17871 17874 16354 0 -1 1077944384 142 0 0 0 3 2 0 0 20 0 15 0 248162745 14424936448 103521 33554432000 4194304 4196468 140733874341712 140702250441488 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17879] ppid=17871 vsize=14086852 memory=-7449070711462646318 CPUtime=0.05 cores=0,2,4,6
/proc/17874/task/17879/stat : 17879 (java) S 17871 17874 16354 0 -1 1077944384 116 0 0 0 3 2 0 0 20 0 15 0 248162745 14424936448 103521 33554432000 4194304 4196468 140733874341712 140702249389200 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17880] ppid=17871 vsize=14086852 memory=4947091630708333440 CPUtime=0.05 cores=0,2,4,6
/proc/17874/task/17880/stat : 17880 (java) S 17871 17874 16354 0 -1 1077944384 55 0 0 0 3 2 0 0 20 0 15 0 248162745 14424936448 103521 33554432000 4194304 4196468 140733874341712 140702248336400 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17881] ppid=17871 vsize=14086852 memory=-3472574513799858008 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17881/stat : 17881 (java) S 17871 17874 16354 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 248162746 14424936448 103521 33554432000 4194304 4196468 140733874341712 140702198315120 140702656199298 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0

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


[startup+22.6007 s]
/proc/loadavg: 2.56 2.08 1.94 6/215 17889
/proc/meminfo: memFree=6399396/32770624 swapFree=67108524/67108860
[pid=17874] ppid=17871 vsize=14088900 memory=11657184 CPUtime=61 cores=0,2,4,6
/proc/17874/stat : 17874 (java) S 17871 17874 16354 0 -1 1077944320 268426 0 0 0 4997 1103 0 0 20 0 15 0 248162744 14427033600 2914296 33554432000 4194304 4196468 140733874341712 140733874324256 140702656188151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
/proc/17874/statm: 3522225 2914296 3591 1 0 3484297 0
[pid=17874/tid=17876] ppid=17871 vsize=14088900 memory=6791534058613427641 CPUtime=9.52 cores=0,2,4,6
/proc/17874/task/17876/stat : 17876 (java) S 17871 17874 16354 0 -1 1077944384 27176 0 0 0 931 21 0 0 20 0 15 0 248162744 14427033600 2914296 33554432000 4194304 4196468 140733874341712 140702660423744 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17877] ppid=17871 vsize=14088900 memory=7302425603065275495 CPUtime=12.12 cores=0,2,4,6
/proc/17874/task/17877/stat : 17877 (java) R 17871 17874 16354 0 -1 4202560 47514 0 0 0 923 289 0 0 20 0 15 0 248162745 14427033600 2914296 33554432000 4194304 4196468 140733874341712 140702593788624 140702648816359 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17878] ppid=17871 vsize=14088900 memory=7810481338723427685 CPUtime=12.08 cores=0,2,4,6
/proc/17874/task/17878/stat : 17878 (java) R 17871 17874 16354 0 -1 4202560 85320 0 0 0 942 266 0 0 20 0 15 0 248162745 14427033600 2914296 33554432000 4194304 4196468 140733874341712 140702250441488 140702649284876 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17879] ppid=17871 vsize=14088900 memory=7230365835891467367 CPUtime=12.07 cores=0,2,4,6
/proc/17874/task/17879/stat : 17879 (java) R 17871 17874 16354 0 -1 4202560 40817 0 0 0 967 240 0 0 20 0 15 0 248162745 14427033600 2914296 33554432000 4194304 4196468 140733874341712 140702249389320 140702648816359 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17880] ppid=17871 vsize=14088900 memory=7230365835891467367 CPUtime=12.07 cores=0,2,4,6
/proc/17874/task/17880/stat : 17880 (java) R 17871 17874 16354 0 -1 4202560 44461 0 0 0 929 278 0 0 20 0 15 0 248162745 14427033600 2914296 33554432000 4194304 4196468 140733874341712 140702248336208 140702648816359 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17881] ppid=17871 vsize=14088900 memory=1828 CPUtime=0.88 cores=0,2,4,6
/proc/17874/task/17881/stat : 17881 (java) S 17871 17874 16354 0 -1 1077944384 16590 0 0 0 86 2 0 0 20 0 15 0 248162746 14427033600 2914296 33554432000 4194304 4196468 140733874341712 140702198313680 140702656198357 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17882] ppid=17871 vsize=14088900 memory=1120 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17882/stat : 17882 (java) S 17871 17874 16354 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 248162747 14427033600 2914296 33554432000 4194304 4196468 140733874341712 140702197261152 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17883] ppid=17871 vsize=14088900 memory=6068 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17883/stat : 17883 (java) S 17871 17874 16354 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 248162747 14427033600 2914296 33554432000 4194304 4196468 140733874341712 140702196208768 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17884] ppid=17871 vsize=14088900 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17884/stat : 17884 (java) S 17871 17874 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248162749 14427033600 2914296 33554432000 4194304 4196468 140733874341712 140702195157072 140702656206747 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17885] ppid=17871 vsize=14088900 memory=4004 CPUtime=0.79 cores=0,2,4,6
/proc/17874/task/17885/stat : 17885 (java) S 17871 17874 16354 0 -1 1077944384 1568 0 0 0 79 0 0 0 20 0 15 0 248162749 14427033600 2914296 33554432000 4194304 4196468 140733874341712 140702194104944 140702656199298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17886] ppid=17871 vsize=14088900 memory=3516 CPUtime=0.87 cores=0,2,4,6
/proc/17874/task/17886/stat : 17886 (java) S 17871 17874 16354 0 -1 1077944384 1406 0 0 0 87 0 0 0 20 0 15 0 248162749 14427033600 2914296 33554432000 4194304 4196468 140733874341712 140702193052144 140702656199298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17887] ppid=17871 vsize=14088900 memory=872 CPUtime=0.49 cores=0,2,4,6
/proc/17874/task/17887/stat : 17887 (java) S 17871 17874 16354 0 -1 1077944384 1768 0 0 0 48 1 0 0 20 0 15 0 248162749 14427033600 2914296 33554432000 4194304 4196468 140733874341712 140702191999856 140702656199298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17888] ppid=17871 vsize=14088900 memory=1288 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17888/stat : 17888 (java) S 17871 17874 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248162749 14427033600 2914296 33554432000 4194304 4196468 140733874341712 140702190947296 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17889] ppid=17871 vsize=14088900 memory=11486140 CPUtime=0.01 cores=0,2,4,6
/proc/17874/task/17889/stat : 17889 (java) S 17871 17874 16354 0 -1 1077944384 426 0 0 0 1 0 0 0 20 0 15 0 248162750 14427033600 2914296 33554432000 4194304 4196468 140733874341712 140702121978288 140702656199298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
Current children cumulated CPU time: 61 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11657184 KiB

[startup+24.201 s]*
/proc/loadavg: 2.76 2.13 1.96 7/215 17889
/proc/meminfo: memFree=6397784/32770624 swapFree=67108524/67108860
[pid=17874] ppid=17871 vsize=14088900 memory=11657204 CPUtime=67.02 cores=0,2,4,6
/proc/17874/stat : 17874 (java) S 17871 17874 16354 0 -1 1077944320 288662 0 0 0 5596 1106 0 0 20 0 15 0 248162744 14427033600 2914301 33554432000 4194304 4196468 140733874341712 140733874324256 140702656188151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
/proc/17874/statm: 3522225 2914301 3591 1 0 3484297 0
[pid=17874/tid=17876] ppid=17871 vsize=14088900 memory=6791534058613427641 CPUtime=9.52 cores=0,2,4,6
/proc/17874/task/17876/stat : 17876 (java) S 17871 17874 16354 0 -1 1077944384 27189 0 0 0 931 21 0 0 20 0 15 0 248162744 14427033600 2914301 33554432000 4194304 4196468 140733874341712 140702660423744 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17877] ppid=17871 vsize=14088900 memory=3977295499660704336 CPUtime=13.59 cores=0,2,4,6
/proc/17874/task/17877/stat : 17877 (java) R 17871 17874 16354 0 -1 4202560 47845 0 0 0 1069 290 0 0 20 0 15 0 248162745 14427033600 2914301 33554432000 4194304 4196468 140733874341712 140702593789016 140702641139250 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17878] ppid=17871 vsize=14088900 memory=3618255185707985337 CPUtime=13.61 cores=0,2,4,6
/proc/17874/task/17878/stat : 17878 (java) R 17871 17874 16354 0 -1 4202560 97174 0 0 0 1094 267 0 0 20 0 15 0 248162745 14427033600 2914301 33554432000 4194304 4196468 140733874341712 140702250441488 140702641139278 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17879] ppid=17871 vsize=14088900 memory=-7965668622128159392 CPUtime=13.53 cores=0,2,4,6
/proc/17874/task/17879/stat : 17879 (java) R 17871 17874 16354 0 -1 4202560 40858 0 0 0 1113 240 0 0 20 0 15 0 248162745 14427033600 2914301 33554432000 4194304 4196468 140733874341712 140702249389400 140702641139278 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17880] ppid=17871 vsize=14088900 memory=3472328296227680303 CPUtime=13.54 cores=0,2,4,6
/proc/17874/task/17880/stat : 17880 (java) R 17871 17874 16354 0 -1 4202560 46090 0 0 0 1075 279 0 0 20 0 15 0 248162745 14427033600 2914301 33554432000 4194304 4196468 140733874341712 140702248336400 140702641139250 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17881] ppid=17871 vsize=14088900 memory=140426516412032 CPUtime=0.96 cores=0,2,4,6
/proc/17874/task/17881/stat : 17881 (java) S 17871 17874 16354 0 -1 1077944384 22925 0 0 0 94 2 0 0 20 0 15 0 248162746 14427033600 2914301 33554432000 4194304 4196468 140733874341712 140702198313440 140702656198357 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17882] ppid=17871 vsize=14088900 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17882/stat : 17882 (java) S 17871 17874 16354 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 248162747 14427033600 2914301 33554432000 4194304 4196468 140733874341712 140702197260688 140702656199298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17883] ppid=17871 vsize=14088900 memory=7234561554845295703 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17883/stat : 17883 (java) S 17871 17874 16354 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 248162747 14427033600 2914301 33554432000 4194304 4196468 140733874341712 140702196208768 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17884] ppid=17871 vsize=14088900 memory=7378983553979662436 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17884/stat : 17884 (java) S 17871 17874 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248162749 14427033600 2914301 33554432000 4194304 4196468 140733874341712 140702195157072 140702656206747 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17885] ppid=17871 vsize=14088900 memory=0 CPUtime=0.79 cores=0,2,4,6
/proc/17874/task/17885/stat : 17885 (java) S 17871 17874 16354 0 -1 1077944384 1570 0 0 0 79 0 0 0 20 0 15 0 248162749 14427033600 2914301 33554432000 4194304 4196468 140733874341712 140702194104944 140702656199298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17886] ppid=17871 vsize=14088900 memory=3539891095405344055 CPUtime=0.87 cores=0,2,4,6
/proc/17874/task/17886/stat : 17886 (java) S 17871 17874 16354 0 -1 1077944384 1412 0 0 0 87 0 0 0 20 0 15 0 248162749 14427033600 2914301 33554432000 4194304 4196468 140733874341712 140702193052144 140702656199298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17887] ppid=17871 vsize=14088900 memory=140426516412032 CPUtime=0.49 cores=0,2,4,6
/proc/17874/task/17887/stat : 17887 (java) S 17871 17874 16354 0 -1 1077944384 1771 0 0 0 48 1 0 0 20 0 15 0 248162749 14427033600 2914301 33554432000 4194304 4196468 140733874341712 140702191999856 140702656199298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17888] ppid=17871 vsize=14088900 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17888/stat : 17888 (java) S 17871 17874 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248162749 14427033600 2914301 33554432000 4194304 4196468 140733874341712 140702190947296 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17889] ppid=17871 vsize=14088900 memory=280852888558312 CPUtime=0.01 cores=0,2,4,6
/proc/17874/task/17889/stat : 17889 (java) S 17871 17874 16354 0 -1 1077944384 440 0 0 0 1 0 0 0 20 0 15 0 248162750 14427033600 2914301 33554432000 4194304 4196468 140733874341712 140702121978288 140702656199298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
Current children cumulated CPU time: 67.02 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11657204 KiB

[startup+24.6059 s]
/proc/loadavg: 2.76 2.13 1.96 7/215 17889
/proc/meminfo: memFree=6397784/32770624 swapFree=67108524/67108860
[pid=17874] ppid=17871 vsize=14088900 memory=11657236 CPUtime=68.4 cores=0,2,4,6
/proc/17874/stat : 17874 (java) S 17871 17874 16354 0 -1 1077944320 302549 0 0 0 5733 1107 0 0 20 0 15 0 248162744 14427033600 2914309 33554432000 4194304 4196468 140733874341712 140733874324256 140702656188151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
/proc/17874/statm: 3522225 2914309 3591 1 0 3484297 0
[pid=17874/tid=17876] ppid=17871 vsize=14088900 memory=67496 CPUtime=9.52 cores=0,2,4,6
/proc/17874/task/17876/stat : 17876 (java) S 17871 17874 16354 0 -1 1077944384 27189 0 0 0 931 21 0 0 20 0 15 0 248162744 14427033600 2914309 33554432000 4194304 4196468 140733874341712 140702660423744 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17877] ppid=17871 vsize=14088900 memory=11657184 CPUtime=13.91 cores=0,2,4,6
/proc/17874/task/17877/stat : 17877 (java) R 17871 17874 16354 0 -1 4202560 48824 0 0 0 1101 290 0 0 20 0 15 0 248162745 14427033600 2914309 33554432000 4194304 4196468 140733874341712 140702593788816 140702641184797 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17878] ppid=17871 vsize=14088900 memory=6791534058613427641 CPUtime=13.94 cores=0,2,4,6
/proc/17874/task/17878/stat : 17878 (java) R 17871 17874 16354 0 -1 4202560 97395 0 0 0 1127 267 0 0 20 0 15 0 248162745 14427033600 2914309 33554432000 4194304 4196468 140733874341712 140702250441488 140702641184806 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17879] ppid=17871 vsize=14088900 memory=14888 CPUtime=13.87 cores=0,2,4,6
/proc/17874/task/17879/stat : 17879 (java) R 17871 17874 16354 0 -1 4202560 46149 0 0 0 1146 241 0 0 20 0 15 0 248162745 14427033600 2914309 33554432000 4194304 4196468 140733874341712 140702249389400 140702641184797 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17880] ppid=17871 vsize=14088900 memory=37404 CPUtime=13.88 cores=0,2,4,6
/proc/17874/task/17880/stat : 17880 (java) R 17871 17874 16354 0 -1 4202560 48880 0 0 0 1108 280 0 0 20 0 15 0 248162745 14427033600 2914309 33554432000 4194304 4196468 140733874341712 140702248336400 140702641184797 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17881] ppid=17871 vsize=14088900 memory=3312 CPUtime=1.03 cores=0,2,4,6
/proc/17874/task/17881/stat : 17881 (java) S 17871 17874 16354 0 -1 1077944384 27531 0 0 0 101 2 0 0 20 0 15 0 248162746 14427033600 2914309 33554432000 4194304 4196468 140733874341712 140702198313680 140702656198357 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17882] ppid=17871 vsize=14088900 memory=15708 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17882/stat : 17882 (java) S 17871 17874 16354 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 248162747 14427033600 2914309 33554432000 4194304 4196468 140733874341712 140702197260688 140702656199298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17883] ppid=17871 vsize=14088900 memory=1620 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17883/stat : 17883 (java) S 17871 17874 16354 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 248162747 14427033600 2914309 33554432000 4194304 4196468 140733874341712 140702196208768 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17884] ppid=17871 vsize=14088900 memory=504 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17884/stat : 17884 (java) S 17871 17874 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248162749 14427033600 2914309 33554432000 4194304 4196468 140733874341712 140702195157072 140702656206747 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17885] ppid=17871 vsize=14088900 memory=924 CPUtime=0.79 cores=0,2,4,6
/proc/17874/task/17885/stat : 17885 (java) S 17871 17874 16354 0 -1 1077944384 1570 0 0 0 79 0 0 0 20 0 15 0 248162749 14427033600 2914309 33554432000 4194304 4196468 140733874341712 140702194104944 140702656199298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17886] ppid=17871 vsize=14088900 memory=1168 CPUtime=0.87 cores=0,2,4,6
/proc/17874/task/17886/stat : 17886 (java) S 17871 17874 16354 0 -1 1077944384 1412 0 0 0 87 0 0 0 20 0 15 0 248162749 14427033600 2914309 33554432000 4194304 4196468 140733874341712 140702193052144 140702656199298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17887] ppid=17871 vsize=14088900 memory=2132 CPUtime=0.49 cores=0,2,4,6
/proc/17874/task/17887/stat : 17887 (java) S 17871 17874 16354 0 -1 1077944384 1771 0 0 0 48 1 0 0 20 0 15 0 248162749 14427033600 2914309 33554432000 4194304 4196468 140733874341712 140702191999856 140702656199298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17888] ppid=17871 vsize=14088900 memory=2180 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17888/stat : 17888 (java) S 17871 17874 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248162749 14427033600 2914309 33554432000 4194304 4196468 140733874341712 140702190947296 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17889] ppid=17871 vsize=14088900 memory=924 CPUtime=0.01 cores=0,2,4,6
/proc/17874/task/17889/stat : 17889 (java) S 17871 17874 16354 0 -1 1077944384 440 0 0 0 1 0 0 0 20 0 15 0 248162750 14427033600 2914309 33554432000 4194304 4196468 140733874341712 140702121978288 140702656199298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
Current children cumulated CPU time: 68.4 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11657236 KiB

[startup+24.803 s]
/proc/loadavg: 2.76 2.13 1.96 7/215 17889
/proc/meminfo: memFree=6397784/32770624 swapFree=67108524/67108860
[pid=17874] ppid=17871 vsize=14088900 memory=11657296 CPUtime=69.01 cores=0,2,4,6
/proc/17874/stat : 17874 (java) S 17871 17874 16354 0 -1 1077944320 302728 0 0 0 5794 1107 0 0 20 0 15 0 248162744 14427033600 2914324 33554432000 4194304 4196468 140733874341712 140733874324256 140702656188151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
/proc/17874/statm: 3522225 2914324 3592 1 0 3484297 0
[pid=17874/tid=17876] ppid=17871 vsize=14088900 memory=6791534058613427641 CPUtime=9.52 cores=0,2,4,6
/proc/17874/task/17876/stat : 17876 (java) S 17871 17874 16354 0 -1 1077944384 27266 0 0 0 931 21 0 0 20 0 15 0 248162744 14427033600 2914324 33554432000 4194304 4196468 140733874341712 140702660427856 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17877] ppid=17871 vsize=14088900 memory=3848439566438768672 CPUtime=14.05 cores=0,2,4,6
/proc/17874/task/17877/stat : 17877 (java) R 17871 17874 16354 0 -1 4202560 48846 0 0 0 1115 290 0 0 20 0 15 0 248162745 14427033600 2914324 33554432000 4194304 4196468 140733874341712 140702593788816 140702641184743 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17878] ppid=17871 vsize=14088900 memory=-7023579799431922829 CPUtime=14.08 cores=0,2,4,6
/proc/17874/task/17878/stat : 17878 (java) R 17871 17874 16354 0 -1 4202560 97407 0 0 0 1141 267 0 0 20 0 15 0 248162745 14427033600 2914324 33554432000 4194304 4196468 140733874341712 140702250441488 140702640886848 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17879] ppid=17871 vsize=14088900 memory=-8486080722631693414 CPUtime=14 cores=0,2,4,6
/proc/17874/task/17879/stat : 17879 (java) R 17871 17874 16354 0 -1 4202560 46211 0 0 0 1159 241 0 0 20 0 15 0 248162745 14427033600 2914324 33554432000 4194304 4196468 140733874341712 140702249389320 140702648816359 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17880] ppid=17871 vsize=14088900 memory=3047711553219693942 CPUtime=14.02 cores=0,2,4,6
/proc/17874/task/17880/stat : 17880 (java) R 17871 17874 16354 0 -1 4202560 48883 0 0 0 1122 280 0 0 20 0 15 0 248162745 14427033600 2914324 33554432000 4194304 4196468 140733874341712 140702248336400 140702648816359 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17881] ppid=17871 vsize=14088900 memory=4426639978525455914 CPUtime=1.08 cores=0,2,4,6
/proc/17874/task/17881/stat : 17881 (java) S 17871 17874 16354 0 -1 1077944384 27534 0 0 0 106 2 0 0 20 0 15 0 248162746 14427033600 2914324 33554432000 4194304 4196468 140733874341712 140702198313664 140702656198357 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17882] ppid=17871 vsize=14088900 memory=-7521736447810188379 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17882/stat : 17882 (java) S 17871 17874 16354 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 248162747 14427033600 2914324 33554432000 4194304 4196468 140733874341712 140702197261152 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17883] ppid=17871 vsize=14088900 memory=8328453600958622283 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17883/stat : 17883 (java) S 17871 17874 16354 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 248162747 14427033600 2914324 33554432000 4194304 4196468 140733874341712 140702196208768 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17884] ppid=17871 vsize=14088900 memory=-8412652160765825907 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17884/stat : 17884 (java) S 17871 17874 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248162749 14427033600 2914324 33554432000 4194304 4196468 140733874341712 140702195157072 140702656206747 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17885] ppid=17871 vsize=14088900 memory=7897517683652307531 CPUtime=0.79 cores=0,2,4,6
/proc/17874/task/17885/stat : 17885 (java) S 17871 17874 16354 0 -1 1077944384 1570 0 0 0 79 0 0 0 20 0 15 0 248162749 14427033600 2914324 33554432000 4194304 4196468 140733874341712 140702194104944 140702656199298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17886] ppid=17871 vsize=14088900 memory=-8634980985311628903 CPUtime=0.87 cores=0,2,4,6
/proc/17874/task/17886/stat : 17886 (java) S 17871 17874 16354 0 -1 1077944384 1412 0 0 0 87 0 0 0 20 0 15 0 248162749 14427033600 2914324 33554432000 4194304 4196468 140733874341712 140702193052144 140702656199298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17887] ppid=17871 vsize=14088900 memory=7100839878645619564 CPUtime=0.49 cores=0,2,4,6
/proc/17874/task/17887/stat : 17887 (java) S 17871 17874 16354 0 -1 1077944384 1771 0 0 0 48 1 0 0 20 0 15 0 248162749 14427033600 2914324 33554432000 4194304 4196468 140733874341712 140702191999856 140702656199298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17888] ppid=17871 vsize=14088900 memory=8514726395715349656 CPUtime=0 cores=0,2,4,6
/proc/17874/task/17888/stat : 17888 (java) S 17871 17874 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248162749 14427033600 2914324 33554432000 4194304 4196468 140733874341712 140702190947296 140702656198357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
[pid=17874/tid=17889] ppid=17871 vsize=14088900 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/17874/task/17889/stat : 17889 (java) S 17871 17874 16354 0 -1 1077944384 440 0 0 0 1 0 0 0 20 0 15 0 248162750 14427033600 2914324 33554432000 4194304 4196468 140733874341712 140702121978288 140702656199298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24854528 140733874345045 140733874345225 140733874345225 140733874347983 0
Current children cumulated CPU time: 69.01 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11657296 KiB

[startup+24.901 s]*
/proc/loadavg: 2.76 2.13 1.96 3/202 17890
/proc/meminfo: memFree=13308532/32770624 swapFree=67108524/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): 24.931
CPU time (s): 69.1477
CPU user time (s): 58.001
CPU system time (s): 11.1466
CPU usage (%): 277.356
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 11657296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.001
system time used= 11.1466
maximum resident set size= 11657296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 302833
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= 5697
involuntary context switches= 587


# summary of solver processes directly reported to runsolver:
#   pid: 17874
#   total CPU time (s): 69.1477
#   total CPU user time (s): 58.001
#   total CPU system time (s): 11.1466

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.191695 second user time and 0.288698 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-15 06:06:35
IDJOB=4308406
IDBENCH=141306
IDSOLVER=2792
FILE ID=node107/4308406-1534305995
RUNJOBID= node107-1534294079-16385
PBS_JOBID= 21038147
Free space on /tmp= 42148 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-10-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-4308406-1534305995/watcher-4308406-1534305995 -o /tmp/evaluation-result-4308406-1534305995/solver-4308406-1534305995 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534294079-16385 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 375280631 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308406-1534305995.xml

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

MD5SUM BENCH= 1ce90bfeea193be77ab92ac06e9a3657
RANDOM SEED=375280631

node107.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.40
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.40
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.40
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.40
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:        18067392 kB
MemAvailable:   25379540 kB
Buffers:          202032 kB
Cached:          7338912 kB
SwapCached:           20 kB
Active:         10600812 kB
Inactive:        3500620 kB
Active(anon):    6509828 kB
Inactive(anon):   111372 kB
Active(file):    4090984 kB
Inactive(file):  3389248 kB
Unevictable:        6980 kB
Mlocked:            6980 kB
SwapTotal:      67108860 kB
SwapFree:       67108524 kB
Dirty:             64140 kB
Writeback:             0 kB
AnonPages:       6610516 kB
Mapped:            68280 kB
Shmem:             57824 kB
Slab:             289232 kB
SReclaimable:     260376 kB
SUnreclaim:        28856 kB
KernelStack:        3840 kB
PageTables:        18036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7271960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6270976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 42112 MiB
End job on node107 at 2018-08-15 06:07:01