Trace number 4308744

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 - Parallel with EPS 2018-08-14? 1415.28 254.819

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 benchmark104
Best CPU time to get the best result obtained on this benchmark19059.4
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.66/0.55	c version: 2018-08-14
0.66/0.55	c seed: 989170951
0.66/0.55	c timeout: 20160
0.66/0.55	c memlimit: 22000
0.66/0.55	c nbcore: 8
0.66/0.58	c Parsing instance...
84.30/25.54	c Parsing done, starting search...
1414.79/254.48	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1414.79/254.48		at scala.collection.mutable.ArrayBuilder$ofInt.mkArray(ArrayBuilder.scala:323)
1414.79/254.48		at scala.collection.mutable.ArrayBuilder$ofInt.resize(ArrayBuilder.scala:329)
1414.79/254.48		at scala.collection.mutable.ArrayBuilder$ofInt.sizeHint(ArrayBuilder.scala:334)
1414.79/254.48		at scala.Array$.tabulate(Array.scala:327)
1414.79/254.48		at oscar.cp.core.variables.CPIntVarAdaptable.oscar$cp$core$variables$CPIntVarAdaptable$$buildSparse(CPIntVarAdaptable.scala:276)
1414.79/254.48		at oscar.cp.core.variables.CPIntVarAdaptable.removeContinuous(CPIntVarAdaptable.scala:267)
1414.79/254.48		at oscar.cp.core.variables.CPIntVarAdaptable.removeValue(CPIntVarAdaptable.scala:259)
1414.79/254.48		at oscar.cp.constraints.DiffVal.setup(DiffVal.scala:10)
1414.79/254.48		at oscar.cp.core.CPStore.post(CPStore.scala:282)
1414.79/254.48		at oscar.cp.core.CPSolver.$anonfun$add$1(CPSolver.scala:138)
1414.79/254.48		at oscar.cp.core.CPSolver$$Lambda$177/1718173776.apply$mcV$sp(Unknown Source)
1414.79/254.48		at oscar.algo.search.BranchingUtils.isInconsistent(BranchingUtils.scala:39)
1414.79/254.48		at oscar.algo.search.BranchingUtils.isInconsistent$(BranchingUtils.scala:37)
1414.79/254.48		at oscar.cp.package$.isInconsistent(package.scala:54)
1414.79/254.48		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
1414.79/254.48		at oscar.cp.core.CPSolver.add(CPSolver.scala:144)
1414.79/254.48		at oscar.modeling.models.cp.CPModel.postConstraintForPossibleConstant(CPModel.scala:706)
1414.79/254.48		at oscar.modeling.models.cp.CPModel.postBooleanExpression(CPModel.scala:431)
1414.79/254.48		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:309)
1414.79/254.48		at oscar.modeling.models.cp.MemoCPModel.post(MemoCPModel.scala:44)
1414.79/254.48		at oscar.modeling.models.LeafModel.add(InstantiatedModel.scala:34)
1414.79/254.48		at oscar.modeling.models.LeafModel.add$(InstantiatedModel.scala:34)
1414.79/254.48		at oscar.modeling.models.InstantiatedModel.add(InstantiatedModel.scala:47)
1414.79/254.48		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1(InstantiatedModel.scala:54)
1414.79/254.48		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1$adapted(InstantiatedModel.scala:54)
1414.79/254.48		at oscar.modeling.models.InstantiatedModel$$Lambda$168/26065947.apply(Unknown Source)
1414.79/254.48		at scala.collection.immutable.List.foreach(List.scala:389)
1414.79/254.48		at oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:54)
1414.79/254.48		at oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
1414.79/254.48		at oscar.modeling.models.cp.MemoCPModel.<init>(MemoCPModel.scala:33)
1414.79/254.48		at oscar.modeling.solvers.cp.decompositions.RefinementStrategy.decompose(RefinementStrategy.scala:56)
1414.79/254.48		at oscar.modeling.solvers.cp.CPProgram.$anonfun$solveDistributed$2(CPProgram.scala:191)
1415.16/254.74	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 (11009 MiB free)
  memory of node 1: 16384 MiB (12389 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308744-1534359565/watcher-4308744-1534359565 -o /tmp/evaluation-result-4308744-1534359565/solver-4308744-1534359565 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1534351989-8328 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 989170951 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308744-1534359565.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=8960, runsolver pid=8957
Current StackSize limit: 8192 KiB


[startup+0.100829 s]*
/proc/loadavg: 7.78 8.46 8.68 3/198 8980
/proc/meminfo: memFree=23943356/32770624 swapFree=67108196/67108860
[pid=8960] ppid=8957 vsize=26103420 memory=30504 CPUtime=0.11 cores=0-7
/proc/8960/stat : 8960 (java) S 8957 8960 8301 0 -1 1077944320 7079 0 0 0 9 2 0 0 20 0 20 0 253519738 26729902080 7626 33554432000 4194304 4196468 140737257592976 140737257575520 139898627596023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
/proc/8960/statm: 6525855 7626 3140 1 0 6487932 0
[pid=8960/tid=8962] ppid=8957 vsize=26103420 memory=4572170062864216983 CPUtime=0.09 cores=0-7
/proc/8960/task/8962/stat : 8962 (java) R 8957 8960 8301 0 -1 4202560 5395 0 0 0 8 1 0 0 20 0 20 0 253519739 26729902080 7890 33554432000 4194304 4196468 140737257592976 139898631809016 139898611676510 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8963] ppid=8957 vsize=26103420 memory=732370174319197157 CPUtime=0 cores=0-7
/proc/8960/task/8963/stat : 8963 (java) S 8957 8960 8301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253519739 26729902080 7890 33554432000 4194304 4196468 140737257592976 139898580216976 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8964] ppid=8957 vsize=26103420 memory=140035981743744 CPUtime=0 cores=0-7
/proc/8960/task/8964/stat : 8964 (java) S 8957 8960 8301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253519739 26729902080 7890 33554432000 4194304 4196468 140737257592976 139898579164176 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8965] ppid=8957 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8960/task/8965/stat : 8965 (java) S 8957 8960 8301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253519739 26729902080 7890 33554432000 4194304 4196468 140737257592976 139898578111376 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8966] ppid=8957 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8960/task/8966/stat : 8966 (java) S 8957 8960 8301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253519740 26729902080 7890 33554432000 4194304 4196468 140737257592976 139898577058576 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8967] ppid=8957 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8960/task/8967/stat : 8967 (java) S 8957 8960 8301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253519740 26729902080 7890 33554432000 4194304 4196468 140737257592976 139898576005776 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8968] ppid=8957 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/8960/task/8968/stat : 8968 (java) S 8957 8960 8301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253519740 26729902080 7908 33554432000 4194304 4196468 140737257592976 139898574952976 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8969] ppid=8957 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8960/task/8969/stat : 8969 (java) S 8957 8960 8301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253519740 26729902080 7908 33554432000 4194304 4196468 140737257592976 139898573900176 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8970] ppid=8957 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8960/task/8970/stat : 8970 (java) S 8957 8960 8301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253519740 26729902080 7908 33554432000 4194304 4196468 140737257592976 139898572847376 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8971] ppid=8957 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8960/task/8971/stat : 8971 (java) S 8957 8960 8301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253519741 26729902080 7908 33554432000 4194304 4196468 140737257592976 139897370262384 139898627607170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8972] ppid=8957 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8960/task/8972/stat : 8972 (java) S 8957 8960 8301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253519741 26729902080 7908 33554432000 4194304 4196468 140737257592976 139897369208352 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8973] ppid=8957 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8960/task/8973/stat : 8973 (java) S 8957 8960 8301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253519742 26729902080 7908 33554432000 4194304 4196468 140737257592976 139897368155504 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8974] ppid=8957 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8960/task/8974/stat : 8974 (java) S 8957 8960 8301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253519744 26729902080 7908 33554432000 4194304 4196468 140737257592976 139897367103824 139898627614619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8975] ppid=8957 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8960/task/8975/stat : 8975 (java) S 8957 8960 8301 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 20 0 253519744 26729902080 7908 33554432000 4194304 4196468 140737257592976 139897366051184 139898627607170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8976] ppid=8957 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8960/task/8976/stat : 8976 (java) S 8957 8960 8301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253519744 26729902080 7908 33554432000 4194304 4196468 140737257592976 139897364998384 139898627607170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8977] ppid=8957 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8960/task/8977/stat : 8977 (java) S 8957 8960 8301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253519744 26729902080 7908 33554432000 4194304 4196468 140737257592976 139897363945584 139898627607170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8978] ppid=8957 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/8960/task/8978/stat : 8978 (java) S 8957 8960 8301 0 -1 1077944384 248 0 0 0 1 0 0 0 20 0 20 0 253519744 26729902080 7908 33554432000 4194304 4196468 140737257592976 139897362892784 139898627607170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8979] ppid=8957 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8960/task/8979/stat : 8979 (java) S 8957 8960 8301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253519744 26729902080 7908 33554432000 4194304 4196468 140737257592976 139897361841248 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8980] ppid=8957 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/8960/task/8980/stat : 8980 (java) S 8957 8960 8301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253519744 26729902080 7908 33554432000 4194304 4196468 140737257592976 139897360788528 139898627607170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 30504 KiB

