Trace number 4239932

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
R1: Mistral-2.0 2017-06-28? (TO) 2400.04 2400.2

General information on the benchmark

NameColouredQueens/ColouredQueens-m1-s1/
ColouredQueens-12.xml
MD5SUM130c0e53e5c1e074e18659561dd41fce
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints66
Number of domains1
Minimum domain size12
Maximum domain size12
Distribution of domain sizes[{"size":12,"count":144}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":140}]
Minimum constraint arity2
Maximum constraint arity12
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":26}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":66}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c Mistral-2017-06-28
2400.02/2400.20	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4239932-1500623786/watcher-4239932-1500623786 -o /tmp/evaluation-result-4239932-1500623786/solver-4239932-1500623786 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node115-1500623785-5697 --watchdog 2560 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 456730168 HOME/instance-4239932-1500623786.xml 

pid=5719
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.01 0.05 3/184 5722
/proc/meminfo: memFree=30103780/32770624 swapFree=6176/1800428
[pid=5722] ppid=5719 vsize=28936 CPUtime=0 cores=0,2,4,6
/proc/5722/stat : 5722 (MistralXCSP) R 5719 5722 5666 0 -1 4202496 1041 0 0 0 0 0 0 0 20 0 1 0 17014065 29630464 867 33554432000 4194304 7402444 140731344461872 140731344453176 140145259887589 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 9500608 9505824 23355392 140731344463017 140731344463166 140731344463166 140731344465865 0
/proc/5722/statm: 7234 867 651 784 0 248 0

[startup+0.100172 s]
/proc/loadavg: 0.00 0.01 0.05 3/184 5722
/proc/meminfo: memFree=30103780/32770624 swapFree=6176/1800428
[pid=5722] ppid=5719 vsize=29332 CPUtime=0.09 cores=0,2,4,6
/proc/5722/stat : 5722 (MistralXCSP) R 5719 5722 5666 0 -1 4202496 1185 0 0 0 9 0 0 0 20 0 1 0 17014065 30035968 999 33554432000 4194304 7402444 140731344461872 140731344456232 4378957 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 23355392 140731344463017 140731344463166 140731344463166 140731344465865 0
/proc/5722/statm: 7333 999 685 784 0 347 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29332

[startup+0.200343 s]
/proc/loadavg: 0.00 0.01 0.05 3/184 5722
/proc/meminfo: memFree=30103780/32770624 swapFree=6176/1800428
[pid=5722] ppid=5719 vsize=29332 CPUtime=0.19 cores=0,2,4,6
/proc/5722/stat : 5722 (MistralXCSP) R 5719 5722 5666 0 -1 4202496 1185 0 0 0 19 0 0 0 20 0 1 0 17014065 30035968 999 33554432000 4194304 7402444 140731344461872 140731344456232 4379086 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 23355392 140731344463017 140731344463166 140731344463166 140731344465865 0
/proc/5722/statm: 7333 999 685 784 0 347 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 29332

[startup+0.300317 s]
/proc/loadavg: 0.00 0.01 0.05 3/184 5722
/proc/meminfo: memFree=30103780/32770624 swapFree=6176/1800428
[pid=5722] ppid=5719 vsize=29332 CPUtime=0.29 cores=0,2,4,6
/proc/5722/stat : 5722 (MistralXCSP) R 5719 5722 5666 0 -1 4202496 1185 0 0 0 29 0 0 0 20 0 1 0 17014065 30035968 999 33554432000 4194304 7402444 140731344461872 140731344456232 4747314 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 23355392 140731344463017 140731344463166 140731344463166 140731344465865 0
/proc/5722/statm: 7333 999 685 784 0 347 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29332

[startup+0.700274 s]
/proc/loadavg: 0.00 0.01 0.05 3/184 5722
/proc/meminfo: memFree=30103780/32770624 swapFree=6176/1800428
[pid=5722] ppid=5719 vsize=29332 CPUtime=0.69 cores=0,2,4,6
/proc/5722/stat : 5722 (MistralXCSP) R 5719 5722 5666 0 -1 4202496 1185 0 0 0 69 0 0 0 20 0 1 0 17014065 30035968 999 33554432000 4194304 7402444 140731344461872 140731344456232 4378027 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 23355392 140731344463017 140731344463166 140731344463166 140731344465865 0
/proc/5722/statm: 7333 999 685 784 0 347 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29332

