Trace number 4274320

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering 2017-07-26? 1912.99 547.10199

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-14.xml
MD5SUMf410f04816b97be6981931cb2af07a5b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.441035
Satisfiable
(Un)Satisfiability was proved
Number of variables196
Number of constraints364
Number of domains1
Minimum domain size91
Maximum domain size91
Distribution of domain sizes[{"size":91,"count":91}]
Minimum variable degree0
Maximum variable degree13
Distribution of variable degrees[{"degree":0,"count":105},{"degree":13,"count":91}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":364}]
Number of extensional constraints0
Number of intensional constraints364
Distribution of constraint types[{"type":"intension","count":364}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.37/0.42	c version: 2017-07-26
0.37/0.43	c seed: 1253292309
0.37/0.43	c timeout: 2520
0.37/0.43	c memlimit: 11000
0.37/0.43	c nbcore: 4
0.37/0.45	c Parsing instance...
1883.84/538.58	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1912.88/547.04		at java.util.Arrays.copyOf(Arrays.java:3181)
1912.88/547.04		at java.util.ArrayList.grow(ArrayList.java:261)
1912.88/547.04		at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
1912.88/547.04		at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
1912.88/547.04		at java.util.ArrayList.add(ArrayList.java:458)
1912.88/547.04		at org.xcsp.parser.loaders.CtrLoaderInteger.intensionToExtension(CtrLoaderInteger.java:225)
1912.88/547.04		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:392)
1912.88/547.04		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1912.88/547.04		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1912.88/547.04		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1912.88/547.04		at org.xcsp.parser.XCallbacks$$Lambda$45/487075464.accept(Unknown Source)
1912.88/547.04		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1912.88/547.04		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1912.88/547.04		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1912.88/547.04		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1912.88/547.05		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1912.88/547.05		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1912.88/547.05		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
1912.88/547.05		at oscar.xcsp3.XCSP3Parser2.<init>(Parser2.scala:62)
1912.88/547.05		at oscar.xcsp3.XCSP3Parser2$.parse(Parser2.scala:878)
1912.88/547.05		at oscar.xcsp3.competition.solvers.ConfOrderSolver$.runSolver(ConfOrderSolver.scala:26)
1912.88/547.05		at oscar.xcsp3.competition.CompetitionApp.delayedEndpoint$oscar$xcsp3$competition$CompetitionApp$1(CompetitionApp.scala:78)
1912.88/547.05		at oscar.xcsp3.competition.CompetitionApp$delayedInit$body.apply(CompetitionApp.scala:53)
1912.88/547.05		at scala.Function0$class.apply$mcV$sp(Function0.scala:40)
1912.88/547.05		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
1912.88/547.05		at scala.App$$anonfun$main$1.apply(App.scala:76)
1912.88/547.05		at scala.App$$anonfun$main$1.apply(App.scala:76)
1912.88/547.05		at scala.collection.immutable.List.foreach(List.scala:383)
1912.88/547.05		at scala.collection.generic.TraversableForwarder$class.foreach(TraversableForwarder.scala:35)
1912.88/547.05		at scala.App$class.main(App.scala:76)
1912.88/547.05		at oscar.xcsp3.competition.CompetitionApp.main(CompetitionApp.scala:53)
1912.88/547.05		at oscar.xcsp3.competition.solvers.ConfOrderSolver.main(ConfOrderSolver.scala)
1912.88/547.05	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 (15181 MiB free)
  memory of node 1: 16384 MiB (15451 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274320-1502862770/watcher-4274320-1502862770 -o /tmp/evaluation-result-4274320-1502862770/solver-4274320-1502862770 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1502746532-7259 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1253292309 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274320-1502862770.xml 

running on 4 cores: 0,2,4,6

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


[startup+0.100168 s]*
/proc/loadavg: 2.63 1.75 1.53 2/195 30936
/proc/meminfo: memFree=31367600/32770624 swapFree=67108860/67108860
[pid=30935] ppid=30932 vsize=33976 memory=4 CPUtime=0 cores=0,2,4,6
/proc/30935/stat : 30935 (runsolver) R 30932 30935 2357 0 -1 4202560 122 0 0 0 0 0 0 0 20 0 1 0 13892066 34791424 113 18446744073709551615 4194304 4346622 140736524827424 140736524823512 140323634538999 0 0 1 24578 0 0 0 17 2 0 0 10 0 0 6446216 6449568 11509760 140736524828740 140736524829223 140736524829223 140736524832714 0
/proc/30935/statm: 8494 115 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 4 KiB

[startup+0.209208 s]*
/proc/loadavg: 2.63 1.75 1.53 2/208 30949
/proc/meminfo: memFree=31357188/32770624 swapFree=67108860/67108860
[pid=30935] ppid=30932 vsize=13906484 memory=21144 CPUtime=0.05 cores=0,2,4,6
/proc/30935/stat : 30935 (java) S 30932 30935 2357 0 -1 1077944320 4735 0 0 0 5 0 0 0 20 0 14 0 13892066 14240239616 5286 18446744073709551615 4194304 4196468 140728013423680 140728013406224 140552884567799 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
/proc/30935/statm: 3476621 5286 2587 1 0 3466118 0
[pid=30935/tid=30937] ppid=30932 vsize=13906484 memory=8318255677412212789 CPUtime=0.04 cores=0,2,4,6
/proc/30935/task/30937/stat : 30937 (java) D 30932 30935 2357 0 -1 4202560 2842 0 0 0 4 0 0 0 20 0 14 0 13892078 14240239616 5286 18446744073709551615 4194304 4196468 140728013423680 140552888805280 140552884589821 0 4 1 16800974 18446744071580418449 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30938] ppid=30932 vsize=13906484 memory=326 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30938/stat : 30938 (java) S 30932 30935 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 13892078 14240239616 5286 18446744073709551615 4194304 4196468 140728013423680 140552819001616 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30939] ppid=30932 vsize=13906484 memory=140323637811907 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30939/stat : 30939 (java) S 30932 30935 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 13892078 14240239616 5286 18446744073709551615 4194304 4196468 140728013423680 140552817949072 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30940] ppid=30932 vsize=13906484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30940/stat : 30940 (java) S 30932 30935 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 13892078 14240239616 5286 18446744073709551615 4194304 4196468 140728013423680 140552816896528 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30941] ppid=30932 vsize=13906484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30941/stat : 30941 (java) S 30932 30935 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 13892078 14240239616 5286 18446744073709551615 4194304 4196468 140728013423680 140552815843984 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30942] ppid=30932 vsize=13906484 memory=140323637663360 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30942/stat : 30942 (java) S 30932 30935 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 13892080 14240239616 5286 18446744073709551615 4194304 4196468 140728013423680 140551801125360 140552884578946 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30943] ppid=30932 vsize=13906484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30943/stat : 30943 (java) S 30932 30935 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 13892080 14240239616 5286 18446744073709551615 4194304 4196468 140728013423680 140551800071584 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30944] ppid=30932 vsize=13906484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30944/stat : 30944 (java) S 30932 30935 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 13892080 14240239616 5286 18446744073709551615 4194304 4196468 140728013423680 140551731013104 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30945] ppid=30932 vsize=13906484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30945/stat : 30945 (java) S 30932 30935 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 13892083 14240239616 5286 18446744073709551615 4194304 4196468 140728013423680 140551729961680 140552884586395 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30946] ppid=30932 vsize=13906484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30946/stat : 30946 (java) S 30932 30935 2357 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 14 0 13892083 14240239616 5286 18446744073709551615 4194304 4196468 140728013423680 140551728908272 140552884578946 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30947] ppid=30932 vsize=13906484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30947/stat : 30947 (java) S 30932 30935 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 13892083 14240239616 5286 18446744073709551615 4194304 4196468 140728013423680 140551727855728 140552884578946 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30948] ppid=30932 vsize=13906484 memory=140323637663360 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30948/stat : 30948 (java) S 30932 30935 2357 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 14 0 13892083 14240239616 5286 18446744073709551615 4194304 4196468 140728013423680 140551726803184 140552884578946 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30949] ppid=30932 vsize=13906484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30949/stat : 30949 (java) S 30932 30935 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 13892083 14240239616 5286 18446744073709551615 4194304 4196468 140728013423680 140551725750880 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13906484 KiB
Current children cumulated memory: 21144 KiB

