Trace number 4291116

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Parallel with EPS 2018-07-02? (TO) 20026.7 2520.33

General information on the benchmark

NameNurseRostering/
NurseRostering-12_c18.xml
MD5SUM2a283c05e31c4b30f3ec3c3182bebd94
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables3618
Number of constraints8519
Number of domains14
Minimum domain size1
Maximum domain size61
Distribution of domain sizes[{"size":1,"count":226},{"size":2,"count":662},{"size":3,"count":5},{"size":5,"count":30},{"size":11,"count":1680},{"size":29,"count":427},{"size":61,"count":588}]
Minimum variable degree2
Maximum variable degree39
Distribution of variable degrees[{"degree":2,"count":1698},{"degree":3,"count":240},{"degree":27,"count":44},{"degree":28,"count":69},{"degree":29,"count":7},{"degree":30,"count":41},{"degree":31,"count":67},{"degree":32,"count":93},{"degree":33,"count":97},{"degree":34,"count":125},{"degree":35,"count":445},{"degree":36,"count":418},{"degree":37,"count":184},{"degree":38,"count":76},{"degree":39,"count":14}]
Minimum constraint arity2
Maximum constraint arity120
Distribution of constraint arities[{"arity":2,"count":2950},{"arity":3,"count":2860},{"arity":4,"count":310},{"arity":6,"count":1150},{"arity":7,"count":220},{"arity":11,"count":60},{"arity":29,"count":660},{"arity":61,"count":308},{"arity":120,"count":1}]
Number of extensional constraints1928
Number of intensional constraints1022
Distribution of constraint types[{"type":"extension","count":1928},{"type":"intension","count":1022},{"type":"regular","count":3110},{"type":"sum","count":120},{"type":"count","count":2338},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.66/0.56	c version: 2018-07-02
0.66/0.56	c seed: 1015792531
0.66/0.56	c timeout: 20160
0.66/0.56	c memlimit: 22000
0.66/0.56	c nbcore: 8
0.66/0.59	c Parsing instance...
6.04/2.06	c Parsing done, starting search...
20024.47/2520.08	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 (9587 MiB free)
  memory of node 1: 16384 MiB (10192 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291116-1532629138/watcher-4291116-1532629138 -o /tmp/evaluation-result-4291116-1532629138/solver-4291116-1532629138 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1532623785-7942 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1015792531 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291116-1532629138.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=8659, runsolver pid=8656

[startup+0.100132 s]*
/proc/loadavg: 8.21 8.28 8.29 3/198 8679
/proc/meminfo: memFree=20240960/32770624 swapFree=67108860/67108860
[pid=8659] ppid=8656 vsize=26103424 memory=27044 CPUtime=0.11 cores=0-7
/proc/8659/stat : 8659 (java) S 8656 8659 7915 0 -1 1077944320 6730 0 0 0 10 1 0 0 20 0 20 0 80476949 26729906176 6761 33554432000 4194304 4196468 140729416870416 140729416852960 140098575331063 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
/proc/8659/statm: 6525856 6761 3149 1 0 6487932 0
[pid=8659/tid=8661] ppid=8656 vsize=26103424 memory=4134692831991783777 CPUtime=0.08 cores=0-7
/proc/8659/task/8661/stat : 8661 (java) R 8656 8659 7915 0 -1 4202560 4766 0 0 0 8 0 0 0 20 0 20 0 80476950 26729906176 6827 33554432000 4194304 4196468 140729416870416 140098579516016 140098560496702 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8662] ppid=8656 vsize=26103424 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/8659/task/8662/stat : 8662 (java) S 8656 8659 7915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80476951 26729906176 6827 33554432000 4194304 4196468 140729416870416 140098133895952 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8663] ppid=8656 vsize=26103424 memory=140334171747968 CPUtime=0 cores=0-7
/proc/8659/task/8663/stat : 8663 (java) S 8656 8659 7915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80476951 26729906176 6827 33554432000 4194304 4196468 140729416870416 140098132843408 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8664] ppid=8656 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8659/task/8664/stat : 8664 (java) S 8656 8659 7915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80476951 26729906176 6827 33554432000 4194304 4196468 140729416870416 140098131790864 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8665] ppid=8656 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8659/task/8665/stat : 8665 (java) S 8656 8659 7915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80476951 26729906176 6827 33554432000 4194304 4196468 140729416870416 140098130738320 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8666] ppid=8656 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8659/task/8666/stat : 8666 (java) S 8656 8659 7915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80476951 26729906176 6827 33554432000 4194304 4196468 140729416870416 140098129684752 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8667] ppid=8656 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/8659/task/8667/stat : 8667 (java) S 8656 8659 7915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80476951 26729906176 6827 33554432000 4194304 4196468 140729416870416 140098128632208 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8668] ppid=8656 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8659/task/8668/stat : 8668 (java) S 8656 8659 7915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80476951 26729906176 6827 33554432000 4194304 4196468 140729416870416 140098127579664 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8669] ppid=8656 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8659/task/8669/stat : 8669 (java) S 8656 8659 7915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80476951 26729906176 6827 33554432000 4194304 4196468 140729416870416 140098126527120 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8670] ppid=8656 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8659/task/8670/stat : 8670 (java) S 8656 8659 7915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80476952 26729906176 6827 33554432000 4194304 4196468 140729416870416 140097250839024 140098575342210 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8671] ppid=8656 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8659/task/8671/stat : 8671 (java) S 8656 8659 7915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 80476953 26729906176 6827 33554432000 4194304 4196468 140729416870416 140097249785248 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8672] ppid=8656 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8659/task/8672/stat : 8672 (java) S 8656 8659 7915 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 80476953 26729906176 6827 33554432000 4194304 4196468 140729416870416 140097248732656 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8673] ppid=8656 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8659/task/8673/stat : 8673 (java) S 8656 8659 7915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80476955 26729906176 6827 33554432000 4194304 4196468 140729416870416 140097247681232 140098575349659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8674] ppid=8656 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8659/task/8674/stat : 8674 (java) S 8656 8659 7915 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 20 0 80476955 26729906176 6827 33554432000 4194304 4196468 140729416870416 140097246627824 140098575342210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8675] ppid=8656 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8659/task/8675/stat : 8675 (java) S 8656 8659 7915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80476955 26729906176 6827 33554432000 4194304 4196468 140729416870416 140097245575280 140098575342210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8676] ppid=8656 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8659/task/8676/stat : 8676 (java) S 8656 8659 7915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80476955 26729906176 6827 33554432000 4194304 4196468 140729416870416 140097244522736 140098575342210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8677] ppid=8656 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/8659/task/8677/stat : 8677 (java) S 8656 8659 7915 0 -1 1077944384 268 0 0 0 1 0 0 0 20 0 20 0 80476955 26729906176 6827 33554432000 4194304 4196468 140729416870416 140097243470192 140098575342210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8678] ppid=8656 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8659/task/8678/stat : 8678 (java) S 8656 8659 7915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80476956 26729906176 6827 33554432000 4194304 4196468 140729416870416 140097242417888 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8679] ppid=8656 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/8659/task/8679/stat : 8679 (java) S 8656 8659 7915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80476956 26729906176 6827 33554432000 4194304 4196468 140729416870416 140097241365424 140098575342210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 27044 KiB

