Trace number 4311544

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-08-17? 655.225 210.327

General information on the benchmark

NameGraphColoring/
GraphColoring-qg-order100_c18.xml
MD5SUMd2763c38ef24fdf1196893d726f1931a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark101
Best CPU time to get the best result obtained on this benchmark2520.13
Satisfiable
(Un)Satisfiability was proved
Number of variables10000
Number of constraints990000
Number of domains1
Minimum domain size10000
Maximum domain size10000
Distribution of domain sizes[{"size":10000,"count":10000}]
Minimum variable degree199
Maximum variable degree199
Distribution of variable degrees[{"degree":199,"count":10000}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":990000}]
Number of extensional constraints0
Number of intensional constraints990000
Distribution of constraint types[{"type":"intension","count":990000}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311544-1534543561/watcher-4311544-1534543561 -o /tmp/evaluation-result-4311544-1534543561/solver-4311544-1534543561 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534541041-19653 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1029970666 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311544-1534543561.xml 

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

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=20054, runsolver pid=20051
Current StackSize limit: 8192 KiB


[startup+0.104413 s]*
/proc/loadavg: 1.47 1.42 1.29 6/218 20069
/proc/meminfo: memFree=24528192/32770624 swapFree=67108856/67108860
[pid=20054] ppid=20051 vsize=14082736 memory=34152 CPUtime=0.12 cores=1,3,5,7
/proc/20054/stat : 20054 (java) S 20051 20054 19620 0 -1 1077944320 8100 0 0 0 11 1 0 0 20 0 15 0 271919358 14420721664 8538 33554432000 4194304 4196468 140732468980544 140732468963088 140065271799543 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
/proc/20054/statm: 3520684 8538 3156 1 0 3482761 0
[pid=20054/tid=20056] ppid=20051 vsize=14082736 memory=-8485517772678663554 CPUtime=0.09 cores=1,3,5,7
/proc/20054/task/20056/stat : 20056 (java) R 20051 20054 19620 0 -1 4202560 6148 0 0 0 8 1 0 0 20 0 15 0 271919359 14420721664 8538 33554432000 4194304 4196468 140732468980544 140065276022800 140065255880060 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20057] ppid=20051 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20057/stat : 20057 (java) S 20051 20054 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271919360 14420721664 8538 33554432000 4194304 4196468 140732468980544 140065201887632 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20058] ppid=20051 vsize=14082736 memory=140351190210176 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20058/stat : 20058 (java) S 20051 20054 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271919360 14420721664 8538 33554432000 4194304 4196468 140732468980544 140065200834832 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20059] ppid=20051 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20059/stat : 20059 (java) S 20051 20054 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271919360 14420721664 8538 33554432000 4194304 4196468 140732468980544 140065199782544 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20060] ppid=20051 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20060/stat : 20060 (java) S 20051 20054 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271919360 14420721664 8538 33554432000 4194304 4196468 140732468980544 140065198729744 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20061] ppid=20051 vsize=14082736 memory=140351190210176 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20061/stat : 20061 (java) S 20051 20054 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271919361 14420721664 8538 33554432000 4194304 4196468 140732468980544 140064184064624 140065271810690 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20062] ppid=20051 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20062/stat : 20062 (java) S 20051 20054 19620 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271919361 14420721664 8538 33554432000 4194304 4196468 140732468980544 140064183010592 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20063] ppid=20051 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20063/stat : 20063 (java) S 20051 20054 19620 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271919362 14420721664 8538 33554432000 4194304 4196468 140732468980544 140064181958256 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20064] ppid=20051 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20064/stat : 20064 (java) S 20051 20054 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271919364 14420721664 8538 33554432000 4194304 4196468 140732468980544 140064180906576 140065271818139 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20065] ppid=20051 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20065/stat : 20065 (java) S 20051 20054 19620 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 271919364 14420721664 8538 33554432000 4194304 4196468 140732468980544 140064179853424 140065271810690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20066] ppid=20051 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20066/stat : 20066 (java) S 20051 20054 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271919364 14420721664 8538 33554432000 4194304 4196468 140732468980544 140064178800624 140065271810690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20067] ppid=20051 vsize=14082736 memory=140351190210176 CPUtime=0.01 cores=1,3,5,7
/proc/20054/task/20067/stat : 20067 (java) S 20051 20054 19620 0 -1 1077944384 271 0 0 0 1 0 0 0 20 0 15 0 271919364 14420721664 8538 33554432000 4194304 4196468 140732468980544 140064177748336 140065271810690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20068] ppid=20051 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20068/stat : 20068 (java) S 20051 20054 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271919364 14420721664 8538 33554432000 4194304 4196468 140732468980544 140064176695776 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20069] ppid=20051 vsize=14082736 memory=140351190210176 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20069/stat : 20069 (java) S 20051 20054 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271919364 14420721664 8538 33554432000 4194304 4196468 140732468980544 140064175643568 140065271810690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 34152 KiB

