Trace number 4275627

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) 20061.199 2520.1499

General information on the benchmark

NameRlfap/
Rlfap-m1-scens11/Rlfap-scen-11-f05.xml
MD5SUMf8050e8ddc741b4fb4a45c7e8cfb7628
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark12.0422
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size39
Distribution of domain sizes[{"size":6,"count":2},{"size":21,"count":4},{"size":22,"count":10},{"size":32,"count":336},{"size":39,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.25	c version: 2017-07-26
0.29/0.25	c seed: 82547816
0.29/0.25	c timeout: 20160
0.29/0.25	c memlimit: 11000
0.29/0.25	c nbcore: 8
0.29/0.28	c Parsing instance...
4.06/1.30	c Parsing done, starting search...
20060.38/2520.10	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 (13450 MiB free)
  memory of node 1: 16384 MiB (14567 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275627-1502684959/watcher-4275627-1502684959 -o /tmp/evaluation-result-4275627-1502684959/solver-4275627-1502684959 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1502683897-23141 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 82547816 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275627-1502684959.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=23346, runsolver pid=23343

[startup+0.100161 s]*
/proc/loadavg: 6.79 8.09 8.45 2/199 23366
/proc/meminfo: memFree=28670496/32770624 swapFree=67108860/67108860
[pid=23346] ppid=23343 vsize=14325320 memory=34332 CPUtime=0.13 cores=0-7
/proc/23346/stat : 23346 (java) S 23343 23346 23114 0 -1 1077944320 8471 0 0 0 11 2 0 0 20 0 20 0 101576837 14669127680 8583 33554432000 4194304 4196468 140735082945968 140735082928512 140337777086199 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
/proc/23346/statm: 3581330 8583 3412 1 0 3569050 0
[pid=23346/tid=23348] ppid=23343 vsize=14325320 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/23346/task/23348/stat : 23348 (java) R 23343 23346 23114 0 -1 4202560 6421 0 0 0 8 1 0 0 20 0 20 0 101576838 14669127680 8583 33554432000 4194304 4196468 140735082945968 140337781302896 140337777108125 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23349] ppid=23343 vsize=14325320 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/23346/task/23349/stat : 23349 (java) S 23343 23346 23114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101576839 14669127680 8583 33554432000 4194304 4196468 140735082945968 140337729706896 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23350] ppid=23343 vsize=14325320 memory=140666914068096 CPUtime=0 cores=0-7
/proc/23346/task/23350/stat : 23350 (java) S 23343 23346 23114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101576839 14669127680 8583 33554432000 4194304 4196468 140735082945968 140337728654096 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23351] ppid=23343 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23346/task/23351/stat : 23351 (java) S 23343 23346 23114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101576839 14669127680 8583 33554432000 4194304 4196468 140735082945968 140337727601808 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23352] ppid=23343 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23346/task/23352/stat : 23352 (java) S 23343 23346 23114 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101576839 14669127680 8583 33554432000 4194304 4196468 140735082945968 140337726549008 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23353] ppid=23343 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23346/task/23353/stat : 23353 (java) S 23343 23346 23114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101576839 14669127680 8583 33554432000 4194304 4196468 140735082945968 140337725495696 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23354] ppid=23343 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/23346/task/23354/stat : 23354 (java) S 23343 23346 23114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101576839 14669127680 8583 33554432000 4194304 4196468 140735082945968 140337724442896 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23355] ppid=23343 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23346/task/23355/stat : 23355 (java) S 23343 23346 23114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101576839 14669127680 8583 33554432000 4194304 4196468 140735082945968 140337723390608 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23356] ppid=23343 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23346/task/23356/stat : 23356 (java) S 23343 23346 23114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101576839 14669127680 8583 33554432000 4194304 4196468 140735082945968 140337722337808 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23357] ppid=23343 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23346/task/23357/stat : 23357 (java) S 23343 23346 23114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101576840 14669127680 8583 33554432000 4194304 4196468 140735082945968 140336874064496 140337777097346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23358] ppid=23343 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23346/task/23358/stat : 23358 (java) S 23343 23346 23114 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101576841 14669127680 8583 33554432000 4194304 4196468 140735082945968 140336873010464 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23359] ppid=23343 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23346/task/23359/stat : 23359 (java) S 23343 23346 23114 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101576841 14669127680 8583 33554432000 4194304 4196468 140735082945968 140336871958128 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23360] ppid=23343 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23346/task/23360/stat : 23360 (java) S 23343 23346 23114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101576843 14669127680 8583 33554432000 4194304 4196468 140735082945968 140336870906448 140337777104795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23361] ppid=23343 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23346/task/23361/stat : 23361 (java) S 23343 23346 23114 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 20 0 101576843 14669127680 8583 33554432000 4194304 4196468 140735082945968 140336869853296 140337777097346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23362] ppid=23343 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23346/task/23362/stat : 23362 (java) S 23343 23346 23114 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101576843 14669127680 8583 33554432000 4194304 4196468 140735082945968 140336868800496 140337777097346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23363] ppid=23343 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23346/task/23363/stat : 23363 (java) S 23343 23346 23114 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101576843 14669127680 8583 33554432000 4194304 4196468 140735082945968 140336867748208 140337777097346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23364] ppid=23343 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/23346/task/23364/stat : 23364 (java) S 23343 23346 23114 0 -1 1077944384 361 0 0 0 2 0 0 0 20 0 20 0 101576843 14669127680 8583 33554432000 4194304 4196468 140735082945968 140336866695408 140337777097346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23365] ppid=23343 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23346/task/23365/stat : 23365 (java) S 23343 23346 23114 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101576843 14669127680 8583 33554432000 4194304 4196468 140735082945968 140336865643360 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23366] ppid=23343 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/23346/task/23366/stat : 23366 (java) S 23343 23346 23114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101576844 14669127680 8583 33554432000 4194304 4196468 140735082945968 140336864590640 140337777097346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 34332 KiB

