Trace number 4290267

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 - Conflict Ordering with restarts 2018-07-02? 505.368 165.316

General information on the benchmark

NameGraphColoring/
GraphColoring-qg-order60_c18.xml
MD5SUM2b7bed68bca9665ed3be29de24764d77
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark59
Best CPU time to get the best result obtained on this benchmark2519.69
Satisfiable
(Un)Satisfiability was proved
Number of variables3600
Number of constraints212400
Number of domains1
Minimum domain size3600
Maximum domain size3600
Distribution of domain sizes[{"size":3600,"count":3600}]
Minimum variable degree119
Maximum variable degree119
Distribution of variable degrees[{"degree":119,"count":3600}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":212400}]
Number of extensional constraints0
Number of intensional constraints212400
Distribution of constraint types[{"type":"intension","count":212400}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.67/0.55	c version: 2018-07-02
0.67/0.56	c seed: 639785823
0.67/0.56	c timeout: 2400
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
504.70/165.09	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
504.70/165.09		at scala.collection.mutable.ArrayBuilder$ofInt.mkArray(ArrayBuilder.scala:323)
504.70/165.09		at scala.collection.mutable.ArrayBuilder$ofInt.resize(ArrayBuilder.scala:329)
504.70/165.09		at scala.collection.mutable.ArrayBuilder$ofInt.sizeHint(ArrayBuilder.scala:334)
504.70/165.09		at scala.Array$.tabulate(Array.scala:327)
504.70/165.09		at oscar.cp.core.variables.CPIntVarAdaptable.oscar$cp$core$variables$CPIntVarAdaptable$$buildSparse(CPIntVarAdaptable.scala:276)
504.70/165.09		at oscar.cp.core.variables.CPIntVarAdaptable.removeContinuous(CPIntVarAdaptable.scala:267)
504.70/165.09		at oscar.cp.core.variables.CPIntVarAdaptable.removeValue(CPIntVarAdaptable.scala:259)
504.70/165.09		at oscar.cp.constraints.DiffVal.setup(DiffVal.scala:10)
504.70/165.09		at oscar.cp.core.CPStore.post(CPStore.scala:282)
504.70/165.09		at oscar.cp.core.CPSolver.$anonfun$add$1(CPSolver.scala:138)
504.70/165.09		at oscar.cp.core.CPSolver$$Lambda$215/1923232046.apply$mcV$sp(Unknown Source)
504.70/165.09		at oscar.algo.search.BranchingUtils.isInconsistent(BranchingUtils.scala:39)
504.70/165.09		at oscar.algo.search.BranchingUtils.isInconsistent$(BranchingUtils.scala:37)
505.24/165.27		at oscar.cp.package$.isInconsistent(package.scala:54)
505.24/165.27		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
505.24/165.27		at oscar.cp.core.CPSolver.add(CPSolver.scala:144)
505.24/165.27		at oscar.modeling.models.cp.CPModel.postConstraintForPossibleConstant(CPModel.scala:706)
505.24/165.27		at oscar.modeling.models.cp.CPModel.postBooleanExpression(CPModel.scala:431)
505.24/165.27		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:309)
505.24/165.27		at oscar.modeling.models.LeafModel.add(InstantiatedModel.scala:34)
505.24/165.27		at oscar.modeling.models.LeafModel.add$(InstantiatedModel.scala:34)
505.24/165.27		at oscar.modeling.models.InstantiatedModel.add(InstantiatedModel.scala:47)
505.24/165.27		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1(InstantiatedModel.scala:54)
505.24/165.27		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1$adapted(InstantiatedModel.scala:54)
505.24/165.27		at oscar.modeling.models.InstantiatedModel$$Lambda$212/1310871029.apply(Unknown Source)
505.24/165.27		at scala.collection.immutable.List.foreach(List.scala:389)
505.24/165.28		at oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:54)
505.24/165.28		at oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
505.24/165.28		at oscar.modeling.models.operators.CPInstantiate$.apply(CPInstantiate.scala:26)
505.24/165.28		at oscar.xcsp3.competition.solvers.resources.COSSolver.runSolver(COSSolver.scala:28)
505.24/165.28		at oscar.xcsp3.competition.CompetitionApp.delayedEndpoint$oscar$xcsp3$competition$CompetitionApp$1(CompetitionApp.scala:78)
505.24/165.28		at oscar.xcsp3.competition.CompetitionApp$delayedInit$body.apply(CompetitionApp.scala:53)
505.24/165.28	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 (12275 MiB free)
  memory of node 1: 16384 MiB (13800 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290267-1532234369/watcher-4290267-1532234369 -o /tmp/evaluation-result-4290267-1532234369/solver-4290267-1532234369 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532224835-1956 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 639785823 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290267-1532234369.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=3006, runsolver pid=3003

[startup+0.108835 s]*
/proc/loadavg: 1.32 1.32 1.40 4/218 3021
/proc/meminfo: memFree=26683020/32770624 swapFree=67108860/67108860
[pid=3006] ppid=3003 vsize=14082740 memory=33352 CPUtime=0.13 cores=1,3,5,7
/proc/3006/stat : 3006 (java) S 3003 3006 1924 0 -1 1077944320 7285 0 0 0 12 1 0 0 20 0 15 0 41000141 14420725760 8338 33554432000 4194304 4196468 140731243059616 140731243042160 140099508264695 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
/proc/3006/statm: 3520685 8338 3102 1 0 3482761 0
[pid=3006/tid=3008] ppid=3003 vsize=14082740 memory=-8824908433508365504 CPUtime=0.09 cores=1,3,5,7
/proc/3006/task/3008/stat : 3008 (java) R 3003 3006 1924 0 -1 4202560 5411 0 0 0 9 0 0 0 20 0 15 0 41000141 14420725760 8404 33554432000 4194304 4196468 140731243059616 140099512487104 140099508286042 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3009] ppid=3003 vsize=14082740 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3009/stat : 3009 (java) S 3003 3006 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41000142 14420725760 8404 33554432000 4194304 4196468 140731243059616 140099423332752 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3010] ppid=3003 vsize=14082740 memory=140479011161728 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3010/stat : 3010 (java) S 3003 3006 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41000142 14420725760 8404 33554432000 4194304 4196468 140731243059616 140099422279952 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3011] ppid=3003 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3011/stat : 3011 (java) S 3003 3006 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41000142 14420725760 8404 33554432000 4194304 4196468 140731243059616 140099421227664 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3012] ppid=3003 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3012/stat : 3012 (java) S 3003 3006 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41000142 14420725760 8404 33554432000 4194304 4196468 140731243059616 140099420174864 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3013] ppid=3003 vsize=14082740 memory=140479011161728 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3013/stat : 3013 (java) S 3003 3006 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41000144 14420725760 8404 33554432000 4194304 4196468 140731243059616 140098689411696 140099508275842 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3014] ppid=3003 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3014/stat : 3014 (java) S 3003 3006 1924 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41000144 14420725760 8404 33554432000 4194304 4196468 140731243059616 140098688357664 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3015] ppid=3003 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3015/stat : 3015 (java) S 3003 3006 1924 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41000144 14420725760 8404 33554432000 4194304 4196468 140731243059616 140098687305328 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3016] ppid=3003 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3016/stat : 3016 (java) S 3003 3006 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41000147 14420725760 8404 33554432000 4194304 4196468 140731243059616 140098686253648 140099508283291 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3017] ppid=3003 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3017/stat : 3017 (java) S 3003 3006 1924 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 15 0 41000147 14420725760 8404 33554432000 4194304 4196468 140731243059616 140098685200496 140099508275842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3018] ppid=3003 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3018/stat : 3018 (java) S 3003 3006 1924 0 -1 1077944384 263 0 0 0 0 0 0 0 20 0 15 0 41000147 14420725760 8404 33554432000 4194304 4196468 140731243059616 140098684147696 140099508275842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3019] ppid=3003 vsize=14082740 memory=140479011161728 CPUtime=0.01 cores=1,3,5,7
/proc/3006/task/3019/stat : 3019 (java) S 3003 3006 1924 0 -1 1077944384 280 0 0 0 1 0 0 0 20 0 15 0 41000147 14420725760 8404 33554432000 4194304 4196468 140731243059616 140098683095408 140099508275842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3020] ppid=3003 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3020/stat : 3020 (java) S 3003 3006 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41000147 14420725760 8404 33554432000 4194304 4196468 140731243059616 140098682042848 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3021] ppid=3003 vsize=14082740 memory=140479011161728 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3021/stat : 3021 (java) S 3003 3006 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41000147 14420725760 8404 33554432000 4194304 4196468 140731243059616 140098680990640 140099508275842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 33352 KiB