[startup+0.310047 s]*
/proc/loadavg: 2.63 1.75 1.53 3/209 30950
/proc/meminfo: memFree=31343836/32770624 swapFree=67108860/67108860
[pid=30935] ppid=30932 vsize=13975920 memory=36304 CPUtime=0.2 cores=0,2,4,6
/proc/30935/stat : 30935 (java) S 30932 30935 2357 0 -1 1077944320 9683 0 0 0 17 3 0 0 20 0 15 0 13892066 14311342080 9076 18446744073709551615 4194304 4196468 140728013423680 140728013406224 140552884567799 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
/proc/30935/statm: 3493980 9076 3547 1 0 3482759 0
[pid=30935/tid=30937] ppid=30932 vsize=13975920 memory=-8774313645642428999 CPUtime=0.13 cores=0,2,4,6
/proc/30935/task/30937/stat : 30937 (java) R 30932 30935 2357 0 -1 4202560 7426 0 0 0 11 2 0 0 20 0 15 0 13892078 14311342080 9076 18446744073709551615 4194304 4196468 140728013423680 140552888796176 140552884589725 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30938] ppid=30932 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30938/stat : 30938 (java) S 30932 30935 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13892078 14311342080 9076 18446744073709551615 4194304 4196468 140728013423680 140552819001616 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30939] ppid=30932 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30939/stat : 30939 (java) S 30932 30935 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13892078 14311342080 9076 18446744073709551615 4194304 4196468 140728013423680 140552817949072 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30940] ppid=30932 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30940/stat : 30940 (java) S 30932 30935 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13892078 14311342080 9076 18446744073709551615 4194304 4196468 140728013423680 140552816896528 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30941] ppid=30932 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30941/stat : 30941 (java) S 30932 30935 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13892078 14311342080 9076 18446744073709551615 4194304 4196468 140728013423680 140552815843984 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30942] ppid=30932 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30942/stat : 30942 (java) S 30932 30935 2357 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 13892080 14311342080 9076 18446744073709551615 4194304 4196468 140728013423680 140551801125360 140552884578946 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30943] ppid=30932 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30943/stat : 30943 (java) S 30932 30935 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13892080 14311342080 9076 18446744073709551615 4194304 4196468 140728013423680 140551800071584 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30944] ppid=30932 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30944/stat : 30944 (java) S 30932 30935 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13892080 14311342080 9076 18446744073709551615 4194304 4196468 140728013423680 140551731013104 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30945] ppid=30932 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30945/stat : 30945 (java) S 30932 30935 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13892083 14311342080 9076 18446744073709551615 4194304 4196468 140728013423680 140551729961680 140552884586395 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30946] ppid=30932 vsize=13975920 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/30935/task/30946/stat : 30946 (java) R 30932 30935 2357 0 -1 4202560 479 0 0 0 1 0 0 0 20 0 15 0 13892083 14311342080 9076 18446744073709551615 4194304 4196468 140728013423680 140551728908272 140552862731072 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30947] ppid=30932 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30947/stat : 30947 (java) R 30932 30935 2357 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 13892083 14311342080 9076 18446744073709551615 4194304 4196468 140728013423680 140551727855728 140552884578946 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30948] ppid=30932 vsize=13975920 memory=140323637663360 CPUtime=0.03 cores=0,2,4,6
/proc/30935/task/30948/stat : 30948 (java) R 30932 30935 2357 0 -1 4202560 375 0 0 0 3 0 0 0 20 0 15 0 13892083 14311342080 9076 18446744073709551615 4194304 4196468 140728013423680 140551726803184 140552863506944 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30949] ppid=30932 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30949/stat : 30949 (java) S 30932 30935 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13892083 14311342080 9076 18446744073709551615 4194304 4196468 140728013423680 140551725750880 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30950] ppid=30932 vsize=13975920 memory=140323637663360 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30950/stat : 30950 (java) S 30932 30935 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13892089 14311342080 9076 18446744073709551615 4194304 4196468 140728013423680 140551724698416 140552884578946 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 36304 KiB

