Trace number 4274279

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-26OPT2 82.924301 46.790199

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-05-05.xml
MD5SUMcbd4b7ec6b21cb5f2314c56a12817dc1
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.120852
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints101
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":25}]
Minimum variable degree18
Maximum variable degree18
Distribution of variable degrees[{"degree":18,"count":25}]
Minimum constraint arity4
Maximum constraint arity25
Distribution of constraint arities[{"arity":4,"count":100},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints100
Distribution of constraint types[{"type":"intension","count":100},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.29/0.37	c version: 2017-07-26
0.29/0.37	c seed: 454892517
0.29/0.37	c timeout: 2520
0.29/0.37	c memlimit: 11000
0.29/0.37	c nbcore: 4
0.29/0.40	c Parsing instance...
81.68/46.08	c Parsing done, starting search...
81.79/46.15	o 24
82.00/46.24	o 23
82.00/46.29	o 22
82.13/46.35	o 21
82.25/46.41	o 20
82.25/46.46	o 19
82.25/46.50	o 18
82.39/46.53	o 17
82.39/46.56	o 16
82.39/46.59	o 15
82.51/46.61	o 14
82.51/46.63	o 13
82.51/46.65	o 12
82.51/46.66	o 11
82.51/46.68	o 10
82.51/46.69	o 9
82.76/46.70	o 8
82.76/46.70	o 7
82.76/46.71	o 6
82.76/46.72	o 5
82.76/46.72	o 4
82.76/46.72	o 3
82.76/46.72	o 2
82.76/46.74	s OPTIMUM FOUND
82.76/46.74	v <instantiation>
82.76/46.74	v 	<list>
82.76/46.74	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4]
82.76/46.74	v 	</list>
82.76/46.74	v 	<values>
82.76/46.74	v 		1 2 2 2 2 2 0 1 1 2 2 0 1 2 1 2 1 1 0 0 2 1 2 1 1 
82.76/46.74	v 	</values>
82.76/46.74	v </instantiation>

Verifier Data

OK	2

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 (15187 MiB free)
  memory of node 1: 16384 MiB (14462 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274279-1502849380/watcher-4274279-1502849380 -o /tmp/evaluation-result-4274279-1502849380/solver-4274279-1502849380 -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 454892517 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274279-1502849380.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
Current StackSize limit: 8192 KiB

solver pid=28338, runsolver pid=28335

[startup+0.102568 s]*
/proc/loadavg: 1.59 1.45 1.46 3/200 28344
/proc/meminfo: memFree=30355616/32770624 swapFree=67108860/67108860
[pid=28338] ppid=28335 vsize=13573664 memory=16440 CPUtime=0.02 cores=0,2,4,6
/proc/28338/stat : 28338 (java) S 28335 28338 2357 0 -1 1077944320 3981 0 0 0 1 1 0 0 20 0 9 0 12553054 13899431936 4110 18446744073709551615 4194304 4196468 140731044884240 140731044866784 140069828820727 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
/proc/28338/statm: 3393416 4110 2073 1 0 3382913 0
[pid=28338/tid=28340] ppid=28335 vsize=13573664 memory=-6439968830534014599 CPUtime=0.01 cores=0,2,4,6
/proc/28338/task/28340/stat : 28340 (java) R 28335 28338 2357 0 -1 4202560 2611 0 0 0 1 0 0 0 20 0 9 0 12553062 13899431936 4110 18446744073709551615 4194304 4196468 140731044884240 140069833056776 140069436532593 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28341] ppid=28335 vsize=13573664 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28341/stat : 28341 (java) S 28335 28338 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 9 0 12553063 13899431936 4110 18446744073709551615 4194304 4196468 140731044884240 140069763255184 140069828830933 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28342] ppid=28335 vsize=13573664 memory=140536897087104 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28342/stat : 28342 (java) S 28335 28338 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 12553063 13899431936 4110 18446744073709551615 4194304 4196468 140731044884240 140069762202384 140069828830933 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28343] ppid=28335 vsize=13573664 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28343/stat : 28343 (java) S 28335 28338 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 12553063 13899431936 4110 18446744073709551615 4194304 4196468 140731044884240 140069761150096 140069828830933 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28344] ppid=28335 vsize=13573664 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28344/stat : 28344 (java) S 28335 28338 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 12553063 13899431936 4110 18446744073709551615 4194304 4196468 140731044884240 140069760097296 140069828830933 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28345] ppid=28335 vsize=13573664 memory=140536897087104 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28345/stat : 28345 (java) S 28335 28338 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 12553064 13899431936 4110 18446744073709551615 4194304 4196468 140731044884240 140069306845296 140069828831874 0 0 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28346] ppid=28335 vsize=13573664 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28346/stat : 28346 (java) S 28335 28338 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 12553065 13899431936 4110 18446744073709551615 4194304 4196468 140731044884240 140069305791264 140069828830933 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28347] ppid=28335 vsize=13573664 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28347/stat : 28347 (java) S 28335 28338 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 12553065 13899431936 4110 18446744073709551615 4194304 4196468 140731044884240 140069304738992 140069828830933 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13573664 KiB
Current children cumulated memory: 16440 KiB