[startup+0.210861 s]*
/proc/loadavg: 1.32 1.32 1.40 6/218 3021
/proc/meminfo: memFree=26668260/32770624 swapFree=67108860/67108860
[pid=3006] ppid=3003 vsize=14082740 memory=47032 CPUtime=0.3 cores=1,3,5,7
/proc/3006/stat : 3006 (java) S 3003 3006 1924 0 -1 1077944320 10383 0 0 0 28 2 0 0 20 0 15 0 41000141 14420725760 11758 33554432000 4194304 4196468 140731243059616 140731243042160 140099508264695 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
/proc/3006/statm: 3520685 11758 3368 1 0 3482761 0
[pid=3006/tid=3008] ppid=3003 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/3006/task/3008/stat : 3008 (java) R 3003 3006 1924 0 -1 4202560 8100 0 0 0 19 1 0 0 20 0 15 0 41000141 14420725760 11758 33554432000 4194304 4196468 140731243059616 140099512488024 140099098644722 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3009] ppid=3003 vsize=14082740 memory=345 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3009/stat : 3009 (java) S 3003 3006 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41000142 14420725760 11758 33554432000 4194304 4196468 140731243059616 140099423332752 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3010] ppid=3003 vsize=14082740 memory=140479011164991 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3010/stat : 3010 (java) S 3003 3006 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41000142 14420725760 11758 33554432000 4194304 4196468 140731243059616 140099422279952 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3011] ppid=3003 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3011/stat : 3011 (java) S 3003 3006 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41000142 14420725760 11758 33554432000 4194304 4196468 140731243059616 140099421227664 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3012] ppid=3003 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3012/stat : 3012 (java) S 3003 3006 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41000142 14420725760 11758 33554432000 4194304 4196468 140731243059616 140099420174864 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3013] ppid=3003 vsize=14082740 memory=140479011161728 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3013/stat : 3013 (java) S 3003 3006 1924 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41000144 14420725760 11758 33554432000 4194304 4196468 140731243059616 140098689411696 140099508275842 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3014] ppid=3003 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3014/stat : 3014 (java) S 3003 3006 1924 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41000144 14420725760 11758 33554432000 4194304 4196468 140731243059616 140098688357664 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3015] ppid=3003 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3015/stat : 3015 (java) S 3003 3006 1924 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41000144 14420725760 11758 33554432000 4194304 4196468 140731243059616 140098687305328 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3016] ppid=3003 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3016/stat : 3016 (java) S 3003 3006 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41000147 14420725760 11758 33554432000 4194304 4196468 140731243059616 140098686253648 140099508283291 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3017] ppid=3003 vsize=14082740 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/3006/task/3017/stat : 3017 (java) R 3003 3006 1924 0 -1 1077944384 181 0 0 0 1 0 0 0 20 0 15 0 41000147 14420725760 11758 33554432000 4194304 4196468 140731243059616 140098685193520 140099508274901 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3018] ppid=3003 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/3006/task/3018/stat : 3018 (java) R 3003 3006 1924 0 -1 4202560 419 0 0 0 2 0 0 0 20 0 15 0 41000147 14420725760 11758 33554432000 4194304 4196468 140731243059616 140098684147696 140099492167794 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3019] ppid=3003 vsize=14082740 memory=140479011161728 CPUtime=0.05 cores=1,3,5,7
/proc/3006/task/3019/stat : 3019 (java) R 3003 3006 1924 0 -1 4202560 301 0 0 0 5 0 0 0 20 0 15 0 41000147 14420725760 11758 33554432000 4194304 4196468 140731243059616 140098683092344 140099508276630 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3020] ppid=3003 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3020/stat : 3020 (java) S 3003 3006 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41000147 14420725760 11758 33554432000 4194304 4196468 140731243059616 140098682042848 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3021] ppid=3003 vsize=14082740 memory=140479011161728 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3021/stat : 3021 (java) S 3003 3006 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41000147 14420725760 11758 33554432000 4194304 4196468 140731243059616 140098680990640 140099508275842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47032 KiB