[startup+0.707633 s]
/proc/loadavg: 2.63 1.75 1.53 4/209 30950
/proc/meminfo: memFree=31329628/32770624 swapFree=67108860/67108860
[pid=30935] ppid=30932 vsize=13977988 memory=65800 CPUtime=0.95 cores=0,2,4,6
/proc/30935/stat : 30935 (java) S 30932 30935 2357 0 -1 1077944320 13623 0 0 0 89 6 0 0 20 0 15 0 13892066 14313459712 16450 18446744073709551615 4194304 4196468 140728013423680 140728013406224 140552884567799 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
/proc/30935/statm: 3494497 16450 3725 1 0 3483271 0
[pid=30935/tid=30937] ppid=30932 vsize=13977988 memory=1200 CPUtime=0.52 cores=0,2,4,6
/proc/30935/task/30937/stat : 30937 (java) R 30932 30935 2357 0 -1 4202560 10282 0 0 0 48 4 0 0 20 0 15 0 13892078 14313459712 16450 18446744073709551615 4194304 4196468 140728013423680 140552888802528 140552486146440 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30938] ppid=30932 vsize=13977988 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30938/stat : 30938 (java) S 30932 30935 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13892078 14313459712 16450 18446744073709551615 4194304 4196468 140728013423680 140552819001616 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30939] ppid=30932 vsize=13977988 memory=7518590701213671769 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30939/stat : 30939 (java) S 30932 30935 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13892078 14313459712 16450 18446744073709551615 4194304 4196468 140728013423680 140552817949072 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30940] ppid=30932 vsize=13977988 memory=6081663140151715941 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30940/stat : 30940 (java) S 30932 30935 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13892078 14313459712 16450 18446744073709551615 4194304 4196468 140728013423680 140552816896528 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30941] ppid=30932 vsize=13977988 memory=6154538792250073449 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30941/stat : 30941 (java) S 30932 30935 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13892078 14313459712 16450 18446744073709551615 4194304 4196468 140728013423680 140552815843984 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30942] ppid=30932 vsize=13977988 memory=-5874771483550381248 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30942/stat : 30942 (java) S 30932 30935 2357 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 13892080 14313459712 16450 18446744073709551615 4194304 4196468 140728013423680 140551801125360 140552884578946 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30943] ppid=30932 vsize=13977988 memory=-8253387840130273399 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30943/stat : 30943 (java) S 30932 30935 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13892080 14313459712 16450 18446744073709551615 4194304 4196468 140728013423680 140551800071584 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30944] ppid=30932 vsize=13977988 memory=4206468019014099040 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30944/stat : 30944 (java) S 30932 30935 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13892080 14313459712 16450 18446744073709551615 4194304 4196468 140728013423680 140551731013104 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30945] ppid=30932 vsize=13977988 memory=7682744562830902074 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30945/stat : 30945 (java) S 30932 30935 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13892083 14313459712 16450 18446744073709551615 4194304 4196468 140728013423680 140551729961680 140552884586395 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30946] ppid=30932 vsize=13977988 memory=7756490980959290170 CPUtime=0.1 cores=0,2,4,6
/proc/30935/task/30946/stat : 30946 (java) R 30932 30935 2357 0 -1 4202560 815 0 0 0 10 0 0 0 20 0 15 0 13892083 14313459712 16450 18446744073709551615 4194304 4196468 140728013423680 140551728908272 140552866091134 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30947] ppid=30932 vsize=13977988 memory=6944656592455350634 CPUtime=0.1 cores=0,2,4,6
/proc/30935/task/30947/stat : 30947 (java) R 30932 30935 2357 0 -1 4202560 347 0 0 0 10 0 0 0 20 0 15 0 13892083 14313459712 16450 18446744073709551615 4194304 4196468 140728013423680 140551727844048 140552866114536 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30948] ppid=30932 vsize=13977988 memory=140323637663360 CPUtime=0.2 cores=0,2,4,6
/proc/30935/task/30948/stat : 30948 (java) R 30932 30935 2357 0 -1 4202560 799 0 0 0 20 0 0 0 20 0 15 0 13892083 14313459712 16450 18446744073709551615 4194304 4196468 140728013423680 140551726798224 140552876804926 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30949] ppid=30932 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30949/stat : 30949 (java) S 30932 30935 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13892083 14313459712 16450 18446744073709551615 4194304 4196468 140728013423680 140551725750880 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30950] ppid=30932 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30950/stat : 30950 (java) S 30932 30935 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13892089 14313459712 16450 18446744073709551615 4194304 4196468 140728013423680 140551724698416 140552884578946 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
Current children cumulated CPU time: 0.95 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 65800 KiB

