Trace number 4275395

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 NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2017-07-26? (TO) 19835.1 2520.1001

General information on the benchmark

NameLangford/Langford-m1-k3/
Langford-3-70.xml
MD5SUM334f60f9be5ea7f5cd20aecf314fa745
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables210
Number of constraints141
Number of domains1
Minimum domain size210
Maximum domain size210
Distribution of domain sizes[{"size":210,"count":210}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":140},{"degree":3,"count":70}]
Minimum constraint arity2
Maximum constraint arity210
Distribution of constraint arities[{"arity":2,"count":140},{"arity":210,"count":1}]
Number of extensional constraints0
Number of intensional constraints140
Distribution of constraint types[{"type":"intension","count":140},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.30/0.25	c version: 2017-07-26
0.30/0.25	c seed: 236317326
0.30/0.25	c timeout: 20160
0.30/0.25	c memlimit: 11000
0.30/0.25	c nbcore: 8
0.30/0.28	c Parsing instance...
0.86/0.58	c Parsing done, starting search...
19834.43/2520.09	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 (12923 MiB free)
  memory of node 1: 16384 MiB (14927 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275395-1502707496/watcher-4275395-1502707496 -o /tmp/evaluation-result-4275395-1502707496/solver-4275395-1502707496 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1502702077-24188 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 236317326 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275395-1502707496.xml 

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

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

solver pid=25431, runsolver pid=25428

[startup+0.100122 s]*
/proc/loadavg: 8.28 8.28 8.25 2/199 25451
/proc/meminfo: memFree=28498452/32770624 swapFree=67108860/67108860
[pid=25431] ppid=25428 vsize=14325320 memory=34772 CPUtime=0.12 cores=0-7
/proc/25431/stat : 25431 (java) S 25428 25431 24161 0 -1 1077944320 8086 0 0 0 11 1 0 0 20 0 20 0 103837481 14669127680 8693 33554432000 4194304 4196468 140727352955696 140727352938240 140199100411639 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
/proc/25431/statm: 3581330 8693 3411 1 0 3569050 0
[pid=25431/tid=25433] ppid=25428 vsize=14325320 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/25431/task/25433/stat : 25433 (java) R 25428 25431 24161 0 -1 4202560 6039 0 0 0 8 1 0 0 20 0 20 0 103837481 14669127680 8693 33554432000 4194304 4196468 140727352955696 140199104590896 140199084492126 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25434] ppid=25428 vsize=14325320 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/25431/task/25434/stat : 25434 (java) S 25428 25431 24161 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103837482 14669127680 8693 33554432000 4194304 4196468 140727352955696 140199015479568 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25435] ppid=25428 vsize=14325320 memory=139837635872384 CPUtime=0 cores=0-7
/proc/25431/task/25435/stat : 25435 (java) S 25428 25431 24161 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103837482 14669127680 8693 33554432000 4194304 4196468 140727352955696 140199014427024 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25436] ppid=25428 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/25431/task/25436/stat : 25436 (java) S 25428 25431 24161 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 103837482 14669127680 8693 33554432000 4194304 4196468 140727352955696 140199013374480 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25437] ppid=25428 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/25431/task/25437/stat : 25437 (java) S 25428 25431 24161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103837482 14669127680 8693 33554432000 4194304 4196468 140727352955696 140199012321936 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25438] ppid=25428 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/25431/task/25438/stat : 25438 (java) S 25428 25431 24161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103837482 14669127680 8693 33554432000 4194304 4196468 140727352955696 140199011269392 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25439] ppid=25428 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/25431/task/25439/stat : 25439 (java) S 25428 25431 24161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103837482 14669127680 8693 33554432000 4194304 4196468 140727352955696 140199010216848 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25440] ppid=25428 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/25431/task/25440/stat : 25440 (java) S 25428 25431 24161 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103837482 14669127680 8693 33554432000 4194304 4196468 140727352955696 140199009164304 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25441] ppid=25428 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/25431/task/25441/stat : 25441 (java) S 25428 25431 24161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103837482 14669127680 8693 33554432000 4194304 4196468 140727352955696 140199008111760 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25442] ppid=25428 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/25431/task/25442/stat : 25442 (java) S 25428 25431 24161 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103837484 14669127680 8693 33554432000 4194304 4196468 140727352955696 140198155831280 140199100422786 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25443] ppid=25428 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/25431/task/25443/stat : 25443 (java) S 25428 25431 24161 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 103837484 14669127680 8693 33554432000 4194304 4196468 140727352955696 140198154777504 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25444] ppid=25428 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/25431/task/25444/stat : 25444 (java) S 25428 25431 24161 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 103837484 14669127680 8693 33554432000 4194304 4196468 140727352955696 140198153724912 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25445] ppid=25428 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/25431/task/25445/stat : 25445 (java) S 25428 25431 24161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103837487 14669127680 8693 33554432000 4194304 4196468 140727352955696 140198152673488 140199100430235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25446] ppid=25428 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/25431/task/25446/stat : 25446 (java) S 25428 25431 24161 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 20 0 103837487 14669127680 8693 33554432000 4194304 4196468 140727352955696 140198151621104 140199100422786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25447] ppid=25428 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/25431/task/25447/stat : 25447 (java) S 25428 25431 24161 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 103837487 14669127680 8693 33554432000 4194304 4196468 140727352955696 140198150568560 140199100422786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25448] ppid=25428 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/25431/task/25448/stat : 25448 (java) S 25428 25431 24161 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 103837487 14669127680 8693 33554432000 4194304 4196468 140727352955696 140198149516016 140199100422786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25449] ppid=25428 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/25431/task/25449/stat : 25449 (java) S 25428 25431 24161 0 -1 1077944384 360 0 0 0 2 0 0 0 20 0 20 0 103837487 14669127680 8693 33554432000 4194304 4196468 140727352955696 140198148463472 140199100422786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25450] ppid=25428 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/25431/task/25450/stat : 25450 (java) S 25428 25431 24161 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 103837487 14669127680 8693 33554432000 4194304 4196468 140727352955696 140198147410144 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25451] ppid=25428 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/25431/task/25451/stat : 25451 (java) S 25428 25431 24161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103837487 14669127680 8693 33554432000 4194304 4196468 140727352955696 140198146357680 140199100422786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 34772 KiB

