Trace number 4308394

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Hybrid 2018-08-14? 677.957 208.812

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308394-1534280520/watcher-4308394-1534280520 -o /tmp/evaluation-result-4308394-1534280520/solver-4308394-1534280520 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534270607-2650 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 691121677 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308394-1534280520.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=3782, runsolver pid=3779
Current StackSize limit: 8192 KiB


[startup+0.100136 s]*
/proc/loadavg: 1.56 1.46 1.43 4/216 3797
/proc/meminfo: memFree=14233580/32770624 swapFree=67108504/67108860
[pid=3782] ppid=3779 vsize=14082736 memory=33604 CPUtime=0.11 cores=1,3,5,7
/proc/3782/stat : 3782 (java) S 3779 3782 875 0 -1 1077944320 7333 0 0 0 10 1 0 0 20 0 15 0 245615207 14420721664 8401 33554432000 4194304 4196468 140734617054512 140734617037056 139819917819639 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
/proc/3782/statm: 3520684 8401 3128 1 0 3482761 0
[pid=3782/tid=3784] ppid=3779 vsize=14082736 memory=8389772277269004345 CPUtime=0.09 cores=1,3,5,7
/proc/3782/task/3784/stat : 3784 (java) R 3779 3782 875 0 -1 4202560 5410 0 0 0 8 1 0 0 20 0 15 0 245615208 14420721664 8401 33554432000 4194304 4196468 140734617054512 139819922045328 139819901900126 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3785] ppid=3779 vsize=14082736 memory=288293255295270935 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3785/stat : 3785 (java) S 3779 3782 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245615209 14420721664 8401 33554432000 4194304 4196468 140734617054512 139819847907728 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3786] ppid=3779 vsize=14082736 memory=4122677423941990048 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3786/stat : 3786 (java) S 3779 3782 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245615209 14420721664 8401 33554432000 4194304 4196468 140734617054512 139819846854928 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3787] ppid=3779 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3787/stat : 3787 (java) S 3779 3782 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245615209 14420721664 8401 33554432000 4194304 4196468 140734617054512 139819845802640 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3788] ppid=3779 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3788/stat : 3788 (java) S 3779 3782 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245615209 14420721664 8401 33554432000 4194304 4196468 140734617054512 139819844749840 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3789] ppid=3779 vsize=14082736 memory=139710983943808 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3789/stat : 3789 (java) S 3779 3782 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245615210 14420721664 8401 33554432000 4194304 4196468 140734617054512 139819391498864 139819917830786 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3790] ppid=3779 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3790/stat : 3790 (java) S 3779 3782 875 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245615210 14420721664 8401 33554432000 4194304 4196468 140734617054512 139819390444832 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3791] ppid=3779 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3791/stat : 3791 (java) S 3779 3782 875 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245615211 14420721664 8401 33554432000 4194304 4196468 140734617054512 139819389392496 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3792] ppid=3779 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3792/stat : 3792 (java) S 3779 3782 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245615213 14420721664 8401 33554432000 4194304 4196468 140734617054512 139819388340816 139819917838235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3793] ppid=3779 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3793/stat : 3793 (java) S 3779 3782 875 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 15 0 245615213 14420721664 8401 33554432000 4194304 4196468 140734617054512 139819387287664 139819917830786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3794] ppid=3779 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3794/stat : 3794 (java) S 3779 3782 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245615213 14420721664 8401 33554432000 4194304 4196468 140734617054512 139819386234864 139819917830786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3795] ppid=3779 vsize=14082736 memory=139710983943808 CPUtime=0.01 cores=1,3,5,7
/proc/3782/task/3795/stat : 3795 (java) R 3779 3782 875 0 -1 4202560 258 0 0 0 1 0 0 0 20 0 15 0 245615213 14420721664 8401 33554432000 4194304 4196468 140734617054512 139819385182576 139819896622776 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3796] ppid=3779 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3796/stat : 3796 (java) S 3779 3782 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245615213 14420721664 8401 33554432000 4194304 4196468 140734617054512 139819384130016 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3797] ppid=3779 vsize=14082736 memory=139710983943808 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3797/stat : 3797 (java) S 3779 3782 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245615213 14420721664 8401 33554432000 4194304 4196468 140734617054512 139819383077808 139819917830786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 33604 KiB