[startup+0.215605 s]*
/proc/loadavg: 1.52 1.43 1.29 5/218 20069
/proc/meminfo: memFree=24513432/32770624 swapFree=67108856/67108860
[pid=20054] ppid=20051 vsize=14082736 memory=47364 CPUtime=0.32 cores=1,3,5,7
/proc/20054/stat : 20054 (java) S 20051 20054 19620 0 -1 1077944320 10467 0 0 0 30 2 0 0 20 0 15 0 271919358 14420721664 11841 33554432000 4194304 4196468 140732468980544 140732468963088 140065271799543 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
/proc/20054/statm: 3520684 11841 3367 1 0 3482761 0
[pid=20054/tid=20056] ppid=20051 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/20054/task/20056/stat : 20056 (java) R 20051 20054 19620 0 -1 4202560 8178 0 0 0 19 1 0 0 20 0 15 0 271919359 14420721664 11841 33554432000 4194304 4196468 140732468980544 140065276028480 140064873020672 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20057] ppid=20051 vsize=14082736 memory=364 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20057/stat : 20057 (java) S 20051 20054 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271919360 14420721664 11841 33554432000 4194304 4196468 140732468980544 140065201887632 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20058] ppid=20051 vsize=14082736 memory=288370727341921920 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20058/stat : 20058 (java) S 20051 20054 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271919360 14420721664 11841 33554432000 4194304 4196468 140732468980544 140065200834832 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20059] ppid=20051 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20059/stat : 20059 (java) S 20051 20054 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271919360 14420721664 11841 33554432000 4194304 4196468 140732468980544 140065199782544 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20060] ppid=20051 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20060/stat : 20060 (java) S 20051 20054 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271919360 14420721664 11841 33554432000 4194304 4196468 140732468980544 140065198729744 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20061] ppid=20051 vsize=14082736 memory=140351190210176 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20061/stat : 20061 (java) S 20051 20054 19620 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271919361 14420721664 11841 33554432000 4194304 4196468 140732468980544 140064184064624 140065271810690 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20062] ppid=20051 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20062/stat : 20062 (java) S 20051 20054 19620 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271919361 14420721664 11841 33554432000 4194304 4196468 140732468980544 140064183010592 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20063] ppid=20051 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20063/stat : 20063 (java) S 20051 20054 19620 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271919362 14420721664 11841 33554432000 4194304 4196468 140732468980544 140064181958256 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20064] ppid=20051 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20064/stat : 20064 (java) S 20051 20054 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271919364 14420721664 11841 33554432000 4194304 4196468 140732468980544 140064180906576 140065271818139 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20065] ppid=20051 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/20054/task/20065/stat : 20065 (java) S 20051 20054 19620 0 -1 1077944384 555 0 0 0 2 0 0 0 20 0 15 0 271919364 14420721664 11841 33554432000 4194304 4196468 140732468980544 140064179853424 140065271810690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20066] ppid=20051 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/20054/task/20066/stat : 20066 (java) R 20051 20054 19620 0 -1 1077944384 59 0 0 0 1 0 0 0 20 0 15 0 271919364 14420721664 11841 33554432000 4194304 4196468 140732468980544 140064178800624 140065271810690 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20067] ppid=20051 vsize=14082736 memory=140351190210176 CPUtime=0.06 cores=1,3,5,7
/proc/20054/task/20067/stat : 20067 (java) S 20051 20054 19620 0 -1 1077944384 294 0 0 0 6 0 0 0 20 0 15 0 271919364 14420721664 11841 33554432000 4194304 4196468 140732468980544 140064177748336 140065271810690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20068] ppid=20051 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20068/stat : 20068 (java) S 20051 20054 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271919364 14420721664 11841 33554432000 4194304 4196468 140732468980544 140064176695776 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20069] ppid=20051 vsize=14082736 memory=140351190210176 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20069/stat : 20069 (java) S 20051 20054 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271919364 14420721664 11841 33554432000 4194304 4196468 140732468980544 140064175643568 140065271810690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47364 KiB