[startup+1.50069 s]
/proc/loadavg: 2.63 1.75 1.53 3/209 30950
/proc/meminfo: memFree=31267760/32770624 swapFree=67108860/67108860
[pid=30935] ppid=30932 vsize=13977988 memory=257932 CPUtime=2.26 cores=0,2,4,6
/proc/30935/stat : 30935 (java) S 30932 30935 2357 0 -1 1077944320 18376 0 0 0 209 17 0 0 20 0 15 0 13892066 14313459712 64483 18446744073709551615 4194304 4196468 140728013423680 140728013406224 140552884567799 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
/proc/30935/statm: 3494497 64483 3781 1 0 3483271 0
[pid=30935/tid=30937] ppid=30932 vsize=13977988 memory=0 CPUtime=1.23 cores=0,2,4,6
/proc/30935/task/30937/stat : 30937 (java) R 30932 30935 2357 0 -1 4202560 10869 0 0 0 117 6 0 0 20 0 15 0 13892078 14313459712 64483 18446744073709551615 4194304 4196468 140728013423680 140552888805280 140552862670921 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30938] ppid=30932 vsize=13977988 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30935/task/30938/stat : 30938 (java) S 30932 30935 2357 0 -1 1077944384 453 0 0 0 5 2 0 0 20 0 15 0 13892078 14313459712 64483 18446744073709551615 4194304 4196468 140728013423680 140552819001616 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30939] ppid=30932 vsize=13977988 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30935/task/30939/stat : 30939 (java) S 30932 30935 2357 0 -1 1077944384 229 0 0 0 5 2 0 0 20 0 15 0 13892078 14313459712 64483 18446744073709551615 4194304 4196468 140728013423680 140552817949072 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30940] ppid=30932 vsize=13977988 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30935/task/30940/stat : 30940 (java) S 30932 30935 2357 0 -1 1077944384 314 0 0 0 5 2 0 0 20 0 15 0 13892078 14313459712 64483 18446744073709551615 4194304 4196468 140728013423680 140552816896528 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30941] ppid=30932 vsize=13977988 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30935/task/30941/stat : 30941 (java) S 30932 30935 2357 0 -1 1077944384 191 0 0 0 5 2 0 0 20 0 15 0 13892078 14313459712 64483 18446744073709551615 4194304 4196468 140728013423680 140552815843984 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30942] ppid=30932 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30942/stat : 30942 (java) S 30932 30935 2357 0 -1 1077944384 373 0 0 0 0 0 0 0 20 0 15 0 13892080 14313459712 64483 18446744073709551615 4194304 4196468 140728013423680 140551801125360 140552884578946 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30943] ppid=30932 vsize=13977988 memory=-6868139335201349223 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30943/stat : 30943 (java) S 30932 30935 2357 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 13892080 14313459712 64483 18446744073709551615 4194304 4196468 140728013423680 140551800071648 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30944] ppid=30932 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30944/stat : 30944 (java) S 30932 30935 2357 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 13892080 14313459712 64483 18446744073709551615 4194304 4196468 140728013423680 140551731013120 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30945] ppid=30932 vsize=13977988 memory=-7812789463949416390 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30945/stat : 30945 (java) S 30932 30935 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13892083 14313459712 64483 18446744073709551615 4194304 4196468 140728013423680 140551729961680 140552884586395 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30946] ppid=30932 vsize=13977988 memory=-7965959121690140575 CPUtime=0.2 cores=0,2,4,6
/proc/30935/task/30946/stat : 30946 (java) S 30932 30935 2357 0 -1 1077944384 1128 0 0 0 20 0 0 0 20 0 15 0 13892083 14313459712 64483 18446744073709551615 4194304 4196468 140728013423680 140551728908272 140552884578946 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30947] ppid=30932 vsize=13977988 memory=6944665225511868275 CPUtime=0.21 cores=0,2,4,6
/proc/30935/task/30947/stat : 30947 (java) S 30932 30935 2357 0 -1 1077944384 1219 0 0 0 21 0 0 0 20 0 15 0 13892083 14313459712 64483 18446744073709551615 4194304 4196468 140728013423680 140551727855728 140552884578946 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30948] ppid=30932 vsize=13977988 memory=-7812789463949416390 CPUtime=0.26 cores=0,2,4,6
/proc/30935/task/30948/stat : 30948 (java) S 30932 30935 2357 0 -1 1077944384 2127 0 0 0 26 0 0 0 20 0 15 0 13892083 14313459712 64483 18446744073709551615 4194304 4196468 140728013423680 140551726803184 140552884578946 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30949] ppid=30932 vsize=13977988 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30949/stat : 30949 (java) S 30932 30935 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13892083 14313459712 64483 18446744073709551615 4194304 4196468 140728013423680 140551725750880 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30950] ppid=30932 vsize=13977988 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30950/stat : 30950 (java) S 30932 30935 2357 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 13892089 14313459712 64483 18446744073709551615 4194304 4196468 140728013423680 140551724698416 140552884578946 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 257932 KiB