[startup+0.21805 s]*
/proc/loadavg: 1.56 1.46 1.43 3/216 3797
/proc/meminfo: memFree=14218200/32770624 swapFree=67108504/67108860
[pid=3782] ppid=3779 vsize=14082736 memory=47556 CPUtime=0.32 cores=1,3,5,7
/proc/3782/stat : 3782 (java) S 3779 3782 875 0 -1 1077944320 10417 0 0 0 30 2 0 0 20 0 15 0 245615207 14420721664 11889 33554432000 4194304 4196468 140734617054512 140734617037056 139819917819639 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
/proc/3782/statm: 3520684 11889 3417 1 0 3482761 0
[pid=3782/tid=3784] ppid=3779 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/3782/task/3784/stat : 3784 (java) R 3779 3782 875 0 -1 4202560 8151 0 0 0 19 1 0 0 20 0 15 0 245615208 14420721664 11889 33554432000 4194304 4196468 140734617054512 139819922042592 139819917831574 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3785] ppid=3779 vsize=14082736 memory=365 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3785/stat : 3785 (java) S 3779 3782 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245615209 14420721664 11889 33554432000 4194304 4196468 140734617054512 139819847907728 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3786] ppid=3779 vsize=14082736 memory=3905943882308105888 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3786/stat : 3786 (java) S 3779 3782 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245615209 14420721664 11889 33554432000 4194304 4196468 140734617054512 139819846854928 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3787] ppid=3779 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3787/stat : 3787 (java) S 3779 3782 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245615209 14420721664 11889 33554432000 4194304 4196468 140734617054512 139819845802640 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3788] ppid=3779 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3788/stat : 3788 (java) S 3779 3782 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245615209 14420721664 11889 33554432000 4194304 4196468 140734617054512 139819844749840 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3789] ppid=3779 vsize=14082736 memory=139710983943808 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3789/stat : 3789 (java) S 3779 3782 875 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245615210 14420721664 11889 33554432000 4194304 4196468 140734617054512 139819391498864 139819917830786 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3790] ppid=3779 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3790/stat : 3790 (java) S 3779 3782 875 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245615210 14420721664 11889 33554432000 4194304 4196468 140734617054512 139819390444832 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3791] ppid=3779 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3791/stat : 3791 (java) S 3779 3782 875 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245615211 14420721664 11889 33554432000 4194304 4196468 140734617054512 139819389392496 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3792] ppid=3779 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3792/stat : 3792 (java) S 3779 3782 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245615213 14420721664 11889 33554432000 4194304 4196468 140734617054512 139819388340816 139819917838235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3793] ppid=3779 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/3782/task/3793/stat : 3793 (java) S 3779 3782 875 0 -1 1077944384 402 0 0 0 2 0 0 0 20 0 15 0 245615213 14420721664 11889 33554432000 4194304 4196468 140734617054512 139819387287664 139819917830786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3794] ppid=3779 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/3782/task/3794/stat : 3794 (java) S 3779 3782 875 0 -1 1077944384 203 0 0 0 1 0 0 0 20 0 15 0 245615213 14420721664 11889 33554432000 4194304 4196468 140734617054512 139819386234864 139819917830786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3795] ppid=3779 vsize=14082736 memory=139710983943808 CPUtime=0.06 cores=1,3,5,7
/proc/3782/task/3795/stat : 3795 (java) R 3779 3782 875 0 -1 4202560 291 0 0 0 6 0 0 0 20 0 15 0 245615213 14420721664 11889 33554432000 4194304 4196468 140734617054512 139819385182576 139819910916503 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3796] ppid=3779 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3796/stat : 3796 (java) S 3779 3782 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245615213 14420721664 11889 33554432000 4194304 4196468 140734617054512 139819384130016 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3797] ppid=3779 vsize=14082736 memory=139710983943808 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3797/stat : 3797 (java) S 3779 3782 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245615213 14420721664 11889 33554432000 4194304 4196468 140734617054512 139819383077808 139819917830786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47556 KiB