[startup+0.210162 s]*
/proc/loadavg: 7.78 8.46 8.68 3/198 8980
/proc/meminfo: memFree=23930628/32770624 swapFree=67108196/67108860
[pid=8960] ppid=8957 vsize=26103420 memory=42792 CPUtime=0.3 cores=0-7
/proc/8960/stat : 8960 (java) S 8957 8960 8301 0 -1 1077944320 10414 0 0 0 27 3 0 0 20 0 20 0 253519738 26729902080 10698 33554432000 4194304 4196468 140737257592976 140737257575520 139898627596023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
/proc/8960/statm: 6525855 10698 3283 1 0 6487932 0
[pid=8960/tid=8962] ppid=8957 vsize=26103420 memory=32758254098972862 CPUtime=0.2 cores=0-7
/proc/8960/task/8962/stat : 8962 (java) R 8957 8960 8301 0 -1 4202560 8186 0 0 0 19 1 0 0 20 0 20 0 253519739 26729902080 10698 33554432000 4194304 4196468 140737257592976 139898631817152 139898627617370 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8963] ppid=8957 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8960/task/8963/stat : 8963 (java) S 8957 8960 8301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253519739 26729902080 10698 33554432000 4194304 4196468 140737257592976 139898580216976 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8964] ppid=8957 vsize=26103420 memory=288370412133455488 CPUtime=0 cores=0-7
/proc/8960/task/8964/stat : 8964 (java) S 8957 8960 8301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253519739 26729902080 10698 33554432000 4194304 4196468 140737257592976 139898579164176 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8965] ppid=8957 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8960/task/8965/stat : 8965 (java) S 8957 8960 8301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253519739 26729902080 10698 33554432000 4194304 4196468 140737257592976 139898578111376 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8966] ppid=8957 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8960/task/8966/stat : 8966 (java) S 8957 8960 8301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253519740 26729902080 10698 33554432000 4194304 4196468 140737257592976 139898577058576 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8967] ppid=8957 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8960/task/8967/stat : 8967 (java) S 8957 8960 8301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253519740 26729902080 10698 33554432000 4194304 4196468 140737257592976 139898576005776 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8968] ppid=8957 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/8960/task/8968/stat : 8968 (java) S 8957 8960 8301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253519740 26729902080 10698 33554432000 4194304 4196468 140737257592976 139898574952976 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8969] ppid=8957 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8960/task/8969/stat : 8969 (java) S 8957 8960 8301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253519740 26729902080 10698 33554432000 4194304 4196468 140737257592976 139898573900176 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8970] ppid=8957 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8960/task/8970/stat : 8970 (java) S 8957 8960 8301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253519740 26729902080 10698 33554432000 4194304 4196468 140737257592976 139898572847376 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8971] ppid=8957 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8960/task/8971/stat : 8971 (java) S 8957 8960 8301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253519741 26729902080 10698 33554432000 4194304 4196468 140737257592976 139897370262384 139898627607170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8972] ppid=8957 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8960/task/8972/stat : 8972 (java) S 8957 8960 8301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253519741 26729902080 10698 33554432000 4194304 4196468 140737257592976 139897369208352 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8973] ppid=8957 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8960/task/8973/stat : 8973 (java) S 8957 8960 8301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253519742 26729902080 10698 33554432000 4194304 4196468 140737257592976 139897368155504 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8974] ppid=8957 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8960/task/8974/stat : 8974 (java) S 8957 8960 8301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253519744 26729902080 10698 33554432000 4194304 4196468 140737257592976 139897367103824 139898627614619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8975] ppid=8957 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/8960/task/8975/stat : 8975 (java) S 8957 8960 8301 0 -1 1077944384 460 0 0 0 1 0 0 0 20 0 20 0 253519744 26729902080 10698 33554432000 4194304 4196468 140737257592976 139897366051184 139898627607170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8976] ppid=8957 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8960/task/8976/stat : 8976 (java) S 8957 8960 8301 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 253519744 26729902080 10698 33554432000 4194304 4196468 140737257592976 139897364998384 139898627607170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8977] ppid=8957 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8960/task/8977/stat : 8977 (java) S 8957 8960 8301 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 20 0 253519744 26729902080 10698 33554432000 4194304 4196468 140737257592976 139897363945584 139898627607170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8978] ppid=8957 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/8960/task/8978/stat : 8978 (java) R 8957 8960 8301 0 -1 4202560 313 0 0 0 6 0 0 0 20 0 20 0 253519744 26729902080 10698 33554432000 4194304 4196468 140737257592976 139897362890592 139898627607958 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8979] ppid=8957 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8960/task/8979/stat : 8979 (java) S 8957 8960 8301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253519744 26729902080 10698 33554432000 4194304 4196468 140737257592976 139897361841248 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8980] ppid=8957 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/8960/task/8980/stat : 8980 (java) S 8957 8960 8301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253519744 26729902080 10698 33554432000 4194304 4196468 140737257592976 139897360788528 139898627607170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 42792 KiB

