Trace number 4293916

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-06-15? (TO) 2520.09 2520.06

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-07-0600_c18.xml
MD5SUM0ae5362fc8ec35126a2a174beba608b8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1603939205
Best CPU time to get the best result obtained on this benchmark2520.11
Satisfiable
(Un)Satisfiability was proved
Number of variables13855
Number of constraints8996
Number of domains202
Minimum domain size1
Maximum domain size151
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":4816},{"size":11,"count":4218},{"size":12,"count":1},{"size":21,"count":9},{"size":23,"count":10},{"size":25,"count":44},{"size":29,"count":37},{"size":31,"count":2},{"size":32,"count":3},{"size":33,"count":37},{"size":34,"count":12},{"size":35,"count":9},{"size":36,"count":11},{"size":37,"count":13},{"size":38,"count":8},{"size":39,"count":37},{"size":40,"count":13},{"size":41,"count":28},{"size":42,"count":21},{"size":43,"count":32},{"size":44,"count":30},{"size":45,"count":18},{"size":46,"count":11},{"size":48,"count":13},"...",{"size":119,"count":4}, {"size":120,"count":3}, {"size":121,"count":17}, {"size":123,"count":97}, {"size":125,"count":18}, {"size":126,"count":17}, {"size":127,"count":42}, {"size":128,"count":76}, {"size":130,"count":61}, {"size":131,"count":88}, {"size":132,"count":46}, {"size":133,"count":30}, {"size":135,"count":53}, {"size":136,"count":94}, {"size":137,"count":43}, {"size":138,"count":8}, {"size":139,"count":29}, {"size":141,"count":5}, {"size":143,"count":122}, {"size":144,"count":136}, {"size":145,"count":57}, {"size":147,"count":60}, {"size":148,"count":54}, {"size":150,"count":21}, {"size":151,"count":1165}]
Minimum variable degree2
Maximum variable degree4219
Distribution of variable degrees[{"degree":2,"count":12654},{"degree":3,"count":1},{"degree":4,"count":10},{"degree":5,"count":17},{"degree":6,"count":18},{"degree":7,"count":18},{"degree":8,"count":40},{"degree":9,"count":42},{"degree":10,"count":76},{"degree":11,"count":64},{"degree":12,"count":63},{"degree":13,"count":48},{"degree":14,"count":63},{"degree":15,"count":70},{"degree":16,"count":93},{"degree":17,"count":127},{"degree":18,"count":153},{"degree":19,"count":186},{"degree":20,"count":110},{"degree":21,"count":1},{"degree":4219,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":560},{"arity":3,"count":4218},{"arity":6,"count":4218}]
Number of extensional constraints4218
Number of intensional constraints4778
Distribution of constraint types[{"type":"extension","count":4218},{"type":"intension","count":4778}]
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 (2179 MiB free)
  memory of node 1: 16384 MiB (6411 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293916-1532394688/watcher-4293916-1532394688 -o /tmp/evaluation-result-4293916-1532394688/solver-4293916-1532394688 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532369589-13986 --watchdog 2580 xcsp_picat HOME/instance-4293916-1532394688.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
solver pid=16403, runsolver pid=16400
Current StackSize limit: 8192 KiB


[startup+0.100168 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 16404
/proc/meminfo: memFree=8778192/32770624 swapFree=67108860/67108860
[pid=16403] ppid=16400 vsize=111688 memory=24416 CPUtime=0.1 cores=1,3,5,7
/proc/16403/stat : 16403 (xcsp_picat) R 16400 16403 13954 0 -1 4202496 1702 0 0 0 10 0 0 0 20 0 1 0 57032101 114368512 6104 33554432000 4194304 5849740 140731909257120 140731909257120 139775994579968 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 38330368 140731909260470 140731909260548 140731909260548 140731909263306 0
/proc/16403/statm: 27922 6104 596 405 0 24866 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 111688 KiB
Current children cumulated memory: 24416 KiB

[startup+0.209759 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 16404
/proc/meminfo: memFree=8760076/32770624 swapFree=67108860/67108860
[pid=16403] ppid=16400 vsize=137944 memory=40700 CPUtime=0.21 cores=1,3,5,7
/proc/16403/stat : 16403 (xcsp_picat) R 16400 16403 13954 0 -1 4202496 3171 0 0 0 21 0 0 0 20 0 1 0 57032101 141254656 10175 33554432000 4194304 5849740 140731909257120 140731909257120 4476499 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 38330368 140731909260470 140731909260548 140731909260548 140731909263306 0
/proc/16403/statm: 34486 10175 633 405 0 31430 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 137944 KiB
Current children cumulated memory: 40700 KiB

[startup+0.309702 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 16404
/proc/meminfo: memFree=8760076/32770624 swapFree=67108860/67108860
[pid=16403] ppid=16400 vsize=137944 memory=40700 CPUtime=0.31 cores=1,3,5,7
/proc/16403/stat : 16403 (xcsp_picat) R 16400 16403 13954 0 -1 4202496 3171 0 0 0 31 0 0 0 20 0 1 0 57032101 141254656 10175 33554432000 4194304 5849740 140731909257120 140731909257120 4548525 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 38330368 140731909260470 140731909260548 140731909260548 140731909263306 0
/proc/16403/statm: 34486 10175 633 405 0 31430 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 137944 KiB
Current children cumulated memory: 40700 KiB

[startup+0.700403 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 16404
/proc/meminfo: memFree=8752876/32770624 swapFree=67108860/67108860
[pid=16403] ppid=16400 vsize=143072 memory=55996 CPUtime=0.69 cores=1,3,5,7
/proc/16403/stat : 16403 (xcsp_picat) R 16400 16403 13954 0 -1 4202496 4047 0 0 0 68 1 0 0 20 0 1 0 57032101 146505728 13999 33554432000 4194304 5849740 140731909257120 140731909257120 4786804 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 38330368 140731909260470 140731909260548 140731909260548 140731909263306 0
/proc/16403/statm: 35768 13999 633 405 0 32712 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 143072 KiB
Current children cumulated memory: 55996 KiB

[startup+1.50046 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 16404
/proc/meminfo: memFree=8736868/32770624 swapFree=67108860/67108860
[pid=16403] ppid=16400 vsize=153868 memory=74900 CPUtime=1.49 cores=1,3,5,7
/proc/16403/stat : 16403 (xcsp_picat) R 16400 16403 13954 0 -1 4202496 6738 0 0 0 145 4 0 0 20 0 1 0 57032101 157560832 18725 33554432000 4194304 5849740 140731909257120 140731909257120 5250762 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 38330368 140731909260470 140731909260548 140731909260548 140731909263306 0
/proc/16403/statm: 38467 18725 633 405 0 35411 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 153868 KiB
Current children cumulated memory: 74900 KiB

[startup+3.10976 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 16404
/proc/meminfo: memFree=8728056/32770624 swapFree=67108860/67108860
[pid=16403] ppid=16400 vsize=163832 memory=95168 CPUtime=3.1 cores=1,3,5,7
/proc/16403/stat : 16403 (xcsp_picat) R 16400 16403 13954 0 -1 4202496 13484 0 0 0 296 14 0 0 20 0 1 0 57032101 167763968 23792 33554432000 4194304 5849740 140731909257120 140731909256088 139775994579968 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 38330368 140731909260470 140731909260548 140731909260548 140731909263306 0
/proc/16403/statm: 40958 23792 633 405 0 37902 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 163832 KiB
Current children cumulated memory: 95168 KiB

[startup+6.30043 s]
/proc/loadavg: 1.92 2.00 2.04 3/188 16404
/proc/meminfo: memFree=8641456/32770624 swapFree=67108860/67108860
[pid=16403] ppid=16400 vsize=180644 memory=75312 CPUtime=6.3 cores=1,3,5,7
/proc/16403/stat : 16403 (xcsp_picat) R 16400 16403 13954 0 -1 4202496 26494 0 0 0 593 37 0 0 20 0 1 0 57032101 184979456 18828 33554432000 4194304 5849740 140731909257120 140731909256424 5249914 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 38330368 140731909260470 140731909260548 140731909260548 140731909263306 0
/proc/16403/statm: 45161 18828 633 405 0 42105 0
Current children cumulated CPU time: 6.3 s
Current children cumulated vsize: 180644 KiB
Current children cumulated memory: 75312 KiB

[startup+12.7004 s]
/proc/loadavg: 2.01 2.01 2.05 3/188 16404
/proc/meminfo: memFree=8636748/32770624 swapFree=67108860/67108860
[pid=16403] ppid=16400 vsize=290932 memory=213508 CPUtime=12.69 cores=1,3,5,7
/proc/16403/stat : 16403 (xcsp_picat) R 16400 16403 13954 0 -1 4202496 40605 0 0 0 1198 71 0 0 20 0 1 0 57032101 297914368 53377 33554432000 4194304 5849740 140731909257120 140731909256088 5262144 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 38330368 140731909260470 140731909260548 140731909260548 140731909263306 0
/proc/16403/statm: 72733 53377 634 405 0 69677 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 290932 KiB
Current children cumulated memory: 213508 KiB

[startup+25.5004 s]
/proc/loadavg: 2.01 2.01 2.05 3/188 16404
/proc/meminfo: memFree=8453244/32770624 swapFree=67108860/67108860
[pid=16403] ppid=16400 vsize=540456 memory=396264 CPUtime=25.49 cores=1,3,5,7
/proc/16403/stat : 16403 (xcsp_picat) R 16400 16403 13954 0 -1 4202496 72150 0 0 0 2378 171 0 0 20 0 1 0 57032101 553426944 99066 33554432000 4194304 5849740 140731909257120 140731909256424 139775994579968 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 38330368 140731909260470 140731909260548 140731909260548 140731909263306 0
/proc/16403/statm: 135114 99066 634 405 0 132058 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 540456 KiB
Current children cumulated memory: 396264 KiB

[startup+51.1098 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 16404
/proc/meminfo: memFree=8303688/32770624 swapFree=67108860/67108860
[pid=16403] ppid=16400 vsize=574616 memory=284832 CPUtime=51.1 cores=1,3,5,7
/proc/16403/stat : 16403 (xcsp_picat) R 16400 16403 13954 0 -1 4202496 98654 0 0 0 4757 353 0 0 20 0 1 0 57032101 588406784 71208 33554432000 4194304 5849740 140731909257120 140731909256424 5249600 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 38330368 140731909260470 140731909260548 140731909260548 140731909263306 0
/proc/16403/statm: 143654 71208 634 405 0 140598 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 574616 KiB
Current children cumulated memory: 284832 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 16405
/proc/meminfo: memFree=7747588/32770624 swapFree=67108860/67108860
[pid=16403] ppid=16400 vsize=1125704 memory=764572 CPUtime=102.28 cores=1,3,5,7
/proc/16403/stat : 16403 (xcsp_picat) R 16400 16403 13954 0 -1 4202496 152314 0 0 0 9478 750 0 0 20 0 1 0 57032101 1152720896 191143 33554432000 4194304 5849740 140731909257120 140731909256088 5249709 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 38330368 140731909260470 140731909260548 140731909260548 140731909263306 0
/proc/16403/statm: 281426 191143 634 405 0 278370 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 1125704 KiB
Current children cumulated memory: 764572 KiB

[startup+162.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/188 16468
/proc/meminfo: memFree=10267408/32770624 swapFree=67108860/67108860
[pid=16403] ppid=16400 vsize=2163104 memory=2048372 CPUtime=162.28 cores=1,3,5,7
/proc/16403/stat : 16403 (xcsp_picat) R 16400 16403 13954 0 -1 4202496 200390 0 0 0 15103 1125 0 0 20 0 1 0 57032101 2215018496 512093 33554432000 4194304 5849740 140731909257120 140731909256440 5251274 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 38330368 140731909260470 140731909260548 140731909260548 140731909263306 0
/proc/16403/statm: 540776 512093 634 405 0 537720 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 2163104 KiB
Current children cumulated memory: 2048372 KiB

[startup+222.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/188 16469
/proc/meminfo: memFree=8187108/32770624 swapFree=67108860/67108860
[pid=16403] ppid=16400 vsize=2186724 memory=2055608 CPUtime=222.28 cores=1,3,5,7
/proc/16403/stat : 16403 (xcsp_picat) R 16400 16403 13954 0 -1 4202496 226879 0 0 0 20685 1543 0 0 20 0 1 0 57032101 2239205376 513902 33554432000 4194304 5849740 140731909257120 140731909256088 5249600 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 38330368 140731909260470 140731909260548 140731909260548 140731909263306 0
/proc/16403/statm: 546681 513902 634 405 0 543625 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 2186724 KiB
Current children cumulated memory: 2055608 KiB

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/188 16470
/proc/meminfo: memFree=7891212/32770624 swapFree=67108860/67108860
[pid=16403] ppid=16400 vsize=2204164 memory=2148824 CPUtime=282.28 cores=1,3,5,7
/proc/16403/stat : 16403 (xcsp_picat) R 16400 16403 13954 0 -1 4202496 267244 0 0 0 26103 2125 0 0 20 0 1 0 57032101 2257063936 537206 33554432000 4194304 5849740 140731909257120 140731909256088 5250855 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 38330368 140731909260470 140731909260548 140731909260548 140731909263306 0
/proc/16403/statm: 551041 537206 634 405 0 547985 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 2204164 KiB
Current children cumulated memory: 2148824 KiB

[startup+342.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/188 16471
/proc/meminfo: memFree=4491676/32770624 swapFree=67108860/67108860
[pid=16403] ppid=16400 vsize=5776844 memory=5607072 CPUtime=342.29 cores=1,3,5,7
/proc/16403/stat : 16403 (xcsp_picat) R 16400 16403 13954 0 -1 4202496 306140 0 0 0 31707 2522 0 0 20 0 1 0 57032101 5915488256 1401768 33554432000 4194304 5849740 140731909257120 140731909256440 5252661 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 38330368 140731909260470 140731909260548 140731909260548 140731909263306 0
/proc/16403/statm: 1444211 1401768 667 405 0 1441155 0
Current children cumulated CPU time: 342.29 s
Current children cumulated vsize: 5776844 KiB
Current children cumulated memory: 5607072 KiB

[startup+402.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/188 16472
/proc/meminfo: memFree=1154392/32770624 swapFree=67108860/67108860
[pid=16403] ppid=16400 vsize=10027852 memory=8959984 CPUtime=402.28 cores=1,3,5,7
/proc/16403/stat : 16403 (xcsp_picat) R 16400 16403 13954 0 -1 4202496 323524 0 0 0 37482 2746 0 0 20 0 1 0 57032101 10268520448 2239996 33554432000 4194304 5849740 140731909257120 140731909256360 5606197 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 38330368 140731909260470 140731909260548 140731909260548 140731909263306 0
/proc/16403/statm: 2506963 2239996 732 405 0 2503907 0
Current children cumulated CPU time: 402.28 s
Current children cumulated vsize: 10027852 KiB
Current children cumulated memory: 8959984 KiB

[startup+462.3 s]
/proc/loadavg: 2.17 2.07 2.06 3/189 16516
/proc/meminfo: memFree=392588/32770624 swapFree=67108860/67108860
[pid=16403] ppid=16400 vsize=10786148 memory=9718172 CPUtime=462.28 cores=1,3,5,7
/proc/16403/stat : 16403 (xcsp_picat) R 16400 16403 13954 0 -1 4202496 345049 0 0 0 43414 2814 0 0 20 0 1 0 57032101 11045015552 2429543 33554432000 4194304 5849740 140731909257120 140731909255608 5319737 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 38330368 140731909260470 140731909260548 140731909260548 140731909263306 0
/proc/16403/statm: 2696537 2429543 758 405 0 2693481 0
Current children cumulated CPU time: 462.28 s
Current children cumulated vsize: 10786148 KiB
Current children cumulated memory: 9718172 KiB


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

/proc/16403/statm: 2631001 2364786 765 405 0 2627945 0
Current children cumulated CPU time: 1722.3 s
Current children cumulated vsize: 10524004 KiB
Current children cumulated memory: 9459144 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 16562
/proc/meminfo: memFree=751256/32770624 swapFree=67108860/67108860
[pid=16403] ppid=16400 vsize=10434796 memory=9369936 CPUtime=1782.31 cores=1,3,5,7
/proc/16403/stat : 16403 (xcsp_picat) R 16400 16403 13954 0 -1 4202496 16255182 0 0 0 174680 3551 0 0 20 0 1 0 57032101 10685231104 2342484 33554432000 4194304 5849740 140731909257120 140731909256120 5323448 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 38330368 140731909260470 140731909260548 140731909260548 140731909263306 0
/proc/16403/statm: 2608699 2342484 765 405 0 2605643 0
Current children cumulated CPU time: 1782.31 s
Current children cumulated vsize: 10434796 KiB
Current children cumulated memory: 9369936 KiB

[startup+1842.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/188 16563
/proc/meminfo: memFree=752784/32770624 swapFree=67108860/67108860
[pid=16403] ppid=16400 vsize=10434796 memory=9369936 CPUtime=1842.31 cores=1,3,5,7
/proc/16403/stat : 16403 (xcsp_picat) R 16400 16403 13954 0 -1 4202496 17870029 0 0 0 180597 3634 0 0 20 0 1 0 57032101 10685231104 2342484 33554432000 4194304 5849740 140731909257120 140731909255608 4211607 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 38330368 140731909260470 140731909260548 140731909260548 140731909263306 0
/proc/16403/statm: 2608699 2342484 765 405 0 2605643 0
Current children cumulated CPU time: 1842.31 s
Current children cumulated vsize: 10434796 KiB
Current children cumulated memory: 9369936 KiB

[startup+1902.3 s]
/proc/loadavg: 2.07 2.04 2.05 3/188 16564
/proc/meminfo: memFree=772344/32770624 swapFree=67108860/67108860
[pid=16403] ppid=16400 vsize=10415368 memory=9350508 CPUtime=1902.31 cores=1,3,5,7
/proc/16403/stat : 16403 (xcsp_picat) R 16400 16403 13954 0 -1 4202496 20352947 0 0 0 186460 3771 0 0 20 0 1 0 57032101 10665336832 2337627 33554432000 4194304 5849740 140731909257120 140731909256120 5361726 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 38330368 140731909260470 140731909260548 140731909260548 140731909263306 0
/proc/16403/statm: 2603842 2337627 765 405 0 2600786 0
Current children cumulated CPU time: 1902.31 s
Current children cumulated vsize: 10415368 KiB
Current children cumulated memory: 9350508 KiB

[startup+1962.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/188 16565
/proc/meminfo: memFree=772988/32770624 swapFree=67108860/67108860
[pid=16403] ppid=16400 vsize=10414272 memory=9349412 CPUtime=1962.3 cores=1,3,5,7
/proc/16403/stat : 16403 (xcsp_picat) R 16400 16403 13954 0 -1 4202496 23515586 0 0 0 192279 3951 0 0 20 0 1 0 57032101 10664214528 2337353 33554432000 4194304 5849740 140731909257120 140731909256120 5437819 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 38330368 140731909260470 140731909260548 140731909260548 140731909263306 0
/proc/16403/statm: 2603568 2337353 765 405 0 2600512 0
Current children cumulated CPU time: 1962.3 s
Current children cumulated vsize: 10414272 KiB
Current children cumulated memory: 9349412 KiB

[startup+2022.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 16566
/proc/meminfo: memFree=446616/32770624 swapFree=67108860/67108860
[pid=16403] ppid=16400 vsize=10740988 memory=9676128 CPUtime=2022.31 cores=1,3,5,7
/proc/16403/stat : 16403 (xcsp_picat) R 16400 16403 13954 0 -1 4202496 26528729 0 0 0 198108 4123 0 0 20 0 1 0 57032101 10998771712 2419032 33554432000 4194304 5849740 140731909257120 140731909255608 4211654 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 38330368 140731909260470 140731909260548 140731909260548 140731909263306 0
/proc/16403/statm: 2685247 2419032 765 405 0 2682191 0
Current children cumulated CPU time: 2022.31 s
Current children cumulated vsize: 10740988 KiB
Current children cumulated memory: 9676128 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 16567
/proc/meminfo: memFree=532944/32770624 swapFree=67108860/67108860
[pid=16403] ppid=16400 vsize=10675368 memory=9610508 CPUtime=2082.31 cores=1,3,5,7
/proc/16403/stat : 16403 (xcsp_picat) R 16400 16403 13954 0 -1 4202496 29869092 0 0 0 203911 4320 0 0 20 0 1 0 57032101 10931576832 2402627 33554432000 4194304 5849740 140731909257120 140731909255992 5416698 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 38330368 140731909260470 140731909260548 140731909260548 140731909263306 0
/proc/16403/statm: 2668842 2402627 765 405 0 2665786 0
Current children cumulated CPU time: 2082.31 s
Current children cumulated vsize: 10675368 KiB
Current children cumulated memory: 9610508 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 16568
/proc/meminfo: memFree=532000/32770624 swapFree=67108860/67108860
[pid=16403] ppid=16400 vsize=10675368 memory=9610508 CPUtime=2142.32 cores=1,3,5,7
/proc/16403/stat : 16403 (xcsp_picat) R 16400 16403 13954 0 -1 4202496 32615583 0 0 0 209754 4478 0 0 20 0 1 0 57032101 10931576832 2402627 33554432000 4194304 5849740 140731909257120 140731909256120 5437576 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 38330368 140731909260470 140731909260548 140731909260548 140731909263306 0
/proc/16403/statm: 2668842 2402627 765 405 0 2665786 0
Current children cumulated CPU time: 2142.32 s
Current children cumulated vsize: 10675368 KiB
Current children cumulated memory: 9610508 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 16569
/proc/meminfo: memFree=532180/32770624 swapFree=67108860/67108860
[pid=16403] ppid=16400 vsize=10674692 memory=9609832 CPUtime=2202.31 cores=1,3,5,7
/proc/16403/stat : 16403 (xcsp_picat) R 16400 16403 13954 0 -1 4202496 34919985 0 0 0 215624 4607 0 0 20 0 1 0 57032101 10930884608 2402458 33554432000 4194304 5849740 140731909257120 140731909255992 5360880 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 38330368 140731909260470 140731909260548 140731909260548 140731909263306 0
/proc/16403/statm: 2668673 2402458 765 405 0 2665617 0
Current children cumulated CPU time: 2202.31 s
Current children cumulated vsize: 10674692 KiB
Current children cumulated memory: 9609832 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 16570
/proc/meminfo: memFree=531316/32770624 swapFree=67108860/67108860
[pid=16403] ppid=16400 vsize=10674692 memory=9609832 CPUtime=2262.31 cores=1,3,5,7
/proc/16403/stat : 16403 (xcsp_picat) R 16400 16403 13954 0 -1 4202496 38543540 0 0 0 221427 4804 0 0 20 0 1 0 57032101 10930884608 2402458 33554432000 4194304 5849740 140731909257120 140731909255992 5311408 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 38330368 140731909260470 140731909260548 140731909260548 140731909263306 0
/proc/16403/statm: 2668673 2402458 765 405 0 2665617 0
Current children cumulated CPU time: 2262.31 s
Current children cumulated vsize: 10674692 KiB
Current children cumulated memory: 9609832 KiB

[startup+2322.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/188 16579
/proc/meminfo: memFree=530288/32770624 swapFree=67108860/67108860
[pid=16403] ppid=16400 vsize=10674692 memory=9609832 CPUtime=2322.32 cores=1,3,5,7
/proc/16403/stat : 16403 (xcsp_picat) R 16400 16403 13954 0 -1 4202496 41009734 0 0 0 227294 4938 0 0 20 0 1 0 57032101 10930884608 2402458 33554432000 4194304 5849740 140731909257120 140731909256120 139775994601351 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 38330368 140731909260470 140731909260548 140731909260548 140731909263306 0
/proc/16403/statm: 2668673 2402458 765 405 0 2665617 0
Current children cumulated CPU time: 2322.32 s
Current children cumulated vsize: 10674692 KiB
Current children cumulated memory: 9609832 KiB

[startup+2382.3 s]
/proc/loadavg: 2.10 2.04 2.05 3/188 16580
/proc/meminfo: memFree=530440/32770624 swapFree=67108860/67108860
[pid=16403] ppid=16400 vsize=10674372 memory=9609512 CPUtime=2382.32 cores=1,3,5,7
/proc/16403/stat : 16403 (xcsp_picat) R 16400 16403 13954 0 -1 4202496 44381158 0 0 0 233094 5138 0 0 20 0 1 0 57032101 10930556928 2402378 33554432000 4194304 5849740 140731909257120 140731909256120 5371767 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 38330368 140731909260470 140731909260548 140731909260548 140731909263306 0
/proc/16403/statm: 2668593 2402378 765 405 0 2665537 0
Current children cumulated CPU time: 2382.32 s
Current children cumulated vsize: 10674372 KiB
Current children cumulated memory: 9609512 KiB

[startup+2442.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/188 16581
/proc/meminfo: memFree=530388/32770624 swapFree=67108860/67108860
[pid=16403] ppid=16400 vsize=10674372 memory=9609512 CPUtime=2442.32 cores=1,3,5,7
/proc/16403/stat : 16403 (xcsp_picat) R 16400 16403 13954 0 -1 4202496 47237580 0 0 0 238927 5305 0 0 20 0 1 0 57032101 10930556928 2402378 33554432000 4194304 5849740 140731909257120 140731909256120 5311408 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 38330368 140731909260470 140731909260548 140731909260548 140731909263306 0
/proc/16403/statm: 2668593 2402378 765 405 0 2665537 0
Current children cumulated CPU time: 2442.32 s
Current children cumulated vsize: 10674372 KiB
Current children cumulated memory: 9609512 KiB

[startup+2502.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/188 16582
/proc/meminfo: memFree=530396/32770624 swapFree=67108860/67108860
[pid=16403] ppid=16400 vsize=10673928 memory=9609068 CPUtime=2502.33 cores=1,3,5,7
/proc/16403/stat : 16403 (xcsp_picat) R 16400 16403 13954 0 -1 4202496 49905801 0 0 0 244780 5453 0 0 20 0 1 0 57032101 10930102272 2402267 33554432000 4194304 5849740 140731909257120 140731909255992 139775994189728 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 38330368 140731909260470 140731909260548 140731909260548 140731909263306 0
/proc/16403/statm: 2668482 2402267 765 405 0 2665426 0
Current children cumulated CPU time: 2502.33 s
Current children cumulated vsize: 10673928 KiB
Current children cumulated memory: 9609068 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.01 2.03 2.05 3/188 16582
/proc/meminfo: memFree=530660/32770624 swapFree=67108860/67108860
[pid=16403] ppid=16400 vsize=10673928 memory=9609068 CPUtime=2520.03 cores=1,3,5,7
/proc/16403/stat : 16403 (xcsp_picat) R 16400 16403 13954 0 -1 4202496 50632798 0 0 0 246510 5493 0 0 20 0 1 0 57032101 10930102272 2402267 33554432000 4194304 5849740 140731909257120 140731909255768 4220206 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 38330368 140731909260470 140731909260548 140731909260548 140731909263306 0
/proc/16403/statm: 2668482 2402267 765 405 0 2665426 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10673928 KiB
Current children cumulated memory: 9609068 KiB

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

[startup+2520.06 s]
# the end of solver process 16403 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2465.11 s, system=54.9779 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): 2520.06
CPU time (s): 2520.09
CPU user time (s): 2465.11
CPU system time (s): 54.9779
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 13777280
Max. memory (cumulated for all children) (KiB): 9938276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2465.11
system time used= 54.9779
maximum resident set size= 9938276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50632815
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= 10
involuntary context switches= 1120


# summary of solver processes directly reported to runsolver:
#   pid: 16403
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2465.11
#   total CPU system time (s): 54.9779

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8522 second user time and 17.7214 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-24 03:11:29
IDJOB=4293916
IDBENCH=141263
IDSOLVER=2754
FILE ID=node137/4293916-1532394688
RUNJOBID= node137-1532369589-13986
PBS_JOBID= 21021571
Free space on /tmp= 48348 MiB

SOLVER NAME= PicatSAT 2018-06-15
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-07-0600_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293916-1532394688/watcher-4293916-1532394688 -o /tmp/evaluation-result-4293916-1532394688/solver-4293916-1532394688 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532369589-13986 --watchdog 2580  xcsp_picat HOME/instance-4293916-1532394688.xml

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

MD5SUM BENCH= 0ae5362fc8ec35126a2a174beba608b8
RANDOM SEED=1480756296

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         8798112 kB
MemAvailable:   28300128 kB
Buffers:          267024 kB
Cached:         19160368 kB
SwapCached:            0 kB
Active:          5886248 kB
Inactive:       17225852 kB
Active(anon):    3687588 kB
Inactive(anon):    16956 kB
Active(file):    2198660 kB
Inactive(file): 17208896 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            279784 kB
Writeback:             0 kB
AnonPages:       3804268 kB
Mapped:            40380 kB
Shmem:             17068 kB
Slab:             551096 kB
SReclaimable:     522920 kB
SUnreclaim:        28176 kB
KernelStack:        3232 kB
PageTables:        12392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5510800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3639296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48384 MiB
End job on node137 at 2018-07-24 03:53:30