Trace number 4308761

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? 280.273 55.9795

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-15-4-rom_c18.xml
MD5SUM11fd43c8e45d476b85885954fcb4d1ec
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables585
Number of constraints120
Number of domains5
Minimum domain size2
Maximum domain size133790
Distribution of domain sizes[{"size":2,"count":30},{"size":16,"count":210},{"size":27,"count":225},{"size":133790,"count":120}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":150},{"degree":2,"count":210},{"degree":8,"count":225}]
Minimum constraint arity18
Maximum constraint arity19
Distribution of constraint arities[{"arity":18,"count":30},{"arity":19,"count":90}]
Number of extensional constraints120
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":120}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.66/0.55	c version: 2018-08-14
0.66/0.55	c seed: 1706756187
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...
22.50/12.37	c Parsing done, starting search...
279.88/55.63	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
279.88/55.63		at java.lang.reflect.Array.newArray(Native Method)
279.88/55.63		at java.lang.reflect.Array.newInstance(Array.java:75)
279.88/55.63		at scala.reflect.ClassTag.newArray(ClassTag.scala:60)
279.88/55.63		at scala.reflect.ClassTag.newArray$(ClassTag.scala:49)
279.88/55.63		at scala.reflect.ClassTag$GenericClassTag.newArray(ClassTag.scala:123)
279.88/55.63		at scala.collection.mutable.ArrayBuilder$ofRef.mkArray(ArrayBuilder.scala:63)
279.88/55.63		at scala.collection.mutable.ArrayBuilder$ofRef.result(ArrayBuilder.scala:109)
279.88/55.63		at scala.collection.mutable.ArrayBuilder$ofRef.result(ArrayBuilder.scala:56)
279.88/55.63		at scala.collection.TraversableLike.filterImpl(TraversableLike.scala:250)
279.88/55.63		at scala.collection.TraversableLike.filterImpl$(TraversableLike.scala:245)
279.88/55.63		at scala.collection.mutable.ArrayOps$ofRef.filterImpl(ArrayOps.scala:191)
279.88/55.63		at scala.collection.TraversableLike.filter(TraversableLike.scala:259)
279.88/55.63		at scala.collection.TraversableLike.filter$(TraversableLike.scala:259)
279.88/55.63		at scala.collection.mutable.ArrayOps$ofRef.filter(ArrayOps.scala:191)
279.88/55.63		at oscar.cp.constraints.tables.TableCTStar.<init>(TableCTStar.scala:56)
279.88/55.63		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:336)
279.88/55.63		at oscar.modeling.models.cp.MemoCPModel.post(MemoCPModel.scala:44)
279.88/55.63		at oscar.modeling.models.LeafModel.add(InstantiatedModel.scala:34)
279.88/55.63		at oscar.modeling.models.LeafModel.add$(InstantiatedModel.scala:34)
279.88/55.63		at oscar.modeling.models.InstantiatedModel.add(InstantiatedModel.scala:47)
279.88/55.63		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1(InstantiatedModel.scala:54)
279.88/55.63		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1$adapted(InstantiatedModel.scala:54)
279.88/55.63		at oscar.modeling.models.InstantiatedModel$$Lambda$142/1160649162.apply(Unknown Source)
279.88/55.63		at scala.collection.immutable.List.foreach(List.scala:389)
279.88/55.63		at oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:54)
279.88/55.63		at oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
279.88/55.63		at oscar.modeling.models.cp.MemoCPModel.<init>(MemoCPModel.scala:33)
279.88/55.63		at oscar.modeling.solvers.cp.decompositions.RefinementStrategy.decompose(RefinementStrategy.scala:56)
279.88/55.63		at oscar.modeling.solvers.cp.CPProgram.$anonfun$solveDistributed$2(CPProgram.scala:191)
279.88/55.63		at oscar.modeling.solvers.cp.CPProgram$$Lambda$126/1301352406.apply(Unknown Source)
279.88/55.63		at oscar.modeling.misc.ComputeTimeTaken$.computeTimeTaken(ComputeTimeTaken.scala:33)
279.88/55.63		at oscar.modeling.solvers.cp.CPProgram.$anonfun$solveDistributed$1(CPProgram.scala:191)
279.88/55.63	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 (13393 MiB free)
  memory of node 1: 16384 MiB (10412 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308761-1534374909/watcher-4308761-1534374909 -o /tmp/evaluation-result-4308761-1534374909/solver-4308761-1534374909 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node136-1534374909-1931 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1706756187 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308761-1534374909.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=1950, runsolver pid=1947
Current StackSize limit: 8192 KiB


[startup+0.10017 s]*
/proc/loadavg: 6.31 8.25 8.65 2/200 1970
/proc/meminfo: memFree=24358812/32770624 swapFree=67108172/67108860
[pid=1950] ppid=1947 vsize=26103420 memory=31912 CPUtime=0.11 cores=0-7
/proc/1950/stat : 1950 (java) S 1947 1950 1904 0 -1 1077944320 6908 0 0 0 10 1 0 0 20 0 20 0 255054268 26729902080 7978 33554432000 4194304 4196468 140729617506896 140729617489440 140584884076279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
/proc/1950/statm: 6525855 7978 3137 1 0 6487932 0
[pid=1950/tid=1952] ppid=1947 vsize=26103420 memory=1399051139730258233 CPUtime=0.09 cores=0-7
/proc/1950/task/1952/stat : 1952 (java) R 1947 1950 1904 0 -1 4202560 5224 0 0 0 8 1 0 0 20 0 20 0 255054268 26729902080 8242 33554432000 4194304 4196468 140729617506896 140584888277784 140584864352107 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1953] ppid=1947 vsize=26103420 memory=3677534773662714415 CPUtime=0 cores=0-7
/proc/1950/task/1953/stat : 1953 (java) S 1947 1950 1904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255054269 26729902080 8242 33554432000 4194304 4196468 140729617506896 140584836696464 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1954] ppid=1947 vsize=26103420 memory=140005396084352 CPUtime=0 cores=0-7
/proc/1950/task/1954/stat : 1954 (java) S 1947 1950 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054269 26729902080 8242 33554432000 4194304 4196468 140729617506896 140584835643664 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1955] ppid=1947 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1950/task/1955/stat : 1955 (java) S 1947 1950 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054269 26729902080 8242 33554432000 4194304 4196468 140729617506896 140584834591376 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1956] ppid=1947 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1950/task/1956/stat : 1956 (java) S 1947 1950 1904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255054269 26729902080 8242 33554432000 4194304 4196468 140729617506896 140584833538576 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1957] ppid=1947 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1950/task/1957/stat : 1957 (java) S 1947 1950 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054269 26729902080 8242 33554432000 4194304 4196468 140729617506896 140584832486288 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1958] ppid=1947 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/1950/task/1958/stat : 1958 (java) S 1947 1950 1904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255054269 26729902080 8242 33554432000 4194304 4196468 140729617506896 140584831433488 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1959] ppid=1947 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1950/task/1959/stat : 1959 (java) S 1947 1950 1904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255054269 26729902080 8242 33554432000 4194304 4196468 140729617506896 140584830381200 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1960] ppid=1947 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1950/task/1960/stat : 1960 (java) S 1947 1950 1904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255054269 26729902080 8242 33554432000 4194304 4196468 140729617506896 140584829328400 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1961] ppid=1947 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1950/task/1961/stat : 1961 (java) S 1947 1950 1904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255054271 26729902080 8242 33554432000 4194304 4196468 140729617506896 140584280864880 140584884087426 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1962] ppid=1947 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1950/task/1962/stat : 1962 (java) S 1947 1950 1904 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 255054271 26729902080 8242 33554432000 4194304 4196468 140729617506896 140583021044512 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1963] ppid=1947 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1950/task/1963/stat : 1963 (java) S 1947 1950 1904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255054271 26729902080 8308 33554432000 4194304 4196468 140729617506896 140583019992176 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1964] ppid=1947 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1950/task/1964/stat : 1964 (java) S 1947 1950 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054274 26729902080 8308 33554432000 4194304 4196468 140729617506896 140583018940496 140584884094875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1965] ppid=1947 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1950/task/1965/stat : 1965 (java) S 1947 1950 1904 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 20 0 255054274 26729902080 8308 33554432000 4194304 4196468 140729617506896 140583017888368 140584884087426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1966] ppid=1947 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1950/task/1966/stat : 1966 (java) S 1947 1950 1904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255054274 26729902080 8308 33554432000 4194304 4196468 140729617506896 140583016835568 140584884087426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1967] ppid=1947 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1950/task/1967/stat : 1967 (java) S 1947 1950 1904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255054274 26729902080 8308 33554432000 4194304 4196468 140729617506896 140583015783280 140584884087426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1968] ppid=1947 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/1950/task/1968/stat : 1968 (java) S 1947 1950 1904 0 -1 1077944384 259 0 0 0 1 0 0 0 20 0 20 0 255054274 26729902080 8308 33554432000 4194304 4196468 140729617506896 140583014730480 140584884087426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1969] ppid=1947 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1950/task/1969/stat : 1969 (java) S 1947 1950 1904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255054274 26729902080 8308 33554432000 4194304 4196468 140729617506896 140583013677408 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1970] ppid=1947 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/1950/task/1970/stat : 1970 (java) S 1947 1950 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054274 26729902080 8308 33554432000 4194304 4196468 140729617506896 140583012624688 140584884087426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 31912 KiB