[startup+0.210122 s]*
/proc/loadavg: 6.79 8.09 8.45 3/199 23366
/proc/meminfo: memFree=28661748/32770624 swapFree=67108860/67108860
[pid=23346] ppid=23343 vsize=14325320 memory=43220 CPUtime=0.29 cores=0-7
/proc/23346/stat : 23346 (java) S 23343 23346 23114 0 -1 1077944320 9462 0 0 0 26 3 0 0 20 0 20 0 101576837 14669127680 10805 33554432000 4194304 4196468 140735082945968 140735082928512 140337777086199 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
/proc/23346/statm: 3581330 10805 3612 1 0 3569050 0
[pid=23346/tid=23348] ppid=23343 vsize=14325320 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/23346/task/23348/stat : 23348 (java) R 23343 23346 23114 0 -1 4202560 7055 0 0 0 17 2 0 0 20 0 20 0 101576838 14669127680 10805 33554432000 4194304 4196468 140735082945968 140337781306368 140337761166686 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23349] ppid=23343 vsize=14325320 memory=3221 CPUtime=0 cores=0-7
/proc/23346/task/23349/stat : 23349 (java) S 23343 23346 23114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101576839 14669127680 10805 33554432000 4194304 4196468 140735082945968 140337729706896 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23350] ppid=23343 vsize=14325320 memory=3689204733877540512 CPUtime=0 cores=0-7
/proc/23346/task/23350/stat : 23350 (java) S 23343 23346 23114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101576839 14669127680 10805 33554432000 4194304 4196468 140735082945968 140337728654096 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23351] ppid=23343 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/23346/task/23351/stat : 23351 (java) S 23343 23346 23114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101576839 14669127680 10805 33554432000 4194304 4196468 140735082945968 140337727601808 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23352] ppid=23343 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23346/task/23352/stat : 23352 (java) S 23343 23346 23114 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101576839 14669127680 10805 33554432000 4194304 4196468 140735082945968 140337726549008 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23353] ppid=23343 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23346/task/23353/stat : 23353 (java) S 23343 23346 23114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101576839 14669127680 10805 33554432000 4194304 4196468 140735082945968 140337725495696 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23354] ppid=23343 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/23346/task/23354/stat : 23354 (java) S 23343 23346 23114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101576839 14669127680 10805 33554432000 4194304 4196468 140735082945968 140337724442896 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23355] ppid=23343 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23346/task/23355/stat : 23355 (java) S 23343 23346 23114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101576839 14669127680 10805 33554432000 4194304 4196468 140735082945968 140337723390608 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23356] ppid=23343 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23346/task/23356/stat : 23356 (java) S 23343 23346 23114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101576839 14669127680 10805 33554432000 4194304 4196468 140735082945968 140337722337808 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23357] ppid=23343 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23346/task/23357/stat : 23357 (java) S 23343 23346 23114 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101576840 14669127680 10805 33554432000 4194304 4196468 140735082945968 140336874064496 140337777097346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23358] ppid=23343 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23346/task/23358/stat : 23358 (java) S 23343 23346 23114 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101576841 14669127680 10805 33554432000 4194304 4196468 140735082945968 140336873010464 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23359] ppid=23343 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23346/task/23359/stat : 23359 (java) S 23343 23346 23114 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101576841 14669127680 10805 33554432000 4194304 4196468 140735082945968 140336871958128 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23360] ppid=23343 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23346/task/23360/stat : 23360 (java) S 23343 23346 23114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101576843 14669127680 10805 33554432000 4194304 4196468 140735082945968 140336870906448 140337777104795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23361] ppid=23343 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/23346/task/23361/stat : 23361 (java) S 23343 23346 23114 0 -1 1077944384 344 0 0 0 1 0 0 0 20 0 20 0 101576843 14669127680 10805 33554432000 4194304 4196468 140735082945968 140336869853296 140337777097346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23362] ppid=23343 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/23346/task/23362/stat : 23362 (java) S 23343 23346 23114 0 -1 1077944384 263 0 0 0 1 0 0 0 20 0 20 0 101576843 14669127680 10805 33554432000 4194304 4196468 140735082945968 140336868800496 140337777097346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23363] ppid=23343 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23346/task/23363/stat : 23363 (java) S 23343 23346 23114 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 101576843 14669127680 10805 33554432000 4194304 4196468 140735082945968 140336867748208 140337777097346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23364] ppid=23343 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/23346/task/23364/stat : 23364 (java) R 23343 23346 23114 0 -1 4202560 378 0 0 0 5 0 0 0 20 0 20 0 101576843 14669127680 10805 33554432000 4194304 4196468 140735082945968 140336866695408 140337756393936 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23365] ppid=23343 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/23346/task/23365/stat : 23365 (java) S 23343 23346 23114 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101576843 14669127680 10805 33554432000 4194304 4196468 140735082945968 140336865643360 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23366] ppid=23343 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/23346/task/23366/stat : 23366 (java) S 23343 23346 23114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101576844 14669127680 10805 33554432000 4194304 4196468 140735082945968 140336864590640 140337777097346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 43220 KiB

