Trace number 4293928

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.01 2520.12

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 (5617 MiB free)
  memory of node 1: 16384 MiB (3994 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293928-1532397361/watcher-4293928-1532397361 -o /tmp/evaluation-result-4293928-1532397361/solver-4293928-1532397361 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532369589-13985 --watchdog 2580 xcsp_picat HOME/instance-4293928-1532397361.xml 

running on 4 cores: 0,2,4,6

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=16706, runsolver pid=16703
Current StackSize limit: 8192 KiB


[startup+0.100677 s]*
/proc/loadavg: 1.99 2.01 2.04 3/187 16707
/proc/meminfo: memFree=9820624/32770624 swapFree=67108860/67108860
[pid=16706] ppid=16703 vsize=111688 memory=24140 CPUtime=0.09 cores=0,2,4,6
/proc/16706/stat : 16706 (xcsp_picat) R 16703 16706 13954 0 -1 4202496 1610 0 0 0 9 0 0 0 20 0 1 0 57299408 114368512 6035 33554432000 4194304 5849740 140725605384816 140725605384120 4488915 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 15425536 140725605389494 140725605389572 140725605389572 140725605392330 0
/proc/16706/statm: 27922 6035 603 405 0 24866 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 111688 KiB
Current children cumulated memory: 24140 KiB

[startup+0.20964 s]*
/proc/loadavg: 1.99 2.01 2.04 3/187 16707
/proc/meminfo: memFree=9805936/32770624 swapFree=67108860/67108860
[pid=16706] ppid=16703 vsize=135776 memory=38996 CPUtime=0.21 cores=0,2,4,6
/proc/16706/stat : 16706 (xcsp_picat) R 16703 16706 13954 0 -1 4202496 2746 0 0 0 20 1 0 0 20 0 1 0 57299408 139034624 9749 33554432000 4194304 5849740 140725605384816 140725605384120 140480234130432 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 15425536 140725605389494 140725605389572 140725605389572 140725605392330 0
/proc/16706/statm: 33944 9749 633 405 0 30888 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 135776 KiB
Current children cumulated memory: 38996 KiB

[startup+0.309493 s]*
/proc/loadavg: 1.99 2.01 2.04 3/187 16707
/proc/meminfo: memFree=9803888/32770624 swapFree=67108860/67108860
[pid=16706] ppid=16703 vsize=135776 memory=41044 CPUtime=0.31 cores=0,2,4,6
/proc/16706/stat : 16706 (xcsp_picat) R 16703 16706 13954 0 -1 4202496 2748 0 0 0 30 1 0 0 20 0 1 0 57299408 139034624 10261 33554432000 4194304 5849740 140725605384816 140725605384120 140480234130432 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 15425536 140725605389494 140725605389572 140725605389572 140725605392330 0
/proc/16706/statm: 33944 10261 633 405 0 30888 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 135776 KiB
Current children cumulated memory: 41044 KiB

[startup+0.700322 s]
/proc/loadavg: 1.99 2.01 2.04 3/187 16707
/proc/meminfo: memFree=9799048/32770624 swapFree=67108860/67108860
[pid=16706] ppid=16703 vsize=137064 memory=47228 CPUtime=0.68 cores=0,2,4,6
/proc/16706/stat : 16706 (xcsp_picat) R 16703 16706 13954 0 -1 4202496 4529 0 0 0 67 1 0 0 20 0 1 0 57299408 140353536 11807 33554432000 4194304 5849740 140725605384816 140725605383784 4488932 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 15425536 140725605389494 140725605389572 140725605389572 140725605392330 0
/proc/16706/statm: 34266 11807 633 405 0 31210 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 137064 KiB
Current children cumulated memory: 47228 KiB

[startup+1.50037 s]
/proc/loadavg: 1.99 2.01 2.04 3/187 16707
/proc/meminfo: memFree=10716076/32770624 swapFree=67108860/67108860
[pid=16706] ppid=16703 vsize=147908 memory=65372 CPUtime=1.49 cores=0,2,4,6
/proc/16706/stat : 16706 (xcsp_picat) R 16703 16706 13954 0 -1 4202496 9623 0 0 0 144 5 0 0 20 0 1 0 57299408 151457792 16343 33554432000 4194304 5849740 140725605384816 140725605383784 5250744 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 15425536 140725605389494 140725605389572 140725605389572 140725605392330 0
/proc/16706/statm: 36977 16343 633 405 0 33921 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 147908 KiB
Current children cumulated memory: 65372 KiB

[startup+3.10959 s]
/proc/loadavg: 1.99 2.01 2.04 3/187 16707
/proc/meminfo: memFree=10393804/32770624 swapFree=67108860/67108860
[pid=16706] ppid=16703 vsize=160080 memory=90768 CPUtime=3.1 cores=0,2,4,6
/proc/16706/stat : 16706 (xcsp_picat) R 16703 16706 13954 0 -1 4202496 23090 0 0 0 294 16 0 0 20 0 1 0 57299408 163921920 22692 33554432000 4194304 5849740 140725605384816 140725605383784 4488915 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 15425536 140725605389494 140725605389572 140725605389572 140725605392330 0
/proc/16706/statm: 40020 22692 633 405 0 36964 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 160080 KiB
Current children cumulated memory: 90768 KiB

[startup+6.30029 s]
/proc/loadavg: 2.07 2.03 2.05 3/187 16707
/proc/meminfo: memFree=9947504/32770624 swapFree=67108860/67108860
[pid=16706] ppid=16703 vsize=176784 memory=102580 CPUtime=6.29 cores=0,2,4,6
/proc/16706/stat : 16706 (xcsp_picat) R 16703 16706 13954 0 -1 4202496 43958 0 0 0 581 48 0 0 20 0 1 0 57299408 181026816 25645 33554432000 4194304 5849740 140725605384816 140725605383784 5249697 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 15425536 140725605389494 140725605389572 140725605389572 140725605392330 0
/proc/16706/statm: 44196 25645 633 405 0 41140 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 176784 KiB
Current children cumulated memory: 102580 KiB

[startup+12.7003 s]
/proc/loadavg: 2.07 2.03 2.05 3/187 16707
/proc/meminfo: memFree=9498272/32770624 swapFree=67108860/67108860
[pid=16706] ppid=16703 vsize=284120 memory=114232 CPUtime=12.68 cores=0,2,4,6
/proc/16706/stat : 16706 (xcsp_picat) R 16703 16706 13954 0 -1 4202496 61829 0 0 0 1180 88 0 0 20 0 1 0 57299408 290938880 28558 33554432000 4194304 5849740 140725605384816 140725605384136 5249802 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 15425536 140725605389494 140725605389572 140725605389572 140725605392330 0
/proc/16706/statm: 71030 28558 634 405 0 67974 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 284120 KiB
Current children cumulated memory: 114232 KiB

[startup+25.5003 s]
/proc/loadavg: 2.06 2.03 2.05 3/187 16707
/proc/meminfo: memFree=7341392/32770624 swapFree=67108860/67108860
[pid=16706] ppid=16703 vsize=440848 memory=311012 CPUtime=25.48 cores=0,2,4,6
/proc/16706/stat : 16706 (xcsp_picat) R 16703 16706 13954 0 -1 4202496 86227 0 0 0 2352 196 0 0 20 0 1 0 57299408 451428352 77753 33554432000 4194304 5849740 140725605384816 140725605383816 4786142 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 15425536 140725605389494 140725605389572 140725605389572 140725605392330 0
/proc/16706/statm: 110212 77753 634 405 0 107156 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 440848 KiB
Current children cumulated memory: 311012 KiB

[startup+51.1096 s]
/proc/loadavg: 2.04 2.02 2.05 3/187 16707
/proc/meminfo: memFree=8101328/32770624 swapFree=67108860/67108860
[pid=16706] ppid=16703 vsize=569836 memory=507072 CPUtime=51.09 cores=0,2,4,6
/proc/16706/stat : 16706 (xcsp_picat) R 16703 16706 13954 0 -1 4202496 123920 0 0 0 4715 394 0 0 20 0 1 0 57299408 583512064 126768 33554432000 4194304 5849740 140725605384816 140725605383784 4475487 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 15425536 140725605389494 140725605389572 140725605389572 140725605392330 0
/proc/16706/statm: 142459 126768 634 405 0 139403 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 569836 KiB
Current children cumulated memory: 507072 KiB

[startup+102.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 16708
/proc/meminfo: memFree=7261192/32770624 swapFree=67108860/67108860
[pid=16706] ppid=16703 vsize=1119468 memory=761192 CPUtime=102.27 cores=0,2,4,6
/proc/16706/stat : 16706 (xcsp_picat) R 16703 16706 13954 0 -1 4202496 166253 0 0 0 9539 688 0 0 20 0 1 0 57299408 1146335232 190298 33554432000 4194304 5849740 140725605384816 140725605383784 5251112 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 15425536 140725605389494 140725605389572 140725605389572 140725605392330 0
/proc/16706/statm: 279867 190298 634 405 0 276811 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 1119468 KiB
Current children cumulated memory: 761192 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/187 16710
/proc/meminfo: memFree=6295284/32770624 swapFree=67108860/67108860
[pid=16706] ppid=16703 vsize=2158436 memory=2028456 CPUtime=162.27 cores=0,2,4,6
/proc/16706/stat : 16706 (xcsp_picat) R 16703 16706 13954 0 -1 4202496 224918 0 0 0 15096 1131 0 0 20 0 1 0 57299408 2210238464 507114 33554432000 4194304 5849740 140725605384816 140725605384136 5262149 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 15425536 140725605389494 140725605389572 140725605389572 140725605392330 0
/proc/16706/statm: 539609 507114 634 405 0 536553 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 2158436 KiB
Current children cumulated memory: 2028456 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 16711
/proc/meminfo: memFree=6196956/32770624 swapFree=67108860/67108860
[pid=16706] ppid=16703 vsize=2181016 memory=1213304 CPUtime=222.27 cores=0,2,4,6
/proc/16706/stat : 16706 (xcsp_picat) R 16703 16706 13954 0 -1 4202496 264391 0 0 0 20664 1563 0 0 20 0 1 0 57299408 2233360384 303326 33554432000 4194304 5849740 140725605384816 140725605384136 5249600 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 15425536 140725605389494 140725605389572 140725605389572 140725605392330 0
/proc/16706/statm: 545254 303326 634 405 0 542198 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 2181016 KiB
Current children cumulated memory: 1213304 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 16720
/proc/meminfo: memFree=6644608/32770624 swapFree=67108860/67108860
[pid=16706] ppid=16703 vsize=2199356 memory=1917824 CPUtime=282.27 cores=0,2,4,6
/proc/16706/stat : 16706 (xcsp_picat) R 16703 16706 13954 0 -1 4202496 320768 0 0 0 26059 2168 0 0 20 0 1 0 57299408 2252140544 479456 33554432000 4194304 5849740 140725605384816 140725605383784 5250744 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 15425536 140725605389494 140725605389572 140725605389572 140725605392330 0
/proc/16706/statm: 549839 479456 634 405 0 546783 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 2199356 KiB
Current children cumulated memory: 1917824 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 16743
/proc/meminfo: memFree=3518532/32770624 swapFree=67108860/67108860
[pid=16706] ppid=16703 vsize=5472260 memory=4822904 CPUtime=342.27 cores=0,2,4,6
/proc/16706/stat : 16706 (xcsp_picat) R 16703 16706 13954 0 -1 4202496 373948 0 0 0 31620 2607 0 0 20 0 1 0 57299408 5603594240 1205726 33554432000 4194304 5849740 140725605384816 140725605384104 4532513 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 15425536 140725605389494 140725605389572 140725605389572 140725605392330 0
/proc/16706/statm: 1368065 1205726 666 405 0 1365009 0
Current children cumulated CPU time: 342.27 s
Current children cumulated vsize: 5472260 KiB
Current children cumulated memory: 4822904 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 16744
/proc/meminfo: memFree=2944312/32770624 swapFree=67108860/67108860
[pid=16706] ppid=16703 vsize=9913368 memory=7078888 CPUtime=402.26 cores=0,2,4,6
/proc/16706/stat : 16706 (xcsp_picat) R 16703 16706 13954 0 -1 4202496 820023 0 0 0 37290 2936 0 0 20 0 1 0 57299408 10151288832 1769722 33554432000 4194304 5849740 140725605384816 140725605384056 5471935 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 15425536 140725605389494 140725605389572 140725605389572 140725605392330 0
/proc/16706/statm: 2478342 1769722 731 405 0 2475286 0
Current children cumulated CPU time: 402.26 s
Current children cumulated vsize: 9913368 KiB
Current children cumulated memory: 7078888 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 16745
/proc/meminfo: memFree=2523960/32770624 swapFree=67108860/67108860
[pid=16706] ppid=16703 vsize=10330032 memory=7495768 CPUtime=462.26 cores=0,2,4,6
/proc/16706/stat : 16706 (xcsp_picat) R 16703 16706 13954 0 -1 4202496 858123 0 0 0 43190 3036 0 0 20 0 1 0 57299408 10577952768 1873942 33554432000 4194304 5849740 140725605384816 140725605383304 5319730 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15425536 140725605389494 140725605389572 140725605389572 140725605392330 0
/proc/16706/statm: 2582508 1873942 758 405 0 2579452 0
Current children cumulated CPU time: 462.26 s
Current children cumulated vsize: 10330032 KiB
Current children cumulated memory: 7495768 KiB


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

/proc/meminfo: memFree=2676388/32770624 swapFree=67108860/67108860
[pid=16706] ppid=16703 vsize=10257076 memory=7422836 CPUtime=1782.21 cores=0,2,4,6
/proc/16706/stat : 16706 (xcsp_picat) R 16703 16706 13954 0 -1 4202496 3492182 0 0 0 174725 3496 0 0 20 0 1 0 57299408 10503245824 1855709 33554432000 4194304 5849740 140725605384816 140725605383304 5319714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15425536 140725605389494 140725605389572 140725605389572 140725605392330 0
/proc/16706/statm: 2564269 1855709 764 405 0 2561213 0
Current children cumulated CPU time: 1782.21 s
Current children cumulated vsize: 10257076 KiB
Current children cumulated memory: 7422836 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 16784
/proc/meminfo: memFree=2677192/32770624 swapFree=67108860/67108860
[pid=16706] ppid=16703 vsize=10256836 memory=7422596 CPUtime=1842.21 cores=0,2,4,6
/proc/16706/stat : 16706 (xcsp_picat) R 16703 16706 13954 0 -1 4202496 3633094 0 0 0 180686 3535 0 0 20 0 1 0 57299408 10503000064 1855649 33554432000 4194304 5849740 140725605384816 140725605383816 140480234151815 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15425536 140725605389494 140725605389572 140725605389572 140725605392330 0
/proc/16706/statm: 2564209 1855649 764 405 0 2561153 0
Current children cumulated CPU time: 1842.21 s
Current children cumulated vsize: 10256836 KiB
Current children cumulated memory: 7422596 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 16785
/proc/meminfo: memFree=2657824/32770624 swapFree=67108860/67108860
[pid=16706] ppid=16703 vsize=10256836 memory=7422596 CPUtime=1902.2 cores=0,2,4,6
/proc/16706/stat : 16706 (xcsp_picat) R 16703 16706 13954 0 -1 4202496 3788784 0 0 0 186653 3567 0 0 20 0 1 0 57299408 10503000064 1855649 33554432000 4194304 5849740 140725605384816 140725605383688 5360882 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15425536 140725605389494 140725605389572 140725605389572 140725605392330 0
/proc/16706/statm: 2564209 1855649 764 405 0 2561153 0
Current children cumulated CPU time: 1902.2 s
Current children cumulated vsize: 10256836 KiB
Current children cumulated memory: 7422596 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 16787
/proc/meminfo: memFree=2677916/32770624 swapFree=67108860/67108860
[pid=16706] ppid=16703 vsize=10256632 memory=7422392 CPUtime=1962.2 cores=0,2,4,6
/proc/16706/stat : 16706 (xcsp_picat) R 16703 16706 13954 0 -1 4202496 3945509 0 0 0 192622 3598 0 0 20 0 1 0 57299408 10502791168 1855598 33554432000 4194304 5849740 140725605384816 140725605383816 5307699 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15425536 140725605389494 140725605389572 140725605389572 140725605392330 0
/proc/16706/statm: 2564158 1855598 764 405 0 2561102 0
Current children cumulated CPU time: 1962.2 s
Current children cumulated vsize: 10256632 KiB
Current children cumulated memory: 7422392 KiB

[startup+2022.3 s]
/proc/loadavg: 2.34 2.09 2.07 3/187 16788
/proc/meminfo: memFree=2677980/32770624 swapFree=67108860/67108860
[pid=16706] ppid=16703 vsize=10256632 memory=7422392 CPUtime=2022.21 cores=0,2,4,6
/proc/16706/stat : 16706 (xcsp_picat) R 16703 16706 13954 0 -1 4202496 4106698 0 0 0 198583 3638 0 0 20 0 1 0 57299408 10502791168 1855598 33554432000 4194304 5849740 140725605384816 140725605383688 5368823 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15425536 140725605389494 140725605389572 140725605389572 140725605392330 0
/proc/16706/statm: 2564158 1855598 764 405 0 2561102 0
Current children cumulated CPU time: 2022.21 s
Current children cumulated vsize: 10256632 KiB
Current children cumulated memory: 7422392 KiB

[startup+2082.3 s]
/proc/loadavg: 2.27 2.13 2.09 3/187 16796
/proc/meminfo: memFree=2677676/32770624 swapFree=67108860/67108860
[pid=16706] ppid=16703 vsize=10256472 memory=7422232 CPUtime=2082.2 cores=0,2,4,6
/proc/16706/stat : 16706 (xcsp_picat) R 16703 16706 13954 0 -1 4202496 4237019 0 0 0 204549 3671 0 0 20 0 1 0 57299408 10502627328 1855558 33554432000 4194304 5849740 140725605384816 140725605383816 140480234151815 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15425536 140725605389494 140725605389572 140725605389572 140725605392330 0
/proc/16706/statm: 2564118 1855558 764 405 0 2561062 0
Current children cumulated CPU time: 2082.2 s
Current children cumulated vsize: 10256472 KiB
Current children cumulated memory: 7422232 KiB

[startup+2142.3 s]
/proc/loadavg: 2.10 2.11 2.08 3/187 16797
/proc/meminfo: memFree=2624616/32770624 swapFree=67108860/67108860
[pid=16706] ppid=16703 vsize=10256472 memory=7422232 CPUtime=2142.2 cores=0,2,4,6
/proc/16706/stat : 16706 (xcsp_picat) R 16703 16706 13954 0 -1 4202496 4389590 0 0 0 210509 3711 0 0 20 0 1 0 57299408 10502627328 1855558 33554432000 4194304 5849740 140725605384816 140725605383304 5319733 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15425536 140725605389494 140725605389572 140725605389572 140725605392330 0
/proc/16706/statm: 2564118 1855558 764 405 0 2561062 0
Current children cumulated CPU time: 2142.2 s
Current children cumulated vsize: 10256472 KiB
Current children cumulated memory: 7422232 KiB

[startup+2202.3 s]
/proc/loadavg: 2.04 2.09 2.07 3/187 16798
/proc/meminfo: memFree=2559536/32770624 swapFree=67108860/67108860
[pid=16706] ppid=16703 vsize=10256472 memory=7422232 CPUtime=2202.19 cores=0,2,4,6
/proc/16706/stat : 16706 (xcsp_picat) R 16703 16706 13954 0 -1 4202496 4533279 0 0 0 216472 3747 0 0 20 0 1 0 57299408 10502627328 1855558 33554432000 4194304 5849740 140725605384816 140725605383816 140480234151815 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15425536 140725605389494 140725605389572 140725605389572 140725605392330 0
/proc/16706/statm: 2564118 1855558 764 405 0 2561062 0
Current children cumulated CPU time: 2202.19 s
Current children cumulated vsize: 10256472 KiB
Current children cumulated memory: 7422232 KiB

[startup+2262.3 s]
/proc/loadavg: 2.01 2.07 2.07 3/187 16799
/proc/meminfo: memFree=2496848/32770624 swapFree=67108860/67108860
[pid=16706] ppid=16703 vsize=10318912 memory=7484672 CPUtime=2262.18 cores=0,2,4,6
/proc/16706/stat : 16706 (xcsp_picat) R 16703 16706 13954 0 -1 4202496 4644510 0 0 0 222438 3780 0 0 20 0 1 0 57299408 10566565888 1871168 33554432000 4194304 5849740 140725605384816 140725605383224 5319712 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15425536 140725605389494 140725605389572 140725605389572 140725605392330 0
/proc/16706/statm: 2579728 1871168 764 405 0 2576672 0
Current children cumulated CPU time: 2262.18 s
Current children cumulated vsize: 10318912 KiB
Current children cumulated memory: 7484672 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.06 2.06 3/187 16800
/proc/meminfo: memFree=2496320/32770624 swapFree=67108860/67108860
[pid=16706] ppid=16703 vsize=10318912 memory=7484672 CPUtime=2322.18 cores=0,2,4,6
/proc/16706/stat : 16706 (xcsp_picat) R 16703 16706 13954 0 -1 4202496 4775374 0 0 0 228394 3824 0 0 20 0 1 0 57299408 10566565888 1871168 33554432000 4194304 5849740 140725605384816 140725605383816 140480234151815 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15425536 140725605389494 140725605389572 140725605389572 140725605392330 0
/proc/16706/statm: 2579728 1871168 764 405 0 2576672 0
Current children cumulated CPU time: 2322.18 s
Current children cumulated vsize: 10318912 KiB
Current children cumulated memory: 7484672 KiB

[startup+2382.3 s]
/proc/loadavg: 2.15 2.08 2.07 3/187 16862
/proc/meminfo: memFree=6654316/32770624 swapFree=67108860/67108860
[pid=16706] ppid=16703 vsize=10255908 memory=7421668 CPUtime=2382.18 cores=0,2,4,6
/proc/16706/stat : 16706 (xcsp_picat) R 16703 16706 13954 0 -1 4202496 4938230 0 0 0 234346 3872 0 0 20 0 1 0 57299408 10502049792 1855417 33554432000 4194304 5849740 140725605384816 140725605383080 5319737 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15425536 140725605389494 140725605389572 140725605389572 140725605392330 0
/proc/16706/statm: 2563977 1855417 764 405 0 2560921 0
Current children cumulated CPU time: 2382.18 s
Current children cumulated vsize: 10255908 KiB
Current children cumulated memory: 7421668 KiB

[startup+2442.3 s]
/proc/loadavg: 2.05 2.07 2.06 3/187 16863
/proc/meminfo: memFree=5799532/32770624 swapFree=67108860/67108860
[pid=16706] ppid=16703 vsize=10255908 memory=7421668 CPUtime=2442.18 cores=0,2,4,6
/proc/16706/stat : 16706 (xcsp_picat) R 16703 16706 13954 0 -1 4202496 5095079 0 0 0 240307 3911 0 0 20 0 1 0 57299408 10502049792 1855417 33554432000 4194304 5849740 140725605384816 140725605383816 140480234151815 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15425536 140725605389494 140725605389572 140725605389572 140725605392330 0
/proc/16706/statm: 2563977 1855417 764 405 0 2560921 0
Current children cumulated CPU time: 2442.18 s
Current children cumulated vsize: 10255908 KiB
Current children cumulated memory: 7421668 KiB

[startup+2502.3 s]
/proc/loadavg: 1.94 2.04 2.05 3/187 16864
/proc/meminfo: memFree=3819724/32770624 swapFree=67108860/67108860
[pid=16706] ppid=16703 vsize=10255660 memory=7421420 CPUtime=2502.18 cores=0,2,4,6
/proc/16706/stat : 16706 (xcsp_picat) R 16703 16706 13954 0 -1 4202496 5225340 0 0 0 246262 3956 0 0 20 0 1 0 57299408 10501795840 1855355 33554432000 4194304 5849740 140725605384816 140725605383816 140480234151815 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15425536 140725605389494 140725605389572 140725605389572 140725605392330 0
/proc/16706/statm: 2563915 1855355 764 405 0 2560859 0
Current children cumulated CPU time: 2502.18 s
Current children cumulated vsize: 10255660 KiB
Current children cumulated memory: 7421420 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 1.95 2.04 2.05 3/187 16864
/proc/meminfo: memFree=3507740/32770624 swapFree=67108860/67108860
[pid=16706] ppid=16703 vsize=10255660 memory=7421420 CPUtime=2519.88 cores=0,2,4,6
/proc/16706/stat : 16706 (xcsp_picat) R 16703 16706 13954 0 -1 4202496 5287236 0 0 0 248025 3963 0 0 20 0 1 0 57299408 10501795840 1855355 33554432000 4194304 5849740 140725605384816 140725605383304 5301879 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15425536 140725605389494 140725605389572 140725605389572 140725605392330 0
/proc/16706/statm: 2563915 1855355 764 405 0 2560859 0
Current children cumulated CPU time: 2519.88 s
Current children cumulated vsize: 10255660 KiB
Current children cumulated memory: 7421420 KiB

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

[startup+2520.12 s]
# the end of solver process 16706 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2480.26 s, system=39.7495 s

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

[startup+2520.11 s]*
/proc/loadavg: 1.95 2.04 2.05 3/187 16864
/proc/meminfo: memFree=9841136/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2520.12
CPU time (s): 2520.01
CPU user time (s): 2480.26
CPU system time (s): 39.7495
CPU usage (%): 99.9956
Max. virtual memory (cumulated for all children) (KiB): 13913372
Max. memory (cumulated for all children) (KiB): 9781424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2480.26
system time used= 39.7495
maximum resident set size= 9781424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5287236
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= 20
involuntary context switches= 3248


# summary of solver processes directly reported to runsolver:
#   pid: 16706
#   total CPU time (s): 2520.01
#   total CPU user time (s): 2480.26
#   total CPU system time (s): 39.7495

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.27748 second user time and 19.0725 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-24 03:56:02
IDJOB=4293928
IDBENCH=141266
IDSOLVER=2754
FILE ID=node137/4293928-1532397361
RUNJOBID= node137-1532369589-13985
PBS_JOBID= 21021571
Free space on /tmp= 48388 MiB

SOLVER NAME= PicatSAT 2018-06-15
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-4293928-1532397361/watcher-4293928-1532397361 -o /tmp/evaluation-result-4293928-1532397361/solver-4293928-1532397361 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532369589-13985 --watchdog 2580  xcsp_picat HOME/instance-4293928-1532397361.xml

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

MD5SUM BENCH= 26cacd4a9bde3a1253c36df99f6e4e09
RANDOM SEED=1738529256

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:         9843236 kB
MemAvailable:   29285044 kB
Buffers:          264148 kB
Cached:         19104060 kB
SwapCached:            0 kB
Active:          4869828 kB
Inactive:       17200388 kB
Active(anon):    2703012 kB
Inactive(anon):    18716 kB
Active(file):    2166816 kB
Inactive(file): 17181672 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            220260 kB
Writeback:             0 kB
AnonPages:       2721640 kB
Mapped:            39892 kB
Shmem:             17036 kB
Slab:             550312 kB
SReclaimable:     521780 kB
SUnreclaim:        28532 kB
KernelStack:        3280 kB
PageTables:        10304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4029340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2635776 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= 48412 MiB
End job on node137 at 2018-07-24 04:38:03