[startup+0.310887 s]*
/proc/loadavg: 1.32 1.32 1.40 3/218 3021
/proc/meminfo: memFree=26664088/32770624 swapFree=67108860/67108860
[pid=3006] ppid=3003 vsize=14082740 memory=50512 CPUtime=0.44 cores=1,3,5,7
/proc/3006/stat : 3006 (java) S 3003 3006 1924 0 -1 1077944320 10781 0 0 0 42 2 0 0 20 0 15 0 41000141 14420725760 12628 33554432000 4194304 4196468 140731243059616 140731243042160 140099508264695 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
/proc/3006/statm: 3520685 12628 3371 1 0 3482761 0
[pid=3006/tid=3008] ppid=3003 vsize=14082740 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/3006/task/3008/stat : 3008 (java) R 3003 3006 1924 0 -1 4202560 8463 0 0 0 28 1 0 0 20 0 15 0 41000141 14420725760 12628 33554432000 4194304 4196468 140731243059616 140099512477968 140099488540033 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3009] ppid=3003 vsize=14082740 memory=4294980951 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3009/stat : 3009 (java) S 3003 3006 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41000142 14420725760 12628 33554432000 4194304 4196468 140731243059616 140099423332752 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3010] ppid=3003 vsize=14082740 memory=140479011395601 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3010/stat : 3010 (java) S 3003 3006 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41000142 14420725760 12628 33554432000 4194304 4196468 140731243059616 140099422279952 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3011] ppid=3003 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3011/stat : 3011 (java) S 3003 3006 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41000142 14420725760 12628 33554432000 4194304 4196468 140731243059616 140099421227664 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3012] ppid=3003 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3012/stat : 3012 (java) S 3003 3006 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41000142 14420725760 12628 33554432000 4194304 4196468 140731243059616 140099420174864 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3013] ppid=3003 vsize=14082740 memory=140479011161728 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3013/stat : 3013 (java) S 3003 3006 1924 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41000144 14420725760 12628 33554432000 4194304 4196468 140731243059616 140098689411696 140099508275842 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3014] ppid=3003 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3014/stat : 3014 (java) S 3003 3006 1924 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41000144 14420725760 12628 33554432000 4194304 4196468 140731243059616 140098688357664 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3015] ppid=3003 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3015/stat : 3015 (java) S 3003 3006 1924 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41000144 14420725760 12628 33554432000 4194304 4196468 140731243059616 140098687305328 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3016] ppid=3003 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3016/stat : 3016 (java) S 3003 3006 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41000147 14420725760 12628 33554432000 4194304 4196468 140731243059616 140098686253648 140099508283291 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3017] ppid=3003 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/3006/task/3017/stat : 3017 (java) S 3003 3006 1924 0 -1 1077944384 192 0 0 0 2 0 0 0 20 0 15 0 41000147 14420725760 12628 33554432000 4194304 4196468 140731243059616 140098685200496 140099508275842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3018] ppid=3003 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/3006/task/3018/stat : 3018 (java) S 3003 3006 1924 0 -1 1077944384 420 0 0 0 2 0 0 0 20 0 15 0 41000147 14420725760 12628 33554432000 4194304 4196468 140731243059616 140098684147696 140099508275842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3019] ppid=3003 vsize=14082740 memory=140479011161728 CPUtime=0.07 cores=1,3,5,7
/proc/3006/task/3019/stat : 3019 (java) S 3003 3006 1924 0 -1 1077944384 321 0 0 0 7 0 0 0 20 0 15 0 41000147 14420725760 12628 33554432000 4194304 4196468 140731243059616 140098683095408 140099508275842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3020] ppid=3003 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3020/stat : 3020 (java) S 3003 3006 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41000147 14420725760 12628 33554432000 4194304 4196468 140731243059616 140098682042848 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3021] ppid=3003 vsize=14082740 memory=140479011161728 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3021/stat : 3021 (java) S 3003 3006 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41000147 14420725760 12628 33554432000 4194304 4196468 140731243059616 140098680990640 140099508275842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50512 KiB