[startup+0.310434 s]*
/proc/loadavg: 7.78 8.46 8.68 4/198 8980
/proc/meminfo: memFree=23926968/32770624 swapFree=67108196/67108860
[pid=8960] ppid=8957 vsize=26103420 memory=46568 CPUtime=0.42 cores=0-7
/proc/8960/stat : 8960 (java) S 8957 8960 8301 0 -1 1077944320 10869 0 0 0 39 3 0 0 20 0 20 0 253519738 26729902080 11642 33554432000 4194304 4196468 140737257592976 140737257575520 139898627596023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
/proc/8960/statm: 6525855 11642 3381 1 0 6487932 0
[pid=8960/tid=8962] ppid=8957 vsize=26103420 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/8960/task/8962/stat : 8962 (java) R 8957 8960 8301 0 -1 4202560 8535 0 0 0 28 1 0 0 20 0 20 0 253519739 26729902080 11642 33554432000 4194304 4196468 140737257592976 139898631784968 139898611676510 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8963] ppid=8957 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8960/task/8963/stat : 8963 (java) S 8957 8960 8301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253519739 26729902080 11642 33554432000 4194304 4196468 140737257592976 139898580216976 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8964] ppid=8957 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8960/task/8964/stat : 8964 (java) S 8957 8960 8301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253519739 26729902080 11642 33554432000 4194304 4196468 140737257592976 139898579164176 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8965] ppid=8957 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8960/task/8965/stat : 8965 (java) S 8957 8960 8301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253519739 26729902080 11642 33554432000 4194304 4196468 140737257592976 139898578111376 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8966] ppid=8957 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8960/task/8966/stat : 8966 (java) S 8957 8960 8301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253519740 26729902080 11642 33554432000 4194304 4196468 140737257592976 139898577058576 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8967] ppid=8957 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/8960/task/8967/stat : 8967 (java) S 8957 8960 8301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253519740 26729902080 11642 33554432000 4194304 4196468 140737257592976 139898576005776 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8968] ppid=8957 vsize=26103420 memory=140035865277359 CPUtime=0 cores=0-7
/proc/8960/task/8968/stat : 8968 (java) S 8957 8960 8301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253519740 26729902080 11642 33554432000 4194304 4196468 140737257592976 139898574952976 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8969] ppid=8957 vsize=26103420 memory=140035865279664 CPUtime=0 cores=0-7
/proc/8960/task/8969/stat : 8969 (java) S 8957 8960 8301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253519740 26729902080 11642 33554432000 4194304 4196468 140737257592976 139898573900176 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8970] ppid=8957 vsize=26103420 memory=140035865281968 CPUtime=0 cores=0-7
/proc/8960/task/8970/stat : 8970 (java) S 8957 8960 8301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253519740 26729902080 11642 33554432000 4194304 4196468 140737257592976 139898572847376 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8971] ppid=8957 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8960/task/8971/stat : 8971 (java) S 8957 8960 8301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253519741 26729902080 11642 33554432000 4194304 4196468 140737257592976 139897370262384 139898627607170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8972] ppid=8957 vsize=26103420 memory=280071730570896 CPUtime=0 cores=0-7
/proc/8960/task/8972/stat : 8972 (java) S 8957 8960 8301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253519741 26729902080 11642 33554432000 4194304 4196468 140737257592976 139897369208352 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8973] ppid=8957 vsize=26103420 memory=280071730577808 CPUtime=0 cores=0-7
/proc/8960/task/8973/stat : 8973 (java) S 8957 8960 8301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253519742 26729902080 11642 33554432000 4194304 4196468 140737257592976 139897368155504 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8974] ppid=8957 vsize=26103420 memory=280071730519088 CPUtime=0 cores=0-7
/proc/8960/task/8974/stat : 8974 (java) S 8957 8960 8301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253519744 26729902080 11642 33554432000 4194304 4196468 140737257592976 139897367103824 139898627614619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8975] ppid=8957 vsize=26103420 memory=280071730591632 CPUtime=0.02 cores=0-7
/proc/8960/task/8975/stat : 8975 (java) S 8957 8960 8301 0 -1 1077944384 539 0 0 0 2 0 0 0 20 0 20 0 253519744 26729902080 11642 33554432000 4194304 4196468 140737257592976 139897366051184 139898627607170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8976] ppid=8957 vsize=26103420 memory=280071730598544 CPUtime=0 cores=0-7
/proc/8960/task/8976/stat : 8976 (java) S 8957 8960 8301 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 253519744 26729902080 11642 33554432000 4194304 4196468 140737257592976 139897364998384 139898627607170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8977] ppid=8957 vsize=26103420 memory=280071730596240 CPUtime=0 cores=0-7
/proc/8960/task/8977/stat : 8977 (java) S 8957 8960 8301 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 20 0 253519744 26729902080 11642 33554432000 4194304 4196468 140737257592976 139897363945584 139898627607170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8978] ppid=8957 vsize=26103420 memory=280071730612800 CPUtime=0.07 cores=0-7
/proc/8960/task/8978/stat : 8978 (java) S 8957 8960 8301 0 -1 1077944384 329 0 0 0 7 0 0 0 20 0 20 0 253519744 26729902080 11642 33554432000 4194304 4196468 140737257592976 139897362892784 139898627607170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8979] ppid=8957 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8960/task/8979/stat : 8979 (java) S 8957 8960 8301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253519744 26729902080 11642 33554432000 4194304 4196468 140737257592976 139897361841248 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8980] ppid=8957 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/8960/task/8980/stat : 8980 (java) S 8957 8960 8301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253519744 26729902080 11642 33554432000 4194304 4196468 140737257592976 139897360788528 139898627607170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46568 KiB