[startup+0.31078 s]*
/proc/loadavg: 1.52 1.43 1.29 4/218 20069
/proc/meminfo: memFree=24510268/32770624 swapFree=67108856/67108860
[pid=20054] ppid=20051 vsize=14082736 memory=50956 CPUtime=0.44 cores=1,3,5,7
/proc/20054/stat : 20054 (java) S 20051 20054 19620 0 -1 1077944320 10819 0 0 0 42 2 0 0 20 0 15 0 271919358 14420721664 12739 33554432000 4194304 4196468 140732468980544 140732468963088 140065271799543 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
/proc/20054/statm: 3520684 12739 3406 1 0 3482761 0
[pid=20054/tid=20056] ppid=20051 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/20054/task/20056/stat : 20056 (java) R 20051 20054 19620 0 -1 4202560 8503 0 0 0 28 2 0 0 20 0 15 0 271919359 14420721664 12739 33554432000 4194304 4196468 140732468980544 140065276010992 140065252075346 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20057] ppid=20051 vsize=14082736 memory=4294982659 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20057/stat : 20057 (java) S 20051 20054 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271919360 14420721664 12739 33554432000 4194304 4196468 140732468980544 140065201887632 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20058] ppid=20051 vsize=14082736 memory=288370727341921920 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20058/stat : 20058 (java) S 20051 20054 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271919360 14420721664 12739 33554432000 4194304 4196468 140732468980544 140065200834832 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20059] ppid=20051 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20059/stat : 20059 (java) S 20051 20054 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271919360 14420721664 12739 33554432000 4194304 4196468 140732468980544 140065199782544 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20060] ppid=20051 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20060/stat : 20060 (java) S 20051 20054 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271919360 14420721664 12739 33554432000 4194304 4196468 140732468980544 140065198729744 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20061] ppid=20051 vsize=14082736 memory=140351190210176 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20061/stat : 20061 (java) S 20051 20054 19620 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271919361 14420721664 12739 33554432000 4194304 4196468 140732468980544 140064184064624 140065271810690 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20062] ppid=20051 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20062/stat : 20062 (java) S 20051 20054 19620 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271919361 14420721664 12739 33554432000 4194304 4196468 140732468980544 140064183010592 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20063] ppid=20051 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20063/stat : 20063 (java) S 20051 20054 19620 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271919362 14420721664 12739 33554432000 4194304 4196468 140732468980544 140064181958256 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20064] ppid=20051 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20064/stat : 20064 (java) S 20051 20054 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271919364 14420721664 12739 33554432000 4194304 4196468 140732468980544 140064180906576 140065271818139 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20065] ppid=20051 vsize=14082736 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/20054/task/20065/stat : 20065 (java) S 20051 20054 19620 0 -1 1077944384 555 0 0 0 3 0 0 0 20 0 15 0 271919364 14420721664 12739 33554432000 4194304 4196468 140732468980544 140064179853424 140065271810690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20066] ppid=20051 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/20054/task/20066/stat : 20066 (java) S 20051 20054 19620 0 -1 1077944384 78 0 0 0 2 0 0 0 20 0 15 0 271919364 14420721664 12739 33554432000 4194304 4196468 140732468980544 140064178800624 140065271810690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20067] ppid=20051 vsize=14082736 memory=140351190210176 CPUtime=0.08 cores=1,3,5,7
/proc/20054/task/20067/stat : 20067 (java) S 20051 20054 19620 0 -1 1077944384 302 0 0 0 8 0 0 0 20 0 15 0 271919364 14420721664 12739 33554432000 4194304 4196468 140732468980544 140064177748336 140065271810690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20068] ppid=20051 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20068/stat : 20068 (java) S 20051 20054 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271919364 14420721664 12739 33554432000 4194304 4196468 140732468980544 140064176695776 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20069] ppid=20051 vsize=14082736 memory=140351190210176 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20069/stat : 20069 (java) S 20051 20054 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271919364 14420721664 12739 33554432000 4194304 4196468 140732468980544 140064175643568 140065271810690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50956 KiB

[startup+0.700745 s]
/proc/loadavg: 1.52 1.43 1.29 4/218 20069
/proc/meminfo: memFree=24486084/32770624 swapFree=67108856/67108860
[pid=20054] ppid=20051 vsize=14084804 memory=88732 CPUtime=0.98 cores=1,3,5,7
/proc/20054/stat : 20054 (java) S 20051 20054 19620 0 -1 1077944320 17626 0 0 0 94 4 0 0 20 0 15 0 271919358 14422839296 22183 33554432000 4194304 4196468 140732468980544 140732468963088 140065271799543 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
/proc/20054/statm: 3521201 22183 3497 1 0 3483273 0
[pid=20054/tid=20056] ppid=20051 vsize=14084804 memory=226512414466492 CPUtime=0.67 cores=1,3,5,7
/proc/20054/task/20056/stat : 20056 (java) R 20051 20054 19620 0 -1 4202560 14933 0 0 0 64 3 0 0 20 0 15 0 271919359 14422839296 22183 33554432000 4194304 4196468 140732468980544 140065276022624 140065271821469 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20057] ppid=20051 vsize=14084804 memory=1252454 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20057/stat : 20057 (java) S 20051 20054 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271919360 14422839296 22183 33554432000 4194304 4196468 140732468980544 140065201887632 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20058] ppid=20051 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20058/stat : 20058 (java) S 20051 20054 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271919360 14422839296 22183 33554432000 4194304 4196468 140732468980544 140065200834832 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20059] ppid=20051 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20059/stat : 20059 (java) S 20051 20054 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271919360 14422839296 22183 33554432000 4194304 4196468 140732468980544 140065199782544 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20060] ppid=20051 vsize=14084804 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20060/stat : 20060 (java) S 20051 20054 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271919360 14422839296 22183 33554432000 4194304 4196468 140732468980544 140065198729744 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20061] ppid=20051 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20061/stat : 20061 (java) S 20051 20054 19620 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271919361 14422839296 22183 33554432000 4194304 4196468 140732468980544 140064184064624 140065271810690 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20062] ppid=20051 vsize=14084804 memory=-6366504964593051999 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20062/stat : 20062 (java) S 20051 20054 19620 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271919361 14422839296 22183 33554432000 4194304 4196468 140732468980544 140064183010592 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20063] ppid=20051 vsize=14084804 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20063/stat : 20063 (java) S 20051 20054 19620 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271919362 14422839296 22183 33554432000 4194304 4196468 140732468980544 140064181958256 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20064] ppid=20051 vsize=14084804 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20064/stat : 20064 (java) S 20051 20054 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271919364 14422839296 22183 33554432000 4194304 4196468 140732468980544 140064180906576 140065271818139 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20065] ppid=20051 vsize=14084804 memory=6944652177228980320 CPUtime=0.09 cores=1,3,5,7
/proc/20054/task/20065/stat : 20065 (java) S 20051 20054 19620 0 -1 1077944384 706 0 0 0 9 0 0 0 20 0 15 0 271919364 14422839296 22183 33554432000 4194304 4196468 140732468980544 140064179853424 140065271810690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20066] ppid=20051 vsize=14084804 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/20054/task/20066/stat : 20066 (java) S 20051 20054 19620 0 -1 1077944384 221 0 0 0 6 0 0 0 20 0 15 0 271919364 14422839296 22183 33554432000 4194304 4196468 140732468980544 140064178800624 140065271810690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20067] ppid=20051 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/20054/task/20067/stat : 20067 (java) S 20051 20054 19620 0 -1 1077944384 385 0 0 0 15 0 0 0 20 0 15 0 271919364 14422839296 22183 33554432000 4194304 4196468 140732468980544 140064177748336 140065271810690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20068] ppid=20051 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20068/stat : 20068 (java) S 20051 20054 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271919364 14422839296 22183 33554432000 4194304 4196468 140732468980544 140064176695776 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20069] ppid=20051 vsize=14084804 memory=3464 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20069/stat : 20069 (java) S 20051 20054 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271919364 14422839296 22183 33554432000 4194304 4196468 140732468980544 140064175643568 140065271810690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88732 KiB