[startup+0.309494 s]*
/proc/loadavg: 6.79 8.09 8.45 3/199 23366
/proc/meminfo: memFree=28655296/32770624 swapFree=67108860/67108860
[pid=23346] ppid=23343 vsize=14325340 memory=50872 CPUtime=0.48 cores=0-7
/proc/23346/stat : 23346 (java) S 23343 23346 23114 0 -1 1077944320 10406 0 0 0 44 4 0 0 20 0 20 0 101576837 14669148160 12718 33554432000 4194304 4196468 140735082945968 140735082928512 140337777086199 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
/proc/23346/statm: 3581335 12718 3703 1 0 3569050 0
[pid=23346/tid=23348] ppid=23343 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/23346/task/23348/stat : 23348 (java) R 23343 23346 23114 0 -1 4202560 7613 0 0 0 26 3 0 0 20 0 20 0 101576838 14669148160 12718 33554432000 4194304 4196468 140735082945968 140337781303168 140337761306432 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23349] ppid=23343 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/23346/task/23349/stat : 23349 (java) S 23343 23346 23114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101576839 14669148160 12718 33554432000 4194304 4196468 140735082945968 140337729706896 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23350] ppid=23343 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/23346/task/23350/stat : 23350 (java) S 23343 23346 23114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101576839 14669148160 12718 33554432000 4194304 4196468 140735082945968 140337728654096 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23351] ppid=23343 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/23346/task/23351/stat : 23351 (java) S 23343 23346 23114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101576839 14669148160 12718 33554432000 4194304 4196468 140735082945968 140337727601808 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23352] ppid=23343 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/23346/task/23352/stat : 23352 (java) S 23343 23346 23114 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101576839 14669148160 12718 33554432000 4194304 4196468 140735082945968 140337726549008 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23353] ppid=23343 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/23346/task/23353/stat : 23353 (java) S 23343 23346 23114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101576839 14669148160 12718 33554432000 4194304 4196468 140735082945968 140337725495696 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23354] ppid=23343 vsize=14325340 memory=140666755707823 CPUtime=0 cores=0-7
/proc/23346/task/23354/stat : 23354 (java) S 23343 23346 23114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101576839 14669148160 12718 33554432000 4194304 4196468 140735082945968 140337724442896 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23355] ppid=23343 vsize=14325340 memory=140666755710128 CPUtime=0 cores=0-7
/proc/23346/task/23355/stat : 23355 (java) S 23343 23346 23114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101576839 14669148160 12718 33554432000 4194304 4196468 140735082945968 140337723390608 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23356] ppid=23343 vsize=14325340 memory=140666755712432 CPUtime=0 cores=0-7
/proc/23346/task/23356/stat : 23356 (java) S 23343 23346 23114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101576839 14669148160 12718 33554432000 4194304 4196468 140735082945968 140337722337808 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23357] ppid=23343 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/23346/task/23357/stat : 23357 (java) S 23343 23346 23114 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101576840 14669148160 12718 33554432000 4194304 4196468 140735082945968 140336874064496 140337777097346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23358] ppid=23343 vsize=14325340 memory=281333511431824 CPUtime=0 cores=0-7
/proc/23346/task/23358/stat : 23358 (java) S 23343 23346 23114 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101576841 14669148160 12718 33554432000 4194304 4196468 140735082945968 140336873010464 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23359] ppid=23343 vsize=14325340 memory=281333511438736 CPUtime=0 cores=0-7
/proc/23346/task/23359/stat : 23359 (java) S 23343 23346 23114 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101576841 14669148160 12718 33554432000 4194304 4196468 140735082945968 140336871958128 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23360] ppid=23343 vsize=14325340 memory=281333511380016 CPUtime=0 cores=0-7
/proc/23346/task/23360/stat : 23360 (java) S 23343 23346 23114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101576843 14669148160 12718 33554432000 4194304 4196468 140735082945968 140336870906448 140337777104795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23361] ppid=23343 vsize=14325340 memory=281333511452560 CPUtime=0.04 cores=0-7
/proc/23346/task/23361/stat : 23361 (java) R 23343 23346 23114 0 -1 1077944384 530 0 0 0 4 0 0 0 20 0 20 0 101576843 14669148160 12718 33554432000 4194304 4196468 140735082945968 140336869853296 140337777097346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23362] ppid=23343 vsize=14325340 memory=281333511459472 CPUtime=0.04 cores=0-7
/proc/23346/task/23362/stat : 23362 (java) S 23343 23346 23114 0 -1 1077944384 352 0 0 0 4 0 0 0 20 0 20 0 101576843 14669148160 12718 33554432000 4194304 4196468 140735082945968 140336868800496 140337777097346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23363] ppid=23343 vsize=14325340 memory=281333511457168 CPUtime=0 cores=0-7
/proc/23346/task/23363/stat : 23363 (java) R 23343 23346 23114 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 101576843 14669148160 12718 33554432000 4194304 4196468 140735082945968 140336867748208 140337777097346 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23364] ppid=23343 vsize=14325340 memory=281333511473776 CPUtime=0.08 cores=0-7
/proc/23346/task/23364/stat : 23364 (java) R 23343 23346 23114 0 -1 4202560 480 0 0 0 8 0 0 0 20 0 20 0 101576843 14669148160 12718 33554432000 4194304 4196468 140735082945968 140336866695408 140337756524864 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23365] ppid=23343 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/23346/task/23365/stat : 23365 (java) S 23343 23346 23114 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101576843 14669148160 12718 33554432000 4194304 4196468 140735082945968 140336865643360 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23366] ppid=23343 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/23346/task/23366/stat : 23366 (java) S 23343 23346 23114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101576844 14669148160 12718 33554432000 4194304 4196468 140735082945968 140336864590640 140337777097346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 50872 KiB