[startup+0.210454 s]*
/proc/loadavg: 8.28 8.28 8.25 4/199 25451
/proc/meminfo: memFree=28490216/32770624 swapFree=67108860/67108860
[pid=25431] ppid=25428 vsize=14325320 memory=43840 CPUtime=0.3 cores=0-7
/proc/25431/stat : 25431 (java) S 25428 25431 24161 0 -1 1077944320 9121 0 0 0 28 2 0 0 20 0 20 0 103837481 14669127680 10960 33554432000 4194304 4196468 140727352955696 140727352938240 140199100411639 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
/proc/25431/statm: 3581338 10960 3625 1 0 3569058 0
[pid=25431/tid=25433] ppid=25428 vsize=14325320 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/25431/task/25433/stat : 25433 (java) R 25428 25431 24161 0 -1 4202560 6695 0 0 0 18 1 0 0 20 0 20 0 103837481 14669127680 10960 33554432000 4194304 4196468 140727352955696 140199104620720 140199100433565 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25434] ppid=25428 vsize=14325320 memory=9234 CPUtime=0 cores=0-7
/proc/25431/task/25434/stat : 25434 (java) S 25428 25431 24161 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103837482 14669127680 10960 33554432000 4194304 4196468 140727352955696 140199015479568 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25435] ppid=25428 vsize=14325320 memory=3618563546706658976 CPUtime=0 cores=0-7
/proc/25431/task/25435/stat : 25435 (java) S 25428 25431 24161 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103837482 14669127680 10960 33554432000 4194304 4196468 140727352955696 140199014427024 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25436] ppid=25428 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/25431/task/25436/stat : 25436 (java) S 25428 25431 24161 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 103837482 14669127680 10960 33554432000 4194304 4196468 140727352955696 140199013374480 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25437] ppid=25428 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/25431/task/25437/stat : 25437 (java) S 25428 25431 24161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103837482 14669127680 10960 33554432000 4194304 4196468 140727352955696 140199012321936 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25438] ppid=25428 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/25431/task/25438/stat : 25438 (java) S 25428 25431 24161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103837482 14669127680 10960 33554432000 4194304 4196468 140727352955696 140199011269392 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25439] ppid=25428 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/25431/task/25439/stat : 25439 (java) S 25428 25431 24161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103837482 14669127680 10960 33554432000 4194304 4196468 140727352955696 140199010216848 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25440] ppid=25428 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/25431/task/25440/stat : 25440 (java) S 25428 25431 24161 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103837482 14669127680 10960 33554432000 4194304 4196468 140727352955696 140199009164304 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25441] ppid=25428 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/25431/task/25441/stat : 25441 (java) S 25428 25431 24161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103837482 14669127680 10960 33554432000 4194304 4196468 140727352955696 140199008111760 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25442] ppid=25428 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/25431/task/25442/stat : 25442 (java) S 25428 25431 24161 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 103837484 14669127680 10960 33554432000 4194304 4196468 140727352955696 140198155831280 140199100422786 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25443] ppid=25428 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/25431/task/25443/stat : 25443 (java) S 25428 25431 24161 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 103837484 14669127680 10960 33554432000 4194304 4196468 140727352955696 140198154777504 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25444] ppid=25428 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/25431/task/25444/stat : 25444 (java) S 25428 25431 24161 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 103837484 14669127680 10960 33554432000 4194304 4196468 140727352955696 140198153724912 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25445] ppid=25428 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/25431/task/25445/stat : 25445 (java) S 25428 25431 24161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103837487 14669127680 10960 33554432000 4194304 4196468 140727352955696 140198152673488 140199100430235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25446] ppid=25428 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/25431/task/25446/stat : 25446 (java) R 25428 25431 24161 0 -1 4202560 311 0 0 0 0 0 0 0 20 0 20 0 103837487 14669127680 10960 33554432000 4194304 4196468 140727352955696 140198151621104 140199100432986 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25447] ppid=25428 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/25431/task/25447/stat : 25447 (java) R 25428 25431 24161 0 -1 1077944384 289 0 0 0 1 0 0 0 20 0 20 0 103837487 14669127680 10960 33554432000 4194304 4196468 140727352955696 140198150568560 140199100422786 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25448] ppid=25428 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/25431/task/25448/stat : 25448 (java) R 25428 25431 24161 0 -1 4202560 58 0 0 0 1 0 0 0 20 0 20 0 103837487 14669127680 10960 33554432000 4194304 4196468 140727352955696 140198149516016 140199100432986 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25449] ppid=25428 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/25431/task/25449/stat : 25449 (java) R 25428 25431 24161 0 -1 4202560 389 0 0 0 5 0 0 0 20 0 20 0 103837487 14669127680 10960 33554432000 4194304 4196468 140727352955696 140198148463472 140199079810078 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25450] ppid=25428 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/25431/task/25450/stat : 25450 (java) S 25428 25431 24161 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 103837487 14669127680 10960 33554432000 4194304 4196468 140727352955696 140198147410144 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25451] ppid=25428 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/25431/task/25451/stat : 25451 (java) S 25428 25431 24161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103837487 14669127680 10960 33554432000 4194304 4196468 140727352955696 140198146357680 140199100422786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 43840 KiB