[startup+0.212473 s]*
/proc/loadavg: 1.59 1.45 1.46 3/209 28353
/proc/meminfo: memFree=30344816/32770624 swapFree=67108860/67108860
[pid=28338] ppid=28335 vsize=13975920 memory=34052 CPUtime=0.12 cores=0,2,4,6
/proc/28338/stat : 28338 (java) S 28335 28338 2357 0 -1 1077944320 9453 0 0 0 10 2 0 0 20 0 15 0 12553054 14311342080 8513 18446744073709551615 4194304 4196468 140731044884240 140731044866784 140069828820727 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
/proc/28338/statm: 3493980 8513 3386 1 0 3482759 0
[pid=28338/tid=28340] ppid=28335 vsize=13975920 memory=7077796292425249400 CPUtime=0.09 cores=0,2,4,6
/proc/28338/task/28340/stat : 28340 (java) R 28335 28338 2357 0 -1 4202560 7411 0 0 0 7 2 0 0 20 0 15 0 12553062 14311342080 8513 18446744073709551615 4194304 4196468 140731044884240 140069833010176 140069828832662 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28341] ppid=28335 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28341/stat : 28341 (java) S 28335 28338 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12553063 14311342080 8513 18446744073709551615 4194304 4196468 140731044884240 140069763255184 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28342] ppid=28335 vsize=13975920 memory=140536897087104 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28342/stat : 28342 (java) S 28335 28338 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12553063 14311342080 8513 18446744073709551615 4194304 4196468 140731044884240 140069762202384 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28343] ppid=28335 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28343/stat : 28343 (java) S 28335 28338 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12553063 14311342080 8513 18446744073709551615 4194304 4196468 140731044884240 140069761150096 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28344] ppid=28335 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28344/stat : 28344 (java) S 28335 28338 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12553063 14311342080 8513 18446744073709551615 4194304 4196468 140731044884240 140069760097296 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28345] ppid=28335 vsize=13975920 memory=140536897087104 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28345/stat : 28345 (java) S 28335 28338 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12553064 14311342080 8513 18446744073709551615 4194304 4196468 140731044884240 140069306845296 140069828831874 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28346] ppid=28335 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28346/stat : 28346 (java) S 28335 28338 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12553065 14311342080 8513 18446744073709551615 4194304 4196468 140731044884240 140069305791264 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28347] ppid=28335 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28347/stat : 28347 (java) S 28335 28338 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12553065 14311342080 8513 18446744073709551615 4194304 4196468 140731044884240 140069304738928 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28348] ppid=28335 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28348/stat : 28348 (java) S 28335 28338 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12553068 14311342080 8513 18446744073709551615 4194304 4196468 140731044884240 140069303687248 140069828839323 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28349] ppid=28335 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28349/stat : 28349 (java) S 28335 28338 2357 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 12553068 14311342080 8513 18446744073709551615 4194304 4196468 140731044884240 140069302635120 140069828831874 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28350] ppid=28335 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28350/stat : 28350 (java) S 28335 28338 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12553068 14311342080 8513 18446744073709551615 4194304 4196468 140731044884240 140069301582320 140069828831874 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28351] ppid=28335 vsize=13975920 memory=140536897087104 CPUtime=0.01 cores=0,2,4,6
/proc/28338/task/28351/stat : 28351 (java) R 28335 28338 2357 0 -1 4202560 360 0 0 0 1 0 0 0 20 0 15 0 12553068 14311342080 8513 18446744073709551615 4194304 4196468 140731044884240 140069300530032 140069828842074 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28352] ppid=28335 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28352/stat : 28352 (java) S 28335 28338 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12553068 14311342080 8513 18446744073709551615 4194304 4196468 140731044884240 140069299477472 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28353] ppid=28335 vsize=13975920 memory=140536897087104 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28353/stat : 28353 (java) S 28335 28338 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12553071 14311342080 8513 18446744073709551615 4194304 4196468 140731044884240 140069298424240 140069828831874 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 34052 KiB

[startup+0.310212 s]*
/proc/loadavg: 1.59 1.45 1.46 4/209 28353
/proc/meminfo: memFree=30336484/32770624 swapFree=67108860/67108860
[pid=28338] ppid=28335 vsize=13975920 memory=42900 CPUtime=0.29 cores=0,2,4,6
/proc/28338/stat : 28338 (java) S 28335 28338 2357 0 -1 1077944320 10942 0 0 0 26 3 0 0 20 0 15 0 12553054 14311342080 10725 18446744073709551615 4194304 4196468 140731044884240 140731044866784 140069828820727 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
/proc/28338/statm: 3493980 10725 3593 1 0 3482759 0
[pid=28338/tid=28340] ppid=28335 vsize=13975920 memory=-8774313645642428999 CPUtime=0.19 cores=0,2,4,6
/proc/28338/task/28340/stat : 28340 (java) R 28335 28338 2357 0 -1 4202560 8535 0 0 0 17 2 0 0 20 0 15 0 12553062 14311342080 10725 18446744073709551615 4194304 4196468 140731044884240 140069833042720 140069808410777 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28341] ppid=28335 vsize=13975920 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28341/stat : 28341 (java) S 28335 28338 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12553063 14311342080 10725 18446744073709551615 4194304 4196468 140731044884240 140069763255184 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28342] ppid=28335 vsize=13975920 memory=4627853888499060086 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28342/stat : 28342 (java) S 28335 28338 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12553063 14311342080 10725 18446744073709551615 4194304 4196468 140731044884240 140069762202384 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28343] ppid=28335 vsize=13975920 memory=-8187100386482147110 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28343/stat : 28343 (java) S 28335 28338 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12553063 14311342080 10725 18446744073709551615 4194304 4196468 140731044884240 140069761150096 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28344] ppid=28335 vsize=13975920 memory=-7305533901252758645 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28344/stat : 28344 (java) S 28335 28338 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12553063 14311342080 10725 18446744073709551615 4194304 4196468 140731044884240 140069760097296 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28345] ppid=28335 vsize=13975920 memory=7077796292425249400 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28345/stat : 28345 (java) S 28335 28338 2357 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 12553064 14311342080 10725 18446744073709551615 4194304 4196468 140731044884240 140069306845296 140069828831874 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28346] ppid=28335 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28346/stat : 28346 (java) S 28335 28338 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12553065 14311342080 10725 18446744073709551615 4194304 4196468 140731044884240 140069305791264 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28347] ppid=28335 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28347/stat : 28347 (java) S 28335 28338 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12553065 14311342080 10725 18446744073709551615 4194304 4196468 140731044884240 140069304738928 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28348] ppid=28335 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28348/stat : 28348 (java) S 28335 28338 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12553068 14311342080 10725 18446744073709551615 4194304 4196468 140731044884240 140069303687248 140069828839323 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28349] ppid=28335 vsize=13975920 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/28338/task/28349/stat : 28349 (java) S 28335 28338 2357 0 -1 1077944384 338 0 0 0 1 0 0 0 20 0 15 0 12553068 14311342080 10725 18446744073709551615 4194304 4196468 140731044884240 140069302635120 140069828831874 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28350] ppid=28335 vsize=13975920 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/28338/task/28350/stat : 28350 (java) S 28335 28338 2357 0 -1 1077944384 251 0 0 0 1 0 0 0 20 0 15 0 12553068 14311342080 10725 18446744073709551615 4194304 4196468 140731044884240 140069301582320 140069828831874 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28351] ppid=28335 vsize=13975920 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/28338/task/28351/stat : 28351 (java) R 28335 28338 2357 0 -1 4202560 434 0 0 0 5 0 0 0 20 0 15 0 12553068 14311342080 10725 18446744073709551615 4194304 4196468 140731044884240 140069300525760 140069828842074 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28352] ppid=28335 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28352/stat : 28352 (java) S 28335 28338 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12553068 14311342080 10725 18446744073709551615 4194304 4196468 140731044884240 140069299477472 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28353] ppid=28335 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28353/stat : 28353 (java) S 28335 28338 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12553071 14311342080 10725 18446744073709551615 4194304 4196468 140731044884240 140069298424240 140069828831874 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 42900 KiB