[startup+0.210109 s]*
/proc/loadavg: 8.21 8.28 8.29 5/198 8679
/proc/meminfo: memFree=20227928/32770624 swapFree=67108860/67108860
[pid=8659] ppid=8656 vsize=26103424 memory=41484 CPUtime=0.29 cores=0-7
/proc/8659/stat : 8659 (java) S 8656 8659 7915 0 -1 1077944320 10574 0 0 0 27 2 0 0 20 0 20 0 80476949 26729906176 10371 33554432000 4194304 4196468 140729416870416 140729416852960 140098575331063 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
/proc/8659/statm: 6525856 10371 3271 1 0 6487932 0
[pid=8659/tid=8661] ppid=8656 vsize=26103424 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/8659/task/8661/stat : 8661 (java) R 8656 8659 7915 0 -1 4202560 8222 0 0 0 18 1 0 0 20 0 20 0 80476950 26729906176 10371 33554432000 4194304 4196468 140729416870416 140098579559392 140098575342998 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8662] ppid=8656 vsize=26103424 memory=12970 CPUtime=0 cores=0-7
/proc/8659/task/8662/stat : 8662 (java) S 8656 8659 7915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80476951 26729906176 10371 33554432000 4194304 4196468 140729416870416 140098133895952 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8663] ppid=8656 vsize=26103424 memory=140334171756658 CPUtime=0 cores=0-7
/proc/8659/task/8663/stat : 8663 (java) S 8656 8659 7915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80476951 26729906176 10371 33554432000 4194304 4196468 140729416870416 140098132843408 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8664] ppid=8656 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/8659/task/8664/stat : 8664 (java) S 8656 8659 7915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80476951 26729906176 10371 33554432000 4194304 4196468 140729416870416 140098131790864 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8665] ppid=8656 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8659/task/8665/stat : 8665 (java) S 8656 8659 7915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80476951 26729906176 10371 33554432000 4194304 4196468 140729416870416 140098130738320 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8666] ppid=8656 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8659/task/8666/stat : 8666 (java) S 8656 8659 7915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80476951 26729906176 10371 33554432000 4194304 4196468 140729416870416 140098129684752 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8667] ppid=8656 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/8659/task/8667/stat : 8667 (java) S 8656 8659 7915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80476951 26729906176 10371 33554432000 4194304 4196468 140729416870416 140098128632208 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8668] ppid=8656 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8659/task/8668/stat : 8668 (java) S 8656 8659 7915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80476951 26729906176 10371 33554432000 4194304 4196468 140729416870416 140098127579664 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8669] ppid=8656 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8659/task/8669/stat : 8669 (java) S 8656 8659 7915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80476951 26729906176 10371 33554432000 4194304 4196468 140729416870416 140098126527120 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8670] ppid=8656 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8659/task/8670/stat : 8670 (java) S 8656 8659 7915 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 80476952 26729906176 10371 33554432000 4194304 4196468 140729416870416 140097250839024 140098575342210 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8671] ppid=8656 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8659/task/8671/stat : 8671 (java) S 8656 8659 7915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 80476953 26729906176 10371 33554432000 4194304 4196468 140729416870416 140097249785248 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8672] ppid=8656 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8659/task/8672/stat : 8672 (java) S 8656 8659 7915 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 80476953 26729906176 10371 33554432000 4194304 4196468 140729416870416 140097248732656 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8673] ppid=8656 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8659/task/8673/stat : 8673 (java) S 8656 8659 7915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80476955 26729906176 10371 33554432000 4194304 4196468 140729416870416 140097247681232 140098575349659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8674] ppid=8656 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/8659/task/8674/stat : 8674 (java) S 8656 8659 7915 0 -1 1077944384 450 0 0 0 1 0 0 0 20 0 20 0 80476955 26729906176 10371 33554432000 4194304 4196468 140729416870416 140097246627824 140098575342210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8675] ppid=8656 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/8659/task/8675/stat : 8675 (java) R 8656 8659 7915 0 -1 4202560 54 0 0 0 1 0 0 0 20 0 20 0 80476955 26729906176 10371 33554432000 4194304 4196468 140729416870416 140097245575280 140098556875544 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8676] ppid=8656 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8659/task/8676/stat : 8676 (java) S 8656 8659 7915 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 80476955 26729906176 10371 33554432000 4194304 4196468 140729416870416 140097244522736 140098575342210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8677] ppid=8656 vsize=26103424 memory=0 CPUtime=0.06 cores=0-7
/proc/8659/task/8677/stat : 8677 (java) R 8656 8659 7915 0 -1 4202560 422 0 0 0 6 0 0 0 20 0 20 0 80476955 26729906176 10371 33554432000 4194304 4196468 140729416870416 140097243467984 140098553992356 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8678] ppid=8656 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8659/task/8678/stat : 8678 (java) S 8656 8659 7915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80476956 26729906176 10371 33554432000 4194304 4196468 140729416870416 140097242417888 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8679] ppid=8656 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/8659/task/8679/stat : 8679 (java) S 8656 8659 7915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80476956 26729906176 10371 33554432000 4194304 4196468 140729416870416 140097241365424 140098575342210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 41484 KiB