[startup+0.310414 s]*
/proc/loadavg: 8.28 8.28 8.25 2/199 25451
/proc/meminfo: memFree=28482284/32770624 swapFree=67108860/67108860
[pid=25431] ppid=25428 vsize=14325340 memory=51572 CPUtime=0.49 cores=0-7
/proc/25431/stat : 25431 (java) S 25428 25431 24161 0 -1 1077944320 10118 0 0 0 47 2 0 0 20 0 20 0 103837481 14669148160 12893 33554432000 4194304 4196468 140727352955696 140727352938240 140199100411639 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
/proc/25431/statm: 3581335 12893 3706 1 0 3569050 0
[pid=25431/tid=25433] ppid=25428 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/25431/task/25433/stat : 25433 (java) R 25428 25431 24161 0 -1 4202560 7218 0 0 0 28 1 0 0 20 0 20 0 103837481 14669148160 12893 33554432000 4194304 4196468 140727352955696 140199104639680 140199084455269 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25434] ppid=25428 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/25431/task/25434/stat : 25434 (java) S 25428 25431 24161 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103837482 14669148160 12893 33554432000 4194304 4196468 140727352955696 140199015479568 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25435] ppid=25428 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/25431/task/25435/stat : 25435 (java) S 25428 25431 24161 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103837482 14669148160 12893 33554432000 4194304 4196468 140727352955696 140199014427024 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25436] ppid=25428 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/25431/task/25436/stat : 25436 (java) S 25428 25431 24161 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 103837482 14669148160 12893 33554432000 4194304 4196468 140727352955696 140199013374480 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25437] ppid=25428 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/25431/task/25437/stat : 25437 (java) S 25428 25431 24161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103837482 14669148160 12893 33554432000 4194304 4196468 140727352955696 140199012321936 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25438] ppid=25428 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/25431/task/25438/stat : 25438 (java) S 25428 25431 24161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103837482 14669148160 12893 33554432000 4194304 4196468 140727352955696 140199011269392 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25439] ppid=25428 vsize=14325340 memory=139837491475375 CPUtime=0 cores=0-7
/proc/25431/task/25439/stat : 25439 (java) S 25428 25431 24161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103837482 14669148160 12893 33554432000 4194304 4196468 140727352955696 140199010216848 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25440] ppid=25428 vsize=14325340 memory=139837491477680 CPUtime=0 cores=0-7
/proc/25431/task/25440/stat : 25440 (java) S 25428 25431 24161 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103837482 14669148160 12893 33554432000 4194304 4196468 140727352955696 140199009164304 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25441] ppid=25428 vsize=14325340 memory=139837491479984 CPUtime=0 cores=0-7
/proc/25431/task/25441/stat : 25441 (java) S 25428 25431 24161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103837482 14669148160 12893 33554432000 4194304 4196468 140727352955696 140199008111760 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25442] ppid=25428 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/25431/task/25442/stat : 25442 (java) S 25428 25431 24161 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 103837484 14669148160 12893 33554432000 4194304 4196468 140727352955696 140198155831280 140199100422786 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25443] ppid=25428 vsize=14325340 memory=279674982966928 CPUtime=0 cores=0-7
/proc/25431/task/25443/stat : 25443 (java) S 25428 25431 24161 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 103837484 14669148160 12893 33554432000 4194304 4196468 140727352955696 140198154777504 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25444] ppid=25428 vsize=14325340 memory=279674982973840 CPUtime=0 cores=0-7
/proc/25431/task/25444/stat : 25444 (java) S 25428 25431 24161 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 103837484 14669148160 12893 33554432000 4194304 4196468 140727352955696 140198153724912 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25445] ppid=25428 vsize=14325340 memory=279674982915120 CPUtime=0 cores=0-7
/proc/25431/task/25445/stat : 25445 (java) S 25428 25431 24161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103837487 14669148160 12893 33554432000 4194304 4196468 140727352955696 140198152673488 140199100430235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25446] ppid=25428 vsize=14325340 memory=279674982987664 CPUtime=0.02 cores=0-7
/proc/25431/task/25446/stat : 25446 (java) S 25428 25431 24161 0 -1 1077944384 513 0 0 0 2 0 0 0 20 0 20 0 103837487 14669148160 12893 33554432000 4194304 4196468 140727352955696 140198151621104 140199100422786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25447] ppid=25428 vsize=14325340 memory=279674982994576 CPUtime=0.02 cores=0-7
/proc/25431/task/25447/stat : 25447 (java) S 25428 25431 24161 0 -1 1077944384 302 0 0 0 2 0 0 0 20 0 20 0 103837487 14669148160 12893 33554432000 4194304 4196468 140727352955696 140198150568560 140199100422786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25448] ppid=25428 vsize=14325340 memory=279674982992272 CPUtime=0.04 cores=0-7
/proc/25431/task/25448/stat : 25448 (java) S 25428 25431 24161 0 -1 1077944384 225 0 0 0 4 0 0 0 20 0 20 0 103837487 14669148160 12893 33554432000 4194304 4196468 140727352955696 140198149516016 140199100422786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25449] ppid=25428 vsize=14325340 memory=279674983008880 CPUtime=0.08 cores=0-7
/proc/25431/task/25449/stat : 25449 (java) S 25428 25431 24161 0 -1 1077944384 475 0 0 0 8 0 0 0 20 0 20 0 103837487 14669148160 12893 33554432000 4194304 4196468 140727352955696 140198148463472 140199100422786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25450] ppid=25428 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/25431/task/25450/stat : 25450 (java) S 25428 25431 24161 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 103837487 14669148160 12893 33554432000 4194304 4196468 140727352955696 140198147410144 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25451] ppid=25428 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/25431/task/25451/stat : 25451 (java) S 25428 25431 24161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103837487 14669148160 12893 33554432000 4194304 4196468 140727352955696 140198146357680 140199100422786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 51572 KiB

