Trace number 4309557

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PicatSAT 2018-08-14? (TO) 2520.07 2519.91

General information on the benchmark

NameLowAutocorrelation/
LowAutocorrelation-035_c18.xml
MD5SUM57f66bb5496e8bacdf8ee07e22262068
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark113
Best CPU time to get the best result obtained on this benchmark2520.12
Satisfiable
(Un)Satisfiability was proved
Number of variables1259
Number of constraints663
Number of domains69
Minimum domain size2
Maximum domain size69
Distribution of domain sizes[{"size":2,"count":631},{"size":3,"count":2},{"size":4,"count":1},{"size":5,"count":2},{"size":6,"count":1},{"size":7,"count":2},{"size":8,"count":1},{"size":9,"count":2},{"size":10,"count":1},{"size":11,"count":2},{"size":12,"count":1},{"size":13,"count":2},{"size":14,"count":1},{"size":15,"count":2},{"size":16,"count":1},{"size":17,"count":2},{"size":18,"count":1},{"size":19,"count":2},{"size":20,"count":1},{"size":21,"count":2},{"size":22,"count":1},{"size":23,"count":2},{"size":24,"count":1},{"size":25,"count":2},{"size":26,"count":1},"...",{"size":28,"count":1}, {"size":29,"count":2}, {"size":30,"count":1}, {"size":31,"count":2}, {"size":32,"count":1}, {"size":33,"count":2}, {"size":34,"count":1}, {"size":35,"count":2}, {"size":37,"count":1}, {"size":39,"count":1}, {"size":41,"count":1}, {"size":43,"count":1}, {"size":45,"count":1}, {"size":47,"count":1}, {"size":49,"count":1}, {"size":51,"count":1}, {"size":53,"count":1}, {"size":55,"count":1}, {"size":57,"count":1}, {"size":59,"count":1}, {"size":61,"count":1}, {"size":63,"count":1}, {"size":65,"count":1}, {"size":67,"count":1}, {"size":69,"count":1}]
Minimum variable degree0
Maximum variable degree34
Distribution of variable degrees[{"degree":0,"count":561},{"degree":2,"count":663},{"degree":34,"count":35}]
Minimum constraint arity2
Maximum constraint arity35
Distribution of constraint arities[{"arity":2,"count":35},{"arity":3,"count":596},{"arity":4,"count":1},{"arity":5,"count":1},{"arity":6,"count":1},{"arity":7,"count":1},{"arity":8,"count":1},{"arity":9,"count":1},{"arity":10,"count":1},{"arity":11,"count":1},{"arity":12,"count":1},{"arity":13,"count":1},{"arity":14,"count":1},{"arity":15,"count":1},{"arity":16,"count":1},{"arity":17,"count":1},{"arity":18,"count":1},{"arity":19,"count":1},{"arity":20,"count":1},{"arity":21,"count":1},{"arity":22,"count":1},{"arity":23,"count":1},{"arity":24,"count":1},{"arity":25,"count":1},{"arity":26,"count":1},{"arity":27,"count":1},{"arity":28,"count":1},{"arity":29,"count":1},{"arity":30,"count":1},{"arity":31,"count":1},{"arity":32,"count":1},{"arity":33,"count":1},{"arity":34,"count":1},{"arity":35,"count":1}]
Number of extensional constraints0
Number of intensional constraints629
Distribution of constraint types[{"type":"intension","count":629},{"type":"sum","count":34}]
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 (12751 MiB free)
  memory of node 1: 16384 MiB (13400 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309557-1534308145/watcher-4309557-1534308145 -o /tmp/evaluation-result-4309557-1534308145/solver-4309557-1534308145 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534293911-23505 --watchdog 2580 xcsp_picat HOME/instance-4309557-1534308145.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=25810, runsolver pid=25807

[startup+0.100159 s]*
/proc/loadavg: 1.92 2.00 2.04 3/187 25811
/proc/meminfo: memFree=26767032/32770624 swapFree=67108804/67108860
[pid=25810] ppid=25807 vsize=2025860 memory=15600 CPUtime=0.1 cores=1,3,5,7
/proc/25810/stat : 25810 (xcsp_picat) R 25807 25810 23473 0 -1 4202496 1498 0 0 0 10 0 0 0 20 0 1 0 248377674 2074480640 3900 33554432000 4194304 5849940 140734504089808 140734504089808 140099408322439 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 25894912 140734504096950 140734504097028 140734504097028 140734504099786 0
/proc/25810/statm: 506465 3900 709 405 0 503409 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025860 KiB
Current children cumulated memory: 15600 KiB

[startup+0.20952 s]*
/proc/loadavg: 1.92 2.00 2.04 3/187 25811
/proc/meminfo: memFree=26766660/32770624 swapFree=67108804/67108860
[pid=25810] ppid=25807 vsize=2026004 memory=15600 CPUtime=0.21 cores=1,3,5,7
/proc/25810/stat : 25810 (xcsp_picat) R 25807 25810 23473 0 -1 4202496 1542 0 0 0 20 1 0 0 20 0 1 0 248377674 2074628096 3900 33554432000 4194304 5849940 140734504089808 140734504089808 140099408322439 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 25894912 140734504096950 140734504097028 140734504097028 140734504099786 0
/proc/25810/statm: 506501 3900 709 405 0 503445 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2026004 KiB
Current children cumulated memory: 15600 KiB

[startup+0.308934 s]*
/proc/loadavg: 1.92 2.00 2.04 3/187 25811
/proc/meminfo: memFree=26763684/32770624 swapFree=67108804/67108860
[pid=25810] ppid=25807 vsize=2029200 memory=19084 CPUtime=0.31 cores=1,3,5,7
/proc/25810/stat : 25810 (xcsp_picat) R 25807 25810 23473 0 -1 4202496 2459 0 0 0 30 1 0 0 20 0 1 0 248377674 2077900800 4771 33554432000 4194304 5849940 140734504089808 140734504089808 5392040 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 25894912 140734504096950 140734504097028 140734504097028 140734504099786 0
/proc/25810/statm: 507300 4771 726 405 0 504244 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2029200 KiB
Current children cumulated memory: 19084 KiB

[startup+0.700278 s]
/proc/loadavg: 1.92 2.00 2.04 3/187 25811
/proc/meminfo: memFree=26763312/32770624 swapFree=67108804/67108860
[pid=25810] ppid=25807 vsize=2029196 memory=18876 CPUtime=0.69 cores=1,3,5,7
/proc/25810/stat : 25810 (xcsp_picat) R 25807 25810 23473 0 -1 4202496 2573 0 0 0 68 1 0 0 20 0 1 0 248377674 2077896704 4719 33554432000 4194304 5849940 140734504089808 140734504088200 5317180 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 25894912 140734504096950 140734504097028 140734504097028 140734504099786 0
/proc/25810/statm: 507299 4719 729 405 0 504243 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2029196 KiB
Current children cumulated memory: 18876 KiB

[startup+1.50028 s]
/proc/loadavg: 1.92 2.00 2.04 3/187 25811
/proc/meminfo: memFree=26763156/32770624 swapFree=67108804/67108860
[pid=25810] ppid=25807 vsize=2027572 memory=17244 CPUtime=1.49 cores=1,3,5,7
/proc/25810/stat : 25810 (xcsp_picat) R 25807 25810 23473 0 -1 4202496 2854 0 0 0 147 2 0 0 20 0 1 0 248377674 2076233728 4311 33554432000 4194304 5849940 140734504089808 140734504088200 4514936 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 25894912 140734504096950 140734504097028 140734504097028 140734504099786 0
/proc/25810/statm: 506893 4311 749 405 0 503837 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2027572 KiB
Current children cumulated memory: 17244 KiB

[startup+3.10934 s]
/proc/loadavg: 1.92 2.00 2.04 3/187 25811
/proc/meminfo: memFree=26761760/32770624 swapFree=67108804/67108860
[pid=25810] ppid=25807 vsize=2030864 memory=20788 CPUtime=3.1 cores=1,3,5,7
/proc/25810/stat : 25810 (xcsp_picat) R 25807 25810 23473 0 -1 4202496 5366 0 0 0 305 5 0 0 20 0 1 0 248377674 2079604736 5197 33554432000 4194304 5849940 140734504089808 140734504088456 5375326 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 25894912 140734504096950 140734504097028 140734504097028 140734504099786 0
/proc/25810/statm: 507716 5197 751 405 0 504660 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2030864 KiB
Current children cumulated memory: 20788 KiB

[startup+6.30031 s]
/proc/loadavg: 1.85 1.98 2.03 3/187 25811
/proc/meminfo: memFree=26762876/32770624 swapFree=67108804/67108860
[pid=25810] ppid=25807 vsize=2031816 memory=21360 CPUtime=6.29 cores=1,3,5,7
/proc/25810/stat : 25810 (xcsp_picat) R 25807 25810 23473 0 -1 4202496 7680 0 0 0 621 8 0 0 20 0 1 0 248377674 2080579584 5340 33554432000 4194304 5849940 140734504089808 140734504088808 5326511 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 25894912 140734504096950 140734504097028 140734504097028 140734504099786 0
/proc/25810/statm: 507954 5340 751 405 0 504898 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2031816 KiB
Current children cumulated memory: 21360 KiB

[startup+12.7003 s]
/proc/loadavg: 1.86 1.98 2.03 3/187 25811
/proc/meminfo: memFree=26759464/32770624 swapFree=67108804/67108860
[pid=25810] ppid=25807 vsize=2034712 memory=24636 CPUtime=12.69 cores=1,3,5,7
/proc/25810/stat : 25810 (xcsp_picat) R 25807 25810 23473 0 -1 4202496 10682 0 0 0 1257 12 0 0 20 0 1 0 248377674 2083545088 6159 33554432000 4194304 5849940 140734504089808 140734504088808 140099408322439 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 25894912 140734504096950 140734504097028 140734504097028 140734504099786 0
/proc/25810/statm: 508678 6159 751 405 0 505622 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2034712 KiB
Current children cumulated memory: 24636 KiB

[startup+25.5003 s]
/proc/loadavg: 1.89 1.98 2.03 3/187 25811
/proc/meminfo: memFree=26743644/32770624 swapFree=67108804/67108860
[pid=25810] ppid=25807 vsize=2036356 memory=26280 CPUtime=25.5 cores=1,3,5,7
/proc/25810/stat : 25810 (xcsp_picat) R 25807 25810 23473 0 -1 4202496 17461 0 0 0 2526 24 0 0 20 0 1 0 248377674 2085228544 6570 33554432000 4194304 5849940 140734504089808 140734504088808 140099408322439 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 25894912 140734504096950 140734504097028 140734504097028 140734504099786 0
/proc/25810/statm: 509089 6570 751 405 0 506033 0
Current children cumulated CPU time: 25.5 s
Current children cumulated vsize: 2036356 KiB
Current children cumulated memory: 26280 KiB

[startup+51.1094 s]
/proc/loadavg: 1.93 1.99 2.03 3/187 25811
/proc/meminfo: memFree=26722872/32770624 swapFree=67108804/67108860
[pid=25810] ppid=25807 vsize=2043384 memory=32308 CPUtime=51.1 cores=1,3,5,7
/proc/25810/stat : 25810 (xcsp_picat) R 25807 25810 23473 0 -1 4202496 28582 0 0 0 5066 44 0 0 20 0 1 0 248377674 2092425216 8077 33554432000 4194304 5849940 140734504089808 140734504088808 140099408322439 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 25894912 140734504096950 140734504097028 140734504097028 140734504099786 0
/proc/25810/statm: 510846 8077 751 405 0 507790 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2043384 KiB
Current children cumulated memory: 32308 KiB

[startup+102.3 s]
/proc/loadavg: 1.97 1.99 2.03 3/187 25812
/proc/meminfo: memFree=26723936/32770624 swapFree=67108804/67108860
[pid=25810] ppid=25807 vsize=2041036 memory=30692 CPUtime=102.29 cores=1,3,5,7
/proc/25810/stat : 25810 (xcsp_picat) R 25807 25810 23473 0 -1 4202496 45548 0 0 0 10149 80 0 0 20 0 1 0 248377674 2090020864 7673 33554432000 4194304 5849940 140734504089808 140734504088808 140099408322439 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 25894912 140734504096950 140734504097028 140734504097028 140734504099786 0
/proc/25810/statm: 510259 7673 751 405 0 507203 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2041036 KiB
Current children cumulated memory: 30692 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 1.99 2.03 3/187 25813
/proc/meminfo: memFree=26723064/32770624 swapFree=67108804/67108860
[pid=25810] ppid=25807 vsize=2054476 memory=44116 CPUtime=162.3 cores=1,3,5,7
/proc/25810/stat : 25810 (xcsp_picat) R 25807 25810 23473 0 -1 4202496 65765 0 0 0 16109 121 0 0 20 0 1 0 248377674 2103783424 11029 33554432000 4194304 5849940 140734504089808 140734504088808 140099408322439 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 25894912 140734504096950 140734504097028 140734504097028 140734504099786 0
/proc/25810/statm: 513619 11029 751 405 0 510563 0
Current children cumulated CPU time: 162.3 s
Current children cumulated vsize: 2054476 KiB
Current children cumulated memory: 44116 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 25814
/proc/meminfo: memFree=26722108/32770624 swapFree=67108804/67108860
[pid=25810] ppid=25807 vsize=2057204 memory=47224 CPUtime=222.3 cores=1,3,5,7
/proc/25810/stat : 25810 (xcsp_picat) R 25807 25810 23473 0 -1 4202496 82522 0 0 0 22078 152 0 0 20 0 1 0 248377674 2106576896 11806 33554432000 4194304 5849940 140734504089808 140734504088808 140099408322439 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 25894912 140734504096950 140734504097028 140734504097028 140734504099786 0
/proc/25810/statm: 514301 11806 751 405 0 511245 0
Current children cumulated CPU time: 222.3 s
Current children cumulated vsize: 2057204 KiB
Current children cumulated memory: 47224 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 25815
/proc/meminfo: memFree=26702852/32770624 swapFree=67108804/67108860
[pid=25810] ppid=25807 vsize=2066492 memory=56372 CPUtime=282.3 cores=1,3,5,7
/proc/25810/stat : 25810 (xcsp_picat) R 25807 25810 23473 0 -1 4202496 97819 0 0 0 28047 183 0 0 20 0 1 0 248377674 2116087808 14093 33554432000 4194304 5849940 140734504089808 140734504088808 140099408322439 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 25894912 140734504096950 140734504097028 140734504097028 140734504099786 0
/proc/25810/statm: 516623 14093 751 405 0 513567 0
Current children cumulated CPU time: 282.3 s
Current children cumulated vsize: 2066492 KiB
Current children cumulated memory: 56372 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 25816
/proc/meminfo: memFree=26652184/32770624 swapFree=67108804/67108860
[pid=25810] ppid=25807 vsize=2073576 memory=63352 CPUtime=342.31 cores=1,3,5,7
/proc/25810/stat : 25810 (xcsp_picat) R 25807 25810 23473 0 -1 4202496 100393 0 0 0 34027 204 0 0 20 0 1 0 248377674 2123341824 15838 33554432000 4194304 5849940 140734504089808 140734504088808 140099408322439 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 25894912 140734504096950 140734504097028 140734504097028 140734504099786 0
/proc/25810/statm: 518394 15838 751 405 0 515338 0
Current children cumulated CPU time: 342.31 s
Current children cumulated vsize: 2073576 KiB
Current children cumulated memory: 63352 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 25817
/proc/meminfo: memFree=26606756/32770624 swapFree=67108804/67108860
[pid=25810] ppid=25807 vsize=2118748 memory=108672 CPUtime=402.31 cores=1,3,5,7
/proc/25810/stat : 25810 (xcsp_picat) R 25807 25810 23473 0 -1 4202496 109090 0 0 0 40007 224 0 0 20 0 1 0 248377674 2169597952 27168 33554432000 4194304 5849940 140734504089808 140734504088808 140099408322439 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 25894912 140734504096950 140734504097028 140734504097028 140734504099786 0
/proc/25810/statm: 529687 27168 751 405 0 526631 0
Current children cumulated CPU time: 402.31 s
Current children cumulated vsize: 2118748 KiB
Current children cumulated memory: 108672 KiB

[startup+462.3 s]
/proc/loadavg: 2.56 2.13 2.08 3/188 25826
/proc/meminfo: memFree=26633720/32770624 swapFree=67108804/67108860
[pid=25810] ppid=25807 vsize=2141168 memory=130996 CPUtime=462.29 cores=1,3,5,7
/proc/25810/stat : 25810 (xcsp_picat) R 25807 25810 23473 0 -1 4202496 109994 0 0 0 45992 237 0 0 20 0 1 0 248377674 2192556032 32749 33554432000 4194304 5849940 140734504089808 140734504088808 140099408322439 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 25894912 140734504096950 140734504097028 140734504097028 140734504099786 0
/proc/25810/statm: 535292 32749 751 405 0 532236 0
Current children cumulated CPU time: 462.29 s
Current children cumulated vsize: 2141168 KiB
Current children cumulated memory: 130996 KiB


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

/proc/25810/statm: 566122 64756 751 405 0 563066 0
Current children cumulated CPU time: 1782.4 s
Current children cumulated vsize: 2264488 KiB
Current children cumulated memory: 259024 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 25948
/proc/meminfo: memFree=21384696/32770624 swapFree=67108804/67108860
[pid=25810] ppid=25807 vsize=2264488 memory=259024 CPUtime=1842.4 cores=1,3,5,7
/proc/25810/stat : 25810 (xcsp_picat) R 25807 25810 23473 0 -1 4202496 225284 0 0 0 183713 527 0 0 20 0 1 0 248377674 2318835712 64756 33554432000 4194304 5849940 140734504089808 140734504088808 140099408322439 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 25894912 140734504096950 140734504097028 140734504097028 140734504099786 0
/proc/25810/statm: 566122 64756 751 405 0 563066 0
Current children cumulated CPU time: 1842.4 s
Current children cumulated vsize: 2264488 KiB
Current children cumulated memory: 259024 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 25949
/proc/meminfo: memFree=21384600/32770624 swapFree=67108804/67108860
[pid=25810] ppid=25807 vsize=2264488 memory=259024 CPUtime=1902.41 cores=1,3,5,7
/proc/25810/stat : 25810 (xcsp_picat) R 25807 25810 23473 0 -1 4202496 225291 0 0 0 189707 534 0 0 20 0 1 0 248377674 2318835712 64756 33554432000 4194304 5849940 140734504089808 140734504088968 5438453 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 25894912 140734504096950 140734504097028 140734504097028 140734504099786 0
/proc/25810/statm: 566122 64756 751 405 0 563066 0
Current children cumulated CPU time: 1902.41 s
Current children cumulated vsize: 2264488 KiB
Current children cumulated memory: 259024 KiB

[startup+1962.3 s]
/proc/loadavg: 2.05 2.02 2.05 3/187 25950
/proc/meminfo: memFree=21385120/32770624 swapFree=67108804/67108860
[pid=25810] ppid=25807 vsize=2264488 memory=259024 CPUtime=1962.41 cores=1,3,5,7
/proc/25810/stat : 25810 (xcsp_picat) R 25807 25810 23473 0 -1 4202496 247028 0 0 0 195698 543 0 0 20 0 1 0 248377674 2318835712 64756 33554432000 4194304 5849940 140734504089808 140734504088808 5437906 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 25894912 140734504096950 140734504097028 140734504097028 140734504099786 0
/proc/25810/statm: 566122 64756 751 405 0 563066 0
Current children cumulated CPU time: 1962.41 s
Current children cumulated vsize: 2264488 KiB
Current children cumulated memory: 259024 KiB

[startup+2022.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 25951
/proc/meminfo: memFree=21385024/32770624 swapFree=67108804/67108860
[pid=25810] ppid=25807 vsize=2264488 memory=259024 CPUtime=2022.42 cores=1,3,5,7
/proc/25810/stat : 25810 (xcsp_picat) R 25807 25810 23473 0 -1 4202496 247170 0 0 0 201692 550 0 0 20 0 1 0 248377674 2318835712 64756 33554432000 4194304 5849940 140734504089808 140734504088808 5437906 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 25894912 140734504096950 140734504097028 140734504097028 140734504099786 0
/proc/25810/statm: 566122 64756 751 405 0 563066 0
Current children cumulated CPU time: 2022.42 s
Current children cumulated vsize: 2264488 KiB
Current children cumulated memory: 259024 KiB

[startup+2082.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/187 25952
/proc/meminfo: memFree=21232068/32770624 swapFree=67108804/67108860
[pid=25810] ppid=25807 vsize=2417240 memory=411776 CPUtime=2082.41 cores=1,3,5,7
/proc/25810/stat : 25810 (xcsp_picat) R 25807 25810 23473 0 -1 4202496 249614 0 0 0 207681 560 0 0 20 0 1 0 248377674 2475253760 102944 33554432000 4194304 5849940 140734504089808 140734504088808 140099408322439 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 25894912 140734504096950 140734504097028 140734504097028 140734504099786 0
/proc/25810/statm: 604310 102944 751 405 0 601254 0
Current children cumulated CPU time: 2082.41 s
Current children cumulated vsize: 2417240 KiB
Current children cumulated memory: 411776 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 25953
/proc/meminfo: memFree=21221500/32770624 swapFree=67108804/67108860
[pid=25810] ppid=25807 vsize=2428736 memory=423048 CPUtime=2142.42 cores=1,3,5,7
/proc/25810/stat : 25810 (xcsp_picat) R 25807 25810 23473 0 -1 4202496 250046 0 0 0 213675 567 0 0 20 0 1 0 248377674 2487025664 105762 33554432000 4194304 5849940 140734504089808 140734504088808 140099408322439 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 25894912 140734504096950 140734504097028 140734504097028 140734504099786 0
/proc/25810/statm: 607184 105762 751 405 0 604128 0
Current children cumulated CPU time: 2142.42 s
Current children cumulated vsize: 2428736 KiB
Current children cumulated memory: 423048 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25955
/proc/meminfo: memFree=21415228/32770624 swapFree=67108804/67108860
[pid=25810] ppid=25807 vsize=2234252 memory=228644 CPUtime=2202.43 cores=1,3,5,7
/proc/25810/stat : 25810 (xcsp_picat) R 25807 25810 23473 0 -1 4202496 292400 0 0 0 219660 583 0 0 20 0 1 0 248377674 2287874048 57161 33554432000 4194304 5849940 140734504089808 140734504088808 140099408322439 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 25894912 140734504096950 140734504097028 140734504097028 140734504099786 0
/proc/25810/statm: 558563 57161 751 405 0 555507 0
Current children cumulated CPU time: 2202.43 s
Current children cumulated vsize: 2234252 KiB
Current children cumulated memory: 228644 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 25964
/proc/meminfo: memFree=21413228/32770624 swapFree=67108804/67108860
[pid=25810] ppid=25807 vsize=2234252 memory=228644 CPUtime=2262.44 cores=1,3,5,7
/proc/25810/stat : 25810 (xcsp_picat) R 25807 25810 23473 0 -1 4202496 292401 0 0 0 225648 596 0 0 20 0 1 0 248377674 2287874048 57161 33554432000 4194304 5849940 140734504089808 140734504088808 140099408322439 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 25894912 140734504096950 140734504097028 140734504097028 140734504099786 0
/proc/25810/statm: 558563 57161 751 405 0 555507 0
Current children cumulated CPU time: 2262.44 s
Current children cumulated vsize: 2234252 KiB
Current children cumulated memory: 228644 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 25965
/proc/meminfo: memFree=21348028/32770624 swapFree=67108804/67108860
[pid=25810] ppid=25807 vsize=2299788 memory=294324 CPUtime=2322.43 cores=1,3,5,7
/proc/25810/stat : 25810 (xcsp_picat) R 25807 25810 23473 0 -1 4202496 299312 0 0 0 231636 607 0 0 20 0 1 0 248377674 2354982912 73581 33554432000 4194304 5849940 140734504089808 140734504088808 140099408322439 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 25894912 140734504096950 140734504097028 140734504097028 140734504099786 0
/proc/25810/statm: 574947 73581 751 405 0 571891 0
Current children cumulated CPU time: 2322.43 s
Current children cumulated vsize: 2299788 KiB
Current children cumulated memory: 294324 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 25966
/proc/meminfo: memFree=21317648/32770624 swapFree=67108804/67108860
[pid=25810] ppid=25807 vsize=2330544 memory=325080 CPUtime=2382.44 cores=1,3,5,7
/proc/25810/stat : 25810 (xcsp_picat) R 25807 25810 23473 0 -1 4202496 300408 0 0 0 237624 620 0 0 20 0 1 0 248377674 2386477056 81270 33554432000 4194304 5849940 140734504089808 140734504088808 140099408322439 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 25894912 140734504096950 140734504097028 140734504097028 140734504099786 0
/proc/25810/statm: 582636 81270 751 405 0 579580 0
Current children cumulated CPU time: 2382.44 s
Current children cumulated vsize: 2330544 KiB
Current children cumulated memory: 325080 KiB

[startup+2442.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/188 25967
/proc/meminfo: memFree=21317916/32770624 swapFree=67108804/67108860
[pid=25810] ppid=25807 vsize=2330544 memory=325080 CPUtime=2442.44 cores=1,3,5,7
/proc/25810/stat : 25810 (xcsp_picat) R 25807 25810 23473 0 -1 4202496 320111 0 0 0 243614 630 0 0 20 0 1 0 248377674 2386477056 81270 33554432000 4194304 5849940 140734504089808 140734504088808 5437906 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 25894912 140734504096950 140734504097028 140734504097028 140734504099786 0
/proc/25810/statm: 582636 81270 751 405 0 579580 0
Current children cumulated CPU time: 2442.44 s
Current children cumulated vsize: 2330544 KiB
Current children cumulated memory: 325080 KiB

[startup+2502.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/188 25968
/proc/meminfo: memFree=21317800/32770624 swapFree=67108804/67108860
[pid=25810] ppid=25807 vsize=2330544 memory=325080 CPUtime=2502.45 cores=1,3,5,7
/proc/25810/stat : 25810 (xcsp_picat) R 25807 25810 23473 0 -1 4202496 321032 0 0 0 249605 640 0 0 20 0 1 0 248377674 2386477056 81270 33554432000 4194304 5849940 140734504089808 140734504088808 140099408322439 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 25894912 140734504096950 140734504097028 140734504097028 140734504099786 0
/proc/25810/statm: 582636 81270 751 405 0 579580 0
Current children cumulated CPU time: 2502.45 s
Current children cumulated vsize: 2330544 KiB
Current children cumulated memory: 325080 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.9 s]
/proc/loadavg: 2.02 2.02 2.05 3/188 25968
/proc/meminfo: memFree=21317644/32770624 swapFree=67108804/67108860
[pid=25810] ppid=25807 vsize=2330544 memory=325080 CPUtime=2520.05 cores=1,3,5,7
/proc/25810/stat : 25810 (xcsp_picat) R 25807 25810 23473 0 -1 4202496 323453 0 0 0 251362 643 0 0 20 0 1 0 248377674 2386477056 81270 33554432000 4194304 5849940 140734504089808 140734504088808 140099408322439 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 25894912 140734504096950 140734504097028 140734504097028 140734504099786 0
/proc/25810/statm: 582636 81270 751 405 0 579580 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 2330544 KiB
Current children cumulated memory: 325080 KiB

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

[startup+2519.91 s]
# the end of solver process 25810 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.62 s, system=6.44645 s

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

[startup+2519.9 s]
/proc/loadavg: 2.02 2.02 2.05 3/188 25968
/proc/meminfo: memFree=21317644/32770624 swapFree=67108804/67108860
[pid=25810] ppid=25807 vsize=2330544 memory=325080 CPUtime=2520.05 cores=1,3,5,7
/proc/25810/stat : 25810 (xcsp_picat) R 25807 25810 23473 0 -1 4202496 323453 0 0 0 251362 643 0 0 20 0 1 0 248377674 2386477056 81270 33554432000 4194304 5849940 140734504089808 140734504088808 140099408322439 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 25894912 140734504096950 140734504097028 140734504097028 140734504099786 0
/proc/25810/statm: 582636 81270 751 405 0 579580 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 2330544 KiB
Current children cumulated memory: 325080 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2519.91
CPU time (s): 2520.07
CPU user time (s): 2513.62
CPU system time (s): 6.44645
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 2428736
Max. memory (cumulated for all children) (KiB): 423272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.62
system time used= 6.44645
maximum resident set size= 423272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 323454
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= 891


# summary of solver processes directly reported to runsolver:
#   pid: 25810
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2513.62
#   total CPU system time (s): 6.44645

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.6929 second user time and 16.0364 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-15 06:42:25
IDJOB=4309557
IDBENCH=141421
IDSOLVER=2794
FILE ID=node105/4309557-1534308145
RUNJOBID= node105-1534293911-23505
PBS_JOBID= 21038146
Free space on /tmp= 44284 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/LowAutocorrelation/LowAutocorrelation-035_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309557-1534308145/watcher-4309557-1534308145 -o /tmp/evaluation-result-4309557-1534308145/solver-4309557-1534308145 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534293911-23505 --watchdog 2580  xcsp_picat HOME/instance-4309557-1534308145.xml

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

MD5SUM BENCH= 57f66bb5496e8bacdf8ee07e22262068
RANDOM SEED=19606223

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26779900 kB
MemAvailable:   31594516 kB
Buffers:          210756 kB
Cached:          4845988 kB
SwapCached:           16 kB
Active:          2394540 kB
Inactive:        3019224 kB
Active(anon):     308716 kB
Inactive(anon):   108668 kB
Active(file):    2085824 kB
Inactive(file):  2910556 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:              3352 kB
Writeback:             0 kB
AnonPages:        364092 kB
Mapped:            56212 kB
Shmem:             57940 kB
Slab:             275956 kB
SReclaimable:     246696 kB
SUnreclaim:        29260 kB
KernelStack:        3312 kB
PageTables:         5900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2668844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    268288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44280 MiB
End job on node105 at 2018-08-15 07:24:25