[startup+0.309539 s]*
/proc/loadavg: 8.21 8.28 8.29 2/198 8679
/proc/meminfo: memFree=20224420/32770624 swapFree=67108860/67108860
[pid=8659] ppid=8656 vsize=26103424 memory=45552 CPUtime=0.42 cores=0-7
/proc/8659/stat : 8659 (java) S 8656 8659 7915 0 -1 1077944320 11098 0 0 0 40 2 0 0 20 0 20 0 80476949 26729906176 11388 33554432000 4194304 4196468 140729416870416 140729416852960 140098575331063 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
/proc/8659/statm: 6525856 11388 3354 1 0 6487932 0
[pid=8659/tid=8661] ppid=8656 vsize=26103424 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/8659/task/8661/stat : 8661 (java) R 8656 8659 7915 0 -1 4202560 8586 0 0 0 28 1 0 0 20 0 20 0 80476950 26729906176 11388 33554432000 4194304 4196468 140729416870416 140098579539176 140098560496656 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8662] ppid=8656 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8659/task/8662/stat : 8662 (java) S 8656 8659 7915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80476951 26729906176 11388 33554432000 4194304 4196468 140729416870416 140098133895952 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8663] ppid=8656 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8659/task/8663/stat : 8663 (java) S 8656 8659 7915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80476951 26729906176 11388 33554432000 4194304 4196468 140729416870416 140098132843408 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8664] ppid=8656 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8659/task/8664/stat : 8664 (java) S 8656 8659 7915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80476951 26729906176 11388 33554432000 4194304 4196468 140729416870416 140098131790864 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8665] ppid=8656 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8659/task/8665/stat : 8665 (java) S 8656 8659 7915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80476951 26729906176 11388 33554432000 4194304 4196468 140729416870416 140098130738320 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8666] ppid=8656 vsize=26103424 memory=2244 CPUtime=0 cores=0-7
/proc/8659/task/8666/stat : 8666 (java) S 8656 8659 7915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80476951 26729906176 11388 33554432000 4194304 4196468 140729416870416 140098129684752 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8667] ppid=8656 vsize=26103424 memory=140334029960111 CPUtime=0 cores=0-7
/proc/8659/task/8667/stat : 8667 (java) S 8656 8659 7915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80476951 26729906176 11388 33554432000 4194304 4196468 140729416870416 140098128632208 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8668] ppid=8656 vsize=26103424 memory=140334029962416 CPUtime=0 cores=0-7
/proc/8659/task/8668/stat : 8668 (java) S 8656 8659 7915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80476951 26729906176 11388 33554432000 4194304 4196468 140729416870416 140098127579664 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8669] ppid=8656 vsize=26103424 memory=140334029964720 CPUtime=0 cores=0-7
/proc/8659/task/8669/stat : 8669 (java) S 8656 8659 7915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80476951 26729906176 11388 33554432000 4194304 4196468 140729416870416 140098126527120 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8670] ppid=8656 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8659/task/8670/stat : 8670 (java) S 8656 8659 7915 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 80476952 26729906176 11388 33554432000 4194304 4196468 140729416870416 140097250839024 140098575342210 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8671] ppid=8656 vsize=26103424 memory=280668059936400 CPUtime=0 cores=0-7
/proc/8659/task/8671/stat : 8671 (java) S 8656 8659 7915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 80476953 26729906176 11388 33554432000 4194304 4196468 140729416870416 140097249785248 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8672] ppid=8656 vsize=26103424 memory=280668059943312 CPUtime=0 cores=0-7
/proc/8659/task/8672/stat : 8672 (java) S 8656 8659 7915 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 80476953 26729906176 11388 33554432000 4194304 4196468 140729416870416 140097248732656 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8673] ppid=8656 vsize=26103424 memory=280668059884592 CPUtime=0 cores=0-7
/proc/8659/task/8673/stat : 8673 (java) S 8656 8659 7915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80476955 26729906176 11388 33554432000 4194304 4196468 140729416870416 140097247681232 140098575349659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8674] ppid=8656 vsize=26103424 memory=280668059957136 CPUtime=0.01 cores=0-7
/proc/8659/task/8674/stat : 8674 (java) S 8656 8659 7915 0 -1 1077944384 533 0 0 0 1 0 0 0 20 0 20 0 80476955 26729906176 11388 33554432000 4194304 4196468 140729416870416 140097246627824 140098575342210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8675] ppid=8656 vsize=26103424 memory=280668059964048 CPUtime=0.01 cores=0-7
/proc/8659/task/8675/stat : 8675 (java) S 8656 8659 7915 0 -1 1077944384 58 0 0 0 1 0 0 0 20 0 20 0 80476955 26729906176 11388 33554432000 4194304 4196468 140729416870416 140097245575280 140098575342210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8676] ppid=8656 vsize=26103424 memory=280668059961744 CPUtime=0 cores=0-7
/proc/8659/task/8676/stat : 8676 (java) S 8656 8659 7915 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 20 0 80476955 26729906176 11388 33554432000 4194304 4196468 140729416870416 140097244522736 140098575342210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8677] ppid=8656 vsize=26103424 memory=280668059978352 CPUtime=0.08 cores=0-7
/proc/8659/task/8677/stat : 8677 (java) S 8656 8659 7915 0 -1 1077944384 474 0 0 0 8 0 0 0 20 0 20 0 80476955 26729906176 11388 33554432000 4194304 4196468 140729416870416 140097243470192 140098575342210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8678] ppid=8656 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8659/task/8678/stat : 8678 (java) S 8656 8659 7915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80476956 26729906176 11388 33554432000 4194304 4196468 140729416870416 140097242417888 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8679] ppid=8656 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/8659/task/8679/stat : 8679 (java) S 8656 8659 7915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80476956 26729906176 11388 33554432000 4194304 4196468 140729416870416 140097241365424 140098575342210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 45552 KiB