[startup+3.11464 s]
/proc/loadavg: 2.74 1.79 1.54 6/209 30950
/proc/meminfo: memFree=30879440/32770624 swapFree=67108860/67108860
[pid=30935] ppid=30932 vsize=13977988 memory=612776 CPUtime=4.62 cores=0,2,4,6
/proc/30935/stat : 30935 (java) S 30932 30935 2357 0 -1 1077944320 20368 0 0 0 410 52 0 0 20 0 15 0 13892066 14313459712 153194 18446744073709551615 4194304 4196468 140728013423680 140728013406224 140552884567799 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
/proc/30935/statm: 3494497 153194 3781 1 0 3483271 0
[pid=30935/tid=30937] ppid=30932 vsize=13977988 memory=0 CPUtime=2.62 cores=0,2,4,6
/proc/30935/task/30937/stat : 30937 (java) S 30932 30935 2357 0 -1 1077944384 11176 0 0 0 251 11 0 0 20 0 15 0 13892078 14313459712 153194 18446744073709551615 4194304 4196468 140728013423680 140552888805232 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30938] ppid=30932 vsize=13977988 memory=140323494056384 CPUtime=0.3 cores=0,2,4,6
/proc/30935/task/30938/stat : 30938 (java) R 30932 30935 2357 0 -1 4202560 661 0 0 0 21 9 0 0 20 0 15 0 13892078 14313459712 153194 18446744073709551615 4194304 4196468 140728013423680 140552819001816 140552869595849 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0

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

[pid=30935/tid=30949] ppid=30932 vsize=13977988 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30949/stat : 30949 (java) S 30932 30935 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13892083 14313459712 2684095 18446744073709551615 4194304 4196468 140728013423680 140551725750880 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30950] ppid=30932 vsize=13977988 memory=4016 CPUtime=0.47 cores=0,2,4,6
/proc/30935/task/30950/stat : 30950 (java) S 30932 30935 2357 0 -1 1077944384 480 0 0 0 28 19 0 0 20 0 15 0 13892089 14313459712 2684095 18446744073709551615 4194304 4196468 140728013423680 140551724698416 140552884578946 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 50 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
Current children cumulated CPU time: 1905.49 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 10736380 KiB

[startup+545.601 s]
/proc/loadavg: 4.35 3.90 2.71 6/209 31060
/proc/meminfo: memFree=18711908/32770624 swapFree=67108860/67108860
[pid=30935] ppid=30932 vsize=13977988 memory=10736420 CPUtime=1911.47 cores=0,2,4,6
/proc/30935/stat : 30935 (java) S 30932 30935 2357 0 -1 1077944320 664955 0 0 0 189984 1163 0 0 20 0 15 0 13892066 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140728013406224 140552884567799 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
/proc/30935/statm: 3494497 2684105 3807 1 0 3483271 0
[pid=30935/tid=30937] ppid=30932 vsize=13977988 memory=2880 CPUtime=41.48 cores=0,2,4,6
/proc/30935/task/30937/stat : 30937 (java) S 30932 30935 2357 0 -1 1077944384 18103 0 0 0 4136 12 0 0 20 0 15 0 13892078 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140552888807376 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30938] ppid=30932 vsize=13977988 memory=10736380 CPUtime=455.94 cores=0,2,4,6
/proc/30935/task/30938/stat : 30938 (java) S 30932 30935 2357 0 -1 1077944384 223751 0 0 0 45292 302 0 0 20 0 15 0 13892078 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140552819001616 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30939] ppid=30932 vsize=13977988 memory=5412 CPUtime=456.04 cores=0,2,4,6
/proc/30935/task/30939/stat : 30939 (java) S 30932 30935 2357 0 -1 1077944384 77810 0 0 0 45307 297 0 0 20 0 15 0 13892078 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140552817949072 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30940] ppid=30932 vsize=13977988 memory=792 CPUtime=454.85 cores=0,2,4,6
/proc/30935/task/30940/stat : 30940 (java) S 30932 30935 2357 0 -1 1077944384 135696 0 0 0 45213 272 0 0 20 0 15 0 13892078 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140552816896528 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30941] ppid=30932 vsize=13977988 memory=4104 CPUtime=456.64 cores=0,2,4,6
/proc/30935/task/30941/stat : 30941 (java) S 30932 30935 2357 0 -1 1077944384 74206 0 0 0 45398 266 0 0 20 0 15 0 13892078 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140552815843984 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30942] ppid=30932 vsize=13977988 memory=11520 CPUtime=44.7 cores=0,2,4,6
/proc/30935/task/30942/stat : 30942 (java) R 30932 30935 2357 0 -1 4202560 120017 0 0 0 4464 6 0 0 20 0 15 0 13892080 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140551801123904 140552869564308 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30943] ppid=30932 vsize=13977988 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30943/stat : 30943 (java) S 30932 30935 2357 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 13892080 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140551800071648 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30944] ppid=30932 vsize=13977988 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30944/stat : 30944 (java) S 30932 30935 2357 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 13892080 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140551731013120 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30945] ppid=30932 vsize=13977988 memory=16448 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30945/stat : 30945 (java) S 30932 30935 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13892083 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140551729961680 140552884586395 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30946] ppid=30932 vsize=13977988 memory=10736140 CPUtime=0.42 cores=0,2,4,6
/proc/30935/task/30946/stat : 30946 (java) S 30932 30935 2357 0 -1 1077944384 3740 0 0 0 42 0 0 0 20 0 15 0 13892083 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140551728908032 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30947] ppid=30932 vsize=13977988 memory=10736140 CPUtime=0.41 cores=0,2,4,6
/proc/30935/task/30947/stat : 30947 (java) S 30932 30935 2357 0 -1 1077944384 4501 0 0 0 41 0 0 0 20 0 15 0 13892083 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140551727855776 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30948] ppid=30932 vsize=13977988 memory=956 CPUtime=0.42 cores=0,2,4,6
/proc/30935/task/30948/stat : 30948 (java) S 30932 30935 2357 0 -1 1077944384 5192 0 0 0 42 0 0 0 20 0 15 0 13892083 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140551726803232 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 47 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30949] ppid=30932 vsize=13977988 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30949/stat : 30949 (java) S 30932 30935 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13892083 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140551725750880 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30950] ppid=30932 vsize=13977988 memory=11520 CPUtime=0.47 cores=0,2,4,6
/proc/30935/task/30950/stat : 30950 (java) S 30932 30935 2357 0 -1 1077944384 480 0 0 0 28 19 0 0 20 0 15 0 13892089 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140551724698416 140552884578946 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 50 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
Current children cumulated CPU time: 1911.47 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 10736420 KiB

