Trace number 4260409

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
BTD 2017-07-25? (TO) 2519.6799 2520.3101

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-4260409-1502255097/watcher-4260409-1502255097 -o /tmp/evaluation-result-4260409-1502255097/solver-4260409-1502255097 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502234584-31452 --watchdog 2580 BTD 2520 HOME/instance-4260409-1502255097.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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/187 4642
/proc/meminfo: memFree=30559696/32770624 swapFree=0/511684
[pid=4642] ppid=4639 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/4642/stat : 4642 (runsolver) D 4639 4642 31388 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 73015884 24240128 106 18446744073709551615 4194304 4338465 140735440066576 140735440064216 140428663096023 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 8339456 140735440068820 140735440069193 140735440069193 140735440072650 0
/proc/4642/statm: 5918 106 53 36 0 2156 0

[startup+0.100158 s]
/proc/loadavg: 2.06 2.03 2.05 3/187 4642
/proc/meminfo: memFree=30559696/32770624 swapFree=0/511684
[pid=4642] ppid=4639 vsize=32948 CPUtime=0.02 cores=1,3,5,7
/proc/4642/stat : 4642 (BTD) R 4639 4642 31388 0 -1 4202496 985 0 0 0 2 0 0 0 20 0 1 0 73015884 33738752 836 18446744073709551615 4194304 35031035 140729363755424 140729363755424 7408826 0 0 1 0 0 0 0 17 3 0 0 7 0 0 37130264 37226188 42979328 140729363759620 140729363759696 140729363759696 140729363763153 0
/proc/4642/statm: 8237 836 229 7529 0 684 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 32948

[startup+0.200279 s]
/proc/loadavg: 2.06 2.03 2.05 3/187 4642
/proc/meminfo: memFree=30559696/32770624 swapFree=0/511684
[pid=4642] ppid=4639 vsize=33660 CPUtime=0.11 cores=1,3,5,7
/proc/4642/stat : 4642 (BTD) R 4639 4642 31388 0 -1 4202496 2363 0 0 0 11 0 0 0 20 0 1 0 73015884 34467840 1041 18446744073709551615 4194304 35031035 140729363755424 140729363755424 7993641 0 0 1 0 0 0 0 17 3 0 0 7 0 0 37130264 37226188 42979328 140729363759620 140729363759696 140729363759696 140729363763153 0
/proc/4642/statm: 8415 1041 229 7529 0 862 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 33660

[startup+0.300248 s]
/proc/loadavg: 2.06 2.03 2.05 3/187 4642
/proc/meminfo: memFree=30559696/32770624 swapFree=0/511684
[pid=4642] ppid=4639 vsize=34008 CPUtime=0.21 cores=1,3,5,7
/proc/4642/stat : 4642 (BTD) R 4639 4642 31388 0 -1 4202496 9860 0 0 0 20 1 0 0 20 0 1 0 73015884 34824192 1126 18446744073709551615 4194304 35031035 140729363755424 140729363755424 7993641 0 0 1 0 0 0 0 17 3 0 0 7 0 0 37130264 37226188 42979328 140729363759620 140729363759696 140729363759696 140729363763153 0
/proc/4642/statm: 8487 1113 229 7529 0 934 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 34008

[startup+0.700224 s]
/proc/loadavg: 2.06 2.03 2.05 3/187 4642
/proc/meminfo: memFree=30559696/32770624 swapFree=0/511684
[pid=4642] ppid=4639 vsize=35536 CPUtime=0.61 cores=1,3,5,7
/proc/4642/stat : 4642 (BTD) R 4639 4642 31388 0 -1 4202496 31070 0 0 0 58 3 0 0 20 0 1 0 73015884 36388864 1476 18446744073709551615 4194304 35031035 140729363755424 140729363755424 4208680 0 0 1 0 0 0 0 17 3 0 0 7 0 0 37130264 37226188 42979328 140729363759620 140729363759696 140729363759696 140729363763153 0
/proc/4642/statm: 8884 1476 230 7529 0 1331 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 35536