[startup+0.70088 s]
/proc/loadavg: 8.21 8.28 8.29 2/198 8679
/proc/meminfo: memFree=20200236/32770624 swapFree=67108860/67108860
[pid=8659] ppid=8656 vsize=26105492 memory=84808 CPUtime=0.99 cores=0-7
/proc/8659/stat : 8659 (java) S 8656 8659 7915 0 -1 1077944320 18180 0 0 0 94 5 0 0 20 0 20 0 80476949 26732023808 21202 33554432000 4194304 4196468 140729416870416 140729416852960 140098575331063 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
/proc/8659/statm: 6526373 21202 3492 1 0 6488444 0
[pid=8659/tid=8661] ppid=8656 vsize=26105492 memory=0 CPUtime=0.67 cores=0-7
/proc/8659/task/8661/stat : 8661 (java) R 8656 8659 7915 0 -1 4202560 15063 0 0 0 63 4 0 0 20 0 20 0 80476950 26732023808 21202 33554432000 4194304 4196468 140729416870416 140098579546176 140098575342998 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8662] ppid=8656 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/8659/task/8662/stat : 8662 (java) S 8656 8659 7915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80476951 26732023808 21202 33554432000 4194304 4196468 140729416870416 140098133895952 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8663] ppid=8656 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/8659/task/8663/stat : 8663 (java) S 8656 8659 7915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80476951 26732023808 21202 33554432000 4194304 4196468 140729416870416 140098132843408 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8664] ppid=8656 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/8659/task/8664/stat : 8664 (java) S 8656 8659 7915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80476951 26732023808 21202 33554432000 4194304 4196468 140729416870416 140098131790864 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8665] ppid=8656 vsize=26105492 memory=792 CPUtime=0 cores=0-7
/proc/8659/task/8665/stat : 8665 (java) S 8656 8659 7915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80476951 26732023808 21202 33554432000 4194304 4196468 140729416870416 140098130738320 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8666] ppid=8656 vsize=26105492 memory=1716 CPUtime=0 cores=0-7
/proc/8659/task/8666/stat : 8666 (java) S 8656 8659 7915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80476951 26732023808 21202 33554432000 4194304 4196468 140729416870416 140098129684752 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8667] ppid=8656 vsize=26105492 memory=1952 CPUtime=0 cores=0-7
/proc/8659/task/8667/stat : 8667 (java) S 8656 8659 7915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80476951 26732023808 21202 33554432000 4194304 4196468 140729416870416 140098128632208 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8668] ppid=8656 vsize=26105492 memory=8572 CPUtime=0 cores=0-7
/proc/8659/task/8668/stat : 8668 (java) S 8656 8659 7915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80476951 26732023808 21202 33554432000 4194304 4196468 140729416870416 140098127579664 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8669] ppid=8656 vsize=26105492 memory=15872 CPUtime=0 cores=0-7
/proc/8659/task/8669/stat : 8669 (java) S 8656 8659 7915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80476951 26732023808 21202 33554432000 4194304 4196468 140729416870416 140098126527120 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8670] ppid=8656 vsize=26105492 memory=4012 CPUtime=0 cores=0-7
/proc/8659/task/8670/stat : 8670 (java) S 8656 8659 7915 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 80476952 26732023808 21202 33554432000 4194304 4196468 140729416870416 140097250839024 140098575342210 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0

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

