Trace number 4303164

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-02? (TO) 2519.68 2520.07

General information on the benchmark

NameTal/
Tal-08_c18.xml
MD5SUM7dc6d9a3b6a58ae0b008049a7bee9b86
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark178
Best CPU time to get the best result obtained on this benchmark2520.09
Satisfiable
(Un)Satisfiability was proved
Number of variables988
Number of constraints647
Number of domains13
Minimum domain size1
Maximum domain size42
Distribution of domain sizes[{"size":1,"count":165},{"size":2,"count":4},{"size":3,"count":5},{"size":4,"count":6},{"size":5,"count":7},{"size":6,"count":85},{"size":7,"count":9},{"size":8,"count":10},{"size":9,"count":11},{"size":10,"count":78},{"size":11,"count":13},{"size":42,"count":142}]
Minimum variable degree0
Maximum variable degree16
Distribution of variable degrees[{"degree":0,"count":453},{"degree":1,"count":165},{"degree":2,"count":97},{"degree":3,"count":12},{"degree":4,"count":13},{"degree":5,"count":59},{"degree":6,"count":25},{"degree":7,"count":16},{"degree":8,"count":16},{"degree":9,"count":25},{"degree":10,"count":24},{"degree":11,"count":30},{"degree":12,"count":21},{"degree":13,"count":17},{"degree":14,"count":8},{"degree":15,"count":4},{"degree":16,"count":3}]
Minimum constraint arity1
Maximum constraint arity13
Distribution of constraint arities[{"arity":1,"count":179},{"arity":2,"count":208},{"arity":3,"count":68},{"arity":4,"count":14},{"arity":5,"count":24},{"arity":6,"count":23},{"arity":7,"count":22},{"arity":8,"count":21},{"arity":9,"count":22},{"arity":10,"count":21},{"arity":11,"count":15},{"arity":12,"count":20},{"arity":13,"count":10}]
Number of extensional constraints121
Number of intensional constraints506
Distribution of constraint types[{"type":"extension","count":121},{"type":"intension","count":506},{"type":"count","count":20}]
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 (3359 MiB free)
  memory of node 1: 16384 MiB (4730 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303164-1533995194/watcher-4303164-1533995194 -o /tmp/evaluation-result-4303164-1533995194/solver-4303164-1533995194 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1533992673-18253 --watchdog 2580 xcsp_picat HOME/instance-4303164-1533995194.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=18466, runsolver pid=18463

[startup+0.10017 s]*
/proc/loadavg: 2.36 2.21 2.05 3/187 18478
/proc/meminfo: memFree=8232512/32770624 swapFree=67108820/67108860
[pid=18466] ppid=18463 vsize=2025744 memory=32572 CPUtime=0.1 cores=1,3,5,7
/proc/18466/stat : 18466 (xcsp_picat) R 18463 18466 18221 0 -1 4202496 1661 0 0 0 10 0 0 0 20 0 1 0 217082604 2074361856 8143 33554432000 4194304 5849708 140726384477104 140726384477104 4474419 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17293312 140726384481462 140726384481540 140726384481540 140726384484298 0
/proc/18466/statm: 506436 8143 622 405 0 503381 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 32572 KiB

[startup+0.209714 s]*
/proc/loadavg: 2.36 2.21 2.05 3/187 18478
/proc/meminfo: memFree=8194956/32770624 swapFree=67108820/67108860
[pid=18466] ppid=18463 vsize=2025744 memory=49712 CPUtime=0.21 cores=1,3,5,7
/proc/18466/stat : 18466 (xcsp_picat) R 18463 18466 18221 0 -1 4202496 1853 0 0 0 20 1 0 0 20 0 1 0 217082604 2074361856 12428 33554432000 4194304 5849708 140726384477104 140726384477104 4572157 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17293312 140726384481462 140726384481540 140726384481540 140726384484298 0
/proc/18466/statm: 506436 12428 622 405 0 503381 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 49712 KiB

[startup+0.309667 s]*
/proc/loadavg: 2.36 2.21 2.05 3/187 18478
/proc/meminfo: memFree=8159396/32770624 swapFree=67108820/67108860
[pid=18466] ppid=18463 vsize=2025744 memory=68648 CPUtime=0.31 cores=1,3,5,7
/proc/18466/stat : 18466 (xcsp_picat) R 18463 18466 18221 0 -1 4202496 2005 0 0 0 30 1 0 0 20 0 1 0 217082604 2074361856 17162 33554432000 4194304 5849708 140726384477104 140726384477104 4488571 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17293312 140726384481462 140726384481540 140726384481540 140726384484298 0
/proc/18466/statm: 506436 17162 622 405 0 503381 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 68648 KiB

[startup+0.70038 s]
/proc/loadavg: 2.36 2.21 2.05 3/187 18478
/proc/meminfo: memFree=8091440/32770624 swapFree=67108820/67108860
[pid=18466] ppid=18463 vsize=2025744 memory=134184 CPUtime=0.69 cores=1,3,5,7
/proc/18466/stat : 18466 (xcsp_picat) R 18463 18466 18221 0 -1 4202496 2037 0 0 0 67 2 0 0 20 0 1 0 217082604 2074361856 33546 33554432000 4194304 5849708 140726384477104 140726384476408 4486609 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17293312 140726384481462 140726384481540 140726384481540 140726384484298 0
/proc/18466/statm: 506436 33546 622 405 0 503381 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 134184 KiB

[startup+1.50039 s]
/proc/loadavg: 2.36 2.21 2.05 3/187 18478
/proc/meminfo: memFree=7924964/32770624 swapFree=67108820/67108860
[pid=18466] ppid=18463 vsize=2025744 memory=277672 CPUtime=1.49 cores=1,3,5,7
/proc/18466/stat : 18466 (xcsp_picat) R 18463 18466 18221 0 -1 4202496 2112 0 0 0 146 3 0 0 20 0 1 0 217082604 2074361856 69418 33554432000 4194304 5849708 140726384477104 140726384476408 4488823 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17293312 140726384481462 140726384481540 140726384481540 140726384484298 0
/proc/18466/statm: 506436 69418 626 405 0 503381 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 277672 KiB

[startup+3.10951 s]
/proc/loadavg: 2.36 2.21 2.05 3/187 18478
/proc/meminfo: memFree=7208940/32770624 swapFree=67108820/67108860
[pid=18466] ppid=18463 vsize=2025744 memory=564392 CPUtime=3.1 cores=1,3,5,7
/proc/18466/stat : 18466 (xcsp_picat) R 18463 18466 18221 0 -1 4202496 2406 0 0 0 302 8 0 0 20 0 1 0 217082604 2074361856 141098 33554432000 4194304 5849708 140726384477104 140726384476408 4468706 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17293312 140726384481462 140726384481540 140726384481540 140726384484298 0
/proc/18466/statm: 506436 141098 626 405 0 503381 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 564392 KiB

[startup+6.30037 s]
/proc/loadavg: 2.25 2.19 2.04 3/187 18478
/proc/meminfo: memFree=6131524/32770624 swapFree=67108820/67108860
[pid=18466] ppid=18463 vsize=2056996 memory=1138432 CPUtime=6.29 cores=1,3,5,7
/proc/18466/stat : 18466 (xcsp_picat) R 18463 18466 18221 0 -1 4202496 3499 0 0 0 613 16 0 0 20 0 1 0 217082604 2106363904 284608 33554432000 4194304 5849708 140726384477104 140726384476408 4487779 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17293312 140726384481462 140726384481540 140726384481540 140726384484298 0
/proc/18466/statm: 514249 284608 626 405 0 511194 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2056996 KiB
Current children cumulated memory: 1138432 KiB

[startup+12.7004 s]
/proc/loadavg: 2.23 2.19 2.04 3/187 18478
/proc/meminfo: memFree=4331340/32770624 swapFree=67108820/67108860
[pid=18466] ppid=18463 vsize=2528848 memory=2357484 CPUtime=12.7 cores=1,3,5,7
/proc/18466/stat : 18466 (xcsp_picat) R 18463 18466 18221 0 -1 4202496 7937 0 0 0 1232 38 0 0 20 0 1 0 217082604 2589540352 589371 33554432000 4194304 5849708 140726384477104 140726384476424 4488758 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17293312 140726384481462 140726384481540 140726384481540 140726384484298 0
/proc/18466/statm: 632212 589371 656 405 0 629157 0
Current children cumulated CPU time: 12.7 s
Current children cumulated vsize: 2528848 KiB
Current children cumulated memory: 2357484 KiB

[startup+25.5004 s]
/proc/loadavg: 2.10 2.17 2.03 3/187 18478
/proc/meminfo: memFree=1486244/32770624 swapFree=67108820/67108860
[pid=18466] ppid=18463 vsize=5622888 memory=4465956 CPUtime=25.49 cores=1,3,5,7
/proc/18466/stat : 18466 (xcsp_picat) R 18463 18466 18221 0 -1 4202496 71105 0 0 0 2396 153 0 0 20 0 1 0 217082604 5757837312 1116489 33554432000 4194304 5849708 140726384477104 140726384476104 4548541 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 17293312 140726384481462 140726384481540 140726384481540 140726384484298 0
/proc/18466/statm: 1405722 1116489 657 405 0 1402667 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 5622888 KiB
Current children cumulated memory: 4465956 KiB

[startup+51.1096 s]
/proc/loadavg: 2.06 2.15 2.03 3/187 18478
/proc/meminfo: memFree=209204/32770624 swapFree=67108820/67108860
[pid=18466] ppid=18463 vsize=12192976 memory=12040472 CPUtime=51.1 cores=1,3,5,7
/proc/18466/stat : 18466 (xcsp_picat) R 18463 18466 18221 0 -1 4202496 1587577 0 0 0 4459 651 0 0 20 0 1 0 217082604 12485607424 3010118 33554432000 4194304 5849708 140726384477104 140726384476104 5260504 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17293312 140726384481462 140726384481540 140726384481540 140726384484298 0
/proc/18466/statm: 3048244 3010118 658 405 0 3045189 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 12192976 KiB
Current children cumulated memory: 12040472 KiB

[startup+102.3 s]
/proc/loadavg: 2.02 2.13 2.03 3/187 18604
/proc/meminfo: memFree=7972072/32770624 swapFree=67108820/67108860
[pid=18466] ppid=18463 vsize=12241800 memory=12090148 CPUtime=102.29 cores=1,3,5,7
/proc/18466/stat : 18466 (xcsp_picat) R 18463 18466 18221 0 -1 4202496 1769586 0 0 0 9024 1205 0 0 20 0 1 0 217082604 12535603200 3022537 33554432000 4194304 5849708 140726384477104 140726384476104 5260767 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17293312 140726384481462 140726384481540 140726384481540 140726384484298 0
/proc/18466/statm: 3060450 3022537 658 405 0 3057395 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 12241800 KiB
Current children cumulated memory: 12090148 KiB

[startup+162.3 s]
/proc/loadavg: 2.05 2.12 2.04 3/187 18605
/proc/meminfo: memFree=6123832/32770624 swapFree=67108820/67108860
[pid=18466] ppid=18463 vsize=12315044 memory=12163688 CPUtime=162.3 cores=1,3,5,7
/proc/18466/stat : 18466 (xcsp_picat) R 18463 18466 18221 0 -1 4202496 1833549 0 0 0 14534 1696 0 0 20 0 1 0 217082604 12610605056 3040922 33554432000 4194304 5849708 140726384477104 140726384476104 5260297 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17293312 140726384481462 140726384481540 140726384481540 140726384484298 0
/proc/18466/statm: 3078761 3040922 658 405 0 3075706 0
Current children cumulated CPU time: 162.3 s
Current children cumulated vsize: 12315044 KiB
Current children cumulated memory: 12163688 KiB

[startup+222.3 s]
/proc/loadavg: 2.02 2.10 2.04 3/189 18614
/proc/meminfo: memFree=6339712/32770624 swapFree=67108820/67108860
[pid=18466] ppid=18463 vsize=8411724 memory=6383604 CPUtime=222.3 cores=1,3,5,7
/proc/18466/stat : 18466 (xcsp_picat) R 18463 18466 18221 0 -1 4202496 1891383 0 0 0 20233 1997 0 0 20 0 1 0 217082604 8613605376 1595901 33554432000 4194304 5849708 140726384477104 140726384476072 5251189 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17293312 140726384481462 140726384481540 140726384481540 140726384484298 0
/proc/18466/statm: 2102931 1595901 658 405 0 2099876 0
Current children cumulated CPU time: 222.3 s
Current children cumulated vsize: 8411724 KiB
Current children cumulated memory: 6383604 KiB

[startup+282.3 s]
/proc/loadavg: 2.01 2.08 2.04 3/189 18615
/proc/meminfo: memFree=7041196/32770624 swapFree=67108820/67108860
[pid=18466] ppid=18463 vsize=12437112 memory=12284660 CPUtime=282.27 cores=1,3,5,7
/proc/18466/stat : 18466 (xcsp_picat) R 18463 18466 18221 0 -1 4202496 2654128 0 0 0 25595 2632 0 0 20 0 1 0 217082604 12735602688 3071165 33554432000 4194304 5849708 140726384477104 140726384476104 5257232 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 17293312 140726384481462 140726384481540 140726384481540 140726384484298 0
/proc/18466/statm: 3109278 3071165 658 405 0 3106223 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 12437112 KiB
Current children cumulated memory: 12284660 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.07 2.04 3/189 18616
/proc/meminfo: memFree=6071148/32770624 swapFree=67108820/67108860
[pid=18466] ppid=18463 vsize=8494728 memory=6635752 CPUtime=342.28 cores=1,3,5,7
/proc/18466/stat : 18466 (xcsp_picat) R 18463 18466 18221 0 -1 4202496 3077137 0 0 0 31167 3061 0 0 20 0 1 0 217082604 8698601472 1658938 33554432000 4194304 5849708 140726384477104 140726384476072 5251153 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 17293312 140726384481462 140726384481540 140726384481540 140726384484298 0
/proc/18466/statm: 2123682 1658938 658 405 0 2120627 0
Current children cumulated CPU time: 342.28 s
Current children cumulated vsize: 8494728 KiB
Current children cumulated memory: 6635752 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.05 2.04 3/189 18617
/proc/meminfo: memFree=185280/32770624 swapFree=67108820/67108860
[pid=18466] ppid=18463 vsize=12559188 memory=12406116 CPUtime=402.28 cores=1,3,5,7
/proc/18466/stat : 18466 (xcsp_picat) R 18463 18466 18221 0 -1 4202496 4046708 0 0 0 36567 3661 0 0 20 0 1 0 217082604 12860608512 3101529 33554432000 4194304 5849708 140726384477104 140726384476104 5260297 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 17293312 140726384481462 140726384481540 140726384481540 140726384484298 0
/proc/18466/statm: 3139797 3101529 658 405 0 3136742 0
Current children cumulated CPU time: 402.28 s
Current children cumulated vsize: 12559188 KiB
Current children cumulated memory: 12406116 KiB

[startup+462.3 s]
/proc/loadavg: 1.97 2.03 2.03 3/189 18618
/proc/meminfo: memFree=10700504/32770624 swapFree=67108804/67108860
[pid=18466] ppid=18463 vsize=8577736 memory=6253552 CPUtime=462.28 cores=1,3,5,7
/proc/18466/stat : 18466 (xcsp_picat) R 18463 18466 18221 0 -1 4202496 4489866 0 0 0 42073 4155 0 0 20 0 1 0 217082604 8783601664 1563388 33554432000 4194304 5849708 140726384477104 140726384476072 5251189 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 17293312 140726384481462 140726384481540 140726384481540 140726384484298 0
/proc/18466/statm: 2144434 1563388 658 405 0 2141379 0
Current children cumulated CPU time: 462.28 s
Current children cumulated vsize: 8577736 KiB
Current children cumulated memory: 6253552 KiB


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

/proc/18466/statm: 2347803 2127271 658 405 0 2344748 0
Current children cumulated CPU time: 1722.02 s
Current children cumulated vsize: 9391212 KiB
Current children cumulated memory: 8509084 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 1.98 1.98 3/187 18681
/proc/meminfo: memFree=2000960/32770624 swapFree=67108804/67108860
[pid=18466] ppid=18463 vsize=13877544 memory=12844232 CPUtime=1782.02 cores=1,3,5,7
/proc/18466/stat : 18466 (xcsp_picat) R 18463 18466 18221 0 -1 4202496 18279854 0 0 0 161980 16222 0 0 20 0 1 0 217082604 14210605056 3211058 33554432000 4194304 5849708 140726384477104 140726384476104 5269201 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 17293312 140726384481462 140726384481540 140726384481540 140726384484298 0
/proc/18466/statm: 3469386 3211058 658 405 0 3466331 0
Current children cumulated CPU time: 1782.02 s
Current children cumulated vsize: 13877544 KiB
Current children cumulated memory: 12844232 KiB

[startup+1842.3 s]
/proc/loadavg: 1.83 1.93 1.96 3/187 18682
/proc/meminfo: memFree=215956/32770624 swapFree=67108804/67108860
[pid=18466] ppid=18463 vsize=13926372 memory=13775020 CPUtime=1842 cores=1,3,5,7
/proc/18466/stat : 18466 (xcsp_picat) R 18463 18466 18221 0 -1 4202496 18959152 0 0 0 167377 16823 0 0 20 0 1 0 217082604 14260604928 3443755 33554432000 4194304 5849708 140726384477104 140726384476104 5260504 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 17293312 140726384481462 140726384481540 140726384481540 140726384484298 0
/proc/18466/statm: 3481593 3443755 658 405 0 3478538 0
Current children cumulated CPU time: 1842 s
Current children cumulated vsize: 13926372 KiB
Current children cumulated memory: 13775020 KiB

[startup+1902.3 s]
/proc/loadavg: 1.86 1.93 1.96 3/187 18683
/proc/meminfo: memFree=4631648/32770624 swapFree=67108804/67108860
[pid=18466] ppid=18463 vsize=13975200 memory=13823684 CPUtime=1901.99 cores=1,3,5,7
/proc/18466/stat : 18466 (xcsp_picat) R 18463 18466 18221 0 -1 4202496 19410540 0 0 0 172833 17366 0 0 20 0 1 0 217082604 14310604800 3455921 33554432000 4194304 5849708 140726384477104 140726384476104 5260297 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 17293312 140726384481462 140726384481540 140726384481540 140726384484298 0
/proc/18466/statm: 3493800 3455921 658 405 0 3490745 0
Current children cumulated CPU time: 1901.99 s
Current children cumulated vsize: 13975200 KiB
Current children cumulated memory: 13823684 KiB

[startup+1962.3 s]
/proc/loadavg: 1.95 1.94 1.96 3/187 18684
/proc/meminfo: memFree=14634052/32770624 swapFree=67108804/67108860
[pid=18466] ppid=18463 vsize=9540628 memory=6433612 CPUtime=1961.98 cores=1,3,5,7
/proc/18466/stat : 18466 (xcsp_picat) R 18463 18466 18221 0 -1 4202496 19878297 0 0 0 178338 17860 0 0 20 0 1 0 217082604 9769603072 1608403 33554432000 4194304 5849708 140726384477104 140726384476072 5251189 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 17293312 140726384481462 140726384481540 140726384481540 140726384484298 0
/proc/18466/statm: 2385157 1608403 658 405 0 2382102 0
Current children cumulated CPU time: 1961.98 s
Current children cumulated vsize: 9540628 KiB
Current children cumulated memory: 6433612 KiB

[startup+2022.3 s]
/proc/loadavg: 1.94 1.94 1.95 3/188 18693
/proc/meminfo: memFree=11479300/32770624 swapFree=67108804/67108860
[pid=18466] ppid=18463 vsize=9573828 memory=8229908 CPUtime=2021.95 cores=1,3,5,7
/proc/18466/stat : 18466 (xcsp_picat) R 18463 18466 18221 0 -1 4202496 20352412 0 0 0 183816 18379 0 0 20 0 1 0 217082604 9803599872 2057477 33554432000 4194304 5849708 140726384477104 140726384476072 5251189 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17293312 140726384481462 140726384481540 140726384481540 140726384484298 0
/proc/18466/statm: 2393457 2057477 658 405 0 2390402 0
Current children cumulated CPU time: 2021.95 s
Current children cumulated vsize: 9573828 KiB
Current children cumulated memory: 8229908 KiB

[startup+2082.3 s]
/proc/loadavg: 1.98 1.95 1.95 3/188 18694
/proc/meminfo: memFree=9185728/32770624 swapFree=67108804/67108860
[pid=18466] ppid=18463 vsize=14146100 memory=9480984 CPUtime=2081.96 cores=1,3,5,7
/proc/18466/stat : 18466 (xcsp_picat) R 18463 18466 18221 0 -1 4202496 21011851 0 0 0 189355 18841 0 0 20 0 1 0 217082604 14485606400 2370246 33554432000 4194304 5849708 140726384477104 140726384476072 5269201 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17293312 140726384481462 140726384481540 140726384481540 140726384484298 0
/proc/18466/statm: 3536525 2370246 658 405 0 3533470 0
Current children cumulated CPU time: 2081.96 s
Current children cumulated vsize: 14146100 KiB
Current children cumulated memory: 9480984 KiB

[startup+2142.3 s]
/proc/loadavg: 1.99 1.96 1.95 3/188 18695
/proc/meminfo: memFree=769188/32770624 swapFree=67108804/67108860
[pid=18466] ppid=18463 vsize=14194924 memory=14044708 CPUtime=2141.96 cores=1,3,5,7
/proc/18466/stat : 18466 (xcsp_picat) R 18463 18466 18221 0 -1 4202496 21214388 0 0 0 194990 19206 0 0 20 0 1 0 217082604 14535602176 3511177 33554432000 4194304 5849708 140726384477104 140726384476104 5257214 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17293312 140726384481462 140726384481540 140726384481540 140726384484298 0
/proc/18466/statm: 3548731 3511177 658 405 0 3545676 0
Current children cumulated CPU time: 2141.96 s
Current children cumulated vsize: 14194924 KiB
Current children cumulated memory: 14044708 KiB

[startup+2202.3 s]
/proc/loadavg: 1.94 1.95 1.95 3/188 18696
/proc/meminfo: memFree=684372/32770624 swapFree=67108804/67108860
[pid=18466] ppid=18463 vsize=14243756 memory=14092560 CPUtime=2201.96 cores=1,3,5,7
/proc/18466/stat : 18466 (xcsp_picat) R 18463 18466 18221 0 -1 4202496 21234038 0 0 0 200709 19487 0 0 20 0 1 0 217082604 14585606144 3523140 33554432000 4194304 5849708 140726384477104 140726384476104 5269574 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17293312 140726384481462 140726384481540 140726384481540 140726384484298 0
/proc/18466/statm: 3560939 3523140 658 405 0 3557884 0
Current children cumulated CPU time: 2201.96 s
Current children cumulated vsize: 14243756 KiB
Current children cumulated memory: 14092560 KiB

[startup+2262.3 s]
/proc/loadavg: 1.98 1.96 1.95 3/188 18697
/proc/meminfo: memFree=7365944/32770624 swapFree=67108804/67108860
[pid=18466] ppid=18463 vsize=9723248 memory=7012020 CPUtime=2261.94 cores=1,3,5,7
/proc/18466/stat : 18466 (xcsp_picat) R 18463 18466 18221 0 -1 4202496 21481613 0 0 0 206270 19924 0 0 20 0 1 0 217082604 9956605952 1753005 33554432000 4194304 5849708 140726384477104 140726384476072 5251213 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 17293312 140726384481462 140726384481540 140726384481540 140726384484298 0
/proc/18466/statm: 2430812 1753005 658 405 0 2427757 0
Current children cumulated CPU time: 2261.94 s
Current children cumulated vsize: 9723248 KiB
Current children cumulated memory: 7012020 KiB

[startup+2322.3 s]
/proc/loadavg: 1.99 1.96 1.95 3/187 18699
/proc/meminfo: memFree=6325420/32770624 swapFree=67108804/67108860
[pid=18466] ppid=18463 vsize=9756448 memory=8170972 CPUtime=2321.93 cores=1,3,5,7
/proc/18466/stat : 18466 (xcsp_picat) R 18463 18466 18221 0 -1 4202496 22032132 0 0 0 211699 20494 0 0 20 0 1 0 217082604 9990602752 2042743 33554432000 4194304 5849708 140726384477104 140726384476072 5251189 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17293312 140726384481462 140726384481540 140726384481540 140726384484298 0
/proc/18466/statm: 2439112 2042743 554 405 0 2436057 0
Current children cumulated CPU time: 2321.93 s
Current children cumulated vsize: 9756448 KiB
Current children cumulated memory: 8170972 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 1.97 1.95 3/187 18700
/proc/meminfo: memFree=5502516/32770624 swapFree=67108804/67108860
[pid=18466] ppid=18463 vsize=9789648 memory=9031316 CPUtime=2381.92 cores=1,3,5,7
/proc/18466/stat : 18466 (xcsp_picat) R 18463 18466 18221 0 -1 4202496 22591704 0 0 0 217063 21129 0 0 20 0 1 0 217082604 10024599552 2257829 33554432000 4194304 5849708 140726384477104 140726384476072 5249569 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17293312 140726384481462 140726384481540 140726384481540 140726384484298 0
/proc/18466/statm: 2447412 2257829 550 405 0 2444357 0
Current children cumulated CPU time: 2381.92 s
Current children cumulated vsize: 9789648 KiB
Current children cumulated memory: 9031316 KiB

[startup+2442.3 s]
/proc/loadavg: 1.94 1.96 1.95 3/187 18701
/proc/meminfo: memFree=4788756/32770624 swapFree=67108804/67108860
[pid=18466] ppid=18463 vsize=9822856 memory=9686284 CPUtime=2441.92 cores=1,3,5,7
/proc/18466/stat : 18466 (xcsp_picat) R 18463 18466 18221 0 -1 4202496 23141732 0 0 0 222442 21750 0 0 20 0 1 0 217082604 10058604544 2421571 33554432000 4194304 5849708 140726384477104 140726384476072 5262160 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 17293312 140726384481462 140726384481540 140726384481540 140726384484298 0
/proc/18466/statm: 2455714 2421571 550 405 0 2452659 0
Current children cumulated CPU time: 2441.92 s
Current children cumulated vsize: 9822856 KiB
Current children cumulated memory: 9686284 KiB

[startup+2502.3 s]
/proc/loadavg: 1.98 1.97 1.95 3/187 18703
/proc/meminfo: memFree=2286808/32770624 swapFree=67108804/67108860
[pid=18466] ppid=18463 vsize=14512312 memory=13185564 CPUtime=2501.93 cores=1,3,5,7
/proc/18466/stat : 18466 (xcsp_picat) R 18463 18466 18221 0 -1 4202496 23862801 0 0 0 227749 22444 0 0 20 0 1 0 217082604 14860607488 3296391 33554432000 4194304 5849708 140726384477104 140726384476104 5269201 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 17293312 140726384481462 140726384481540 140726384481540 140726384484298 0
/proc/18466/statm: 3628078 3296391 550 405 0 3625023 0
Current children cumulated CPU time: 2501.93 s
Current children cumulated vsize: 14512312 KiB
Current children cumulated memory: 13185564 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 1.98 1.97 1.95 3/187 18703
/proc/meminfo: memFree=7818404/32770624 swapFree=67108804/67108860
[pid=18466] ppid=18463 vsize=9872660 memory=6738036 CPUtime=2519.61 cores=1,3,5,7
/proc/18466/stat : 18466 (xcsp_picat) R 18463 18466 18221 0 -1 4202496 24033869 0 0 0 229341 22620 0 0 20 0 1 0 217082604 10109603840 1684509 33554432000 4194304 5849708 140726384477104 140726384476072 5249725 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 17293312 140726384481462 140726384481540 140726384481540 140726384484298 0
/proc/18466/statm: 2468165 1684509 472 405 0 2465110 0
Current children cumulated CPU time: 2519.61 s
Current children cumulated vsize: 9872660 KiB
Current children cumulated memory: 6738036 KiB

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

[startup+2520.07 s]
# the end of solver process 18466 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2293.41 s, system=226.265 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.07
CPU time (s): 2519.68
CPU user time (s): 2293.41
CPU system time (s): 226.265
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 14512312
Max. memory (cumulated for all children) (KiB): 14362860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2293.41
system time used= 226.265
maximum resident set size= 14362860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24033870
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21
involuntary context switches= 2512


# summary of solver processes directly reported to runsolver:
#   pid: 18466
#   total CPU time (s): 2519.68
#   total CPU user time (s): 2293.41
#   total CPU system time (s): 226.265

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8944 second user time and 18.4287 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-11 15:46:34
IDJOB=4303164
IDBENCH=141101
IDSOLVER=2778
FILE ID=node105/4303164-1533995194
RUNJOBID= node105-1533992673-18253
PBS_JOBID= 21036949
Free space on /tmp= 40732 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/Tal/Tal-08_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303164-1533995194/watcher-4303164-1533995194 -o /tmp/evaluation-result-4303164-1533995194/solver-4303164-1533995194 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1533992673-18253 --watchdog 2580  xcsp_picat HOME/instance-4303164-1533995194.xml

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

MD5SUM BENCH= 7dc6d9a3b6a58ae0b008049a7bee9b86
RANDOM SEED=1704987720

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:         8284208 kB
MemAvailable:   31905420 kB
Buffers:          237680 kB
Cached:         23403600 kB
SwapCached:           12 kB
Active:          6372752 kB
Inactive:       17319864 kB
Active(anon):       4184 kB
Inactive(anon):   100184 kB
Active(file):    6368568 kB
Inactive(file): 17219680 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108860 kB
SwapFree:       67108820 kB
Dirty:              3524 kB
Writeback:             0 kB
AnonPages:         58572 kB
Mapped:            51664 kB
Shmem:             49764 kB
Slab:             488392 kB
SReclaimable:     461424 kB
SUnreclaim:        26968 kB
KernelStack:        3296 kB
PageTables:         4744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     351008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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= 40724 MiB
End job on node105 at 2018-08-11 16:28:35