[startup+0.70091 s]
/proc/loadavg: 7.78 8.46 8.68 2/198 8980
/proc/meminfo: memFree=23903492/32770624 swapFree=67108196/67108860
[pid=8960] ppid=8957 vsize=26105488 memory=87752 CPUtime=0.99 cores=0-7
/proc/8960/stat : 8960 (java) S 8957 8960 8301 0 -1 1077944320 17878 0 0 0 93 6 0 0 20 0 20 0 253519738 26732019712 21938 33554432000 4194304 4196468 140737257592976 140737257575520 139898627596023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
/proc/8960/statm: 6526372 21938 3496 1 0 6488444 0
[pid=8960/tid=8962] ppid=8957 vsize=26105488 memory=5787213921620541536 CPUtime=0.67 cores=0-7
/proc/8960/task/8962/stat : 8962 (java) R 8957 8960 8301 0 -1 4202560 15027 0 0 0 63 4 0 0 20 0 20 0 253519739 26732019712 21938 33554432000 4194304 4196468 140737257592976 139898631820832 139898627617949 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8963] ppid=8957 vsize=26105488 memory=38564511368742 CPUtime=0 cores=0-7
/proc/8960/task/8963/stat : 8963 (java) S 8957 8960 8301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253519739 26732019712 21938 33554432000 4194304 4196468 140737257592976 139898580216976 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8964] ppid=8957 vsize=26105488 memory=140035865288505 CPUtime=0 cores=0-7
/proc/8960/task/8964/stat : 8964 (java) S 8957 8960 8301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253519739 26732019712 21938 33554432000 4194304 4196468 140737257592976 139898579164176 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8965] ppid=8957 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/8960/task/8965/stat : 8965 (java) S 8957 8960 8301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253519739 26732019712 21938 33554432000 4194304 4196468 140737257592976 139898578111376 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8966] ppid=8957 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/8960/task/8966/stat : 8966 (java) S 8957 8960 8301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253519740 26732019712 21938 33554432000 4194304 4196468 140737257592976 139898577058576 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8967] ppid=8957 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/8960/task/8967/stat : 8967 (java) S 8957 8960 8301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253519740 26732019712 21938 33554432000 4194304 4196468 140737257592976 139898576005776 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8968] ppid=8957 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/8960/task/8968/stat : 8968 (java) S 8957 8960 8301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253519740 26732019712 21938 33554432000 4194304 4196468 140737257592976 139898574952976 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8969] ppid=8957 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/8960/task/8969/stat : 8969 (java) S 8957 8960 8301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253519740 26732019712 21938 33554432000 4194304 4196468 140737257592976 139898573900176 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8970] ppid=8957 vsize=26105488 memory=1752 CPUtime=0 cores=0-7
/proc/8960/task/8970/stat : 8970 (java) S 8957 8960 8301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253519740 26732019712 21938 33554432000 4194304 4196468 140737257592976 139898572847376 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8971] ppid=8957 vsize=26105488 memory=844 CPUtime=0 cores=0-7
/proc/8960/task/8971/stat : 8971 (java) S 8957 8960 8301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253519741 26732019712 21938 33554432000 4194304 4196468 140737257592976 139897370262384 139898627607170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0

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