[startup+0.310424 s]*
/proc/loadavg: 1.56 1.46 1.43 3/216 3797
/proc/meminfo: memFree=14214788/32770624 swapFree=67108504/67108860
[pid=3782] ppid=3779 vsize=14082736 memory=50504 CPUtime=0.43 cores=1,3,5,7
/proc/3782/stat : 3782 (java) S 3779 3782 875 0 -1 1077944320 10728 0 0 0 41 2 0 0 20 0 15 0 245615207 14420721664 12626 33554432000 4194304 4196468 140734617054512 140734617037056 139819917819639 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
/proc/3782/statm: 3520684 12626 3418 1 0 3482761 0
[pid=3782/tid=3784] ppid=3779 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/3782/task/3784/stat : 3784 (java) R 3779 3782 875 0 -1 4202560 8453 0 0 0 28 2 0 0 20 0 15 0 245615208 14420721664 12691 33554432000 4194304 4196468 140734617054512 139819921981376 139819901900126 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3785] ppid=3779 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3785/stat : 3785 (java) S 3779 3782 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245615209 14420721664 12691 33554432000 4194304 4196468 140734617054512 139819847907728 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3786] ppid=3779 vsize=14082736 memory=3546777418256987808 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3786/stat : 3786 (java) S 3779 3782 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245615209 14420721664 12691 33554432000 4194304 4196468 140734617054512 139819846854928 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3787] ppid=3779 vsize=14082736 memory=9796 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3787/stat : 3787 (java) S 3779 3782 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245615209 14420721664 12691 33554432000 4194304 4196468 140734617054512 139819845802640 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3788] ppid=3779 vsize=14082736 memory=35 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3788/stat : 3788 (java) S 3779 3782 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245615209 14420721664 12691 33554432000 4194304 4196468 140734617054512 139819844749840 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3789] ppid=3779 vsize=14082736 memory=139710983958144 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3789/stat : 3789 (java) S 3779 3782 875 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245615210 14420721664 12691 33554432000 4194304 4196468 140734617054512 139819391498864 139819917830786 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3790] ppid=3779 vsize=14082736 memory=35 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3790/stat : 3790 (java) S 3779 3782 875 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245615210 14420721664 12691 33554432000 4194304 4196468 140734617054512 139819390444832 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3791] ppid=3779 vsize=14082736 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3791/stat : 3791 (java) S 3779 3782 875 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245615211 14420721664 12691 33554432000 4194304 4196468 140734617054512 139819389392496 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3792] ppid=3779 vsize=14082736 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3792/stat : 3792 (java) S 3779 3782 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245615213 14420721664 12691 33554432000 4194304 4196468 140734617054512 139819388340816 139819917838235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3793] ppid=3779 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/3782/task/3793/stat : 3793 (java) S 3779 3782 875 0 -1 1077944384 402 0 0 0 2 0 0 0 20 0 15 0 245615213 14420721664 12691 33554432000 4194304 4196468 140734617054512 139819387287664 139819917830786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3794] ppid=3779 vsize=14082736 memory=35 CPUtime=0.01 cores=1,3,5,7
/proc/3782/task/3794/stat : 3794 (java) S 3779 3782 875 0 -1 1077944384 203 0 0 0 1 0 0 0 20 0 15 0 245615213 14420721664 12691 33554432000 4194304 4196468 140734617054512 139819386234864 139819917830786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3795] ppid=3779 vsize=14082736 memory=139710983950624 CPUtime=0.08 cores=1,3,5,7
/proc/3782/task/3795/stat : 3795 (java) S 3779 3782 875 0 -1 1077944384 297 0 0 0 8 0 0 0 20 0 15 0 245615213 14420721664 12691 33554432000 4194304 4196468 140734617054512 139819385182576 139819917830786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3796] ppid=3779 vsize=14082736 memory=35 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3796/stat : 3796 (java) S 3779 3782 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245615213 14420721664 12691 33554432000 4194304 4196468 140734617054512 139819384130016 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3797] ppid=3779 vsize=14082736 memory=139710983943808 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3797/stat : 3797 (java) S 3779 3782 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245615213 14420721664 12691 33554432000 4194304 4196468 140734617054512 139819383077808 139819917830786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50504 KiB

[startup+0.70072 s]
/proc/loadavg: 1.56 1.46 1.43 3/216 3797
/proc/meminfo: memFree=14161808/32770624 swapFree=67108504/67108860
[pid=3782] ppid=3779 vsize=14084804 memory=89016 CPUtime=0.99 cores=1,3,5,7
/proc/3782/stat : 3782 (java) S 3779 3782 875 0 -1 1077944320 17603 0 0 0 95 4 0 0 20 0 15 0 245615207 14422839296 22254 33554432000 4194304 4196468 140734617054512 140734617037056 139819917819639 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
/proc/3782/statm: 3521201 22254 3498 1 0 3483273 0
[pid=3782/tid=3784] ppid=3779 vsize=14084804 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/3782/task/3784/stat : 3784 (java) R 3779 3782 875 0 -1 4202560 14894 0 0 0 64 3 0 0 20 0 15 0 245615208 14422839296 22254 33554432000 4194304 4196468 140734617054512 139819922027632 139819917841565 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3785] ppid=3779 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3785/stat : 3785 (java) S 3779 3782 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245615209 14422839296 22254 33554432000 4194304 4196468 140734617054512 139819847907728 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3786] ppid=3779 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3786/stat : 3786 (java) S 3779 3782 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245615209 14422839296 22254 33554432000 4194304 4196468 140734617054512 139819846854928 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3787] ppid=3779 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3787/stat : 3787 (java) S 3779 3782 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245615209 14422839296 22254 33554432000 4194304 4196468 140734617054512 139819845802640 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3788] ppid=3779 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3788/stat : 3788 (java) S 3779 3782 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245615209 14422839296 22254 33554432000 4194304 4196468 140734617054512 139819844749840 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3789] ppid=3779 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3789/stat : 3789 (java) S 3779 3782 875 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245615210 14422839296 22254 33554432000 4194304 4196468 140734617054512 139819391498864 139819917830786 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3790] ppid=3779 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3790/stat : 3790 (java) S 3779 3782 875 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245615210 14422839296 22254 33554432000 4194304 4196468 140734617054512 139819390444832 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3791] ppid=3779 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3791/stat : 3791 (java) S 3779 3782 875 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245615211 14422839296 22254 33554432000 4194304 4196468 140734617054512 139819389392496 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3792] ppid=3779 vsize=14084804 memory=279421714784880 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3792/stat : 3792 (java) S 3779 3782 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245615213 14422839296 22254 33554432000 4194304 4196468 140734617054512 139819388340816 139819917838235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3793] ppid=3779 vsize=14084804 memory=279421714784944 CPUtime=0.08 cores=1,3,5,7
/proc/3782/task/3793/stat : 3793 (java) S 3779 3782 875 0 -1 1077944384 565 0 0 0 8 0 0 0 20 0 15 0 245615213 14422839296 22254 33554432000 4194304 4196468 140734617054512 139819387287664 139819917830786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3794] ppid=3779 vsize=14084804 memory=279421714784996 CPUtime=0.06 cores=1,3,5,7
/proc/3782/task/3794/stat : 3794 (java) S 3779 3782 875 0 -1 1077944384 363 0 0 0 6 0 0 0 20 0 15 0 245615213 14422839296 22254 33554432000 4194304 4196468 140734617054512 139819386234864 139819917830786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3795] ppid=3779 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/3782/task/3795/stat : 3795 (java) S 3779 3782 875 0 -1 1077944384 397 0 0 0 15 0 0 0 20 0 15 0 245615213 14422839296 22254 33554432000 4194304 4196468 140734617054512 139819385182576 139819917830786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3796] ppid=3779 vsize=14084804 memory=155984488181484 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3796/stat : 3796 (java) S 3779 3782 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245615213 14422839296 22254 33554432000 4194304 4196468 140734617054512 139819384130016 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3797] ppid=3779 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3797/stat : 3797 (java) S 3779 3782 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245615213 14422839296 22254 33554432000 4194304 4196468 140734617054512 139819383077808 139819917830786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89016 KiB