[startup+0.700788 s]
/proc/loadavg: 1.32 1.32 1.40 3/218 3021
/proc/meminfo: memFree=26639952/32770624 swapFree=67108860/67108860
[pid=3006] ppid=3003 vsize=14084808 memory=88660 CPUtime=0.99 cores=1,3,5,7
/proc/3006/stat : 3006 (java) S 3003 3006 1924 0 -1 1077944320 17631 0 0 0 95 4 0 0 20 0 15 0 41000141 14422843392 22165 33554432000 4194304 4196468 140731243059616 140731243042160 140099508264695 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
/proc/3006/statm: 3521202 22165 3481 1 0 3483273 0
[pid=3006/tid=3008] ppid=3003 vsize=14084808 memory=1236 CPUtime=0.67 cores=1,3,5,7
/proc/3006/task/3008/stat : 3008 (java) R 3003 3006 1924 0 -1 4202560 14920 0 0 0 64 3 0 0 20 0 15 0 41000141 14422843392 22165 33554432000 4194304 4196468 140731243059616 140099512480192 140099486267584 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3009] ppid=3003 vsize=14084808 memory=8836 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3009/stat : 3009 (java) S 3003 3006 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41000142 14422843392 22165 33554432000 4194304 4196468 140731243059616 140099423332752 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3010] ppid=3003 vsize=14084808 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3010/stat : 3010 (java) S 3003 3006 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41000142 14422843392 22165 33554432000 4194304 4196468 140731243059616 140099422279952 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3011] ppid=3003 vsize=14084808 memory=644 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3011/stat : 3011 (java) S 3003 3006 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41000142 14422843392 22165 33554432000 4194304 4196468 140731243059616 140099421227664 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3012] ppid=3003 vsize=14084808 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3012/stat : 3012 (java) S 3003 3006 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41000142 14422843392 22165 33554432000 4194304 4196468 140731243059616 140099420174864 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3013] ppid=3003 vsize=14084808 memory=956 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3013/stat : 3013 (java) S 3003 3006 1924 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41000144 14422843392 22165 33554432000 4194304 4196468 140731243059616 140098689411696 140099508275842 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3014] ppid=3003 vsize=14084808 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3014/stat : 3014 (java) S 3003 3006 1924 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41000144 14422843392 22165 33554432000 4194304 4196468 140731243059616 140098688357664 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3015] ppid=3003 vsize=14084808 memory=928 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3015/stat : 3015 (java) S 3003 3006 1924 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41000144 14422843392 22165 33554432000 4194304 4196468 140731243059616 140098687305328 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3016] ppid=3003 vsize=14084808 memory=6153431502485415525 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3016/stat : 3016 (java) S 3003 3006 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41000147 14422843392 22165 33554432000 4194304 4196468 140731243059616 140098686253648 140099508283291 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3017] ppid=3003 vsize=14084808 memory=7450757349647805273 CPUtime=0.06 cores=1,3,5,7
/proc/3006/task/3017/stat : 3017 (java) S 3003 3006 1924 0 -1 1077944384 322 0 0 0 6 0 0 0 20 0 15 0 41000147 14422843392 22165 33554432000 4194304 4196468 140731243059616 140098685200496 140099508275842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3018] ppid=3003 vsize=14084808 memory=6300092137356946789 CPUtime=0.08 cores=1,3,5,7
/proc/3006/task/3018/stat : 3018 (java) S 3003 3006 1924 0 -1 1077944384 592 0 0 0 8 0 0 0 20 0 15 0 41000147 14422843392 22165 33554432000 4194304 4196468 140731243059616 140098684147696 140099508275842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3019] ppid=3003 vsize=14084808 memory=4638778411218063696 CPUtime=0.15 cores=1,3,5,7
/proc/3006/task/3019/stat : 3019 (java) S 3003 3006 1924 0 -1 1077944384 412 0 0 0 15 0 0 0 20 0 15 0 41000147 14422843392 22230 33554432000 4194304 4196468 140731243059616 140098683095408 140099508275842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3020] ppid=3003 vsize=14084808 memory=7235140988934776419 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3020/stat : 3020 (java) S 3003 3006 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41000147 14422843392 22230 33554432000 4194304 4196468 140731243059616 140098682042848 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3021] ppid=3003 vsize=14084808 memory=10416 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3021/stat : 3021 (java) S 3003 3006 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41000147 14422843392 22230 33554432000 4194304 4196468 140731243059616 140098680990640 140099508275842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88660 KiB

[startup+1.50083 s]
/proc/loadavg: 1.53 1.37 1.41 6/218 3021
/proc/meminfo: memFree=26446084/32770624 swapFree=67108860/67108860
[pid=3006] ppid=3003 vsize=14086856 memory=320772 CPUtime=3.21 cores=1,3,5,7
/proc/3006/stat : 3006 (java) S 3003 3006 1924 0 -1 1077944320 20084 0 0 0 299 22 0 0 20 0 15 0 41000141 14424940544 80193 33554432000 4194304 4196468 140731243059616 140731243042160 140099508264695 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
/proc/3006/statm: 3521714 80193 3562 1 0 3483785 0
[pid=3006/tid=3008] ppid=3003 vsize=14086856 memory=318260 CPUtime=1.36 cores=1,3,5,7
/proc/3006/task/3008/stat : 3008 (java) R 3003 3006 1924 0 -1 4202560 15354 0 0 0 130 6 0 0 20 0 15 0 41000141 14424940544 80193 33554432000 4194304 4196468 140731243059616 140099512497744 140099099540856 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3009] ppid=3003 vsize=14086856 memory=8112282956445269571 CPUtime=0.09 cores=1,3,5,7
/proc/3006/task/3009/stat : 3009 (java) S 3003 3006 1924 0 -1 1077944384 71 0 0 0 6 3 0 0 20 0 15 0 41000142 14424940544 80193 33554432000 4194304 4196468 140731243059616 140099423332752 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3010] ppid=3003 vsize=14086856 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/3006/task/3010/stat : 3010 (java) S 3003 3006 1924 0 -1 1077944384 63 0 0 0 6 3 0 0 20 0 15 0 41000142 14424940544 80193 33554432000 4194304 4196468 140731243059616 140099422279952 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3011] ppid=3003 vsize=14086856 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/3006/task/3011/stat : 3011 (java) S 3003 3006 1924 0 -1 1077944384 53 0 0 0 6 3 0 0 20 0 15 0 41000142 14424940544 80193 33554432000 4194304 4196468 140731243059616 140099421227664 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3012] ppid=3003 vsize=14086856 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/3006/task/3012/stat : 3012 (java) S 3003 3006 1924 0 -1 1077944384 62 0 0 0 6 3 0 0 20 0 15 0 41000142 14424940544 80193 33554432000 4194304 4196468 140731243059616 140099420174864 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3013] ppid=3003 vsize=14086856 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3013/stat : 3013 (java) S 3003 3006 1924 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 41000144 14424940544 80193 33554432000 4194304 4196468 140731243059616 140098689411696 140099508275842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0

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