[startup+0.700723 s]
/proc/loadavg: 1.59 1.45 1.46 4/209 28353
/proc/meminfo: memFree=30322512/32770624 swapFree=67108860/67108860
[pid=28338] ppid=28335 vsize=13977988 memory=67264 CPUtime=1.02 cores=0,2,4,6
/proc/28338/stat : 28338 (java) S 28335 28338 2357 0 -1 1077944320 14021 0 0 0 97 5 0 0 20 0 15 0 12553054 14313459712 16816 18446744073709551615 4194304 4196468 140731044884240 140731044866784 140069828820727 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
/proc/28338/statm: 3494497 16816 3733 1 0 3483271 0
[pid=28338/tid=28340] ppid=28335 vsize=13977988 memory=2539466524417 CPUtime=0.57 cores=0,2,4,6
/proc/28338/task/28340/stat : 28340 (java) R 28335 28338 2357 0 -1 4202560 10515 0 0 0 53 4 0 0 20 0 15 0 12553062 14313459712 16816 18446744073709551615 4194304 4196468 140731044884240 140069833057328 140069439320012 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28341] ppid=28335 vsize=13977988 memory=2560941360897 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28341/stat : 28341 (java) S 28335 28338 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12553063 14313459712 16816 18446744073709551615 4194304 4196468 140731044884240 140069763255184 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28342] ppid=28335 vsize=13977988 memory=2569531295489 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28342/stat : 28342 (java) S 28335 28338 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12553063 14313459712 16816 18446744073709551615 4194304 4196468 140731044884240 140069762202384 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28343] ppid=28335 vsize=13977988 memory=448874192 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28343/stat : 28343 (java) S 28335 28338 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12553063 14313459712 16816 18446744073709551615 4194304 4196468 140731044884240 140069761150096 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28344] ppid=28335 vsize=13977988 memory=-8556738499077758064 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28344/stat : 28344 (java) S 28335 28338 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12553063 14313459712 16816 18446744073709551615 4194304 4196468 140731044884240 140069760097296 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28345] ppid=28335 vsize=13977988 memory=7956285308106002773 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28345/stat : 28345 (java) S 28335 28338 2357 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 12553064 14313459712 16816 18446744073709551615 4194304 4196468 140731044884240 140069306845296 140069828831874 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28346] ppid=28335 vsize=13977988 memory=7595725831727968097 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28346/stat : 28346 (java) S 28335 28338 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12553065 14313459712 16816 18446744073709551615 4194304 4196468 140731044884240 140069305791264 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28347] ppid=28335 vsize=13977988 memory=281073531776736 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28347/stat : 28347 (java) S 28335 28338 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12553065 14313459712 16816 18446744073709551615 4194304 4196468 140731044884240 140069304738928 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28348] ppid=28335 vsize=13977988 memory=288230613214036277 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28348/stat : 28348 (java) S 28335 28338 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12553068 14313459712 16816 18446744073709551615 4194304 4196468 140731044884240 140069303687248 140069828839323 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28349] ppid=28335 vsize=13977988 memory=14128948577568424 CPUtime=0.1 cores=0,2,4,6
/proc/28338/task/28349/stat : 28349 (java) S 28335 28338 2357 0 -1 1077944384 670 0 0 0 10 0 0 0 20 0 15 0 12553068 14313459712 16816 18446744073709551615 4194304 4196468 140731044884240 140069302635120 140069828831874 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28350] ppid=28335 vsize=13977988 memory=8688 CPUtime=0.11 cores=0,2,4,6
/proc/28338/task/28350/stat : 28350 (java) S 28335 28338 2357 0 -1 1077944384 645 0 0 0 11 0 0 0 20 0 15 0 12553068 14313459712 16816 18446744073709551615 4194304 4196468 140731044884240 140069301582320 140069828831874 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28351] ppid=28335 vsize=13977988 memory=1200 CPUtime=0.22 cores=0,2,4,6
/proc/28338/task/28351/stat : 28351 (java) R 28335 28338 2357 0 -1 4202560 807 0 0 0 22 0 0 0 20 0 15 0 12553068 14313459712 16816 18446744073709551615 4194304 4196468 140731044884240 140069300521952 140069810384283 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28352] ppid=28335 vsize=13977988 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28352/stat : 28352 (java) S 28335 28338 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12553068 14313459712 16816 18446744073709551615 4194304 4196468 140731044884240 140069299477472 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28353] ppid=28335 vsize=13977988 memory=4016 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28353/stat : 28353 (java) S 28335 28338 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12553071 14313459712 16816 18446744073709551615 4194304 4196468 140731044884240 140069298424240 140069828831874 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
Current children cumulated CPU time: 1.02 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 67264 KiB