[pid=8659/tid=8673] ppid=8656 vsize=27386628 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/8659/task/8673/stat : 8673 (java) S 8656 8659 7915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 39 0 80476955 28043907072 907557 33554432000 4194304 4196468 140729416870416 140097247681232 140098575349659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8674] ppid=8656 vsize=27386628 memory=1228 CPUtime=4.37 cores=0-7
/proc/8659/task/8674/stat : 8674 (java) S 8656 8659 7915 0 -1 1077944384 17523 0 0 0 432 5 0 0 20 0 39 0 80476955 28043907072 907557 33554432000 4194304 4196468 140729416870416 140097246627824 140098575342210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8675] ppid=8656 vsize=27386628 memory=1428 CPUtime=4.34 cores=0-7
/proc/8659/task/8675/stat : 8675 (java) S 8656 8659 7915 0 -1 1077944384 17842 0 0 0 430 4 0 0 20 0 39 0 80476955 28043907072 907557 33554432000 4194304 4196468 140729416870416 140097245575280 140098575342210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8676] ppid=8656 vsize=27386628 memory=1196 CPUtime=4.38 cores=0-7
/proc/8659/task/8676/stat : 8676 (java) S 8656 8659 7915 0 -1 1077944384 17530 0 0 0 433 5 0 0 20 0 39 0 80476955 28043907072 907557 33554432000 4194304 4196468 140729416870416 140097244522736 140098575342210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8677] ppid=8656 vsize=27386628 memory=5788 CPUtime=2.13 cores=0-7
/proc/8659/task/8677/stat : 8677 (java) S 8656 8659 7915 0 -1 1077944384 29781 0 0 0 206 7 0 0 20 0 39 0 80476955 28043907072 907557 33554432000 4194304 4196468 140729416870416 140097243470192 140098575342210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8678] ppid=8656 vsize=27386628 memory=4616 CPUtime=0 cores=0-7
/proc/8659/task/8678/stat : 8678 (java) S 8656 8659 7915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 39 0 80476956 28043907072 907557 33554432000 4194304 4196468 140729416870416 140097242417888 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8679] ppid=8656 vsize=27386628 memory=3632792 CPUtime=0.69 cores=0-7
/proc/8659/task/8679/stat : 8679 (java) S 8656 8659 7915 0 -1 1077944384 4005 0 0 0 45 24 0 0 20 0 39 0 80476956 28043907072 907557 33554432000 4194304 4196468 140729416870416 140097241365424 140098575342210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 26 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8680] ppid=8656 vsize=27386628 memory=1296 CPUtime=0 cores=0-7
/proc/8659/task/8680/stat : 8680 (java) S 8656 8659 7915 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 39 0 80477751 28043907072 907557 33554432000 4194304 4196468 140729416870416 140097225823488 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8681] ppid=8656 vsize=27386628 memory=2412 CPUtime=1.92 cores=0-7
/proc/8659/task/8681/stat : 8681 (java) S 8656 8659 7915 0 -1 1077944384 10050 0 0 0 96 96 0 0 20 0 39 0 80477767 28043907072 907557 33554432000 4194304 4196468 140729416870416 140097222674080 140098575342210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8682] ppid=8656 vsize=27386628 memory=1724 CPUtime=2488.68 cores=0-7
/proc/8659/task/8682/stat : 8682 (java) R 8656 8659 7915 0 -1 4202560 66621 0 0 0 248808 60 0 0 20 0 39 0 80477780 28043907072 907557 33554432000 4194304 4196468 140729416870416 140097221614288 140098228869986 0 4 0 16800975 0 0 0 -1 3 0 0 12 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8683] ppid=8656 vsize=27386628 memory=3632792 CPUtime=2481.63 cores=0-7
/proc/8659/task/8683/stat : 8683 (java) R 8656 8659 7915 0 -1 4202560 66587 0 0 0 248110 53 0 0 20 0 39 0 80477781 28043907072 907557 33554432000 4194304 4196468 140729416870416 140097218465824 140098214177268 0 4 0 16800975 0 0 0 -1 7 0 0 22 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8684] ppid=8656 vsize=27386628 memory=0 CPUtime=0.56 cores=0-7
/proc/8659/task/8684/stat : 8684 (java) S 8656 8659 7915 0 -1 1077944384 382 0 0 0 56 0 0 0 20 0 39 0 80477781 28043907072 907557 33554432000 4194304 4196468 140729416870416 140097217418160 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8685] ppid=8656 vsize=27386628 memory=3632280 CPUtime=2495.39 cores=0-7
/proc/8659/task/8685/stat : 8685 (java) R 8656 8659 7915 0 -1 4202560 68338 0 0 0 249488 51 0 0 20 0 39 0 80477781 28043907072 907557 33554432000 4194304 4196468 140729416870416 140097216358440 140098214651936 0 4 0 16800975 0 0 0 -1 6 0 0 25 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8686] ppid=8656 vsize=27386628 memory=1151 CPUtime=0.54 cores=0-7
/proc/8659/task/8686/stat : 8686 (java) S 8656 8659 7915 0 -1 1077944384 354 0 0 0 54 0 0 0 20 0 39 0 80477781 28043907072 907557 33554432000 4194304 4196468 140729416870416 140097215313072 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8687] ppid=8656 vsize=27386628 memory=1151 CPUtime=2485.47 cores=0-7
/proc/8659/task/8687/stat : 8687 (java) R 8656 8659 7915 0 -1 4202560 67050 0 0 0 248494 53 0 0 20 0 39 0 80477788 28043907072 907557 33554432000 4194304 4196468 140729416870416 140097214253216 140098214177268 0 4 0 16800975 0 0 0 -1 1 0 0 28 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8688] ppid=8656 vsize=27386628 memory=434 CPUtime=0.54 cores=0-7
/proc/8659/task/8688/stat : 8688 (java) S 8656 8659 7915 0 -1 1077944384 264 0 0 0 54 0 0 0 20 0 39 0 80477788 28043907072 907557 33554432000 4194304 4196468 140729416870416 140097213207984 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8689] ppid=8656 vsize=27386628 memory=438 CPUtime=2490.29 cores=0-7
/proc/8659/task/8689/stat : 8689 (java) R 8656 8659 7915 0 -1 4202560 67948 0 0 0 248969 60 0 0 20 0 39 0 80477789 28043907072 907557 33554432000 4194304 4196468 140729416870416 140097212149576 140098214177113 0 4 0 16800975 0 0 0 -1 4 0 0 26 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8690] ppid=8656 vsize=27386628 memory=213 CPUtime=2490.59 cores=0-7
/proc/8659/task/8690/stat : 8690 (java) R 8656 8659 7915 0 -1 4202560 75127 0 0 0 248993 66 0 0 20 0 39 0 80477789 28043907072 907557 33554432000 4194304 4196468 140729416870416 140097211094648 140098214177268 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8691] ppid=8656 vsize=27386628 memory=0 CPUtime=0 cores=0-7
/proc/8659/task/8691/stat : 8691 (java) S 8656 8659 7915 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 39 0 80477790 28043907072 907557 33554432000 4194304 4196468 140729416870416 140097210049328 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8692] ppid=8656 vsize=27386628 memory=69 CPUtime=2482.48 cores=0-7
/proc/8659/task/8692/stat : 8692 (java) R 8656 8659 7915 0 -1 4202560 67009 0 0 0 248192 56 0 0 20 0 39 0 80477791 28043907072 907557 33554432000 4194304 4196468 140729416870416 140097208989472 140098213270692 0 4 0 16800975 0 0 0 -1 0 0 0 27 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8693] ppid=8656 vsize=27386628 memory=0 CPUtime=0 cores=0-7
/proc/8659/task/8693/stat : 8693 (java) S 8656 8659 7915 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 39 0 80478395 28043907072 907557 33554432000 4194304 4196468 140729416870416 140097207944240 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8694] ppid=8656 vsize=27386628 memory=190 CPUtime=2488.62 cores=0-7
/proc/8659/task/8694/stat : 8694 (java) R 8656 8659 7915 0 -1 4202560 64154 0 0 0 248802 60 0 0 20 0 39 0 80478395 28043907072 907557 33554432000 4194304 4196468 140729416870416 140097206884384 140098214177268 0 4 0 16800975 0 0 0 -1 2 0 0 19 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8695] ppid=8656 vsize=27386628 memory=247646 CPUtime=0 cores=0-7
/proc/8659/task/8695/stat : 8695 (java) S 8656 8659 7915 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 39 0 80478395 28043907072 907557 33554432000 4194304 4196468 140729416870416 140097205839152 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8696] ppid=8656 vsize=27386628 memory=246932 CPUtime=0 cores=0-7
/proc/8659/task/8696/stat : 8696 (java) S 8656 8659 7915 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 39 0 80478395 28043907072 907557 33554432000 4194304 4196468 140729416870416 140097204786608 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8697] ppid=8656 vsize=27386628 memory=56 CPUtime=0 cores=0-7
/proc/8659/task/8697/stat : 8697 (java) S 8656 8659 7915 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 39 0 80478395 28043907072 907557 33554432000 4194304 4196468 140729416870416 140097203734064 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8698] ppid=8656 vsize=27386628 memory=1724 CPUtime=0 cores=0-7
/proc/8659/task/8698/stat : 8698 (java) S 8656 8659 7915 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 39 0 80478395 28043907072 907557 33554432000 4194304 4196468 140729416870416 140096934240944 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
Current children cumulated CPU time: 20024.5 s
Current children cumulated vsize: 27386628 KiB
Current children cumulated memory: 3630228 KiB

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