[startup+1.5014 s]
/proc/loadavg: 1.52 1.43 1.29 7/218 20069
/proc/meminfo: memFree=24277944/32770624 swapFree=67108856/67108860
[pid=20054] ppid=20051 vsize=14084804 memory=498348 CPUtime=3.27 cores=1,3,5,7
/proc/20054/stat : 20054 (java) S 20051 20054 19620 0 -1 1077944320 20303 0 0 0 286 41 0 0 20 0 15 0 271919358 14422839296 124587 33554432000 4194304 4196468 140732468980544 140732468963088 140065271799543 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
/proc/20054/statm: 3521201 124587 3544 1 0 3483273 0
[pid=20054/tid=20056] ppid=20051 vsize=14084804 memory=3303 CPUtime=1.08 cores=1,3,5,7
/proc/20054/task/20056/stat : 20056 (java) S 20051 20054 19620 0 -1 1077944384 15100 0 0 0 102 6 0 0 20 0 15 0 271919359 14422839296 124587 33554432000 4194304 4196468 140732468980544 140065276037200 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20057] ppid=20051 vsize=14084804 memory=6791534058613427641 CPUtime=0.36 cores=1,3,5,7
/proc/20054/task/20057/stat : 20057 (java) R 20051 20054 19620 0 -1 4202560 362 0 0 0 28 8 0 0 20 0 15 0 271919360 14422839296 124587 33554432000 4194304 4196468 140732468980544 140065201887832 140065256795947 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20058] ppid=20051 vsize=14084804 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/20054/task/20058/stat : 20058 (java) R 20051 20054 19620 0 -1 4202560 226 0 0 0 29 8 0 0 20 0 15 0 271919360 14422839296 124587 33554432000 4194304 4196468 140732468980544 140065200834832 140065256500187 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20059] ppid=20051 vsize=14084804 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/20054/task/20059/stat : 20059 (java) R 20051 20054 19620 0 -1 4202560 376 0 0 0 29 8 0 0 20 0 15 0 271919360 14422839296 124587 33554432000 4194304 4196468 140732468980544 140065199782544 140065256498394 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20060] ppid=20051 vsize=14084804 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/20054/task/20060/stat : 20060 (java) R 20051 20054 19620 0 -1 4202560 441 0 0 0 29 8 0 0 20 0 15 0 271919360 14422839296 124587 33554432000 4194304 4196468 140732468980544 140065198729744 140065256795623 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20061] ppid=20051 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20061/stat : 20061 (java) S 20051 20054 19620 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 15 0 271919361 14422839296 124587 33554432000 4194304 4196468 140732468980544 140064184063168 140065271809749 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0

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