[startup+1.50109 s]
/proc/loadavg: 1.56 1.46 1.43 6/216 3797
/proc/meminfo: memFree=13959756/32770624 swapFree=67108504/67108860
[pid=3782] ppid=3779 vsize=14084804 memory=494284 CPUtime=3.25 cores=1,3,5,7
/proc/3782/stat : 3782 (java) S 3779 3782 875 0 -1 1077944320 20761 0 0 0 285 40 0 0 20 0 15 0 245615207 14422839296 123571 33554432000 4194304 4196468 140734617054512 140734617037056 139819917819639 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
/proc/3782/statm: 3521201 123571 3549 1 0 3483273 0
[pid=3782/tid=3784] ppid=3779 vsize=14084804 memory=0 CPUtime=1.07 cores=1,3,5,7
/proc/3782/task/3784/stat : 3784 (java) S 3779 3782 875 0 -1 1077944384 15047 0 0 0 101 6 0 0 20 0 15 0 245615208 14422839296 123571 33554432000 4194304 4196468 140734617054512 139819922056992 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3785] ppid=3779 vsize=14084804 memory=170926128 CPUtime=0.38 cores=1,3,5,7
/proc/3782/task/3785/stat : 3785 (java) R 3779 3782 875 0 -1 4202560 997 0 0 0 30 8 0 0 20 0 15 0 245615209 14422839296 123571 33554432000 4194304 4196468 140734617054512 139819847907728 139819910916380 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3786] ppid=3779 vsize=14084804 memory=6011581402601046114 CPUtime=0.38 cores=1,3,5,7
/proc/3782/task/3786/stat : 3786 (java) R 3779 3782 875 0 -1 4202560 441 0 0 0 30 8 0 0 20 0 15 0 245615209 14422839296 123571 33554432000 4194304 4196468 140734617054512 139819846855128 139819910919325 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3787] ppid=3779 vsize=14084804 memory=7014751519734585681 CPUtime=0.36 cores=1,3,5,7
/proc/3782/task/3787/stat : 3787 (java) R 3779 3782 875 0 -1 4202560 411 0 0 0 29 7 0 0 20 0 15 0 245615209 14422839296 123571 33554432000 4194304 4196468 140734617054512 139819845802840 139819910916112 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3788] ppid=3779 vsize=14084804 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/3782/task/3788/stat : 3788 (java) R 3779 3782 875 0 -1 4202560 440 0 0 0 30 8 0 0 20 0 15 0 245615209 14422839296 123571 33554432000 4194304 4196468 140734617054512 139819844749840 139819910919315 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3789] ppid=3779 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3789/stat : 3789 (java) S 3779 3782 875 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 15 0 245615210 14422839296 123571 33554432000 4194304 4196468 140734617054512 139819391497408 139819917829845 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0

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