[startup+1.50162 s]
/proc/loadavg: 1.59 1.45 1.46 4/209 28353
/proc/meminfo: memFree=30270076/32770624 swapFree=67108860/67108860
[pid=28338] ppid=28335 vsize=13977988 memory=227136 CPUtime=2.14 cores=0,2,4,6
/proc/28338/stat : 28338 (java) S 28335 28338 2357 0 -1 1077944320 17456 0 0 0 200 14 0 0 20 0 15 0 12553054 14313459712 56784 18446744073709551615 4194304 4196468 140731044884240 140731044866784 140069828820727 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
/proc/28338/statm: 3494497 56784 3759 1 0 3483271 0
[pid=28338/tid=28340] ppid=28335 vsize=13977988 memory=103 CPUtime=1.32 cores=0,2,4,6
/proc/28338/task/28340/stat : 28340 (java) S 28335 28338 2357 0 -1 1077944384 11580 0 0 0 127 5 0 0 20 0 15 0 12553062 14313459712 57296 18446744073709551615 4194304 4196468 140731044884240 140069833058272 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28341] ppid=28335 vsize=13977988 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/28338/task/28341/stat : 28341 (java) R 28335 28338 2357 0 -1 4202560 137 0 0 0 2 1 0 0 20 0 15 0 12553063 14313459712 57296 18446744073709551615 4194304 4196468 140731044884240 140069763255184 140069813848601 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28342] ppid=28335 vsize=13977988 memory=115 CPUtime=0.03 cores=0,2,4,6
/proc/28338/task/28342/stat : 28342 (java) R 28335 28338 2357 0 -1 4202560 337 0 0 0 2 1 0 0 20 0 15 0 12553063 14313459712 57296 18446744073709551615 4194304 4196468 140731044884240 140069762202384 140069813848601 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28343] ppid=28335 vsize=13977988 memory=22 CPUtime=0.03 cores=0,2,4,6
/proc/28338/task/28343/stat : 28343 (java) R 28335 28338 2357 0 -1 4202560 86 0 0 0 2 1 0 0 20 0 15 0 12553063 14313459712 57296 18446744073709551615 4194304 4196468 140731044884240 140069761147728 140069813848601 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28344] ppid=28335 vsize=13977988 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/28338/task/28344/stat : 28344 (java) R 28335 28338 2357 0 -1 4202560 184 0 0 0 2 1 0 0 20 0 15 0 12553063 14313459712 57296 18446744073709551615 4194304 4196468 140731044884240 140069760095096 140069813848601 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28345] ppid=28335 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28345/stat : 28345 (java) S 28335 28338 2357 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 15 0 12553064 14313459712 57296 18446744073709551615 4194304 4196468 140731044884240 140069306843808 140069828830933 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28346] ppid=28335 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28346/stat : 28346 (java) S 28335 28338 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12553065 14313459712 57296 18446744073709551615 4194304 4196468 140731044884240 140069305791264 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28347] ppid=28335 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28347/stat : 28347 (java) S 28335 28338 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12553065 14313459712 57296 18446744073709551615 4194304 4196468 140731044884240 140069304738928 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28348] ppid=28335 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28348/stat : 28348 (java) S 28335 28338 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12553068 14313459712 57296 18446744073709551615 4194304 4196468 140731044884240 140069303687248 140069828839323 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28349] ppid=28335 vsize=13977988 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/28338/task/28349/stat : 28349 (java) S 28335 28338 2357 0 -1 1077944384 1787 0 0 0 23 0 0 0 20 0 15 0 12553068 14313459712 57296 18446744073709551615 4194304 4196468 140731044884240 140069302635120 140069828831874 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28350] ppid=28335 vsize=13977988 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/28338/task/28350/stat : 28350 (java) S 28335 28338 2357 0 -1 1077944384 666 0 0 0 15 0 0 0 20 0 15 0 12553068 14313459712 57296 18446744073709551615 4194304 4196468 140731044884240 140069301582320 140069828831874 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28351] ppid=28335 vsize=13977988 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/28338/task/28351/stat : 28351 (java) S 28335 28338 2357 0 -1 1077944384 1182 0 0 0 23 0 0 0 20 0 15 0 12553068 14313459712 57296 18446744073709551615 4194304 4196468 140731044884240 140069300530032 140069828831874 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0

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

[pid=28338/tid=28352] ppid=28335 vsize=13980036 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28352/stat : 28352 (java) S 28335 28338 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12553068 14315556864 1419643 18446744073709551615 4194304 4196468 140731044884240 140069299477472 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28353] ppid=28335 vsize=13980036 memory=10932 CPUtime=0.02 cores=0,2,4,6
/proc/28338/task/28353/stat : 28353 (java) S 28335 28338 2357 0 -1 1077944384 400 0 0 0 1 1 0 0 20 0 15 0 12553071 14315556864 1419643 18446744073709551615 4194304 4196468 140731044884240 140069298424240 140069828831874 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 57 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
Current children cumulated CPU time: 80.03 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 5678572 KiB