[startup+2520.33 s]
# the end of solver process 8659 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20009.6 s, system=17.1815 s

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

[startup+2520.2 s]
/proc/loadavg: 9.09 8.82 8.72 9/218 8743
/proc/meminfo: memFree=16628984/32770624 swapFree=67108860/67108860
[pid=8659] ppid=8656 vsize=27588376 memory=3632112 CPUtime=20026 cores=0-7
/proc/8659/stat : 8659 (java) S 8656 8659 7915 0 -1 1077944320 1855479 0 0 0 2000882 1714 0 0 20 0 44 0 80476949 28250497024 908028 33554432000 4194304 4196468 140729416870416 140729416852960 140098575331063 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
/proc/8659/statm: 6897094 908028 3646 1 0 6858644 0
[pid=8659/tid=8661] ppid=8656 vsize=27588376 memory=1428 CPUtime=7.48 cores=0-7
/proc/8659/task/8661/stat : 8661 (java) S 8656 8659 7915 0 -1 1077944384 26855 0 0 0 734 14 0 0 20 0 44 0 80476950 28250497024 908028 33554432000 4194304 4196468 140729416870416 140098579568528 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8662] ppid=8656 vsize=27588376 memory=1196 CPUtime=11.6 cores=0-7
/proc/8659/task/8662/stat : 8662 (java) S 8656 8659 7915 0 -1 1077944384 136539 0 0 0 1010 150 0 0 20 0 44 0 80476951 28250497024 908028 33554432000 4194304 4196468 140729416870416 140098133895952 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 96 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8663] ppid=8656 vsize=27588376 memory=5788 CPUtime=11.56 cores=0-7
/proc/8659/task/8663/stat : 8663 (java) S 8656 8659 7915 0 -1 1077944384 142610 0 0 0 1009 147 0 0 20 0 44 0 80476951 28250497024 908028 33554432000 4194304 4196468 140729416870416 140098132843408 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 97 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8664] ppid=8656 vsize=27588376 memory=4616 CPUtime=11.5 cores=0-7
/proc/8659/task/8664/stat : 8664 (java) S 8656 8659 7915 0 -1 1077944384 132335 0 0 0 1005 145 0 0 20 0 44 0 80476951 28250497024 908028 33554432000 4194304 4196468 140729416870416 140098131790864 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 99 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8665] ppid=8656 vsize=27588376 memory=12032 CPUtime=11.55 cores=0-7
/proc/8659/task/8665/stat : 8665 (java) S 8656 8659 7915 0 -1 1077944384 137136 0 0 0 1002 153 0 0 20 0 44 0 80476951 28250497024 908028 33554432000 4194304 4196468 140729416870416 140098130738320 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 96 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8666] ppid=8656 vsize=27588376 memory=1008 CPUtime=11.57 cores=0-7
/proc/8659/task/8666/stat : 8666 (java) S 8656 8659 7915 0 -1 1077944384 151298 0 0 0 1004 153 0 0 20 0 44 0 80476951 28250497024 908028 33554432000 4194304 4196468 140729416870416 140098129684752 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 97 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8667] ppid=8656 vsize=27588376 memory=792 CPUtime=11.58 cores=0-7
/proc/8659/task/8667/stat : 8667 (java) S 8656 8659 7915 0 -1 1077944384 135545 0 0 0 1011 147 0 0 20 0 44 0 80476951 28250497024 908028 33554432000 4194304 4196468 140729416870416 140098128632208 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 94 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8668] ppid=8656 vsize=27588376 memory=1716 CPUtime=11.52 cores=0-7
/proc/8659/task/8668/stat : 8668 (java) S 8656 8659 7915 0 -1 1077944384 148046 0 0 0 1009 143 0 0 20 0 44 0 80476951 28250497024 908028 33554432000 4194304 4196468 140729416870416 140098127579664 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 101 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8669] ppid=8656 vsize=27588376 memory=1952 CPUtime=11.47 cores=0-7
/proc/8659/task/8669/stat : 8669 (java) S 8656 8659 7915 0 -1 1077944384 138642 0 0 0 1001 146 0 0 20 0 44 0 80476951 28250497024 908028 33554432000 4194304 4196468 140729416870416 140098126527120 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 99 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8670] ppid=8656 vsize=27588376 memory=8572 CPUtime=1.78 cores=0-7
/proc/8659/task/8670/stat : 8670 (java) S 8656 8659 7915 0 -1 1077944384 58663 0 0 0 154 24 0 0 20 0 44 0 80476952 28250497024 908028 33554432000 4194304 4196468 140729416870416 140097250839024 140098575342210 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8671] ppid=8656 vsize=27588376 memory=3631256 CPUtime=0 cores=0-7
/proc/8659/task/8671/stat : 8671 (java) S 8656 8659 7915 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 44 0 80476953 28250497024 908028 33554432000 4194304 4196468 140729416870416 140097249785312 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8672] ppid=8656 vsize=27588376 memory=301741373374332954 CPUtime=0 cores=0-7
/proc/8659/task/8672/stat : 8672 (java) S 8656 8659 7915 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 44 0 80476953 28250497024 908028 33554432000 4194304 4196468 140729416870416 140097248732672 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8673] ppid=8656 vsize=27588376 memory=288230583166042426 CPUtime=0 cores=0-7
/proc/8659/task/8673/stat : 8673 (java) S 8656 8659 7915 0 -1 1077944384 202 0 0 0 0 0 0 0 20 0 44 0 80476955 28250497024 908028 33554432000 4194304 4196468 140729416870416 140097247681232 140098575349659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8674] ppid=8656 vsize=27588376 memory=13572582825790009 CPUtime=4.38 cores=0-7
/proc/8659/task/8674/stat : 8674 (java) R 8656 8659 7915 0 -1 4202560 17736 0 0 0 433 5 0 0 20 0 44 0 80476955 28250497024 908028 33554432000 4194304 4196468 140729416870416 140097246627824 140098556874786 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8675] ppid=8656 vsize=27588376 memory=916 CPUtime=4.34 cores=0-7
/proc/8659/task/8675/stat : 8675 (java) S 8656 8659 7915 0 -1 1077944384 17842 0 0 0 430 4 0 0 20 0 44 0 80476955 28250497024 908028 33554432000 4194304 4196468 140729416870416 140097245575280 140098575342210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8676] ppid=8656 vsize=27588376 memory=4408 CPUtime=4.38 cores=0-7
/proc/8659/task/8676/stat : 8676 (java) R 8656 8659 7915 0 -1 1077944384 17530 0 0 0 433 5 0 0 20 0 44 0 80476955 28250497024 908028 33554432000 4194304 4196468 140729416870416 140097244522736 140098575342210 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8677] ppid=8656 vsize=27588376 memory=4104 CPUtime=2.15 cores=0-7
/proc/8659/task/8677/stat : 8677 (java) S 8656 8659 7915 0 -1 1077944384 31700 0 0 0 208 7 0 0 20 0 44 0 80476955 28250497024 908028 33554432000 4194304 4196468 140729416870416 140097243470192 140098575342210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8678] ppid=8656 vsize=27588376 memory=1408 CPUtime=0 cores=0-7
/proc/8659/task/8678/stat : 8678 (java) S 8656 8659 7915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 44 0 80476956 28250497024 908028 33554432000 4194304 4196468 140729416870416 140097242417888 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8679] ppid=8656 vsize=27588376 memory=1800 CPUtime=0.69 cores=0-7
/proc/8659/task/8679/stat : 8679 (java) S 8656 8659 7915 0 -1 1077944384 4005 0 0 0 45 24 0 0 20 0 44 0 80476956 28250497024 908028 33554432000 4194304 4196468 140729416870416 140097241365424 140098575342210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 26 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8680] ppid=8656 vsize=27588376 memory=916 CPUtime=0 cores=0-7
/proc/8659/task/8680/stat : 8680 (java) S 8656 8659 7915 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 44 0 80477751 28250497024 908028 33554432000 4194304 4196468 140729416870416 140097225823488 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8681] ppid=8656 vsize=27588376 memory=4408 CPUtime=1.94 cores=0-7
/proc/8659/task/8681/stat : 8681 (java) S 8656 8659 7915 0 -1 1077944384 10072 0 0 0 96 98 0 0 20 0 44 0 80477767 28250497024 908028 33554432000 4194304 4196468 140729416870416 140097222673968 140098575342210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8682] ppid=8656 vsize=27588376 memory=4104 CPUtime=2488.86 cores=0-7
/proc/8659/task/8682/stat : 8682 (java) R 8656 8659 7915 0 -1 4202560 66639 0 0 0 248826 60 0 0 20 0 44 0 80477780 28250497024 908028 33554432000 4194304 4196468 140729416870416 140097221614536 140098228870293 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8683] ppid=8656 vsize=27588376 memory=1408 CPUtime=2481.81 cores=0-7
/proc/8659/task/8683/stat : 8683 (java) R 8656 8659 7915 0 -1 4202560 66605 0 0 0 248128 53 0 0 20 0 44 0 80477781 28250497024 908028 33554432000 4194304 4196468 140729416870416 140097218464840 140098214177268 0 4 0 16800975 0 0 0 -1 7 0 0 22 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8684] ppid=8656 vsize=27588376 memory=4260 CPUtime=0.57 cores=0-7
/proc/8659/task/8684/stat : 8684 (java) S 8656 8659 7915 0 -1 1077944384 420 0 0 0 57 0 0 0 20 0 44 0 80477781 28250497024 908028 33554432000 4194304 4196468 140729416870416 140097217412368 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8685] ppid=8656 vsize=27588376 memory=3631768 CPUtime=2495.58 cores=0-7
/proc/8659/task/8685/stat : 8685 (java) R 8656 8659 7915 0 -1 4202560 68356 0 0 0 249507 51 0 0 20 0 44 0 80477781 28250497024 908028 33554432000 4194304 4196468 140729416870416 140097216359752 140098228470271 0 4 0 16800975 0 0 0 -1 0 0 0 25 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8686] ppid=8656 vsize=27588376 memory=4616 CPUtime=0.54 cores=0-7
/proc/8659/task/8686/stat : 8686 (java) S 8656 8659 7915 0 -1 1077944384 375 0 0 0 54 0 0 0 20 0 44 0 80477781 28250497024 908028 33554432000 4194304 4196468 140729416870416 140097215313072 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8687] ppid=8656 vsize=27588376 memory=12032 CPUtime=2485.64 cores=0-7
/proc/8659/task/8687/stat : 8687 (java) R 8656 8659 7915 0 -1 4202560 67068 0 0 0 248511 53 0 0 20 0 44 0 80477788 28250497024 908028 33554432000 4194304 4196468 140729416870416 140097214254664 140098228964528 0 4 0 16800975 0 0 0 -1 1 0 0 28 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8688] ppid=8656 vsize=27588376 memory=1008 CPUtime=0.55 cores=0-7
/proc/8659/task/8688/stat : 8688 (java) R 8656 8659 7915 0 -1 1077944384 659 0 0 0 55 0 0 0 20 0 44 0 80477788 28250497024 908028 33554432000 4194304 4196468 140729416870416 140097213207984 140098575341269 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8689] ppid=8656 vsize=27588376 memory=792 CPUtime=2490.47 cores=0-7
/proc/8659/task/8689/stat : 8689 (java) R 8656 8659 7915 0 -1 4202560 67966 0 0 0 248987 60 0 0 20 0 44 0 80477789 28250497024 908028 33554432000 4194304 4196468 140729416870416 140097212149576 140098218541952 0 4 0 16800975 0 0 0 -1 2 0 0 26 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8690] ppid=8656 vsize=27588376 memory=1716 CPUtime=2490.74 cores=0-7
/proc/8659/task/8690/stat : 8690 (java) R 8656 8659 7915 0 -1 4202560 75146 0 0 0 249008 66 0 0 20 0 44 0 80477789 28250497024 908028 33554432000 4194304 4196468 140729416870416 140097211096008 140098228870293 0 4 0 16800975 0 0 0 -1 3 0 0 23 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8691] ppid=8656 vsize=27588376 memory=1952 CPUtime=0 cores=0-7
/proc/8659/task/8691/stat : 8691 (java) R 8656 8659 7915 0 -1 1077944384 166 0 0 0 0 0 0 0 20 0 44 0 80477790 28250497024 908028 33554432000 4194304 4196468 140729416870416 140097210049328 140098575341269 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8692] ppid=8656 vsize=27588376 memory=8572 CPUtime=2482.65 cores=0-7
/proc/8659/task/8692/stat : 8692 (java) R 8656 8659 7915 0 -1 4202560 67029 0 0 0 248209 56 0 0 20 0 44 0 80477791 28250497024 908028 33554432000 4194304 4196468 140729416870416 140097208991128 140098216126929 0 4 0 16800975 0 0 0 -1 6 0 0 27 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8693] ppid=8656 vsize=27588376 memory=15872 CPUtime=0 cores=0-7
/proc/8659/task/8693/stat : 8693 (java) S 8656 8659 7915 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 44 0 80478395 28250497024 908028 33554432000 4194304 4196468 140729416870416 140097207944240 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8694] ppid=8656 vsize=27588376 memory=4012 CPUtime=2488.81 cores=0-7
/proc/8659/task/8694/stat : 8694 (java) R 8656 8659 7915 0 -1 4202560 64172 0 0 0 248821 60 0 0 20 0 44 0 80478395 28250497024 908028 33554432000 4194304 4196468 140729416870416 140097206885696 140098229322511 0 4 0 16800975 0 0 0 -1 4 0 0 19 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8695] ppid=8656 vsize=27588376 memory=13924 CPUtime=0 cores=0-7
/proc/8659/task/8695/stat : 8695 (java) S 8656 8659 7915 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 44 0 80478395 28250497024 908028 33554432000 4194304 4196468 140729416870416 140097205839152 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8696] ppid=8656 vsize=27588376 memory=18484 CPUtime=0 cores=0-7
/proc/8659/task/8696/stat : 8696 (java) S 8656 8659 7915 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 44 0 80478395 28250497024 908028 33554432000 4194304 4196468 140729416870416 140097204786608 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8697] ppid=8656 vsize=27588376 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/8659/task/8697/stat : 8697 (java) S 8656 8659 7915 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 44 0 80478395 28250497024 908028 33554432000 4194304 4196468 140729416870416 140097203730336 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
[pid=8659/tid=8698] ppid=8656 vsize=27588376 memory=-6352670695520954746 CPUtime=0.01 cores=0-7
/proc/8659/task/8698/stat : 8698 (java) S 8656 8659 7915 0 -1 1077944384 525 0 0 0 1 0 0 0 20 0 44 0 80478395 28250497024 908028 33554432000 4194304 4196468 140729416870416 140096934240944 140098575341269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18083840 140729416873037 140729416873221 140729416873221 140729416875983 0
Current children cumulated CPU time: 20026 s
Current children cumulated vsize: 27588376 KiB
Current children cumulated memory: 3632112 KiB