[startup+0.21014 s]*
/proc/loadavg: 6.31 8.25 8.65 2/200 1970
/proc/meminfo: memFree=24345356/32770624 swapFree=67108172/67108860
[pid=1950] ppid=1947 vsize=26103420 memory=45380 CPUtime=0.3 cores=0-7
/proc/1950/stat : 1950 (java) S 1947 1950 1904 0 -1 1077944320 10497 0 0 0 28 2 0 0 20 0 20 0 255054268 26729902080 11345 33554432000 4194304 4196468 140729617506896 140729617489440 140584884076279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
/proc/1950/statm: 6525855 11345 3341 1 0 6487932 0
[pid=1950/tid=1952] ppid=1947 vsize=26103420 memory=32758254098972862 CPUtime=0.19 cores=0-7
/proc/1950/task/1952/stat : 1952 (java) R 1947 1950 1904 0 -1 4202560 8286 0 0 0 18 1 0 0 20 0 20 0 255054268 26729902080 11345 33554432000 4194304 4196468 140729617506896 140584888301840 140584876313406 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1953] ppid=1947 vsize=26103420 memory=288230608969400343 CPUtime=0 cores=0-7
/proc/1950/task/1953/stat : 1953 (java) S 1947 1950 1904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255054269 26729902080 11345 33554432000 4194304 4196468 140729617506896 140584836696464 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1954] ppid=1947 vsize=26103420 memory=15399247648814744 CPUtime=0 cores=0-7
/proc/1950/task/1954/stat : 1954 (java) S 1947 1950 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054269 26729902080 11345 33554432000 4194304 4196468 140729617506896 140584835643664 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1955] ppid=1947 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1950/task/1955/stat : 1955 (java) S 1947 1950 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054269 26729902080 11345 33554432000 4194304 4196468 140729617506896 140584834591376 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1956] ppid=1947 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/1950/task/1956/stat : 1956 (java) S 1947 1950 1904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255054269 26729902080 11345 33554432000 4194304 4196468 140729617506896 140584833538576 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1957] ppid=1947 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1950/task/1957/stat : 1957 (java) S 1947 1950 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054269 26729902080 11345 33554432000 4194304 4196468 140729617506896 140584832486288 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1958] ppid=1947 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/1950/task/1958/stat : 1958 (java) S 1947 1950 1904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255054269 26729902080 11345 33554432000 4194304 4196468 140729617506896 140584831433488 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1959] ppid=1947 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1950/task/1959/stat : 1959 (java) S 1947 1950 1904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255054269 26729902080 11345 33554432000 4194304 4196468 140729617506896 140584830381200 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1960] ppid=1947 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1950/task/1960/stat : 1960 (java) S 1947 1950 1904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255054269 26729902080 11345 33554432000 4194304 4196468 140729617506896 140584829328400 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1961] ppid=1947 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1950/task/1961/stat : 1961 (java) S 1947 1950 1904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255054271 26729902080 11345 33554432000 4194304 4196468 140729617506896 140584280864880 140584884087426 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1962] ppid=1947 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1950/task/1962/stat : 1962 (java) S 1947 1950 1904 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 255054271 26729902080 11345 33554432000 4194304 4196468 140729617506896 140583021044512 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1963] ppid=1947 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1950/task/1963/stat : 1963 (java) S 1947 1950 1904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255054271 26729902080 11345 33554432000 4194304 4196468 140729617506896 140583019992176 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1964] ppid=1947 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1950/task/1964/stat : 1964 (java) S 1947 1950 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054274 26729902080 11345 33554432000 4194304 4196468 140729617506896 140583018940496 140584884094875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1965] ppid=1947 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/1950/task/1965/stat : 1965 (java) S 1947 1950 1904 0 -1 1077944384 322 0 0 0 1 0 0 0 20 0 20 0 255054274 26729902080 11345 33554432000 4194304 4196468 140729617506896 140583017888368 140584884087426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1966] ppid=1947 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/1950/task/1966/stat : 1966 (java) S 1947 1950 1904 0 -1 1077944384 73 0 0 0 1 0 0 0 20 0 20 0 255054274 26729902080 11345 33554432000 4194304 4196468 140729617506896 140583016835568 140584884087426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1967] ppid=1947 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1950/task/1967/stat : 1967 (java) R 1947 1950 1904 0 -1 4202560 180 0 0 0 0 0 0 0 20 0 20 0 255054274 26729902080 11345 33554432000 4194304 4196468 140729617506896 140583015774784 140584861615088 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1968] ppid=1947 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/1950/task/1968/stat : 1968 (java) R 1947 1950 1904 0 -1 1077944384 302 0 0 0 6 0 0 0 20 0 20 0 255054274 26729902080 11345 33554432000 4194304 4196468 140729617506896 140583014726432 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1969] ppid=1947 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1950/task/1969/stat : 1969 (java) S 1947 1950 1904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255054274 26729902080 11345 33554432000 4194304 4196468 140729617506896 140583013677408 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1970] ppid=1947 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/1950/task/1970/stat : 1970 (java) S 1947 1950 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054274 26729902080 11345 33554432000 4194304 4196468 140729617506896 140583012624688 140584884087426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 45380 KiB