[startup+0.700824 s]
/proc/loadavg: 6.79 8.09 8.45 2/199 23366
/proc/meminfo: memFree=28640412/32770624 swapFree=67108860/67108860
[pid=23346] ppid=23343 vsize=14327388 memory=152896 CPUtime=1.34 cores=0-7
/proc/23346/stat : 23346 (java) S 23343 23346 23114 0 -1 1077944320 14019 0 0 0 126 8 0 0 20 0 20 0 101576837 14671245312 38224 33554432000 4194304 4196468 140735082945968 140735082928512 140337777086199 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
/proc/23346/statm: 3581847 38224 3766 1 0 3569562 0
[pid=23346/tid=23348] ppid=23343 vsize=14327388 memory=0 CPUtime=0.67 cores=0-7
/proc/23346/task/23348/stat : 23348 (java) R 23343 23346 23114 0 -1 4202560 9362 0 0 0 62 5 0 0 20 0 20 0 101576838 14671245312 38224 33554432000 4194304 4196468 140735082945968 140337781302912 140337769764213 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23349] ppid=23343 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/23346/task/23349/stat : 23349 (java) S 23343 23346 23114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101576839 14671245312 38224 33554432000 4194304 4196468 140735082945968 140337729706896 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23350] ppid=23343 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/23346/task/23350/stat : 23350 (java) S 23343 23346 23114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101576839 14671245312 38224 33554432000 4194304 4196468 140735082945968 140337728654096 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23351] ppid=23343 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/23346/task/23351/stat : 23351 (java) S 23343 23346 23114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101576839 14671245312 38224 33554432000 4194304 4196468 140735082945968 140337727601808 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23352] ppid=23343 vsize=14327388 memory=1944 CPUtime=0 cores=0-7
/proc/23346/task/23352/stat : 23352 (java) S 23343 23346 23114 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101576839 14671245312 38224 33554432000 4194304 4196468 140735082945968 140337726549008 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23353] ppid=23343 vsize=14327388 memory=1200 CPUtime=0 cores=0-7
/proc/23346/task/23353/stat : 23353 (java) S 23343 23346 23114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101576839 14671245312 38224 33554432000 4194304 4196468 140735082945968 140337725495696 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23354] ppid=23343 vsize=14327388 memory=1424 CPUtime=0 cores=0-7
/proc/23346/task/23354/stat : 23354 (java) S 23343 23346 23114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101576839 14671245312 38224 33554432000 4194304 4196468 140735082945968 140337724442896 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23355] ppid=23343 vsize=14327388 memory=8552 CPUtime=0 cores=0-7
/proc/23346/task/23355/stat : 23355 (java) S 23343 23346 23114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101576839 14671245312 38224 33554432000 4194304 4196468 140735082945968 140337723390608 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23356] ppid=23343 vsize=14327388 memory=15872 CPUtime=0 cores=0-7
/proc/23346/task/23356/stat : 23356 (java) S 23343 23346 23114 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101576839 14671245312 38224 33554432000 4194304 4196468 140735082945968 140337722337808 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23357] ppid=23343 vsize=14327388 memory=4052 CPUtime=0 cores=0-7
/proc/23346/task/23357/stat : 23357 (java) S 23343 23346 23114 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101576840 14671245312 38224 33554432000 4194304 4196468 140735082945968 140336874064496 140337777097346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0

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