[startup+163.201 s]
/proc/loadavg: 3.45 2.24 1.73 6/221 3110
/proc/meminfo: memFree=10821468/32770624 swapFree=67108860/67108860
[pid=3006] ppid=3003 vsize=14090952 memory=11787024 CPUtime=498.35 cores=1,3,5,7
/proc/3006/stat : 3006 (java) S 3003 3006 1924 0 -1 1077944320 240941 0 1 0 48701 1134 0 0 20 0 15 0 41000141 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140731243042160 140099508264695 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
/proc/3006/statm: 3522738 2946756 3608 1 0 3484809 0
[pid=3006/tid=3008] ppid=3003 vsize=14090952 memory=7014751519650306402 CPUtime=39.25 cores=1,3,5,7
/proc/3006/task/3008/stat : 3008 (java) S 3003 3006 1924 0 -1 1077944384 31430 0 0 0 3878 47 0 0 20 0 15 0 41000141 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140099512503152 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3009] ppid=3003 vsize=14090952 memory=5404 CPUtime=110.19 cores=1,3,5,7
/proc/3006/task/3009/stat : 3009 (java) S 3003 3006 1924 0 -1 1077944384 28346 0 1 0 10771 248 0 0 20 0 15 0 41000142 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140099423332752 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3010] ppid=3003 vsize=14090952 memory=796 CPUtime=110.69 cores=1,3,5,7
/proc/3006/task/3010/stat : 3010 (java) S 3003 3006 1924 0 -1 1077944384 41883 0 0 0 10788 281 0 0 20 0 15 0 41000142 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140099422279952 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3011] ppid=3003 vsize=14090952 memory=4616 CPUtime=109.92 cores=1,3,5,7
/proc/3006/task/3011/stat : 3011 (java) S 3003 3006 1924 0 -1 1077944384 23222 0 0 0 10723 269 0 0 20 0 15 0 41000142 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140099421227664 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3012] ppid=3003 vsize=14090952 memory=8112282956445269571 CPUtime=110.22 cores=1,3,5,7
/proc/3006/task/3012/stat : 3012 (java) S 3003 3006 1924 0 -1 1077944384 27634 0 0 0 10751 271 0 0 20 0 15 0 41000142 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140099420174864 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3013] ppid=3003 vsize=14090952 memory=11787012 CPUtime=11.5 cores=1,3,5,7
/proc/3006/task/3013/stat : 3013 (java) R 3003 3006 1924 0 -1 4202560 67308 0 0 0 1144 6 0 0 20 0 15 0 41000144 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140098689410240 140099486634875 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3014] ppid=3003 vsize=14090952 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3014/stat : 3014 (java) S 3003 3006 1924 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 41000144 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140098688357728 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3015] ppid=3003 vsize=14090952 memory=644 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3015/stat : 3015 (java) S 3003 3006 1924 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 41000144 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140098687305344 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3016] ppid=3003 vsize=14090952 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3016/stat : 3016 (java) S 3003 3006 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41000147 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140098686253648 140099508283291 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3017] ppid=3003 vsize=14090952 memory=14324 CPUtime=2.67 cores=1,3,5,7
/proc/3006/task/3017/stat : 3017 (java) S 3003 3006 1924 0 -1 1077944384 5655 0 0 0 266 1 0 0 20 0 15 0 41000147 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140098685200496 140099508275842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3018] ppid=3003 vsize=14090952 memory=2396 CPUtime=2.89 cores=1,3,5,7
/proc/3006/task/3018/stat : 3018 (java) S 3003 3006 1924 0 -1 1077944384 8099 0 0 0 285 4 0 0 20 0 15 0 41000147 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140098684147696 140099508275842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3019] ppid=3003 vsize=14090952 memory=1292 CPUtime=0.83 cores=1,3,5,7
/proc/3006/task/3019/stat : 3019 (java) S 3003 3006 1924 0 -1 1077944384 5676 0 0 0 81 2 0 0 20 0 15 0 41000147 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140098683095408 140099508275842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3020] ppid=3003 vsize=14090952 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3020/stat : 3020 (java) S 3003 3006 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41000147 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140098682042848 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3021] ppid=3003 vsize=14090952 memory=14324 CPUtime=0.11 cores=1,3,5,7
/proc/3006/task/3021/stat : 3021 (java) S 3003 3006 1924 0 -1 1077944384 301 0 0 0 5 6 0 0 20 0 15 0 41000147 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140098680990640 140099508275842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
Current children cumulated CPU time: 498.35 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11787024 KiB