[startup+204.801 s]
/proc/loadavg: 3.88 2.65 1.89 6/216 3800
/proc/meminfo: memFree=1080688/32770624 swapFree=67108504/67108860
[pid=3782] ppid=3779 vsize=14088900 memory=11578532 CPUtime=663.58 cores=1,3,5,7
/proc/3782/stat : 3782 (java) S 3779 3782 875 0 -1 1077944320 796028 0 0 0 64110 2248 0 0 20 0 15 0 245615207 14427033600 2894633 33554432000 4194304 4196468 140734617054512 140734617037056 139819917819639 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
/proc/3782/statm: 3522225 2894633 3607 1 0 3484297 0
[pid=3782/tid=3784] ppid=3779 vsize=14088900 memory=11578532 CPUtime=40.88 cores=1,3,5,7
/proc/3782/task/3784/stat : 3784 (java) S 3779 3782 875 0 -1 1077944384 30420 0 0 0 4074 14 0 0 20 0 15 0 245615208 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819922057792 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3785] ppid=3779 vsize=14088900 memory=0 CPUtime=151.71 cores=1,3,5,7
/proc/3782/task/3785/stat : 3785 (java) R 3779 3782 875 0 -1 4202560 168788 0 0 0 14622 549 0 0 20 0 15 0 245615209 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819847907728 139819910447847 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3786] ppid=3779 vsize=14088900 memory=7810175601761413221 CPUtime=152.09 cores=1,3,5,7
/proc/3782/task/3786/stat : 3786 (java) R 3779 3782 875 0 -1 4202560 231635 0 0 0 14666 543 0 0 20 0 15 0 245615209 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819846854512 139819910447847 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3787] ppid=3779 vsize=14088900 memory=3816 CPUtime=151.9 cores=1,3,5,7
/proc/3782/task/3787/stat : 3787 (java) R 3779 3782 875 0 -1 4202560 158639 0 0 0 14637 553 0 0 20 0 15 0 245615209 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819845802536 139819910447847 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3788] ppid=3779 vsize=14088900 memory=66684 CPUtime=151.86 cores=1,3,5,7
/proc/3782/task/3788/stat : 3788 (java) R 3779 3782 875 0 -1 4202560 103081 0 0 0 14613 573 0 0 20 0 15 0 245615209 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819844749840 139819902517278 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3789] ppid=3779 vsize=14088900 memory=2144 CPUtime=8.57 cores=1,3,5,7
/proc/3782/task/3789/stat : 3789 (java) S 3779 3782 875 0 -1 1077944384 81138 0 0 0 852 5 0 0 20 0 15 0 245615210 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819391497184 139819917829845 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3790] ppid=3779 vsize=14088900 memory=1752 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3790/stat : 3790 (java) S 3779 3782 875 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 245615210 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819390444896 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3791] ppid=3779 vsize=14088900 memory=11578532 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3791/stat : 3791 (java) S 3779 3782 875 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 245615211 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819389392512 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3792] ppid=3779 vsize=14088900 memory=1752 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3792/stat : 3792 (java) S 3779 3782 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245615213 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819388340816 139819917838235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3793] ppid=3779 vsize=14088900 memory=748 CPUtime=2.85 cores=1,3,5,7
/proc/3782/task/3793/stat : 3793 (java) S 3779 3782 875 0 -1 1077944384 7450 0 0 0 284 1 0 0 20 0 15 0 245615213 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819387287664 139819917830786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3794] ppid=3779 vsize=14088900 memory=11578480 CPUtime=2.62 cores=1,3,5,7
/proc/3782/task/3794/stat : 3794 (java) S 3779 3782 875 0 -1 1077944384 6331 0 0 0 261 1 0 0 20 0 15 0 245615213 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819386234864 139819917830786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3795] ppid=3779 vsize=14088900 memory=11578480 CPUtime=0.83 cores=1,3,5,7
/proc/3782/task/3795/stat : 3795 (java) S 3779 3782 875 0 -1 1077944384 6415 0 0 0 82 1 0 0 20 0 15 0 245615213 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819385182576 139819917830786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3796] ppid=3779 vsize=14088900 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3796/stat : 3796 (java) S 3779 3782 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245615213 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819384130016 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3797] ppid=3779 vsize=14088900 memory=11578484 CPUtime=0.16 cores=1,3,5,7
/proc/3782/task/3797/stat : 3797 (java) S 3779 3782 875 0 -1 1077944384 695 0 0 0 8 8 0 0 20 0 15 0 245615213 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819383077808 139819917830786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
Current children cumulated CPU time: 663.58 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11578532 KiB