[startup+0.310363 s]*
/proc/loadavg: 6.31 8.25 8.65 3/200 1970
/proc/meminfo: memFree=24341556/32770624 swapFree=67108172/67108860
[pid=1950] ppid=1947 vsize=26103420 memory=48672 CPUtime=0.42 cores=0-7
/proc/1950/stat : 1950 (java) S 1947 1950 1904 0 -1 1077944320 10896 0 0 0 40 2 0 0 20 0 20 0 255054268 26729902080 12168 33554432000 4194304 4196468 140729617506896 140729617489440 140584884076279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
/proc/1950/statm: 6525855 12168 3343 1 0 6487932 0
[pid=1950/tid=1952] ppid=1947 vsize=26103420 memory=1399051139730258233 CPUtime=0.29 cores=0-7
/proc/1950/task/1952/stat : 1952 (java) R 1947 1950 1904 0 -1 4202560 8615 0 0 0 28 1 0 0 20 0 20 0 255054268 26729902080 12168 33554432000 4194304 4196468 140729617506896 140584888275712 140584877176140 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1953] ppid=1947 vsize=26103420 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/1950/task/1953/stat : 1953 (java) S 1947 1950 1904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255054269 26729902080 12168 33554432000 4194304 4196468 140729617506896 140584836696464 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1954] ppid=1947 vsize=26103420 memory=12552 CPUtime=0 cores=0-7
/proc/1950/task/1954/stat : 1954 (java) S 1947 1950 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054269 26729902080 12168 33554432000 4194304 4196468 140729617506896 140584835643664 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1955] ppid=1947 vsize=26103420 memory=38252 CPUtime=0 cores=0-7
/proc/1950/task/1955/stat : 1955 (java) S 1947 1950 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054269 26729902080 12168 33554432000 4194304 4196468 140729617506896 140584834591376 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1956] ppid=1947 vsize=26103420 memory=2324 CPUtime=0 cores=0-7
/proc/1950/task/1956/stat : 1956 (java) S 1947 1950 1904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255054269 26729902080 12168 33554432000 4194304 4196468 140729617506896 140584833538576 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1957] ppid=1947 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1950/task/1957/stat : 1957 (java) S 1947 1950 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054269 26729902080 12168 33554432000 4194304 4196468 140729617506896 140584832486288 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1958] ppid=1947 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1950/task/1958/stat : 1958 (java) S 1947 1950 1904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255054269 26729902080 12168 33554432000 4194304 4196468 140729617506896 140584831433488 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1959] ppid=1947 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1950/task/1959/stat : 1959 (java) S 1947 1950 1904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255054269 26729902080 12168 33554432000 4194304 4196468 140729617506896 140584830381200 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1960] ppid=1947 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1950/task/1960/stat : 1960 (java) S 1947 1950 1904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255054269 26729902080 12168 33554432000 4194304 4196468 140729617506896 140584829328400 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1961] ppid=1947 vsize=26103420 memory=140005263630912 CPUtime=0 cores=0-7
/proc/1950/task/1961/stat : 1961 (java) S 1947 1950 1904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255054271 26729902080 12168 33554432000 4194304 4196468 140729617506896 140584280864880 140584884087426 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1962] ppid=1947 vsize=26103420 memory=140005263635407 CPUtime=0 cores=0-7
/proc/1950/task/1962/stat : 1962 (java) S 1947 1950 1904 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 255054271 26729902080 12168 33554432000 4194304 4196468 140729617506896 140583021044512 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1963] ppid=1947 vsize=26103420 memory=1970350607106051 CPUtime=0 cores=0-7
/proc/1950/task/1963/stat : 1963 (java) S 1947 1950 1904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255054271 26729902080 12168 33554432000 4194304 4196468 140729617506896 140583019992176 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1964] ppid=1947 vsize=26103420 memory=2110355870741412 CPUtime=0 cores=0-7
/proc/1950/task/1964/stat : 1964 (java) S 1947 1950 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054274 26729902080 12168 33554432000 4194304 4196468 140729617506896 140583018940496 140584884094875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1965] ppid=1947 vsize=26103420 memory=2110355870743716 CPUtime=0.01 cores=0-7
/proc/1950/task/1965/stat : 1965 (java) S 1947 1950 1904 0 -1 1077944384 326 0 0 0 1 0 0 0 20 0 20 0 255054274 26729902080 12168 33554432000 4194304 4196468 140729617506896 140583017888368 140584884087426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1966] ppid=1947 vsize=26103420 memory=2110355870746020 CPUtime=0.02 cores=0-7
/proc/1950/task/1966/stat : 1966 (java) S 1947 1950 1904 0 -1 1077944384 110 0 0 0 2 0 0 0 20 0 20 0 255054274 26729902080 12168 33554432000 4194304 4196468 140729617506896 140583016835568 140584884087426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1967] ppid=1947 vsize=26103420 memory=2110355870771780 CPUtime=0 cores=0-7
/proc/1950/task/1967/stat : 1967 (java) S 1947 1950 1904 0 -1 1077944384 180 0 0 0 0 0 0 0 20 0 20 0 255054274 26729902080 12168 33554432000 4194304 4196468 140729617506896 140583015783280 140584884087426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1968] ppid=1947 vsize=26103420 memory=2110355870771812 CPUtime=0.07 cores=0-7
/proc/1950/task/1968/stat : 1968 (java) S 1947 1950 1904 0 -1 1077944384 309 0 0 0 7 0 0 0 20 0 20 0 255054274 26729902080 12168 33554432000 4194304 4196468 140729617506896 140583014730480 140584884087426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1969] ppid=1947 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1950/task/1969/stat : 1969 (java) S 1947 1950 1904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255054274 26729902080 12168 33554432000 4194304 4196468 140729617506896 140583013677408 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1970] ppid=1947 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/1950/task/1970/stat : 1970 (java) S 1947 1950 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054274 26729902080 12168 33554432000 4194304 4196468 140729617506896 140583012624688 140584884087426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 48672 KiB

