Trace number 4243180

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: BTD 2017-06-30? (TO) 2400.41 2401.65

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-11-12-fair.xml
MD5SUM4cd037b51317e52702be0dab62f9a527
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 variables34626
Number of constraints32807
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":4598},{"size":201,"count":156},{"size":20001,"count":29872}]
Minimum variable degree2
Maximum variable degree276
Distribution of variable degrees[{"degree":2,"count":30674},{"degree":3,"count":792},{"degree":4,"count":45},{"degree":5,"count":330},{"degree":6,"count":186},{"degree":7,"count":671},{"degree":8,"count":971},{"degree":9,"count":546},{"degree":10,"count":24},{"degree":12,"count":25},{"degree":13,"count":288},{"degree":14,"count":11},{"degree":24,"count":1},{"degree":35,"count":13},{"degree":57,"count":13},{"degree":59,"count":10},{"degree":70,"count":1},{"degree":80,"count":12},{"degree":125,"count":2},{"degree":126,"count":10},{"degree":276,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":5304},{"arity":3,"count":27501}]
Number of extensional constraints0
Number of intensional constraints32807
Distribution of constraint types[{"type":"intension","count":32807}]
Optimization problemNO
Type of objective

Solver Data


Verifier Data

One s line expected

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-4243180-1500633527/watcher-4243180-1500633527 -o /tmp/evaluation-result-4243180-1500633527/solver-4243180-1500633527 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1500623775-4965 --watchdog 2560 BTD 2400 HOME/instance-4243180-1500633527.xml 

pid=6696
running on 4 cores: 1,3,5,7

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: 2.02 2.02 2.05 3/186 6699
/proc/meminfo: memFree=31577456/32770624 swapFree=6716/328280
[pid=6699] ppid=6696 vsize=31420 CPUtime=0 cores=1,3,5,7
/proc/6699/stat : 6699 (BTD) R 6696 6699 4933 0 -1 4202496 578 0 0 0 0 0 0 0 20 0 1 0 16792661 32174080 415 33554432000 4194304 35031059 140720810254752 140720810250376 7408842 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 55910400 140720810263802 140720810263878 140720810263878 140720810266577 0
/proc/6699/statm: 7855 415 226 7529 0 302 0

[startup+0.100109 s]
/proc/loadavg: 2.02 2.02 2.05 3/186 6699
/proc/meminfo: memFree=31577456/32770624 swapFree=6716/328280
[pid=6699] ppid=6696 vsize=36592 CPUtime=0.09 cores=1,3,5,7
/proc/6699/stat : 6699 (BTD) R 6696 6699 4933 0 -1 4202496 1903 0 0 0 9 0 0 0 20 0 1 0 16792661 37470208 1772 33554432000 4194304 35031059 140720810254752 140720810250712 4208395 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 55910400 140720810263802 140720810263878 140720810263878 140720810266577 0
/proc/6699/statm: 9148 1772 230 7529 0 1595 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36592

[startup+0.200267 s]
/proc/loadavg: 2.02 2.02 2.05 3/186 6699
/proc/meminfo: memFree=31577456/32770624 swapFree=6716/328280
[pid=6699] ppid=6696 vsize=36960 CPUtime=0.19 cores=1,3,5,7
/proc/6699/stat : 6699 (BTD) R 6696 6699 4933 0 -1 4202496 5477 0 0 0 18 1 0 0 20 0 1 0 16792661 37847040 1867 33554432000 4194304 35031059 140720810254752 140720810250568 7993657 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 55910400 140720810263802 140720810263878 140720810263878 140720810266577 0
/proc/6699/statm: 9240 1867 230 7529 0 1687 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 36960

[startup+0.3002 s]
/proc/loadavg: 2.02 2.02 2.05 3/186 6699
/proc/meminfo: memFree=31577456/32770624 swapFree=6716/328280
[pid=6699] ppid=6696 vsize=37224 CPUtime=0.29 cores=1,3,5,7
/proc/6699/stat : 6699 (BTD) R 6696 6699 4933 0 -1 4202496 14325 0 0 0 27 2 0 0 20 0 1 0 16792661 38117376 1933 33554432000 4194304 35031059 140720810254752 140720810250712 7993657 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 55910400 140720810263802 140720810263878 140720810263878 140720810266577 0
/proc/6699/statm: 9306 1933 230 7529 0 1753 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37224

[startup+0.700174 s]
/proc/loadavg: 2.02 2.02 2.05 3/186 6699
/proc/meminfo: memFree=31577456/32770624 swapFree=6716/328280
[pid=6699] ppid=6696 vsize=38732 CPUtime=0.69 cores=1,3,5,7
/proc/6699/stat : 6699 (BTD) R 6696 6699 4933 0 -1 4202496 34175 0 0 0 65 4 0 0 20 0 1 0 16792661 39661568 2312 33554432000 4194304 35031059 140720810254752 140720810250568 4207309 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 55910400 140720810263802 140720810263878 140720810263878 140720810266577 0
/proc/6699/statm: 9683 2312 232 7529 0 2130 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38732

[startup+1.50017 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 6700
/proc/meminfo: memFree=31566988/32770624 swapFree=6716/328516
[pid=6699] ppid=6696 vsize=41952 CPUtime=1.49 cores=1,3,5,7
/proc/6699/stat : 6699 (BTD) R 6696 6699 4933 0 -1 4202496 83638 0 0 0 139 10 0 0 20 0 1 0 16792661 42958848 3043 33554432000 4194304 35031059 140720810254752 140720810250712 4209291 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 55910400 140720810263802 140720810263878 140720810263878 140720810266577 0
/proc/6699/statm: 10488 3043 232 7529 0 2935 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41952

[startup+3.10017 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 6700
/proc/meminfo: memFree=31562824/32770624 swapFree=6716/328324
[pid=6699] ppid=6696 vsize=48172 CPUtime=3.09 cores=1,3,5,7
/proc/6699/stat : 6699 (BTD) R 6696 6699 4933 0 -1 4202496 195903 0 0 0 286 23 0 0 20 0 1 0 16792661 49328128 4590 33554432000 4194304 35031059 140720810254752 140720810250520 4209287 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 55910400 140720810263802 140720810263878 140720810263878 140720810266577 0
/proc/6699/statm: 12043 4590 232 7529 0 4490 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48172

[startup+6.30017 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 6700
/proc/meminfo: memFree=31549132/32770624 swapFree=6716/328336
[pid=6699] ppid=6696 vsize=59212 CPUtime=6.28 cores=1,3,5,7
/proc/6699/stat : 6699 (BTD) R 6696 6699 4933 0 -1 4202496 421662 0 0 0 582 46 0 0 20 0 1 0 16792661 60633088 7384 33554432000 4194304 35031059 140720810254752 140720810250712 4208684 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 55910400 140720810263802 140720810263878 140720810263878 140720810266577 0
/proc/6699/statm: 14803 7384 232 7529 0 7250 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 59212

[startup+12.7002 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 6700
/proc/meminfo: memFree=31525452/32770624 swapFree=6716/328344
[pid=6699] ppid=6696 vsize=81996 CPUtime=12.68 cores=1,3,5,7
/proc/6699/stat : 6699 (BTD) R 6696 6699 4933 0 -1 4202496 895094 0 0 0 1168 100 0 0 20 0 1 0 16792661 83963904 13128 33554432000 4194304 35031059 140720810254752 140720810250568 7993657 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 55910400 140720810263802 140720810263878 140720810263878 140720810266577 0
/proc/6699/statm: 20499 13128 232 7529 0 12946 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 81996

[startup+25.5002 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 6700
/proc/meminfo: memFree=31481896/32770624 swapFree=6716/328352
[pid=6699] ppid=6696 vsize=127716 CPUtime=25.47 cores=1,3,5,7
/proc/6699/stat : 6699 (BTD) R 6696 6699 4933 0 -1 4202496 1878070 0 0 0 2333 214 0 0 20 0 1 0 16792661 130781184 24477 33554432000 4194304 35031059 140720810254752 140720810250520 4208386 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 55910400 140720810263802 140720810263878 140720810263878 140720810266577 0
/proc/6699/statm: 31929 24477 232 7529 0 24376 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 127716

[startup+51.1002 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 6700
/proc/meminfo: memFree=31387780/32770624 swapFree=6716/328368
[pid=6699] ppid=6696 vsize=218192 CPUtime=51.05 cores=1,3,5,7
/proc/6699/stat : 6699 (BTD) R 6696 6699 4933 0 -1 4202496 3754683 0 0 0 4672 433 0 0 20 0 1 0 16792661 223428608 47177 33554432000 4194304 35031059 140720810254752 140720810250568 7993657 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 55910400 140720810263802 140720810263878 140720810263878 140720810266577 0
/proc/6699/statm: 54530 47159 232 7529 0 46977 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 218192

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 6709
/proc/meminfo: memFree=31207508/32770624 swapFree=6716/328420
[pid=6699] ppid=6696 vsize=400280 CPUtime=102.21 cores=1,3,5,7
/proc/6699/stat : 6699 (BTD) R 6696 6699 4933 0 -1 4202496 7519812 0 0 0 9357 864 0 0 20 0 1 0 16792661 409886720 92699 33554432000 4194304 35031059 140720810254752 140720810250712 7993657 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 55910400 140720810263802 140720810263878 140720810263878 140720810266577 0
/proc/6699/statm: 100070 92699 232 7529 0 92517 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 400280

[startup+162.3 s]
/proc/loadavg: 2.10 2.04 2.05 3/188 6710
/proc/meminfo: memFree=30990448/32770624 swapFree=6716/328456
[pid=6699] ppid=6696 vsize=615752 CPUtime=162.17 cores=1,3,5,7
/proc/6699/stat : 6699 (BTD) R 6696 6699 4933 0 -1 4202496 11675463 0 0 0 14871 1346 0 0 20 0 1 0 16792661 630530048 146488 33554432000 4194304 35031059 140720810254752 140720810250568 7407376 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 55910400 140720810263802 140720810263878 140720810263878 140720810266577 0
/proc/6699/statm: 153938 146488 232 7529 0 146385 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 615752

[startup+222.3 s]
/proc/loadavg: 2.12 2.05 2.05 3/187 6711
/proc/meminfo: memFree=30779048/32770624 swapFree=6716/328488
[pid=6699] ppid=6696 vsize=830036 CPUtime=222.13 cores=1,3,5,7
/proc/6699/stat : 6699 (BTD) R 6696 6699 4933 0 -1 4202496 15710655 0 0 0 20389 1824 0 0 20 0 1 0 16792661 849956864 200126 33554432000 4194304 35031059 140720810254752 140720810250520 4208995 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 55910400 140720810263802 140720810263878 140720810263878 140720810266577 0
/proc/6699/statm: 207509 200126 232 7529 0 199956 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 830036

[startup+282.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/188 6713
/proc/meminfo: memFree=30561660/32770624 swapFree=6716/328524
[pid=6699] ppid=6696 vsize=1044396 CPUtime=282.08 cores=1,3,5,7
/proc/6699/stat : 6699 (BTD) R 6696 6699 4933 0 -1 4202496 19813914 0 0 0 25884 2324 0 0 20 0 1 0 16792661 1069461504 253717 33554432000 4194304 35031059 140720810254752 140720810250712 4207316 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 55910400 140720810263802 140720810263878 140720810263878 140720810266577 0
/proc/6699/statm: 261099 253717 232 7529 0 253546 0
Current children cumulated CPU time (s) 282.08
Current children cumulated vsize (KiB) 1044396

[startup+342.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/188 6714
/proc/meminfo: memFree=30346976/32770624 swapFree=6716/328540
[pid=6699] ppid=6696 vsize=1258992 CPUtime=342.04 cores=1,3,5,7
/proc/6699/stat : 6699 (BTD) R 6696 6699 4933 0 -1 4202496 23683473 0 0 0 31412 2792 0 0 20 0 1 0 16792661 1289207808 307343 33554432000 4194304 35031059 140720810254752 140720810250712 4207320 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 55910400 140720810263802 140720810263878 140720810263878 140720810266577 0
/proc/6699/statm: 314782 307343 232 7529 0 307229 0
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (KiB) 1258992

[startup+402.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 6715
/proc/meminfo: memFree=30130268/32770624 swapFree=6716/328576
[pid=6699] ppid=6696 vsize=1474472 CPUtime=402.02 cores=1,3,5,7
/proc/6699/stat : 6699 (BTD) R 6696 6699 4933 0 -1 4202496 27652744 0 0 0 36945 3257 0 0 20 0 1 0 16792661 1509859328 361238 33554432000 4194304 35031059 140720810254752 140720810250712 7415295 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 55910400 140720810263802 140720810263878 140720810263878 140720810266577 0
/proc/6699/statm: 368618 361238 232 7529 0 361065 0
Current children cumulated CPU time (s) 402.02
Current children cumulated vsize (KiB) 1474472

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 6716
/proc/meminfo: memFree=29912616/32770624 swapFree=6716/328604
[pid=6699] ppid=6696 vsize=1688948 CPUtime=461.99 cores=1,3,5,7
/proc/6699/stat : 6699 (BTD) R 6696 6699 4933 0 -1 4202496 31635235 0 0 0 42492 3707 0 0 20 0 1 0 16792661 1729482752 414866 33554432000 4194304 35031059 140720810254752 140720810250712 4207316 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 55910400 140720810263802 140720810263878 140720810263878 140720810266577 0
/proc/6699/statm: 422237 414866 232 7529 0 414684 0
Current children cumulated CPU time (s) 461.99
Current children cumulated vsize (KiB) 1688948

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 6717
/proc/meminfo: memFree=29700372/32770624 swapFree=6716/328632
[pid=6699] ppid=6696 vsize=1903368 CPUtime=521.94 cores=1,3,5,7
/proc/6699/stat : 6699 (BTD) R 6696 6699 4933 0 -1 4202496 35659129 0 0 0 48042 4152 0 0 20 0 1 0 16792661 1949048832 468467 33554432000 4194304 35031059 140720810254752 140720810250712 7993657 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 55910400 140720810263802 140720810263878 140720810263878 140720810266577 0
/proc/6699/statm: 475828 468457 232 7529 0 468275 0
Current children cumulated CPU time (s) 521.94
Current children cumulated vsize (KiB) 1903368

[startup+582.306 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6718
/proc/meminfo: memFree=29483560/32770624 swapFree=6716/328660
[pid=6699] ppid=6696 vsize=2117680 CPUtime=581.91 cores=1,3,5,7
/proc/6699/stat : 6699 (BTD) R 6696 6699 4933 0 -1 4202496 39735023 0 0 0 53575 4616 0 0 20 0 1 0 16792661 2168504320 522026 33554432000 4194304 35031059 140720810254752 140720810250712 4209287 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 55910400 140720810263802 140720810263878 140720810263878 140720810266577 0
/proc/6699/statm: 529420 522026 232 7529 0 521867 0
Current children cumulated CPU time (s) 581.91
Current children cumulated vsize (KiB) 2117680


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

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6775
/proc/meminfo: memFree=25699368/32770624 swapFree=6716/329224
[pid=6699] ppid=6696 vsize=5896496 CPUtime=1601.39 cores=1,3,5,7
/proc/6699/stat : 6699 (BTD) R 6696 6699 4933 0 -1 4202496 78741912 0 0 0 150853 9286 0 0 20 0 1 0 16792661 6038011904 1466697 33554432000 4194304 35031059 140720810254752 140720810250520 4208680 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 55910400 140720810263802 140720810263878 140720810263878 140720810266577 0
/proc/6699/statm: 1474124 1466697 232 7529 0 1466571 0
Current children cumulated CPU time (s) 1601.39
Current children cumulated vsize (KiB) 5896496

[startup+1662.3 s]
/proc/loadavg: 2.08 2.04 2.05 3/187 6776
/proc/meminfo: memFree=25472312/32770624 swapFree=6716/329264
[pid=6699] ppid=6696 vsize=6124440 CPUtime=1661.37 cores=1,3,5,7
/proc/6699/stat : 6699 (BTD) R 6696 6699 4933 0 -1 4202496 79737188 0 0 0 156708 9429 0 0 20 0 1 0 16792661 6271426560 1523704 33554432000 4194304 35031059 140720810254752 140720810250472 4208995 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 55910400 140720810263802 140720810263878 140720810263878 140720810266577 0
/proc/6699/statm: 1531110 1523704 232 7529 0 1523557 0
Current children cumulated CPU time (s) 1661.37
Current children cumulated vsize (KiB) 6124440

[startup+1722.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/187 6777
/proc/meminfo: memFree=25241824/32770624 swapFree=6716/329292
[pid=6699] ppid=6696 vsize=6352280 CPUtime=1721.34 cores=1,3,5,7
/proc/6699/stat : 6699 (BTD) R 6696 6699 4933 0 -1 4202496 80672497 0 0 0 162569 9565 0 0 20 0 1 0 16792661 6504734720 1580644 33554432000 4194304 35031059 140720810254752 140720810250472 4209437 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 55910400 140720810263802 140720810263878 140720810263878 140720810266577 0
/proc/6699/statm: 1588070 1580644 232 7529 0 1580517 0
Current children cumulated CPU time (s) 1721.34
Current children cumulated vsize (KiB) 6352280

[startup+1782.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/187 6778
/proc/meminfo: memFree=25011708/32770624 swapFree=6716/329316
[pid=6699] ppid=6696 vsize=6580120 CPUtime=1781.31 cores=1,3,5,7
/proc/6699/stat : 6699 (BTD) R 6696 6699 4933 0 -1 4202496 81521394 0 0 0 168436 9695 0 0 20 0 1 0 16792661 6738042880 1637659 33554432000 4194304 35031059 140720810254752 140720810250712 4207309 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 55910400 140720810263802 140720810263878 140720810263878 140720810266577 0
/proc/6699/statm: 1645030 1637659 232 7529 0 1637477 0
Current children cumulated CPU time (s) 1781.31
Current children cumulated vsize (KiB) 6580120

[startup+1842.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/187 6779
/proc/meminfo: memFree=24785088/32770624 swapFree=6716/329352
[pid=6699] ppid=6696 vsize=6807960 CPUtime=1841.29 cores=1,3,5,7
/proc/6699/stat : 6699 (BTD) R 6696 6699 4933 0 -1 4202496 82347060 0 0 0 174302 9827 0 0 20 0 1 0 16792661 6971351040 1694619 33554432000 4194304 35031059 140720810254752 140720810250568 7993657 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 55910400 140720810263802 140720810263878 140720810263878 140720810266577 0
/proc/6699/statm: 1701990 1694619 232 7529 0 1694437 0
Current children cumulated CPU time (s) 1841.29
Current children cumulated vsize (KiB) 6807960

[startup+1902.31 s]
/proc/loadavg: 2.01 2.03 2.05 3/188 6788
/proc/meminfo: memFree=24554852/32770624 swapFree=6716/329376
[pid=6699] ppid=6696 vsize=7035800 CPUtime=1901.27 cores=1,3,5,7
/proc/6699/stat : 6699 (BTD) R 6696 6699 4933 0 -1 4202496 83245056 0 0 0 180163 9964 0 0 20 0 1 0 16792661 7204659200 1751579 33554432000 4194304 35031059 140720810254752 140720810250712 7993657 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 55910400 140720810263802 140720810263878 140720810263878 140720810266577 0
/proc/6699/statm: 1758950 1751579 232 7529 0 1751397 0
Current children cumulated CPU time (s) 1901.27
Current children cumulated vsize (KiB) 7035800

[startup+1962.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 6789
/proc/meminfo: memFree=24330688/32770624 swapFree=6716/329424
[pid=6699] ppid=6696 vsize=7262292 CPUtime=1961.23 cores=1,3,5,7
/proc/6699/stat : 6699 (BTD) R 6696 6699 4933 0 -1 4202496 84305164 0 0 0 186000 10123 0 0 20 0 1 0 16792661 7436587008 1808202 33554432000 4194304 35031059 140720810254752 140720810250568 7993657 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 55910400 140720810263802 140720810263878 140720810263878 140720810266577 0
/proc/6699/statm: 1815573 1808202 232 7529 0 1808020 0
Current children cumulated CPU time (s) 1961.23
Current children cumulated vsize (KiB) 7262292

[startup+2022.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 6790
/proc/meminfo: memFree=24100928/32770624 swapFree=6716/329452
[pid=6699] ppid=6696 vsize=7490132 CPUtime=2021.21 cores=1,3,5,7
/proc/6699/stat : 6699 (BTD) R 6696 6699 4933 0 -1 4202496 85309218 0 0 0 191846 10275 0 0 20 0 1 0 16792661 7669895168 1865088 33554432000 4194304 35031059 140720810254752 140720810250472 4208379 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 55910400 140720810263802 140720810263878 140720810263878 140720810266577 0
/proc/6699/statm: 1872533 1865088 232 7529 0 1864980 0
Current children cumulated CPU time (s) 2021.21
Current children cumulated vsize (KiB) 7490132

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 6791
/proc/meminfo: memFree=23875456/32770624 swapFree=6716/329484
[pid=6699] ppid=6696 vsize=7716620 CPUtime=2081.17 cores=1,3,5,7
/proc/6699/stat : 6699 (BTD) R 6696 6699 4933 0 -1 4202496 86340634 0 0 0 197688 10429 0 0 20 0 1 0 16792661 7901818880 1921784 33554432000 4194304 35031059 140720810254752 140720810250712 7993657 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 55910400 140720810263802 140720810263878 140720810263878 140720810266577 0
/proc/6699/statm: 1929189 1921784 232 7529 0 1921636 0
Current children cumulated CPU time (s) 2081.17
Current children cumulated vsize (KiB) 7716620

[startup+2142.3 s]
/proc/loadavg: 2.11 2.04 2.05 3/188 6792
/proc/meminfo: memFree=23646112/32770624 swapFree=6716/329504
[pid=6699] ppid=6696 vsize=7944460 CPUtime=2141.15 cores=1,3,5,7
/proc/6699/stat : 6699 (BTD) R 6696 6699 4933 0 -1 4202496 87246334 0 0 0 203552 10563 0 0 20 0 1 0 16792661 8135127040 1978728 33554432000 4194304 35031059 140720810254752 140720810250472 4208386 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 55910400 140720810263802 140720810263878 140720810263878 140720810266577 0
/proc/6699/statm: 1986115 1978728 232 7529 0 1978562 0
Current children cumulated CPU time (s) 2141.15
Current children cumulated vsize (KiB) 7944460

[startup+2202.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/187 6793
/proc/meminfo: memFree=23420080/32770624 swapFree=6716/329536
[pid=6699] ppid=6696 vsize=8172300 CPUtime=2201.14 cores=1,3,5,7
/proc/6699/stat : 6699 (BTD) R 6696 6699 4933 0 -1 4202496 88164900 0 0 0 209416 10698 0 0 20 0 1 0 16792661 8368435200 2035630 33554432000 4194304 35031059 140720810254752 140720810250472 4208979 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 55910400 140720810263802 140720810263878 140720810263878 140720810266577 0
/proc/6699/statm: 2043075 2035630 232 7529 0 2035522 0
Current children cumulated CPU time (s) 2201.14
Current children cumulated vsize (KiB) 8172300

[startup+2262.3 s]
/proc/loadavg: 2.13 2.06 2.05 2/180 6840
/proc/meminfo: memFree=23237716/32770624 swapFree=6716/329596
[pid=6699] ppid=6696 vsize=8401488 CPUtime=2261.11 cores=1,3,5,7
/proc/6699/stat : 6699 (BTD) R 6696 6699 4933 0 -1 4202496 88885914 0 0 0 215300 10811 0 0 20 0 1 0 16792661 8603123712 2092946 33554432000 4194304 35031059 140720810254752 140720810250472 4209348 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 55910400 140720810263802 140720810263878 140720810263878 140720810266577 0
/proc/6699/statm: 2100372 2092946 232 7529 0 2092819 0
Current children cumulated CPU time (s) 2261.11
Current children cumulated vsize (KiB) 8401488

[startup+2322.3 s]
/proc/loadavg: 1.41 1.87 1.99 2/180 6841
/proc/meminfo: memFree=23011008/32770624 swapFree=6716/329620
[pid=6699] ppid=6696 vsize=8629324 CPUtime=2321.08 cores=1,3,5,7
/proc/6699/stat : 6699 (BTD) R 6696 6699 4933 0 -1 4202496 89678721 0 0 0 221181 10927 0 0 20 0 1 0 16792661 8836427776 2149960 33554432000 4194304 35031059 140720810254752 140720810250472 7993657 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 55910400 140720810263802 140720810263878 140720810263878 140720810266577 0
/proc/6699/statm: 2157331 2149960 232 7529 0 2149778 0
Current children cumulated CPU time (s) 2321.08
Current children cumulated vsize (KiB) 8629324

[startup+2382.3 s]
/proc/loadavg: 1.15 1.71 1.92 2/180 6842
/proc/meminfo: memFree=22779924/32770624 swapFree=6716/329636
[pid=6699] ppid=6696 vsize=8858512 CPUtime=2381.06 cores=1,3,5,7
/proc/6699/stat : 6699 (BTD) R 6696 6699 4933 0 -1 4202496 90492603 0 0 0 227063 11043 0 0 20 0 1 0 16792661 9071116288 2207202 33554432000 4194304 35031059 140720810254752 140720810250472 4207316 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 55910400 140720810263802 140720810263878 140720810263878 140720810266577 0
/proc/6699/statm: 2214628 2207202 232 7529 0 2207075 0
Current children cumulated CPU time (s) 2381.06
Current children cumulated vsize (KiB) 8858512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401.3 s]
/proc/loadavg: 1.11 1.66 1.91 2/180 6842
/proc/meminfo: memFree=22709380/32770624 swapFree=6716/329644
[pid=6699] ppid=6696 vsize=8929964 CPUtime=2400.05 cores=1,3,5,7
/proc/6699/stat : 6699 (BTD) R 6696 6699 4933 0 -1 4202496 90739107 0 0 0 228927 11078 0 0 20 0 1 0 16792661 9144283136 2225120 33554432000 4194304 35031059 140720810254752 140720810250712 7993657 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 55910400 140720810263802 140720810263878 140720810263878 140720810266577 0
/proc/6699/statm: 2232528 2225120 232 7529 0 2224975 0
Current children cumulated CPU time (s) 2400.05
Current children cumulated vsize (KiB) 8929964

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 6699 sig 9
??? kill -6699 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2401.5 s]
/proc/loadavg: 1.11 1.66 1.91 2/180 6842
/proc/meminfo: memFree=22709380/32770624 swapFree=6716/329644
[pid=6699] ppid=6696 vsize=0 CPUtime=2400.25 cores=1,3,5,7
/proc/6699/stat : 6699 (BTD) R 6696 6699 4933 0 -1 4203524 90739112 0 0 0 228927 11098 0 0 20 0 1 0 16792661 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/6699/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2400.25
Current children cumulated vsize (KiB) 0

[startup+2401.6 s]
/proc/loadavg: 1.11 1.66 1.91 2/180 6842
/proc/meminfo: memFree=30728384/32770624 swapFree=6716/329644
[pid=6699] ppid=6696 vsize=0 CPUtime=2400.36 cores=1,3,5,7
/proc/6699/stat : 6699 (BTD) R 6696 6699 4933 0 -1 4203524 90739112 0 0 0 228927 11109 0 0 20 0 1 0 16792661 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/6699/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2400.36
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2401.65
CPU time (s): 2400.41
CPU user time (s): 2289.28
CPU system time (s): 111.136
CPU usage (%): 99.9486
Max. virtual memory (cumulated for all children) (KiB): 8929964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2289.28
system time used= 111.136
maximum resident set size= 8900556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90739112
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= 1004
involuntary context switches= 120804

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.40897 second user time and 9.04654 second system time

The end

Launcher Data

Begin job on node137 at 2017-07-21 12:38:47
IDJOB=4243180
IDBENCH=139206
IDSOLVER=2619
FILE ID=node137/4243180-1500633527
RUNJOBID= node137-1500623775-4965
PBS_JOBID= 20622996
Free space on /tmp= 61984 MiB

SOLVER NAME= BTD 2017-06-30
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-11-12-fair.xml
COMMAND LINE= BTD TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243180-1500633527/watcher-4243180-1500633527 -o /tmp/evaluation-result-4243180-1500633527/solver-4243180-1500633527 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1500623775-4965 --watchdog 2560  BTD 2400 HOME/instance-4243180-1500633527.xml

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

MD5SUM BENCH= 4cd037b51317e52702be0dab62f9a527
RANDOM SEED=687056665

node137.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		: 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.14
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		: 2267.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.14
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		: 2400.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.14
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		: 1867.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.14
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:        31577048 kB
MemAvailable:   32010876 kB
Buffers:          157344 kB
Cached:           556484 kB
SwapCached:            0 kB
Active:           434160 kB
Inactive:         337120 kB
Active(anon):      60280 kB
Inactive(anon):     8840 kB
Active(file):     373880 kB
Inactive(file):   328280 kB
Unevictable:        6716 kB
Mlocked:            6716 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             40040 kB
Writeback:             0 kB
AnonPages:         56012 kB
Mapped:            34940 kB
Shmem:              8852 kB
Slab:             120516 kB
SReclaimable:      95004 kB
SUnreclaim:        25512 kB
KernelStack:        3568 kB
PageTables:         5256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     335004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61984 MiB
End job on node137 at 2017-07-21 13:18:49