[startup+208.001 s]*
/proc/loadavg: 4.23 2.66 1.80 6/218 20073
/proc/meminfo: memFree=13000480/32770624 swapFree=67108856/67108860
[pid=20054] ppid=20051 vsize=14088900 memory=11625300 CPUtime=646.96 cores=1,3,5,7
/proc/20054/stat : 20054 (java) S 20051 20054 19620 0 -1 1077944320 155121 0 0 0 63429 1267 0 0 20 0 15 0 271919358 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140732468963088 140065271799543 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
/proc/20054/statm: 3522225 2906325 3609 1 0 3484297 0
[pid=20054/tid=20056] ppid=20051 vsize=14088900 memory=6791534058613427641 CPUtime=51.02 cores=1,3,5,7
/proc/20054/task/20056/stat : 20056 (java) S 20051 20054 19620 0 -1 1077944384 28408 0 0 0 5088 14 0 0 20 0 15 0 271919359 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140065276037920 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20057] ppid=20051 vsize=14088900 memory=4872558044660077418 CPUtime=145.17 cores=1,3,5,7
/proc/20054/task/20057/stat : 20057 (java) R 20051 20054 19620 0 -1 4202560 13654 0 0 0 14182 335 0 0 20 0 15 0 271919360 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140065201887440 140065264427751 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20058] ppid=20051 vsize=14088900 memory=1920 CPUtime=145.3 cores=1,3,5,7
/proc/20054/task/20058/stat : 20058 (java) R 20051 20054 19620 0 -1 4202560 12001 0 0 0 14233 297 0 0 20 0 15 0 271919360 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140065200834640 140065264427751 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20059] ppid=20051 vsize=14088900 memory=1192 CPUtime=145.35 cores=1,3,5,7
/proc/20054/task/20059/stat : 20059 (java) R 20051 20054 19620 0 -1 4202560 16367 0 0 0 14237 298 0 0 20 0 15 0 271919360 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140065199782352 140065255182578 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20060] ppid=20051 vsize=14088900 memory=11625300 CPUtime=145.54 cores=1,3,5,7
/proc/20054/task/20060/stat : 20060 (java) R 20051 20054 19620 0 -1 4202560 14203 0 0 0 14243 311 0 0 20 0 15 0 271919360 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140065198729944 140065256257141 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20061] ppid=20051 vsize=14088900 memory=64579 CPUtime=8.39 cores=1,3,5,7
/proc/20054/task/20061/stat : 20061 (java) S 20051 20054 19620 0 -1 1077944384 49607 0 0 0 835 4 0 0 20 0 15 0 271919361 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140064184063168 140065271809749 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20062] ppid=20051 vsize=14088900 memory=64243 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20062/stat : 20062 (java) S 20051 20054 19620 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 271919361 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140064183010656 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20063] ppid=20051 vsize=14088900 memory=5102 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20063/stat : 20063 (java) S 20051 20054 19620 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 271919362 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140064181958272 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20064] ppid=20051 vsize=14088900 memory=14405 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20064/stat : 20064 (java) S 20051 20054 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271919364 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140064180906576 140065271818139 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20065] ppid=20051 vsize=14088900 memory=14418 CPUtime=2.86 cores=1,3,5,7
/proc/20054/task/20065/stat : 20065 (java) S 20051 20054 19620 0 -1 1077944384 6683 0 0 0 286 0 0 0 20 0 15 0 271919364 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140064179853424 140065271810690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20066] ppid=20051 vsize=14088900 memory=14423 CPUtime=2.28 cores=1,3,5,7
/proc/20054/task/20066/stat : 20066 (java) S 20051 20054 19620 0 -1 1077944384 5351 0 0 0 228 0 0 0 20 0 15 0 271919364 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140064178800624 140065271810690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20067] ppid=20051 vsize=14088900 memory=14445 CPUtime=0.82 cores=1,3,5,7
/proc/20054/task/20067/stat : 20067 (java) S 20051 20054 19620 0 -1 1077944384 6311 0 0 0 81 1 0 0 20 0 15 0 271919364 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140064177748336 140065271810690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20068] ppid=20051 vsize=14088900 memory=832 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20068/stat : 20068 (java) S 20051 20054 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271919364 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140064176695776 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20069] ppid=20051 vsize=14088900 memory=82 CPUtime=0.13 cores=1,3,5,7
/proc/20054/task/20069/stat : 20069 (java) S 20051 20054 19620 0 -1 1077944384 1100 0 0 0 7 6 0 0 20 0 15 0 271919364 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140064175643568 140065271810690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
Current children cumulated CPU time: 646.96 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11625300 KiB