[startup+206.401 s]
/proc/loadavg: 3.97 2.69 1.91 6/216 3800
/proc/meminfo: memFree=1081244/32770624 swapFree=67108504/67108860
[pid=3782] ppid=3779 vsize=14088900 memory=11578532 CPUtime=669.47 cores=1,3,5,7
/proc/3782/stat : 3782 (java) S 3779 3782 875 0 -1 1077944320 797531 0 0 0 64698 2249 0 0 20 0 15 0 245615207 14427033600 2894633 33554432000 4194304 4196468 140734617054512 140734617037056 139819917819639 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
/proc/3782/statm: 3522225 2894633 3607 1 0 3484297 0
[pid=3782/tid=3784] ppid=3779 vsize=14088900 memory=492 CPUtime=40.88 cores=1,3,5,7
/proc/3782/task/3784/stat : 3784 (java) S 3779 3782 875 0 -1 1077944384 30422 0 0 0 4074 14 0 0 20 0 15 0 245615208 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819922057792 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3785] ppid=3779 vsize=14088900 memory=1616 CPUtime=153.15 cores=1,3,5,7
/proc/3782/task/3785/stat : 3785 (java) R 3779 3782 875 0 -1 4202560 168788 0 0 0 14766 549 0 0 20 0 15 0 245615209 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819847907536 139819910447847 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3786] ppid=3779 vsize=14088900 memory=932 CPUtime=153.53 cores=1,3,5,7
/proc/3782/task/3786/stat : 3786 (java) R 3779 3782 875 0 -1 4202560 232317 0 0 0 14809 544 0 0 20 0 15 0 245615209 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819846855048 139819910447847 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3787] ppid=3779 vsize=14088900 memory=1796 CPUtime=153.33 cores=1,3,5,7
/proc/3782/task/3787/stat : 3787 (java) R 3779 3782 875 0 -1 4202560 159457 0 0 0 14779 554 0 0 20 0 15 0 245615209 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819845802760 139819910447847 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3788] ppid=3779 vsize=14088900 memory=37784 CPUtime=153.32 cores=1,3,5,7
/proc/3782/task/3788/stat : 3788 (java) R 3779 3782 875 0 -1 4202560 103081 0 0 0 14759 573 0 0 20 0 15 0 245615209 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819844749840 139819899429362 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3789] ppid=3779 vsize=14088900 memory=13776 CPUtime=8.7 cores=1,3,5,7
/proc/3782/task/3789/stat : 3789 (java) S 3779 3782 875 0 -1 1077944384 81138 0 0 0 865 5 0 0 20 0 15 0 245615210 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819391497408 139819917829845 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3790] ppid=3779 vsize=14088900 memory=3356 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3790/stat : 3790 (java) S 3779 3782 875 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 245615210 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819390444896 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3791] ppid=3779 vsize=14088900 memory=916 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3791/stat : 3791 (java) S 3779 3782 875 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 245615211 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819389392512 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3792] ppid=3779 vsize=14088900 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3792/stat : 3792 (java) S 3779 3782 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245615213 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819388340816 139819917838235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3793] ppid=3779 vsize=14088900 memory=8112282956445269571 CPUtime=2.85 cores=1,3,5,7
/proc/3782/task/3793/stat : 3793 (java) S 3779 3782 875 0 -1 1077944384 7450 0 0 0 284 1 0 0 20 0 15 0 245615213 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819387287664 139819917830786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3794] ppid=3779 vsize=14088900 memory=66684 CPUtime=2.62 cores=1,3,5,7
/proc/3782/task/3794/stat : 3794 (java) S 3779 3782 875 0 -1 1077944384 6332 0 0 0 261 1 0 0 20 0 15 0 245615213 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819386234624 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3795] ppid=3779 vsize=14088900 memory=1116 CPUtime=0.83 cores=1,3,5,7
/proc/3782/task/3795/stat : 3795 (java) S 3779 3782 875 0 -1 1077944384 6415 0 0 0 82 1 0 0 20 0 15 0 245615213 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819385182576 139819917830786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3796] ppid=3779 vsize=14088900 memory=2144 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3796/stat : 3796 (java) S 3779 3782 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245615213 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819384130016 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3797] ppid=3779 vsize=14088900 memory=11578532 CPUtime=0.16 cores=1,3,5,7
/proc/3782/task/3797/stat : 3797 (java) S 3779 3782 875 0 -1 1077944384 695 0 0 0 8 8 0 0 20 0 15 0 245615213 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819383077808 139819917830786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
Current children cumulated CPU time: 669.47 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11578532 KiB