[startup+46.0008 s]
/proc/loadavg: 1.82 1.53 1.49 6/209 28353
/proc/meminfo: memFree=24728880/32770624 swapFree=67108860/67108860
[pid=28338] ppid=28335 vsize=13980036 memory=5679356 CPUtime=81.68 cores=0,2,4,6
/proc/28338/stat : 28338 (java) S 28335 28338 2357 0 -1 1077944320 93820 0 0 0 7605 563 0 0 20 0 15 0 12553054 14315556864 1419839 18446744073709551615 4194304 4196468 140731044884240 140731044866784 140069828820727 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
/proc/28338/statm: 3495009 1419839 3802 1 0 3483783 0
[pid=28338/tid=28340] ppid=28335 vsize=13980036 memory=8860 CPUtime=25.44 cores=0,2,4,6
/proc/28338/task/28340/stat : 28340 (java) R 28335 28338 2357 0 -1 4202560 18601 0 0 0 2534 10 0 0 20 0 15 0 12553062 14315556864 1419839 18446744073709551615 4194304 4196468 140731044884240 140069833056408 140069437528011 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28341] ppid=28335 vsize=13980036 memory=-8774313645642428999 CPUtime=11.39 cores=0,2,4,6
/proc/28338/task/28341/stat : 28341 (java) S 28335 28338 2357 0 -1 1077944384 12200 0 0 0 1004 135 0 0 20 0 15 0 12553063 14315556864 1419839 18446744073709551615 4194304 4196468 140731044884240 140069763255184 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28342] ppid=28335 vsize=13980036 memory=2424 CPUtime=11.48 cores=0,2,4,6
/proc/28338/task/28342/stat : 28342 (java) S 28335 28338 2357 0 -1 1077944384 10961 0 0 0 1005 143 0 0 20 0 15 0 12553063 14315556864 1419839 18446744073709551615 4194304 4196468 140731044884240 140069762202384 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28343] ppid=28335 vsize=13980036 memory=1732 CPUtime=11.43 cores=0,2,4,6
/proc/28338/task/28343/stat : 28343 (java) S 28335 28338 2357 0 -1 1077944384 15057 0 0 0 1012 131 0 0 20 0 15 0 12553063 14315556864 1419839 18446744073709551615 4194304 4196468 140731044884240 140069761150096 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28344] ppid=28335 vsize=13980036 memory=1008 CPUtime=11.52 cores=0,2,4,6
/proc/28338/task/28344/stat : 28344 (java) S 28335 28338 2357 0 -1 1077944384 10723 0 0 0 1015 137 0 0 20 0 15 0 12553063 14315556864 1419839 18446744073709551615 4194304 4196468 140731044884240 140069760097296 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28345] ppid=28335 vsize=13980036 memory=1228 CPUtime=8.86 cores=0,2,4,6
/proc/28338/task/28345/stat : 28345 (java) S 28335 28338 2357 0 -1 1077944384 13867 0 0 0 885 1 0 0 20 0 15 0 12553064 14315556864 1419839 18446744073709551615 4194304 4196468 140731044884240 140069306845296 140069828831874 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28346] ppid=28335 vsize=13980036 memory=10932 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28346/stat : 28346 (java) S 28335 28338 2357 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 12553065 14315556864 1419839 18446744073709551615 4194304 4196468 140731044884240 140069305791328 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28347] ppid=28335 vsize=13980036 memory=1692 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28347/stat : 28347 (java) S 28335 28338 2357 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 12553065 14315556864 1419839 18446744073709551615 4194304 4196468 140731044884240 140069304738944 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28348] ppid=28335 vsize=13980036 memory=8860 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28348/stat : 28348 (java) S 28335 28338 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12553068 14315556864 1419839 18446744073709551615 4194304 4196468 140731044884240 140069303687248 140069828839323 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28349] ppid=28335 vsize=13980036 memory=1240 CPUtime=0.47 cores=0,2,4,6
/proc/28338/task/28349/stat : 28349 (java) S 28335 28338 2357 0 -1 1077944384 3229 0 0 0 46 1 0 0 20 0 15 0 12553068 14315556864 1419839 18446744073709551615 4194304 4196468 140731044884240 140069302635120 140069828831874 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28350] ppid=28335 vsize=13980036 memory=644 CPUtime=0.5 cores=0,2,4,6
/proc/28338/task/28350/stat : 28350 (java) S 28335 28338 2357 0 -1 1077944384 2581 0 0 0 50 0 0 0 20 0 15 0 12553068 14315556864 1419839 18446744073709551615 4194304 4196468 140731044884240 140069301582320 140069828831874 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28351] ppid=28335 vsize=13980036 memory=1796 CPUtime=0.47 cores=0,2,4,6
/proc/28338/task/28351/stat : 28351 (java) S 28335 28338 2357 0 -1 1077944384 4759 0 0 0 47 0 0 0 20 0 15 0 12553068 14315556864 1419839 18446744073709551615 4194304 4196468 140731044884240 140069300530032 140069828831874 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 54 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28352] ppid=28335 vsize=13980036 memory=956 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28352/stat : 28352 (java) S 28335 28338 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12553068 14315556864 1419839 18446744073709551615 4194304 4196468 140731044884240 140069299477472 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28353] ppid=28335 vsize=13980036 memory=2248 CPUtime=0.02 cores=0,2,4,6
/proc/28338/task/28353/stat : 28353 (java) S 28335 28338 2357 0 -1 1077944384 400 0 0 0 1 1 0 0 20 0 15 0 12553071 14315556864 1419839 18446744073709551615 4194304 4196468 140731044884240 140069298424240 140069828831874 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 57 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
Current children cumulated CPU time: 81.68 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 5679356 KiB