[startup+209.601 s]
/proc/loadavg: 4.23 2.66 1.80 6/218 20073
/proc/meminfo: memFree=13000480/32770624 swapFree=67108856/67108860
[pid=20054] ppid=20051 vsize=14088900 memory=11625300 CPUtime=652.7 cores=1,3,5,7
/proc/20054/stat : 20054 (java) S 20051 20054 19620 0 -1 1077944320 155251 0 0 0 64002 1268 0 0 20 0 15 0 271919358 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140732468963088 140065271799543 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
/proc/20054/statm: 3522225 2906325 3609 1 0 3484297 0
[pid=20054/tid=20056] ppid=20051 vsize=14088900 memory=0 CPUtime=51.02 cores=1,3,5,7
/proc/20054/task/20056/stat : 20056 (java) S 20051 20054 19620 0 -1 1077944384 28410 0 0 0 5088 14 0 0 20 0 15 0 271919359 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140065276037984 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20057] ppid=20051 vsize=14088900 memory=0 CPUtime=146.57 cores=1,3,5,7
/proc/20054/task/20057/stat : 20057 (java) R 20051 20054 19620 0 -1 4202560 13654 0 0 0 14322 335 0 0 20 0 15 0 271919360 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140065201887632 140065256254300 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20058] ppid=20051 vsize=14088900 memory=11625300 CPUtime=146.7 cores=1,3,5,7
/proc/20054/task/20058/stat : 20058 (java) R 20051 20054 19620 0 -1 4202560 12070 0 0 0 14372 298 0 0 20 0 15 0 271919360 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140065200835032 140065256497295 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20059] ppid=20051 vsize=14088900 memory=0 CPUtime=146.73 cores=1,3,5,7
/proc/20054/task/20059/stat : 20059 (java) R 20051 20054 19620 0 -1 4202560 16426 0 0 0 14375 298 0 0 20 0 15 0 271919360 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140065199782744 140065254976127 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20060] ppid=20051 vsize=14088900 memory=0 CPUtime=146.93 cores=1,3,5,7
/proc/20054/task/20060/stat : 20060 (java) R 20051 20054 19620 0 -1 4202560 14203 0 0 0 14382 311 0 0 20 0 15 0 271919360 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140065198729744 140065256750237 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20061] ppid=20051 vsize=14088900 memory=6791534058613427641 CPUtime=8.56 cores=1,3,5,7
/proc/20054/task/20061/stat : 20061 (java) S 20051 20054 19620 0 -1 1077944384 49607 0 0 0 852 4 0 0 20 0 15 0 271919361 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140064184062960 140065271809749 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20062] ppid=20051 vsize=14088900 memory=6408 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20062/stat : 20062 (java) S 20051 20054 19620 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 271919361 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140064183010656 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20063] ppid=20051 vsize=14088900 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20063/stat : 20063 (java) S 20051 20054 19620 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 271919362 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140064181958272 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20064] ppid=20051 vsize=14088900 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20064/stat : 20064 (java) S 20051 20054 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271919364 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140064180906576 140065271818139 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20065] ppid=20051 vsize=14088900 memory=280702152680704 CPUtime=2.86 cores=1,3,5,7
/proc/20054/task/20065/stat : 20065 (java) S 20051 20054 19620 0 -1 1077944384 6683 0 0 0 286 0 0 0 20 0 15 0 271919364 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140064179853424 140065271810690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20066] ppid=20051 vsize=14088900 memory=288230377007612191 CPUtime=2.28 cores=1,3,5,7
/proc/20054/task/20066/stat : 20066 (java) S 20051 20054 19620 0 -1 1077944384 5351 0 0 0 228 0 0 0 20 0 15 0 271919364 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140064178800624 140065271810690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20067] ppid=20051 vsize=14088900 memory=288286666949657806 CPUtime=0.82 cores=1,3,5,7
/proc/20054/task/20067/stat : 20067 (java) S 20051 20054 19620 0 -1 1077944384 6311 0 0 0 81 1 0 0 20 0 15 0 271919364 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140064177748336 140065271810690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20068] ppid=20051 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20068/stat : 20068 (java) S 20051 20054 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271919364 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140064176695776 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20069] ppid=20051 vsize=14088900 memory=15932 CPUtime=0.13 cores=1,3,5,7
/proc/20054/task/20069/stat : 20069 (java) S 20051 20054 19620 0 -1 1077944384 1100 0 0 0 7 6 0 0 20 0 15 0 271919364 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140064175643568 140065271810690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
Current children cumulated CPU time: 652.7 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11625300 KiB