/proc/8960/task/8978/stat : 8978 (java) S 8957 8960 8301 0 -1 1077944384 7538 0 0 0 78 1 0 0 20 0 20 0 253519744 26738311168 5826743 33554432000 4194304 4196468 140737257592976 139897362892784 139898627607170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8979] ppid=8957 vsize=26111632 memory=1628 CPUtime=0 cores=0-7
/proc/8960/task/8979/stat : 8979 (java) S 8957 8960 8301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253519744 26738311168 5826743 33554432000 4194304 4196468 140737257592976 139897361841248 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8980] ppid=8957 vsize=26111632 memory=1100 CPUtime=0.09 cores=0-7
/proc/8960/task/8980/stat : 8980 (java) S 8957 8960 8301 0 -1 1077944384 748 0 0 0 4 5 0 0 20 0 20 0 253519744 26738311168 5826743 33554432000 4194304 4196468 140737257592976 139897360788528 139898627607170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
Current children cumulated CPU time: 1378.83 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 23306972 KiB

[startup+252.801 s]
/proc/loadavg: 6.33 6.54 7.78 9/198 9009
/proc/meminfo: memFree=630160/32770624 swapFree=67108196/67108860
[pid=8960] ppid=8957 vsize=26111632 memory=23306980 CPUtime=1402.78 cores=0-7
/proc/8960/stat : 8960 (java) S 8957 8960 8301 0 -1 1077944320 4189137 0 0 0 134061 6217 0 0 20 0 20 0 253519738 26738311168 5826745 33554432000 4194304 4196468 140737257592976 140737257575520 139898627596023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
/proc/8960/statm: 6527908 5826745 3609 1 0 6489980 0
[pid=8960/tid=8962] ppid=8957 vsize=26111632 memory=1628 CPUtime=76.49 cores=0-7
/proc/8960/task/8962/stat : 8962 (java) S 8957 8960 8301 0 -1 1077944384 39608 0 0 0 7623 26 0 0 20 0 20 0 253519739 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139898631833040 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8963] ppid=8957 vsize=26111632 memory=1100 CPUtime=163.78 cores=0-7
/proc/8960/task/8963/stat : 8963 (java) R 8957 8960 8301 0 -1 4202560 456404 0 0 0 15618 760 0 0 20 0 20 0 253519739 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139898580216784 139898620224231 0 4 0 16800975 0 0 0 -1 1 0 0 15 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8964] ppid=8957 vsize=26111632 memory=15188 CPUtime=163.85 cores=0-7
/proc/8960/task/8964/stat : 8964 (java) R 8957 8960 8301 0 -1 4202560 379695 0 0 0 15614 771 0 0 20 0 20 0 253519739 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139898579163984 139898620224231 0 4 0 16800975 0 0 0 -1 3 0 0 23 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8965] ppid=8957 vsize=26111632 memory=23306980 CPUtime=163.56 cores=0-7
/proc/8960/task/8965/stat : 8965 (java) R 8957 8960 8301 0 -1 4202560 327674 0 0 0 15554 802 0 0 20 0 20 0 253519739 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139898578111184 139898620224231 0 4 0 16800975 0 0 0 -1 2 0 0 16 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8966] ppid=8957 vsize=26111632 memory=23306980 CPUtime=164.08 cores=0-7
/proc/8960/task/8966/stat : 8966 (java) R 8957 8960 8301 0 -1 4202560 764154 0 0 0 15637 771 0 0 20 0 20 0 253519740 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139898577058776 139898620699009 0 4 0 16800975 0 0 0 -1 5 0 0 19 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8967] ppid=8957 vsize=26111632 memory=1224 CPUtime=164.13 cores=0-7
/proc/8960/task/8967/stat : 8967 (java) R 8957 8960 8301 0 -1 4202560 880567 0 0 0 15590 823 0 0 20 0 20 0 253519740 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139898576005896 139898620224231 0 4 0 16800975 0 0 0 -1 7 0 0 22 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8968] ppid=8957 vsize=26111632 memory=2180 CPUtime=164 cores=0-7
/proc/8960/task/8968/stat : 8968 (java) R 8957 8960 8301 0 -1 4202560 453017 0 0 0 15636 764 0 0 20 0 20 0 253519740 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139898574952784 139898620224231 0 4 0 16800975 0 0 0 -1 4 0 0 19 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8969] ppid=8957 vsize=26111632 memory=1752 CPUtime=163.36 cores=0-7
/proc/8960/task/8969/stat : 8969 (java) R 8957 8960 8301 0 -1 4202560 436272 0 0 0 15617 719 0 0 20 0 20 0 253519740 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139898573899984 139898620224231 0 4 0 16800975 0 0 0 -1 6 0 0 21 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8970] ppid=8957 vsize=26111632 memory=8112282956445269571 CPUtime=163.5 cores=0-7
/proc/8960/task/8970/stat : 8970 (java) R 8957 8960 8301 0 -1 4202560 102218 0 0 0 15613 737 0 0 20 0 20 0 253519740 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139898572847184 139898620224231 0 4 0 16800975 0 0 0 -1 0 0 0 27 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8971] ppid=8957 vsize=26111632 memory=23306968 CPUtime=8.02 cores=0-7
/proc/8960/task/8971/stat : 8971 (java) S 8957 8960 8301 0 -1 1077944384 318448 0 0 0 778 24 0 0 20 0 20 0 253519741 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139897370260928 139898627606229 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8972] ppid=8957 vsize=26111632 memory=1568 CPUtime=0 cores=0-7
/proc/8960/task/8972/stat : 8972 (java) S 8957 8960 8301 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 253519741 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139897369208416 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8973] ppid=8957 vsize=26111632 memory=2216 CPUtime=0 cores=0-7
/proc/8960/task/8973/stat : 8973 (java) S 8957 8960 8301 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 20 0 253519742 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139897368155520 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8974] ppid=8957 vsize=26111632 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/8960/task/8974/stat : 8974 (java) S 8957 8960 8301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253519744 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139897367103824 139898627614619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8975] ppid=8957 vsize=26111632 memory=816 CPUtime=1.87 cores=0-7
/proc/8960/task/8975/stat : 8975 (java) S 8957 8960 8301 0 -1 1077944384 6384 0 0 0 185 2 0 0 20 0 20 0 253519744 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139897366051232 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8976] ppid=8957 vsize=26111632 memory=1800 CPUtime=2.4 cores=0-7
/proc/8960/task/8976/stat : 8976 (java) S 8957 8960 8301 0 -1 1077944384 6656 0 0 0 238 2 0 0 20 0 20 0 253519744 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139897364998432 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8977] ppid=8957 vsize=26111632 memory=920 CPUtime=2.7 cores=0-7
/proc/8960/task/8977/stat : 8977 (java) S 8957 8960 8301 0 -1 1077944384 8297 0 0 0 267 3 0 0 20 0 20 0 253519744 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139897363945632 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8978] ppid=8957 vsize=26111632 memory=23306972 CPUtime=0.79 cores=0-7
/proc/8960/task/8978/stat : 8978 (java) S 8957 8960 8301 0 -1 1077944384 7539 0 0 0 78 1 0 0 20 0 20 0 253519744 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139897362892544 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8979] ppid=8957 vsize=26111632 memory=23306972 CPUtime=0 cores=0-7
/proc/8960/task/8979/stat : 8979 (java) S 8957 8960 8301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253519744 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139897361841248 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8980] ppid=8957 vsize=26111632 memory=1824 CPUtime=0.1 cores=0-7
/proc/8960/task/8980/stat : 8980 (java) S 8957 8960 8301 0 -1 1077944384 750 0 0 0 4 6 0 0 20 0 20 0 253519744 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139897360788528 139898627607170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
Current children cumulated CPU time: 1402.78 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 23306980 KiB