[startup+208.001 s]*
/proc/loadavg: 3.97 2.69 1.91 3/216 3800
/proc/meminfo: memFree=1081960/32770624 swapFree=67108504/67108860
[pid=3782] ppid=3779 vsize=14088900 memory=11578532 CPUtime=675.27 cores=1,3,5,7
/proc/3782/stat : 3782 (java) S 3779 3782 875 0 -1 1077944320 798718 0 0 0 65277 2250 0 0 20 0 15 0 245615207 14427033600 2894633 33554432000 4194304 4196468 140734617054512 140734617037056 139819917819639 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
/proc/3782/statm: 3522225 2894633 3607 1 0 3484297 0
[pid=3782/tid=3784] ppid=3779 vsize=14088900 memory=8112282956445269571 CPUtime=40.88 cores=1,3,5,7
/proc/3782/task/3784/stat : 3784 (java) S 3779 3782 875 0 -1 1077944384 30425 0 0 0 4074 14 0 0 20 0 15 0 245615208 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819922057776 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3785] ppid=3779 vsize=14088900 memory=4126316290023845779 CPUtime=154.57 cores=1,3,5,7
/proc/3782/task/3785/stat : 3785 (java) R 3779 3782 875 0 -1 4202560 169127 0 0 0 14907 550 0 0 20 0 15 0 245615209 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819847907728 139819899415456 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3786] ppid=3779 vsize=14088900 memory=2596 CPUtime=154.92 cores=1,3,5,7
/proc/3782/task/3786/stat : 3786 (java) R 3779 3782 875 0 -1 4202560 232529 0 0 0 14948 544 0 0 20 0 15 0 245615209 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819846854928 139819902517286 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3787] ppid=3779 vsize=14088900 memory=2588 CPUtime=154.73 cores=1,3,5,7
/proc/3782/task/3787/stat : 3787 (java) R 3779 3782 875 0 -1 4202560 159874 0 0 0 14919 554 0 0 20 0 15 0 245615209 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819845802640 139819899373288 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3788] ppid=3779 vsize=14088900 memory=4100 CPUtime=154.74 cores=1,3,5,7
/proc/3782/task/3788/stat : 3788 (java) R 3779 3782 875 0 -1 1077944384 103296 0 0 0 14901 573 0 0 20 0 15 0 245615209 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819844749840 139819917829845 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3789] ppid=3779 vsize=14088900 memory=1404 CPUtime=8.87 cores=1,3,5,7
/proc/3782/task/3789/stat : 3789 (java) S 3779 3782 875 0 -1 1077944384 81138 0 0 0 882 5 0 0 20 0 15 0 245615210 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819391497200 139819917829845 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3790] ppid=3779 vsize=14088900 memory=2987724 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3790/stat : 3790 (java) S 3779 3782 875 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 245615210 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819390444896 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3791] ppid=3779 vsize=14088900 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3791/stat : 3791 (java) S 3779 3782 875 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 245615211 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819389392512 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3792] ppid=3779 vsize=14088900 memory=3076 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3792/stat : 3792 (java) S 3779 3782 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245615213 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819388340816 139819917838235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3793] ppid=3779 vsize=14088900 memory=11578532 CPUtime=2.85 cores=1,3,5,7
/proc/3782/task/3793/stat : 3793 (java) S 3779 3782 875 0 -1 1077944384 7450 0 0 0 284 1 0 0 20 0 15 0 245615213 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819387287664 139819917830786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3794] ppid=3779 vsize=14088900 memory=1752 CPUtime=2.62 cores=1,3,5,7
/proc/3782/task/3794/stat : 3794 (java) S 3779 3782 875 0 -1 1077944384 6332 0 0 0 261 1 0 0 20 0 15 0 245615213 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819386234864 139819917830786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3795] ppid=3779 vsize=14088900 memory=11578532 CPUtime=0.83 cores=1,3,5,7
/proc/3782/task/3795/stat : 3795 (java) S 3779 3782 875 0 -1 1077944384 6416 0 0 0 82 1 0 0 20 0 15 0 245615213 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819385182576 139819917830786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3796] ppid=3779 vsize=14088900 memory=11578532 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3796/stat : 3796 (java) S 3779 3782 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245615213 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819384130016 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3797] ppid=3779 vsize=14088900 memory=8112282956445269571 CPUtime=0.16 cores=1,3,5,7
/proc/3782/task/3797/stat : 3797 (java) S 3779 3782 875 0 -1 1077944384 695 0 0 0 8 8 0 0 20 0 15 0 245615213 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819383077808 139819917830786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
Current children cumulated CPU time: 675.27 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11578532 KiB