[startup+546.401 s]
/proc/loadavg: 4.35 3.90 2.71 3/209 31060
/proc/meminfo: memFree=18711908/32770624 swapFree=67108860/67108860
[pid=30935] ppid=30932 vsize=13977988 memory=10736420 CPUtime=1912.27 cores=0,2,4,6
/proc/30935/stat : 30935 (java) S 30932 30935 2357 0 -1 1077944320 665214 0 0 0 190064 1163 0 0 20 0 15 0 13892066 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140728013406224 140552884567799 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
/proc/30935/statm: 3494497 2684105 3807 1 0 3483271 0
[pid=30935/tid=30937] ppid=30932 vsize=13977988 memory=-8774313645642428999 CPUtime=41.48 cores=0,2,4,6
/proc/30935/task/30937/stat : 30937 (java) S 30932 30935 2357 0 -1 1077944384 18103 0 0 0 4136 12 0 0 20 0 15 0 13892078 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140552888807376 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30938] ppid=30932 vsize=13977988 memory=644 CPUtime=455.94 cores=0,2,4,6
/proc/30935/task/30938/stat : 30938 (java) S 30932 30935 2357 0 -1 1077944384 223751 0 0 0 45292 302 0 0 20 0 15 0 13892078 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140552819001616 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30939] ppid=30932 vsize=13977988 memory=1796 CPUtime=456.04 cores=0,2,4,6
/proc/30935/task/30939/stat : 30939 (java) S 30932 30935 2357 0 -1 1077944384 77810 0 0 0 45307 297 0 0 20 0 15 0 13892078 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140552817949072 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30940] ppid=30932 vsize=13977988 memory=956 CPUtime=454.85 cores=0,2,4,6
/proc/30935/task/30940/stat : 30940 (java) S 30932 30935 2357 0 -1 1077944384 135696 0 0 0 45213 272 0 0 20 0 15 0 13892078 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140552816896528 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30941] ppid=30932 vsize=13977988 memory=10736420 CPUtime=456.64 cores=0,2,4,6
/proc/30935/task/30941/stat : 30941 (java) S 30932 30935 2357 0 -1 1077944384 74206 0 0 0 45398 266 0 0 20 0 15 0 13892078 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140552815843984 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30942] ppid=30932 vsize=13977988 memory=2424 CPUtime=45.5 cores=0,2,4,6
/proc/30935/task/30942/stat : 30942 (java) R 30932 30935 2357 0 -1 4202560 120276 0 0 0 4544 6 0 0 20 0 15 0 13892080 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140551801123792 140552869564206 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30943] ppid=30932 vsize=13977988 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30943/stat : 30943 (java) S 30932 30935 2357 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 13892080 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140551800071648 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30944] ppid=30932 vsize=13977988 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30944/stat : 30944 (java) S 30932 30935 2357 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 13892080 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140551731013120 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30945] ppid=30932 vsize=13977988 memory=302022848351043610 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30945/stat : 30945 (java) S 30932 30935 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13892083 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140551729961680 140552884586395 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30946] ppid=30932 vsize=13977988 memory=288230613214036277 CPUtime=0.42 cores=0,2,4,6
/proc/30935/task/30946/stat : 30946 (java) S 30932 30935 2357 0 -1 1077944384 3740 0 0 0 42 0 0 0 20 0 15 0 13892083 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140551728908032 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30947] ppid=30932 vsize=13977988 memory=10736380 CPUtime=0.41 cores=0,2,4,6
/proc/30935/task/30947/stat : 30947 (java) S 30932 30935 2357 0 -1 1077944384 4501 0 0 0 41 0 0 0 20 0 15 0 13892083 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140551727855776 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30948] ppid=30932 vsize=13977988 memory=-8774313645642428999 CPUtime=0.42 cores=0,2,4,6
/proc/30935/task/30948/stat : 30948 (java) S 30932 30935 2357 0 -1 1077944384 5192 0 0 0 42 0 0 0 20 0 15 0 13892083 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140551726803232 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 47 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30949] ppid=30932 vsize=13977988 memory=844 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30949/stat : 30949 (java) S 30932 30935 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13892083 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140551725750880 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30950] ppid=30932 vsize=13977988 memory=3900 CPUtime=0.47 cores=0,2,4,6
/proc/30935/task/30950/stat : 30950 (java) S 30932 30935 2357 0 -1 1077944384 480 0 0 0 28 19 0 0 20 0 15 0 13892089 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140551724698416 140552884578946 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 50 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
Current children cumulated CPU time: 1912.27 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 10736420 KiB