[startup+2520.3 s]*
/proc/loadavg: 9.09 8.82 8.72 2/181 8750
/proc/meminfo: memFree=17096808/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.33
CPU time (s): 20026.7
CPU user time (s): 20009.6
CPU system time (s): 17.1815
CPU usage (%): 794.607
Max. virtual memory (cumulated for all children) (KiB): 27588376
Max. memory (cumulated for all children) (KiB): 4524436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20009.6
system time used= 17.1815
maximum resident set size= 4524436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1856248
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 368330
involuntary context switches= 424655


# summary of solver processes directly reported to runsolver:
#   pid: 8659
#   total CPU time (s): 20026.7
#   total CPU user time (s): 20009.6
#   total CPU system time (s): 17.1815

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 23.4205 second user time and 34.2626 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-26 20:18:58
IDJOB=4291116
IDBENCH=141061
IDSOLVER=2745
FILE ID=node103/4291116-1532629138
RUNJOBID= node103-1532623785-7942
PBS_JOBID= 21022032
Free space on /tmp= 56536 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-07-02
BENCH NAME= XCSP18/NurseRostering/NurseRostering-12_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291116-1532629138/watcher-4291116-1532629138 -o /tmp/evaluation-result-4291116-1532629138/solver-4291116-1532629138 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1532623785-7942 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1015792531 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291116-1532629138.xml

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

MD5SUM BENCH= 2a283c05e31c4b30f3ec3c3182bebd94
RANDOM SEED=1015792531

node103.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.48
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.48
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.48
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.48
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:        20255292 kB
MemAvailable:   31925208 kB
Buffers:          288604 kB
Cached:         11567652 kB
SwapCached:            0 kB
Active:          3884180 kB
Inactive:        8027284 kB
Active(anon):      57512 kB
Inactive(anon):    25180 kB
Active(file):    3826668 kB
Inactive(file):  8002104 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             36640 kB
Writeback:             0 kB
AnonPages:         72236 kB
Mapped:            40832 kB
Shmem:             25228 kB
Slab:             297336 kB
SReclaimable:     269604 kB
SUnreclaim:        27732 kB
KernelStack:        3520 kB
PageTables:         5844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56500 MiB
End job on node103 at 2018-07-26 21:00:58