[pid=23346/tid=23350] ppid=23343 vsize=15205044 memory=4376400 CPUtime=8.44 cores=0-7
/proc/23346/task/23350/stat : 23350 (java) S 23343 23346 23114 0 -1 1077944384 56688 0 0 0 804 40 0 0 20 0 33 0 101576839 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140337728654096 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23351] ppid=23343 vsize=15205044 memory=3471202396320837713 CPUtime=8.38 cores=0-7
/proc/23346/task/23351/stat : 23351 (java) S 23343 23346 23114 0 -1 1077944384 57852 0 0 0 794 44 0 0 20 0 33 0 101576839 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140337727601808 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23352] ppid=23343 vsize=15205044 memory=4376400 CPUtime=8.4 cores=0-7
/proc/23346/task/23352/stat : 23352 (java) S 23343 23346 23114 0 -1 1077944384 48914 0 0 0 806 34 0 0 20 0 33 0 101576839 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140337726549008 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23353] ppid=23343 vsize=15205044 memory=4376400 CPUtime=8.39 cores=0-7
/proc/23346/task/23353/stat : 23353 (java) S 23343 23346 23114 0 -1 1077944384 59196 0 0 0 800 39 0 0 20 0 33 0 101576839 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140337725495696 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23354] ppid=23343 vsize=15205044 memory=14297946131068 CPUtime=8.4 cores=0-7
/proc/23346/task/23354/stat : 23354 (java) S 23343 23346 23114 0 -1 1077944384 53567 0 0 0 802 38 0 0 20 0 33 0 101576839 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140337724442896 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23355] ppid=23343 vsize=15205044 memory=6656426216303648864 CPUtime=8.41 cores=0-7
/proc/23346/task/23355/stat : 23355 (java) S 23343 23346 23114 0 -1 1077944384 52011 0 0 0 803 38 0 0 20 0 33 0 101576839 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140337723390608 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23356] ppid=23343 vsize=15205044 memory=2428 CPUtime=8.43 cores=0-7
/proc/23346/task/23356/stat : 23356 (java) S 23343 23346 23114 0 -1 1077944384 54770 0 0 0 804 39 0 0 20 0 33 0 101576839 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140337722337808 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23357] ppid=23343 vsize=15205044 memory=1728 CPUtime=1.55 cores=0-7
/proc/23346/task/23357/stat : 23357 (java) S 23343 23346 23114 0 -1 1077944384 79399 0 0 0 130 25 0 0 20 0 33 0 101576840 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336874064496 140337777097346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 45 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23358] ppid=23343 vsize=15205044 memory=6944656592455088490 CPUtime=0 cores=0-7
/proc/23346/task/23358/stat : 23358 (java) S 23343 23346 23114 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 33 0 101576841 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336873010592 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23359] ppid=23343 vsize=15205044 memory=6082206311780540497 CPUtime=0 cores=0-7
/proc/23346/task/23359/stat : 23359 (java) S 23343 23346 23114 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 33 0 101576841 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336871958144 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23360] ppid=23343 vsize=15205044 memory=4376392 CPUtime=0 cores=0-7
/proc/23346/task/23360/stat : 23360 (java) S 23343 23346 23114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 33 0 101576843 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336870906448 140337777104795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23361] ppid=23343 vsize=15205044 memory=4376392 CPUtime=2.29 cores=0-7
/proc/23346/task/23361/stat : 23361 (java) S 23343 23346 23114 0 -1 1077944384 8179 0 0 0 227 2 0 0 20 0 33 0 101576843 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336869853296 140337777097346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23362] ppid=23343 vsize=15205044 memory=4376400 CPUtime=2.15 cores=0-7
/proc/23346/task/23362/stat : 23362 (java) S 23343 23346 23114 0 -1 1077944384 5770 0 0 0 214 1 0 0 20 0 33 0 101576843 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336868800496 140337777097346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23363] ppid=23343 vsize=15205044 memory=4376400 CPUtime=2.31 cores=0-7
/proc/23346/task/23363/stat : 23363 (java) S 23343 23346 23114 0 -1 1077944384 7220 0 0 0 229 2 0 0 20 0 33 0 101576843 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336867748208 140337777097346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23364] ppid=23343 vsize=15205044 memory=1712 CPUtime=1.29 cores=0-7
/proc/23346/task/23364/stat : 23364 (java) S 23343 23346 23114 0 -1 1077944384 12996 0 0 0 127 2 0 0 20 0 33 0 101576843 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336866695408 140337777097346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23365] ppid=23343 vsize=15205044 memory=4612 CPUtime=0 cores=0-7
/proc/23346/task/23365/stat : 23365 (java) S 23343 23346 23114 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 101576843 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336865643360 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23366] ppid=23343 vsize=15205044 memory=916 CPUtime=0.89 cores=0-7
/proc/23346/task/23366/stat : 23366 (java) S 23343 23346 23114 0 -1 1077944384 4061 0 0 0 36 53 0 0 20 0 33 0 101576844 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336864590640 140337777097346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 44 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23367] ppid=23343 vsize=15205044 memory=4116 CPUtime=0 cores=0-7
/proc/23346/task/23367/stat : 23367 (java) S 23343 23346 23114 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 33 0 101577158 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336852206976 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23368] ppid=23343 vsize=15205044 memory=0 CPUtime=4.69 cores=0-7
/proc/23346/task/23368/stat : 23368 (java) R 23343 23346 23114 0 -1 1077944384 12710 0 0 0 218 251 0 0 20 0 33 0 101577170 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336851154464 140337777097346 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23369] ppid=23343 vsize=15205044 memory=6944652177228980320 CPUtime=0.16 cores=0-7
/proc/23346/task/23369/stat : 23369 (java) S 23343 23346 23114 0 -1 1077944384 125 0 0 0 15 1 0 0 20 0 33 0 101577179 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336850101024 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23370] ppid=23343 vsize=15205044 memory=833 CPUtime=2479.81 cores=0-7
/proc/23346/task/23370/stat : 23370 (java) R 23343 23346 23114 0 -1 4202560 195258 0 0 0 247811 170 0 0 20 0 33 0 101577180 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336577894088 140337417263462 0 4 0 16800975 0 0 0 -1 7 0 0 14 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23371] ppid=23343 vsize=15205044 memory=154 CPUtime=2477.73 cores=0-7
/proc/23346/task/23371/stat : 23371 (java) R 23343 23346 23114 0 -1 4202560 176042 0 0 0 247616 157 0 0 20 0 33 0 101577180 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336576841792 140337417204087 0 4 0 16800975 0 0 0 -1 5 0 0 15 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23372] ppid=23343 vsize=15205044 memory=4376400 CPUtime=0.15 cores=0-7
/proc/23346/task/23372/stat : 23372 (java) S 23343 23346 23114 0 -1 1077944384 56 0 0 0 15 0 0 0 20 0 33 0 101577188 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336575792032 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23373] ppid=23343 vsize=15205044 memory=7882240974035578468 CPUtime=2477.78 cores=0-7
/proc/23346/task/23373/stat : 23373 (java) R 23343 23346 23114 0 -1 4202560 185485 0 0 0 247613 165 0 0 20 0 33 0 101577188 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336574733784 140337417203331 0 4 0 16800975 0 0 0 -1 3 0 0 18 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23374] ppid=23343 vsize=15205044 memory=4376392 CPUtime=2480.55 cores=0-7
/proc/23346/task/23374/stat : 23374 (java) R 23343 23346 23114 0 -1 4202560 196048 0 0 0 247886 169 0 0 20 0 33 0 101577188 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336573680968 140337413055168 0 4 0 16800975 0 0 0 -1 4 0 0 15 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23375] ppid=23343 vsize=15205044 memory=4376392 CPUtime=2476.41 cores=0-7
/proc/23346/task/23375/stat : 23375 (java) R 23343 23346 23114 0 -1 4202560 194228 0 0 0 247468 173 0 0 20 0 33 0 101577188 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336572628680 140337417535975 0 4 0 16800975 0 0 0 -1 6 0 0 17 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23376] ppid=23343 vsize=15205044 memory=1728 CPUtime=2479.16 cores=0-7
/proc/23346/task/23376/stat : 23376 (java) R 23343 23346 23114 0 -1 4202560 189413 0 0 0 247750 166 0 0 20 0 33 0 101577188 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336571578872 140337417316942 0 4 0 16800975 0 0 0 -1 1 0 0 15 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23377] ppid=23343 vsize=15205044 memory=17384 CPUtime=0 cores=0-7
/proc/23346/task/23377/stat : 23377 (java) S 23343 23346 23114 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 33 0 101577188 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336570528544 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23378] ppid=23343 vsize=15205044 memory=18472 CPUtime=2482.46 cores=0-7
/proc/23346/task/23378/stat : 23378 (java) R 23343 23346 23114 0 -1 4202560 188724 0 0 0 248077 169 0 0 20 0 33 0 101577188 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336569469704 140337413289499 0 4 0 16800975 0 0 0 -1 2 0 0 15 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23379] ppid=23343 vsize=15205044 memory=640 CPUtime=2479.06 cores=0-7
/proc/23346/task/23379/stat : 23379 (java) R 23343 23346 23114 0 -1 4202560 196383 0 0 0 247740 166 0 0 20 0 33 0 101577216 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336566320328 140337417711976 0 4 0 16800975 0 0 0 -1 0 0 0 18 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
Current children cumulated CPU time: 19919.2 s
Current children cumulated vsize: 15205044 KiB
Current children cumulated memory: 4376400 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 9.00 8.89 8.83 10/211 23413
/proc/meminfo: memFree=24322976/32770624 swapFree=67108860/67108860
[pid=23346] ppid=23343 vsize=15205044 memory=4376400 CPUtime=20060.4 cores=0-7
/proc/23346/stat : 23346 (java) S 23343 23346 23114 0 -1 1077944320 2107585 0 0 0 2004328 1710 0 0 20 0 33 0 101576837 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140735082928512 140337777086199 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
/proc/23346/statm: 3801261 1094100 3864 1 0 3788455 0
[pid=23346/tid=23348] ppid=23343 vsize=15205044 memory=6791534058613427641 CPUtime=3.3 cores=0-7
/proc/23346/task/23348/stat : 23348 (java) S 23343 23346 23114 0 -1 1077944384 12346 0 0 0 318 12 0 0 20 0 33 0 101576838 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140337781323904 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23349] ppid=23343 vsize=15205044 memory=4872558044660077418 CPUtime=8.37 cores=0-7
/proc/23346/task/23349/stat : 23349 (java) S 23343 23346 23114 0 -1 1077944384 52572 0 0 0 797 40 0 0 20 0 33 0 101576839 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140337729706896 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23350] ppid=23343 vsize=15205044 memory=1944 CPUtime=8.47 cores=0-7
/proc/23346/task/23350/stat : 23350 (java) S 23343 23346 23114 0 -1 1077944384 56842 0 0 0 807 40 0 0 20 0 33 0 101576839 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140337728654096 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23351] ppid=23343 vsize=15205044 memory=1200 CPUtime=8.42 cores=0-7
/proc/23346/task/23351/stat : 23351 (java) S 23343 23346 23114 0 -1 1077944384 58093 0 0 0 798 44 0 0 20 0 33 0 101576839 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140337727601808 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23352] ppid=23343 vsize=15205044 memory=1424 CPUtime=8.43 cores=0-7
/proc/23346/task/23352/stat : 23352 (java) S 23343 23346 23114 0 -1 1077944384 49065 0 0 0 809 34 0 0 20 0 33 0 101576839 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140337726549008 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23353] ppid=23343 vsize=15205044 memory=8552 CPUtime=8.43 cores=0-7
/proc/23346/task/23353/stat : 23353 (java) S 23343 23346 23114 0 -1 1077944384 59368 0 0 0 804 39 0 0 20 0 33 0 101576839 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140337725495696 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23354] ppid=23343 vsize=15205044 memory=15872 CPUtime=8.44 cores=0-7
/proc/23346/task/23354/stat : 23354 (java) S 23343 23346 23114 0 -1 1077944384 53661 0 0 0 806 38 0 0 20 0 33 0 101576839 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140337724442896 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23355] ppid=23343 vsize=15205044 memory=4052 CPUtime=8.45 cores=0-7
/proc/23346/task/23355/stat : 23355 (java) S 23343 23346 23114 0 -1 1077944384 52166 0 0 0 807 38 0 0 20 0 33 0 101576839 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140337723390608 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23356] ppid=23343 vsize=15205044 memory=17384 CPUtime=8.47 cores=0-7
/proc/23346/task/23356/stat : 23356 (java) S 23343 23346 23114 0 -1 1077944384 54884 0 0 0 808 39 0 0 20 0 33 0 101576839 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140337722337808 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23357] ppid=23343 vsize=15205044 memory=18472 CPUtime=1.56 cores=0-7
/proc/23346/task/23357/stat : 23357 (java) S 23343 23346 23114 0 -1 1077944384 79715 0 0 0 131 25 0 0 20 0 33 0 101576840 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336874064496 140337777097346 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 45 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23358] ppid=23343 vsize=15205044 memory=640 CPUtime=0 cores=0-7
/proc/23346/task/23358/stat : 23358 (java) S 23343 23346 23114 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 33 0 101576841 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336873010592 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23359] ppid=23343 vsize=15205044 memory=1796 CPUtime=0 cores=0-7
/proc/23346/task/23359/stat : 23359 (java) S 23343 23346 23114 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 33 0 101576841 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336871958144 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23360] ppid=23343 vsize=15205044 memory=960 CPUtime=0 cores=0-7
/proc/23346/task/23360/stat : 23360 (java) S 23343 23346 23114 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 33 0 101576843 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336870906448 140337777104795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23361] ppid=23343 vsize=15205044 memory=1236 CPUtime=2.29 cores=0-7
/proc/23346/task/23361/stat : 23361 (java) S 23343 23346 23114 0 -1 1077944384 8181 0 0 0 227 2 0 0 20 0 33 0 101576843 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336869853296 140337777097346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23362] ppid=23343 vsize=15205044 memory=2344 CPUtime=2.15 cores=0-7
/proc/23346/task/23362/stat : 23362 (java) S 23343 23346 23114 0 -1 1077944384 5772 0 0 0 214 1 0 0 20 0 33 0 101576843 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336868800496 140337777097346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23363] ppid=23343 vsize=15205044 memory=932 CPUtime=2.31 cores=0-7
/proc/23346/task/23363/stat : 23363 (java) S 23343 23346 23114 0 -1 1077944384 7223 0 0 0 229 2 0 0 20 0 33 0 101576843 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336867748208 140337777097346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23364] ppid=23343 vsize=15205044 memory=1580 CPUtime=1.29 cores=0-7
/proc/23346/task/23364/stat : 23364 (java) S 23343 23346 23114 0 -1 1077944384 12998 0 0 0 127 2 0 0 20 0 33 0 101576843 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336866695408 140337777097346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23365] ppid=23343 vsize=15205044 memory=2244 CPUtime=0 cores=0-7
/proc/23346/task/23365/stat : 23365 (java) S 23343 23346 23114 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 101576843 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336865643360 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23366] ppid=23343 vsize=15205044 memory=4132 CPUtime=0.9 cores=0-7
/proc/23346/task/23366/stat : 23366 (java) S 23343 23346 23114 0 -1 1077944384 4079 0 0 0 37 53 0 0 20 0 33 0 101576844 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336864590640 140337777097346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 44 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23367] ppid=23343 vsize=15205044 memory=1008 CPUtime=0 cores=0-7
/proc/23346/task/23367/stat : 23367 (java) S 23343 23346 23114 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 33 0 101577158 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336852206976 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23368] ppid=23343 vsize=15205044 memory=1944 CPUtime=4.69 cores=0-7
/proc/23346/task/23368/stat : 23368 (java) R 23343 23346 23114 0 -1 1077944384 12743 0 0 0 218 251 0 0 20 0 33 0 101577170 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336851154464 140337777097346 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23369] ppid=23343 vsize=15205044 memory=1200 CPUtime=0.16 cores=0-7
/proc/23346/task/23369/stat : 23369 (java) S 23343 23346 23114 0 -1 1077944384 125 0 0 0 15 1 0 0 20 0 33 0 101577179 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336850101024 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23370] ppid=23343 vsize=15205044 memory=1424 CPUtime=2497.41 cores=0-7
/proc/23346/task/23370/stat : 23370 (java) R 23343 23346 23114 0 -1 4202560 195690 0 0 0 249570 171 0 0 20 0 33 0 101577180 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336577890808 140337406914351 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23371] ppid=23343 vsize=15205044 memory=8552 CPUtime=2495.07 cores=0-7
/proc/23346/task/23371/stat : 23371 (java) R 23343 23346 23114 0 -1 4202560 176562 0 0 0 249350 157 0 0 20 0 33 0 101577180 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336576838792 140337417203290 0 4 0 16800975 0 0 0 -1 7 0 0 15 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23372] ppid=23343 vsize=15205044 memory=15872 CPUtime=0.15 cores=0-7
/proc/23346/task/23372/stat : 23372 (java) S 23343 23346 23114 0 -1 1077944384 56 0 0 0 15 0 0 0 20 0 33 0 101577188 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336575792032 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23373] ppid=23343 vsize=15205044 memory=4052 CPUtime=2495.45 cores=0-7
/proc/23346/task/23373/stat : 23373 (java) R 23343 23346 23114 0 -1 4202560 185940 0 0 0 249379 166 0 0 20 0 33 0 101577188 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336574733240 140337417278056 0 4 0 16800975 0 0 0 -1 1 0 0 18 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23374] ppid=23343 vsize=15205044 memory=17384 CPUtime=2498.2 cores=0-7
/proc/23346/task/23374/stat : 23374 (java) R 23343 23346 23114 0 -1 4202560 196496 0 0 0 249651 169 0 0 20 0 33 0 101577188 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336573680440 140337417276214 0 4 0 16800975 0 0 0 -1 4 0 0 15 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23375] ppid=23343 vsize=15205044 memory=18472 CPUtime=2494.05 cores=0-7
/proc/23346/task/23375/stat : 23375 (java) R 23343 23346 23114 0 -1 4202560 194713 0 0 0 249232 173 0 0 20 0 33 0 101577188 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336572628096 140337416938528 0 4 0 16800975 0 0 0 -1 0 0 0 17 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23376] ppid=23343 vsize=15205044 memory=640 CPUtime=2496.84 cores=0-7
/proc/23346/task/23376/stat : 23376 (java) R 23343 23346 23114 0 -1 4202560 190688 0 0 0 249516 168 0 0 20 0 33 0 101577188 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336571578160 140337417316942 0 4 0 16800975 0 0 0 -1 3 0 0 15 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23377] ppid=23343 vsize=15205044 memory=1796 CPUtime=0 cores=0-7
/proc/23346/task/23377/stat : 23377 (java) S 23343 23346 23114 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 33 0 101577188 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336570528544 140337777096405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23378] ppid=23343 vsize=15205044 memory=1224 CPUtime=2500.11 cores=0-7
/proc/23346/task/23378/stat : 23378 (java) R 23343 23346 23114 0 -1 4202560 189399 0 0 0 249842 169 0 0 20 0 33 0 101577188 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336569469704 140337417276178 0 4 0 16800975 0 0 0 -1 6 0 0 15 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
[pid=23346/tid=23379] ppid=23343 vsize=15205044 memory=5716 CPUtime=2496.7 cores=0-7
/proc/23346/task/23379/stat : 23379 (java) R 23343 23346 23114 0 -1 4202560 196793 0 0 0 249504 166 0 0 20 0 33 0 101577216 15569965056 1094100 33554432000 4194304 4196468 140735082945968 140336566320472 140337417203968 0 4 0 16800975 0 0 0 -1 2 0 0 18 0 0 6293624 6294260 27942912 140735082947683 140735082947867 140735082947867 140735082950607 0
Current children cumulated CPU time: 20060.4 s
Current children cumulated vsize: 15205044 KiB
Current children cumulated memory: 4376400 KiB

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