[startup+546.801 s]
/proc/loadavg: 4.35 3.90 2.71 3/209 31060
/proc/meminfo: memFree=18711908/32770624 swapFree=67108860/67108860
[pid=30935] ppid=30932 vsize=13977988 memory=10736420 CPUtime=1912.67 cores=0,2,4,6
/proc/30935/stat : 30935 (java) S 30932 30935 2357 0 -1 1077944320 665214 0 0 0 190104 1163 0 0 20 0 15 0 13892066 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140728013406224 140552884567799 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
/proc/30935/statm: 3494497 2684105 3807 1 0 3483271 0
[pid=30935/tid=30937] ppid=30932 vsize=13977988 memory=14410423554279081 CPUtime=41.48 cores=0,2,4,6
/proc/30935/task/30937/stat : 30937 (java) S 30932 30935 2357 0 -1 1077944384 18103 0 0 0 4136 12 0 0 20 0 15 0 13892078 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140552888807376 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30938] ppid=30932 vsize=13977988 memory=792 CPUtime=455.94 cores=0,2,4,6
/proc/30935/task/30938/stat : 30938 (java) S 30932 30935 2357 0 -1 1077944384 223751 0 0 0 45292 302 0 0 20 0 15 0 13892078 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140552819001616 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30939] ppid=30932 vsize=13977988 memory=4620 CPUtime=456.04 cores=0,2,4,6
/proc/30935/task/30939/stat : 30939 (java) S 30932 30935 2357 0 -1 1077944384 77810 0 0 0 45307 297 0 0 20 0 15 0 13892078 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140552817949072 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30940] ppid=30932 vsize=13977988 memory=2012 CPUtime=454.85 cores=0,2,4,6
/proc/30935/task/30940/stat : 30940 (java) S 30932 30935 2357 0 -1 1077944384 135696 0 0 0 45213 272 0 0 20 0 15 0 13892078 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140552816896528 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30941] ppid=30932 vsize=13977988 memory=8692 CPUtime=456.64 cores=0,2,4,6
/proc/30935/task/30941/stat : 30941 (java) S 30932 30935 2357 0 -1 1077944384 74206 0 0 0 45398 266 0 0 20 0 15 0 13892078 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140552815843984 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30942] ppid=30932 vsize=13977988 memory=1200 CPUtime=45.9 cores=0,2,4,6
/proc/30935/task/30942/stat : 30942 (java) R 30932 30935 2357 0 -1 4202560 120276 0 0 0 4584 6 0 0 20 0 15 0 13892080 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140551801123792 140552869025432 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30943] ppid=30932 vsize=13977988 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30943/stat : 30943 (java) S 30932 30935 2357 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 13892080 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140551800071648 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30944] ppid=30932 vsize=13977988 memory=4016 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30944/stat : 30944 (java) S 30932 30935 2357 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 13892080 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140551731013120 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30945] ppid=30932 vsize=13977988 memory=16448 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30945/stat : 30945 (java) S 30932 30935 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13892083 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140551729961680 140552884586395 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30946] ppid=30932 vsize=13977988 memory=9204 CPUtime=0.42 cores=0,2,4,6
/proc/30935/task/30946/stat : 30946 (java) S 30932 30935 2357 0 -1 1077944384 3740 0 0 0 42 0 0 0 20 0 15 0 13892083 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140551728908032 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30947] ppid=30932 vsize=13977988 memory=1240 CPUtime=0.41 cores=0,2,4,6
/proc/30935/task/30947/stat : 30947 (java) S 30932 30935 2357 0 -1 1077944384 4501 0 0 0 41 0 0 0 20 0 15 0 13892083 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140551727855776 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30948] ppid=30932 vsize=13977988 memory=644 CPUtime=0.42 cores=0,2,4,6
/proc/30935/task/30948/stat : 30948 (java) S 30932 30935 2357 0 -1 1077944384 5192 0 0 0 42 0 0 0 20 0 15 0 13892083 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140551726803232 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 47 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30949] ppid=30932 vsize=13977988 memory=2880 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30949/stat : 30949 (java) S 30932 30935 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13892083 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140551725750880 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30950] ppid=30932 vsize=13977988 memory=2057816 CPUtime=0.47 cores=0,2,4,6
/proc/30935/task/30950/stat : 30950 (java) S 30932 30935 2357 0 -1 1077944384 480 0 0 0 28 19 0 0 20 0 15 0 13892089 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140551724698416 140552884578946 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 50 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
Current children cumulated CPU time: 1912.67 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 10736420 KiB