[startup+0.700904 s]
/proc/loadavg: 6.31 8.25 8.65 3/200 1970
/proc/meminfo: memFree=24317620/32770624 swapFree=67108172/67108860
[pid=1950] ppid=1947 vsize=26105488 memory=89420 CPUtime=0.98 cores=0-7
/proc/1950/stat : 1950 (java) S 1947 1950 1904 0 -1 1077944320 17784 0 0 0 94 4 0 0 20 0 20 0 255054268 26732019712 22355 33554432000 4194304 4196468 140729617506896 140729617489440 140584884076279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
/proc/1950/statm: 6526372 22355 3489 1 0 6488444 0
[pid=1950/tid=1952] ppid=1947 vsize=26105488 memory=0 CPUtime=0.67 cores=0-7
/proc/1950/task/1952/stat : 1952 (java) R 1947 1950 1904 0 -1 4202560 15067 0 0 0 64 3 0 0 20 0 20 0 255054268 26732019712 22355 33554432000 4194304 4196468 140729617506896 140584888299600 140584868156766 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1953] ppid=1947 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/1950/task/1953/stat : 1953 (java) S 1947 1950 1904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255054269 26732019712 22355 33554432000 4194304 4196468 140729617506896 140584836696464 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1954] ppid=1947 vsize=26105488 memory=16887811411802 CPUtime=0 cores=0-7
/proc/1950/task/1954/stat : 1954 (java) S 1947 1950 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054269 26732019712 22355 33554432000 4194304 4196468 140729617506896 140584835643664 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1955] ppid=1947 vsize=26105488 memory=280010527488288 CPUtime=0 cores=0-7
/proc/1950/task/1955/stat : 1955 (java) S 1947 1950 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054269 26732019712 22355 33554432000 4194304 4196468 140729617506896 140584834591376 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1956] ppid=1947 vsize=26105488 memory=1256 CPUtime=0 cores=0-7
/proc/1950/task/1956/stat : 1956 (java) S 1947 1950 1904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255054269 26732019712 22355 33554432000 4194304 4196468 140729617506896 140584833538576 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1957] ppid=1947 vsize=26105488 memory=10424 CPUtime=0 cores=0-7
/proc/1950/task/1957/stat : 1957 (java) S 1947 1950 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054269 26732019712 22355 33554432000 4194304 4196468 140729617506896 140584832486288 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1958] ppid=1947 vsize=26105488 memory=1600 CPUtime=0 cores=0-7
/proc/1950/task/1958/stat : 1958 (java) S 1947 1950 1904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255054269 26732019712 22355 33554432000 4194304 4196468 140729617506896 140584831433488 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1959] ppid=1947 vsize=26105488 memory=1136 CPUtime=0 cores=0-7
/proc/1950/task/1959/stat : 1959 (java) S 1947 1950 1904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255054269 26732019712 22355 33554432000 4194304 4196468 140729617506896 140584830381200 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1960] ppid=1947 vsize=26105488 memory=6296683621278634335 CPUtime=0 cores=0-7
/proc/1950/task/1960/stat : 1960 (java) S 1947 1950 1904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255054269 26732019712 22355 33554432000 4194304 4196468 140729617506896 140584829328400 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1961] ppid=1947 vsize=26105488 memory=7597685182856913236 CPUtime=0 cores=0-7
/proc/1950/task/1961/stat : 1961 (java) S 1947 1950 1904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255054271 26732019712 22355 33554432000 4194304 4196468 140729617506896 140584280864880 140584884087426 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0

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