[startup+2520.15 s]
# the end of solver process 23346 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20044.1 s, system=17.1379 s

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

[startup+2520.12 s]*
/proc/loadavg: 9.00 8.89 8.83 2/180 23415
/proc/meminfo: memFree=25727988/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2520.15
CPU time (s): 20061.2
CPU user time (s): 20044.1
CPU system time (s): 17.1379
CPU usage (%): 796.034
Max. virtual memory (cumulated for all children) (KiB): 15205044
Max. memory (cumulated for all children) (KiB): 4376604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20044.1
system time used= 17.1379
maximum resident set size= 4377572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2108176
page faults= 0
swaps= 0
block input operations= 56
block output operations= 3192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 375350
involuntary context switches= 419286


# summary of solver processes directly reported to runsolver:
#   pid: 23346
#   total CPU time (s): 20061.2
#   total CPU user time (s): 20044.1
#   total CPU system time (s): 17.1379

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.4441 second user time and 30.8413 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-14 06:15:01
IDJOB=4275627
IDBENCH=120793
IDSOLVER=2668
FILE ID=node151/4275627-1502684959
RUNJOBID= node151-1502683897-23141
PBS_JOBID= 20628991
Free space on /tmp= 61756 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/Rlfap/Rlfap-m1-scens11/Rlfap-scen-11-f05.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-4275627-1502684959/watcher-4275627-1502684959 -o /tmp/evaluation-result-4275627-1502684959/solver-4275627-1502684959 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1502683897-23141 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 82547816 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275627-1502684959.xml

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

MD5SUM BENCH= f8050e8ddc741b4fb4a45c7e8cfb7628
RANDOM SEED=82547816

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
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	: 5332.95
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	: 5332.95
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	: 5332.95
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:        28690916 kB
MemAvailable:   31987204 kB
Buffers:          265236 kB
Cached:          3321276 kB
SwapCached:            0 kB
Active:           995716 kB
Inactive:        2644016 kB
Active(anon):      56300 kB
Inactive(anon):    25044 kB
Active(file):     939416 kB
Inactive(file):  2618972 kB
Unevictable:        7024 kB
Mlocked:            7024 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42428 kB
Writeback:             0 kB
AnonPages:         59788 kB
Mapped:            44848 kB
Shmem:             25224 kB
Slab:             134056 kB
SReclaimable:     107472 kB
SUnreclaim:        26584 kB
KernelStack:        3216 kB
PageTables:         5056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61716 MiB
End job on node151 at 2017-08-14 06:57:01