[startup+46.4016 s]*
/proc/loadavg: 1.82 1.53 1.49 3/209 28353
/proc/meminfo: memFree=24722240/32770624 swapFree=67108860/67108860
[pid=28338] ppid=28335 vsize=13982084 memory=5682528 CPUtime=82.25 cores=0,2,4,6
/proc/28338/stat : 28338 (java) S 28335 28338 2357 0 -1 1077944320 96229 0 0 0 7661 564 0 0 20 0 15 0 12553054 14317654016 1420632 18446744073709551615 4194304 4196468 140731044884240 140731044866784 140069828820727 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
/proc/28338/statm: 3495521 1420632 3807 1 0 3484295 0
[pid=28338/tid=28340] ppid=28335 vsize=13982084 memory=-8774313645642428999 CPUtime=25.85 cores=0,2,4,6
/proc/28338/task/28340/stat : 28340 (java) R 28335 28338 2357 0 -1 4202560 20539 0 0 0 2574 11 0 0 20 0 15 0 12553062 14317654016 1420632 18446744073709551615 4194304 4196468 140731044884240 140069833058024 140069436471205 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28341] ppid=28335 vsize=13982084 memory=0 CPUtime=11.39 cores=0,2,4,6
/proc/28338/task/28341/stat : 28341 (java) S 28335 28338 2357 0 -1 1077944384 12200 0 0 0 1004 135 0 0 20 0 15 0 12553063 14317654016 1420632 18446744073709551615 4194304 4196468 140731044884240 140069763255184 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28342] ppid=28335 vsize=13982084 memory=0 CPUtime=11.48 cores=0,2,4,6
/proc/28338/task/28342/stat : 28342 (java) S 28335 28338 2357 0 -1 1077944384 10961 0 0 0 1005 143 0 0 20 0 15 0 12553063 14317654016 1420632 18446744073709551615 4194304 4196468 140731044884240 140069762202384 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28343] ppid=28335 vsize=13982084 memory=5678488 CPUtime=11.43 cores=0,2,4,6
/proc/28338/task/28343/stat : 28343 (java) S 28335 28338 2357 0 -1 1077944384 15057 0 0 0 1012 131 0 0 20 0 15 0 12553063 14317654016 1420632 18446744073709551615 4194304 4196468 140731044884240 140069761150096 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28344] ppid=28335 vsize=13982084 memory=13201 CPUtime=11.52 cores=0,2,4,6
/proc/28338/task/28344/stat : 28344 (java) S 28335 28338 2357 0 -1 1077944384 10723 0 0 0 1015 137 0 0 20 0 15 0 12553063 14317654016 1420632 18446744073709551615 4194304 4196468 140731044884240 140069760097296 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28345] ppid=28335 vsize=13982084 memory=-7173504570860347296 CPUtime=8.86 cores=0,2,4,6
/proc/28338/task/28345/stat : 28345 (java) S 28335 28338 2357 0 -1 1077944384 13867 0 0 0 885 1 0 0 20 0 15 0 12553064 14317654016 1420632 18446744073709551615 4194304 4196468 140731044884240 140069306845296 140069828831874 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28346] ppid=28335 vsize=13982084 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28346/stat : 28346 (java) S 28335 28338 2357 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 12553065 14317654016 1420632 18446744073709551615 4194304 4196468 140731044884240 140069305791328 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28347] ppid=28335 vsize=13982084 memory=281073532722592 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28347/stat : 28347 (java) S 28335 28338 2357 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 12553065 14317654016 1420632 18446744073709551615 4194304 4196468 140731044884240 140069304738944 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28348] ppid=28335 vsize=13982084 memory=3472468832994147728 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28348/stat : 28348 (java) S 28335 28338 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12553068 14317654016 1420632 18446744073709551615 4194304 4196468 140731044884240 140069303687248 140069828839323 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28349] ppid=28335 vsize=13982084 memory=6944656592455360604 CPUtime=0.55 cores=0,2,4,6
/proc/28338/task/28349/stat : 28349 (java) S 28335 28338 2357 0 -1 1077944384 3569 0 0 0 54 1 0 0 20 0 15 0 12553068 14317654016 1420632 18446744073709551615 4194304 4196468 140731044884240 140069302635120 140069828831874 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28350] ppid=28335 vsize=13982084 memory=-7882018838379555936 CPUtime=0.54 cores=0,2,4,6
/proc/28338/task/28350/stat : 28350 (java) S 28335 28338 2357 0 -1 1077944384 2632 0 0 0 54 0 0 0 20 0 15 0 12553068 14317654016 1420632 18446744073709551615 4194304 4196468 140731044884240 140069301582320 140069828831874 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28351] ppid=28335 vsize=13982084 memory=-7966001958750355552 CPUtime=0.52 cores=0,2,4,6
/proc/28338/task/28351/stat : 28351 (java) S 28335 28338 2357 0 -1 1077944384 4839 0 0 0 52 0 0 0 20 0 15 0 12553068 14317654016 1420632 18446744073709551615 4194304 4196468 140731044884240 140069300530032 140069828831874 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 54 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28352] ppid=28335 vsize=13982084 memory=4206468019014099040 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28352/stat : 28352 (java) S 28335 28338 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12553068 14317654016 1420632 18446744073709551615 4194304 4196468 140731044884240 140069299477472 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28353] ppid=28335 vsize=13982084 memory=5679280 CPUtime=0.02 cores=0,2,4,6
/proc/28338/task/28353/stat : 28353 (java) S 28335 28338 2357 0 -1 1077944384 400 0 0 0 1 1 0 0 20 0 15 0 12553071 14317654016 1420632 18446744073709551615 4194304 4196468 140731044884240 140069298424240 140069828831874 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 57 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
Current children cumulated CPU time: 82.25 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 5682528 KiB