[startup+1.50028 s]
/proc/loadavg: 0.00 0.01 0.05 3/188 5729
/proc/meminfo: memFree=30102096/32770624 swapFree=6176/1800436
[pid=5722] ppid=5719 vsize=29332 CPUtime=1.49 cores=0,2,4,6
/proc/5722/stat : 5722 (MistralXCSP) R 5719 5722 5666 0 -1 4202496 1185 0 0 0 149 0 0 0 20 0 1 0 17014065 30035968 999 33554432000 4194304 7402444 140731344461872 140731344456232 4378960 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 23355392 140731344463017 140731344463166 140731344463166 140731344465865 0
/proc/5722/statm: 7333 999 685 784 0 347 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29332

[startup+3.10028 s]
/proc/loadavg: 0.00 0.01 0.05 3/188 5729
/proc/meminfo: memFree=30101724/32770624 swapFree=6176/1800436
[pid=5722] ppid=5719 vsize=29332 CPUtime=3.09 cores=0,2,4,6
/proc/5722/stat : 5722 (MistralXCSP) R 5719 5722 5666 0 -1 4202496 1374 0 0 0 309 0 0 0 20 0 1 0 17014065 30035968 1016 33554432000 4194304 7402444 140731344461872 140731344456232 4379081 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 23355392 140731344463017 140731344463166 140731344463166 140731344465865 0
/proc/5722/statm: 7333 1016 692 784 0 347 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29332

[startup+6.30027 s]
/proc/loadavg: 0.08 0.03 0.05 3/188 5729
/proc/meminfo: memFree=30101428/32770624 swapFree=6176/1800444
[pid=5722] ppid=5719 vsize=29332 CPUtime=6.29 cores=0,2,4,6
/proc/5722/stat : 5722 (MistralXCSP) R 5719 5722 5666 0 -1 4202496 1563 0 0 0 629 0 0 0 20 0 1 0 17014065 30035968 1016 33554432000 4194304 7402444 140731344461872 140731344456232 4378367 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 23355392 140731344463017 140731344463166 140731344463166 140731344465865 0
/proc/5722/statm: 7333 1016 692 784 0 347 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29332

[startup+12.7003 s]
/proc/loadavg: 0.24 0.06 0.06 3/188 5729
/proc/meminfo: memFree=30100812/32770624 swapFree=6176/1800452
[pid=5722] ppid=5719 vsize=29332 CPUtime=12.69 cores=0,2,4,6
/proc/5722/stat : 5722 (MistralXCSP) R 5719 5722 5666 0 -1 4202496 1753 0 0 0 1269 0 0 0 20 0 1 0 17014065 30035968 1016 33554432000 4194304 7402444 140731344461872 140731344456232 5874846 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 23355392 140731344463017 140731344463166 140731344463166 140731344465865 0
/proc/5722/statm: 7333 1016 692 784 0 347 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29332

[startup+25.5003 s]
/proc/loadavg: 0.63 0.16 0.09 3/188 5729
/proc/meminfo: memFree=30100736/32770624 swapFree=6176/1800460
[pid=5722] ppid=5719 vsize=29332 CPUtime=25.49 cores=0,2,4,6
/proc/5722/stat : 5722 (MistralXCSP) R 5719 5722 5666 0 -1 4202496 2126 0 0 0 2549 0 0 0 20 0 1 0 17014065 30035968 1016 33554432000 4194304 7402444 140731344461872 140731344456232 4378389 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 23355392 140731344463017 140731344463166 140731344463166 140731344465865 0
/proc/5722/statm: 7333 1016 692 784 0 347 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 29332

[startup+51.1003 s]
/proc/loadavg: 1.10 0.31 0.14 3/188 5729
/proc/meminfo: memFree=30100940/32770624 swapFree=6176/1800476
[pid=5722] ppid=5719 vsize=29332 CPUtime=51.09 cores=0,2,4,6
/proc/5722/stat : 5722 (MistralXCSP) R 5719 5722 5666 0 -1 4202496 2326 0 0 0 5109 0 0 0 20 0 1 0 17014065 30035968 1020 33554432000 4194304 7402444 140731344461872 140731344456232 4378337 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 23355392 140731344463017 140731344463166 140731344463166 140731344465865 0
/proc/5722/statm: 7333 1020 692 784 0 347 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 29332