Current children cumulated memory: 23453328 KiB

[startup+54.4007 s]
/proc/loadavg: 4.76 7.47 8.36 9/200 1970
/proc/meminfo: memFree=1116112/32770624 swapFree=67107648/67108860
[pid=1950] ppid=1947 vsize=26111632 memory=23453392 CPUtime=271.42 cores=0-7
/proc/1950/stat : 1950 (java) S 1947 1950 1904 0 -1 1077944320 1774130 0 0 0 20950 6192 0 0 20 0 20 0 255054268 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140729617489440 140584884076279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
/proc/1950/statm: 6527908 5863348 3595 1 0 6489980 0
[pid=1950/tid=1952] ppid=1947 vsize=26111632 memory=23453392 CPUtime=19.55 cores=0-7
/proc/1950/task/1952/stat : 1952 (java) S 1947 1950 1904 0 -1 1077944384 84753 0 0 0 1914 41 0 0 20 0 20 0 255054268 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140584888309968 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1953] ppid=1947 vsize=26111632 memory=3752 CPUtime=30.61 cores=0-7
/proc/1950/task/1953/stat : 1953 (java) S 1947 1950 1904 0 -1 1077944384 169485 0 0 0 2279 782 0 0 20 0 20 0 255054269 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140584836696272 140584884087426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 16 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1954] ppid=1947 vsize=26111632 memory=69600 CPUtime=30.67 cores=0-7
/proc/1950/task/1954/stat : 1954 (java) S 1947 1950 1904 0 -1 1077944384 150868 0 0 0 2285 782 0 0 20 0 20 0 255054269 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140584835643472 140584884087426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 17 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1955] ppid=1947 vsize=26111632 memory=2148 CPUtime=30.71 cores=0-7
/proc/1950/task/1955/stat : 1955 (java) S 1947 1950 1904 0 -1 1077944384 176455 0 0 0 2270 801 0 0 20 0 20 0 255054269 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140584834591184 140584884087426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 16 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1956] ppid=1947 vsize=26111632 memory=3752 CPUtime=30.77 cores=0-7
/proc/1950/task/1956/stat : 1956 (java) S 1947 1950 1904 0 -1 1077944384 151068 0 0 0 2347 730 0 0 20 0 20 0 255054269 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140584833538384 140584884087426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1957] ppid=1947 vsize=26111632 memory=69600 CPUtime=30.75 cores=0-7
/proc/1950/task/1957/stat : 1957 (java) S 1947 1950 1904 0 -1 1077944384 140291 0 0 0 2329 746 0 0 20 0 20 0 255054269 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140584832486096 140584884087426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 18 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1958] ppid=1947 vsize=26111632 memory=23453316 CPUtime=30.62 cores=0-7
/proc/1950/task/1958/stat : 1958 (java) R 1947 1950 1904 0 -1 4202560 137826 0 0 0 2323 739 0 0 20 0 20 0 255054269 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140584831433608 140584876704487 0 4 0 16800975 0 0 0 -1 7 0 0 20 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1959] ppid=1947 vsize=26111632 memory=8112282956445269571 CPUtime=30.63 cores=0-7
/proc/1950/task/1959/stat : 1959 (java) R 1947 1950 1904 0 -1 4202560 152946 0 0 0 2321 742 0 0 20 0 20 0 255054269 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140584830381008 140584876704487 0 4 0 16800975 0 0 0 -1 1 0 0 15 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1960] ppid=1947 vsize=26111632 memory=2324 CPUtime=30.85 cores=0-7
/proc/1950/task/1960/stat : 1960 (java) R 1947 1950 1904 0 -1 4202560 545080 0 0 0 2278 807 0 0 20 0 20 0 255054269 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140584829328600 140584877179298 0 4 0 16800975 0 0 0 -1 0 0 0 19 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1961] ppid=1947 vsize=26111632 memory=1580 CPUtime=3.58 cores=0-7
/proc/1950/task/1961/stat : 1961 (java) S 1947 1950 1904 0 -1 1077944384 53754 0 0 0 347 11 0 0 20 0 20 0 255054271 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140584280863440 140584884086485 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1962] ppid=1947 vsize=26111632 memory=496 CPUtime=0 cores=0-7
/proc/1950/task/1962/stat : 1962 (java) S 1947 1950 1904 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 20 0 255054271 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140583021044576 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1963] ppid=1947 vsize=26111632 memory=1196 CPUtime=0 cores=0-7
/proc/1950/task/1963/stat : 1963 (java) S 1947 1950 1904 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 20 0 255054271 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140583019992192 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1964] ppid=1947 vsize=26111632 memory=1500 CPUtime=0 cores=0-7
/proc/1950/task/1964/stat : 1964 (java) S 1947 1950 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054274 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140583018940496 140584884094875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1965] ppid=1947 vsize=26111632 memory=844 CPUtime=0.65 cores=0-7
/proc/1950/task/1965/stat : 1965 (java) S 1947 1950 1904 0 -1 1077944384 1844 0 0 0 65 0 0 0 20 0 20 0 255054274 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140583017888416 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1966] ppid=1947 vsize=26111632 memory=3884 CPUtime=0.73 cores=0-7
/proc/1950/task/1966/stat : 1966 (java) S 1947 1950 1904 0 -1 1077944384 2617 0 0 0 73 0 0 0 20 0 20 0 255054274 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140583016835328 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1967] ppid=1947 vsize=26111632 memory=2700 CPUtime=0.6 cores=0-7
/proc/1950/task/1967/stat : 1967 (java) S 1947 1950 1904 0 -1 1077944384 3783 0 0 0 60 0 0 0 20 0 20 0 255054274 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140583015783328 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1968] ppid=1947 vsize=26111632 memory=1256 CPUtime=0.5 cores=0-7
/proc/1950/task/1968/stat : 1968 (java) S 1947 1950 1904 0 -1 1077944384 1910 0 0 0 49 1 0 0 20 0 20 0 255054274 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140583014730528 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1969] ppid=1947 vsize=26111632 memory=2532 CPUtime=0 cores=0-7
/proc/1950/task/1969/stat : 1969 (java) S 1947 1950 1904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255054274 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140583013677408 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1970] ppid=1947 vsize=26111632 memory=2523 CPUtime=0.02 cores=0-7
/proc/1950/task/1970/stat : 1970 (java) S 1947 1950 1904 0 -1 1077944384 232 0 0 0 2 0 0 0 20 0 20 0 255054274 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140583012624688 140584884087426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
Current children cumulated CPU time: 271.42 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 23453392 KiB