[startup+46.6008 s]
/proc/loadavg: 1.82 1.53 1.49 3/209 28353
/proc/meminfo: memFree=24722240/32770624 swapFree=67108860/67108860
[pid=28338] ppid=28335 vsize=13982084 memory=5682624 CPUtime=82.51 cores=0,2,4,6
/proc/28338/stat : 28338 (java) S 28335 28338 2357 0 -1 1077944320 96335 0 0 0 7686 565 0 0 20 0 15 0 12553054 14317654016 1420656 18446744073709551615 4194304 4196468 140731044884240 140731044866784 140069828820727 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
/proc/28338/statm: 3495521 1420656 3807 1 0 3484295 0
[pid=28338/tid=28340] ppid=28335 vsize=13982084 memory=288230613214036277 CPUtime=26.04 cores=0,2,4,6
/proc/28338/task/28340/stat : 28340 (java) R 28335 28338 2357 0 -1 4202560 20595 0 0 0 2593 11 0 0 20 0 15 0 12553062 14317654016 1420656 18446744073709551615 4194304 4196468 140731044884240 140069833055504 140069441142000 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28341] ppid=28335 vsize=13982084 memory=14128948577568424 CPUtime=11.39 cores=0,2,4,6
/proc/28338/task/28341/stat : 28341 (java) S 28335 28338 2357 0 -1 1077944384 12200 0 0 0 1004 135 0 0 20 0 15 0 12553063 14317654016 1420656 18446744073709551615 4194304 4196468 140731044884240 140069763255184 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28342] ppid=28335 vsize=13982084 memory=30916 CPUtime=11.48 cores=0,2,4,6
/proc/28338/task/28342/stat : 28342 (java) S 28335 28338 2357 0 -1 1077944384 10961 0 0 0 1005 143 0 0 20 0 15 0 12553063 14317654016 1420656 18446744073709551615 4194304 4196468 140731044884240 140069762202384 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28343] ppid=28335 vsize=13982084 memory=35492 CPUtime=11.43 cores=0,2,4,6
/proc/28338/task/28343/stat : 28343 (java) S 28335 28338 2357 0 -1 1077944384 15057 0 0 0 1012 131 0 0 20 0 15 0 12553063 14317654016 1420656 18446744073709551615 4194304 4196468 140731044884240 140069761150096 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28344] ppid=28335 vsize=13982084 memory=7810741910328535657 CPUtime=11.52 cores=0,2,4,6
/proc/28338/task/28344/stat : 28344 (java) S 28335 28338 2357 0 -1 1077944384 10723 0 0 0 1015 137 0 0 20 0 15 0 12553063 14317654016 1420656 18446744073709551615 4194304 4196468 140731044884240 140069760097296 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28345] ppid=28335 vsize=13982084 memory=7810741910328535657 CPUtime=8.86 cores=0,2,4,6
/proc/28338/task/28345/stat : 28345 (java) S 28335 28338 2357 0 -1 1077944384 13867 0 0 0 885 1 0 0 20 0 15 0 12553064 14317654016 1420656 18446744073709551615 4194304 4196468 140731044884240 140069306845296 140069828831874 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28346] ppid=28335 vsize=13982084 memory=7810741910328535657 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28346/stat : 28346 (java) S 28335 28338 2357 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 12553065 14317654016 1420656 18446744073709551615 4194304 4196468 140731044884240 140069305791328 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28347] ppid=28335 vsize=13982084 memory=7596558084569654122 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28347/stat : 28347 (java) S 28335 28338 2357 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 12553065 14317654016 1420656 18446744073709551615 4194304 4196468 140731044884240 140069304738944 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28348] ppid=28335 vsize=13982084 memory=5423172 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28348/stat : 28348 (java) S 28335 28338 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12553068 14317654016 1420656 18446744073709551615 4194304 4196468 140731044884240 140069303687248 140069828839323 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28349] ppid=28335 vsize=13982084 memory=-8774313645642428999 CPUtime=0.56 cores=0,2,4,6
/proc/28338/task/28349/stat : 28349 (java) S 28335 28338 2357 0 -1 1077944384 3582 0 0 0 55 1 0 0 20 0 15 0 12553068 14317654016 1420656 18446744073709551615 4194304 4196468 140731044884240 140069302635120 140069828831874 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28350] ppid=28335 vsize=13982084 memory=301741412096147765 CPUtime=0.56 cores=0,2,4,6
/proc/28338/task/28350/stat : 28350 (java) S 28335 28338 2357 0 -1 1077944384 2647 0 0 0 56 0 0 0 20 0 15 0 12553068 14317654016 1420656 18446744073709551615 4194304 4196468 140731044884240 140069301582320 140069828831874 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28351] ppid=28335 vsize=13982084 memory=14128948577568424 CPUtime=0.54 cores=0,2,4,6
/proc/28338/task/28351/stat : 28351 (java) S 28335 28338 2357 0 -1 1077944384 4861 0 0 0 54 0 0 0 20 0 15 0 12553068 14317654016 1420656 18446744073709551615 4194304 4196468 140731044884240 140069300530032 140069828831874 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 54 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28352] ppid=28335 vsize=13982084 memory=7451319276961687404 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28352/stat : 28352 (java) S 28335 28338 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12553068 14317654016 1420656 18446744073709551615 4194304 4196468 140731044884240 140069299477472 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28353] ppid=28335 vsize=13982084 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28338/task/28353/stat : 28353 (java) S 28335 28338 2357 0 -1 1077944384 400 0 0 0 1 1 0 0 20 0 15 0 12553071 14317654016 1420656 18446744073709551615 4194304 4196468 140731044884240 140069298424240 140069828831874 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 57 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
Current children cumulated CPU time: 82.51 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 5682624 KiB