[startup+1.50022 s]
/proc/loadavg: 2.06 2.03 2.05 3/188 4643
/proc/meminfo: memFree=30553624/32770624 swapFree=0/511716
[pid=4642] ppid=4639 vsize=38444 CPUtime=1.41 cores=1,3,5,7
/proc/4642/stat : 4642 (BTD) R 4639 4642 31388 0 -1 4202496 73851 0 0 0 133 8 0 0 20 0 1 0 73015884 39366656 2204 18446744073709551615 4194304 35031035 140729363755424 140729363751192 4208684 0 0 1 0 0 0 0 17 3 0 0 7 0 0 37130264 37226188 42979328 140729363759620 140729363759696 140729363759696 140729363763153 0
/proc/4642/statm: 9611 2204 231 7529 0 2058 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 38444

[startup+3.10022 s]
/proc/loadavg: 2.06 2.03 2.05 3/188 4643
/proc/meminfo: memFree=30549200/32770624 swapFree=0/511464
[pid=4642] ppid=4639 vsize=44896 CPUtime=3.01 cores=1,3,5,7
/proc/4642/stat : 4642 (BTD) R 4639 4642 31388 0 -1 4202496 183240 0 0 0 281 20 0 0 20 0 1 0 73015884 45973504 3837 18446744073709551615 4194304 35031035 140729363755424 140729363751192 4208673 0 0 1 0 0 0 0 17 3 0 0 7 0 0 37130264 37226188 42979328 140729363759620 140729363759696 140729363759696 140729363763153 0
/proc/4642/statm: 11224 3837 231 7529 0 3671 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 44896

[startup+6.30023 s]
/proc/loadavg: 2.06 2.03 2.05 3/188 4643
/proc/meminfo: memFree=30536924/32770624 swapFree=0/511460
[pid=4642] ppid=4639 vsize=55936 CPUtime=6.21 cores=1,3,5,7
/proc/4642/stat : 4642 (BTD) R 4639 4642 31388 0 -1 4202496 391530 0 0 0 575 46 0 0 20 0 1 0 73015884 57278464 6609 18446744073709551615 4194304 35031035 140729363755424 140729363751240 7993641 0 0 1 0 0 0 0 17 3 0 0 7 0 0 37130264 37226188 42979328 140729363759620 140729363759696 140729363759696 140729363763153 0
/proc/4642/statm: 13969 6597 231 7529 0 6416 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 55936

[startup+12.7002 s]
/proc/loadavg: 2.05 2.03 2.05 3/188 4644
/proc/meminfo: memFree=30513612/32770624 swapFree=0/511460
[pid=4642] ppid=4639 vsize=78680 CPUtime=12.61 cores=1,3,5,7
/proc/4642/stat : 4642 (BTD) R 4639 4642 31388 0 -1 4202496 891710 0 0 0 1160 101 0 0 20 0 1 0 73015884 80568320 12217 18446744073709551615 4194304 35031035 140729363755424 140729363751192 4208986 0 0 1 0 0 0 0 17 3 0 0 7 0 0 37130264 37226188 42979328 140729363759620 140729363759696 140729363759696 140729363763153 0
/proc/4642/statm: 19670 12217 231 7529 0 12117 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 78680

[startup+25.5003 s]
/proc/loadavg: 2.04 2.03 2.05 3/188 4644
/proc/meminfo: memFree=30466472/32770624 swapFree=0/511468
[pid=4642] ppid=4639 vsize=123624 CPUtime=25.41 cores=1,3,5,7
/proc/4642/stat : 4642 (BTD) R 4639 4642 31388 0 -1 4202496 1805431 0 0 0 2326 215 0 0 20 0 1 0 73015884 126590976 23496 18446744073709551615 4194304 35031035 140729363755424 140729363751192 4207320 0 0 1 0 0 0 0 17 3 0 0 7 0 0 37130264 37226188 42979328 140729363759620 140729363759696 140729363759696 140729363763153 0
/proc/4642/statm: 30906 23496 231 7529 0 23353 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 123624

