Trace number 4395532

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 2019-09-12? (TO) 2400.15 2400.11

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-20-0420_c18.xml
MD5SUMa9a1ecda6b6f8f1e99c2d233168bcaa1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark506362597
Best CPU time to get the best result obtained on this benchmark131.185
Satisfiable
(Un)Satisfiability was proved
Number of variables7590
Number of constraints4736
Number of domains77
Minimum domain size1
Maximum domain size151
Distribution of domain sizes[{"size":1,"count":5},{"size":2,"count":2665},{"size":11,"count":2250},{"size":12,"count":1},{"size":25,"count":16},{"size":29,"count":112},{"size":33,"count":7},{"size":35,"count":61},{"size":39,"count":31},{"size":41,"count":3},{"size":44,"count":12},{"size":45,"count":29},{"size":47,"count":9},{"size":48,"count":23},{"size":49,"count":22},{"size":50,"count":3},{"size":51,"count":51},{"size":52,"count":61},{"size":54,"count":8},{"size":57,"count":6},{"size":58,"count":4},{"size":59,"count":3},{"size":60,"count":3},{"size":61,"count":12},{"size":63,"count":25},"...",{"size":92,"count":2}, {"size":93,"count":25}, {"size":97,"count":3}, {"size":101,"count":4}, {"size":102,"count":9}, {"size":103,"count":191}, {"size":105,"count":1}, {"size":108,"count":5}, {"size":109,"count":2}, {"size":111,"count":1}, {"size":112,"count":6}, {"size":115,"count":10}, {"size":116,"count":22}, {"size":118,"count":95}, {"size":122,"count":59}, {"size":123,"count":1}, {"size":124,"count":1}, {"size":125,"count":117}, {"size":126,"count":92}, {"size":127,"count":5}, {"size":137,"count":27}, {"size":138,"count":29}, {"size":140,"count":24}, {"size":141,"count":77}, {"size":151,"count":1259}]
Minimum variable degree2
Maximum variable degree2251
Distribution of variable degrees[{"degree":2,"count":6752},{"degree":3,"count":9},{"degree":4,"count":14},{"degree":5,"count":23},{"degree":6,"count":28},{"degree":7,"count":33},{"degree":8,"count":45},{"degree":9,"count":53},{"degree":10,"count":63},{"degree":11,"count":79},{"degree":12,"count":105},{"degree":13,"count":196},{"degree":14,"count":147},{"degree":15,"count":22},{"degree":16,"count":8},{"degree":17,"count":9},{"degree":18,"count":1},{"degree":19,"count":1},{"degree":20,"count":1},{"degree":2251,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":237},{"arity":3,"count":2249},{"arity":6,"count":2250}]
Number of extensional constraints2250
Number of intensional constraints2486
Distribution of constraint types[{"type":"extension","count":2250},{"type":"intension","count":2486}]
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 (14930 MiB free)
  memory of node 1: 16384 MiB (15030 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395532-1568350651/watcher-4395532-1568350651 -o /tmp/evaluation-result-4395532-1568350651/solver-4395532-1568350651 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568333755-10547 --watchdog 2560 xcsp_picat HOME/instance-4395532-1568350651.xml 

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

solver pid=14539, runsolver pid=14536

[startup+0.100113 s]*
/proc/loadavg: 2.00 2.01 2.04 3/199 14540
/proc/meminfo: memFree=30658804/32770624 swapFree=66934004/67108860
[pid=14539] ppid=14536 vsize=2031716 memory=25216 CPUtime=0.1 cores=0,2,4,6
/proc/14539/stat : 14539 (xcsp_picat) R 14536 14539 10516 0 -1 4202496 1369 0 0 0 10 0 0 0 20 0 1 0 411336650 2080477184 6304 33554432000 4194304 5870510 140736378913600 140736378910744 139680947121152 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 33103872 140736378922015 140736378922093 140736378922093 140736378925002 0
/proc/14539/statm: 507929 6304 848 410 0 503402 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 25216 KiB

[startup+0.209879 s]*
/proc/loadavg: 2.00 2.01 2.04 3/199 14540
/proc/meminfo: memFree=30653124/32770624 swapFree=66934004/67108860
[pid=14539] ppid=14536 vsize=2031716 memory=31360 CPUtime=0.2 cores=0,2,4,6
/proc/14539/stat : 14539 (xcsp_picat) R 14536 14539 10516 0 -1 4202496 1372 0 0 0 20 0 0 0 20 0 1 0 411336650 2080477184 7840 33554432000 4194304 5870510 140736378913600 140736378912904 139680947121152 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 33103872 140736378922015 140736378922093 140736378922093 140736378925002 0
/proc/14539/statm: 507929 7840 848 410 0 503402 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 31360 KiB

[startup+0.309651 s]*
/proc/loadavg: 2.00 2.01 2.04 3/199 14540
/proc/meminfo: memFree=30646980/32770624 swapFree=66934004/67108860
[pid=14539] ppid=14536 vsize=2031716 memory=37504 CPUtime=0.3 cores=0,2,4,6
/proc/14539/stat : 14539 (xcsp_picat) R 14536 14539 10516 0 -1 4202496 1375 0 0 0 30 0 0 0 20 0 1 0 411336650 2080477184 9376 33554432000 4194304 5870510 140736378913600 140736378912904 139680947121152 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 33103872 140736378922015 140736378922093 140736378922093 140736378925002 0
/proc/14539/statm: 507929 9376 848 410 0 503402 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 37504 KiB

[startup+0.700289 s]
/proc/loadavg: 2.00 2.01 2.04 3/199 14540
/proc/meminfo: memFree=30579148/32770624 swapFree=66934004/67108860
[pid=14539] ppid=14536 vsize=2031716 memory=57984 CPUtime=0.69 cores=0,2,4,6
/proc/14539/stat : 14539 (xcsp_picat) R 14536 14539 10516 0 -1 4202496 1385 0 0 0 68 1 0 0 20 0 1 0 411336650 2080477184 14496 33554432000 4194304 5870510 140736378913600 140736378912904 4520559 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 33103872 140736378922015 140736378922093 140736378922093 140736378925002 0
/proc/14539/statm: 507929 14496 848 410 0 503402 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 57984 KiB

[startup+1.50029 s]
/proc/loadavg: 2.00 2.01 2.04 3/199 14540
/proc/meminfo: memFree=30639780/32770624 swapFree=66934004/67108860
[pid=14539] ppid=14536 vsize=2031716 memory=103040 CPUtime=1.49 cores=0,2,4,6
/proc/14539/stat : 14539 (xcsp_picat) R 14536 14539 10516 0 -1 4202496 1407 0 0 0 147 2 0 0 20 0 1 0 411336650 2080477184 25760 33554432000 4194304 5870510 140736378913600 140736378912904 139680947121152 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 33103872 140736378922015 140736378922093 140736378922093 140736378925002 0
/proc/14539/statm: 507929 25760 848 410 0 503402 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 103040 KiB

[startup+3.10965 s]
/proc/loadavg: 2.00 2.01 2.04 3/199 14540
/proc/meminfo: memFree=30520036/32770624 swapFree=66934004/67108860
[pid=14539] ppid=14536 vsize=2031716 memory=195296 CPUtime=3.1 cores=0,2,4,6
/proc/14539/stat : 14539 (xcsp_picat) R 14536 14539 10516 0 -1 4202496 1517 0 0 0 307 3 0 0 20 0 1 0 411336650 2080477184 48824 33554432000 4194304 5870510 140736378913600 140736378912904 4429440 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 33103872 140736378922015 140736378922093 140736378922093 140736378925002 0
/proc/14539/statm: 507929 48824 872 410 0 503402 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 195296 KiB

[startup+6.30031 s]
/proc/loadavg: 2.00 2.01 2.04 3/199 14540
/proc/meminfo: memFree=30346292/32770624 swapFree=66934004/67108860
[pid=14539] ppid=14536 vsize=2031716 memory=373476 CPUtime=6.29 cores=0,2,4,6
/proc/14539/stat : 14539 (xcsp_picat) R 14536 14539 10516 0 -1 4202496 1672 0 0 0 617 12 0 0 20 0 1 0 411336650 2080477184 93369 33554432000 4194304 5870510 140736378913600 140736378912904 139680947121152 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33103872 140736378922015 140736378922093 140736378922093 140736378925002 0
/proc/14539/statm: 507929 93369 873 410 0 503402 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 373476 KiB

[startup+12.7003 s]
/proc/loadavg: 2.15 2.05 2.05 3/199 14540
/proc/meminfo: memFree=29989460/32770624 swapFree=66934004/67108860
[pid=14539] ppid=14536 vsize=2031716 memory=738020 CPUtime=12.69 cores=0,2,4,6
/proc/14539/stat : 14539 (xcsp_picat) R 14536 14539 10516 0 -1 4202496 1861 0 0 0 1251 18 0 0 20 0 1 0 411336650 2080477184 184505 33554432000 4194304 5870510 140736378913600 140736378912904 139680947121152 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33103872 140736378922015 140736378922093 140736378922093 140736378925002 0
/proc/14539/statm: 507929 184505 873 410 0 503402 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 738020 KiB

[startup+25.5003 s]
/proc/loadavg: 2.28 2.08 2.06 3/199 14540
/proc/meminfo: memFree=29254012/32770624 swapFree=66934004/67108860
[pid=14539] ppid=14536 vsize=2031716 memory=1460964 CPUtime=25.48 cores=0,2,4,6
/proc/14539/stat : 14539 (xcsp_picat) R 14536 14539 10516 0 -1 4202496 2275 0 0 0 2521 27 0 0 20 0 1 0 411336650 2080477184 365241 33554432000 4194304 5870510 140736378913600 140736378912904 139680947121152 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33103872 140736378922015 140736378922093 140736378922093 140736378925002 0
/proc/14539/statm: 507929 365241 873 410 0 503402 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 1460964 KiB

[startup+51.1099 s]
/proc/loadavg: 2.37 2.12 2.08 3/199 14543
/proc/meminfo: memFree=28392772/32770624 swapFree=66934004/67108860
[pid=14539] ppid=14536 vsize=2663436 memory=2315700 CPUtime=51.1 cores=0,2,4,6
/proc/14539/stat : 14539 (xcsp_picat) R 14536 14539 10516 0 -1 4202496 15736 0 0 0 4974 136 0 0 20 0 1 0 411336650 2727358464 578925 33554432000 4194304 5870510 140736378913600 140736378912568 5245088 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33103872 140736378922015 140736378922093 140736378922093 140736378925002 0
/proc/14539/statm: 665859 578925 912 410 0 661332 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2663436 KiB
Current children cumulated memory: 2315700 KiB

[startup+102.3 s]
/proc/loadavg: 2.15 2.10 2.07 3/199 14547
/proc/meminfo: memFree=28230956/32770624 swapFree=66934004/67108860
[pid=14539] ppid=14536 vsize=2725904 memory=2620600 CPUtime=102.28 cores=0,2,4,6
/proc/14539/stat : 14539 (xcsp_picat) R 14536 14539 10516 0 -1 4202496 59009 0 0 0 9719 509 0 0 20 0 1 0 411336650 2791325696 655150 33554432000 4194304 5870510 140736378913600 140736378912568 5245088 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33103872 140736378922015 140736378922093 140736378922093 140736378925002 0
/proc/14539/statm: 681476 655150 912 410 0 676949 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2725904 KiB
Current children cumulated memory: 2620600 KiB

[startup+162.3 s]
/proc/loadavg: 2.13 2.10 2.07 3/200 14552
/proc/meminfo: memFree=28346892/32770624 swapFree=66934004/67108860
[pid=14539] ppid=14536 vsize=2754784 memory=2479536 CPUtime=162.28 cores=0,2,4,6
/proc/14539/stat : 14539 (xcsp_picat) R 14536 14539 10516 0 -1 4202496 103435 0 0 0 15337 891 0 0 20 0 1 0 411336650 2820898816 619884 33554432000 4194304 5870510 140736378913600 140736378912568 5246685 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33103872 140736378922015 140736378922093 140736378922093 140736378925002 0
/proc/14539/statm: 688696 619884 912 410 0 684169 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 2754784 KiB
Current children cumulated memory: 2479536 KiB

[startup+222.3 s]
/proc/loadavg: 2.05 2.08 2.06 3/201 14566
/proc/meminfo: memFree=28006716/32770624 swapFree=66934012/67108860
[pid=14539] ppid=14536 vsize=2768416 memory=2689736 CPUtime=222.28 cores=0,2,4,6
/proc/14539/stat : 14539 (xcsp_picat) R 14536 14539 10516 0 -1 4202496 142212 0 0 0 21021 1207 0 0 20 0 1 0 411336650 2834857984 672434 33554432000 4194304 5870510 140736378913600 140736378912920 5355024 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33103872 140736378922015 140736378922093 140736378922093 140736378925002 0
/proc/14539/statm: 692104 672434 912 410 0 687577 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 2768416 KiB
Current children cumulated memory: 2689736 KiB

[startup+282.3 s]
/proc/loadavg: 2.02 2.07 2.06 3/203 14594
/proc/meminfo: memFree=27869740/32770624 swapFree=66934028/67108860
[pid=14539] ppid=14536 vsize=4728756 memory=2902768 CPUtime=282.28 cores=0,2,4,6
/proc/14539/stat : 14539 (xcsp_picat) R 14536 14539 10516 0 -1 4202496 180927 0 0 0 26694 1534 0 0 20 0 1 0 411336650 4842246144 725692 33554432000 4194304 5870510 140736378913600 140736378912888 4469093 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33103872 140736378922015 140736378922093 140736378922093 140736378925002 0
/proc/14539/statm: 1182189 725692 915 410 0 1177662 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 4728756 KiB
Current children cumulated memory: 2902768 KiB

[startup+342.3 s]
/proc/loadavg: 2.08 2.08 2.06 3/203 14658
/proc/meminfo: memFree=24453776/32770624 swapFree=66934028/67108860
[pid=14539] ppid=14536 vsize=6795264 memory=6643584 CPUtime=342.28 cores=0,2,4,6
/proc/14539/stat : 14539 (xcsp_picat) R 14536 14539 10516 0 -1 4202496 190181 0 0 0 32569 1659 0 0 20 0 1 0 411336650 6958350336 1660896 33554432000 4194304 5870510 140736378913600 140736378912920 5246343 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33103872 140736378922015 140736378922093 140736378922093 140736378925002 0
/proc/14539/statm: 1698816 1660896 915 410 0 1694289 0
Current children cumulated CPU time: 342.28 s
Current children cumulated vsize: 6795264 KiB
Current children cumulated memory: 6643584 KiB

[startup+402.3 s]
/proc/loadavg: 2.03 2.07 2.06 3/203 14664
/proc/meminfo: memFree=24383760/32770624 swapFree=66934028/67108860
[pid=14539] ppid=14536 vsize=6824256 memory=4378676 CPUtime=402.28 cores=0,2,4,6
/proc/14539/stat : 14539 (xcsp_picat) R 14536 14539 10516 0 -1 4202496 200970 0 0 0 38381 1847 0 0 20 0 1 0 411336650 6988038144 1094669 33554432000 4194304 5870510 140736378913600 140736378912568 5246718 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33103872 140736378922015 140736378922093 140736378922093 140736378925002 0
/proc/14539/statm: 1706064 1094669 915 410 0 1701537 0
Current children cumulated CPU time: 402.28 s
Current children cumulated vsize: 6824256 KiB
Current children cumulated memory: 4378676 KiB

[startup+462.3 s]
/proc/loadavg: 2.01 2.06 2.05 3/203 14669
/proc/meminfo: memFree=26035816/32770624 swapFree=66934028/67108860
[pid=14539] ppid=14536 vsize=6843412 memory=5170060 CPUtime=462.28 cores=0,2,4,6
/proc/14539/stat : 14539 (xcsp_picat) R 14536 14539 10516 0 -1 4202496 218815 0 0 0 44058 2170 0 0 20 0 1 0 411336650 7007653888 1292515 33554432000 4194304 5870510 140736378913600 140736378912568 5245088 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33103872 140736378922015 140736378922093 140736378922093 140736378925002 0
/proc/14539/statm: 1710853 1292515 915 410 0 1706326 0
Current children cumulated CPU time: 462.28 s
Current children cumulated vsize: 6843412 KiB
Current children cumulated memory: 5170060 KiB


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

/proc/14539/statm: 1734257 1715454 915 410 0 1729730 0
Current children cumulated CPU time: 1602.31 s
Current children cumulated vsize: 6937028 KiB
Current children cumulated memory: 6861816 KiB

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/199 14777
/proc/meminfo: memFree=24233532/32770624 swapFree=66934036/67108860
[pid=14539] ppid=14536 vsize=6938396 memory=6863448 CPUtime=1662.3 cores=0,2,4,6
/proc/14539/stat : 14539 (xcsp_picat) R 14536 14539 10516 0 -1 4202496 574312 0 0 0 158518 7712 0 0 20 0 1 0 411336650 7104917504 1715862 33554432000 4194304 5870510 140736378913600 140736378912568 5355024 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33103872 140736378922015 140736378922093 140736378922093 140736378925002 0
/proc/14539/statm: 1734599 1715862 915 410 0 1730072 0
Current children cumulated CPU time: 1662.3 s
Current children cumulated vsize: 6938396 KiB
Current children cumulated memory: 6863448 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/199 14782
/proc/meminfo: memFree=21265684/32770624 swapFree=66934040/67108860
[pid=14539] ppid=14536 vsize=13886240 memory=9795520 CPUtime=1722.3 cores=0,2,4,6
/proc/14539/stat : 14539 (xcsp_picat) R 14536 14539 10516 0 -1 4202496 737515 0 0 0 164357 7873 0 0 20 0 1 0 411336650 14219509760 2448880 33554432000 4194304 5870510 140736378913600 140736378912712 5562032 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33103872 140736378922015 140736378922093 140736378922093 140736378925002 0
/proc/14539/statm: 3471560 2448880 986 410 0 3467033 0
Current children cumulated CPU time: 1722.3 s
Current children cumulated vsize: 13886240 KiB
Current children cumulated memory: 9795520 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 14786
/proc/meminfo: memFree=20994092/32770624 swapFree=66934040/67108860
[pid=14539] ppid=14536 vsize=14048048 memory=10067072 CPUtime=1782.3 cores=0,2,4,6
/proc/14539/stat : 14539 (xcsp_picat) R 14536 14539 10516 0 -1 4202496 922292 0 0 0 170337 7893 0 0 20 0 1 0 411336650 14385201152 2516768 33554432000 4194304 5870510 140736378913600 140736378912104 5261210 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33103872 140736378922015 140736378922093 140736378922093 140736378925002 0
/proc/14539/statm: 3512012 2516768 996 410 0 3507485 0
Current children cumulated CPU time: 1782.3 s
Current children cumulated vsize: 14048048 KiB
Current children cumulated memory: 10067072 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 14792
/proc/meminfo: memFree=20994684/32770624 swapFree=66934040/67108860
[pid=14539] ppid=14536 vsize=14048048 memory=10067072 CPUtime=1842.31 cores=0,2,4,6
/proc/14539/stat : 14539 (xcsp_picat) R 14536 14539 10516 0 -1 4202496 944366 0 0 0 176337 7894 0 0 20 0 1 0 411336650 14385201152 2516768 33554432000 4194304 5870510 140736378913600 140736378912104 5261297 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33103872 140736378922015 140736378922093 140736378922093 140736378925002 0
/proc/14539/statm: 3512012 2516768 996 410 0 3507485 0
Current children cumulated CPU time: 1842.31 s
Current children cumulated vsize: 14048048 KiB
Current children cumulated memory: 10067072 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 14797
/proc/meminfo: memFree=20994300/32770624 swapFree=66934048/67108860
[pid=14539] ppid=14536 vsize=14048048 memory=10067072 CPUtime=1902.31 cores=0,2,4,6
/proc/14539/stat : 14539 (xcsp_picat) R 14536 14539 10516 0 -1 4202496 967164 0 0 0 182336 7895 0 0 20 0 1 0 411336650 14385201152 2516768 33554432000 4194304 5870510 140736378913600 140736378912104 5261297 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33103872 140736378922015 140736378922093 140736378922093 140736378925002 0
/proc/14539/statm: 3512012 2516768 996 410 0 3507485 0
Current children cumulated CPU time: 1902.31 s
Current children cumulated vsize: 14048048 KiB
Current children cumulated memory: 10067072 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 14801
/proc/meminfo: memFree=20983752/32770624 swapFree=66934048/67108860
[pid=14539] ppid=14536 vsize=14048048 memory=10067072 CPUtime=1962.31 cores=0,2,4,6
/proc/14539/stat : 14539 (xcsp_picat) R 14536 14539 10516 0 -1 4202496 996675 0 0 0 188334 7897 0 0 20 0 1 0 411336650 14385201152 2516768 33554432000 4194304 5870510 140736378913600 140736378912104 5261272 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33103872 140736378922015 140736378922093 140736378922093 140736378925002 0
/proc/14539/statm: 3512012 2516768 996 410 0 3507485 0
Current children cumulated CPU time: 1962.31 s
Current children cumulated vsize: 14048048 KiB
Current children cumulated memory: 10067072 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 14814
/proc/meminfo: memFree=20983888/32770624 swapFree=66934056/67108860
[pid=14539] ppid=14536 vsize=14048048 memory=10067072 CPUtime=2022.32 cores=0,2,4,6
/proc/14539/stat : 14539 (xcsp_picat) R 14536 14539 10516 0 -1 4202496 1019662 0 0 0 194334 7898 0 0 20 0 1 0 411336650 14385201152 2516768 33554432000 4194304 5870510 140736378913600 140736378912104 5261200 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33103872 140736378922015 140736378922093 140736378922093 140736378925002 0
/proc/14539/statm: 3512012 2516768 996 410 0 3507485 0
Current children cumulated CPU time: 2022.32 s
Current children cumulated vsize: 14048048 KiB
Current children cumulated memory: 10067072 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 14818
/proc/meminfo: memFree=20983292/32770624 swapFree=66934056/67108860
[pid=14539] ppid=14536 vsize=14048048 memory=10067072 CPUtime=2082.32 cores=0,2,4,6
/proc/14539/stat : 14539 (xcsp_picat) R 14536 14539 10516 0 -1 4202496 1043008 0 0 0 200333 7899 0 0 20 0 1 0 411336650 14385201152 2516768 33554432000 4194304 5870510 140736378913600 140736378912104 5321680 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33103872 140736378922015 140736378922093 140736378922093 140736378925002 0
/proc/14539/statm: 3512012 2516768 996 410 0 3507485 0
Current children cumulated CPU time: 2082.32 s
Current children cumulated vsize: 14048048 KiB
Current children cumulated memory: 10067072 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 14822
/proc/meminfo: memFree=21015480/32770624 swapFree=66934056/67108860
[pid=14539] ppid=14536 vsize=14048048 memory=10067072 CPUtime=2142.32 cores=0,2,4,6
/proc/14539/stat : 14539 (xcsp_picat) R 14536 14539 10516 0 -1 4202496 1072909 0 0 0 206331 7901 0 0 20 0 1 0 411336650 14385201152 2516768 33554432000 4194304 5870510 140736378913600 140736378912104 5261210 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33103872 140736378922015 140736378922093 140736378922093 140736378925002 0
/proc/14539/statm: 3512012 2516768 996 410 0 3507485 0
Current children cumulated CPU time: 2142.32 s
Current children cumulated vsize: 14048048 KiB
Current children cumulated memory: 10067072 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 14828
/proc/meminfo: memFree=21015508/32770624 swapFree=66934056/67108860
[pid=14539] ppid=14536 vsize=14048048 memory=10067072 CPUtime=2202.32 cores=0,2,4,6
/proc/14539/stat : 14539 (xcsp_picat) R 14536 14539 10516 0 -1 4202496 1100200 0 0 0 212330 7902 0 0 20 0 1 0 411336650 14385201152 2516768 33554432000 4194304 5870510 140736378913600 140736378912104 5261272 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33103872 140736378922015 140736378922093 140736378922093 140736378925002 0
/proc/14539/statm: 3512012 2516768 996 410 0 3507485 0
Current children cumulated CPU time: 2202.32 s
Current children cumulated vsize: 14048048 KiB
Current children cumulated memory: 10067072 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 14832
/proc/meminfo: memFree=21005796/32770624 swapFree=66934056/67108860
[pid=14539] ppid=14536 vsize=14048048 memory=10067140 CPUtime=2262.32 cores=0,2,4,6
/proc/14539/stat : 14539 (xcsp_picat) R 14536 14539 10516 0 -1 4202496 1123068 0 0 0 218328 7904 0 0 20 0 1 0 411336650 14385201152 2516785 33554432000 4194304 5870510 140736378913600 140736378912104 5261279 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33103872 140736378922015 140736378922093 140736378922093 140736378925002 0
/proc/14539/statm: 3512012 2516785 996 410 0 3507485 0
Current children cumulated CPU time: 2262.32 s
Current children cumulated vsize: 14048048 KiB
Current children cumulated memory: 10067140 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 14836
/proc/meminfo: memFree=20992612/32770624 swapFree=66934056/67108860
[pid=14539] ppid=14536 vsize=14048048 memory=10067176 CPUtime=2322.32 cores=0,2,4,6
/proc/14539/stat : 14539 (xcsp_picat) R 14536 14539 10516 0 -1 4202496 1151940 0 0 0 224326 7906 0 0 20 0 1 0 411336650 14385201152 2516794 33554432000 4194304 5870510 140736378913600 140736378912104 5261287 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33103872 140736378922015 140736378922093 140736378922093 140736378925002 0
/proc/14539/statm: 3512012 2516794 996 410 0 3507485 0
Current children cumulated CPU time: 2322.32 s
Current children cumulated vsize: 14048048 KiB
Current children cumulated memory: 10067176 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 14842
/proc/meminfo: memFree=20992252/32770624 swapFree=66934056/67108860
[pid=14539] ppid=14536 vsize=14048048 memory=10067220 CPUtime=2382.33 cores=0,2,4,6
/proc/14539/stat : 14539 (xcsp_picat) R 14536 14539 10516 0 -1 4202496 1180139 0 0 0 230325 7908 0 0 20 0 1 0 411336650 14385201152 2516805 33554432000 4194304 5870510 140736378913600 140736378912104 5261279 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33103872 140736378922015 140736378922093 140736378922093 140736378925002 0
/proc/14539/statm: 3512012 2516805 996 410 0 3507485 0
Current children cumulated CPU time: 2382.33 s
Current children cumulated vsize: 14048048 KiB
Current children cumulated memory: 10067220 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400 s]*
/proc/loadavg: 2.00 2.01 2.05 3/199 14844
/proc/meminfo: memFree=20992300/32770624 swapFree=66934056/67108860
[pid=14539] ppid=14536 vsize=14048048 memory=10067232 CPUtime=2400.03 cores=0,2,4,6
/proc/14539/stat : 14539 (xcsp_picat) R 14536 14539 10516 0 -1 4202496 1187185 0 0 0 232095 7908 0 0 20 0 1 0 411336650 14385201152 2516808 33554432000 4194304 5870510 140736378913600 140736378912104 5261210 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 33103872 140736378922015 140736378922093 140736378922093 140736378925002 0
/proc/14539/statm: 3512012 2516808 996 410 0 3507485 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 14048048 KiB
Current children cumulated memory: 10067232 KiB

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

[startup+2400.11 s]
# the end of solver process 14539 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2320.96 s, system=79.1851 s

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2400.11
CPU time (s): 2400.15
CPU user time (s): 2320.96
CPU system time (s): 79.1851
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 14750900
Max. memory (cumulated for all children) (KiB): 10762200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2320.96
system time used= 79.1851
maximum resident set size= 10762200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1187186
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= 4
involuntary context switches= 2167


# summary of solver processes directly reported to runsolver:
#   pid: 14539
#   total CPU time (s): 2400.15
#   total CPU user time (s): 2320.96
#   total CPU system time (s): 79.1851

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.41905 second user time and 18.6212 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-13 06:56:53
IDJOB=4395532
IDBENCH=141274
IDSOLVER=2845
FILE ID=node151/4395532-1568350651
RUNJOBID= node151-1568333755-10547
PBS_JOBID= 21701159
Free space on /tmp= 56876 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-20-0420_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395532-1568350651/watcher-4395532-1568350651 -o /tmp/evaluation-result-4395532-1568350651/solver-4395532-1568350651 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568333755-10547 --watchdog 2560  xcsp_picat HOME/instance-4395532-1568350651.xml

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

MD5SUM BENCH= a9a1ecda6b6f8f1e99c2d233168bcaa1
RANDOM SEED=416328215

node151.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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30680668 kB
MemAvailable:   31369376 kB
Buffers:          143848 kB
Cached:           834912 kB
SwapCached:        72212 kB
Active:          1041432 kB
Inactive:         496624 kB
Active(anon):     494360 kB
Inactive(anon):    96488 kB
Active(file):     547072 kB
Inactive(file):   400136 kB
Unevictable:      111208 kB
Mlocked:          111208 kB
SwapTotal:      67108860 kB
SwapFree:       66934004 kB
Dirty:            127620 kB
Writeback:             0 kB
AnonPages:        731340 kB
Mapped:            37856 kB
Shmem:             23256 kB
Slab:             142644 kB
SReclaimable:     114668 kB
SUnreclaim:        27976 kB
KernelStack:        3760 kB
PageTables:         6104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2958548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 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:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 56872 MiB
End job on node151 at 2019-09-13 07:36:53