[startup+164.001 s]*
/proc/loadavg: 3.45 2.24 1.73 6/221 3110
/proc/meminfo: memFree=10821468/32770624 swapFree=67108860/67108860
[pid=3006] ppid=3003 vsize=14090952 memory=11787024 CPUtime=501.15 cores=1,3,5,7
/proc/3006/stat : 3006 (java) S 3003 3006 1924 0 -1 1077944320 240944 0 1 0 48981 1134 0 0 20 0 15 0 41000141 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140731243042160 140099508264695 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
/proc/3006/statm: 3522738 2946756 3608 1 0 3484809 0
[pid=3006/tid=3008] ppid=3003 vsize=14090952 memory=8112282956445269571 CPUtime=39.25 cores=1,3,5,7
/proc/3006/task/3008/stat : 3008 (java) S 3003 3006 1924 0 -1 1077944384 31433 0 0 0 3878 47 0 0 20 0 15 0 41000141 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140099512503152 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3009] ppid=3003 vsize=14090952 memory=4126316290023845779 CPUtime=110.85 cores=1,3,5,7
/proc/3006/task/3009/stat : 3009 (java) R 3003 3006 1924 0 -1 4202560 28346 0 1 0 10837 248 0 0 20 0 15 0 41000142 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140099423332752 140099493249991 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3010] ppid=3003 vsize=14090952 memory=7594868203682489702 CPUtime=111.35 cores=1,3,5,7
/proc/3006/task/3010/stat : 3010 (java) R 3003 3006 1924 0 -1 4202560 41883 0 0 0 10854 281 0 0 20 0 15 0 41000142 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140099422280152 140099486371952 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3011] ppid=3003 vsize=14090952 memory=7594868203682489702 CPUtime=110.59 cores=1,3,5,7
/proc/3006/task/3011/stat : 3011 (java) R 3003 3006 1924 0 -1 4202560 23222 0 0 0 10790 269 0 0 20 0 15 0 41000142 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140099421227864 140099493249991 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3012] ppid=3003 vsize=14090952 memory=7594868203682489702 CPUtime=110.89 cores=1,3,5,7
/proc/3006/task/3012/stat : 3012 (java) R 3003 3006 1924 0 -1 4202560 27634 0 0 0 10818 271 0 0 20 0 15 0 41000142 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140099420174864 140099489861706 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3013] ppid=3003 vsize=14090952 memory=7517440612436766058 CPUtime=11.64 cores=1,3,5,7
/proc/3006/task/3013/stat : 3013 (java) S 3003 3006 1924 0 -1 1077944384 67308 0 0 0 1158 6 0 0 20 0 15 0 41000144 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140098689410016 140099508274901 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3014] ppid=3003 vsize=14090952 memory=7091314985437325395 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3014/stat : 3014 (java) S 3003 3006 1924 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 41000144 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140098688357728 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3015] ppid=3003 vsize=14090952 memory=7091314985437325395 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3015/stat : 3015 (java) S 3003 3006 1924 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 41000144 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140098687305344 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3016] ppid=3003 vsize=14090952 memory=6080538348347811176 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3016/stat : 3016 (java) S 3003 3006 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41000147 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140098686253648 140099508283291 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3017] ppid=3003 vsize=14090952 memory=7594591053670804579 CPUtime=2.67 cores=1,3,5,7
/proc/3006/task/3017/stat : 3017 (java) S 3003 3006 1924 0 -1 1077944384 5655 0 0 0 266 1 0 0 20 0 15 0 41000147 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140098685200496 140099508275842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3018] ppid=3003 vsize=14090952 memory=7594591053670804579 CPUtime=2.89 cores=1,3,5,7
/proc/3006/task/3018/stat : 3018 (java) S 3003 3006 1924 0 -1 1077944384 8099 0 0 0 285 4 0 0 20 0 15 0 41000147 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140098684147696 140099508275842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3019] ppid=3003 vsize=14090952 memory=7523656151247906924 CPUtime=0.83 cores=1,3,5,7
/proc/3006/task/3019/stat : 3019 (java) S 3003 3006 1924 0 -1 1077944384 5676 0 0 0 81 2 0 0 20 0 15 0 41000147 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140098683095408 140099508275842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3020] ppid=3003 vsize=14090952 memory=6080538348347811176 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3020/stat : 3020 (java) S 3003 3006 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41000147 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140098682042848 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3021] ppid=3003 vsize=14090952 memory=7595717048419242832 CPUtime=0.11 cores=1,3,5,7
/proc/3006/task/3021/stat : 3021 (java) S 3003 3006 1924 0 -1 1077944384 301 0 0 0 5 6 0 0 20 0 15 0 41000147 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140098680990640 140099508275842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
Current children cumulated CPU time: 501.15 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11787024 KiB