[startup+210.001 s]*
/proc/loadavg: 4.23 2.66 1.80 6/218 20073
/proc/meminfo: memFree=13000480/32770624 swapFree=67108856/67108860
[pid=20054] ppid=20051 vsize=14088900 memory=11625300 CPUtime=654.28 cores=1,3,5,7
/proc/20054/stat : 20054 (java) S 20051 20054 19620 0 -1 1077944320 155251 0 0 0 64160 1268 0 0 20 0 15 0 271919358 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140732468963088 140065271799543 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
/proc/20054/statm: 3522225 2906325 3609 1 0 3484297 0
[pid=20054/tid=20056] ppid=20051 vsize=14088900 memory=6791534058613427641 CPUtime=51.02 cores=1,3,5,7
/proc/20054/task/20056/stat : 20056 (java) S 20051 20054 19620 0 -1 1077944384 28410 0 0 0 5088 14 0 0 20 0 15 0 271919359 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140065276037984 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20057] ppid=20051 vsize=14088900 memory=4872558044660077418 CPUtime=146.97 cores=1,3,5,7
/proc/20054/task/20057/stat : 20057 (java) R 20051 20054 19620 0 -1 4202560 13654 0 0 0 14362 335 0 0 20 0 15 0 271919360 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140065201887752 140065264427751 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20058] ppid=20051 vsize=14088900 memory=1408 CPUtime=147.09 cores=1,3,5,7
/proc/20054/task/20058/stat : 20058 (java) R 20051 20054 19620 0 -1 4202560 12070 0 0 0 14411 298 0 0 20 0 15 0 271919360 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140065200834640 140065264427751 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20059] ppid=20051 vsize=14088900 memory=3144 CPUtime=147.11 cores=1,3,5,7
/proc/20054/task/20059/stat : 20059 (java) R 20051 20054 19620 0 -1 4202560 16426 0 0 0 14413 298 0 0 20 0 15 0 271919360 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140065199782664 140065264427751 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20060] ppid=20051 vsize=14088900 memory=11625300 CPUtime=147.33 cores=1,3,5,7
/proc/20054/task/20060/stat : 20060 (java) R 20051 20054 19620 0 -1 4202560 14203 0 0 0 14422 311 0 0 20 0 15 0 271919360 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140065198729744 140065256498394 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20061] ppid=20051 vsize=14088900 memory=6791534058613427641 CPUtime=8.57 cores=1,3,5,7
/proc/20054/task/20061/stat : 20061 (java) S 20051 20054 19620 0 -1 1077944384 49607 0 0 0 853 4 0 0 20 0 15 0 271919361 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140064184063184 140065271809749 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20062] ppid=20051 vsize=14088900 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20062/stat : 20062 (java) S 20051 20054 19620 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 271919361 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140064183010656 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20063] ppid=20051 vsize=14088900 memory=1 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20063/stat : 20063 (java) S 20051 20054 19620 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 271919362 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140064181958272 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20064] ppid=20051 vsize=14088900 memory=1 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20064/stat : 20064 (java) S 20051 20054 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271919364 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140064180906576 140065271818139 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20065] ppid=20051 vsize=14088900 memory=0 CPUtime=2.86 cores=1,3,5,7
/proc/20054/task/20065/stat : 20065 (java) S 20051 20054 19620 0 -1 1077944384 6683 0 0 0 286 0 0 0 20 0 15 0 271919364 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140064179853424 140065271810690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20066] ppid=20051 vsize=14088900 memory=0 CPUtime=2.28 cores=1,3,5,7
/proc/20054/task/20066/stat : 20066 (java) S 20051 20054 19620 0 -1 1077944384 5351 0 0 0 228 0 0 0 20 0 15 0 271919364 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140064178800624 140065271810690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20067] ppid=20051 vsize=14088900 memory=2 CPUtime=0.82 cores=1,3,5,7
/proc/20054/task/20067/stat : 20067 (java) S 20051 20054 19620 0 -1 1077944384 6311 0 0 0 81 1 0 0 20 0 15 0 271919364 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140064177748336 140065271810690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20068] ppid=20051 vsize=14088900 memory=15 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20068/stat : 20068 (java) S 20051 20054 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271919364 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140064176695776 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20069] ppid=20051 vsize=14088900 memory=31 CPUtime=0.13 cores=1,3,5,7
/proc/20054/task/20069/stat : 20069 (java) S 20051 20054 19620 0 -1 1077944384 1100 0 0 0 7 6 0 0 20 0 15 0 271919364 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140064175643568 140065271810690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
Current children cumulated CPU time: 654.28 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11625300 KiB