[startup+102.3 s]
/proc/loadavg: 1.61 0.57 0.24 3/188 5731
/proc/meminfo: memFree=30100800/32770624 swapFree=6176/1800504
[pid=5722] ppid=5719 vsize=29332 CPUtime=102.28 cores=0,2,4,6
/proc/5722/stat : 5722 (MistralXCSP) R 5719 5722 5666 0 -1 4202496 2516 0 0 0 10228 0 0 0 20 0 1 0 17014065 30035968 1020 33554432000 4194304 7402444 140731344461872 140731344456232 4378673 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 23355392 140731344463017 140731344463166 140731344463166 140731344465865 0
/proc/5722/statm: 7333 1020 692 784 0 347 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 29332

[startup+162.3 s]
/proc/loadavg: 1.86 0.83 0.35 3/188 5732
/proc/meminfo: memFree=30100624/32770624 swapFree=6176/1800532
[pid=5722] ppid=5719 vsize=29332 CPUtime=162.28 cores=0,2,4,6
/proc/5722/stat : 5722 (MistralXCSP) R 5719 5722 5666 0 -1 4202496 2707 0 0 0 16228 0 0 0 20 0 1 0 17014065 30035968 1020 33554432000 4194304 7402444 140731344461872 140731344456232 4379440 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 23355392 140731344463017 140731344463166 140731344463166 140731344465865 0
/proc/5722/statm: 7333 1020 692 784 0 347 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 29332

[startup+222.3 s]
/proc/loadavg: 1.99 1.06 0.46 3/188 5740
/proc/meminfo: memFree=30098972/32770624 swapFree=6176/1800556
[pid=5722] ppid=5719 vsize=29332 CPUtime=222.27 cores=0,2,4,6
/proc/5722/stat : 5722 (MistralXCSP) R 5719 5722 5666 0 -1 4202496 2897 0 0 0 22227 0 0 0 20 0 1 0 17014065 30035968 1020 33554432000 4194304 7402444 140731344461872 140731344456232 4529236 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 23355392 140731344463017 140731344463166 140731344463166 140731344465865 0
/proc/5722/statm: 7333 1020 692 784 0 347 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 29332

[startup+282.3 s]
/proc/loadavg: 2.05 1.24 0.56 3/188 5763
/proc/meminfo: memFree=30098272/32770624 swapFree=6176/1800584
[pid=5722] ppid=5719 vsize=29332 CPUtime=282.27 cores=0,2,4,6
/proc/5722/stat : 5722 (MistralXCSP) R 5719 5722 5666 0 -1 4202496 3082 0 0 0 28227 0 0 0 20 0 1 0 17014065 30035968 1020 33554432000 4194304 7402444 140731344461872 140731344456232 4378824 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 23355392 140731344463017 140731344463166 140731344463166 140731344465865 0
/proc/5722/statm: 7333 1020 692 784 0 347 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 29332

[startup+342.3 s]
/proc/loadavg: 2.02 1.38 0.65 3/187 5764
/proc/meminfo: memFree=30098952/32770624 swapFree=6176/1800620
[pid=5722] ppid=5719 vsize=29332 CPUtime=342.27 cores=0,2,4,6
/proc/5722/stat : 5722 (MistralXCSP) R 5719 5722 5666 0 -1 4202496 3267 0 0 0 34227 0 0 0 20 0 1 0 17014065 30035968 1020 33554432000 4194304 7402444 140731344461872 140731344456232 4709390 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 23355392 140731344463017 140731344463166 140731344463166 140731344465865 0
/proc/5722/statm: 7333 1020 692 784 0 347 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 29332

[startup+402.3 s]
/proc/loadavg: 2.01 1.49 0.73 3/187 5765
/proc/meminfo: memFree=30099140/32770624 swapFree=6176/1800644
[pid=5722] ppid=5719 vsize=29332 CPUtime=402.26 cores=0,2,4,6
/proc/5722/stat : 5722 (MistralXCSP) R 5719 5722 5666 0 -1 4202496 3452 0 0 0 40226 0 0 0 20 0 1 0 17014065 30035968 1020 33554432000 4194304 7402444 140731344461872 140731344456232 4379371 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 23355392 140731344463017 140731344463166 140731344463166 140731344465865 0
/proc/5722/statm: 7333 1020 692 784 0 347 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 29332