[startup+46.7016 s]
/proc/loadavg: 1.82 1.53 1.49 3/209 28353
/proc/meminfo: memFree=24722240/32770624 swapFree=67108860/67108860
[pid=28338] ppid=28335 vsize=13982084 memory=5685732 CPUtime=82.76 cores=0,2,4,6
/proc/28338/stat : 28338 (java) S 28335 28338 2357 0 -1 1077944320 97984 0 0 0 7711 565 0 0 20 0 15 0 12553054 14317654016 1421433 18446744073709551615 4194304 4196468 140731044884240 140731044866784 140069828820727 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
/proc/28338/statm: 3495521 1421433 3807 1 0 3484295 0
[pid=28338/tid=28340] ppid=28335 vsize=13982084 memory=5678488 CPUtime=26.14 cores=0,2,4,6
/proc/28338/task/28340/stat : 28340 (java) R 28335 28338 2357 0 -1 4202560 20596 0 0 0 2603 11 0 0 20 0 15 0 12553062 14317654016 1421433 18446744073709551615 4194304 4196468 140731044884240 140069833050496 140069828842557 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28341] ppid=28335 vsize=13982084 memory=5678572 CPUtime=11.39 cores=0,2,4,6
/proc/28338/task/28341/stat : 28341 (java) S 28335 28338 2357 0 -1 1077944384 12200 0 0 0 1004 135 0 0 20 0 15 0 12553063 14317654016 1421433 18446744073709551615 4194304 4196468 140731044884240 140069763255184 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28342] ppid=28335 vsize=13982084 memory=5682528 CPUtime=11.48 cores=0,2,4,6
/proc/28338/task/28342/stat : 28342 (java) S 28335 28338 2357 0 -1 1077944384 10961 0 0 0 1005 143 0 0 20 0 15 0 12553063 14317654016 1421433 18446744073709551615 4194304 4196468 140731044884240 140069762202384 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28343] ppid=28335 vsize=13982084 memory=5682612 CPUtime=11.43 cores=0,2,4,6
/proc/28338/task/28343/stat : 28343 (java) S 28335 28338 2357 0 -1 1077944384 15057 0 0 0 1012 131 0 0 20 0 15 0 12553063 14317654016 1421433 18446744073709551615 4194304 4196468 140731044884240 140069761150096 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28344] ppid=28335 vsize=13982084 memory=5678488 CPUtime=11.52 cores=0,2,4,6
/proc/28338/task/28344/stat : 28344 (java) S 28335 28338 2357 0 -1 1077944384 10723 0 0 0 1015 137 0 0 20 0 15 0 12553063 14317654016 1421433 18446744073709551615 4194304 4196468 140731044884240 140069760097296 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28345] ppid=28335 vsize=13982084 memory=4016 CPUtime=8.86 cores=0,2,4,6
/proc/28338/task/28345/stat : 28345 (java) S 28335 28338 2357 0 -1 1077944384 13867 0 0 0 885 1 0 0 20 0 15 0 12553064 14317654016 1421433 18446744073709551615 4194304 4196468 140731044884240 140069306845296 140069828831874 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28346] ppid=28335 vsize=13982084 memory=3973116 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28346/stat : 28346 (java) S 28335 28338 2357 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 12553065 14317654016 1421433 18446744073709551615 4194304 4196468 140731044884240 140069305791328 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28347] ppid=28335 vsize=13982084 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28347/stat : 28347 (java) S 28335 28338 2357 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 12553065 14317654016 1421433 18446744073709551615 4194304 4196468 140731044884240 140069304738944 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28348] ppid=28335 vsize=13982084 memory=56 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28348/stat : 28348 (java) S 28335 28338 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12553068 14317654016 1421433 18446744073709551615 4194304 4196468 140731044884240 140069303687248 140069828839323 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28349] ppid=28335 vsize=13982084 memory=68 CPUtime=0.63 cores=0,2,4,6
/proc/28338/task/28349/stat : 28349 (java) R 28335 28338 2357 0 -1 4202560 4597 0 0 0 62 1 0 0 20 0 15 0 12553068 14317654016 1421433 18446744073709551615 4194304 4196468 140731044884240 140069302623616 140069810347822 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28350] ppid=28335 vsize=13982084 memory=-6452064069391756930 CPUtime=0.63 cores=0,2,4,6
/proc/28338/task/28350/stat : 28350 (java) R 28335 28338 2357 0 -1 4202560 3180 0 0 0 62 1 0 0 20 0 15 0 12553068 14317654016 1421433 18446744073709551615 4194304 4196468 140731044884240 140069301574808 140069812306677 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28351] ppid=28335 vsize=13982084 memory=6656426216303648864 CPUtime=0.55 cores=0,2,4,6
/proc/28338/task/28351/stat : 28351 (java) R 28335 28338 2357 0 -1 4202560 4962 0 0 0 55 0 0 0 20 0 15 0 12553068 14317654016 1421433 18446744073709551615 4194304 4196468 140731044884240 140069300530032 140069828842074 0 4 1 16800974 0 0 0 -1 4 0 0 54 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28352] ppid=28335 vsize=13982084 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/28338/task/28352/stat : 28352 (java) S 28335 28338 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12553068 14317654016 1421433 18446744073709551615 4194304 4196468 140731044884240 140069299477472 140069828830933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
[pid=28338/tid=28353] ppid=28335 vsize=13982084 memory=10868 CPUtime=0.02 cores=0,2,4,6
/proc/28338/task/28353/stat : 28353 (java) S 28335 28338 2357 0 -1 1077944384 400 0 0 0 1 1 0 0 20 0 15 0 12553071 14317654016 1421433 18446744073709551615 4194304 4196468 140731044884240 140069298424240 140069828831874 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 57 0 0 6293624 6294260 36380672 140731044893042 140731044893228 140731044893228 140731044896719 0
Current children cumulated CPU time: 82.76 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 5685732 KiB

Child status: 0
Real time (s): 46.7902
CPU time (s): 82.9243
CPU user time (s): 77.2379
CPU system time (s): 5.6864
CPU usage (%): 177.226
Max. virtual memory (cumulated for all children) (KiB): 13982084
Max. memory (cumulated for all children) (KiB): 5685732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 77.2379
system time used= 5.6864
maximum resident set size= 5686736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98134
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4668
involuntary context switches= 498


# summary of solver processes directly reported to runsolver:
#   pid: 28338
#   total CPU time (s): 82.9243
#   total CPU user time (s): 77.2379
#   total CPU system time (s): 5.6864

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.246295 second user time and 0.530936 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-16 03:55:44
IDJOB=4274279
IDBENCH=139720
IDSOLVER=2666
FILE ID=node129/4274279-1502849380
RUNJOBID= node129-1502746532-7259
PBS_JOBID= 
Free space on /tmp= 61972 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-05-05.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-4274279-1502849380/watcher-4274279-1502849380 -o /tmp/evaluation-result-4274279-1502849380/solver-4274279-1502849380 -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 454892517 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274279-1502849380.xml

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

MD5SUM BENCH= cbd4b7ec6b21cb5f2314c56a12817dc1
RANDOM SEED=454892517

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:        30362608 kB
MemAvailable:   30862404 kB
Buffers:          172924 kB
Cached:           613648 kB
SwapCached:            0 kB
Active:          1562288 kB
Inactive:         433708 kB
Active(anon):    1209832 kB
Inactive(anon):    16744 kB
Active(file):     352456 kB
Inactive(file):   416964 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             41888 kB
Writeback:            16 kB
AnonPages:       1209292 kB
Mapped:            46076 kB
Shmem:             17060 kB
Slab:             117076 kB
SReclaimable:      92424 kB
SUnreclaim:        24652 kB
KernelStack:        3424 kB
PageTables:         7380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2132428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1089536 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 03:56:31