[startup+164.801 s]
/proc/loadavg: 3.45 2.24 1.73 6/221 3110
/proc/meminfo: memFree=10821468/32770624 swapFree=67108860/67108860
[pid=3006] ppid=3003 vsize=14090952 memory=11787024 CPUtime=503.9 cores=1,3,5,7
/proc/3006/stat : 3006 (java) S 3003 3006 1924 0 -1 1077944320 241074 0 1 0 49255 1135 0 0 20 0 15 0 41000141 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140731243042160 140099508264695 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
/proc/3006/statm: 3522738 2946756 3608 1 0 3484809 0
[pid=3006/tid=3008] ppid=3003 vsize=14090952 memory=8112282956445269571 CPUtime=39.25 cores=1,3,5,7
/proc/3006/task/3008/stat : 3008 (java) S 3003 3006 1924 0 -1 1077944384 31435 0 0 0 3878 47 0 0 20 0 15 0 41000141 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140099512503216 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3009] ppid=3003 vsize=14090952 memory=14324 CPUtime=111.5 cores=1,3,5,7
/proc/3006/task/3009/stat : 3009 (java) R 3003 3006 1924 0 -1 4202560 28420 0 1 0 10902 248 0 0 20 0 15 0 41000142 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140099423332752 140099489861706 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3010] ppid=3003 vsize=14090952 memory=2396 CPUtime=112 cores=1,3,5,7
/proc/3006/task/3010/stat : 3010 (java) R 3003 3006 1924 0 -1 4202560 41892 0 0 0 10919 281 0 0 20 0 15 0 41000142 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140099422279952 140099489861136 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3011] ppid=3003 vsize=14090952 memory=1292 CPUtime=111.24 cores=1,3,5,7
/proc/3006/task/3011/stat : 3011 (java) R 3003 3006 1924 0 -1 4202560 23236 0 0 0 10855 269 0 0 20 0 15 0 41000142 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140099421227864 140099493215300 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3012] ppid=3003 vsize=14090952 memory=8112282956445269571 CPUtime=111.54 cores=1,3,5,7
/proc/3006/task/3012/stat : 3012 (java) R 3003 3006 1924 0 -1 4202560 27664 0 0 0 10883 271 0 0 20 0 15 0 41000142 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140099420174752 140099492962364 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3013] ppid=3003 vsize=14090952 memory=15872 CPUtime=11.78 cores=1,3,5,7
/proc/3006/task/3013/stat : 3013 (java) S 3003 3006 1924 0 -1 1077944384 67308 0 0 0 1172 6 0 0 20 0 15 0 41000144 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140098689410032 140099508274901 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3014] ppid=3003 vsize=14090952 memory=18476 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3014/stat : 3014 (java) S 3003 3006 1924 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 41000144 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140098688357728 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3015] ppid=3003 vsize=14090952 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3015/stat : 3015 (java) S 3003 3006 1924 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 41000144 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140098687305344 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3016] ppid=3003 vsize=14090952 memory=11787016 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3016/stat : 3016 (java) S 3003 3006 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41000147 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140098686253648 140099508283291 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3017] ppid=3003 vsize=14090952 memory=11787016 CPUtime=2.67 cores=1,3,5,7
/proc/3006/task/3017/stat : 3017 (java) S 3003 3006 1924 0 -1 1077944384 5656 0 0 0 266 1 0 0 20 0 15 0 41000147 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140098685200256 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3018] ppid=3003 vsize=14090952 memory=5404 CPUtime=2.89 cores=1,3,5,7
/proc/3006/task/3018/stat : 3018 (java) S 3003 3006 1924 0 -1 1077944384 8099 0 0 0 285 4 0 0 20 0 15 0 41000147 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140098684147696 140099508275842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3019] ppid=3003 vsize=14090952 memory=796 CPUtime=0.83 cores=1,3,5,7
/proc/3006/task/3019/stat : 3019 (java) S 3003 3006 1924 0 -1 1077944384 5676 0 0 0 81 2 0 0 20 0 15 0 41000147 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140098683095408 140099508275842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3020] ppid=3003 vsize=14090952 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3020/stat : 3020 (java) S 3003 3006 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41000147 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140098682042848 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3021] ppid=3003 vsize=14090952 memory=1200 CPUtime=0.11 cores=1,3,5,7
/proc/3006/task/3021/stat : 3021 (java) S 3003 3006 1924 0 -1 1077944384 301 0 0 0 5 6 0 0 20 0 15 0 41000147 14429134848 2946756 33554432000 4194304 4196468 140731243059616 140098680990640 140099508275842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
Current children cumulated CPU time: 503.9 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11787024 KiB