[startup+462.306 s]
/proc/loadavg: 2.00 1.59 0.81 3/187 5766
/proc/meminfo: memFree=30099140/32770624 swapFree=6176/1800664
[pid=5722] ppid=5719 vsize=29332 CPUtime=462.26 cores=0,2,4,6
/proc/5722/stat : 5722 (MistralXCSP) R 5719 5722 5666 0 -1 4202496 3642 0 0 0 46226 0 0 0 20 0 1 0 17014065 30035968 1020 33554432000 4194304 7402444 140731344461872 140731344456232 4379005 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 23355392 140731344463017 140731344463166 140731344463166 140731344465865 0
/proc/5722/statm: 7333 1020 692 784 0 347 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 29332

[startup+522.3 s]
/proc/loadavg: 2.00 1.66 0.89 3/187 5767
/proc/meminfo: memFree=30099528/32770624 swapFree=6176/1800684
[pid=5722] ppid=5719 vsize=29332 CPUtime=522.25 cores=0,2,4,6
/proc/5722/stat : 5722 (MistralXCSP) R 5719 5722 5666 0 -1 4202496 3827 0 0 0 52225 0 0 0 20 0 1 0 17014065 30035968 1020 33554432000 4194304 7402444 140731344461872 140731344456232 5758736 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 23355392 140731344463017 140731344463166 140731344463166 140731344465865 0
/proc/5722/statm: 7333 1020 692 784 0 347 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 29332

[startup+582.3 s]
/proc/loadavg: 2.00 1.72 0.96 3/187 5768
/proc/meminfo: memFree=30099728/32770624 swapFree=6176/1800708
[pid=5722] ppid=5719 vsize=29332 CPUtime=582.25 cores=0,2,4,6
/proc/5722/stat : 5722 (MistralXCSP) R 5719 5722 5666 0 -1 4202496 4012 0 0 0 58225 0 0 0 20 0 1 0 17014065 30035968 1020 33554432000 4194304 7402444 140731344461872 140731344456232 4311257 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 23355392 140731344463017 140731344463166 140731344463166 140731344465865 0
/proc/5722/statm: 7333 1020 692 784 0 347 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 29332


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