[startup+208.401 s]
/proc/loadavg: 3.97 2.69 1.91 3/216 3800
/proc/meminfo: memFree=1081960/32770624 swapFree=67108504/67108860
[pid=3782] ppid=3779 vsize=14088900 memory=11578532 CPUtime=676.79 cores=1,3,5,7
/proc/3782/stat : 3782 (java) S 3779 3782 875 0 -1 1077944320 798718 0 0 0 65429 2250 0 0 20 0 15 0 245615207 14427033600 2894633 33554432000 4194304 4196468 140734617054512 140734617037056 139819917819639 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
/proc/3782/statm: 3522225 2894633 3607 1 0 3484297 0
[pid=3782/tid=3784] ppid=3779 vsize=14088900 memory=1228 CPUtime=40.88 cores=1,3,5,7
/proc/3782/task/3784/stat : 3784 (java) S 3779 3782 875 0 -1 1077944384 30425 0 0 0 4074 14 0 0 20 0 15 0 245615208 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819922057776 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3785] ppid=3779 vsize=14088900 memory=11578532 CPUtime=154.95 cores=1,3,5,7
/proc/3782/task/3785/stat : 3785 (java) R 3779 3782 875 0 -1 4202560 169127 0 0 0 14945 550 0 0 20 0 15 0 245615209 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819847907928 139819899429468 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3786] ppid=3779 vsize=14088900 memory=7532 CPUtime=155.29 cores=1,3,5,7
/proc/3782/task/3786/stat : 3786 (java) R 3779 3782 875 0 -1 4202560 232529 0 0 0 14985 544 0 0 20 0 15 0 245615209 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819846854928 139819902816132 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3787] ppid=3779 vsize=14088900 memory=8112282956445269571 CPUtime=155.12 cores=1,3,5,7
/proc/3782/task/3787/stat : 3787 (java) R 3779 3782 875 0 -1 4202560 159874 0 0 0 14958 554 0 0 20 0 15 0 245615209 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819845802640 139819902518481 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3788] ppid=3779 vsize=14088900 memory=4420 CPUtime=155.11 cores=1,3,5,7
/proc/3782/task/3788/stat : 3788 (java) R 3779 3782 875 0 -1 4202560 103296 0 0 0 14938 573 0 0 20 0 15 0 245615209 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819844749840 139819902816043 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3789] ppid=3779 vsize=14088900 memory=6628 CPUtime=8.88 cores=1,3,5,7
/proc/3782/task/3789/stat : 3789 (java) S 3779 3782 875 0 -1 1077944384 81138 0 0 0 883 5 0 0 20 0 15 0 245615210 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819391497424 139819917829845 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3790] ppid=3779 vsize=14088900 memory=8836 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3790/stat : 3790 (java) S 3779 3782 875 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 245615210 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819390444896 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3791] ppid=3779 vsize=14088900 memory=11044 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3791/stat : 3791 (java) S 3779 3782 875 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 245615211 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819389392512 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3792] ppid=3779 vsize=14088900 memory=808 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3792/stat : 3792 (java) S 3779 3782 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245615213 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819388340816 139819917838235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3793] ppid=3779 vsize=14088900 memory=2596 CPUtime=2.85 cores=1,3,5,7
/proc/3782/task/3793/stat : 3793 (java) S 3779 3782 875 0 -1 1077944384 7450 0 0 0 284 1 0 0 20 0 15 0 245615213 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819387287664 139819917830786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3794] ppid=3779 vsize=14088900 memory=2588 CPUtime=2.62 cores=1,3,5,7
/proc/3782/task/3794/stat : 3794 (java) S 3779 3782 875 0 -1 1077944384 6332 0 0 0 261 1 0 0 20 0 15 0 245615213 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819386234864 139819917830786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3795] ppid=3779 vsize=14088900 memory=4100 CPUtime=0.83 cores=1,3,5,7
/proc/3782/task/3795/stat : 3795 (java) S 3779 3782 875 0 -1 1077944384 6416 0 0 0 82 1 0 0 20 0 15 0 245615213 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819385182576 139819917830786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3796] ppid=3779 vsize=14088900 memory=1404 CPUtime=0 cores=1,3,5,7
/proc/3782/task/3796/stat : 3796 (java) S 3779 3782 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245615213 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819384130016 139819917829845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
[pid=3782/tid=3797] ppid=3779 vsize=14088900 memory=3072 CPUtime=0.16 cores=1,3,5,7
/proc/3782/task/3797/stat : 3797 (java) S 3779 3782 875 0 -1 1077944384 695 0 0 0 8 8 0 0 20 0 15 0 245615213 14427033600 2894633 33554432000 4194304 4196468 140734617054512 139819383077808 139819917830786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12816384 140734617060437 140734617060617 140734617060617 140734617063375 0
Current children cumulated CPU time: 676.79 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11578532 KiB

[startup+208.801 s]*
/proc/loadavg: 3.97 2.69 1.91 3/203 3801
/proc/meminfo: memFree=12403516/32770624 swapFree=67108504/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): 208.812
CPU time (s): 677.957
CPU user time (s): 655.356
CPU system time (s): 22.6012
CPU usage (%): 324.674
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 11578532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 655.356
system time used= 22.6012
maximum resident set size= 11578752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 798987
page faults= 0
swaps= 0
block input operations= 0
block output operations= 360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21528
involuntary context switches= 8038


# summary of solver processes directly reported to runsolver:
#   pid: 3782
#   total CPU time (s): 677.957
#   total CPU user time (s): 655.356
#   total CPU system time (s): 22.6012

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.35953 second user time and 2.1352 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-14 23:02:00
IDJOB=4308394
IDBENCH=141134
IDSOLVER=2792
FILE ID=node104/4308394-1534280520
RUNJOBID= node104-1534270607-2650
PBS_JOBID= 21038129
Free space on /tmp= 40016 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
BENCH NAME= XCSP18/GraphColoring/GraphColoring-qg-order100_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308394-1534280520/watcher-4308394-1534280520 -o /tmp/evaluation-result-4308394-1534280520/solver-4308394-1534280520 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534270607-2650 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 691121677 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308394-1534280520.xml

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

MD5SUM BENCH= d2763c38ef24fdf1196893d726f1931a
RANDOM SEED=691121677

node104.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.11
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.11
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.11
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.11
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:        14252368 kB
MemAvailable:   30706760 kB
Buffers:          239940 kB
Cached:         16260600 kB
SwapCached:            8 kB
Active:          9013500 kB
Inactive:        8739324 kB
Active(anon):    1203588 kB
Inactive(anon):   101108 kB
Active(file):    7809912 kB
Inactive(file):  8638216 kB
Unevictable:        7304 kB
Mlocked:            7304 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:             71348 kB
Writeback:             0 kB
AnonPages:       1259724 kB
Mapped:            68180 kB
Shmem:             49636 kB
Slab:             463232 kB
SReclaimable:     434724 kB
SUnreclaim:        28508 kB
KernelStack:        3536 kB
PageTables:         7860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3300056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1112064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 39980 MiB
End job on node104 at 2018-08-14 23:05:29