Trace number 4243188

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.23 2401.65

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-04-04-fair.xml
MD5SUM005af5eedf24bd8f858adc721c64a56d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark7.3145099
Satisfiable
(Un)Satisfiability was proved
Number of variables4347
Number of constraints4102
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":614},{"size":201,"count":25},{"size":20001,"count":3708}]
Minimum variable degree2
Maximum variable degree49
Distribution of variable degrees[{"degree":2,"count":3807},{"degree":3,"count":96},{"degree":4,"count":16},{"degree":5,"count":65},{"degree":6,"count":59},{"degree":7,"count":88},{"degree":8,"count":101},{"degree":9,"count":66},{"degree":10,"count":11},{"degree":13,"count":16},{"degree":14,"count":5},{"degree":22,"count":5},{"degree":24,"count":2},{"degree":28,"count":1},{"degree":31,"count":4},{"degree":37,"count":1},{"degree":48,"count":2},{"degree":49,"count":2}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":710},{"arity":3,"count":3390}]
Number of extensional constraints0
Number of intensional constraints4102
Distribution of constraint types[{"type":"intension","count":4102}]
Optimization problemNO
Type of objective

Solver Data

1390.66/1391.51	c Version: 2017-06-30

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

pid=10036
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: 2.02 2.03 2.05 3/186 10039
/proc/meminfo: memFree=30970108/32770624 swapFree=6164/834048
[pid=10039] ppid=10036 vsize=31340 CPUtime=0 cores=0,2,4,6
/proc/10039/stat : 10039 (BTD) R 10036 10039 3831 0 -1 4202496 569 0 0 0 0 0 0 0 20 0 1 0 16803062 32092160 430 33554432000 4194304 35031059 140730296303776 140730296299192 7408842 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 54124544 140730296304890 140730296304966 140730296304966 140730296307665 0
/proc/10039/statm: 7835 430 230 7529 0 282 0

[startup+0.100175 s]
/proc/loadavg: 2.02 2.03 2.05 3/186 10039
/proc/meminfo: memFree=30970108/32770624 swapFree=6164/834048
[pid=10039] ppid=10036 vsize=31896 CPUtime=0.09 cores=0,2,4,6
/proc/10039/stat : 10039 (BTD) R 10036 10039 3831 0 -1 4202496 739 0 0 0 9 0 0 0 20 0 1 0 16803062 32661504 591 33554432000 4194304 35031059 140730296303776 140730296299736 7408842 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 54124544 140730296304890 140730296304966 140730296304966 140730296307665 0
/proc/10039/statm: 8010 591 230 7529 0 457 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31896

[startup+0.200253 s]
/proc/loadavg: 2.02 2.03 2.05 3/186 10039
/proc/meminfo: memFree=30970108/32770624 swapFree=6164/834048
[pid=10039] ppid=10036 vsize=32304 CPUtime=0.19 cores=0,2,4,6
/proc/10039/stat : 10039 (BTD) R 10036 10039 3831 0 -1 4202496 3527 0 0 0 19 0 0 0 20 0 1 0 16803062 33079296 702 33554432000 4194304 35031059 140730296303776 140730296299736 7993657 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 54124544 140730296304890 140730296304966 140730296304966 140730296307665 0
/proc/10039/statm: 8076 702 230 7529 0 523 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 32304

[startup+0.300305 s]
/proc/loadavg: 2.02 2.03 2.05 3/186 10039
/proc/meminfo: memFree=30970108/32770624 swapFree=6164/834048
[pid=10039] ppid=10036 vsize=32456 CPUtime=0.3 cores=0,2,4,6
/proc/10039/stat : 10039 (BTD) R 10036 10039 3831 0 -1 4202496 13743 0 0 0 28 2 0 0 20 0 1 0 16803062 33234944 740 33554432000 4194304 35031059 140730296303776 140730296299736 7993657 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 54124544 140730296304890 140730296304966 140730296304966 140730296307665 0
/proc/10039/statm: 8114 740 230 7529 0 561 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 32456

[startup+0.700281 s]
/proc/loadavg: 2.02 2.03 2.05 3/186 10039
/proc/meminfo: memFree=30970108/32770624 swapFree=6164/834048
[pid=10039] ppid=10036 vsize=34028 CPUtime=0.69 cores=0,2,4,6
/proc/10039/stat : 10039 (BTD) R 10036 10039 3831 0 -1 4202496 32413 0 0 0 65 4 0 0 20 0 1 0 16803062 34844672 1135 33554432000 4194304 35031059 140730296303776 140730296299736 7993657 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 54124544 140730296304890 140730296304966 140730296304966 140730296307665 0
/proc/10039/statm: 8507 1135 232 7529 0 954 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34028

[startup+1.50028 s]
/proc/loadavg: 2.02 2.03 2.05 3/187 10040
/proc/meminfo: memFree=30964280/32770624 swapFree=6164/834032
[pid=10039] ppid=10036 vsize=36872 CPUtime=1.49 cores=0,2,4,6
/proc/10039/stat : 10039 (BTD) R 10036 10039 3831 0 -1 4202496 83210 0 0 0 138 11 0 0 20 0 1 0 16803062 37756928 1846 33554432000 4194304 35031059 140730296303776 140730296299736 7993657 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 54124544 140730296304890 140730296304966 140730296304966 140730296307665 0
/proc/10039/statm: 9218 1846 232 7529 0 1665 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36872

[startup+3.10028 s]
/proc/loadavg: 2.02 2.03 2.05 3/187 10040
/proc/meminfo: memFree=30959884/32770624 swapFree=6164/834032
[pid=10039] ppid=10036 vsize=43468 CPUtime=3.08 cores=0,2,4,6
/proc/10039/stat : 10039 (BTD) R 10036 10039 3831 0 -1 4202496 195197 0 0 0 283 25 0 0 20 0 1 0 16803062 44511232 3413 33554432000 4194304 35031059 140730296303776 140730296299544 4209296 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 54124544 140730296304890 140730296304966 140730296304966 140730296307665 0
/proc/10039/statm: 10867 3413 232 7529 0 3314 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 43468

[startup+6.30028 s]
/proc/loadavg: 2.02 2.03 2.05 3/187 10040
/proc/meminfo: memFree=30946468/32770624 swapFree=6164/834044
[pid=10039] ppid=10036 vsize=54312 CPUtime=6.29 cores=0,2,4,6
/proc/10039/stat : 10039 (BTD) R 10036 10039 3831 0 -1 4202496 419254 0 0 0 576 53 0 0 20 0 1 0 16803062 55615488 6206 33554432000 4194304 35031059 140730296303776 140730296299592 7993657 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 54124544 140730296304890 140730296304966 140730296304966 140730296307665 0
/proc/10039/statm: 13622 6206 232 7529 0 6069 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54312

[startup+12.7003 s]
/proc/loadavg: 2.02 2.03 2.05 3/187 10040
/proc/meminfo: memFree=30922908/32770624 swapFree=6164/834048
[pid=10039] ppid=10036 vsize=77096 CPUtime=12.69 cores=0,2,4,6
/proc/10039/stat : 10039 (BTD) R 10036 10039 3831 0 -1 4202496 893386 0 0 0 1158 111 0 0 20 0 1 0 16803062 78946304 11859 33554432000 4194304 35031059 140730296303776 140730296299544 4208689 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 54124544 140730296304890 140730296304966 140730296304966 140730296307665 0
/proc/10039/statm: 19274 11859 232 7529 0 11721 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 77096

[startup+25.5003 s]
/proc/loadavg: 2.02 2.03 2.05 3/187 10040
/proc/meminfo: memFree=30880252/32770624 swapFree=6164/834068
[pid=10039] ppid=10036 vsize=121876 CPUtime=25.48 cores=0,2,4,6
/proc/10039/stat : 10039 (BTD) R 10036 10039 3831 0 -1 4202496 1884061 0 0 0 2326 222 0 0 20 0 1 0 16803062 124801024 23062 33554432000 4194304 35031059 140730296303776 140730296299736 7403878 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 54124544 140730296304890 140730296304966 140730296304966 140730296307665 0
/proc/10039/statm: 30469 23062 232 7529 0 22916 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 121876

[startup+51.1059 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 10040
/proc/meminfo: memFree=30787004/32770624 swapFree=6164/834076
[pid=10039] ppid=10036 vsize=213260 CPUtime=51.09 cores=0,2,4,6
/proc/10039/stat : 10039 (BTD) R 10036 10039 3831 0 -1 4202496 3750148 0 0 0 4669 440 0 0 20 0 1 0 16803062 218378240 45921 33554432000 4194304 35031059 140730296303776 140730296299544 4208986 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 54124544 140730296304890 140730296304966 140730296304966 140730296307665 0
/proc/10039/statm: 53315 45921 232 7529 0 45762 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 213260

[startup+102.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/186 10041
/proc/meminfo: memFree=30606804/32770624 swapFree=6164/834108
[pid=10039] ppid=10036 vsize=394200 CPUtime=102.27 cores=0,2,4,6
/proc/10039/stat : 10039 (BTD) R 10036 10039 3831 0 -1 4202496 7450389 0 0 0 9360 867 0 0 20 0 1 0 16803062 403660800 91144 33554432000 4194304 35031059 140730296303776 140730296299592 7993657 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 54124544 140730296304890 140730296304966 140730296304966 140730296307665 0
/proc/10039/statm: 98516 91144 232 7529 0 90963 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 394200

[startup+162.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/187 10043
/proc/meminfo: memFree=30389276/32770624 swapFree=6164/834136
[pid=10039] ppid=10036 vsize=608276 CPUtime=162.22 cores=0,2,4,6
/proc/10039/stat : 10039 (BTD) R 10036 10039 3831 0 -1 4202496 11488737 0 0 0 14875 1347 0 0 20 0 1 0 16803062 622874624 144684 33554432000 4194304 35031059 140730296303776 140730296299544 4209296 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 54124544 140730296304890 140730296304966 140730296304966 140730296307665 0
/proc/10039/statm: 152069 144684 232 7529 0 144516 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 608276

[startup+222.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/187 10044
/proc/meminfo: memFree=30177092/32770624 swapFree=6164/834164
[pid=10039] ppid=10036 vsize=821292 CPUtime=222.19 cores=0,2,4,6
/proc/10039/stat : 10039 (BTD) R 10036 10039 3831 0 -1 4202496 15630236 0 0 0 20380 1839 0 0 20 0 1 0 16803062 841003008 197939 33554432000 4194304 35031059 140730296303776 140730296299544 4207316 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 54124544 140730296304890 140730296304966 140730296304966 140730296307665 0
/proc/10039/statm: 205323 197939 232 7529 0 197770 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 821292

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 10045
/proc/meminfo: memFree=29961532/32770624 swapFree=6164/834196
[pid=10039] ppid=10036 vsize=1034564 CPUtime=282.16 cores=0,2,4,6
/proc/10039/stat : 10039 (BTD) R 10036 10039 3831 0 -1 4202496 19585257 0 0 0 25910 2306 0 0 20 0 1 0 16803062 1059393536 251228 33554432000 4194304 35031059 140730296303776 140730296299592 4207320 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 54124544 140730296304890 140730296304966 140730296304966 140730296307665 0
/proc/10039/statm: 258641 251228 232 7529 0 251088 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 1034564

[startup+342.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/187 10046
/proc/meminfo: memFree=29750016/32770624 swapFree=6164/834232
[pid=10039] ppid=10036 vsize=1248764 CPUtime=342.12 cores=0,2,4,6
/proc/10039/stat : 10039 (BTD) R 10036 10039 3831 0 -1 4202496 23575845 0 0 0 31448 2764 0 0 20 0 1 0 16803062 1278734336 304797 33554432000 4194304 35031059 140730296303776 140730296299736 4208395 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 54124544 140730296304890 140730296304966 140730296304966 140730296307665 0
/proc/10039/statm: 312191 304797 232 7529 0 304638 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 1248764

[startup+402.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/187 10047
/proc/meminfo: memFree=29533024/32770624 swapFree=6164/834260
[pid=10039] ppid=10036 vsize=1463032 CPUtime=402.09 cores=0,2,4,6
/proc/10039/stat : 10039 (BTD) R 10036 10039 3831 0 -1 4202496 27509105 0 0 0 36989 3220 0 0 20 0 1 0 16803062 1498144768 358377 33554432000 4194304 35031059 140730296303776 140730296299592 4208995 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 54124544 140730296304890 140730296304966 140730296304966 140730296307665 0
/proc/10039/statm: 365758 358377 232 7529 0 358205 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 1463032

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 10048
/proc/meminfo: memFree=29321384/32770624 swapFree=6164/834288
[pid=10039] ppid=10036 vsize=1676052 CPUtime=462.05 cores=0,2,4,6
/proc/10039/stat : 10039 (BTD) R 10036 10039 3831 0 -1 4202496 31563817 0 0 0 42508 3697 0 0 20 0 1 0 16803062 1716277248 411632 33554432000 4194304 35031059 140730296303776 140730296299544 4208995 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 54124544 140730296304890 140730296304966 140730296304966 140730296307665 0
/proc/10039/statm: 419013 411632 232 7529 0 411460 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 1676052

[startup+522.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/187 10049
/proc/meminfo: memFree=29105280/32770624 swapFree=6164/834316
[pid=10039] ppid=10036 vsize=1889172 CPUtime=522.01 cores=0,2,4,6
/proc/10039/stat : 10039 (BTD) R 10036 10039 3831 0 -1 4202496 35594639 0 0 0 48033 4168 0 0 20 0 1 0 16803062 1934512128 464921 33554432000 4194304 35031059 140730296303776 140730296299736 7993657 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 54124544 140730296304890 140730296304966 140730296304966 140730296307665 0
/proc/10039/statm: 472293 464921 232 7529 0 464740 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 1889172

[startup+582.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/188 10058
/proc/meminfo: memFree=28890696/32770624 swapFree=6164/834356
[pid=10039] ppid=10036 vsize=2102184 CPUtime=581.99 cores=0,2,4,6
/proc/10039/stat : 10039 (BTD) R 10036 10039 3831 0 -1 4202496 39603112 0 0 0 53572 4627 0 0 20 0 1 0 16803062 2152636416 518174 33554432000 4194304 35031059 140730296303776 140730296299736 7993657 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 54124544 140730296304890 140730296304966 140730296304966 140730296307665 0
/proc/10039/statm: 525546 518174 232 7529 0 517993 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 2102184


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


[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 10106
/proc/meminfo: memFree=24750512/32770624 swapFree=6164/834896
[pid=10039] ppid=10036 vsize=6234420 CPUtime=1541.38 cores=0,2,4,6
/proc/10039/stat : 10039 (BTD) R 10036 10039 3831 0 -1 4202496 74871401 0 0 0 145252 8886 0 0 20 0 1 0 16803062 6384046080 1551321 33554432000 4194304 35031059 140730296303776 140730296302328 4296504 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 54124544 140730296304890 140730296304966 140730296304966 140730296307665 0
/proc/10039/statm: 1558605 1551321 334 7529 0 1551052 0
Current children cumulated CPU time (s) 1541.38
Current children cumulated vsize (KiB) 6234420

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 10107
/proc/meminfo: memFree=24750564/32770624 swapFree=6164/834924
[pid=10039] ppid=10036 vsize=6234420 CPUtime=1601.35 cores=0,2,4,6
/proc/10039/stat : 10039 (BTD) R 10036 10039 3831 0 -1 4202496 74871484 0 0 0 151248 8887 0 0 20 0 1 0 16803062 6384046080 1551321 33554432000 4194304 35031059 140730296303776 140730296302328 4296519 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 54124544 140730296304890 140730296304966 140730296304966 140730296307665 0
/proc/10039/statm: 1558605 1551321 334 7529 0 1551052 0
Current children cumulated CPU time (s) 1601.35
Current children cumulated vsize (KiB) 6234420

[startup+1662.3 s]
/proc/loadavg: 2.13 2.05 2.05 3/187 10108
/proc/meminfo: memFree=24750320/32770624 swapFree=6164/834952
[pid=10039] ppid=10036 vsize=6234420 CPUtime=1661.31 cores=0,2,4,6
/proc/10039/stat : 10039 (BTD) R 10036 10039 3831 0 -1 4202496 74871593 0 0 0 157243 8888 0 0 20 0 1 0 16803062 6384046080 1551321 33554432000 4194304 35031059 140730296303776 140730296302328 4213184 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 54124544 140730296304890 140730296304966 140730296304966 140730296307665 0
/proc/10039/statm: 1558605 1551321 334 7529 0 1551052 0
Current children cumulated CPU time (s) 1661.31
Current children cumulated vsize (KiB) 6234420

[startup+1722.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/187 10109
/proc/meminfo: memFree=24750008/32770624 swapFree=6164/834980
[pid=10039] ppid=10036 vsize=6234420 CPUtime=1721.27 cores=0,2,4,6
/proc/10039/stat : 10039 (BTD) R 10036 10039 3831 0 -1 4202496 74871688 0 0 0 163238 8889 0 0 20 0 1 0 16803062 6384046080 1551321 33554432000 4194304 35031059 140730296303776 140730296302328 4213184 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 54124544 140730296304890 140730296304966 140730296304966 140730296307665 0
/proc/10039/statm: 1558605 1551321 334 7529 0 1551052 0
Current children cumulated CPU time (s) 1721.27
Current children cumulated vsize (KiB) 6234420

[startup+1782.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/188 10118
/proc/meminfo: memFree=24749400/32770624 swapFree=6164/835012
[pid=10039] ppid=10036 vsize=6234420 CPUtime=1781.23 cores=0,2,4,6
/proc/10039/stat : 10039 (BTD) R 10036 10039 3831 0 -1 4202496 74871800 0 0 0 169233 8890 0 0 20 0 1 0 16803062 6384046080 1551321 33554432000 4194304 35031059 140730296303776 140730296302328 4296527 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 54124544 140730296304890 140730296304966 140730296304966 140730296307665 0
/proc/10039/statm: 1558605 1551321 334 7529 0 1551052 0
Current children cumulated CPU time (s) 1781.23
Current children cumulated vsize (KiB) 6234420

[startup+1842.3 s]
/proc/loadavg: 2.08 2.04 2.05 3/188 10119
/proc/meminfo: memFree=24749588/32770624 swapFree=6164/835060
[pid=10039] ppid=10036 vsize=6234420 CPUtime=1841.2 cores=0,2,4,6
/proc/10039/stat : 10039 (BTD) R 10036 10039 3831 0 -1 4202496 74871888 0 0 0 175228 8892 0 0 20 0 1 0 16803062 6384046080 1551321 33554432000 4194304 35031059 140730296303776 140730296302328 4213184 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 54124544 140730296304890 140730296304966 140730296304966 140730296307665 0
/proc/10039/statm: 1558605 1551321 334 7529 0 1551052 0
Current children cumulated CPU time (s) 1841.2
Current children cumulated vsize (KiB) 6234420

[startup+1902.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/188 10120
/proc/meminfo: memFree=24749932/32770624 swapFree=6164/835088
[pid=10039] ppid=10036 vsize=6234420 CPUtime=1901.17 cores=0,2,4,6
/proc/10039/stat : 10039 (BTD) R 10036 10039 3831 0 -1 4202496 74872001 0 0 0 181224 8893 0 0 20 0 1 0 16803062 6384046080 1551321 33554432000 4194304 35031059 140730296303776 140730296302328 4293272 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 54124544 140730296304890 140730296304966 140730296304966 140730296307665 0
/proc/10039/statm: 1558605 1551321 334 7529 0 1551052 0
Current children cumulated CPU time (s) 1901.17
Current children cumulated vsize (KiB) 6234420

[startup+1962.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/188 10121
/proc/meminfo: memFree=24750224/32770624 swapFree=6164/835120
[pid=10039] ppid=10036 vsize=6234420 CPUtime=1961.14 cores=0,2,4,6
/proc/10039/stat : 10039 (BTD) R 10036 10039 3831 0 -1 4202496 74872110 0 0 0 187219 8895 0 0 20 0 1 0 16803062 6384046080 1551321 33554432000 4194304 35031059 140730296303776 140730296302328 4300328 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 54124544 140730296304890 140730296304966 140730296304966 140730296307665 0
/proc/10039/statm: 1558605 1551321 334 7529 0 1551052 0
Current children cumulated CPU time (s) 1961.14
Current children cumulated vsize (KiB) 6234420

[startup+2022.31 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 10122
/proc/meminfo: memFree=24749916/32770624 swapFree=6164/835144
[pid=10039] ppid=10036 vsize=6234420 CPUtime=2021.1 cores=0,2,4,6
/proc/10039/stat : 10039 (BTD) R 10036 10039 3831 0 -1 4202496 74872261 0 0 0 193214 8896 0 0 20 0 1 0 16803062 6384046080 1551327 33554432000 4194304 35031059 140730296303776 140730296302328 4213184 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 54124544 140730296304890 140730296304966 140730296304966 140730296307665 0
/proc/10039/statm: 1558605 1551327 334 7529 0 1551052 0
Current children cumulated CPU time (s) 2021.1
Current children cumulated vsize (KiB) 6234420

[startup+2082.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 10123
/proc/meminfo: memFree=24749768/32770624 swapFree=6164/835168
[pid=10039] ppid=10036 vsize=6234420 CPUtime=2081.05 cores=0,2,4,6
/proc/10039/stat : 10039 (BTD) R 10036 10039 3831 0 -1 4202496 74872372 0 0 0 199208 8897 0 0 20 0 1 0 16803062 6384046080 1551327 33554432000 4194304 35031059 140730296303776 140730296302328 4300902 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 54124544 140730296304890 140730296304966 140730296304966 140730296307665 0
/proc/10039/statm: 1558605 1551327 334 7529 0 1551052 0
Current children cumulated CPU time (s) 2081.05
Current children cumulated vsize (KiB) 6234420

[startup+2142.3 s]
/proc/loadavg: 1.84 1.98 2.03 2/180 10170
/proc/meminfo: memFree=24864744/32770624 swapFree=6164/835236
[pid=10039] ppid=10036 vsize=6234420 CPUtime=2141.02 cores=0,2,4,6
/proc/10039/stat : 10039 (BTD) R 10036 10039 3831 0 -1 4202496 74872485 0 0 0 205203 8899 0 0 20 0 1 0 16803062 6384046080 1551327 33554432000 4194304 35031059 140730296303776 140730296302328 4213184 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 54124544 140730296304890 140730296304966 140730296304966 140730296307665 0
/proc/10039/statm: 1558605 1551327 334 7529 0 1551052 0
Current children cumulated CPU time (s) 2141.02
Current children cumulated vsize (KiB) 6234420

[startup+2202.3 s]
/proc/loadavg: 1.35 1.82 1.97 2/180 10171
/proc/meminfo: memFree=24865604/32770624 swapFree=6164/835268
[pid=10039] ppid=10036 vsize=6234420 CPUtime=2200.99 cores=0,2,4,6
/proc/10039/stat : 10039 (BTD) R 10036 10039 3831 0 -1 4202496 74872598 0 0 0 211198 8901 0 0 20 0 1 0 16803062 6384046080 1551327 33554432000 4194304 35031059 140730296303776 140730296302328 4213184 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 54124544 140730296304890 140730296304966 140730296304966 140730296307665 0
/proc/10039/statm: 1558605 1551327 334 7529 0 1551052 0
Current children cumulated CPU time (s) 2200.99
Current children cumulated vsize (KiB) 6234420

[startup+2262.3 s]
/proc/loadavg: 1.13 1.67 1.91 2/180 10172
/proc/meminfo: memFree=24865284/32770624 swapFree=6164/835284
[pid=10039] ppid=10036 vsize=6234420 CPUtime=2260.95 cores=0,2,4,6
/proc/10039/stat : 10039 (BTD) R 10036 10039 3831 0 -1 4202496 74872682 0 0 0 217193 8902 0 0 20 0 1 0 16803062 6384046080 1551327 33554432000 4194304 35031059 140730296303776 140730296302328 4293328 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 54124544 140730296304890 140730296304966 140730296304966 140730296307665 0
/proc/10039/statm: 1558605 1551327 334 7529 0 1551052 0
Current children cumulated CPU time (s) 2260.95
Current children cumulated vsize (KiB) 6234420

[startup+2322.3 s]
/proc/loadavg: 1.05 1.55 1.86 2/180 10173
/proc/meminfo: memFree=24866128/32770624 swapFree=6164/835312
[pid=10039] ppid=10036 vsize=6234420 CPUtime=2320.92 cores=0,2,4,6
/proc/10039/stat : 10039 (BTD) R 10036 10039 3831 0 -1 4202496 74872803 0 0 0 223189 8903 0 0 20 0 1 0 16803062 6384046080 1551328 33554432000 4194304 35031059 140730296303776 140730296302328 4293359 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 54124544 140730296304890 140730296304966 140730296304966 140730296307665 0
/proc/10039/statm: 1558605 1551328 334 7529 0 1551052 0
Current children cumulated CPU time (s) 2320.92
Current children cumulated vsize (KiB) 6234420

[startup+2382.3 s]
/proc/loadavg: 1.02 1.45 1.80 2/180 10181
/proc/meminfo: memFree=24864704/32770624 swapFree=6164/835320
[pid=10039] ppid=10036 vsize=6234420 CPUtime=2380.88 cores=0,2,4,6
/proc/10039/stat : 10039 (BTD) R 10036 10039 3831 0 -1 4202496 74872907 0 0 0 229184 8904 0 0 20 0 1 0 16803062 6384046080 1551328 33554432000 4194304 35031059 140730296303776 140730296302328 4296522 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 54124544 140730296304890 140730296304966 140730296304966 140730296307665 0
/proc/10039/statm: 1558605 1551328 334 7529 0 1551052 0
Current children cumulated CPU time (s) 2380.88
Current children cumulated vsize (KiB) 6234420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401.5 s]
/proc/loadavg: 1.01 1.42 1.79 2/180 10181
/proc/meminfo: memFree=24864672/32770624 swapFree=6164/835332
[pid=10039] ppid=10036 vsize=6234420 CPUtime=2400.07 cores=0,2,4,6
/proc/10039/stat : 10039 (BTD) R 10036 10039 3831 0 -1 4202496 74872922 0 0 0 231103 8904 0 0 20 0 1 0 16803062 6384046080 1551328 33554432000 4194304 35031059 140730296303776 140730296302328 4300342 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 54124544 140730296304890 140730296304966 140730296304966 140730296307665 0
/proc/10039/statm: 1558605 1551328 334 7529 0 1551052 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 6234420

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

[startup+2401.6 s]
/proc/loadavg: 1.01 1.42 1.79 2/180 10181
/proc/meminfo: memFree=24864672/32770624 swapFree=6164/835332
[pid=10039] ppid=10036 vsize=0 CPUtime=2400.17 cores=0,2,4,6
/proc/10039/stat : 10039 (BTD) R 10036 10039 3831 0 -1 4203524 74872922 0 0 0 231103 8914 0 0 20 0 1 0 16803062 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/10039/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2400.17
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2401.65
CPU time (s): 2400.23
CPU user time (s): 2311.03
CPU system time (s): 89.1967
CPU usage (%): 99.9409
Max. virtual memory (cumulated for all children) (KiB): 6234420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2311.03
system time used= 89.1967
maximum resident set size= 6205312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74872922
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= 618
involuntary context switches= 122877

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.1335 second user time and 8.1348 second system time

The end

Launcher Data

Begin job on node139 at 2017-07-21 12:40:22
IDJOB=4243188
IDBENCH=139269
IDSOLVER=2619
FILE ID=node139/4243188-1500633622
RUNJOBID= node139-1500623775-3862
PBS_JOBID= 20622994
Free space on /tmp= 61960 MiB

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

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

MD5SUM BENCH= 005af5eedf24bd8f858adc721c64a56d
RANDOM SEED=282453300

node139.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		: 2267.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.86
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		: 2000.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.86
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		: 1733.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.86
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		: 1867.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.86
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:        30971072 kB
MemAvailable:   31939672 kB
Buffers:          161896 kB
Cached:          1085012 kB
SwapCached:            0 kB
Active:           534016 kB
Inactive:         842932 kB
Active(anon):     132796 kB
Inactive(anon):     8884 kB
Active(file):     401220 kB
Inactive(file):   834048 kB
Unevictable:        6164 kB
Mlocked:            6164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             38368 kB
Writeback:             0 kB
AnonPages:        282892 kB
Mapped:            34640 kB
Shmem:              8852 kB
Slab:             123784 kB
SReclaimable:      98332 kB
SUnreclaim:        25452 kB
KernelStack:        3568 kB
PageTables:         5440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     403592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    227328 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61960 MiB
End job on node139 at 2017-07-21 13:20:24