Trace number 4309810

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.06 2520.01

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-scen-09-opt_c18.xml
MD5SUM19bcf73076031218e5fd4b7208c9a15e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark19049
Best CPU time to get the best result obtained on this benchmark2400.17
Satisfiable
(Un)Satisfiability was proved
Number of variables4749
Number of constraints4410
Number of domains9
Minimum domain size2
Maximum domain size44
Distribution of domain sizes[{"size":2,"count":4069},{"size":6,"count":2},{"size":22,"count":10},{"size":24,"count":4},{"size":36,"count":336},{"size":44,"count":328}]
Minimum variable degree2
Maximum variable degree63
Distribution of variable degrees[{"degree":2,"count":4070},{"degree":3,"count":1},{"degree":4,"count":27},{"degree":5,"count":22},{"degree":6,"count":78},{"degree":7,"count":29},{"degree":8,"count":79},{"degree":9,"count":23},{"degree":10,"count":77},{"degree":11,"count":29},{"degree":12,"count":39},{"degree":13,"count":29},{"degree":14,"count":40},{"degree":15,"count":18},{"degree":16,"count":32},{"degree":17,"count":15},{"degree":18,"count":21},{"degree":19,"count":8},{"degree":20,"count":16},{"degree":21,"count":14},{"degree":22,"count":10},{"degree":23,"count":9},{"degree":24,"count":6},{"degree":25,"count":9},{"degree":26,"count":6},{"degree":27,"count":3},{"degree":28,"count":8},{"degree":29,"count":6},{"degree":30,"count":3},{"degree":31,"count":5},{"degree":32,"count":1},{"degree":36,"count":3},{"degree":37,"count":3},{"degree":39,"count":2},{"degree":40,"count":2},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":45,"count":1},{"degree":48,"count":1},{"degree":56,"count":1},{"degree":63,"count":1}]
Minimum constraint arity2
Maximum constraint arity280
Distribution of constraint arities[{"arity":2,"count":646},{"arity":3,"count":3763},{"arity":280,"count":1}]
Number of extensional constraints0
Number of intensional constraints4409
Distribution of constraint types[{"type":"intension","count":4409},{"type":"instantiation","count":1}]
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 (11837 MiB free)
  memory of node 1: 16384 MiB (9706 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309810-1534299009/watcher-4309810-1534299009 -o /tmp/evaluation-result-4309810-1534299009/solver-4309810-1534299009 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534293289-16867 --watchdog 2580 xcsp_picat HOME/instance-4309810-1534299009.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
Current StackSize limit: 8192 KiB
solver pid=17944, runsolver pid=17941


[startup+0.100145 s]*
/proc/loadavg: 1.99 2.00 2.03 3/187 17945
/proc/meminfo: memFree=22040504/32770624 swapFree=67105356/67108860
[pid=17944] ppid=17941 vsize=2025744 memory=24876 CPUtime=0.1 cores=0,2,4,6
/proc/17944/stat : 17944 (xcsp_picat) R 17941 17944 16836 0 -1 4202496 1299 0 0 0 10 0 0 0 20 0 1 0 247464066 2074361856 6219 33554432000 4194304 5849940 140731704270736 140731704270736 4809634 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 41295872 140731704276150 140731704276228 140731704276228 140731704278986 0
/proc/17944/statm: 506436 6219 595 405 0 503380 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 24876 KiB

[startup+0.209693 s]*
/proc/loadavg: 1.99 2.00 2.03 3/187 17945
/proc/meminfo: memFree=22027776/32770624 swapFree=67105356/67108860
[pid=17944] ppid=17941 vsize=2025744 memory=42276 CPUtime=0.21 cores=0,2,4,6
/proc/17944/stat : 17944 (xcsp_picat) R 17941 17944 16836 0 -1 4202496 1526 0 0 0 21 0 0 0 20 0 1 0 247464066 2074361856 10569 33554432000 4194304 5849940 140731704270736 140731704270040 4509076 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 41295872 140731704276150 140731704276228 140731704276228 140731704278986 0
/proc/17944/statm: 506436 10569 647 405 0 503380 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 42276 KiB

[startup+0.309656 s]*
/proc/loadavg: 1.99 2.00 2.03 3/187 17945
/proc/meminfo: memFree=22013440/32770624 swapFree=67105356/67108860
[pid=17944] ppid=17941 vsize=2025744 memory=50768 CPUtime=0.31 cores=0,2,4,6
/proc/17944/stat : 17944 (xcsp_picat) R 17941 17944 16836 0 -1 4202496 1613 0 0 0 31 0 0 0 20 0 1 0 247464066 2074361856 12692 33554432000 4194304 5849940 140731704270736 140731704270040 5606395 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 41295872 140731704276150 140731704276228 140731704276228 140731704278986 0
/proc/17944/statm: 506436 12692 706 405 0 503380 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 50768 KiB

[startup+0.700274 s]
/proc/loadavg: 1.99 2.00 2.03 3/187 17945
/proc/meminfo: memFree=22013440/32770624 swapFree=67105356/67108860
[pid=17944] ppid=17941 vsize=2025744 memory=50768 CPUtime=0.69 cores=0,2,4,6
/proc/17944/stat : 17944 (xcsp_picat) R 17941 17944 16836 0 -1 4202496 1619 0 0 0 69 0 0 0 20 0 1 0 247464066 2074361856 12692 33554432000 4194304 5849940 140731704270736 140731704270040 5521660 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 41295872 140731704276150 140731704276228 140731704276228 140731704278986 0
/proc/17944/statm: 506436 12692 706 405 0 503380 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 50768 KiB

[startup+1.50027 s]
/proc/loadavg: 1.99 2.00 2.03 3/187 17945
/proc/meminfo: memFree=22013440/32770624 swapFree=67105356/67108860
[pid=17944] ppid=17941 vsize=2026056 memory=51160 CPUtime=1.49 cores=0,2,4,6
/proc/17944/stat : 17944 (xcsp_picat) R 17941 17944 16836 0 -1 4202496 1704 0 0 0 148 1 0 0 20 0 1 0 247464066 2074681344 12790 33554432000 4194304 5849940 140731704270736 140731704269832 140214458224519 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 41295872 140731704276150 140731704276228 140731704276228 140731704278986 0
/proc/17944/statm: 506514 12790 718 405 0 503458 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2026056 KiB
Current children cumulated memory: 51160 KiB

[startup+3.109 s]
/proc/loadavg: 1.99 2.00 2.03 3/187 17945
/proc/meminfo: memFree=22012596/32770624 swapFree=67105356/67108860
[pid=17944] ppid=17941 vsize=2026448 memory=51584 CPUtime=3.1 cores=0,2,4,6
/proc/17944/stat : 17944 (xcsp_picat) R 17941 17944 16836 0 -1 4202496 1867 0 0 0 309 1 0 0 20 0 1 0 247464066 2075082752 12896 33554432000 4194304 5849940 140731704270736 140731704269976 5472700 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 41295872 140731704276150 140731704276228 140731704276228 140731704278986 0
/proc/17944/statm: 506612 12896 718 405 0 503556 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2026448 KiB
Current children cumulated memory: 51584 KiB

[startup+6.30026 s]
/proc/loadavg: 1.99 2.00 2.03 3/187 17945
/proc/meminfo: memFree=22012760/32770624 swapFree=67105356/67108860
[pid=17944] ppid=17941 vsize=2026448 memory=51584 CPUtime=6.29 cores=0,2,4,6
/proc/17944/stat : 17944 (xcsp_picat) R 17941 17944 16836 0 -1 4202496 2003 0 0 0 627 2 0 0 20 0 1 0 247464066 2075082752 12896 33554432000 4194304 5849940 140731704270736 140731704269976 140214457478291 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 41295872 140731704276150 140731704276228 140731704276228 140731704278986 0
/proc/17944/statm: 506612 12896 718 405 0 503556 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2026448 KiB
Current children cumulated memory: 51584 KiB

[startup+12.7003 s]
/proc/loadavg: 1.99 2.00 2.03 3/187 17945
/proc/meminfo: memFree=22011276/32770624 swapFree=67105356/67108860
[pid=17944] ppid=17941 vsize=2028036 memory=53184 CPUtime=12.69 cores=0,2,4,6
/proc/17944/stat : 17944 (xcsp_picat) R 17941 17944 16836 0 -1 4202496 2690 0 0 0 1265 4 0 0 20 0 1 0 247464066 2076708864 13296 33554432000 4194304 5849940 140731704270736 140731704269832 5473545 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 41295872 140731704276150 140731704276228 140731704276228 140731704278986 0
/proc/17944/statm: 507009 13296 721 405 0 503953 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2028036 KiB
Current children cumulated memory: 53184 KiB

[startup+25.5003 s]
/proc/loadavg: 1.99 2.00 2.03 3/187 17945
/proc/meminfo: memFree=21962448/32770624 swapFree=67105356/67108860
[pid=17944] ppid=17941 vsize=2039292 memory=64444 CPUtime=25.49 cores=0,2,4,6
/proc/17944/stat : 17944 (xcsp_picat) R 17941 17944 16836 0 -1 4202496 6391 0 0 0 2540 9 0 0 20 0 1 0 247464066 2088235008 16111 33554432000 4194304 5849940 140731704270736 140731704269832 5472804 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 41295872 140731704276150 140731704276228 140731704276228 140731704278986 0
/proc/17944/statm: 509823 16111 722 405 0 506767 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2039292 KiB
Current children cumulated memory: 64444 KiB

[startup+51.1096 s]
/proc/loadavg: 1.99 2.00 2.03 3/187 17945
/proc/meminfo: memFree=21903508/32770624 swapFree=67105356/67108860
[pid=17944] ppid=17941 vsize=2098612 memory=123532 CPUtime=51.1 cores=0,2,4,6
/proc/17944/stat : 17944 (xcsp_picat) R 17941 17944 16836 0 -1 4202496 25893 0 0 0 5098 12 0 0 20 0 1 0 247464066 2148978688 30883 33554432000 4194304 5849940 140731704270736 140731704269448 5307449 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 41295872 140731704276150 140731704276228 140731704276228 140731704278986 0
/proc/17944/statm: 524653 30883 754 405 0 521597 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2098612 KiB
Current children cumulated memory: 123532 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/187 17946
/proc/meminfo: memFree=21960580/32770624 swapFree=67105356/67108860
[pid=17944] ppid=17941 vsize=2087412 memory=112148 CPUtime=102.29 cores=0,2,4,6
/proc/17944/stat : 17944 (xcsp_picat) R 17941 17944 16836 0 -1 4202496 44332 0 0 0 10209 20 0 0 20 0 1 0 247464066 2137509888 28037 33554432000 4194304 5849940 140731704270736 140731704269384 5309056 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 41295872 140731704276150 140731704276228 140731704276228 140731704278986 0
/proc/17944/statm: 521853 28037 754 405 0 518797 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2087412 KiB
Current children cumulated memory: 112148 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/187 17947
/proc/meminfo: memFree=21900872/32770624 swapFree=67105356/67108860
[pid=17944] ppid=17941 vsize=2090876 memory=114204 CPUtime=162.3 cores=0,2,4,6
/proc/17944/stat : 17944 (xcsp_picat) R 17941 17944 16836 0 -1 4202496 54385 0 0 0 16199 31 0 0 20 0 1 0 247464066 2141057024 28551 33554432000 4194304 5849940 140731704270736 140731704269736 5307877 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 41295872 140731704276150 140731704276228 140731704276228 140731704278986 0
/proc/17944/statm: 522719 28551 754 405 0 519663 0
Current children cumulated CPU time: 162.3 s
Current children cumulated vsize: 2090876 KiB
Current children cumulated memory: 114204 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/187 17948
/proc/meminfo: memFree=21899324/32770624 swapFree=67105356/67108860
[pid=17944] ppid=17941 vsize=2090696 memory=115448 CPUtime=222.29 cores=0,2,4,6
/proc/17944/stat : 17944 (xcsp_picat) R 17941 17944 16836 0 -1 4202496 63332 0 0 0 22191 38 0 0 20 0 1 0 247464066 2140872704 28862 33554432000 4194304 5849940 140731704270736 140731704269736 5437772 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 41295872 140731704276150 140731704276228 140731704276228 140731704278986 0
/proc/17944/statm: 522674 28862 754 405 0 519618 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 2090696 KiB
Current children cumulated memory: 115448 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/187 17949
/proc/meminfo: memFree=21825164/32770624 swapFree=67105356/67108860
[pid=17944] ppid=17941 vsize=2090692 memory=115444 CPUtime=282.3 cores=0,2,4,6
/proc/17944/stat : 17944 (xcsp_picat) R 17941 17944 16836 0 -1 4202496 71798 0 0 0 28183 47 0 0 20 0 1 0 247464066 2140868608 28861 33554432000 4194304 5849940 140731704270736 140731704269736 5437824 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 41295872 140731704276150 140731704276228 140731704276228 140731704278986 0
/proc/17944/statm: 522673 28861 754 405 0 519617 0
Current children cumulated CPU time: 282.3 s
Current children cumulated vsize: 2090692 KiB
Current children cumulated memory: 115444 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/187 17950
/proc/meminfo: memFree=21783668/32770624 swapFree=67105356/67108860
[pid=17944] ppid=17941 vsize=2099908 memory=125056 CPUtime=342.3 cores=0,2,4,6
/proc/17944/stat : 17944 (xcsp_picat) R 17941 17944 16836 0 -1 4202496 82808 0 0 0 34172 58 0 0 20 0 1 0 247464066 2150305792 31264 33554432000 4194304 5849940 140731704270736 140731704269736 140214458224519 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 41295872 140731704276150 140731704276228 140731704276228 140731704278986 0
/proc/17944/statm: 524977 31264 754 405 0 521921 0
Current children cumulated CPU time: 342.3 s
Current children cumulated vsize: 2099908 KiB
Current children cumulated memory: 125056 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/187 17951
/proc/meminfo: memFree=21926560/32770624 swapFree=67105356/67108860
[pid=17944] ppid=17941 vsize=2101404 memory=126184 CPUtime=402.3 cores=0,2,4,6
/proc/17944/stat : 17944 (xcsp_picat) R 17941 17944 16836 0 -1 4202496 93874 0 0 0 40157 73 0 0 20 0 1 0 247464066 2151837696 31546 33554432000 4194304 5849940 140731704270736 140731704268280 4211581 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 41295872 140731704276150 140731704276228 140731704276228 140731704278986 0
/proc/17944/statm: 525351 31546 754 405 0 522295 0
Current children cumulated CPU time: 402.3 s
Current children cumulated vsize: 2101404 KiB
Current children cumulated memory: 126184 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/187 17952
/proc/meminfo: memFree=21907096/32770624 swapFree=67105356/67108860
[pid=17944] ppid=17941 vsize=2101400 memory=126188 CPUtime=462.3 cores=0,2,4,6
/proc/17944/stat : 17944 (xcsp_picat) R 17941 17944 16836 0 -1 4202496 103276 0 0 0 46141 89 0 0 20 0 1 0 247464066 2151833600 31547 33554432000 4194304 5849940 140731704270736 140731704269736 5438404 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 41295872 140731704276150 140731704276228 140731704276228 140731704278986 0
/proc/17944/statm: 525350 31547 754 405 0 522294 0
Current children cumulated CPU time: 462.3 s
Current children cumulated vsize: 2101400 KiB
Current children cumulated memory: 126188 KiB


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

/proc/17944/statm: 527107 34075 754 405 0 524051 0
Current children cumulated CPU time: 1722.32 s
Current children cumulated vsize: 2108428 KiB
Current children cumulated memory: 136300 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 17994
/proc/meminfo: memFree=21576152/32770624 swapFree=67105356/67108860
[pid=17944] ppid=17941 vsize=2108428 memory=136524 CPUtime=1782.33 cores=0,2,4,6
/proc/17944/stat : 17944 (xcsp_picat) R 17941 17944 16836 0 -1 4202496 199785 0 0 0 177864 369 0 0 20 0 1 0 247464066 2159030272 34131 33554432000 4194304 5849940 140731704270736 140731704269736 5437815 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 41295872 140731704276150 140731704276228 140731704276228 140731704278986 0
/proc/17944/statm: 527107 34131 754 405 0 524051 0
Current children cumulated CPU time: 1782.33 s
Current children cumulated vsize: 2108428 KiB
Current children cumulated memory: 136524 KiB

[startup+1842.3 s]
/proc/loadavg: 2.49 2.14 2.08 3/187 18002
/proc/meminfo: memFree=21575904/32770624 swapFree=67105356/67108860
[pid=17944] ppid=17941 vsize=2108216 memory=136312 CPUtime=1842.33 cores=0,2,4,6
/proc/17944/stat : 17944 (xcsp_picat) R 17941 17944 16836 0 -1 4202496 202138 0 0 0 183856 377 0 0 20 0 1 0 247464066 2158813184 34078 33554432000 4194304 5849940 140731704270736 140731704269736 5307765 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 41295872 140731704276150 140731704276228 140731704276228 140731704278986 0
/proc/17944/statm: 527054 34078 754 405 0 523998 0
Current children cumulated CPU time: 1842.33 s
Current children cumulated vsize: 2108216 KiB
Current children cumulated memory: 136312 KiB

[startup+1902.3 s]
/proc/loadavg: 2.24 2.14 2.08 3/187 18003
/proc/meminfo: memFree=21367284/32770624 swapFree=67105356/67108860
[pid=17944] ppid=17941 vsize=2100016 memory=129520 CPUtime=1902.33 cores=0,2,4,6
/proc/17944/stat : 17944 (xcsp_picat) R 17941 17944 16836 0 -1 4202496 203397 0 0 0 189842 391 0 0 20 0 1 0 247464066 2150416384 32380 33554432000 4194304 5849940 140731704270736 140731704269736 5437906 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 41295872 140731704276150 140731704276228 140731704276228 140731704278986 0
/proc/17944/statm: 525004 32380 754 405 0 521948 0
Current children cumulated CPU time: 1902.33 s
Current children cumulated vsize: 2100016 KiB
Current children cumulated memory: 129520 KiB

[startup+1962.3 s]
/proc/loadavg: 2.09 2.12 2.08 3/187 18004
/proc/meminfo: memFree=21367104/32770624 swapFree=67105356/67108860
[pid=17944] ppid=17941 vsize=2100224 memory=129732 CPUtime=1962.33 cores=0,2,4,6
/proc/17944/stat : 17944 (xcsp_picat) R 17941 17944 16836 0 -1 4202496 205911 0 0 0 195827 406 0 0 20 0 1 0 247464066 2150629376 32433 33554432000 4194304 5849940 140731704270736 140731704269736 5307941 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 41295872 140731704276150 140731704276228 140731704276228 140731704278986 0
/proc/17944/statm: 525056 32433 754 405 0 522000 0
Current children cumulated CPU time: 1962.33 s
Current children cumulated vsize: 2100224 KiB
Current children cumulated memory: 129732 KiB

[startup+2022.3 s]
/proc/loadavg: 1.98 2.08 2.07 3/187 18127
/proc/meminfo: memFree=22038764/32770624 swapFree=67105356/67108860
[pid=17944] ppid=17941 vsize=2100016 memory=129524 CPUtime=2022.33 cores=0,2,4,6
/proc/17944/stat : 17944 (xcsp_picat) R 17941 17944 16836 0 -1 4202496 208142 0 0 0 201816 417 0 0 20 0 1 0 247464066 2150416384 32381 33554432000 4194304 5849940 140731704270736 140731704269736 5339024 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 41295872 140731704276150 140731704276228 140731704276228 140731704278986 0
/proc/17944/statm: 525004 32381 754 405 0 521948 0
Current children cumulated CPU time: 2022.33 s
Current children cumulated vsize: 2100016 KiB
Current children cumulated memory: 129524 KiB

[startup+2082.3 s]
/proc/loadavg: 1.99 2.06 2.06 3/187 18128
/proc/meminfo: memFree=22059272/32770624 swapFree=67105356/67108860
[pid=17944] ppid=17941 vsize=2100016 memory=129524 CPUtime=2082.34 cores=0,2,4,6
/proc/17944/stat : 17944 (xcsp_picat) R 17941 17944 16836 0 -1 4202496 210252 0 0 0 207806 428 0 0 20 0 1 0 247464066 2150416384 32381 33554432000 4194304 5849940 140731704270736 140731704269736 5354021 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 41295872 140731704276150 140731704276228 140731704276228 140731704278986 0
/proc/17944/statm: 525004 32381 754 405 0 521948 0
Current children cumulated CPU time: 2082.34 s
Current children cumulated vsize: 2100016 KiB
Current children cumulated memory: 129524 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/187 18129
/proc/meminfo: memFree=22003996/32770624 swapFree=67105356/67108860
[pid=17944] ppid=17941 vsize=2108804 memory=138312 CPUtime=2142.33 cores=0,2,4,6
/proc/17944/stat : 17944 (xcsp_picat) R 17941 17944 16836 0 -1 4202496 212780 0 0 0 213797 436 0 0 20 0 1 0 247464066 2159415296 34578 33554432000 4194304 5849940 140731704270736 140731704269736 140214458224519 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 41295872 140731704276150 140731704276228 140731704276228 140731704278986 0
/proc/17944/statm: 527201 34578 754 405 0 524145 0
Current children cumulated CPU time: 2142.33 s
Current children cumulated vsize: 2108804 KiB
Current children cumulated memory: 138312 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/187 18130
/proc/meminfo: memFree=22044408/32770624 swapFree=67105356/67108860
[pid=17944] ppid=17941 vsize=2108988 memory=138288 CPUtime=2202.33 cores=0,2,4,6
/proc/17944/stat : 17944 (xcsp_picat) R 17941 17944 16836 0 -1 4202496 214222 0 0 0 219789 444 0 0 20 0 1 0 247464066 2159603712 34572 33554432000 4194304 5849940 140731704270736 140731704269736 5438112 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 41295872 140731704276150 140731704276228 140731704276228 140731704278986 0
/proc/17944/statm: 527247 34572 754 405 0 524191 0
Current children cumulated CPU time: 2202.33 s
Current children cumulated vsize: 2108988 KiB
Current children cumulated memory: 138288 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/187 18131
/proc/meminfo: memFree=22020636/32770624 swapFree=67105356/67108860
[pid=17944] ppid=17941 vsize=2100172 memory=129680 CPUtime=2262.34 cores=0,2,4,6
/proc/17944/stat : 17944 (xcsp_picat) R 17941 17944 16836 0 -1 4202496 215671 0 0 0 225780 454 0 0 20 0 1 0 247464066 2150576128 32420 33554432000 4194304 5849940 140731704270736 140731704269896 5307524 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 41295872 140731704276150 140731704276228 140731704276228 140731704278986 0
/proc/17944/statm: 525043 32420 754 405 0 521987 0
Current children cumulated CPU time: 2262.34 s
Current children cumulated vsize: 2100172 KiB
Current children cumulated memory: 129680 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 18192
/proc/meminfo: memFree=22033116/32770624 swapFree=67105356/67108860
[pid=17944] ppid=17941 vsize=2099988 memory=129496 CPUtime=2322.34 cores=0,2,4,6
/proc/17944/stat : 17944 (xcsp_picat) R 17941 17944 16836 0 -1 4202496 218582 0 0 0 231771 463 0 0 20 0 1 0 247464066 2150387712 32374 33554432000 4194304 5849940 140731704270736 140731704269736 5307440 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 41295872 140731704276150 140731704276228 140731704276228 140731704278986 0
/proc/17944/statm: 524997 32374 754 405 0 521941 0
Current children cumulated CPU time: 2322.34 s
Current children cumulated vsize: 2099988 KiB
Current children cumulated memory: 129496 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 18193
/proc/meminfo: memFree=22009552/32770624 swapFree=67105356/67108860
[pid=17944] ppid=17941 vsize=2099988 memory=129496 CPUtime=2382.33 cores=0,2,4,6
/proc/17944/stat : 17944 (xcsp_picat) R 17941 17944 16836 0 -1 4202496 221778 0 0 0 237760 473 0 0 20 0 1 0 247464066 2150387712 32374 33554432000 4194304 5849940 140731704270736 140731704269736 140214458224519 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 41295872 140731704276150 140731704276228 140731704276228 140731704278986 0
/proc/17944/statm: 524997 32374 754 405 0 521941 0
Current children cumulated CPU time: 2382.33 s
Current children cumulated vsize: 2099988 KiB
Current children cumulated memory: 129496 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 18202
/proc/meminfo: memFree=21995500/32770624 swapFree=67105356/67108860
[pid=17944] ppid=17941 vsize=2099988 memory=129496 CPUtime=2442.33 cores=0,2,4,6
/proc/17944/stat : 17944 (xcsp_picat) R 17941 17944 16836 0 -1 4202496 224419 0 0 0 243749 484 0 0 20 0 1 0 247464066 2150387712 32374 33554432000 4194304 5849940 140731704270736 140731704269736 5340446 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 41295872 140731704276150 140731704276228 140731704276228 140731704278986 0
/proc/17944/statm: 524997 32374 754 405 0 521941 0
Current children cumulated CPU time: 2442.33 s
Current children cumulated vsize: 2099988 KiB
Current children cumulated memory: 129496 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 18203
/proc/meminfo: memFree=21992168/32770624 swapFree=67105356/67108860
[pid=17944] ppid=17941 vsize=2108756 memory=138264 CPUtime=2502.34 cores=0,2,4,6
/proc/17944/stat : 17944 (xcsp_picat) R 17941 17944 16836 0 -1 4202496 228176 0 0 0 249739 495 0 0 20 0 1 0 247464066 2159366144 34566 33554432000 4194304 5849940 140731704270736 140731704269736 5353904 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 41295872 140731704276150 140731704276228 140731704276228 140731704278986 0
/proc/17944/statm: 527189 34566 754 405 0 524133 0
Current children cumulated CPU time: 2502.34 s
Current children cumulated vsize: 2108756 KiB
Current children cumulated memory: 138264 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 18203
/proc/meminfo: memFree=21981372/32770624 swapFree=67105356/67108860
[pid=17944] ppid=17941 vsize=2108756 memory=138264 CPUtime=2520.05 cores=0,2,4,6
/proc/17944/stat : 17944 (xcsp_picat) R 17941 17944 16836 0 -1 4202496 229808 0 0 0 251508 497 0 0 20 0 1 0 247464066 2159366144 34566 33554432000 4194304 5849940 140731704270736 140731704269736 140214458224519 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 41295872 140731704276150 140731704276228 140731704276228 140731704278986 0
/proc/17944/statm: 527189 34566 754 405 0 524133 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 2108756 KiB
Current children cumulated memory: 138264 KiB

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

[startup+2520.01 s]
# the end of solver process 17944 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.09 s, system=4.97413 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.01
CPU time (s): 2520.06
CPU user time (s): 2515.09
CPU system time (s): 4.97413
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2108988
Max. memory (cumulated for all children) (KiB): 138496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.09
system time used= 4.97413
maximum resident set size= 138496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 229808
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= 19
involuntary context switches= 824


# summary of solver processes directly reported to runsolver:
#   pid: 17944
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2515.09
#   total CPU system time (s): 4.97413

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.40663 second user time and 19.044 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-15 04:10:09
IDJOB=4309810
IDBENCH=141188
IDSOLVER=2794
FILE ID=node149/4309810-1534299009
RUNJOBID= node149-1534293289-16867
PBS_JOBID= 21038141
Free space on /tmp= 41784 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-scen-09-opt_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309810-1534299009/watcher-4309810-1534299009 -o /tmp/evaluation-result-4309810-1534299009/solver-4309810-1534299009 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534293289-16867 --watchdog 2580  xcsp_picat HOME/instance-4309810-1534299009.xml

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

MD5SUM BENCH= 19bcf73076031218e5fd4b7208c9a15e
RANDOM SEED=1770290947

node149.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.60
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.60
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.60
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.60
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:        22061608 kB
MemAvailable:   31760268 kB
Buffers:          183360 kB
Cached:          9688076 kB
SwapCached:         1704 kB
Active:          4317204 kB
Inactive:        5752896 kB
Active(anon):     149080 kB
Inactive(anon):   101548 kB
Active(file):    4168124 kB
Inactive(file):  5651348 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67105356 kB
Dirty:              3164 kB
Writeback:             0 kB
AnonPages:        273820 kB
Mapped:            57260 kB
Shmem:             49568 kB
Slab:             336060 kB
SReclaimable:     307648 kB
SUnreclaim:        28412 kB
KernelStack:        3360 kB
PageTables:         5760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2517240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 41780 MiB
End job on node149 at 2018-08-15 04:52:09