[startup+0.700898 s]
/proc/loadavg: 8.28 8.28 8.25 3/199 25451
/proc/meminfo: memFree=28470372/32770624 swapFree=67108860/67108860
[pid=25431] ppid=25428 vsize=14329436 memory=78592 CPUtime=1.18 cores=0-7
/proc/25431/stat : 25431 (java) S 25428 25431 24161 0 -1 1077944320 12214 0 0 0 114 4 0 0 20 0 20 0 103837481 14673342464 19648 33554432000 4194304 4196468 140727352955696 140727352938240 140199100411639 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
/proc/25431/statm: 3582359 19648 3761 1 0 3570074 0
[pid=25431/tid=25433] ppid=25428 vsize=14329436 memory=0 CPUtime=0.67 cores=0-7
/proc/25431/task/25433/stat : 25433 (java) R 25428 25431 24161 0 -1 4202560 8613 0 0 0 64 3 0 0 20 0 20 0 103837481 14673342464 19648 33554432000 4194304 4196468 140727352955696 140199104645648 140199086106648 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25434] ppid=25428 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/25431/task/25434/stat : 25434 (java) S 25428 25431 24161 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103837482 14673342464 19648 33554432000 4194304 4196468 140727352955696 140199015479568 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25435] ppid=25428 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/25431/task/25435/stat : 25435 (java) S 25428 25431 24161 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103837482 14673342464 19648 33554432000 4194304 4196468 140727352955696 140199014427024 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25436] ppid=25428 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/25431/task/25436/stat : 25436 (java) S 25428 25431 24161 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 103837482 14673342464 19648 33554432000 4194304 4196468 140727352955696 140199013374480 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25437] ppid=25428 vsize=14329436 memory=1008 CPUtime=0 cores=0-7
/proc/25431/task/25437/stat : 25437 (java) S 25428 25431 24161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103837482 14673342464 19648 33554432000 4194304 4196468 140727352955696 140199012321936 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25438] ppid=25428 vsize=14329436 memory=11008 CPUtime=0 cores=0-7
/proc/25431/task/25438/stat : 25438 (java) S 25428 25431 24161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103837482 14673342464 19648 33554432000 4194304 4196468 140727352955696 140199011269392 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25439] ppid=25428 vsize=14329436 memory=1228 CPUtime=0 cores=0-7
/proc/25431/task/25439/stat : 25439 (java) S 25428 25431 24161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103837482 14673342464 19648 33554432000 4194304 4196468 140727352955696 140199010216848 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25440] ppid=25428 vsize=14329436 memory=1420 CPUtime=0 cores=0-7
/proc/25431/task/25440/stat : 25440 (java) S 25428 25431 24161 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103837482 14673342464 19648 33554432000 4194304 4196468 140727352955696 140199009164304 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25441] ppid=25428 vsize=14329436 memory=15872 CPUtime=0 cores=0-7
/proc/25431/task/25441/stat : 25441 (java) S 25428 25431 24161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103837482 14673342464 19648 33554432000 4194304 4196468 140727352955696 140199008111760 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25442] ppid=25428 vsize=14329436 memory=16448 CPUtime=0 cores=0-7
/proc/25431/task/25442/stat : 25442 (java) S 25428 25431 24161 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 103837484 14673342464 19648 33554432000 4194304 4196468 140727352955696 140198155831280 140199100422786 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0

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