[startup+253.601 s]
/proc/loadavg: 6.33 6.54 7.78 9/198 9009
/proc/meminfo: memFree=630160/32770624 swapFree=67108196/67108860
[pid=8960] ppid=8957 vsize=26111632 memory=23306980 CPUtime=1408.96 cores=0-7
/proc/8960/stat : 8960 (java) S 8957 8960 8301 0 -1 1077944320 4210769 0 0 0 134674 6222 0 0 20 0 20 0 253519738 26738311168 5826745 33554432000 4194304 4196468 140737257592976 140737257575520 139898627596023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
/proc/8960/statm: 6527908 5826745 3609 1 0 6489980 0
[pid=8960/tid=8962] ppid=8957 vsize=26111632 memory=504 CPUtime=76.49 cores=0-7
/proc/8960/task/8962/stat : 8962 (java) S 8957 8960 8301 0 -1 1077944384 39608 0 0 0 7623 26 0 0 20 0 20 0 253519739 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139898631833040 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8963] ppid=8957 vsize=26111632 memory=932 CPUtime=164.55 cores=0-7
/proc/8960/task/8963/stat : 8963 (java) R 8957 8960 8301 0 -1 4202560 456413 0 0 0 15694 761 0 0 20 0 20 0 253519739 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139898580216784 139898620224231 0 4 0 16800975 0 0 0 -1 1 0 0 15 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8964] ppid=8957 vsize=26111632 memory=2056 CPUtime=164.62 cores=0-7
/proc/8960/task/8964/stat : 8964 (java) R 8957 8960 8301 0 -1 4202560 379704 0 0 0 15690 772 0 0 20 0 20 0 253519739 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139898579163984 139898620224231 0 4 0 16800975 0 0 0 -1 3 0 0 23 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8965] ppid=8957 vsize=26111632 memory=928 CPUtime=164.33 cores=0-7
/proc/8960/task/8965/stat : 8965 (java) R 8957 8960 8301 0 -1 4202560 327680 0 0 0 15631 802 0 0 20 0 20 0 253519739 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139898578111496 139898620224231 0 4 0 16800975 0 0 0 -1 2 0 0 16 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8966] ppid=8957 vsize=26111632 memory=8112282956445269571 CPUtime=164.87 cores=0-7
/proc/8960/task/8966/stat : 8966 (java) R 8957 8960 8301 0 -1 4202560 785713 0 0 0 15715 772 0 0 20 0 20 0 253519740 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139898577058776 139898612585581 0 4 0 16800975 0 0 0 -1 5 0 0 19 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8967] ppid=8957 vsize=26111632 memory=38728 CPUtime=164.89 cores=0-7
/proc/8960/task/8967/stat : 8967 (java) R 8957 8960 8301 0 -1 4202560 880580 0 0 0 15665 824 0 0 20 0 20 0 253519740 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139898576005896 139898620224231 0 4 0 16800975 0 0 0 -1 7 0 0 22 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8968] ppid=8957 vsize=26111632 memory=4028 CPUtime=164.78 cores=0-7
/proc/8960/task/8968/stat : 8968 (java) R 8957 8960 8301 0 -1 4202560 453027 0 0 0 15713 765 0 0 20 0 20 0 253519740 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139898574952784 139898620224231 0 4 0 16800975 0 0 0 -1 4 0 0 19 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8969] ppid=8957 vsize=26111632 memory=15916 CPUtime=164.14 cores=0-7
/proc/8960/task/8969/stat : 8969 (java) R 8957 8960 8301 0 -1 4202560 436278 0 0 0 15694 720 0 0 20 0 20 0 253519740 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139898573899984 139898620224231 0 4 0 16800975 0 0 0 -1 6 0 0 21 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8970] ppid=8957 vsize=26111632 memory=504 CPUtime=164.27 cores=0-7
/proc/8960/task/8970/stat : 8970 (java) R 8957 8960 8301 0 -1 4202560 102226 0 0 0 15690 737 0 0 20 0 20 0 253519740 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139898572847184 139898620224231 0 4 0 16800975 0 0 0 -1 0 0 0 27 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8971] ppid=8957 vsize=26111632 memory=1704 CPUtime=8.02 cores=0-7
/proc/8960/task/8971/stat : 8971 (java) S 8957 8960 8301 0 -1 1077944384 318448 0 0 0 778 24 0 0 20 0 20 0 253519741 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139897370260928 139898627606229 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8972] ppid=8957 vsize=26111632 memory=752 CPUtime=0 cores=0-7
/proc/8960/task/8972/stat : 8972 (java) S 8957 8960 8301 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 253519741 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139897369208416 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8973] ppid=8957 vsize=26111632 memory=1124 CPUtime=0 cores=0-7
/proc/8960/task/8973/stat : 8973 (java) S 8957 8960 8301 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 20 0 253519742 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139897368155520 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8974] ppid=8957 vsize=26111632 memory=1824 CPUtime=0 cores=0-7
/proc/8960/task/8974/stat : 8974 (java) S 8957 8960 8301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253519744 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139897367103824 139898627614619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8975] ppid=8957 vsize=26111632 memory=1356 CPUtime=1.87 cores=0-7
/proc/8960/task/8975/stat : 8975 (java) S 8957 8960 8301 0 -1 1077944384 6384 0 0 0 185 2 0 0 20 0 20 0 253519744 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139897366051232 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8976] ppid=8957 vsize=26111632 memory=4140 CPUtime=2.4 cores=0-7
/proc/8960/task/8976/stat : 8976 (java) S 8957 8960 8301 0 -1 1077944384 6656 0 0 0 238 2 0 0 20 0 20 0 253519744 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139897364998432 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8977] ppid=8957 vsize=26111632 memory=6336 CPUtime=2.7 cores=0-7
/proc/8960/task/8977/stat : 8977 (java) S 8957 8960 8301 0 -1 1077944384 8297 0 0 0 267 3 0 0 20 0 20 0 253519744 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139897363945632 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8978] ppid=8957 vsize=26111632 memory=1224 CPUtime=0.79 cores=0-7
/proc/8960/task/8978/stat : 8978 (java) S 8957 8960 8301 0 -1 1077944384 7539 0 0 0 78 1 0 0 20 0 20 0 253519744 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139897362892544 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8979] ppid=8957 vsize=26111632 memory=2180 CPUtime=0 cores=0-7
/proc/8960/task/8979/stat : 8979 (java) S 8957 8960 8301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253519744 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139897361841248 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8980] ppid=8957 vsize=26111632 memory=1752 CPUtime=0.1 cores=0-7
/proc/8960/task/8980/stat : 8980 (java) S 8957 8960 8301 0 -1 1077944384 763 0 0 0 4 6 0 0 20 0 20 0 253519744 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139897360788528 139898627607170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
Current children cumulated CPU time: 1408.96 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 23306980 KiB