[startup+55.2007 s]
/proc/loadavg: 4.76 7.47 8.36 9/200 1970
/proc/meminfo: memFree=1116172/32770624 swapFree=67107648/67108860
[pid=1950] ppid=1947 vsize=26111632 memory=23453392 CPUtime=277.6 cores=0-7
/proc/1950/stat : 1950 (java) S 1947 1950 1904 0 -1 1077944320 1942686 0 0 0 21557 6203 0 0 20 0 20 0 255054268 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140729617489440 140584884076279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
/proc/1950/statm: 6527908 5863348 3595 1 0 6489980 0
[pid=1950/tid=1952] ppid=1947 vsize=26111632 memory=195 CPUtime=19.55 cores=0-7
/proc/1950/task/1952/stat : 1952 (java) S 1947 1950 1904 0 -1 1077944384 84753 0 0 0 1914 41 0 0 20 0 20 0 255054268 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140584888309968 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1953] ppid=1947 vsize=26111632 memory=0 CPUtime=31.38 cores=0-7
/proc/1950/task/1953/stat : 1953 (java) R 1947 1950 1904 0 -1 4202560 169485 0 0 0 2355 783 0 0 20 0 20 0 255054269 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140584836696272 140584876704487 0 4 0 16800975 0 0 0 -1 3 0 0 16 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1954] ppid=1947 vsize=26111632 memory=8112282956445269571 CPUtime=31.44 cores=0-7
/proc/1950/task/1954/stat : 1954 (java) R 1947 1950 1904 0 -1 4202560 150868 0 0 0 2362 782 0 0 20 0 20 0 255054269 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140584835643472 140584876704487 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1955] ppid=1947 vsize=26111632 memory=1600 CPUtime=31.48 cores=0-7
/proc/1950/task/1955/stat : 1955 (java) R 1947 1950 1904 0 -1 4202560 176455 0 0 0 2346 802 0 0 20 0 20 0 255054269 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140584834591184 140584876704487 0 4 0 16800975 0 0 0 -1 2 0 0 16 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1956] ppid=1947 vsize=26111632 memory=1136 CPUtime=31.55 cores=0-7
/proc/1950/task/1956/stat : 1956 (java) R 1947 1950 1904 0 -1 4202560 151068 0 0 0 2424 731 0 0 20 0 20 0 255054269 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140584833538384 140584876704487 0 4 0 16800975 0 0 0 -1 6 0 0 16 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1957] ppid=1947 vsize=26111632 memory=1828 CPUtime=31.52 cores=0-7
/proc/1950/task/1957/stat : 1957 (java) R 1947 1950 1904 0 -1 4202560 140291 0 0 0 2405 747 0 0 20 0 20 0 255054269 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140584832486096 140584876704487 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1958] ppid=1947 vsize=26111632 memory=1020 CPUtime=31.38 cores=0-7
/proc/1950/task/1958/stat : 1958 (java) R 1947 1950 1904 0 -1 4202560 137826 0 0 0 2399 739 0 0 20 0 20 0 255054269 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140584831433608 140584876704487 0 4 0 16800975 0 0 0 -1 7 0 0 20 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1959] ppid=1947 vsize=26111632 memory=5672 CPUtime=31.4 cores=0-7
/proc/1950/task/1959/stat : 1959 (java) R 1947 1950 1904 0 -1 4202560 152946 0 0 0 2398 742 0 0 20 0 20 0 255054269 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140584830381008 140584876704487 0 4 0 16800975 0 0 0 -1 1 0 0 15 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1960] ppid=1947 vsize=26111632 memory=2148 CPUtime=31.65 cores=0-7
/proc/1950/task/1960/stat : 1960 (java) R 1947 1950 1904 0 -1 4202560 713658 0 0 0 2351 814 0 0 20 0 20 0 255054269 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140584829328600 140584877179308 0 4 0 16800975 0 0 0 -1 0 0 0 19 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1961] ppid=1947 vsize=26111632 memory=1196 CPUtime=3.58 cores=0-7
/proc/1950/task/1961/stat : 1961 (java) S 1947 1950 1904 0 -1 1077944384 53754 0 0 0 347 11 0 0 20 0 20 0 255054271 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140584280863440 140584884086485 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1962] ppid=1947 vsize=26111632 memory=1500 CPUtime=0 cores=0-7
/proc/1950/task/1962/stat : 1962 (java) S 1947 1950 1904 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 20 0 255054271 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140583021044576 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1963] ppid=1947 vsize=26111632 memory=844 CPUtime=0 cores=0-7
/proc/1950/task/1963/stat : 1963 (java) S 1947 1950 1904 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 20 0 255054271 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140583019992192 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1964] ppid=1947 vsize=26111632 memory=3884 CPUtime=0 cores=0-7
/proc/1950/task/1964/stat : 1964 (java) S 1947 1950 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054274 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140583018940496 140584884094875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1965] ppid=1947 vsize=26111632 memory=2700 CPUtime=0.65 cores=0-7
/proc/1950/task/1965/stat : 1965 (java) S 1947 1950 1904 0 -1 1077944384 1844 0 0 0 65 0 0 0 20 0 20 0 255054274 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140583017888416 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1966] ppid=1947 vsize=26111632 memory=1256 CPUtime=0.73 cores=0-7
/proc/1950/task/1966/stat : 1966 (java) S 1947 1950 1904 0 -1 1077944384 2617 0 0 0 73 0 0 0 20 0 20 0 255054274 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140583016835328 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1967] ppid=1947 vsize=26111632 memory=10424 CPUtime=0.6 cores=0-7
/proc/1950/task/1967/stat : 1967 (java) S 1947 1950 1904 0 -1 1077944384 3783 0 0 0 60 0 0 0 20 0 20 0 255054274 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140583015783328 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1968] ppid=1947 vsize=26111632 memory=1600 CPUtime=0.5 cores=0-7
/proc/1950/task/1968/stat : 1968 (java) S 1947 1950 1904 0 -1 1077944384 1910 0 0 0 49 1 0 0 20 0 20 0 255054274 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140583014730528 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1969] ppid=1947 vsize=26111632 memory=1136 CPUtime=0 cores=0-7
/proc/1950/task/1969/stat : 1969 (java) S 1947 1950 1904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255054274 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140583013677408 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1970] ppid=1947 vsize=26111632 memory=1828 CPUtime=0.02 cores=0-7
/proc/1950/task/1970/stat : 1970 (java) S 1947 1950 1904 0 -1 1077944384 232 0 0 0 2 0 0 0 20 0 20 0 255054274 26738311168 5863348 33554432000 4194304 4196468 140729617506896 140583012624688 140584884087426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
Current children cumulated CPU time: 277.6 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 23453392 KiB