[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.61 3/187 5797
/proc/meminfo: memFree=30090512/32770624 swapFree=6176/1801076
[pid=5722] ppid=5719 vsize=29332 CPUtime=1482.19 cores=0,2,4,6
/proc/5722/stat : 5722 (MistralXCSP) R 5719 5722 5666 0 -1 4202496 6787 0 0 0 148219 0 0 0 20 0 1 0 17014065 30035968 1020 33554432000 4194304 7402444 140731344461872 140731344456232 4748090 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 23355392 140731344463017 140731344463166 140731344463166 140731344465865 0
/proc/5722/statm: 7333 1020 692 784 0 347 0
Current children cumulated CPU time (s) 1482.19
Current children cumulated vsize (KiB) 29332

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.64 3/187 5798
/proc/meminfo: memFree=30091640/32770624 swapFree=6176/1801104
[pid=5722] ppid=5719 vsize=29332 CPUtime=1542.18 cores=0,2,4,6
/proc/5722/stat : 5722 (MistralXCSP) R 5719 5722 5666 0 -1 4202496 6972 0 0 0 154218 0 0 0 20 0 1 0 17014065 30035968 1020 33554432000 4194304 7402444 140731344461872 140731344456232 4378807 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 23355392 140731344463017 140731344463166 140731344463166 140731344465865 0
/proc/5722/statm: 7333 1020 692 784 0 347 0
Current children cumulated CPU time (s) 1542.18
Current children cumulated vsize (KiB) 29332

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.66 3/187 5799
/proc/meminfo: memFree=30091484/32770624 swapFree=6176/1801124
[pid=5722] ppid=5719 vsize=29332 CPUtime=1602.18 cores=0,2,4,6
/proc/5722/stat : 5722 (MistralXCSP) R 5719 5722 5666 0 -1 4202496 7157 0 0 0 160218 0 0 0 20 0 1 0 17014065 30035968 1020 33554432000 4194304 7402444 140731344461872 140731344456232 4378209 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 23355392 140731344463017 140731344463166 140731344463166 140731344465865 0
/proc/5722/statm: 7333 1020 692 784 0 347 0
Current children cumulated CPU time (s) 1602.18
Current children cumulated vsize (KiB) 29332

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.68 3/187 5800
/proc/meminfo: memFree=30091312/32770624 swapFree=6176/1801148
[pid=5722] ppid=5719 vsize=29332 CPUtime=1662.18 cores=0,2,4,6
/proc/5722/stat : 5722 (MistralXCSP) R 5719 5722 5666 0 -1 4202496 7342 0 0 0 166218 0 0 0 20 0 1 0 17014065 30035968 1020 33554432000 4194304 7402444 140731344461872 140731344456232 5758792 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 23355392 140731344463017 140731344463166 140731344463166 140731344465865 0
/proc/5722/statm: 7333 1020 692 784 0 347 0
Current children cumulated CPU time (s) 1662.18
Current children cumulated vsize (KiB) 29332

[startup+1722.3 s]
/proc/loadavg: 2.05 2.01 1.71 3/187 5802
/proc/meminfo: memFree=30090676/32770624 swapFree=6176/1801172
[pid=5722] ppid=5719 vsize=29332 CPUtime=1722.17 cores=0,2,4,6
/proc/5722/stat : 5722 (MistralXCSP) R 5719 5722 5666 0 -1 4202496 7532 0 0 0 172217 0 0 0 20 0 1 0 17014065 30035968 1020 33554432000 4194304 7402444 140731344461872 140731344456232 4377612 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 23355392 140731344463017 140731344463166 140731344463166 140731344465865 0
/proc/5722/statm: 7333 1020 692 784 0 347 0
Current children cumulated CPU time (s) 1722.17
Current children cumulated vsize (KiB) 29332

[startup+1782.31 s]
/proc/loadavg: 2.02 2.01 1.72 3/187 5803
/proc/meminfo: memFree=30090716/32770624 swapFree=6176/1801196
[pid=5722] ppid=5719 vsize=29332 CPUtime=1782.17 cores=0,2,4,6
/proc/5722/stat : 5722 (MistralXCSP) R 5719 5722 5666 0 -1 4202496 7717 0 0 0 178217 0 0 0 20 0 1 0 17014065 30035968 1020 33554432000 4194304 7402444 140731344461872 140731344456232 4379075 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 23355392 140731344463017 140731344463166 140731344463166 140731344465865 0
/proc/5722/statm: 7333 1020 692 784 0 347 0
Current children cumulated CPU time (s) 1782.17
Current children cumulated vsize (KiB) 29332

[startup+1842.3 s]
/proc/loadavg: 2.01 2.01 1.74 3/187 5804
/proc/meminfo: memFree=30091196/32770624 swapFree=6176/1801228
[pid=5722] ppid=5719 vsize=29332 CPUtime=1842.16 cores=0,2,4,6
/proc/5722/stat : 5722 (MistralXCSP) R 5719 5722 5666 0 -1 4202496 7902 0 0 0 184216 0 0 0 20 0 1 0 17014065 30035968 1020 33554432000 4194304 7402444 140731344461872 140731344456232 4377743 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 23355392 140731344463017 140731344463166 140731344463166 140731344465865 0
/proc/5722/statm: 7333 1020 692 784 0 347 0
Current children cumulated CPU time (s) 1842.16
Current children cumulated vsize (KiB) 29332

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 1.76 3/187 5806
/proc/meminfo: memFree=30090768/32770624 swapFree=6176/1801252
[pid=5722] ppid=5719 vsize=29332 CPUtime=1902.16 cores=0,2,4,6
/proc/5722/stat : 5722 (MistralXCSP) R 5719 5722 5666 0 -1 4202496 8087 0 0 0 190216 0 0 0 20 0 1 0 17014065 30035968 1020 33554432000 4194304 7402444 140731344461872 140731344456232 4378979 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 23355392 140731344463017 140731344463166 140731344463166 140731344465865 0
/proc/5722/statm: 7333 1020 692 784 0 347 0
Current children cumulated CPU time (s) 1902.16
Current children cumulated vsize (KiB) 29332

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 1.78 3/187 5807
/proc/meminfo: memFree=30090644/32770624 swapFree=6176/1801276
[pid=5722] ppid=5719 vsize=29332 CPUtime=1962.15 cores=0,2,4,6
/proc/5722/stat : 5722 (MistralXCSP) R 5719 5722 5666 0 -1 4202496 8272 0 0 0 196215 0 0 0 20 0 1 0 17014065 30035968 1020 33554432000 4194304 7402444 140731344461872 140731344456232 4379873 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 23355392 140731344463017 140731344463166 140731344463166 140731344465865 0
/proc/5722/statm: 7333 1020 692 784 0 347 0
Current children cumulated CPU time (s) 1962.15
Current children cumulated vsize (KiB) 29332

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 1.79 3/189 5817
/proc/meminfo: memFree=30089388/32770624 swapFree=6176/1801304
[pid=5722] ppid=5719 vsize=29332 CPUtime=2022.15 cores=0,2,4,6
/proc/5722/stat : 5722 (MistralXCSP) R 5719 5722 5666 0 -1 4202496 8457 0 0 0 202215 0 0 0 20 0 1 0 17014065 30035968 1020 33554432000 4194304 7402444 140731344461872 140731344456232 5758830 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 23355392 140731344463017 140731344463166 140731344463166 140731344465865 0
/proc/5722/statm: 7333 1020 692 784 0 347 0
Current children cumulated CPU time (s) 2022.15
Current children cumulated vsize (KiB) 29332

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.80 3/189 5818
/proc/meminfo: memFree=30090124/32770624 swapFree=6176/1801328
[pid=5722] ppid=5719 vsize=29332 CPUtime=2082.14 cores=0,2,4,6
/proc/5722/stat : 5722 (MistralXCSP) R 5719 5722 5666 0 -1 4202496 8642 0 0 0 208214 0 0 0 20 0 1 0 17014065 30035968 1020 33554432000 4194304 7402444 140731344461872 140731344456232 4747765 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 23355392 140731344463017 140731344463166 140731344463166 140731344465865 0
/proc/5722/statm: 7333 1020 692 784 0 347 0
Current children cumulated CPU time (s) 2082.14
Current children cumulated vsize (KiB) 29332

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.81 3/189 5819
/proc/meminfo: memFree=30090124/32770624 swapFree=6176/1801356
[pid=5722] ppid=5719 vsize=29332 CPUtime=2142.14 cores=0,2,4,6
/proc/5722/stat : 5722 (MistralXCSP) R 5719 5722 5666 0 -1 4202496 8827 0 0 0 214214 0 0 0 20 0 1 0 17014065 30035968 1020 33554432000 4194304 7402444 140731344461872 140731344456232 4379400 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 23355392 140731344463017 140731344463166 140731344463166 140731344465865 0
/proc/5722/statm: 7333 1020 692 784 0 347 0
Current children cumulated CPU time (s) 2142.14
Current children cumulated vsize (KiB) 29332

[startup+2202.3 s]
/proc/loadavg: 2.05 2.02 1.83 3/189 5820
/proc/meminfo: memFree=30090000/32770624 swapFree=6176/1801380
[pid=5722] ppid=5719 vsize=29332 CPUtime=2202.14 cores=0,2,4,6
/proc/5722/stat : 5722 (MistralXCSP) R 5719 5722 5666 0 -1 4202496 9012 0 0 0 220214 0 0 0 20 0 1 0 17014065 30035968 1020 33554432000 4194304 7402444 140731344461872 140731344456232 4747338 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 23355392 140731344463017 140731344463166 140731344463166 140731344465865 0
/proc/5722/statm: 7333 1020 692 784 0 347 0
Current children cumulated CPU time (s) 2202.14
Current children cumulated vsize (KiB) 29332

[startup+2262.3 s]
/proc/loadavg: 2.09 2.04 1.85 3/189 5821
/proc/meminfo: memFree=30090124/32770624 swapFree=6176/1801400
[pid=5722] ppid=5719 vsize=29332 CPUtime=2262.13 cores=0,2,4,6
/proc/5722/stat : 5722 (MistralXCSP) R 5719 5722 5666 0 -1 4202496 9201 0 0 0 226213 0 0 0 20 0 1 0 17014065 30035968 1020 33554432000 4194304 7402444 140731344461872 140731344456232 4378960 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 23355392 140731344463017 140731344463166 140731344463166 140731344465865 0
/proc/5722/statm: 7333 1020 692 784 0 347 0
Current children cumulated CPU time (s) 2262.13
Current children cumulated vsize (KiB) 29332

[startup+2322.3 s]
/proc/loadavg: 2.03 2.03 1.86 3/187 5822
/proc/meminfo: memFree=30090512/32770624 swapFree=6176/1801424
[pid=5722] ppid=5719 vsize=29332 CPUtime=2322.13 cores=0,2,4,6
/proc/5722/stat : 5722 (MistralXCSP) R 5719 5722 5666 0 -1 4202496 9386 0 0 0 232213 0 0 0 20 0 1 0 17014065 30035968 1020 33554432000 4194304 7402444 140731344461872 140731344456232 4377924 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 23355392 140731344463017 140731344463166 140731344463166 140731344465865 0
/proc/5722/statm: 7333 1020 692 784 0 347 0
Current children cumulated CPU time (s) 2322.13
Current children cumulated vsize (KiB) 29332

[startup+2382.3 s]
/proc/loadavg: 2.01 2.02 1.87 3/187 5823
/proc/meminfo: memFree=30090140/32770624 swapFree=6176/1801444
[pid=5722] ppid=5719 vsize=29332 CPUtime=2382.12 cores=0,2,4,6
/proc/5722/stat : 5722 (MistralXCSP) R 5719 5722 5666 0 -1 4202496 9571 0 0 0 238212 0 0 0 20 0 1 0 17014065 30035968 1020 33554432000 4194304 7402444 140731344461872 140731344456232 4709427 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 23355392 140731344463017 140731344463166 140731344463166 140731344465865 0
/proc/5722/statm: 7333 1020 692 784 0 347 0
Current children cumulated CPU time (s) 2382.12
Current children cumulated vsize (KiB) 29332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.2 s]
/proc/loadavg: 2.01 2.02 1.87 3/187 5823
/proc/meminfo: memFree=30090228/32770624 swapFree=6176/1801448
[pid=5722] ppid=5719 vsize=29332 CPUtime=2400.02 cores=0,2,4,6
/proc/5722/stat : 5722 (MistralXCSP) R 5719 5722 5666 0 -1 4202496 9755 0 0 0 240002 0 0 0 20 0 1 0 17014065 30035968 1020 33554432000 4194304 7402444 140731344461872 140731344456232 4378398 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 23355392 140731344463017 140731344463166 140731344463166 140731344465865 0
/proc/5722/statm: 7333 1020 692 784 0 347 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 29332

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 5722 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 0
Real time (s): 2400.2
CPU time (s): 2400.04
CPU user time (s): 2400.03
CPU system time (s): 0.007999
CPU usage (%): 99.9931
Max. virtual memory (cumulated for all children) (KiB): 29332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.03
system time used= 0.007999
maximum resident set size= 4112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9793
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9
involuntary context switches= 120630

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.72527 second user time and 8.14899 second system time