[startup+210.201 s]
/proc/loadavg: 4.23 2.66 1.80 6/218 20073
/proc/meminfo: memFree=13000480/32770624 swapFree=67108856/67108860
[pid=20054] ppid=20051 vsize=14088900 memory=11625300 CPUtime=655.01 cores=1,3,5,7
/proc/20054/stat : 20054 (java) S 20051 20054 19620 0 -1 1077944320 155251 0 0 0 64233 1268 0 0 20 0 15 0 271919358 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140732468963088 140065271799543 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
/proc/20054/statm: 3522225 2906325 3609 1 0 3484297 0
[pid=20054/tid=20056] ppid=20051 vsize=14088900 memory=6791534058613427641 CPUtime=51.02 cores=1,3,5,7
/proc/20054/task/20056/stat : 20056 (java) S 20051 20054 19620 0 -1 1077944384 28410 0 0 0 5088 14 0 0 20 0 15 0 271919359 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140065276037984 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20057] ppid=20051 vsize=14088900 memory=288230596050944315 CPUtime=147.16 cores=1,3,5,7
/proc/20054/task/20057/stat : 20057 (java) S 20051 20054 19620 0 -1 1077944384 13654 0 0 0 14380 336 0 0 20 0 15 0 271919360 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140065201887440 140065271810690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20058] ppid=20051 vsize=14088900 memory=16100360058046859 CPUtime=147.27 cores=1,3,5,7
/proc/20054/task/20058/stat : 20058 (java) R 20051 20054 19620 0 -1 4202560 12070 0 0 0 14429 298 0 0 20 0 15 0 271919360 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140065200834640 140065264427751 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20059] ppid=20051 vsize=14088900 memory=3332 CPUtime=147.29 cores=1,3,5,7
/proc/20054/task/20059/stat : 20059 (java) R 20051 20054 19620 0 -1 4202560 16426 0 0 0 14431 298 0 0 20 0 15 0 271919360 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140065199782664 140065264427751 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20060] ppid=20051 vsize=14088900 memory=1732 CPUtime=147.52 cores=1,3,5,7
/proc/20054/task/20060/stat : 20060 (java) R 20051 20054 19620 0 -1 4202560 14203 0 0 0 14441 311 0 0 20 0 15 0 271919360 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140065198729944 140065256498288 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20061] ppid=20051 vsize=14088900 memory=1172 CPUtime=8.57 cores=1,3,5,7
/proc/20054/task/20061/stat : 20061 (java) S 20051 20054 19620 0 -1 1077944384 49607 0 0 0 853 4 0 0 20 0 15 0 271919361 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140064184063184 140065271809749 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20062] ppid=20051 vsize=14088900 memory=500 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20062/stat : 20062 (java) S 20051 20054 19620 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 271919361 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140064183010656 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20063] ppid=20051 vsize=14088900 memory=928 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20063/stat : 20063 (java) S 20051 20054 19620 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 271919362 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140064181958272 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20064] ppid=20051 vsize=14088900 memory=2336 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20064/stat : 20064 (java) S 20051 20054 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271919364 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140064180906576 140065271818139 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20065] ppid=20051 vsize=14088900 memory=1580 CPUtime=2.86 cores=1,3,5,7
/proc/20054/task/20065/stat : 20065 (java) S 20051 20054 19620 0 -1 1077944384 6683 0 0 0 286 0 0 0 20 0 15 0 271919364 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140064179853424 140065271810690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20066] ppid=20051 vsize=14088900 memory=924 CPUtime=2.28 cores=1,3,5,7
/proc/20054/task/20066/stat : 20066 (java) S 20051 20054 19620 0 -1 1077944384 5351 0 0 0 228 0 0 0 20 0 15 0 271919364 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140064178800624 140065271810690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20067] ppid=20051 vsize=14088900 memory=2188 CPUtime=0.82 cores=1,3,5,7
/proc/20054/task/20067/stat : 20067 (java) S 20051 20054 19620 0 -1 1077944384 6311 0 0 0 81 1 0 0 20 0 15 0 271919364 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140064177748336 140065271810690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20068] ppid=20051 vsize=14088900 memory=3984 CPUtime=0 cores=1,3,5,7
/proc/20054/task/20068/stat : 20068 (java) S 20051 20054 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271919364 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140064176695776 140065271809749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
[pid=20054/tid=20069] ppid=20051 vsize=14088900 memory=2024 CPUtime=0.13 cores=1,3,5,7
/proc/20054/task/20069/stat : 20069 (java) S 20051 20054 19620 0 -1 1077944384 1100 0 0 0 7 6 0 0 20 0 15 0 271919364 14427033600 2906325 33554432000 4194304 4196468 140732468980544 140064175643568 140065271810690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28233728 140732468986952 140732468987145 140732468987145 140732468989903 0
Current children cumulated CPU time: 655.01 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11625300 KiB

[startup+210.301 s]*
/proc/loadavg: 4.21 2.69 1.81 3/205 20074
/proc/meminfo: memFree=19374388/32770624 swapFree=67108856/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): 210.327
CPU time (s): 655.225
CPU user time (s): 642.488
CPU system time (s): 12.7372
CPU usage (%): 311.527
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 11625300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 642.488
system time used= 12.7372
maximum resident set size= 11625544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155615
page faults= 0
swaps= 0
block input operations= 0
block output operations= 320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20628
involuntary context switches= 8186


# summary of solver processes directly reported to runsolver:
#   pid: 20054
#   total CPU time (s): 655.225
#   total CPU user time (s): 642.488
#   total CPU system time (s): 12.7372

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.44285 second user time and 2.0741 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-18 00:06:02
IDJOB=4311544
IDBENCH=141134
IDSOLVER=2799
FILE ID=node132/4311544-1534543561
RUNJOBID= node132-1534541041-19653
PBS_JOBID= 21038639
Free space on /tmp= 57684 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/GraphColoring/GraphColoring-qg-order100_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4311544-1534543561/watcher-4311544-1534543561 -o /tmp/evaluation-result-4311544-1534543561/solver-4311544-1534543561 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534541041-19653 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1029970666 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311544-1534543561.xml

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

MD5SUM BENCH= d2763c38ef24fdf1196893d726f1931a
RANDOM SEED=1029970666

node132.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.65
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.65
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.65
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.65
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:        24547204 kB
MemAvailable:   31641016 kB
Buffers:          256644 kB
Cached:          7122140 kB
SwapCached:            4 kB
Active:          4438484 kB
Inactive:        3255060 kB
Active(anon):     290540 kB
Inactive(anon):    92944 kB
Active(file):    4147944 kB
Inactive(file):  3162116 kB
Unevictable:        6968 kB
Mlocked:            6968 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:             71444 kB
Writeback:             0 kB
AnonPages:        323816 kB
Mapped:            34772 kB
Shmem:             66204 kB
Slab:             227776 kB
SReclaimable:     199176 kB
SUnreclaim:        28600 kB
KernelStack:        3616 kB
PageTables:         5836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1326052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 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= 57652 MiB
End job on node132 at 2018-08-18 00:09:32