[startup+547.001 s]*
/proc/loadavg: 4.35 3.90 2.71 3/209 31060
/proc/meminfo: memFree=18711908/32770624 swapFree=67108860/67108860
[pid=30935] ppid=30932 vsize=13977988 memory=10736420 CPUtime=1912.88 cores=0,2,4,6
/proc/30935/stat : 30935 (java) S 30932 30935 2357 0 -1 1077944320 665214 0 0 0 190125 1163 0 0 20 0 15 0 13892066 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140728013406224 140552884567799 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
/proc/30935/statm: 3494497 2684105 3807 1 0 3483271 0
[pid=30935/tid=30937] ppid=30932 vsize=13977988 memory=-8774313645642428999 CPUtime=41.48 cores=0,2,4,6
/proc/30935/task/30937/stat : 30937 (java) S 30932 30935 2357 0 -1 1077944384 18103 0 0 0 4136 12 0 0 20 0 15 0 13892078 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140552888807376 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30938] ppid=30932 vsize=13977988 memory=-8774313645642428999 CPUtime=455.94 cores=0,2,4,6
/proc/30935/task/30938/stat : 30938 (java) S 30932 30935 2357 0 -1 1077944384 223751 0 0 0 45292 302 0 0 20 0 15 0 13892078 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140552819001616 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30939] ppid=30932 vsize=13977988 memory=6944656592455360604 CPUtime=456.04 cores=0,2,4,6
/proc/30935/task/30939/stat : 30939 (java) S 30932 30935 2357 0 -1 1077944384 77810 0 0 0 45307 297 0 0 20 0 15 0 13892078 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140552817949072 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30940] ppid=30932 vsize=13977988 memory=0 CPUtime=454.85 cores=0,2,4,6
/proc/30935/task/30940/stat : 30940 (java) S 30932 30935 2357 0 -1 1077944384 135696 0 0 0 45213 272 0 0 20 0 15 0 13892078 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140552816896528 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30941] ppid=30932 vsize=13977988 memory=0 CPUtime=456.64 cores=0,2,4,6
/proc/30935/task/30941/stat : 30941 (java) S 30932 30935 2357 0 -1 1077944384 74206 0 0 0 45398 266 0 0 20 0 15 0 13892078 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140552815843984 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30942] ppid=30932 vsize=13977988 memory=0 CPUtime=46.11 cores=0,2,4,6
/proc/30935/task/30942/stat : 30942 (java) R 30932 30935 2357 0 -1 4202560 120276 0 0 0 4605 6 0 0 20 0 15 0 13892080 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140551801123792 140552862937979 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30943] ppid=30932 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30943/stat : 30943 (java) S 30932 30935 2357 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 13892080 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140551800071648 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30944] ppid=30932 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30944/stat : 30944 (java) S 30932 30935 2357 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 13892080 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140551731013120 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30945] ppid=30932 vsize=13977988 memory=3976732485301903407 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30945/stat : 30945 (java) S 30932 30935 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13892083 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140551729961680 140552884586395 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30946] ppid=30932 vsize=13977988 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/30935/task/30946/stat : 30946 (java) S 30932 30935 2357 0 -1 1077944384 3740 0 0 0 42 0 0 0 20 0 15 0 13892083 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140551728908032 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30947] ppid=30932 vsize=13977988 memory=3544394695066006576 CPUtime=0.41 cores=0,2,4,6
/proc/30935/task/30947/stat : 30947 (java) S 30932 30935 2357 0 -1 1077944384 4501 0 0 0 41 0 0 0 20 0 15 0 13892083 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140551727855776 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30948] ppid=30932 vsize=13977988 memory=2319529531728447136 CPUtime=0.42 cores=0,2,4,6
/proc/30935/task/30948/stat : 30948 (java) S 30932 30935 2357 0 -1 1077944384 5192 0 0 0 42 0 0 0 20 0 15 0 13892083 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140551726803232 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 47 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30949] ppid=30932 vsize=13977988 memory=2320815197295489073 CPUtime=0 cores=0,2,4,6
/proc/30935/task/30949/stat : 30949 (java) S 30932 30935 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13892083 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140551725750880 140552884578005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
[pid=30935/tid=30950] ppid=30932 vsize=13977988 memory=2321799945981900464 CPUtime=0.47 cores=0,2,4,6
/proc/30935/task/30950/stat : 30950 (java) S 30932 30935 2357 0 -1 1077944384 480 0 0 0 28 19 0 0 20 0 15 0 13892089 14313459712 2684105 18446744073709551615 4194304 4196468 140728013423680 140551724698416 140552884578946 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 50 0 0 6293624 6294260 22319104 140728013427057 140728013427244 140728013427244 140728013430735 0
Current children cumulated CPU time: 1912.88 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 10736420 KiB

Child status: 1
Real time (s): 547.102
CPU time (s): 1912.99
CPU user time (s): 1901.3
CPU system time (s): 11.6868
CPU usage (%): 349.658
Max. virtual memory (cumulated for all children) (KiB): 13977988
Max. memory (cumulated for all children) (KiB): 10736420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1901.3
system time used= 11.6868
maximum resident set size= 10736620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 665377
page faults= 0
swaps= 0
block input operations= 0
block output operations= 728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22603
involuntary context switches= 16791


# summary of solver processes directly reported to runsolver:
#   pid: 30935
#   total CPU time (s): 1912.99
#   total CPU user time (s): 1901.3
#   total CPU system time (s): 11.6868

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.26869 second user time and 5.32948 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-16 07:38:54
IDJOB=4274320
IDBENCH=140559
IDSOLVER=2666
FILE ID=node129/4274320-1502862770
RUNJOBID= node129-1502746532-7259
PBS_JOBID= 
Free space on /tmp= 61976 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-14.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4274320-1502862770/watcher-4274320-1502862770 -o /tmp/evaluation-result-4274320-1502862770/solver-4274320-1502862770 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1502746532-7259 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1253292309 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274320-1502862770.xml

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

MD5SUM BENCH= f410f04816b97be6981931cb2af07a5b
RANDOM SEED=1253292309

node129.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.61
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.61
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.61
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.61
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:        31367176 kB
MemAvailable:   31879984 kB
Buffers:          180820 kB
Cached:           618872 kB
SwapCached:            0 kB
Active:           550460 kB
Inactive:         441792 kB
Active(anon):     193264 kB
Inactive(anon):    16744 kB
Active(file):     357196 kB
Inactive(file):   425048 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             41948 kB
Writeback:             0 kB
AnonPages:        209840 kB
Mapped:            46608 kB
Shmem:             17060 kB
Slab:             117400 kB
SReclaimable:      92796 kB
SUnreclaim:        24604 kB
KernelStack:        3696 kB
PageTables:         5232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1157792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    106496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61932 MiB
End job on node129 at 2017-08-16 07:48:01