/proc/25431/task/25435/stat : 25435 (java) S 25428 25431 24161 0 -1 1077944384 34476 0 0 0 1108 63 0 0 20 0 35 0 103837482 15704190976 99135 33554432000 4194304 4196468 140727352955696 140199014427024 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 19 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25436] ppid=25428 vsize=15336124 memory=401668 CPUtime=11.75 cores=0-7
/proc/25431/task/25436/stat : 25436 (java) S 25428 25431 24161 0 -1 1077944384 34205 0 0 0 1109 66 0 0 20 0 35 0 103837482 15704190976 99135 33554432000 4194304 4196468 140727352955696 140199013374480 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 18 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25437] ppid=25428 vsize=15336124 memory=444760 CPUtime=11.75 cores=0-7
/proc/25431/task/25437/stat : 25437 (java) S 25428 25431 24161 0 -1 1077944384 35043 0 0 0 1112 63 0 0 20 0 35 0 103837482 15704190976 99135 33554432000 4194304 4196468 140727352955696 140199012321936 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 18 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25438] ppid=25428 vsize=15336124 memory=446812 CPUtime=11.72 cores=0-7
/proc/25431/task/25438/stat : 25438 (java) S 25428 25431 24161 0 -1 1077944384 33251 0 0 0 1104 68 0 0 20 0 35 0 103837482 15704190976 99135 33554432000 4194304 4196468 140727352955696 140199011269392 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 18 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25439] ppid=25428 vsize=15336124 memory=4140 CPUtime=11.72 cores=0-7
/proc/25431/task/25439/stat : 25439 (java) S 25428 25431 24161 0 -1 1077944384 33104 0 0 0 1106 66 0 0 20 0 35 0 103837482 15704190976 99135 33554432000 4194304 4196468 140727352955696 140199010216848 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25440] ppid=25428 vsize=15336124 memory=30000 CPUtime=11.72 cores=0-7
/proc/25431/task/25440/stat : 25440 (java) S 25428 25431 24161 0 -1 1077944384 36516 0 0 0 1110 62 0 0 20 0 35 0 103837482 15704190976 99135 33554432000 4194304 4196468 140727352955696 140199009164304 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 18 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25441] ppid=25428 vsize=15336124 memory=218656785090268 CPUtime=11.68 cores=0-7
/proc/25431/task/25441/stat : 25441 (java) S 25428 25431 24161 0 -1 1077944384 36786 0 0 0 1099 69 0 0 20 0 35 0 103837482 15704190976 99135 33554432000 4194304 4196468 140727352955696 140199008111760 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 18 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25442] ppid=25428 vsize=15336124 memory=7954882404485911911 CPUtime=12.1 cores=0-7
/proc/25431/task/25442/stat : 25442 (java) S 25428 25431 24161 0 -1 1077944384 79861 0 0 0 1014 196 0 0 20 0 35 0 103837484 15704190976 99135 33554432000 4194304 4196468 140727352955696 140198155831280 140199100422786 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 19 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25443] ppid=25428 vsize=15336124 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/25431/task/25443/stat : 25443 (java) S 25428 25431 24161 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 35 0 103837484 15704190976 99135 33554432000 4194304 4196468 140727352955696 140198154777568 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25444] ppid=25428 vsize=15336124 memory=1296 CPUtime=0 cores=0-7
/proc/25431/task/25444/stat : 25444 (java) S 25428 25431 24161 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 35 0 103837484 15704190976 99135 33554432000 4194304 4196468 140727352955696 140198153724928 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25445] ppid=25428 vsize=15336124 memory=279674985106256 CPUtime=0 cores=0-7
/proc/25431/task/25445/stat : 25445 (java) S 25428 25431 24161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 35 0 103837487 15704190976 99135 33554432000 4194304 4196468 140727352955696 140198152673488 140199100430235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25446] ppid=25428 vsize=15336124 memory=111400512915690 CPUtime=1.08 cores=0-7
/proc/25431/task/25446/stat : 25446 (java) S 25428 25431 24161 0 -1 1077944384 6712 0 0 0 106 2 0 0 20 0 35 0 103837487 15704190976 99135 33554432000 4194304 4196468 140727352955696 140198151621104 140199100422786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25447] ppid=25428 vsize=15336124 memory=129 CPUtime=1.02 cores=0-7
/proc/25431/task/25447/stat : 25447 (java) S 25428 25431 24161 0 -1 1077944384 6158 0 0 0 101 1 0 0 20 0 35 0 103837487 15704190976 99135 33554432000 4194304 4196468 140727352955696 140198150568560 140199100422786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 45 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25448] ppid=25428 vsize=15336124 memory=6944652177228980320 CPUtime=1.27 cores=0-7
/proc/25431/task/25448/stat : 25448 (java) S 25428 25431 24161 0 -1 1077944384 5456 0 0 0 126 1 0 0 20 0 35 0 103837487 15704190976 99135 33554432000 4194304 4196468 140727352955696 140198149516016 140199100422786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25449] ppid=25428 vsize=15336124 memory=0 CPUtime=0.77 cores=0-7
/proc/25431/task/25449/stat : 25449 (java) S 25428 25431 24161 0 -1 1077944384 10979 0 0 0 75 2 0 0 20 0 35 0 103837487 15704190976 99135 33554432000 4194304 4196468 140727352955696 140198148463472 140199100422786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25450] ppid=25428 vsize=15336124 memory=4420 CPUtime=0 cores=0-7
/proc/25431/task/25450/stat : 25450 (java) S 25428 25431 24161 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 35 0 103837487 15704190976 99135 33554432000 4194304 4196468 140727352955696 140198147410144 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25451] ppid=25428 vsize=15336124 memory=4140 CPUtime=0.7 cores=0-7
/proc/25431/task/25451/stat : 25451 (java) S 25428 25431 24161 0 -1 1077944384 3798 0 0 0 27 43 0 0 20 0 35 0 103837487 15704190976 99135 33554432000 4194304 4196468 140727352955696 140198146357680 140199100422786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 44 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25452] ppid=25428 vsize=15336124 memory=30004 CPUtime=0 cores=0-7
/proc/25431/task/25452/stat : 25452 (java) S 25428 25431 24161 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 35 0 103837926 15704190976 99135 33554432000 4194304 4196468 140727352955696 140198136070912 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25453] ppid=25428 vsize=15336124 memory=1296 CPUtime=1.95 cores=0-7
/proc/25431/task/25453/stat : 25453 (java) S 25428 25431 24161 0 -1 1077944384 11654 0 0 0 59 136 0 0 20 0 35 0 103837938 15704190976 99135 33554432000 4194304 4196468 140727352955696 140197704754336 140199100422786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25454] ppid=25428 vsize=15336124 memory=410388 CPUtime=2446.15 cores=0-7
/proc/25431/task/25454/stat : 25454 (java) R 25428 25431 24161 0 -1 4202560 70984 0 0 0 244575 40 0 0 20 0 35 0 103837947 15704190976 99135 33554432000 4194304 4196468 140727352955696 140197703694928 140198689191703 0 4 0 16800975 0 0 0 -1 6 0 0 13 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25455] ppid=25428 vsize=15336124 memory=410388 CPUtime=2444.22 cores=0-7
/proc/25431/task/25455/stat : 25455 (java) R 25428 25431 24161 0 -1 4202560 71337 0 0 0 244379 43 0 0 20 0 35 0 103837948 15704190976 99135 33554432000 4194304 4196468 140727352955696 140197700545360 140198697468946 0 4 0 16800975 0 0 0 -1 1 0 0 14 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25456] ppid=25428 vsize=15336124 memory=408852 CPUtime=2449.73 cores=0-7
/proc/25431/task/25456/stat : 25456 (java) R 25428 25431 24161 0 -1 4202560 69761 0 0 0 244936 37 0 0 20 0 35 0 103837948 15704190976 99135 33554432000 4194304 4196468 140727352955696 140197699493664 140198697190753 0 4 0 16800975 0 0 0 -1 3 0 0 15 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25457] ppid=25428 vsize=15336124 memory=4140 CPUtime=2448.66 cores=0-7
/proc/25431/task/25457/stat : 25457 (java) R 25428 25431 24161 0 -1 4202560 72667 0 0 0 244823 43 0 0 20 0 35 0 103837950 15704190976 99135 33554432000 4194304 4196468 140727352955696 140197698440112 140198697190147 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25458] ppid=25428 vsize=15336124 memory=30004 CPUtime=2448.54 cores=0-7
/proc/25431/task/25458/stat : 25458 (java) R 25428 25431 24161 0 -1 4202560 70144 0 0 0 244813 41 0 0 20 0 35 0 103837951 15704190976 99135 33554432000 4194304 4196468 140727352955696 140197697387016 140198697229006 0 4 0 16800975 0 0 0 -1 0 0 0 21 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25459] ppid=25428 vsize=15336124 memory=398592 CPUtime=0.07 cores=0-7
/proc/25431/task/25459/stat : 25459 (java) S 25428 25431 24161 0 -1 1077944384 33 0 0 0 7 0 0 0 20 0 35 0 103837951 15704190976 99135 33554432000 4194304 4196468 140727352955696 140197696340768 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25460] ppid=25428 vsize=15336124 memory=2428 CPUtime=2446.24 cores=0-7
/proc/25431/task/25460/stat : 25460 (java) R 25428 25431 24161 0 -1 4202560 69459 0 0 0 244583 41 0 0 20 0 35 0 103837951 15704190976 99135 33554432000 4194304 4196468 140727352955696 140197695284928 140198697165455 0 4 0 16800975 0 0 0 -1 2 0 0 12 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25461] ppid=25428 vsize=15336124 memory=1952 CPUtime=2448.45 cores=0-7
/proc/25431/task/25461/stat : 25461 (java) R 25428 25431 24161 0 -1 4202560 71909 0 0 0 244805 40 0 0 20 0 35 0 103837951 15704190976 99135 33554432000 4194304 4196468 140727352955696 140197694229072 140198697574134 0 4 0 16800975 0 0 0 -1 4 0 0 13 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25462] ppid=25428 vsize=15336124 memory=1200 CPUtime=0.04 cores=0-7
/proc/25431/task/25462/stat : 25462 (java) S 25428 25431 24161 0 -1 1077944384 41 0 0 0 4 0 0 0 20 0 35 0 103837951 15704190976 99135 33554432000 4194304 4196468 140727352955696 140197693183136 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25463] ppid=25428 vsize=15336124 memory=8560 CPUtime=0 cores=0-7
/proc/25431/task/25463/stat : 25463 (java) S 25428 25431 24161 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 35 0 103837951 15704190976 99135 33554432000 4194304 4196468 140727352955696 140197692130592 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25464] ppid=25428 vsize=15336124 memory=5516 CPUtime=2445.46 cores=0-7
/proc/25431/task/25464/stat : 25464 (java) R 25428 25431 24161 0 -1 4202560 71380 0 0 0 244501 45 0 0 20 0 35 0 103837951 15704190976 99135 33554432000 4194304 4196468 140727352955696 140197691071416 140198697379210 0 4 0 16800975 0 0 0 -1 7 0 0 14 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25465] ppid=25428 vsize=15336124 memory=4616 CPUtime=0 cores=0-7
/proc/25431/task/25465/stat : 25465 (java) S 25428 25431 24161 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 35 0 103837964 15704190976 99135 33554432000 4194304 4196468 140727352955696 140197690025504 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25466] ppid=25428 vsize=15336124 memory=397564 CPUtime=0 cores=0-7
/proc/25431/task/25466/stat : 25466 (java) S 25428 25431 24161 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 35 0 103837964 15704190976 99135 33554432000 4194304 4196468 140727352955696 140197688971936 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
Current children cumulated CPU time: 19694.8 s
Current children cumulated vsize: 15336124 KiB
Current children cumulated memory: 396540 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 9.02 8.83 8.73 9/214 25524
/proc/meminfo: memFree=28158116/32770624 swapFree=67108860/67108860
[pid=25431] ppid=25428 vsize=15336124 memory=368324 CPUtime=19834.4 cores=0-7
/proc/25431/stat : 25431 (java) S 25428 25431 24161 0 -1 1077944320 988346 0 0 0 1982381 1062 0 0 20 0 35 0 103837481 15704190976 92081 33554432000 4194304 4196468 140727352955696 140727352938240 140199100411639 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
/proc/25431/statm: 3834031 92081 3850 1 0 3821225 0
[pid=25431/tid=25433] ppid=25428 vsize=15336124 memory=1398720917958146503 CPUtime=4.22 cores=0-7
/proc/25431/task/25433/stat : 25433 (java) S 25428 25431 24161 0 -1 1077944384 13476 0 0 0 415 7 0 0 20 0 35 0 103837481 15704190976 92081 33554432000 4194304 4196468 140727352955696 140199104649344 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 38 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25434] ppid=25428 vsize=15336124 memory=4872558044660077418 CPUtime=11.84 cores=0-7
/proc/25431/task/25434/stat : 25434 (java) S 25428 25431 24161 0 -1 1077944384 36296 0 0 0 1119 65 0 0 20 0 35 0 103837482 15704190976 92081 33554432000 4194304 4196468 140727352955696 140199015479568 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 18 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25435] ppid=25428 vsize=15336124 memory=11008 CPUtime=11.8 cores=0-7
/proc/25431/task/25435/stat : 25435 (java) S 25428 25431 24161 0 -1 1077944384 34553 0 0 0 1117 63 0 0 20 0 35 0 103837482 15704190976 92081 33554432000 4194304 4196468 140727352955696 140199014427024 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 19 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25436] ppid=25428 vsize=15336124 memory=1228 CPUtime=11.84 cores=0-7
/proc/25431/task/25436/stat : 25436 (java) S 25428 25431 24161 0 -1 1077944384 34289 0 0 0 1118 66 0 0 20 0 35 0 103837482 15704190976 92081 33554432000 4194304 4196468 140727352955696 140199013374480 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 18 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25437] ppid=25428 vsize=15336124 memory=1420 CPUtime=11.84 cores=0-7
/proc/25431/task/25437/stat : 25437 (java) S 25428 25431 24161 0 -1 1077944384 35351 0 0 0 1121 63 0 0 20 0 35 0 103837482 15704190976 92081 33554432000 4194304 4196468 140727352955696 140199012321936 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 18 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25438] ppid=25428 vsize=15336124 memory=15872 CPUtime=11.81 cores=0-7
/proc/25431/task/25438/stat : 25438 (java) S 25428 25431 24161 0 -1 1077944384 33419 0 0 0 1113 68 0 0 20 0 35 0 103837482 15704190976 92081 33554432000 4194304 4196468 140727352955696 140199011269392 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 18 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25439] ppid=25428 vsize=15336124 memory=16448 CPUtime=11.8 cores=0-7
/proc/25431/task/25439/stat : 25439 (java) S 25428 25431 24161 0 -1 1077944384 33220 0 0 0 1114 66 0 0 20 0 35 0 103837482 15704190976 92081 33554432000 4194304 4196468 140727352955696 140199010216848 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 18 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25440] ppid=25428 vsize=15336124 memory=1728 CPUtime=11.81 cores=0-7
/proc/25431/task/25440/stat : 25440 (java) S 25428 25431 24161 0 -1 1077944384 36676 0 0 0 1119 62 0 0 20 0 35 0 103837482 15704190976 92081 33554432000 4194304 4196468 140727352955696 140199009164304 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 18 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25441] ppid=25428 vsize=15336124 memory=1716 CPUtime=11.78 cores=0-7
/proc/25431/task/25441/stat : 25441 (java) S 25428 25431 24161 0 -1 1077944384 36933 0 0 0 1108 70 0 0 20 0 35 0 103837482 15704190976 92081 33554432000 4194304 4196468 140727352955696 140199008111760 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 18 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25442] ppid=25428 vsize=15336124 memory=796 CPUtime=12.2 cores=0-7
/proc/25431/task/25442/stat : 25442 (java) S 25428 25431 24161 0 -1 1077944384 79911 0 0 0 1022 198 0 0 20 0 35 0 103837484 15704190976 92081 33554432000 4194304 4196468 140727352955696 140198155831280 140199100422786 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 19 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25443] ppid=25428 vsize=15336124 memory=1952 CPUtime=0 cores=0-7
/proc/25431/task/25443/stat : 25443 (java) S 25428 25431 24161 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 35 0 103837484 15704190976 92081 33554432000 4194304 4196468 140727352955696 140198154777568 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25444] ppid=25428 vsize=15336124 memory=1200 CPUtime=0 cores=0-7
/proc/25431/task/25444/stat : 25444 (java) S 25428 25431 24161 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 35 0 103837484 15704190976 92081 33554432000 4194304 4196468 140727352955696 140198153724928 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25445] ppid=25428 vsize=15336124 memory=8560 CPUtime=0 cores=0-7
/proc/25431/task/25445/stat : 25445 (java) S 25428 25431 24161 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 35 0 103837487 15704190976 92081 33554432000 4194304 4196468 140727352955696 140198152673488 140199100430235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25446] ppid=25428 vsize=15336124 memory=5516 CPUtime=1.08 cores=0-7
/proc/25431/task/25446/stat : 25446 (java) S 25428 25431 24161 0 -1 1077944384 6712 0 0 0 106 2 0 0 20 0 35 0 103837487 15704190976 92081 33554432000 4194304 4196468 140727352955696 140198151621104 140199100422786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25447] ppid=25428 vsize=15336124 memory=4616 CPUtime=1.02 cores=0-7
/proc/25431/task/25447/stat : 25447 (java) S 25428 25431 24161 0 -1 1077944384 6158 0 0 0 101 1 0 0 20 0 35 0 103837487 15704190976 92081 33554432000 4194304 4196468 140727352955696 140198150568560 140199100422786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 45 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25448] ppid=25428 vsize=15336124 memory=1008 CPUtime=1.27 cores=0-7
/proc/25431/task/25448/stat : 25448 (java) S 25428 25431 24161 0 -1 1077944384 5456 0 0 0 126 1 0 0 20 0 35 0 103837487 15704190976 92081 33554432000 4194304 4196468 140727352955696 140198149516016 140199100422786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25449] ppid=25428 vsize=15336124 memory=4140 CPUtime=0.77 cores=0-7
/proc/25431/task/25449/stat : 25449 (java) S 25428 25431 24161 0 -1 1077944384 10979 0 0 0 75 2 0 0 20 0 35 0 103837487 15704190976 92081 33554432000 4194304 4196468 140727352955696 140198148463472 140199100422786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25450] ppid=25428 vsize=15336124 memory=30004 CPUtime=0 cores=0-7
/proc/25431/task/25450/stat : 25450 (java) S 25428 25431 24161 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 35 0 103837487 15704190976 92081 33554432000 4194304 4196468 140727352955696 140198147410144 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25451] ppid=25428 vsize=15336124 memory=1296 CPUtime=0.7 cores=0-7
/proc/25431/task/25451/stat : 25451 (java) S 25428 25431 24161 0 -1 1077944384 3800 0 0 0 27 43 0 0 20 0 35 0 103837487 15704190976 92081 33554432000 4194304 4196468 140727352955696 140198146357680 140199100422786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 44 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25452] ppid=25428 vsize=15336124 memory=2428 CPUtime=0 cores=0-7
/proc/25431/task/25452/stat : 25452 (java) S 25428 25431 24161 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 35 0 103837926 15704190976 92081 33554432000 4194304 4196468 140727352955696 140198136070912 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25453] ppid=25428 vsize=15336124 memory=1728 CPUtime=1.96 cores=0-7
/proc/25431/task/25453/stat : 25453 (java) R 25428 25431 24161 0 -1 1077944384 11699 0 0 0 59 137 0 0 20 0 35 0 103837938 15704190976 92081 33554432000 4194304 4196468 140727352955696 140197704754336 140199100422786 0 4 0 16800975 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25454] ppid=25428 vsize=15336124 memory=1716 CPUtime=2463.56 cores=0-7
/proc/25431/task/25454/stat : 25454 (java) R 25428 25431 24161 0 -1 4202560 71012 0 0 0 246315 41 0 0 20 0 35 0 103837947 15704190976 92081 33554432000 4194304 4196468 140727352955696 140197703695368 140198697190724 0 4 0 16800975 0 0 0 -1 0 0 0 13 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25455] ppid=25428 vsize=15336124 memory=796 CPUtime=2461.43 cores=0-7
/proc/25431/task/25455/stat : 25455 (java) R 25428 25431 24161 0 -1 4202560 71352 0 0 0 246100 43 0 0 20 0 35 0 103837948 15704190976 92081 33554432000 4194304 4196468 140727352955696 140197700545704 140198697190147 0 4 0 16800975 0 0 0 -1 7 0 0 14 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25456] ppid=25428 vsize=15336124 memory=1952 CPUtime=2467.18 cores=0-7
/proc/25431/task/25456/stat : 25456 (java) R 25428 25431 24161 0 -1 4202560 69791 0 0 0 246680 38 0 0 20 0 35 0 103837948 15704190976 92081 33554432000 4194304 4196468 140727352955696 140197699492792 140198697190487 0 4 0 16800975 0 0 0 -1 4 0 0 15 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25457] ppid=25428 vsize=15336124 memory=1200 CPUtime=2465.96 cores=0-7
/proc/25431/task/25457/stat : 25457 (java) R 25428 25431 24161 0 -1 4202560 72687 0 0 0 246553 43 0 0 20 0 35 0 103837950 15704190976 92081 33554432000 4194304 4196468 140727352955696 140197698440584 140198693670487 0 4 0 16800975 0 0 0 -1 3 0 0 12 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25458] ppid=25428 vsize=15336124 memory=1008 CPUtime=2465.92 cores=0-7
/proc/25431/task/25458/stat : 25458 (java) R 25428 25431 24161 0 -1 4202560 70175 0 0 0 246551 41 0 0 20 0 35 0 103837951 15704190976 92081 33554432000 4194304 4196468 140727352955696 140197697386680 140198697190535 0 4 0 16800975 0 0 0 -1 1 0 0 21 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25459] ppid=25428 vsize=15336124 memory=11008 CPUtime=0.07 cores=0-7
/proc/25431/task/25459/stat : 25459 (java) S 25428 25431 24161 0 -1 1077944384 33 0 0 0 7 0 0 0 20 0 35 0 103837951 15704190976 92081 33554432000 4194304 4196468 140727352955696 140197696340768 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25460] ppid=25428 vsize=15336124 memory=1228 CPUtime=2463.61 cores=0-7
/proc/25431/task/25460/stat : 25460 (java) R 25428 25431 24161 0 -1 4202560 69477 0 0 0 246319 42 0 0 20 0 35 0 103837951 15704190976 92081 33554432000 4194304 4196468 140727352955696 140197695284928 140198697571647 0 4 0 16800975 0 0 0 -1 6 0 0 12 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25461] ppid=25428 vsize=15336124 memory=1420 CPUtime=2465.85 cores=0-7
/proc/25431/task/25461/stat : 25461 (java) R 25428 25431 24161 0 -1 4202560 71933 0 0 0 246544 41 0 0 20 0 35 0 103837951 15704190976 92081 33554432000 4194304 4196468 140727352955696 140197694233104 140198693670874 0 4 0 16800975 0 0 0 -1 2 0 0 13 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25462] ppid=25428 vsize=15336124 memory=15872 CPUtime=0.04 cores=0-7
/proc/25431/task/25462/stat : 25462 (java) S 25428 25431 24161 0 -1 1077944384 41 0 0 0 4 0 0 0 20 0 35 0 103837951 15704190976 92081 33554432000 4194304 4196468 140727352955696 140197693183136 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25463] ppid=25428 vsize=15336124 memory=16448 CPUtime=0 cores=0-7
/proc/25431/task/25463/stat : 25463 (java) S 25428 25431 24161 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 35 0 103837951 15704190976 92081 33554432000 4194304 4196468 140727352955696 140197692130592 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25464] ppid=25428 vsize=15336124 memory=16672 CPUtime=2462.82 cores=0-7
/proc/25431/task/25464/stat : 25464 (java) R 25428 25431 24161 0 -1 4202560 71404 0 0 0 246237 45 0 0 20 0 35 0 103837951 15704190976 92081 33554432000 4194304 4196468 140727352955696 140197691071280 140198697379121 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25465] ppid=25428 vsize=15336124 memory=4048 CPUtime=0 cores=0-7
/proc/25431/task/25465/stat : 25465 (java) S 25428 25431 24161 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 35 0 103837964 15704190976 92081 33554432000 4194304 4196468 140727352955696 140197690025504 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
[pid=25431/tid=25466] ppid=25428 vsize=15336124 memory=1236 CPUtime=0 cores=0-7
/proc/25431/task/25466/stat : 25466 (java) S 25428 25431 24161 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 35 0 103837964 15704190976 92081 33554432000 4194304 4196468 140727352955696 140197688971936 140199100421845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17768448 140727352964194 140727352964379 140727352964379 140727352967119 0
Current children cumulated CPU time: 19834.4 s
Current children cumulated vsize: 15336124 KiB
Current children cumulated memory: 368324 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2520.1 s]
# the end of solver process 25431 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=19824.5 s, system=10.6292 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2520.1
CPU time (s): 19835.1
CPU user time (s): 19824.5
CPU system time (s): 10.6292
CPU usage (%): 787.076
Max. virtual memory (cumulated for all children) (KiB): 15336124
Max. memory (cumulated for all children) (KiB): 758556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19824.5
system time used= 10.6292
maximum resident set size= 758556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 988548
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1066817
involuntary context switches= 449916