[startup+51.1003 s]
/proc/loadavg: 2.03 2.02 2.05 3/185 4644
/proc/meminfo: memFree=30380020/32770624 swapFree=0/511464
[pid=4642] ppid=4639 vsize=214768 CPUtime=51.02 cores=1,3,5,7
/proc/4642/stat : 4642 (BTD) R 4639 4642 31388 0 -1 4202496 3708484 0 0 0 4659 443 0 0 20 0 1 0 73015884 219922432 46305 18446744073709551615 4194304 35031035 140729363755424 140729363751384 4207325 0 0 1 0 0 0 0 17 3 0 0 7 0 0 37130264 37226188 42979328 140729363759620 140729363759696 140729363759696 140729363763153 0
/proc/4642/statm: 53692 46305 231 7529 0 46139 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 214768

[startup+102.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/184 4646
/proc/meminfo: memFree=30195796/32770624 swapFree=0/511480
[pid=4642] ppid=4639 vsize=395648 CPUtime=102.2 cores=1,3,5,7
/proc/4642/stat : 4642 (BTD) R 4639 4642 31388 0 -1 4202496 7413344 0 0 0 9327 893 0 0 20 0 1 0 73015884 405143552 91540 18446744073709551615 4194304 35031035 140729363755424 140729363751192 7993641 0 0 1 0 0 0 0 17 3 0 0 7 0 0 37130264 37226188 42979328 140729363759620 140729363759696 140729363759696 140729363763153 0
/proc/4642/statm: 98912 91540 231 7529 0 91359 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 395648

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 4650
/proc/meminfo: memFree=29984000/32770624 swapFree=0/511484
[pid=4642] ppid=4639 vsize=609860 CPUtime=162.18 cores=1,3,5,7
/proc/4642/stat : 4642 (BTD) R 4639 4642 31388 0 -1 4202496 11528330 0 0 0 14829 1389 0 0 20 0 1 0 73015884 624496640 145080 18446744073709551615 4194304 35031035 140729363755424 140729363751240 4208386 0 0 1 0 0 0 0 17 3 0 0 7 0 0 37130264 37226188 42979328 140729363759620 140729363759696 140729363759696 140729363763153 0
/proc/4642/statm: 152465 145080 231 7529 0 144912 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 609860

[startup+222.306 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 4653
/proc/meminfo: memFree=29767900/32770624 swapFree=0/511496
[pid=4642] ppid=4639 vsize=823036 CPUtime=222.16 cores=1,3,5,7
/proc/4642/stat : 4642 (BTD) R 4639 4642 31388 0 -1 4202496 15694353 0 0 0 20352 1864 0 0 20 0 1 0 73015884 842788864 198387 18446744073709551615 4194304 35031035 140729363755424 140729363751240 7993641 0 0 1 0 0 0 0 17 3 0 0 7 0 0 37130264 37226188 42979328 140729363759620 140729363759696 140729363759696 140729363763153 0
/proc/4642/statm: 205796 198387 231 7529 0 198243 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 823036

[startup+282.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/187 4656
/proc/meminfo: memFree=29556100/32770624 swapFree=0/511508
[pid=4642] ppid=4639 vsize=1037252 CPUtime=282.12 cores=1,3,5,7
/proc/4642/stat : 4642 (BTD) R 4639 4642 31388 0 -1 4202496 19757845 0 0 0 25862 2350 0 0 20 0 1 0 73015884 1062146048 251941 18446744073709551615 4194304 35031035 140729363755424 140729363751384 7993641 0 0 1 0 0 0 0 17 3 0 0 7 0 0 37130264 37226188 42979328 140729363759620 140729363759696 140729363759696 140729363763153 0
/proc/4642/statm: 259347 251941 231 7529 0 251794 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 1037252

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 4658
/proc/meminfo: memFree=29338868/32770624 swapFree=0/511520
[pid=4642] ppid=4639 vsize=1251620 CPUtime=342.11 cores=1,3,5,7
/proc/4642/stat : 4642 (BTD) R 4639 4642 31388 0 -1 4202496 23821235 0 0 0 31392 2819 0 0 20 0 1 0 73015884 1281658880 305533 18446744073709551615 4194304 35031035 140729363755424 140729363751384 7993641 0 0 1 0 0 0 0 17 3 0 0 7 0 0 37130264 37226188 42979328 140729363759620 140729363759696 140729363759696 140729363763153 0
/proc/4642/statm: 312951 305533 231 7529 0 305398 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 1251620

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 4660
/proc/meminfo: memFree=29126372/32770624 swapFree=0/511532
[pid=4642] ppid=4639 vsize=1466068 CPUtime=402.09 cores=1,3,5,7
/proc/4642/stat : 4642 (BTD) R 4639 4642 31388 0 -1 4202496 27752006 0 0 0 36932 3277 0 0 20 0 1 0 73015884 1501253632 359145 18446744073709551615 4194304 35031035 140729363755424 140729363751192 7993641 0 0 1 0 0 0 0 17 3 0 0 7 0 0 37130264 37226188 42979328 140729363759620 140729363759696 140729363759696 140729363763153 0
/proc/4642/statm: 366517 359145 231 7529 0 358964 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 1466068

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 4663
/proc/meminfo: memFree=28910140/32770624 swapFree=0/511552
[pid=4642] ppid=4639 vsize=1680360 CPUtime=462.08 cores=1,3,5,7
/proc/4642/stat : 4642 (BTD) R 4639 4642 31388 0 -1 4202496 31805070 0 0 0 42450 3758 0 0 20 0 1 0 73015884 1720688640 412718 18446744073709551615 4194304 35031035 140729363755424 140729363751384 7993641 0 0 1 0 0 0 0 17 3 0 0 7 0 0 37130264 37226188 42979328 140729363759620 140729363759696 140729363759696 140729363763153 0
/proc/4642/statm: 420090 412718 231 7529 0 412537 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 1680360

[startup+522.3 s]
/proc/loadavg: 2.08 2.03 2.05 4/184 4665
/proc/meminfo: memFree=28696684/32770624 swapFree=0/511560
[pid=4642] ppid=4639 vsize=1894724 CPUtime=522.05 cores=1,3,5,7
/proc/4642/stat : 4642 (BTD) R 4639 4642 31388 0 -1 4202496 35792115 0 0 0 47991 4214 0 0 20 0 1 0 73015884 1940197376 466309 18446744073709551615 4194304 35031035 140729363755424 140729363751384 7993641 0 0 1 0 0 0 0 17 3 0 0 7 0 0 37130264 37226188 42979328 140729363759620 140729363759696 140729363759696 140729363763153 0
/proc/4642/statm: 473718 466309 231 7529 0 466165 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 1894724

[startup+582.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/188 4682
/proc/meminfo: memFree=28477016/32770624 swapFree=0/511560
[pid=4642] ppid=4639 vsize=2109152 CPUtime=582.03 cores=1,3,5,7
/proc/4642/stat : 4642 (BTD) R 4639 4642 31388 0 -1 4202496 39841027 0 0 0 53522 4681 0 0 20 0 1 0 73015884 2159771648 519916 18446744073709551615 4194304 35031035 140729363755424 140729363751384 7993641 0 0 1 0 0 0 0 17 3 0 0 7 0 0 37130264 37226188 42979328 140729363759620 140729363759696 140729363759696 140729363763153 0
/proc/4642/statm: 527322 519916 231 7529 0 519769 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 2109152


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


[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/185 4826
/proc/meminfo: memFree=22081108/32770624 swapFree=0/511836
[pid=4642] ppid=4639 vsize=6348968 CPUtime=1721.8 cores=1,3,5,7
/proc/4642/stat : 4642 (BTD) R 4639 4642 31388 0 -1 4202496 80185974 0 0 0 162512 9668 0 0 20 0 1 0 73015884 6501343232 1579823 18446744073709551615 4194304 35031035 140729363755424 140729363751144 4208986 0 0 1 0 0 0 0 17 3 0 0 7 0 0 37130264 37226188 42979328 140729363759620 140729363759696 140729363759696 140729363763153 0
/proc/4642/statm: 1587242 1579823 231 7529 0 1579689 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 6348968

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/188 4842
/proc/meminfo: memFree=21846116/32770624 swapFree=0/511864
[pid=4642] ppid=4639 vsize=6577228 CPUtime=1781.79 cores=1,3,5,7
/proc/4642/stat : 4642 (BTD) R 4639 4642 31388 0 -1 4202496 81020705 0 0 0 168381 9798 0 0 20 0 1 0 73015884 6735081472 1636857 18446744073709551615 4194304 35031035 140729363755424 140729363751384 7993641 0 0 1 0 0 0 0 17 3 0 0 7 0 0 37130264 37226188 42979328 140729363759620 140729363759696 140729363759696 140729363763153 0
/proc/4642/statm: 1644229 1636857 231 7529 0 1636676 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 6577228

[startup+1842.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/189 4845
/proc/meminfo: memFree=21620184/32770624 swapFree=0/511876
[pid=4642] ppid=4639 vsize=6806104 CPUtime=1841.77 cores=1,3,5,7
/proc/4642/stat : 4642 (BTD) R 4639 4642 31388 0 -1 4202496 81857227 0 0 0 174254 9923 0 0 20 0 1 0 73015884 6969450496 1694080 18446744073709551615 4194304 35031035 140729363755424 140729363751384 6458410 0 0 1 0 0 0 0 17 3 0 0 7 0 0 37130264 37226188 42979328 140729363759620 140729363759696 140729363759696 140729363763153 0
/proc/4642/statm: 1701526 1694080 231 7529 0 1693973 0
Current children cumulated CPU time (s) 1841.77
Current children cumulated vsize (KiB) 6806104

[startup+1902.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/186 4847
/proc/meminfo: memFree=21394076/32770624 swapFree=0/511880
[pid=4642] ppid=4639 vsize=7033944 CPUtime=1901.76 cores=1,3,5,7
/proc/4642/stat : 4642 (BTD) R 4639 4642 31388 0 -1 4202496 82789939 0 0 0 180112 10064 0 0 20 0 1 0 73015884 7202758656 1751040 18446744073709551615 4194304 35031035 140729363755424 140729363751384 4208680 0 0 1 0 0 0 0 17 3 0 0 7 0 0 37130264 37226188 42979328 140729363759620 140729363759696 140729363759696 140729363763153 0
/proc/4642/statm: 1758486 1751040 231 7529 0 1750933 0
Current children cumulated CPU time (s) 1901.76
Current children cumulated vsize (KiB) 7033944

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 4849
/proc/meminfo: memFree=21167680/32770624 swapFree=0/511884
[pid=4642] ppid=4639 vsize=7260436 CPUtime=1961.75 cores=1,3,5,7
/proc/4642/stat : 4642 (BTD) R 4639 4642 31388 0 -1 4202496 83789952 0 0 0 185962 10213 0 0 20 0 1 0 73015884 7434686464 1807717 18446744073709551615 4194304 35031035 140729363755424 140729363751144 4208386 0 0 1 0 0 0 0 17 3 0 0 7 0 0 37130264 37226188 42979328 140729363759620 140729363759696 140729363759696 140729363763153 0
/proc/4642/statm: 1815109 1807717 231 7529 0 1807556 0
Current children cumulated CPU time (s) 1961.75
Current children cumulated vsize (KiB) 7260436

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 4851
/proc/meminfo: memFree=20937184/32770624 swapFree=0/511888
[pid=4642] ppid=4639 vsize=7488276 CPUtime=2021.72 cores=1,3,5,7
/proc/4642/stat : 4642 (BTD) R 4639 4642 31388 0 -1 4202496 84657185 0 0 0 191832 10340 0 0 20 0 1 0 73015884 7667994624 1864697 18446744073709551615 4194304 35031035 140729363755424 140729363751144 7993641 0 0 1 0 0 0 0 17 3 0 0 7 0 0 37130264 37226188 42979328 140729363759620 140729363759696 140729363759696 140729363763153 0
/proc/4642/statm: 1872069 1864697 231 7529 0 1864516 0
Current children cumulated CPU time (s) 2021.72
Current children cumulated vsize (KiB) 7488276

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 4854
/proc/meminfo: memFree=20707500/32770624 swapFree=0/511908
[pid=4642] ppid=4639 vsize=7716112 CPUtime=2081.72 cores=1,3,5,7
/proc/4642/stat : 4642 (BTD) R 4639 4642 31388 0 -1 4202496 85583004 0 0 0 197697 10475 0 0 20 0 1 0 73015884 7901298688 1921582 18446744073709551615 4194304 35031035 140729363755424 140729363751144 4208386 0 0 1 0 0 0 0 17 3 0 0 7 0 0 37130264 37226188 42979328 140729363759620 140729363759696 140729363759696 140729363763153 0
/proc/4642/statm: 1929028 1921582 231 7529 0 1921475 0
Current children cumulated CPU time (s) 2081.72
Current children cumulated vsize (KiB) 7716112

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 4856
/proc/meminfo: memFree=20482516/32770624 swapFree=0/511920
[pid=4642] ppid=4639 vsize=7943952 CPUtime=2141.71 cores=1,3,5,7
/proc/4642/stat : 4642 (BTD) R 4639 4642 31388 0 -1 4202496 86520491 0 0 0 203555 10616 0 0 20 0 1 0 73015884 8134606848 1978581 18446744073709551615 4194304 35031035 140729363755424 140729363751144 4208680 0 0 1 0 0 0 0 17 3 0 0 7 0 0 37130264 37226188 42979328 140729363759620 140729363759696 140729363759696 140729363763153 0
/proc/4642/statm: 1985988 1978581 231 7529 0 1978435 0
Current children cumulated CPU time (s) 2141.71
Current children cumulated vsize (KiB) 7943952

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 4859
/proc/meminfo: memFree=20251392/32770624 swapFree=0/511924
[pid=4642] ppid=4639 vsize=8171792 CPUtime=2201.72 cores=1,3,5,7
/proc/4642/stat : 4642 (BTD) R 4639 4642 31388 0 -1 4202496 87421109 0 0 0 209417 10755 0 0 20 0 1 0 73015884 8367915008 2035541 18446744073709551615 4194304 35031035 140729363755424 140729363751144 4207316 0 0 1 0 0 0 0 17 3 0 0 7 0 0 37130264 37226188 42979328 140729363759620 140729363759696 140729363759696 140729363763153 0
/proc/4642/statm: 2042948 2035541 231 7529 0 2035395 0
Current children cumulated CPU time (s) 2201.72
Current children cumulated vsize (KiB) 8171792

[startup+2262.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/185 4862
/proc/meminfo: memFree=20024568/32770624 swapFree=0/511948
[pid=4642] ppid=4639 vsize=8399632 CPUtime=2261.7 cores=1,3,5,7
/proc/4642/stat : 4642 (BTD) R 4639 4642 31388 0 -1 4202496 88211331 0 0 0 215295 10875 0 0 20 0 1 0 73015884 8601223168 2092536 18446744073709551615 4194304 35031035 140729363755424 140729363751144 7993641 0 0 1 0 0 0 0 17 3 0 0 7 0 0 37130264 37226188 42979328 140729363759620 140729363759696 140729363759696 140729363763153 0
/proc/4642/statm: 2099908 2092536 231 7529 0 2092355 0
Current children cumulated CPU time (s) 2261.7
Current children cumulated vsize (KiB) 8399632

[startup+2322.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/186 4865
/proc/meminfo: memFree=19794436/32770624 swapFree=0/511960
[pid=4642] ppid=4639 vsize=8628820 CPUtime=2321.69 cores=1,3,5,7
/proc/4642/stat : 4642 (BTD) R 4639 4642 31388 0 -1 4202496 89086516 0 0 0 221159 11010 0 0 20 0 1 0 73015884 8835911680 2149778 18446744073709551615 4194304 35031035 140729363755424 140729363751144 4208986 0 0 1 0 0 0 0 17 3 0 0 7 0 0 37130264 37226188 42979328 140729363759620 140729363759696 140729363759696 140729363763153 0
/proc/4642/statm: 2157205 2149778 231 7529 0 2149652 0
Current children cumulated CPU time (s) 2321.69
Current children cumulated vsize (KiB) 8628820

[startup+2382.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/190 4882
/proc/meminfo: memFree=19564588/32770624 swapFree=0/511988
[pid=4642] ppid=4639 vsize=8856736 CPUtime=2381.69 cores=1,3,5,7
/proc/4642/stat : 4642 (BTD) R 4639 4642 31388 0 -1 4202496 89893787 0 0 0 227037 11132 0 0 20 0 1 0 73015884 9069297664 2206812 18446744073709551615 4194304 35031035 140729363755424 140729363751144 7993641 0 0 1 0 0 0 0 17 3 0 0 7 0 0 37130264 37226188 42979328 140729363759620 140729363759696 140729363759696 140729363763153 0
/proc/4642/statm: 2214165 2206793 231 7529 0 2206612 0
Current children cumulated CPU time (s) 2381.69
Current children cumulated vsize (KiB) 8856736

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 4884
/proc/meminfo: memFree=19334628/32770624 swapFree=0/512012
[pid=4642] ppid=4639 vsize=9085740 CPUtime=2441.68 cores=1,3,5,7
/proc/4642/stat : 4642 (BTD) R 4639 4642 31388 0 -1 4202496 90751390 0 0 0 232915 11253 0 0 20 0 1 0 73015884 9303797760 2264040 18446744073709551615 4194304 35031035 140729363755424 140729363751144 4207309 0 0 1 0 0 0 0 17 3 0 0 7 0 0 37130264 37226188 42979328 140729363759620 140729363759696 140729363759696 140729363763153 0
/proc/4642/statm: 2271435 2264040 231 7529 0 2263882 0
Current children cumulated CPU time (s) 2441.68
Current children cumulated vsize (KiB) 9085740

[startup+2502.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/186 4886
/proc/meminfo: memFree=19109092/32770624 swapFree=0/512032
[pid=4642] ppid=4639 vsize=9314924 CPUtime=2501.67 cores=1,3,5,7
/proc/4642/stat : 4642 (BTD) R 4639 4642 31388 0 -1 4202496 91556021 0 0 0 238801 11366 0 0 20 0 1 0 73015884 9538482176 2321354 18446744073709551615 4194304 35031035 140729363755424 140729363751144 4207309 0 0 1 0 0 0 0 17 3 0 0 7 0 0 37130264 37226188 42979328 140729363759620 140729363759696 140729363759696 140729363763153 0
/proc/4642/statm: 2328731 2321354 231 7529 0 2321178 0
Current children cumulated CPU time (s) 2501.67
Current children cumulated vsize (KiB) 9314924



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.05 2.03 2.05 3/186 4886
/proc/meminfo: memFree=19041976/32770624 swapFree=0/512036
[pid=4642] ppid=4639 vsize=9382440 CPUtime=2519.37 cores=1,3,5,7
/proc/4642/stat : 4642 (BTD) R 4639 4642 31388 0 -1 4202496 91764752 0 0 0 240541 11396 0 0 20 0 1 0 73015884 9607618560 2338184 18446744073709551615 4194304 35031035 140729363755424 140729363751144 4207875 0 0 1 0 0 0 0 17 3 0 0 7 0 0 37130264 37226188 42979328 140729363759620 140729363759696 140729363759696 140729363763153 0
/proc/4642/statm: 2345610 2338184 231 7529 0 2338057 0
Current children cumulated CPU time (s) 2519.37
Current children cumulated vsize (KiB) 9382440

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

[startup+2520.21 s]
/proc/loadavg: 2.05 2.03 2.05 3/186 4886
/proc/meminfo: memFree=24602624/32770624 swapFree=0/512036
[pid=4642] ppid=4639 vsize=0 CPUtime=2519.57 cores=1,3,5,7
/proc/4642/stat : 4642 (BTD) R 4639 4642 31388 0 -1 4203524 91764752 0 0 0 240541 11416 0 0 20 0 1 0 73015884 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 3 0 0 7 0 0 0 0 0 0 0 0 0 0
/proc/4642/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2519.57
Current children cumulated vsize (KiB) 0

[startup+2520.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/186 4886
/proc/meminfo: memFree=24602624/32770624 swapFree=0/512036
[pid=4642] ppid=4639 vsize=0 CPUtime=2519.67 cores=1,3,5,7
/proc/4642/stat : 4642 (BTD) R 4639 4642 31388 0 -1 4203524 91764752 0 0 0 240541 11426 0 0 20 0 1 0 73015884 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 3 0 0 7 0 0 0 0 0 0 0 0 0 0
/proc/4642/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2519.67
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2520.31
CPU time (s): 2519.68
CPU user time (s): 2405.41
CPU system time (s): 114.273
CPU usage (%): 99.9752
Max. virtual memory (cumulated for all children) (KiB): 9382440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2405.41
system time used= 114.273
maximum resident set size= 9352944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91764752
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= 1013
involuntary context switches= 2178

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.03902 second user time and 9.24294 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-09 06:51:00
IDJOB=4260409
IDBENCH=139256
IDSOLVER=2648
FILE ID=node134/4260409-1502255097
RUNJOBID= node134-1502234584-31452
PBS_JOBID= 
Free space on /tmp= 61992 MiB

SOLVER NAME= BTD 2017-07-25
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-4260409-1502255097/watcher-4260409-1502255097 -o /tmp/evaluation-result-4260409-1502255097/solver-4260409-1502255097 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502234584-31452 --watchdog 2580  BTD 2520 HOME/instance-4260409-1502255097.xml

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

MD5SUM BENCH= 4da452dd6a7f9c00a5696d6c71e9e662
RANDOM SEED=452464014

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30560272 kB
MemAvailable:   31438256 kB
Buffers:          245492 kB
Cached:           928180 kB
SwapCached:            0 kB
Active:          1235324 kB
Inactive:         542908 kB
Active(anon):     606832 kB
Inactive(anon):    31224 kB
Active(file):     628492 kB
Inactive(file):   511684 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             39044 kB
Writeback:             0 kB
AnonPages:        604496 kB
Mapped:            48588 kB
Shmem:             33468 kB
Slab:             133608 kB
SReclaimable:     107288 kB
SUnreclaim:        26320 kB
KernelStack:        3296 kB
PageTables:         6488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     875352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    548864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61956 MiB
End job on node134 at 2017-08-09 07:33:01