Trace number 4309880

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 NameAnswerobjective functionCPU timeWall clock time
PicatSAT 2018-08-14? (TO) 2520.1 2519.94

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-06-0500_c18.xml
MD5SUM26cacd4a9bde3a1253c36df99f6e4e09
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark840126924
Best CPU time to get the best result obtained on this benchmark2520.18
Satisfiable
(Un)Satisfiability was proved
Number of variables10160
Number of constraints6531
Number of domains106
Minimum domain size2
Maximum domain size145
Distribution of domain sizes[{"size":2,"count":3553},{"size":11,"count":3053},{"size":12,"count":1},{"size":21,"count":9},{"size":23,"count":9},{"size":27,"count":52},{"size":35,"count":16},{"size":38,"count":8},{"size":40,"count":2},{"size":41,"count":37},{"size":43,"count":6},{"size":44,"count":11},{"size":47,"count":21},{"size":49,"count":6},{"size":51,"count":47},{"size":52,"count":4},{"size":53,"count":30},{"size":54,"count":5},{"size":55,"count":1},{"size":60,"count":9},{"size":62,"count":1},{"size":63,"count":27},{"size":65,"count":4},{"size":66,"count":19},{"size":67,"count":33},"...",{"size":102,"count":4}, {"size":103,"count":90}, {"size":104,"count":17}, {"size":105,"count":47}, {"size":107,"count":63}, {"size":108,"count":9}, {"size":109,"count":6}, {"size":111,"count":2}, {"size":112,"count":15}, {"size":113,"count":24}, {"size":116,"count":10}, {"size":117,"count":31}, {"size":119,"count":112}, {"size":120,"count":118}, {"size":121,"count":1}, {"size":122,"count":56}, {"size":129,"count":2}, {"size":131,"count":39}, {"size":132,"count":4}, {"size":133,"count":22}, {"size":136,"count":37}, {"size":138,"count":41}, {"size":139,"count":70}, {"size":140,"count":148}, {"size":145,"count":1779}]
Minimum variable degree2
Maximum variable degree3054
Distribution of variable degrees[{"degree":2,"count":9160},{"degree":3,"count":4},{"degree":4,"count":4},{"degree":5,"count":14},{"degree":6,"count":18},{"degree":7,"count":34},{"degree":8,"count":46},{"degree":9,"count":47},{"degree":10,"count":58},{"degree":11,"count":53},{"degree":12,"count":75},{"degree":13,"count":101},{"degree":14,"count":110},{"degree":15,"count":138},{"degree":16,"count":215},{"degree":17,"count":78},{"degree":18,"count":3},{"degree":19,"count":1},{"degree":3054,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":425},{"arity":3,"count":3053},{"arity":6,"count":3053}]
Number of extensional constraints3053
Number of intensional constraints3478
Distribution of constraint types[{"type":"extension","count":3053},{"type":"intension","count":3478}]
Optimization problemYES
Type of objectivemin SUM

Solver Data


Verifier Data

One s line expected

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13803 MiB free)
  memory of node 1: 16384 MiB (9200 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309880-1534304188/watcher-4309880-1534304188 -o /tmp/evaluation-result-4309880-1534304188/solver-4309880-1534304188 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534293186-11148 --watchdog 2580 xcsp_picat HOME/instance-4309880-1534304188.xml 

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=12591, runsolver pid=12588

[startup+0.100425 s]*
/proc/loadavg: 2.00 2.01 2.05 3/191 12592
/proc/meminfo: memFree=23534060/32770624 swapFree=67108852/67108860
[pid=12591] ppid=12588 vsize=2025744 memory=24412 CPUtime=0.1 cores=1,3,5,7
/proc/12591/stat : 12591 (xcsp_picat) R 12588 12591 11116 0 -1 4202496 1691 0 0 0 10 0 0 0 20 0 1 0 247982041 2074361856 6103 33554432000 4194304 5849940 140721459411728 140721459411032 4476470 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 35987456 140721459418294 140721459418372 140721459418372 140721459421130 0
/proc/12591/statm: 506436 6103 596 405 0 503380 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 24412 KiB

[startup+0.209892 s]*
/proc/loadavg: 2.00 2.01 2.05 4/191 12592
/proc/meminfo: memFree=23527916/32770624 swapFree=67108852/67108860
[pid=12591] ppid=12588 vsize=2025744 memory=30556 CPUtime=0.21 cores=1,3,5,7
/proc/12591/stat : 12591 (xcsp_picat) R 12588 12591 11116 0 -1 4202496 1694 0 0 0 21 0 0 0 20 0 1 0 247982041 2074361856 7639 33554432000 4194304 5849940 140721459411728 140721459411032 140017981553664 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 35987456 140721459418294 140721459418372 140721459418372 140721459421130 0
/proc/12591/statm: 506436 7639 596 405 0 503380 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 30556 KiB

[startup+0.30966 s]*
/proc/loadavg: 2.00 2.01 2.05 3/191 12592
/proc/meminfo: memFree=23521532/32770624 swapFree=67108852/67108860
[pid=12591] ppid=12588 vsize=2025744 memory=36700 CPUtime=0.31 cores=1,3,5,7
/proc/12591/stat : 12591 (xcsp_picat) R 12588 12591 11116 0 -1 4202496 1697 0 0 0 31 0 0 0 20 0 1 0 247982041 2074361856 9175 33554432000 4194304 5849940 140721459411728 140721459411032 4548541 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 35987456 140721459418294 140721459418372 140721459418372 140721459421130 0
/proc/12591/statm: 506436 9175 596 405 0 503380 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 36700 KiB

[startup+0.700323 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 12592
/proc/meminfo: memFree=23509308/32770624 swapFree=67108852/67108860
[pid=12591] ppid=12588 vsize=2025744 memory=61276 CPUtime=0.69 cores=1,3,5,7
/proc/12591/stat : 12591 (xcsp_picat) R 12588 12591 11116 0 -1 4202496 1709 0 0 0 68 1 0 0 20 0 1 0 247982041 2074361856 15319 33554432000 4194304 5849940 140721459411728 140721459411032 4485470 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 35987456 140721459418294 140721459418372 140721459418372 140721459421130 0
/proc/12591/statm: 506436 15319 596 405 0 503380 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 61276 KiB

[startup+1.50036 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 12592
/proc/meminfo: memFree=23480520/32770624 swapFree=67108852/67108860
[pid=12591] ppid=12588 vsize=2025744 memory=108544 CPUtime=1.49 cores=1,3,5,7
/proc/12591/stat : 12591 (xcsp_picat) R 12588 12591 11116 0 -1 4202496 1732 0 0 0 148 1 0 0 20 0 1 0 247982041 2074361856 27136 33554432000 4194304 5849940 140721459411728 140721459411032 4850736 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 35987456 140721459418294 140721459418372 140721459418372 140721459421130 0
/proc/12591/statm: 506436 27136 628 405 0 503380 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 108544 KiB

[startup+3.10964 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 12592
/proc/meminfo: memFree=23357392/32770624 swapFree=67108852/67108860
[pid=12591] ppid=12588 vsize=2025744 memory=206848 CPUtime=3.1 cores=1,3,5,7
/proc/12591/stat : 12591 (xcsp_picat) R 12588 12591 11116 0 -1 4202496 1873 0 0 0 307 3 0 0 20 0 1 0 247982041 2074361856 51712 33554432000 4194304 5849940 140721459411728 140721459411032 140017981073328 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 35987456 140721459418294 140721459418372 140721459418372 140721459421130 0
/proc/12591/statm: 506436 51712 628 405 0 503380 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 206848 KiB

[startup+6.30037 s]
/proc/loadavg: 2.00 2.01 2.05 4/191 12592
/proc/meminfo: memFree=23138996/32770624 swapFree=67108852/67108860
[pid=12591] ppid=12588 vsize=2025744 memory=397312 CPUtime=6.29 cores=1,3,5,7
/proc/12591/stat : 12591 (xcsp_picat) R 12588 12591 11116 0 -1 4202496 1994 0 0 0 619 10 0 0 20 0 1 0 247982041 2074361856 99328 33554432000 4194304 5849940 140721459411728 140721459411032 4376779 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35987456 140721459418294 140721459418372 140721459418372 140721459421130 0
/proc/12591/statm: 506436 99328 628 405 0 503380 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 397312 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 12592
/proc/meminfo: memFree=22788976/32770624 swapFree=67108852/67108860
[pid=12591] ppid=12588 vsize=2025744 memory=784384 CPUtime=12.69 cores=1,3,5,7
/proc/12591/stat : 12591 (xcsp_picat) R 12588 12591 11116 0 -1 4202496 2307 0 0 0 1253 16 0 0 20 0 1 0 247982041 2074361856 196096 33554432000 4194304 5849940 140721459411728 140721459411032 140017981553664 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35987456 140721459418294 140721459418372 140721459418372 140721459421130 0
/proc/12591/statm: 506436 196096 628 405 0 503380 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 784384 KiB

[startup+25.5097 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 12592
/proc/meminfo: memFree=22003220/32770624 swapFree=67108852/67108860
[pid=12591] ppid=12588 vsize=2025744 memory=1556480 CPUtime=25.49 cores=1,3,5,7
/proc/12591/stat : 12591 (xcsp_picat) R 12588 12591 11116 0 -1 4202496 2843 0 0 0 2521 28 0 0 20 0 1 0 247982041 2074361856 389120 33554432000 4194304 5849940 140721459411728 140721459411032 140017981553664 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35987456 140721459418294 140721459418372 140721459418372 140721459421130 0
/proc/12591/statm: 506436 389120 628 405 0 503380 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 1556480 KiB

[startup+51.1004 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 12593
/proc/meminfo: memFree=20501588/32770624 swapFree=67108852/67108860
[pid=12591] ppid=12588 vsize=4214704 memory=3049456 CPUtime=51.09 cores=1,3,5,7
/proc/12591/stat : 12591 (xcsp_picat) R 12588 12591 11116 0 -1 4202496 9391 0 0 0 5053 56 0 0 20 0 1 0 247982041 4315856896 762364 33554432000 4194304 5849940 140721459411728 140721459411048 5252893 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35987456 140721459418294 140721459418372 140721459418372 140721459421130 0
/proc/12591/statm: 1053676 762364 665 405 0 1050620 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 4214704 KiB
Current children cumulated memory: 3049456 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 12594
/proc/meminfo: memFree=14205960/32770624 swapFree=67108852/67108860
[pid=12591] ppid=12588 vsize=14516176 memory=9332324 CPUtime=102.29 cores=1,3,5,7
/proc/12591/stat : 12591 (xcsp_picat) R 12588 12591 11116 0 -1 4202496 40957 0 0 0 9799 430 0 0 20 0 1 0 247982041 14864564224 2333081 33554432000 4194304 5849940 140721459411728 140721459410728 5269659 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35987456 140721459418294 140721459418372 140721459418372 140721459421130 0
/proc/12591/statm: 3629044 2333081 665 405 0 3625988 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 14516176 KiB
Current children cumulated memory: 9332324 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 12595
/proc/meminfo: memFree=15985176/32770624 swapFree=67108852/67108860
[pid=12591] ppid=12588 vsize=10936424 memory=7553036 CPUtime=162.3 cores=1,3,5,7
/proc/12591/stat : 12591 (xcsp_picat) R 12588 12591 11116 0 -1 4202496 52563 0 0 0 15729 501 0 0 20 0 1 0 247982041 11198898176 1888259 33554432000 4194304 5849940 140721459411728 140721459410600 5395527 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35987456 140721459418294 140721459418372 140721459418372 140721459421130 0
/proc/12591/statm: 2734106 1888259 733 405 0 2731050 0
Current children cumulated CPU time: 162.3 s
Current children cumulated vsize: 10936424 KiB
Current children cumulated memory: 7553036 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 12603
/proc/meminfo: memFree=15848592/32770624 swapFree=67108852/67108860
[pid=12591] ppid=12588 vsize=11067496 memory=7684208 CPUtime=222.3 cores=1,3,5,7
/proc/12591/stat : 12591 (xcsp_picat) R 12588 12591 11116 0 -1 4202496 71883 0 0 0 21722 508 0 0 20 0 1 0 247982041 11333115904 1921052 33554432000 4194304 5849940 140721459411728 140721459410216 5319920 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35987456 140721459418294 140721459418372 140721459418372 140721459421130 0
/proc/12591/statm: 2766874 1921052 758 405 0 2763818 0
Current children cumulated CPU time: 222.3 s
Current children cumulated vsize: 11067496 KiB
Current children cumulated memory: 7684208 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 12604
/proc/meminfo: memFree=15895040/32770624 swapFree=67108852/67108860
[pid=12591] ppid=12588 vsize=11067496 memory=7684208 CPUtime=282.3 cores=1,3,5,7
/proc/12591/stat : 12591 (xcsp_picat) R 12588 12591 11116 0 -1 4202496 124041 0 0 0 27716 514 0 0 20 0 1 0 247982041 11333115904 1921052 33554432000 4194304 5849940 140721459411728 140721459410216 5319922 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35987456 140721459418294 140721459418372 140721459418372 140721459421130 0
/proc/12591/statm: 2766874 1921052 758 405 0 2763818 0
Current children cumulated CPU time: 282.3 s
Current children cumulated vsize: 11067496 KiB
Current children cumulated memory: 7684208 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 12606
/proc/meminfo: memFree=15880532/32770624 swapFree=67108852/67108860
[pid=12591] ppid=12588 vsize=11067496 memory=7684208 CPUtime=342.3 cores=1,3,5,7
/proc/12591/stat : 12591 (xcsp_picat) R 12588 12591 11116 0 -1 4202496 174154 0 0 0 33710 520 0 0 20 0 1 0 247982041 11333115904 1921052 33554432000 4194304 5849940 140721459411728 140721459410216 5319922 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35987456 140721459418294 140721459418372 140721459418372 140721459421130 0
/proc/12591/statm: 2766874 1921052 758 405 0 2763818 0
Current children cumulated CPU time: 342.3 s
Current children cumulated vsize: 11067496 KiB
Current children cumulated memory: 7684208 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 12608
/proc/meminfo: memFree=15880620/32770624 swapFree=67108852/67108860
[pid=12591] ppid=12588 vsize=11067496 memory=7684208 CPUtime=402.3 cores=1,3,5,7
/proc/12591/stat : 12591 (xcsp_picat) R 12588 12591 11116 0 -1 4202496 222672 0 0 0 39706 524 0 0 20 0 1 0 247982041 11333115904 1921052 33554432000 4194304 5849940 140721459411728 140721459410216 5319922 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35987456 140721459418294 140721459418372 140721459418372 140721459421130 0
/proc/12591/statm: 2766874 1921052 758 405 0 2763818 0
Current children cumulated CPU time: 402.3 s
Current children cumulated vsize: 11067496 KiB
Current children cumulated memory: 7684208 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 12609
/proc/meminfo: memFree=15865612/32770624 swapFree=67108852/67108860
[pid=12591] ppid=12588 vsize=11067496 memory=7684208 CPUtime=462.3 cores=1,3,5,7
/proc/12591/stat : 12591 (xcsp_picat) R 12588 12591 11116 0 -1 4202496 269888 0 0 0 45703 527 0 0 20 0 1 0 247982041 11333115904 1921052 33554432000 4194304 5849940 140721459411728 140721459410216 5319935 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35987456 140721459418294 140721459418372 140721459418372 140721459421130 0
/proc/12591/statm: 2766874 1921052 758 405 0 2763818 0
Current children cumulated CPU time: 462.3 s
Current children cumulated vsize: 11067496 KiB
Current children cumulated memory: 7684208 KiB


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

/proc/12591/statm: 2748534 1902719 764 405 0 2745478 0
Current children cumulated CPU time: 1782.4 s
Current children cumulated vsize: 10994136 KiB
Current children cumulated memory: 7610876 KiB

[startup+1842.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/191 12796
/proc/meminfo: memFree=16146624/32770624 swapFree=67108852/67108860
[pid=12591] ppid=12588 vsize=10994136 memory=7610876 CPUtime=1842.4 cores=1,3,5,7
/proc/12591/stat : 12591 (xcsp_picat) R 12588 12591 11116 0 -1 4202496 4567723 0 0 0 183176 1064 0 0 20 0 1 0 247982041 11257995264 1902719 33554432000 4194304 5849940 140721459411728 140721459410728 140017981575047 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35987456 140721459418294 140721459418372 140721459418372 140721459421130 0
/proc/12591/statm: 2748534 1902719 764 405 0 2745478 0
Current children cumulated CPU time: 1842.4 s
Current children cumulated vsize: 10994136 KiB
Current children cumulated memory: 7610876 KiB

[startup+1902.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/192 12798
/proc/meminfo: memFree=16001196/32770624 swapFree=67108852/67108860
[pid=12591] ppid=12588 vsize=10993896 memory=7610636 CPUtime=1902.4 cores=1,3,5,7
/proc/12591/stat : 12591 (xcsp_picat) R 12588 12591 11116 0 -1 4202496 4795119 0 0 0 189141 1099 0 0 20 0 1 0 247982041 11257749504 1902659 33554432000 4194304 5849940 140721459411728 140721459410488 5316557 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35987456 140721459418294 140721459418372 140721459418372 140721459421130 0
/proc/12591/statm: 2748474 1902659 764 405 0 2745418 0
Current children cumulated CPU time: 1902.4 s
Current children cumulated vsize: 10993896 KiB
Current children cumulated memory: 7610636 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 12799
/proc/meminfo: memFree=16131736/32770624 swapFree=67108852/67108860
[pid=12591] ppid=12588 vsize=10993896 memory=7610636 CPUtime=1962.4 cores=1,3,5,7
/proc/12591/stat : 12591 (xcsp_picat) R 12588 12591 11116 0 -1 4202496 5018284 0 0 0 195111 1129 0 0 20 0 1 0 247982041 11257749504 1902659 33554432000 4194304 5849940 140721459411728 140721459410728 140017981163463 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35987456 140721459418294 140721459418372 140721459418372 140721459421130 0
/proc/12591/statm: 2748474 1902659 764 405 0 2745418 0
Current children cumulated CPU time: 1962.4 s
Current children cumulated vsize: 10993896 KiB
Current children cumulated memory: 7610636 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 12807
/proc/meminfo: memFree=16128868/32770624 swapFree=67108852/67108860
[pid=12591] ppid=12588 vsize=10993716 memory=7610456 CPUtime=2022.41 cores=1,3,5,7
/proc/12591/stat : 12591 (xcsp_picat) R 12588 12591 11116 0 -1 4202496 5215557 0 0 0 201070 1171 0 0 20 0 1 0 247982041 11257565184 1902614 33554432000 4194304 5849940 140721459411728 140721459410728 5339618 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35987456 140721459418294 140721459418372 140721459418372 140721459421130 0
/proc/12591/statm: 2748429 1902614 764 405 0 2745373 0
Current children cumulated CPU time: 2022.41 s
Current children cumulated vsize: 10993716 KiB
Current children cumulated memory: 7610456 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 12808
/proc/meminfo: memFree=16114560/32770624 swapFree=67108852/67108860
[pid=12591] ppid=12588 vsize=10993716 memory=7610456 CPUtime=2082.42 cores=1,3,5,7
/proc/12591/stat : 12591 (xcsp_picat) R 12588 12591 11116 0 -1 4202496 5468630 0 0 0 207039 1203 0 0 20 0 1 0 247982041 11257565184 1902614 33554432000 4194304 5849940 140721459411728 140721459410728 5335818 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35987456 140721459418294 140721459418372 140721459418372 140721459421130 0
/proc/12591/statm: 2748429 1902614 764 405 0 2745373 0
Current children cumulated CPU time: 2082.42 s
Current children cumulated vsize: 10993716 KiB
Current children cumulated memory: 7610456 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 12809
/proc/meminfo: memFree=16090256/32770624 swapFree=67108852/67108860
[pid=12591] ppid=12588 vsize=10993496 memory=7610236 CPUtime=2142.42 cores=1,3,5,7
/proc/12591/stat : 12591 (xcsp_picat) R 12588 12591 11116 0 -1 4202496 5696041 0 0 0 212996 1246 0 0 20 0 1 0 247982041 11257339904 1902559 33554432000 4194304 5849940 140721459411728 140721459410728 5307802 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35987456 140721459418294 140721459418372 140721459418372 140721459421130 0
/proc/12591/statm: 2748374 1902559 764 405 0 2745318 0
Current children cumulated CPU time: 2142.42 s
Current children cumulated vsize: 10993496 KiB
Current children cumulated memory: 7610236 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 12811
/proc/meminfo: memFree=16093988/32770624 swapFree=67108852/67108860
[pid=12591] ppid=12588 vsize=10993496 memory=7610236 CPUtime=2202.42 cores=1,3,5,7
/proc/12591/stat : 12591 (xcsp_picat) R 12588 12591 11116 0 -1 4202496 5928210 0 0 0 218965 1277 0 0 20 0 1 0 247982041 11257339904 1902559 33554432000 4194304 5849940 140721459411728 140721459410728 5311633 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35987456 140721459418294 140721459418372 140721459418372 140721459421130 0
/proc/12591/statm: 2748374 1902559 764 405 0 2745318 0
Current children cumulated CPU time: 2202.42 s
Current children cumulated vsize: 10993496 KiB
Current children cumulated memory: 7610236 KiB

[startup+2262.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/192 12813
/proc/meminfo: memFree=16037376/32770624 swapFree=67108852/67108860
[pid=12591] ppid=12588 vsize=10993496 memory=7610236 CPUtime=2262.43 cores=1,3,5,7
/proc/12591/stat : 12591 (xcsp_picat) R 12588 12591 11116 0 -1 4202496 6159657 0 0 0 224923 1320 0 0 20 0 1 0 247982041 11257339904 1902559 33554432000 4194304 5849940 140721459411728 140721459410728 5437815 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35987456 140721459418294 140721459418372 140721459418372 140721459421130 0
/proc/12591/statm: 2748374 1902559 764 405 0 2745318 0
Current children cumulated CPU time: 2262.43 s
Current children cumulated vsize: 10993496 KiB
Current children cumulated memory: 7610236 KiB

[startup+2322.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/192 12814
/proc/meminfo: memFree=16034564/32770624 swapFree=67108852/67108860
[pid=12591] ppid=12588 vsize=10993156 memory=7609896 CPUtime=2322.43 cores=1,3,5,7
/proc/12591/stat : 12591 (xcsp_picat) R 12588 12591 11116 0 -1 4202496 6365504 0 0 0 230886 1357 0 0 20 0 1 0 247982041 11256991744 1902474 33554432000 4194304 5849940 140721459411728 140721459410728 140017981575047 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35987456 140721459418294 140721459418372 140721459418372 140721459421130 0
/proc/12591/statm: 2748289 1902474 764 405 0 2745233 0
Current children cumulated CPU time: 2322.43 s
Current children cumulated vsize: 10993156 KiB
Current children cumulated memory: 7609896 KiB

[startup+2382.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/192 12815
/proc/meminfo: memFree=16074332/32770624 swapFree=67108852/67108860
[pid=12591] ppid=12588 vsize=10993156 memory=7609896 CPUtime=2382.44 cores=1,3,5,7
/proc/12591/stat : 12591 (xcsp_picat) R 12588 12591 11116 0 -1 4202496 6606898 0 0 0 236840 1404 0 0 20 0 1 0 247982041 11256991744 1902474 33554432000 4194304 5849940 140721459411728 140721459410376 140017981575047 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35987456 140721459418294 140721459418372 140721459418372 140721459421130 0
/proc/12591/statm: 2748289 1902474 764 405 0 2745233 0
Current children cumulated CPU time: 2382.44 s
Current children cumulated vsize: 10993156 KiB
Current children cumulated memory: 7609896 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 12816
/proc/meminfo: memFree=16006908/32770624 swapFree=67108852/67108860
[pid=12591] ppid=12588 vsize=10993156 memory=7609896 CPUtime=2442.45 cores=1,3,5,7
/proc/12591/stat : 12591 (xcsp_picat) R 12588 12591 11116 0 -1 4202496 6813429 0 0 0 242800 1445 0 0 20 0 1 0 247982041 11256991744 1902474 33554432000 4194304 5849940 140721459411728 140721459410376 140017981575047 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35987456 140721459418294 140721459418372 140721459418372 140721459421130 0
/proc/12591/statm: 2748289 1902474 764 405 0 2745233 0
Current children cumulated CPU time: 2442.45 s
Current children cumulated vsize: 10993156 KiB
Current children cumulated memory: 7609896 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 12817
/proc/meminfo: memFree=15931556/32770624 swapFree=67108852/67108860
[pid=12591] ppid=12588 vsize=10992844 memory=7609584 CPUtime=2502.45 cores=1,3,5,7
/proc/12591/stat : 12591 (xcsp_picat) R 12588 12591 11116 0 -1 4202496 7030944 0 0 0 248760 1485 0 0 20 0 1 0 247982041 11256672256 1902396 33554432000 4194304 5849940 140721459411728 140721459410728 5437808 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35987456 140721459418294 140721459418372 140721459418372 140721459421130 0
/proc/12591/statm: 2748211 1902396 764 405 0 2745155 0
Current children cumulated CPU time: 2502.45 s
Current children cumulated vsize: 10992844 KiB
Current children cumulated memory: 7609584 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.9 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 12819
/proc/meminfo: memFree=15931696/32770624 swapFree=67108852/67108860
[pid=12591] ppid=12588 vsize=10992844 memory=7609584 CPUtime=2520.05 cores=1,3,5,7
/proc/12591/stat : 12591 (xcsp_picat) R 12588 12591 11116 0 -1 4202496 7075306 0 0 0 250511 1494 0 0 20 0 1 0 247982041 11256672256 1902396 33554432000 4194304 5849940 140721459411728 140721459410728 5437817 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35987456 140721459418294 140721459418372 140721459418372 140721459421130 0
/proc/12591/statm: 2748211 1902396 764 405 0 2745155 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10992844 KiB
Current children cumulated memory: 7609584 KiB

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

[startup+2519.94 s]
# the end of solver process 12591 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2505.11 s, system=14.9909 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2519.9 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 12819
/proc/meminfo: memFree=15931696/32770624 swapFree=67108852/67108860
[pid=12591] ppid=12588 vsize=10992844 memory=7609584 CPUtime=2520.05 cores=1,3,5,7
/proc/12591/stat : 12591 (xcsp_picat) R 12588 12591 11116 0 -1 4202496 7075306 0 0 0 250511 1494 0 0 20 0 1 0 247982041 11256672256 1902396 33554432000 4194304 5849940 140721459411728 140721459410728 5437817 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35987456 140721459418294 140721459418372 140721459418372 140721459421130 0
/proc/12591/statm: 2748211 1902396 764 405 0 2745155 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10992844 KiB
Current children cumulated memory: 7609584 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2519.94
CPU time (s): 2520.1
CPU user time (s): 2505.11
CPU system time (s): 14.9909
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 14516176
Max. memory (cumulated for all children) (KiB): 9332324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2505.11
system time used= 14.9909
maximum resident set size= 9332324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7075306
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= 3
involuntary context switches= 1453


# summary of solver processes directly reported to runsolver:
#   pid: 12591
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2505.11
#   total CPU system time (s): 14.9909

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7467 second user time and 15.4556 second system time

The end

Launcher Data

Begin job on node133 at 2018-08-15 05:36:29
IDJOB=4309880
IDBENCH=141266
IDSOLVER=2794
FILE ID=node133/4309880-1534304188
RUNJOBID= node133-1534293186-11148
PBS_JOBID= 21038139
Free space on /tmp= 39168 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-06-0500_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309880-1534304188/watcher-4309880-1534304188 -o /tmp/evaluation-result-4309880-1534304188/solver-4309880-1534304188 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534293186-11148 --watchdog 2580  xcsp_picat HOME/instance-4309880-1534304188.xml

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

MD5SUM BENCH= 26cacd4a9bde3a1253c36df99f6e4e09
RANDOM SEED=528065399

node133.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.24
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.24
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.24
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.24
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:        23556668 kB
MemAvailable:   31630824 kB
Buffers:          148828 kB
Cached:          8165528 kB
SwapCached:            4 kB
Active:          4658080 kB
Inactive:        3978228 kB
Active(anon):     272484 kB
Inactive(anon):   109924 kB
Active(file):    4385596 kB
Inactive(file):  3868304 kB
Unevictable:        7072 kB
Mlocked:            7072 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:            220072 kB
Writeback:             0 kB
AnonPages:        330560 kB
Mapped:            57796 kB
Shmem:             58008 kB
Slab:             276620 kB
SReclaimable:     248716 kB
SUnreclaim:        27904 kB
KernelStack:        3424 kB
PageTables:         6140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2561948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    202752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 39168 MiB
End job on node133 at 2018-08-15 06:18:29