# summary of solver processes directly reported to runsolver:
#   pid: 25431
#   total CPU time (s): 19835.1
#   total CPU user time (s): 19824.5
#   total CPU system time (s): 10.6292

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.5711 second user time and 31.1972 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-14 12:30:37
IDJOB=4275395
IDBENCH=124278
IDSOLVER=2668
FILE ID=node104/4275395-1502707496
RUNJOBID= node104-1502702077-24188
PBS_JOBID= 20629012
Free space on /tmp= 61864 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/Langford/Langford-m1-k3/Langford-3-70.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4275395-1502707496/watcher-4275395-1502707496 -o /tmp/evaluation-result-4275395-1502707496/solver-4275395-1502707496 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1502702077-24188 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 236317326 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275395-1502707496.xml

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

MD5SUM BENCH= 334f60f9be5ea7f5cd20aecf314fa745
RANDOM SEED=236317326

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
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.43
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.43
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.43
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:        28520064 kB
MemAvailable:   31982392 kB
Buffers:          191400 kB
Cached:          3551080 kB
SwapCached:            0 kB
Active:           444008 kB
Inactive:        3349288 kB
Active(anon):      53708 kB
Inactive(anon):    25024 kB
Active(file):     390300 kB
Inactive(file):  3324264 kB
Unevictable:        6532 kB
Mlocked:            6532 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42328 kB
Writeback:            40 kB
AnonPages:        112396 kB
Mapped:            44748 kB
Shmem:             25228 kB
Slab:             152576 kB
SReclaimable:     127196 kB
SUnreclaim:        25380 kB
KernelStack:        3488 kB
PageTables:         5288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61824 MiB
End job on node104 at 2017-08-14 13:12:38