[startup+165.201 s]
/proc/loadavg: 3.45 2.24 1.73 6/221 3110
/proc/meminfo: memFree=10821468/32770624 swapFree=67108860/67108860
[pid=3006] ppid=3003 vsize=14090952 memory=11787028 CPUtime=505.24 cores=1,3,5,7
/proc/3006/stat : 3006 (java) S 3003 3006 1924 0 -1 1077944320 241200 0 1 0 49389 1135 0 0 20 0 15 0 41000141 14429134848 2946757 33554432000 4194304 4196468 140731243059616 140731243042160 140099508264695 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
/proc/3006/statm: 3522738 2946757 3609 1 0 3484809 0
[pid=3006/tid=3008] ppid=3003 vsize=14090952 memory=14324 CPUtime=39.25 cores=1,3,5,7
/proc/3006/task/3008/stat : 3008 (java) S 3003 3006 1924 0 -1 1077944384 31519 0 0 0 3878 47 0 0 20 0 15 0 41000141 14429134848 2946757 33554432000 4194304 4196468 140731243059616 140099512503712 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3009] ppid=3003 vsize=14090952 memory=2396 CPUtime=111.82 cores=1,3,5,7
/proc/3006/task/3009/stat : 3009 (java) R 3003 3006 1924 0 -1 4202560 28420 0 1 0 10934 248 0 0 20 0 15 0 41000142 14429134848 2946757 33554432000 4194304 4196468 140731243059616 140099423332752 140099493261148 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3010] ppid=3003 vsize=14090952 memory=1292 CPUtime=112.32 cores=1,3,5,7
/proc/3006/task/3010/stat : 3010 (java) R 3003 3006 1924 0 -1 4202560 41893 0 0 0 10951 281 0 0 20 0 15 0 41000142 14429134848 2946757 33554432000 4194304 4196468 140731243059616 140099422280072 140099493254344 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3011] ppid=3003 vsize=14090952 memory=1732 CPUtime=111.56 cores=1,3,5,7
/proc/3006/task/3011/stat : 3011 (java) R 3003 3006 1924 0 -1 4202560 23243 0 0 0 10887 269 0 0 20 0 15 0 41000142 14429134848 2946757 33554432000 4194304 4196468 140731243059616 140099421227784 140099489874502 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3012] ppid=3003 vsize=14090952 memory=1008 CPUtime=111.85 cores=1,3,5,7
/proc/3006/task/3012/stat : 3012 (java) R 3003 3006 1924 0 -1 4202560 27664 0 0 0 10914 271 0 0 20 0 15 0 41000142 14429134848 2946757 33554432000 4194304 4196468 140731243059616 140099420174864 140099500892903 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3013] ppid=3003 vsize=14090952 memory=5404 CPUtime=11.86 cores=1,3,5,7
/proc/3006/task/3013/stat : 3013 (java) S 3003 3006 1924 0 -1 1077944384 67316 0 0 0 1180 6 0 0 20 0 15 0 41000144 14429134848 2946757 33554432000 4194304 4196468 140731243059616 140098689410240 140099508274901 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3014] ppid=3003 vsize=14090952 memory=796 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3014/stat : 3014 (java) S 3003 3006 1924 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 41000144 14429134848 2946757 33554432000 4194304 4196468 140731243059616 140098688357728 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3015] ppid=3003 vsize=14090952 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3015/stat : 3015 (java) S 3003 3006 1924 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 41000144 14429134848 2946757 33554432000 4194304 4196468 140731243059616 140098687305344 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3016] ppid=3003 vsize=14090952 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3016/stat : 3016 (java) S 3003 3006 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41000147 14429134848 2946757 33554432000 4194304 4196468 140731243059616 140098686253648 140099508283291 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3017] ppid=3003 vsize=14090952 memory=10940 CPUtime=2.67 cores=1,3,5,7
/proc/3006/task/3017/stat : 3017 (java) S 3003 3006 1924 0 -1 1077944384 5656 0 0 0 266 1 0 0 20 0 15 0 41000147 14429134848 2946757 33554432000 4194304 4196468 140731243059616 140098685200496 140099508275842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3018] ppid=3003 vsize=14090952 memory=1200 CPUtime=2.89 cores=1,3,5,7
/proc/3006/task/3018/stat : 3018 (java) S 3003 3006 1924 0 -1 1077944384 8099 0 0 0 285 4 0 0 20 0 15 0 41000147 14429134848 2946757 33554432000 4194304 4196468 140731243059616 140098684147696 140099508275842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3019] ppid=3003 vsize=14090952 memory=1228 CPUtime=0.83 cores=1,3,5,7
/proc/3006/task/3019/stat : 3019 (java) S 3003 3006 1924 0 -1 1077944384 5702 0 0 0 81 2 0 0 20 0 15 0 41000147 14429134848 2946757 33554432000 4194304 4196468 140731243059616 140098683091280 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3020] ppid=3003 vsize=14090952 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/3006/task/3020/stat : 3020 (java) S 3003 3006 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41000147 14429134848 2946757 33554432000 4194304 4196468 140731243059616 140098682042848 140099508274901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
[pid=3006/tid=3021] ppid=3003 vsize=14090952 memory=1948 CPUtime=0.11 cores=1,3,5,7
/proc/3006/task/3021/stat : 3021 (java) S 3003 3006 1924 0 -1 1077944384 301 0 0 0 5 6 0 0 20 0 15 0 41000147 14429134848 2946757 33554432000 4194304 4196468 140731243059616 140098680990640 140099508275842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37191680 140731243062345 140731243062537 140731243062537 140731243065295 0
Current children cumulated CPU time: 505.24 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11787028 KiB

[startup+165.301 s]*
/proc/loadavg: 3.45 2.24 1.73 3/208 3111
/proc/meminfo: memFree=20556412/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): 165.316
CPU time (s): 505.368
CPU user time (s): 493.963
CPU system time (s): 11.4052
CPU usage (%): 305.699
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 11787028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 493.963
system time used= 11.4052
maximum resident set size= 11787028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241462
page faults= 1
swaps= 0
block input operations= 384
block output operations= 280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17072
involuntary context switches= 6512


# summary of solver processes directly reported to runsolver:
#   pid: 3006
#   total CPU time (s): 505.368
#   total CPU user time (s): 493.963
#   total CPU system time (s): 11.4052

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.0692 second user time and 1.77485 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-22 06:39:29
IDJOB=4290267
IDBENCH=141137
IDSOLVER=2743
FILE ID=node134/4290267-1532234369
RUNJOBID= node134-1532224835-1956
PBS_JOBID= 21018943
Free space on /tmp= 55952 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/GraphColoring/GraphColoring-qg-order60_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290267-1532234369/watcher-4290267-1532234369 -o /tmp/evaluation-result-4290267-1532234369/solver-4290267-1532234369 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532224835-1956 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 639785823 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290267-1532234369.xml

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

MD5SUM BENCH= 2b7bed68bca9665ed3be29de24764d77
RANDOM SEED=639785823

node134.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.68
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.68
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.68
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.68
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:        26702008 kB
MemAvailable:   31135568 kB
Buffers:          146832 kB
Cached:          4552152 kB
SwapCached:            0 kB
Active:          2248744 kB
Inactive:        3347872 kB
Active(anon):     847320 kB
Inactive(anon):    70372 kB
Active(file):    1401424 kB
Inactive(file):  3277500 kB
Unevictable:        7396 kB
Mlocked:            7396 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             43164 kB
Writeback:             0 kB
AnonPages:        904868 kB
Mapped:            48724 kB
Shmem:             17056 kB
Slab:             168396 kB
SReclaimable:     140944 kB
SUnreclaim:        27452 kB
KernelStack:        3600 kB
PageTables:         6716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1769728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    829440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55916 MiB
End job on node134 at 2018-07-22 06:42:15