[startup+55.6009 s]
/proc/loadavg: 4.76 7.47 8.36 9/200 1970
/proc/meminfo: memFree=1116172/32770624 swapFree=67107648/67108860
[pid=1950] ppid=1947 vsize=26111632 memory=23453396 CPUtime=279.88 cores=0-7
/proc/1950/stat : 1950 (java) S 1947 1950 1904 0 -1 1077944320 2135973 0 0 0 21776 6212 0 0 20 0 20 0 255054268 26738311168 5863349 33554432000 4194304 4196468 140729617506896 140729617489440 140584884076279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
/proc/1950/statm: 6527908 5863349 3595 1 0 6489980 0
[pid=1950/tid=1952] ppid=1947 vsize=26111632 memory=2528 CPUtime=19.55 cores=0-7
/proc/1950/task/1952/stat : 1952 (java) S 1947 1950 1904 0 -1 1077944384 84753 0 0 0 1914 41 0 0 20 0 20 0 255054268 26738311168 5863349 33554432000 4194304 4196468 140729617506896 140584888309968 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1953] ppid=1947 vsize=26111632 memory=1880 CPUtime=31.65 cores=0-7
/proc/1950/task/1953/stat : 1953 (java) S 1947 1950 1904 0 -1 1077944384 169485 0 0 0 2382 783 0 0 20 0 20 0 255054269 26738311168 5863349 33554432000 4194304 4196468 140729617506896 140584836696464 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 16 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1954] ppid=1947 vsize=26111632 memory=7528 CPUtime=31.71 cores=0-7
/proc/1950/task/1954/stat : 1954 (java) S 1947 1950 1904 0 -1 1077944384 150868 0 0 0 2389 782 0 0 20 0 20 0 255054269 26738311168 5863349 33554432000 4194304 4196468 140729617506896 140584835643664 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 17 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1955] ppid=1947 vsize=26111632 memory=3752 CPUtime=31.75 cores=0-7
/proc/1950/task/1955/stat : 1955 (java) S 1947 1950 1904 0 -1 1077944384 176455 0 0 0 2373 802 0 0 20 0 20 0 255054269 26738311168 5863349 33554432000 4194304 4196468 140729617506896 140584834591376 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 16 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1956] ppid=1947 vsize=26111632 memory=69600 CPUtime=31.81 cores=0-7
/proc/1950/task/1956/stat : 1956 (java) S 1947 1950 1904 0 -1 1077944384 151068 0 0 0 2450 731 0 0 20 0 20 0 255054269 26738311168 5863349 33554432000 4194304 4196468 140729617506896 140584833538576 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1957] ppid=1947 vsize=26111632 memory=2148 CPUtime=31.79 cores=0-7
/proc/1950/task/1957/stat : 1957 (java) S 1947 1950 1904 0 -1 1077944384 140291 0 0 0 2432 747 0 0 20 0 20 0 255054269 26738311168 5863349 33554432000 4194304 4196468 140729617506896 140584832486288 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 18 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1958] ppid=1947 vsize=26111632 memory=1196 CPUtime=31.65 cores=0-7
/proc/1950/task/1958/stat : 1958 (java) S 1947 1950 1904 0 -1 1077944384 137826 0 0 0 2426 739 0 0 20 0 20 0 255054269 26738311168 5863349 33554432000 4194304 4196468 140729617506896 140584831433488 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 20 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1959] ppid=1947 vsize=26111632 memory=1500 CPUtime=31.67 cores=0-7
/proc/1950/task/1959/stat : 1959 (java) S 1947 1950 1904 0 -1 1077944384 152946 0 0 0 2425 742 0 0 20 0 20 0 255054269 26738311168 5863349 33554432000 4194304 4196468 140729617506896 140584830381200 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 15 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1960] ppid=1947 vsize=26111632 memory=844 CPUtime=31.93 cores=0-7
/proc/1950/task/1960/stat : 1960 (java) S 1947 1950 1904 0 -1 1077944384 905310 0 0 0 2371 822 0 0 20 0 20 0 255054269 26738311168 5863349 33554432000 4194304 4196468 140729617506896 140584829328400 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 19 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1961] ppid=1947 vsize=26111632 memory=3884 CPUtime=3.69 cores=0-7
/proc/1950/task/1961/stat : 1961 (java) R 1947 1950 1904 0 -1 4202560 55211 0 0 0 358 11 0 0 20 0 20 0 255054271 26738311168 5863349 33554432000 4194304 4196468 140729617506896 140584280863440 140584862446440 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1962] ppid=1947 vsize=26111632 memory=2700 CPUtime=0 cores=0-7
/proc/1950/task/1962/stat : 1962 (java) S 1947 1950 1904 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 20 0 255054271 26738311168 5863349 33554432000 4194304 4196468 140729617506896 140583021044576 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1963] ppid=1947 vsize=26111632 memory=1256 CPUtime=0 cores=0-7
/proc/1950/task/1963/stat : 1963 (java) S 1947 1950 1904 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 20 0 255054271 26738311168 5863349 33554432000 4194304 4196468 140729617506896 140583019992192 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1964] ppid=1947 vsize=26111632 memory=10424 CPUtime=0 cores=0-7
/proc/1950/task/1964/stat : 1964 (java) S 1947 1950 1904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255054274 26738311168 5863349 33554432000 4194304 4196468 140729617506896 140583018940496 140584884094875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1965] ppid=1947 vsize=26111632 memory=1600 CPUtime=0.65 cores=0-7
/proc/1950/task/1965/stat : 1965 (java) S 1947 1950 1904 0 -1 1077944384 1844 0 0 0 65 0 0 0 20 0 20 0 255054274 26738311168 5863349 33554432000 4194304 4196468 140729617506896 140583017888416 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1966] ppid=1947 vsize=26111632 memory=1136 CPUtime=0.73 cores=0-7
/proc/1950/task/1966/stat : 1966 (java) S 1947 1950 1904 0 -1 1077944384 2617 0 0 0 73 0 0 0 20 0 20 0 255054274 26738311168 5863349 33554432000 4194304 4196468 140729617506896 140583016835328 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1967] ppid=1947 vsize=26111632 memory=1828 CPUtime=0.6 cores=0-7
/proc/1950/task/1967/stat : 1967 (java) S 1947 1950 1904 0 -1 1077944384 3783 0 0 0 60 0 0 0 20 0 20 0 255054274 26738311168 5863349 33554432000 4194304 4196468 140729617506896 140583015783328 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1968] ppid=1947 vsize=26111632 memory=1020 CPUtime=0.5 cores=0-7
/proc/1950/task/1968/stat : 1968 (java) S 1947 1950 1904 0 -1 1077944384 1910 0 0 0 49 1 0 0 20 0 20 0 255054274 26738311168 5863349 33554432000 4194304 4196468 140729617506896 140583014730528 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1969] ppid=1947 vsize=26111632 memory=5672 CPUtime=0 cores=0-7
/proc/1950/task/1969/stat : 1969 (java) S 1947 1950 1904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255054274 26738311168 5863349 33554432000 4194304 4196468 140729617506896 140583013677408 140584884086485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
[pid=1950/tid=1970] ppid=1947 vsize=26111632 memory=756 CPUtime=0.02 cores=0-7
/proc/1950/task/1970/stat : 1970 (java) S 1947 1950 1904 0 -1 1077944384 232 0 0 0 2 0 0 0 20 0 20 0 255054274 26738311168 5863349 33554432000 4194304 4196468 140729617506896 140583012624688 140584884087426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11157504 140729617511501 140729617511685 140729617511685 140729617514447 0
Current children cumulated CPU time: 279.88 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 23453396 KiB