The end

Launcher Data

Begin job on node115 at 2017-07-21 09:56:26
IDJOB=4239932
IDBENCH=115865
IDSOLVER=2622
FILE ID=node115/4239932-1500623786
RUNJOBID= node115-1500623785-5697
PBS_JOBID= 20623016
Free space on /tmp= 61996 MiB

SOLVER NAME= Mistral-2.0 2017-06-28
BENCH NAME= XCSP17/ColouredQueens/ColouredQueens-m1-s1/ColouredQueens-12.xml
COMMAND LINE= MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4239932-1500623786/watcher-4239932-1500623786 -o /tmp/evaluation-result-4239932-1500623786/solver-4239932-1500623786 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node115-1500623785-5697 --watchdog 2560  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 456730168 HOME/instance-4239932-1500623786.xml

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

MD5SUM BENCH= 130c0e53e5c1e074e18659561dd41fce
RANDOM SEED=456730168

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

/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		: 1733.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.26
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		: 1600.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		: 1600.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.26
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		: 1733.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		: 1600.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.26
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		: 1600.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		: 1600.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.26
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		: 1600.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:        30105096 kB
MemAvailable:   32016204 kB
Buffers:          156948 kB
Cached:          2033372 kB
SwapCached:            0 kB
Active:           426876 kB
Inactive:        1814236 kB
Active(anon):      53596 kB
Inactive(anon):     8868 kB
Active(file):     373280 kB
Inactive(file):  1805368 kB
Unevictable:        6176 kB
Mlocked:            6176 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             11476 kB
Writeback:             0 kB
AnonPages:         57036 kB
Mapped:            32032 kB
Shmem:              8848 kB
Slab:             121408 kB
SReclaimable:      96588 kB
SUnreclaim:        24820 kB
KernelStack:        3136 kB
PageTables:         4944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     308752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /tmp at the end= 61988 MiB
End job on node115 at 2017-07-21 10:36:26