[startup+254.401 s]
/proc/loadavg: 6.33 6.54 7.78 9/198 9009
/proc/meminfo: memFree=630284/32770624 swapFree=67108196/67108860
[pid=8960] ppid=8957 vsize=26111632 memory=23306980 CPUtime=1414.79 cores=0-7
/proc/8960/stat : 8960 (java) S 8957 8960 8301 0 -1 1077944320 4516294 0 0 0 135239 6240 0 0 20 0 20 0 253519738 26738311168 5826745 33554432000 4194304 4196468 140737257592976 140737257575520 139898627596023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
/proc/8960/statm: 6527908 5826745 3609 1 0 6489980 0
[pid=8960/tid=8962] ppid=8957 vsize=26111632 memory=1704 CPUtime=76.49 cores=0-7
/proc/8960/task/8962/stat : 8962 (java) S 8957 8960 8301 0 -1 1077944384 39608 0 0 0 7623 26 0 0 20 0 20 0 253519739 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139898631833040 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8963] ppid=8957 vsize=26111632 memory=1176 CPUtime=165.27 cores=0-7
/proc/8960/task/8963/stat : 8963 (java) S 8957 8960 8301 0 -1 1077944384 456413 0 0 0 15765 762 0 0 20 0 20 0 253519739 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139898580216976 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 15 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8964] ppid=8957 vsize=26111632 memory=3760 CPUtime=165.34 cores=0-7
/proc/8960/task/8964/stat : 8964 (java) S 8957 8960 8301 0 -1 1077944384 379704 0 0 0 15761 773 0 0 20 0 20 0 253519739 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139898579164176 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8965] ppid=8957 vsize=26111632 memory=68812 CPUtime=165.04 cores=0-7
/proc/8960/task/8965/stat : 8965 (java) S 8957 8960 8301 0 -1 1077944384 327680 0 0 0 15702 802 0 0 20 0 20 0 253519739 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139898578111376 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 16 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8966] ppid=8957 vsize=26111632 memory=23306980 CPUtime=165.62 cores=0-7
/proc/8960/task/8966/stat : 8966 (java) S 8957 8960 8301 0 -1 1077944384 1085154 0 0 0 15776 786 0 0 20 0 20 0 253519740 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139898577058576 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 19 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8967] ppid=8957 vsize=26111632 memory=932 CPUtime=165.6 cores=0-7
/proc/8960/task/8967/stat : 8967 (java) S 8957 8960 8301 0 -1 1077944384 880580 0 0 0 15735 825 0 0 20 0 20 0 253519740 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139898576005776 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 22 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8968] ppid=8957 vsize=26111632 memory=1628 CPUtime=165.5 cores=0-7
/proc/8960/task/8968/stat : 8968 (java) S 8957 8960 8301 0 -1 1077944384 453027 0 0 0 15785 765 0 0 20 0 20 0 253519740 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139898574952976 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 19 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8969] ppid=8957 vsize=26111632 memory=1100 CPUtime=164.86 cores=0-7
/proc/8960/task/8969/stat : 8969 (java) S 8957 8960 8301 0 -1 1077944384 436278 0 0 0 15766 720 0 0 20 0 20 0 253519740 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139898573900176 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 21 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8970] ppid=8957 vsize=26111632 memory=15188 CPUtime=164.99 cores=0-7
/proc/8960/task/8970/stat : 8970 (java) S 8957 8960 8301 0 -1 1077944384 102227 0 0 0 15762 737 0 0 20 0 20 0 253519740 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139898572847376 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 27 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8971] ppid=8957 vsize=26111632 memory=68812 CPUtime=8.07 cores=0-7
/proc/8960/task/8971/stat : 8971 (java) R 8957 8960 8301 0 -1 4202560 324530 0 0 0 783 24 0 0 20 0 20 0 253519741 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139897370260928 139898605966203 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8972] ppid=8957 vsize=26111632 memory=1224 CPUtime=0 cores=0-7
/proc/8960/task/8972/stat : 8972 (java) S 8957 8960 8301 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 253519741 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139897369208416 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8973] ppid=8957 vsize=26111632 memory=23306980 CPUtime=0 cores=0-7
/proc/8960/task/8973/stat : 8973 (java) S 8957 8960 8301 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 20 0 253519742 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139897368155520 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8974] ppid=8957 vsize=26111632 memory=23306980 CPUtime=0 cores=0-7
/proc/8960/task/8974/stat : 8974 (java) S 8957 8960 8301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253519744 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139897367103824 139898627614619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8975] ppid=8957 vsize=26111632 memory=10072 CPUtime=1.87 cores=0-7
/proc/8960/task/8975/stat : 8975 (java) S 8957 8960 8301 0 -1 1077944384 6384 0 0 0 185 2 0 0 20 0 20 0 253519744 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139897366051232 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8976] ppid=8957 vsize=26111632 memory=5012 CPUtime=2.4 cores=0-7
/proc/8960/task/8976/stat : 8976 (java) S 8957 8960 8301 0 -1 1077944384 6656 0 0 0 238 2 0 0 20 0 20 0 253519744 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139897364998432 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8977] ppid=8957 vsize=26111632 memory=8112282956445269571 CPUtime=2.7 cores=0-7
/proc/8960/task/8977/stat : 8977 (java) S 8957 8960 8301 0 -1 1077944384 8297 0 0 0 267 3 0 0 20 0 20 0 253519744 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139897363945632 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8978] ppid=8957 vsize=26111632 memory=8112282956445269571 CPUtime=0.79 cores=0-7
/proc/8960/task/8978/stat : 8978 (java) S 8957 8960 8301 0 -1 1077944384 7539 0 0 0 78 1 0 0 20 0 20 0 253519744 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139897362892544 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8979] ppid=8957 vsize=26111632 memory=504 CPUtime=0 cores=0-7
/proc/8960/task/8979/stat : 8979 (java) S 8957 8960 8301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253519744 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139897361841248 139898627606229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
[pid=8960/tid=8980] ppid=8957 vsize=26111632 memory=1704 CPUtime=0.1 cores=0-7
/proc/8960/task/8980/stat : 8980 (java) S 8957 8960 8301 0 -1 1077944384 763 0 0 0 4 6 0 0 20 0 20 0 253519744 26738311168 5826745 33554432000 4194304 4196468 140737257592976 139897360788528 139898627607170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140737257600078 140737257600261 140737257600261 140737257603023 0
Current children cumulated CPU time: 1414.79 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 23306980 KiB