[startup+55.8096 s]
/proc/loadavg: 4.76 7.47 8.36 2/182 1971
/proc/meminfo: memFree=8554108/32770624 swapFree=67107648/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+55.9002 s]
/proc/loadavg: 4.76 7.47 8.36 2/182 1971
/proc/meminfo: memFree=8554108/32770624 swapFree=67107648/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): 55.9795
CPU time (s): 280.273
CPU user time (s): 217.805
CPU system time (s): 62.4676
CPU usage (%): 500.67
Max. virtual memory (cumulated for all children) (KiB): 26111632
Max. memory (cumulated for all children) (KiB): 23453396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 217.805
system time used= 62.4676
maximum resident set size= 23453724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2136165
page faults= 0
swaps= 0
block input operations= 0
block output operations= 208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32744
involuntary context switches= 3763


# summary of solver processes directly reported to runsolver:
#   pid: 1950
#   total CPU time (s): 280.273
#   total CPU user time (s): 217.805
#   total CPU system time (s): 62.4676

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.434261 second user time and 0.681843 second system time

The end

Launcher Data

Begin job on node136 at 2018-08-16 01:15:11
IDJOB=4308761
IDBENCH=141314
IDSOLVER=2793
FILE ID=node136/4308761-1534374909
RUNJOBID= node136-1534374909-1931
PBS_JOBID= 21038296
Free space on /tmp= 46180 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-15-4-rom_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-4308761-1534374909/watcher-4308761-1534374909 -o /tmp/evaluation-result-4308761-1534374909/solver-4308761-1534374909 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node136-1534374909-1931 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1706756187 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308761-1534374909.xml

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

MD5SUM BENCH= 11fd43c8e45d476b85885954fcb4d1ec
RANDOM SEED=1706756187

node136.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.50
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.50
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.50
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.50
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:        24376912 kB
MemAvailable:   31895120 kB
Buffers:          153580 kB
Cached:          7612132 kB
SwapCached:           16 kB
Active:          4107132 kB
Inactive:        3709716 kB
Active(anon):       3396 kB
Inactive(anon):   108728 kB
Active(file):    4103736 kB
Inactive(file):  3600988 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108860 kB
SwapFree:       67108172 kB
Dirty:            193536 kB
Writeback:             0 kB
AnonPages:         59056 kB
Mapped:            55644 kB
Shmem:             57768 kB
Slab:             269820 kB
SReclaimable:     241944 kB
SUnreclaim:        27876 kB
KernelStack:        3184 kB
PageTables:         4964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     358284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 46144 MiB
End job on node136 at 2018-08-16 01:16:07