Trace number 4243184

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.38 2401.77

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-06-09-fair.xml
MD5SUM4da452dd6a7f9c00a5696d6c71e9e662
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 variables14103
Number of constraints13337
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":1937},{"size":201,"count":70},{"size":20001,"count":12096}]
Minimum variable degree2
Maximum variable degree115
Distribution of variable degrees[{"degree":2,"count":12425},{"degree":3,"count":324},{"degree":4,"count":27},{"degree":5,"count":144},{"degree":6,"count":83},{"degree":7,"count":295},{"degree":8,"count":455},{"degree":9,"count":234},{"degree":10,"count":14},{"degree":13,"count":54},{"degree":14,"count":1},{"degree":20,"count":10},{"degree":32,"count":10},{"degree":34,"count":7},{"degree":40,"count":1},{"degree":45,"count":9},{"degree":70,"count":2},{"degree":71,"count":7},{"degree":115,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":2237},{"arity":3,"count":11098}]
Number of extensional constraints0
Number of intensional constraints13337
Distribution of constraint types[{"type":"intension","count":13337}]
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-4243184-1500633583/watcher-4243184-1500633583 -o /tmp/evaluation-result-4243184-1500633583/solver-4243184-1500633583 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1500623775-5881 --watchdog 2560 BTD 2400 HOME/instance-4243184-1500633583.xml 

pid=8256
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.06 2.03 2.05 3/191 8259
/proc/meminfo: memFree=30844960/32770624 swapFree=6272/664044
[pid=8259] ppid=8256 vsize=31140 CPUtime=0 cores=0,2,4,6
/proc/8259/stat : 8259 (BTD) R 8256 8259 5850 0 -1 4202496 530 0 0 0 0 0 0 0 20 0 1 0 16801211 31887360 376 33554432000 4194304 35031059 140723978518624 140723978514248 7408842 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 49164288 140723978519802 140723978519878 140723978519878 140723978522577 0
/proc/8259/statm: 7785 376 226 7529 0 232 0

[startup+0.100113 s]
/proc/loadavg: 2.06 2.03 2.05 3/191 8259
/proc/meminfo: memFree=30844960/32770624 swapFree=6272/664044
[pid=8259] ppid=8256 vsize=33428 CPUtime=0.09 cores=0,2,4,6
/proc/8259/stat : 8259 (BTD) R 8256 8259 5850 0 -1 4202496 1113 0 0 0 9 0 0 0 20 0 1 0 16801211 34230272 972 33554432000 4194304 35031059 140723978518624 140723978514584 4208995 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 49164288 140723978519802 140723978519878 140723978519878 140723978522577 0
/proc/8259/statm: 8357 972 230 7529 0 804 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33428

[startup+0.200266 s]
/proc/loadavg: 2.06 2.03 2.05 3/191 8259
/proc/meminfo: memFree=30844960/32770624 swapFree=6272/664044
[pid=8259] ppid=8256 vsize=33716 CPUtime=0.19 cores=0,2,4,6
/proc/8259/stat : 8259 (BTD) R 8256 8259 5850 0 -1 4202496 3987 0 0 0 19 0 0 0 20 0 1 0 16801211 34525184 1055 33554432000 4194304 35031059 140723978518624 140723978514440 7993657 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 49164288 140723978519802 140723978519878 140723978519878 140723978522577 0
/proc/8259/statm: 8465 1055 230 7529 0 912 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 33716

[startup+0.300205 s]
/proc/loadavg: 2.06 2.03 2.05 3/191 8259
/proc/meminfo: memFree=30844960/32770624 swapFree=6272/664044
[pid=8259] ppid=8256 vsize=33960 CPUtime=0.29 cores=0,2,4,6
/proc/8259/stat : 8259 (BTD) R 8256 8259 5850 0 -1 4202496 11411 0 0 0 28 1 0 0 20 0 1 0 16801211 34775040 1116 33554432000 4194304 35031059 140723978518624 140723978514584 4207859 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 49164288 140723978519802 140723978519878 140723978519878 140723978522577 0
/proc/8259/statm: 8525 1116 230 7529 0 972 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33960

[startup+0.700171 s]
/proc/loadavg: 2.06 2.03 2.05 3/191 8259
/proc/meminfo: memFree=30844960/32770624 swapFree=6272/664044
[pid=8259] ppid=8256 vsize=35536 CPUtime=0.68 cores=0,2,4,6
/proc/8259/stat : 8259 (BTD) R 8256 8259 5850 0 -1 4202496 31080 0 0 0 66 2 0 0 20 0 1 0 16801211 36388864 1496 33554432000 4194304 35031059 140723978518624 140723978514584 4207859 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 49164288 140723978519802 140723978519878 140723978519878 140723978522577 0
/proc/8259/statm: 8884 1496 232 7529 0 1331 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 35536

[startup+1.50017 s]
/proc/loadavg: 2.06 2.03 2.05 3/192 8260
/proc/meminfo: memFree=30839056/32770624 swapFree=6272/664008
[pid=8259] ppid=8256 vsize=38304 CPUtime=1.49 cores=0,2,4,6
/proc/8259/stat : 8259 (BTD) R 8256 8259 5850 0 -1 4202496 74452 0 0 0 141 8 0 0 20 0 1 0 16801211 39223296 2204 33554432000 4194304 35031059 140723978518624 140723978514584 4208979 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 49164288 140723978519802 140723978519878 140723978519878 140723978522577 0
/proc/8259/statm: 9612 2204 232 7529 0 2059 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38304

[startup+3.10017 s]
/proc/loadavg: 2.06 2.03 2.05 3/192 8260
/proc/meminfo: memFree=30833844/32770624 swapFree=6272/664068
[pid=8259] ppid=8256 vsize=44896 CPUtime=3.08 cores=0,2,4,6
/proc/8259/stat : 8259 (BTD) R 8256 8259 5850 0 -1 4202496 183250 0 0 0 286 22 0 0 20 0 1 0 16801211 45973504 3837 33554432000 4194304 35031059 140723978518624 140723978514440 7408240 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 49164288 140723978519802 140723978519878 140723978519878 140723978522577 0
/proc/8259/statm: 11224 3837 232 7529 0 3671 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 44896

[startup+6.30017 s]
/proc/loadavg: 2.06 2.03 2.05 3/192 8260
/proc/meminfo: memFree=30821516/32770624 swapFree=6272/664068
[pid=8259] ppid=8256 vsize=55760 CPUtime=6.29 cores=0,2,4,6
/proc/8259/stat : 8259 (BTD) R 8256 8259 5850 0 -1 4202496 387836 0 0 0 580 49 0 0 20 0 1 0 16801211 57098240 6568 33554432000 4194304 35031059 140723978518624 140723978514584 4207866 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 49164288 140723978519802 140723978519878 140723978519878 140723978522577 0
/proc/8259/statm: 13940 6568 232 7529 0 6387 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55760

[startup+12.7002 s]
/proc/loadavg: 2.05 2.03 2.05 3/192 8260
/proc/meminfo: memFree=30798288/32770624 swapFree=6272/664076
[pid=8259] ppid=8256 vsize=77560 CPUtime=12.69 cores=0,2,4,6
/proc/8259/stat : 8259 (BTD) R 8256 8259 5850 0 -1 4202496 888635 0 0 0 1163 106 0 0 20 0 1 0 16801211 79421440 12018 33554432000 4194304 35031059 140723978518624 140723978514584 7408575 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 49164288 140723978519802 140723978519878 140723978519878 140723978522577 0
/proc/8259/statm: 19390 12018 232 7529 0 11837 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 77560

[startup+25.5002 s]
/proc/loadavg: 2.04 2.03 2.05 3/192 8267
/proc/meminfo: memFree=30750960/32770624 swapFree=6272/664092
[pid=8259] ppid=8256 vsize=123176 CPUtime=25.48 cores=0,2,4,6
/proc/8259/stat : 8259 (BTD) R 8256 8259 5850 0 -1 4202496 1789310 0 0 0 2336 212 0 0 20 0 1 0 16801211 126132224 23422 33554432000 4194304 35031059 140723978518624 140723978514392 4208680 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 49164288 140723978519802 140723978519878 140723978519878 140723978522577 0
/proc/8259/statm: 30794 23422 232 7529 0 23241 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 123176

[startup+51.1002 s]
/proc/loadavg: 2.03 2.02 2.05 3/192 8267
/proc/meminfo: memFree=30661840/32770624 swapFree=6272/664116
[pid=8259] ppid=8256 vsize=212308 CPUtime=51.08 cores=0,2,4,6
/proc/8259/stat : 8259 (BTD) R 8256 8259 5850 0 -1 4202496 3666825 0 0 0 4673 435 0 0 20 0 1 0 16801211 217403392 45705 33554432000 4194304 35031059 140723978518624 140723978514440 7993657 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 49164288 140723978519802 140723978519878 140723978519878 140723978522577 0
/proc/8259/statm: 53115 45705 232 7529 0 45562 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 212308

[startup+102.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/192 8268
/proc/meminfo: memFree=30479724/32770624 swapFree=6272/664160
[pid=8259] ppid=8256 vsize=392808 CPUtime=102.27 cores=0,2,4,6
/proc/8259/stat : 8259 (BTD) R 8256 8259 5850 0 -1 4202496 7347475 0 0 0 9369 858 0 0 20 0 1 0 16801211 402235392 90817 33554432000 4194304 35031059 140723978518624 140723978514584 4207309 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 49164288 140723978519802 140723978519878 140723978519878 140723978522577 0
/proc/8259/statm: 98202 90817 232 7529 0 90649 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 392808

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 8269
/proc/meminfo: memFree=30267980/32770624 swapFree=6272/664184
[pid=8259] ppid=8256 vsize=604468 CPUtime=162.22 cores=0,2,4,6
/proc/8259/stat : 8259 (BTD) R 8256 8259 5850 0 -1 4202496 11425783 0 0 0 14871 1351 0 0 20 0 1 0 16801211 618975232 143666 33554432000 4194304 35031059 140723978518624 140723978514392 4208680 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 49164288 140723978519802 140723978519878 140723978519878 140723978522577 0
/proc/8259/statm: 151117 143666 232 7529 0 143564 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 604468

[startup+222.306 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 8272
/proc/meminfo: memFree=30052248/32770624 swapFree=6272/664208
[pid=8259] ppid=8256 vsize=814796 CPUtime=222.18 cores=0,2,4,6
/proc/8259/stat : 8259 (BTD) R 8256 8259 5850 0 -1 4202496 15534824 0 0 0 20359 1859 0 0 20 0 1 0 16801211 834351104 196327 33554432000 4194304 35031059 140723978518624 140723978514584 7993657 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 49164288 140723978519802 140723978519878 140723978519878 140723978522577 0
/proc/8259/statm: 203735 196327 232 7529 0 196182 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 814796

[startup+282.3 s]
/proc/loadavg: 1.51 1.89 2.00 2/185 8319
/proc/meminfo: memFree=30100516/32770624 swapFree=6272/664256
[pid=8259] ppid=8256 vsize=1027796 CPUtime=282.14 cores=0,2,4,6
/proc/8259/stat : 8259 (BTD) R 8256 8259 5850 0 -1 4202496 19589073 0 0 0 25862 2352 0 0 20 0 1 0 16801211 1052463104 249527 33554432000 4194304 35031059 140723978518624 140723978514392 4208689 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 49164288 140723978519802 140723978519878 140723978519878 140723978522577 0
/proc/8259/statm: 256949 249527 232 7529 0 249396 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 1027796

[startup+342.3 s]
/proc/loadavg: 1.19 1.73 1.94 2/185 8320
/proc/meminfo: memFree=29886520/32770624 swapFree=6272/664276
[pid=8259] ppid=8256 vsize=1240836 CPUtime=342.1 cores=0,2,4,6
/proc/8259/stat : 8259 (BTD) R 8256 8259 5850 0 -1 4202496 23634486 0 0 0 31380 2830 0 0 20 0 1 0 16801211 1270616064 302815 33554432000 4194304 35031059 140723978518624 140723978514584 4208673 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 49164288 140723978519802 140723978519878 140723978519878 140723978522577 0
/proc/8259/statm: 310209 302815 232 7529 0 302656 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 1240836

[startup+402.3 s]
/proc/loadavg: 1.08 1.60 1.89 2/185 8321
/proc/meminfo: memFree=29674788/32770624 swapFree=6272/664300
[pid=8259] ppid=8256 vsize=1453980 CPUtime=402.06 cores=0,2,4,6
/proc/8259/stat : 8259 (BTD) R 8256 8259 5850 0 -1 4202496 27492994 0 0 0 36914 3292 0 0 20 0 1 0 16801211 1488875520 356107 33554432000 4194304 35031059 140723978518624 140723978514584 7993657 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 49164288 140723978519802 140723978519878 140723978519878 140723978522577 0
/proc/8259/statm: 363479 356107 232 7529 0 355926 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 1453980

[startup+462.3 s]
/proc/loadavg: 1.03 1.49 1.83 2/185 8322
/proc/meminfo: memFree=29461040/32770624 swapFree=6272/664316
[pid=8259] ppid=8256 vsize=1665676 CPUtime=462 cores=0,2,4,6
/proc/8259/stat : 8259 (BTD) R 8256 8259 5850 0 -1 4202496 31536167 0 0 0 42422 3778 0 0 20 0 1 0 16801211 1705652224 409010 33554432000 4194304 35031059 140723978518624 140723978514440 4209291 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 49164288 140723978519802 140723978519878 140723978519878 140723978522577 0
/proc/8259/statm: 416419 409010 232 7529 0 408866 0
Current children cumulated CPU time (s) 462
Current children cumulated vsize (KiB) 1665676

[startup+522.3 s]
/proc/loadavg: 1.11 1.45 1.79 2/185 8324
/proc/meminfo: memFree=29250340/32770624 swapFree=6272/664340
[pid=8259] ppid=8256 vsize=1878544 CPUtime=521.96 cores=0,2,4,6
/proc/8259/stat : 8259 (BTD) R 8256 8259 5850 0 -1 4202496 35524347 0 0 0 47933 4263 0 0 20 0 1 0 16801211 1923629056 462257 33554432000 4194304 35031059 140723978518624 140723978514392 4209287 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 49164288 140723978519802 140723978519878 140723978519878 140723978522577 0
/proc/8259/statm: 469636 462257 232 7529 0 462083 0
Current children cumulated CPU time (s) 521.96
Current children cumulated vsize (KiB) 1878544

[startup+582.3 s]
/proc/loadavg: 1.04 1.36 1.74 2/185 8325
/proc/meminfo: memFree=29034608/32770624 swapFree=6272/664356
[pid=8259] ppid=8256 vsize=2091524 CPUtime=581.92 cores=0,2,4,6
/proc/8259/stat : 8259 (BTD) R 8256 8259 5850 0 -1 4202496 39503335 0 0 0 53449 4743 0 0 20 0 1 0 16801211 2141720576 515483 33554432000 4194304 35031059 140723978518624 140723978514392 4208673 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 49164288 140723978519802 140723978519878 140723978519878 140723978522577 0
/proc/8259/statm: 522881 515483 232 7529 0 515328 0
Current children cumulated CPU time (s) 581.92
Current children cumulated vsize (KiB) 2091524


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


[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 1.26 2/185 8385
/proc/meminfo: memFree=25278312/32770624 swapFree=6272/664768
[pid=8259] ppid=8256 vsize=5842164 CPUtime=1601.3 cores=0,2,4,6
/proc/8259/stat : 8259 (BTD) R 8256 8259 5850 0 -1 4202496 78168664 0 0 0 150587 9543 0 0 20 0 1 0 16801211 5982375936 1453114 33554432000 4194304 35031059 140723978518624 140723978514344 4208160 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 49164288 140723978519802 140723978519878 140723978519878 140723978522577 0
/proc/8259/statm: 1460541 1453114 232 7529 0 1452988 0
Current children cumulated CPU time (s) 1601.3
Current children cumulated vsize (KiB) 5842164

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.24 2/185 8386
/proc/meminfo: memFree=25049308/32770624 swapFree=6272/664792
[pid=8259] ppid=8256 vsize=6068712 CPUtime=1661.26 cores=0,2,4,6
/proc/8259/stat : 8259 (BTD) R 8256 8259 5850 0 -1 4202496 79081397 0 0 0 156448 9678 0 0 20 0 1 0 16801211 6214361088 1509802 33554432000 4194304 35031059 140723978518624 140723978514344 7993657 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 49164288 140723978519802 140723978519878 140723978519878 140723978522577 0
/proc/8259/statm: 1517164 1509792 232 7529 0 1509611 0
Current children cumulated CPU time (s) 1661.26
Current children cumulated vsize (KiB) 6068712

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.22 2/185 8387
/proc/meminfo: memFree=24824028/32770624 swapFree=6272/664804
[pid=8259] ppid=8256 vsize=6295152 CPUtime=1721.25 cores=0,2,4,6
/proc/8259/stat : 8259 (BTD) R 8256 8259 5850 0 -1 4202496 79975383 0 0 0 162306 9819 0 0 20 0 1 0 16801211 6446235648 1566381 33554432000 4194304 35031059 140723978518624 140723978514344 4208689 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 49164288 140723978519802 140723978519878 140723978519878 140723978522577 0
/proc/8259/statm: 1573788 1566381 232 7529 0 1566235 0
Current children cumulated CPU time (s) 1721.25
Current children cumulated vsize (KiB) 6295152

[startup+1782.3 s]
/proc/loadavg: 1.00 1.01 1.21 2/185 8388
/proc/meminfo: memFree=24595276/32770624 swapFree=6272/664824
[pid=8259] ppid=8256 vsize=6521644 CPUtime=1781.2 cores=0,2,4,6
/proc/8259/stat : 8259 (BTD) R 8256 8259 5850 0 -1 4202496 80838663 0 0 0 168161 9959 0 0 20 0 1 0 16801211 6678163456 1623039 33554432000 4194304 35031059 140723978518624 140723978514440 4207309 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 49164288 140723978519802 140723978519878 140723978519878 140723978522577 0
/proc/8259/statm: 1630446 1623039 232 7529 0 1622893 0
Current children cumulated CPU time (s) 1781.2
Current children cumulated vsize (KiB) 6521644

[startup+1842.3 s]
/proc/loadavg: 1.00 1.01 1.20 2/185 8396
/proc/meminfo: memFree=24369344/32770624 swapFree=6272/664860
[pid=8259] ppid=8256 vsize=6749364 CPUtime=1841.18 cores=0,2,4,6
/proc/8259/stat : 8259 (BTD) R 8256 8259 5850 0 -1 4202496 81634004 0 0 0 174032 10086 0 0 20 0 1 0 16801211 6911348736 1679944 33554432000 4194304 35031059 140723978518624 140723978514392 7406184 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 49164288 140723978519802 140723978519878 140723978519878 140723978522577 0
/proc/8259/statm: 1687341 1679944 232 7529 0 1679788 0
Current children cumulated CPU time (s) 1841.18
Current children cumulated vsize (KiB) 6749364

[startup+1902.3 s]
/proc/loadavg: 1.00 1.01 1.19 2/185 8397
/proc/meminfo: memFree=24141040/32770624 swapFree=6272/664880
[pid=8259] ppid=8256 vsize=6974624 CPUtime=1901.17 cores=0,2,4,6
/proc/8259/stat : 8259 (BTD) R 8256 8259 5850 0 -1 4202496 82553354 0 0 0 179892 10225 0 0 20 0 1 0 16801211 7142014976 1736265 33554432000 4194304 35031059 140723978518624 140723978514584 7406543 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 49164288 140723978519802 140723978519878 140723978519878 140723978522577 0
/proc/8259/statm: 1743656 1736265 232 7529 0 1736103 0
Current children cumulated CPU time (s) 1901.17
Current children cumulated vsize (KiB) 6974624

[startup+1962.3 s]
/proc/loadavg: 1.00 1.01 1.18 2/185 8398
/proc/meminfo: memFree=23916128/32770624 swapFree=6272/664896
[pid=8259] ppid=8256 vsize=7199768 CPUtime=1961.12 cores=0,2,4,6
/proc/8259/stat : 8259 (BTD) R 8256 8259 5850 0 -1 4202496 83548173 0 0 0 185738 10374 0 0 20 0 1 0 16801211 7372562432 1792570 33554432000 4194304 35031059 140723978518624 140723978514584 7993657 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 49164288 140723978519802 140723978519878 140723978519878 140723978522577 0
/proc/8259/statm: 1799942 1792570 232 7529 0 1792389 0
Current children cumulated CPU time (s) 1961.12
Current children cumulated vsize (KiB) 7199768

[startup+2022.3 s]
/proc/loadavg: 1.00 1.01 1.17 2/185 8399
/proc/meminfo: memFree=23688540/32770624 swapFree=6272/664920
[pid=8259] ppid=8256 vsize=7426260 CPUtime=2021.1 cores=0,2,4,6
/proc/8259/stat : 8259 (BTD) R 8256 8259 5850 0 -1 4202496 84440864 0 0 0 191593 10517 0 0 20 0 1 0 16801211 7604490240 1849191 33554432000 4194304 35031059 140723978518624 140723978514344 4208395 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 49164288 140723978519802 140723978519878 140723978519878 140723978522577 0
/proc/8259/statm: 1856565 1849191 232 7529 0 1849012 0
Current children cumulated CPU time (s) 2021.1
Current children cumulated vsize (KiB) 7426260

[startup+2082.3 s]
/proc/loadavg: 1.00 1.01 1.15 2/185 8400
/proc/meminfo: memFree=23460988/32770624 swapFree=6272/664936
[pid=8259] ppid=8256 vsize=7652748 CPUtime=2081.09 cores=0,2,4,6
/proc/8259/stat : 8259 (BTD) R 8256 8259 5850 0 -1 4202496 85314666 0 0 0 197457 10652 0 0 20 0 1 0 16801211 7836413952 1905783 33554432000 4194304 35031059 140723978518624 140723978514344 4207875 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 49164288 140723978519802 140723978519878 140723978519878 140723978522577 0
/proc/8259/statm: 1913187 1905783 232 7529 0 1905634 0
Current children cumulated CPU time (s) 2081.09
Current children cumulated vsize (KiB) 7652748

[startup+2142.3 s]
/proc/loadavg: 1.13 1.05 1.15 2/185 8402
/proc/meminfo: memFree=23236288/32770624 swapFree=6272/664960
[pid=8259] ppid=8256 vsize=7877892 CPUtime=2141.04 cores=0,2,4,6
/proc/8259/stat : 8259 (BTD) R 8256 8259 5850 0 -1 4202496 86245452 0 0 0 203311 10793 0 0 20 0 1 0 16801211 8066961408 1962101 33554432000 4194304 35031059 140723978518624 140723978514584 7398904 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 49164288 140723978519802 140723978519878 140723978519878 140723978522577 0
/proc/8259/statm: 1969511 1962101 232 7529 0 1961958 0
Current children cumulated CPU time (s) 2141.04
Current children cumulated vsize (KiB) 7877892

[startup+2202.31 s]
/proc/loadavg: 1.04 1.04 1.14 2/185 8403
/proc/meminfo: memFree=23008452/32770624 swapFree=6272/664984
[pid=8259] ppid=8256 vsize=8104384 CPUtime=2201.01 cores=0,2,4,6
/proc/8259/stat : 8259 (BTD) R 8256 8259 5850 0 -1 4202496 87182022 0 0 0 209165 10936 0 0 20 0 1 0 16801211 8298889216 2018644 33554432000 4194304 35031059 140723978518624 140723978514344 4207316 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 49164288 140723978519802 140723978519878 140723978519878 140723978522577 0
/proc/8259/statm: 2026096 2018644 232 7529 0 2018543 0
Current children cumulated CPU time (s) 2201.01
Current children cumulated vsize (KiB) 8104384

[startup+2262.3 s]
/proc/loadavg: 1.02 1.03 1.13 2/185 8404
/proc/meminfo: memFree=22783316/32770624 swapFree=6272/665004
[pid=8259] ppid=8256 vsize=8330876 CPUtime=2260.98 cores=0,2,4,6
/proc/8259/stat : 8259 (BTD) R 8256 8259 5850 0 -1 4202496 87996945 0 0 0 215037 11061 0 0 20 0 1 0 16801211 8530817024 2075280 33554432000 4194304 35031059 140723978518624 140723978514344 7415473 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 49164288 140723978519802 140723978519878 140723978519878 140723978522577 0
/proc/8259/statm: 2082719 2075280 232 7529 0 2075166 0
Current children cumulated CPU time (s) 2260.98
Current children cumulated vsize (KiB) 8330876

[startup+2322.3 s]
/proc/loadavg: 1.01 1.03 1.13 2/185 8405
/proc/meminfo: memFree=22554580/32770624 swapFree=6272/665024
[pid=8259] ppid=8256 vsize=8557368 CPUtime=2320.93 cores=0,2,4,6
/proc/8259/stat : 8259 (BTD) R 8256 8259 5850 0 -1 4202496 88827094 0 0 0 220903 11190 0 0 20 0 1 0 16801211 8762744832 2131966 33554432000 4194304 35031059 140723978518624 140723978514344 4208986 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 49164288 140723978519802 140723978519878 140723978519878 140723978522577 0
/proc/8259/statm: 2139342 2131966 232 7529 0 2131789 0
Current children cumulated CPU time (s) 2320.93
Current children cumulated vsize (KiB) 8557368

[startup+2382.3 s]
/proc/loadavg: 1.00 1.02 1.12 2/185 8406
/proc/meminfo: memFree=22330292/32770624 swapFree=6272/665040
[pid=8259] ppid=8256 vsize=8785204 CPUtime=2380.92 cores=0,2,4,6
/proc/8259/stat : 8259 (BTD) R 8256 8259 5850 0 -1 4202496 89617197 0 0 0 226783 11309 0 0 20 0 1 0 16801211 8996048896 2188858 33554432000 4194304 35031059 140723978518624 140723978514344 4208395 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 49164288 140723978519802 140723978519878 140723978519878 140723978522577 0
/proc/8259/statm: 2196301 2188858 232 7529 0 2188748 0
Current children cumulated CPU time (s) 2380.92
Current children cumulated vsize (KiB) 8785204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401.41 s]
/proc/loadavg: 1.00 1.02 1.12 2/185 8406
/proc/meminfo: memFree=22254208/32770624 swapFree=6272/665048
[pid=8259] ppid=8256 vsize=8856660 CPUtime=2400 cores=0,2,4,6
/proc/8259/stat : 8259 (BTD) R 8256 8259 5850 0 -1 4202496 89895810 0 0 0 228649 11351 0 0 20 0 1 0 16801211 9069219840 2206738 33554432000 4194304 35031059 140723978518624 140723978514344 4208386 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 37130264 37226188 49164288 140723978519802 140723978519878 140723978519878 140723978522577 0
/proc/8259/statm: 2214165 2206738 232 7529 0 2206612 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 8856660

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

[startup+2401.6 s]
/proc/loadavg: 1.00 1.02 1.12 2/185 8406
/proc/meminfo: memFree=22254208/32770624 swapFree=6272/665048
[pid=8259] ppid=8256 vsize=0 CPUtime=2400.2 cores=0,2,4,6
/proc/8259/stat : 8259 (BTD) R 8256 8259 5850 0 -1 4203524 89895810 0 0 0 228649 11371 0 0 20 0 1 0 16801211 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/8259/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2400.2
Current children cumulated vsize (KiB) 0

[startup+2401.7 s]
/proc/loadavg: 1.00 1.02 1.12 2/185 8406
/proc/meminfo: memFree=22254208/32770624 swapFree=6272/665048
[pid=8259] ppid=8256 vsize=0 CPUtime=2400.3 cores=0,2,4,6
/proc/8259/stat : 8259 (BTD) R 8256 8259 5850 0 -1 4203524 89895810 0 0 0 228649 11381 0 0 20 0 1 0 16801211 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/8259/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2400.3
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2401.77
CPU time (s): 2400.38
CPU user time (s): 2286.5
CPU system time (s): 113.881
CPU usage (%): 99.9422
Max. virtual memory (cumulated for all children) (KiB): 8856660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2286.5
system time used= 113.881
maximum resident set size= 8827168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89895810
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= 1008
involuntary context switches= 123431

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.86947 second user time and 8.80645 second system time

The end

Launcher Data

Begin job on node135 at 2017-07-21 12:39:43
IDJOB=4243184
IDBENCH=139256
IDSOLVER=2619
FILE ID=node135/4243184-1500633583
RUNJOBID= node135-1500623775-5881
PBS_JOBID= 20622998
Free space on /tmp= 61816 MiB

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

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

MD5SUM BENCH= 4da452dd6a7f9c00a5696d6c71e9e662
RANDOM SEED=2031550144

node135.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		: 1600.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.51
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		: 2133.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.51
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		: 2400.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.51
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.51
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:        30845828 kB
MemAvailable:   31795092 kB
Buffers:          158288 kB
Cached:          1067232 kB
SwapCached:            0 kB
Active:           824984 kB
Inactive:         672824 kB
Active(anon):     274840 kB
Inactive(anon):     8780 kB
Active(file):     550144 kB
Inactive(file):   664044 kB
Unevictable:        6272 kB
Mlocked:            6272 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             39012 kB
Writeback:             0 kB
AnonPages:        283896 kB
Mapped:            33996 kB
Shmem:              8872 kB
Slab:             127268 kB
SReclaimable:     101824 kB
SUnreclaim:        25444 kB
KernelStack:        3648 kB
PageTables:         5376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     544564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    229376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61816 MiB
End job on node135 at 2017-07-21 13:19:45