[startup+254.801 s]*
/proc/loadavg: 5.91 6.45 7.74 2/180 9010
/proc/meminfo: memFree=23350948/32770624 swapFree=67108196/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): 254.819
CPU time (s): 1415.28
CPU user time (s): 1352.67
CPU system time (s): 62.6168
CPU usage (%): 555.407
Max. virtual memory (cumulated for all children) (KiB): 26178196
Max. memory (cumulated for all children) (KiB): 23307132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1352.67
system time used= 62.6168
maximum resident set size= 23307132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4540376
page faults= 0
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44535
involuntary context switches= 41438


# summary of solver processes directly reported to runsolver:
#   pid: 8960
#   total CPU time (s): 1415.28
#   total CPU user time (s): 1352.67
#   total CPU system time (s): 62.6168

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.70958 second user time and 2.74183 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-15 20:59:25
IDJOB=4308744
IDBENCH=141134
IDSOLVER=2793
FILE ID=node151/4308744-1534359565
RUNJOBID= node151-1534351989-8328
PBS_JOBID= 21038246
Free space on /tmp= 44688 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/GraphColoring/GraphColoring-qg-order100_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308744-1534359565/watcher-4308744-1534359565 -o /tmp/evaluation-result-4308744-1534359565/solver-4308744-1534359565 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1534351989-8328 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 989170951 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308744-1534359565.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= d2763c38ef24fdf1196893d726f1931a
RANDOM SEED=989170951

node151.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23959960 kB
MemAvailable:   31892908 kB
Buffers:          186000 kB
Cached:          7983368 kB
SwapCached:           12 kB
Active:          4226384 kB
Inactive:        3998900 kB
Active(anon):       5336 kB
Inactive(anon):   110772 kB
Active(file):    4221048 kB
Inactive(file):  3888128 kB
Unevictable:        7820 kB
Mlocked:            7820 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:             71012 kB
Writeback:            36 kB
AnonPages:         62608 kB
Mapped:            57104 kB
Shmem:             57716 kB
Slab:             279884 kB
SReclaimable:     252232 kB
SUnreclaim:        27652 kB
KernelStack:        3184 kB
PageTables:         6156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     357456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 44652 MiB
End job on node151 at 2018-08-15 21:03:40