Trace number 4303162

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) 2520.06 2520.03

General information on the benchmark

NameTal/
Tal-06_c18.xml
MD5SUM2ce24c19fa9a568edbc0ac2d9fbdd3a2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark94
Best CPU time to get the best result obtained on this benchmark2520.12
Satisfiable
(Un)Satisfiability was proved
Number of variables664
Number of constraints451
Number of domains12
Minimum domain size1
Maximum domain size42
Distribution of domain sizes[{"size":1,"count":108},{"size":2,"count":4},{"size":3,"count":5},{"size":4,"count":6},{"size":5,"count":7},{"size":6,"count":62},{"size":7,"count":9},{"size":8,"count":10},{"size":9,"count":11},{"size":10,"count":45},{"size":42,"count":98}]
Minimum variable degree0
Maximum variable degree15
Distribution of variable degrees[{"degree":0,"count":299},{"degree":1,"count":108},{"degree":2,"count":70},{"degree":3,"count":10},{"degree":4,"count":11},{"degree":5,"count":40},{"degree":6,"count":21},{"degree":7,"count":14},{"degree":8,"count":14},{"degree":9,"count":21},{"degree":10,"count":20},{"degree":11,"count":19},{"degree":12,"count":8},{"degree":13,"count":5},{"degree":14,"count":3},{"degree":15,"count":1}]
Minimum constraint arity1
Maximum constraint arity12
Distribution of constraint arities[{"arity":1,"count":132},{"arity":2,"count":143},{"arity":3,"count":47},{"arity":4,"count":12},{"arity":5,"count":20},{"arity":6,"count":19},{"arity":7,"count":18},{"arity":8,"count":17},{"arity":9,"count":16},{"arity":10,"count":14},{"arity":11,"count":11},{"arity":12,"count":2}]
Number of extensional constraints81
Number of intensional constraints354
Distribution of constraint types[{"type":"extension","count":81},{"type":"intension","count":354},{"type":"count","count":16}]
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 (9481 MiB free)
  memory of node 1: 16384 MiB (2613 MiB free)
  node distances:
     10  21
     21  10

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

[startup+0.100216 s]*
/proc/loadavg: 2.12 2.16 2.04 3/187 18604
/proc/meminfo: memFree=12356040/32770624 swapFree=67108820/67108860
[pid=18603] ppid=18600 vsize=2025744 memory=33044 CPUtime=0.1 cores=0,2,4,6
/proc/18603/stat : 18603 (xcsp_picat) R 18600 18603 18221 0 -1 4202496 1311 0 0 0 10 0 0 0 20 0 1 0 217090089 2074361856 8261 33554432000 4194304 5849708 140724719841360 140724719841360 4657546 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 23126016 140724719846582 140724719846660 140724719846660 140724719849418 0
/proc/18603/statm: 506436 8261 622 405 0 503381 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 33044 KiB

[startup+0.209831 s]*
/proc/loadavg: 2.12 2.16 2.04 3/187 18604
/proc/meminfo: memFree=12336864/32770624 swapFree=67108820/67108860
[pid=18603] ppid=18600 vsize=2025744 memory=50180 CPUtime=0.21 cores=0,2,4,6
/proc/18603/stat : 18603 (xcsp_picat) R 18600 18603 18221 0 -1 4202496 1506 0 0 0 21 0 0 0 20 0 1 0 217090089 2074361856 12545 33554432000 4194304 5849708 140724719841360 140724719841360 4572157 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 23126016 140724719846582 140724719846660 140724719846660 140724719849418 0
/proc/18603/statm: 506436 12545 622 405 0 503381 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 50180 KiB

[startup+0.309632 s]*
/proc/loadavg: 2.12 2.16 2.04 3/187 18604
/proc/meminfo: memFree=12318060/32770624 swapFree=67108820/67108860
[pid=18603] ppid=18600 vsize=2025744 memory=68868 CPUtime=0.31 cores=0,2,4,6
/proc/18603/stat : 18603 (xcsp_picat) R 18600 18603 18221 0 -1 4202496 1573 0 0 0 30 1 0 0 20 0 1 0 217090089 2074361856 17217 33554432000 4194304 5849708 140724719841360 140724719841360 4458032 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 23126016 140724719846582 140724719846660 140724719846660 140724719849418 0
/proc/18603/statm: 506436 17217 622 405 0 503381 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 68868 KiB

[startup+0.70044 s]
/proc/loadavg: 2.12 2.16 2.04 3/187 18604
/proc/meminfo: memFree=12285292/32770624 swapFree=67108820/67108860
[pid=18603] ppid=18600 vsize=2025744 memory=134608 CPUtime=0.69 cores=0,2,4,6
/proc/18603/stat : 18603 (xcsp_picat) R 18600 18603 18221 0 -1 4202496 1610 0 0 0 67 2 0 0 20 0 1 0 217090089 2074361856 33652 33554432000 4194304 5849708 140724719841360 140724719841360 4454849 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 23126016 140724719846582 140724719846660 140724719846660 140724719849418 0
/proc/18603/statm: 506436 33652 622 405 0 503381 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 134608 KiB

[startup+1.50046 s]
/proc/loadavg: 2.12 2.16 2.04 3/187 18604
/proc/meminfo: memFree=12195212/32770624 swapFree=67108820/67108860
[pid=18603] ppid=18600 vsize=2025744 memory=277988 CPUtime=1.49 cores=0,2,4,6
/proc/18603/stat : 18603 (xcsp_picat) R 18600 18603 18221 0 -1 4202496 1680 0 0 0 145 4 0 0 20 0 1 0 217090089 2074361856 69497 33554432000 4194304 5849708 140724719841360 140724719840664 4509296 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 23126016 140724719846582 140724719846660 140724719846660 140724719849418 0
/proc/18603/statm: 506436 69497 626 405 0 503381 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 277988 KiB

[startup+3.10971 s]
/proc/loadavg: 2.12 2.16 2.04 3/187 18604
/proc/meminfo: memFree=11838040/32770624 swapFree=67108820/67108860
[pid=18603] ppid=18600 vsize=2025744 memory=566756 CPUtime=3.1 cores=0,2,4,6
/proc/18603/stat : 18603 (xcsp_picat) R 18600 18603 18221 0 -1 4202496 1884 0 0 0 302 8 0 0 20 0 1 0 217090089 2074361856 141689 33554432000 4194304 5849708 140724719841360 140724719840664 4504753 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 23126016 140724719846582 140724719846660 140724719846660 140724719849418 0
/proc/18603/statm: 506436 141689 626 405 0 503381 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 566756 KiB

[startup+6.30042 s]
/proc/loadavg: 2.03 2.14 2.03 3/187 18604
/proc/meminfo: memFree=18245016/32770624 swapFree=67108820/67108860
[pid=18603] ppid=18600 vsize=2302872 memory=1207772 CPUtime=6.29 cores=0,2,4,6
/proc/18603/stat : 18603 (xcsp_picat) R 18600 18603 18221 0 -1 4202496 5211 0 0 0 609 20 0 0 20 0 1 0 217090089 2358140928 301943 33554432000 4194304 5849708 140724719841360 140724719840328 4548541 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 23126016 140724719846582 140724719846660 140724719846660 140724719849418 0
/proc/18603/statm: 575718 301943 656 405 0 572663 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2302872 KiB
Current children cumulated memory: 1207772 KiB

[startup+12.7004 s]
/proc/loadavg: 2.03 2.14 2.03 3/187 18604
/proc/meminfo: memFree=14780824/32770624 swapFree=67108820/67108860
[pid=18603] ppid=18600 vsize=2928084 memory=2548012 CPUtime=12.69 cores=0,2,4,6
/proc/18603/stat : 18603 (xcsp_picat) R 18600 18603 18221 0 -1 4202496 10473 0 0 0 1225 44 0 0 20 0 1 0 217090089 2998358016 637003 33554432000 4194304 5849708 140724719841360 140724719840680 4548528 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 23126016 140724719846582 140724719846660 140724719846660 140724719849418 0
/proc/18603/statm: 732021 637003 656 405 0 728966 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2928084 KiB
Current children cumulated memory: 2548012 KiB

[startup+25.5005 s]
/proc/loadavg: 2.02 2.13 2.03 3/187 18604
/proc/meminfo: memFree=6528856/32770624 swapFree=67108820/67108860
[pid=18603] ppid=18600 vsize=7832716 memory=5827588 CPUtime=25.5 cores=0,2,4,6
/proc/18603/stat : 18603 (xcsp_picat) R 18600 18603 18221 0 -1 4202496 79441 0 0 0 2362 188 0 0 20 0 1 0 217090089 8020701184 1456897 33554432000 4194304 5849708 140724719841360 140724719840360 5269560 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 23126016 140724719846582 140724719846660 140724719846660 140724719849418 0
/proc/18603/statm: 1958179 1456897 657 405 0 1955124 0
Current children cumulated CPU time: 25.5 s
Current children cumulated vsize: 7832716 KiB
Current children cumulated memory: 5827588 KiB

[startup+51.1098 s]
/proc/loadavg: 2.08 2.13 2.04 3/187 18604
/proc/meminfo: memFree=551212/32770624 swapFree=67108820/67108860
[pid=18603] ppid=18600 vsize=12187524 memory=12060912 CPUtime=51.1 cores=0,2,4,6
/proc/18603/stat : 18603 (xcsp_picat) R 18600 18603 18221 0 -1 4202496 524744 0 0 0 4626 484 0 0 20 0 1 0 217090089 12480024576 3015228 33554432000 4194304 5849708 140724719841360 140724719840360 5260297 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 23126016 140724719846582 140724719846660 140724719846660 140724719849418 0
/proc/18603/statm: 3046881 3015228 658 405 0 3043826 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 12187524 KiB
Current children cumulated memory: 12060912 KiB

[startup+102.3 s]
/proc/loadavg: 2.04 2.11 2.04 3/187 18605
/proc/meminfo: memFree=6232124/32770624 swapFree=67108820/67108860
[pid=18603] ppid=18600 vsize=12236352 memory=12109188 CPUtime=102.28 cores=0,2,4,6
/proc/18603/stat : 18603 (xcsp_picat) R 18600 18603 18221 0 -1 4202496 1014069 0 0 0 9386 842 0 0 20 0 1 0 217090089 12530024448 3027297 33554432000 4194304 5849708 140724719841360 140724719840360 5260297 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 23126016 140724719846582 140724719846660 140724719846660 140724719849418 0
/proc/18603/statm: 3059088 3027297 658 405 0 3056033 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 12236352 KiB
Current children cumulated memory: 12109188 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.09 2.04 3/189 18614
/proc/meminfo: memFree=5783428/32770624 swapFree=67108820/67108860
[pid=18603] ppid=18600 vsize=8356472 memory=6883140 CPUtime=162.29 cores=0,2,4,6
/proc/18603/stat : 18603 (xcsp_picat) R 18600 18603 18221 0 -1 4202496 1131009 0 0 0 15070 1159 0 0 20 0 1 0 217090089 8557027328 1720785 33554432000 4194304 5849708 140724719841360 140724719840328 5251189 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 23126016 140724719846582 140724719846660 140724719846660 140724719849418 0
/proc/18603/statm: 2089118 1720785 658 405 0 2086063 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 8356472 KiB
Current children cumulated memory: 6883140 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.08 2.04 3/189 18615
/proc/meminfo: memFree=5248808/32770624 swapFree=67108820/67108860
[pid=18603] ppid=18600 vsize=12358424 memory=12236008 CPUtime=222.29 cores=0,2,4,6
/proc/18603/stat : 18603 (xcsp_picat) R 18600 18603 18221 0 -1 4202496 1150514 0 0 0 20764 1465 0 0 20 0 1 0 217090089 12655026176 3059002 33554432000 4194304 5849708 140724719841360 140724719840360 5260297 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 23126016 140724719846582 140724719846660 140724719846660 140724719849418 0
/proc/18603/statm: 3089606 3059002 658 405 0 3086551 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 12358424 KiB
Current children cumulated memory: 12236008 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.06 2.04 3/189 18616
/proc/meminfo: memFree=6561196/32770624 swapFree=67108820/67108860
[pid=18603] ppid=18600 vsize=8439476 memory=6068600 CPUtime=282.29 cores=0,2,4,6
/proc/18603/stat : 18603 (xcsp_picat) R 18600 18603 18221 0 -1 4202496 1170128 0 0 0 26485 1744 0 0 20 0 1 0 217090089 8642023424 1517150 33554432000 4194304 5849708 140724719841360 140724719840328 5249616 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 23126016 140724719846582 140724719846660 140724719846660 140724719849418 0
/proc/18603/statm: 2109869 1517150 658 405 0 2106814 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 8439476 KiB
Current children cumulated memory: 6068600 KiB

[startup+342.3 s]
/proc/loadavg: 1.93 2.04 2.03 3/189 18617
/proc/meminfo: memFree=5148244/32770624 swapFree=67108820/67108860
[pid=18603] ppid=18600 vsize=12480500 memory=12355896 CPUtime=342.29 cores=0,2,4,6
/proc/18603/stat : 18603 (xcsp_picat) R 18600 18603 18221 0 -1 4202496 1191775 0 0 0 32143 2086 0 0 20 0 1 0 217090089 12780032000 3088974 33554432000 4194304 5849708 140724719841360 140724719840360 5260504 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 23126016 140724719846582 140724719846660 140724719846660 140724719849418 0
/proc/18603/statm: 3120125 3088974 658 405 0 3117070 0
Current children cumulated CPU time: 342.29 s
Current children cumulated vsize: 12480500 KiB
Current children cumulated memory: 12355896 KiB

[startup+402.3 s]
/proc/loadavg: 1.98 2.03 2.03 3/189 18618
/proc/meminfo: memFree=220240/32770624 swapFree=67108804/67108860
[pid=18603] ppid=18600 vsize=8514676 memory=8020136 CPUtime=402.29 cores=0,2,4,6
/proc/18603/stat : 18603 (xcsp_picat) R 18600 18603 18221 0 -1 4202496 1205464 0 0 0 37881 2348 0 0 20 0 1 0 217090089 8719028224 2005034 33554432000 4194304 5849708 140724719841360 140724719840360 5257119 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 23126016 140724719846582 140724719846660 140724719846660 140724719849418 0
/proc/18603/statm: 2128669 2005034 658 405 0 2125614 0
Current children cumulated CPU time: 402.29 s
Current children cumulated vsize: 8514676 KiB
Current children cumulated memory: 8020136 KiB

[startup+462.3 s]
/proc/loadavg: 1.95 2.01 2.03 3/187 18620
/proc/meminfo: memFree=10628188/32770624 swapFree=67108804/67108860
[pid=18603] ppid=18600 vsize=8555688 memory=8336196 CPUtime=462.29 cores=0,2,4,6
/proc/18603/stat : 18603 (xcsp_picat) R 18600 18603 18221 0 -1 4202496 1219871 0 0 0 43586 2643 0 0 20 0 1 0 217090089 8761024512 2084049 33554432000 4194304 5849708 140724719841360 140724719840328 5249616 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 23126016 140724719846582 140724719846660 140724719846660 140724719849418 0
/proc/18603/statm: 2138922 2084049 658 405 0 2135867 0
Current children cumulated CPU time: 462.29 s
Current children cumulated vsize: 8555688 KiB
Current children cumulated memory: 8336196 KiB


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

/proc/18603/statm: 2338141 1778086 658 405 0 2335086 0
Current children cumulated CPU time: 1722.29 s
Current children cumulated vsize: 9352564 KiB
Current children cumulated memory: 7112344 KiB

[startup+1782.3 s]
/proc/loadavg: 1.87 1.94 1.96 3/187 18682
/proc/meminfo: memFree=11087884/32770624 swapFree=67108804/67108860
[pid=18603] ppid=18600 vsize=9385764 memory=8839004 CPUtime=1782.3 cores=0,2,4,6
/proc/18603/stat : 18603 (xcsp_picat) R 18600 18603 18221 0 -1 4202496 3328579 0 0 0 168707 9523 0 0 20 0 1 0 217090089 9611022336 2209751 33554432000 4194304 5849708 140724719841360 140724719840328 5251246 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 23126016 140724719846582 140724719846660 140724719846660 140724719849418 0
/proc/18603/statm: 2346441 2209751 658 405 0 2343386 0
Current children cumulated CPU time: 1782.3 s
Current children cumulated vsize: 9385764 KiB
Current children cumulated memory: 8839004 KiB

[startup+1842.3 s]
/proc/loadavg: 1.89 1.93 1.96 3/187 18683
/proc/meminfo: memFree=4634472/32770624 swapFree=67108804/67108860
[pid=18603] ppid=18600 vsize=13872100 memory=13747728 CPUtime=1842.3 cores=0,2,4,6
/proc/18603/stat : 18603 (xcsp_picat) R 18600 18603 18221 0 -1 4202496 3345823 0 0 0 174370 9860 0 0 20 0 1 0 217090089 14205030400 3436932 33554432000 4194304 5849708 140724719841360 140724719840360 5260504 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 23126016 140724719846582 140724719846660 140724719846660 140724719849418 0
/proc/18603/statm: 3468025 3436932 658 405 0 3464970 0
Current children cumulated CPU time: 1842.3 s
Current children cumulated vsize: 13872100 KiB
Current children cumulated memory: 13747728 KiB

[startup+1902.3 s]
/proc/loadavg: 1.96 1.94 1.96 3/187 18684
/proc/meminfo: memFree=192936/32770624 swapFree=67108804/67108860
[pid=18603] ppid=18600 vsize=13920924 memory=13795564 CPUtime=1902.3 cores=0,2,4,6
/proc/18603/stat : 18603 (xcsp_picat) R 18600 18603 18221 0 -1 4202496 3358571 0 0 0 180100 10130 0 0 20 0 1 0 217090089 14255026176 3448891 33554432000 4194304 5849708 140724719841360 140724719840360 5260529 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 23126016 140724719846582 140724719846660 140724719846660 140724719849418 0
/proc/18603/statm: 3480231 3448891 658 405 0 3477176 0
Current children cumulated CPU time: 1902.3 s
Current children cumulated vsize: 13920924 KiB
Current children cumulated memory: 13795564 KiB

[startup+1962.3 s]
/proc/loadavg: 1.95 1.94 1.95 3/188 18693
/proc/meminfo: memFree=215840/32770624 swapFree=67108804/67108860
[pid=18603] ppid=18600 vsize=13969752 memory=13845448 CPUtime=1962.31 cores=0,2,4,6
/proc/18603/stat : 18603 (xcsp_picat) R 18600 18603 18221 0 -1 4202496 3370928 0 0 0 185832 10399 0 0 20 0 1 0 217090089 14305026048 3461362 33554432000 4194304 5849708 140724719841360 140724719840360 5260297 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 23126016 140724719846582 140724719846660 140724719846660 140724719849418 0
/proc/18603/statm: 3492438 3461362 658 405 0 3489383 0
Current children cumulated CPU time: 1962.31 s
Current children cumulated vsize: 13969752 KiB
Current children cumulated memory: 13845448 KiB

[startup+2022.3 s]
/proc/loadavg: 1.98 1.95 1.95 3/188 18694
/proc/meminfo: memFree=244748/32770624 swapFree=67108804/67108860
[pid=18603] ppid=18600 vsize=14018580 memory=13894728 CPUtime=2022.31 cores=0,2,4,6
/proc/18603/stat : 18603 (xcsp_picat) R 18600 18603 18221 0 -1 4202496 3609116 0 0 0 191399 10832 0 0 20 0 1 0 217090089 14355025920 3473682 33554432000 4194304 5849708 140724719841360 140724719840360 5260564 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 23126016 140724719846582 140724719846660 140724719846660 140724719849418 0
/proc/18603/statm: 3504645 3473682 658 405 0 3501590 0
Current children cumulated CPU time: 2022.31 s
Current children cumulated vsize: 14018580 KiB
Current children cumulated memory: 13894728 KiB

[startup+2082.3 s]
/proc/loadavg: 1.99 1.96 1.95 3/188 18695
/proc/meminfo: memFree=14581488/32770624 swapFree=67108804/67108860
[pid=18603] ppid=18600 vsize=9568384 memory=5623008 CPUtime=2082.31 cores=0,2,4,6
/proc/18603/stat : 18603 (xcsp_picat) R 18600 18603 18221 0 -1 4202496 4119705 0 0 0 196981 11250 0 0 20 0 1 0 217090089 9798025216 1405752 33554432000 4194304 5849708 140724719841360 140724719840360 5251189 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 23126016 140724719846582 140724719846660 140724719846660 140724719849418 0
/proc/18603/statm: 2392096 1405752 658 405 0 2389041 0
Current children cumulated CPU time: 2082.31 s
Current children cumulated vsize: 9568384 KiB
Current children cumulated memory: 5623008 KiB

[startup+2142.3 s]
/proc/loadavg: 1.96 1.95 1.95 3/188 18696
/proc/meminfo: memFree=10034208/32770624 swapFree=67108804/67108860
[pid=18603] ppid=18600 vsize=9601588 memory=5576108 CPUtime=2142.31 cores=0,2,4,6
/proc/18603/stat : 18603 (xcsp_picat) R 18600 18603 18221 0 -1 4202496 4625216 0 0 0 202335 11896 0 0 20 0 1 0 217090089 9832026112 1394027 33554432000 4194304 5849708 140724719841360 140724719840680 5249616 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 23126016 140724719846582 140724719846660 140724719846660 140724719849418 0
/proc/18603/statm: 2400397 1394027 658 405 0 2397342 0
Current children cumulated CPU time: 2142.31 s
Current children cumulated vsize: 9601588 KiB
Current children cumulated memory: 5576108 KiB

[startup+2202.3 s]
/proc/loadavg: 1.98 1.96 1.95 3/188 18697
/proc/meminfo: memFree=7810696/32770624 swapFree=67108804/67108860
[pid=18603] ppid=18600 vsize=9634788 memory=6561396 CPUtime=2202.31 cores=0,2,4,6
/proc/18603/stat : 18603 (xcsp_picat) R 18600 18603 18221 0 -1 4202496 4638817 0 0 0 208044 12187 0 0 20 0 1 0 217090089 9866022912 1640349 33554432000 4194304 5849708 140724719841360 140724719840328 5251189 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 23126016 140724719846582 140724719846660 140724719846660 140724719849418 0
/proc/18603/statm: 2408697 1640349 658 405 0 2405642 0
Current children cumulated CPU time: 2202.31 s
Current children cumulated vsize: 9634788 KiB
Current children cumulated memory: 6561396 KiB

[startup+2262.3 s]
/proc/loadavg: 1.99 1.97 1.95 3/187 18699
/proc/meminfo: memFree=6982784/32770624 swapFree=67108804/67108860
[pid=18603] ppid=18600 vsize=9667996 memory=7472976 CPUtime=2262.31 cores=0,2,4,6
/proc/18603/stat : 18603 (xcsp_picat) R 18600 18603 18221 0 -1 4202496 4653051 0 0 0 213750 12481 0 0 20 0 1 0 217090089 9900027904 1868244 33554432000 4194304 5849708 140724719841360 140724719840328 5251189 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 23126016 140724719846582 140724719846660 140724719846660 140724719849418 0
/proc/18603/statm: 2416999 1868244 658 405 0 2413944 0
Current children cumulated CPU time: 2262.31 s
Current children cumulated vsize: 9667996 KiB
Current children cumulated memory: 7472976 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 1.97 1.95 3/187 18700
/proc/meminfo: memFree=5960660/32770624 swapFree=67108804/67108860
[pid=18603] ppid=18600 vsize=9701200 memory=8464412 CPUtime=2322.3 cores=0,2,4,6
/proc/18603/stat : 18603 (xcsp_picat) R 18600 18603 18221 0 -1 4202496 4667548 0 0 0 219468 12762 0 0 20 0 1 0 217090089 9934028800 2116103 33554432000 4194304 5849708 140724719841360 140724719840328 5251189 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 23126016 140724719846582 140724719846660 140724719846660 140724719849418 0
/proc/18603/statm: 2425300 2116103 658 405 0 2422245 0
Current children cumulated CPU time: 2322.3 s
Current children cumulated vsize: 9701200 KiB
Current children cumulated memory: 8464412 KiB

[startup+2382.3 s]
/proc/loadavg: 1.95 1.96 1.95 3/187 18701
/proc/meminfo: memFree=5286288/32770624 swapFree=67108804/67108860
[pid=18603] ppid=18600 vsize=9734400 memory=9220096 CPUtime=2382.31 cores=0,2,4,6
/proc/18603/stat : 18603 (xcsp_picat) R 18600 18603 18221 0 -1 4202496 4681771 0 0 0 225180 13051 0 0 20 0 1 0 217090089 9968025600 2305024 33554432000 4194304 5849708 140724719841360 140724719840328 5251265 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 23126016 140724719846582 140724719846660 140724719846660 140724719849418 0
/proc/18603/statm: 2433600 2305024 601 405 0 2430545 0
Current children cumulated CPU time: 2382.31 s
Current children cumulated vsize: 9734400 KiB
Current children cumulated memory: 9220096 KiB

[startup+2442.3 s]
/proc/loadavg: 1.98 1.97 1.95 3/187 18703
/proc/meminfo: memFree=4790004/32770624 swapFree=67108804/67108860
[pid=18603] ppid=18600 vsize=9767600 memory=9659116 CPUtime=2442.31 cores=0,2,4,6
/proc/18603/stat : 18603 (xcsp_picat) R 18600 18603 18221 0 -1 4202496 4695417 0 0 0 230900 13331 0 0 20 0 1 0 217090089 10002022400 2414779 33554432000 4194304 5849708 140724719841360 140724719840328 5262165 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 23126016 140724719846582 140724719846660 140724719846660 140724719849418 0
/proc/18603/statm: 2441900 2414779 601 405 0 2438845 0
Current children cumulated CPU time: 2442.31 s
Current children cumulated vsize: 9767600 KiB
Current children cumulated memory: 9659116 KiB

[startup+2502.3 s]
/proc/loadavg: 1.99 1.97 1.95 3/189 18766
/proc/meminfo: memFree=14288064/32770624 swapFree=67108804/67108860
[pid=18603] ppid=18600 vsize=14433624 memory=14310232 CPUtime=2502.32 cores=0,2,4,6
/proc/18603/stat : 18603 (xcsp_picat) R 18600 18603 18221 0 -1 4202496 4712277 0 0 0 236549 13683 0 0 20 0 1 0 217090089 14780030976 3577558 33554432000 4194304 5849708 140724719841360 140724719840360 5260504 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 23126016 140724719846582 140724719846660 140724719846660 140724719849418 0
/proc/18603/statm: 3608406 3577558 601 405 0 3605351 0
Current children cumulated CPU time: 2502.32 s
Current children cumulated vsize: 14433624 KiB
Current children cumulated memory: 14310232 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 1.97 1.95 3/189 18767
/proc/meminfo: memFree=21501080/32770624 swapFree=67108804/67108860
[pid=18603] ppid=18600 vsize=9817412 memory=7115012 CPUtime=2520.03 cores=0,2,4,6
/proc/18603/stat : 18603 (xcsp_picat) R 18600 18603 18221 0 -1 4202496 4713629 0 0 0 238284 13719 0 0 20 0 1 0 217090089 10053029888 1778753 33554432000 4194304 5849708 140724719841360 140724719840328 5250646 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 23126016 140724719846582 140724719846660 140724719846660 140724719849418 0
/proc/18603/statm: 2454353 1778753 601 405 0 2451298 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 9817412 KiB
Current children cumulated memory: 7115012 KiB

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

[startup+2520.03 s]
# the end of solver process 18603 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2382.84 s, system=137.219 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.03
CPU time (s): 2520.06
CPU user time (s): 2382.84
CPU system time (s): 137.219
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 14433624
Max. memory (cumulated for all children) (KiB): 14310232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2382.84
system time used= 137.219
maximum resident set size= 14310232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4713629
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= 2
involuntary context switches= 2968


# summary of solver processes directly reported to runsolver:
#   pid: 18603
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2382.84
#   total CPU system time (s): 137.219

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.8547 second user time and 17.403 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-11 15:47:49
IDJOB=4303162
IDBENCH=141105
IDSOLVER=2778
FILE ID=node105/4303162-1533995269
RUNJOBID= node105-1533992673-18252
PBS_JOBID= 21036949
Free space on /tmp= 40728 MiB

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

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

MD5SUM BENCH= 2ce24c19fa9a568edbc0ac2d9fbdd3a2
RANDOM SEED=599297351

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:        12385120 kB
MemAvailable:   19824492 kB
Buffers:           70632 kB
Cached:          7607440 kB
SwapCached:           12 kB
Active:         15589968 kB
Inactive:        4201968 kB
Active(anon):   11780780 kB
Inactive(anon):   385396 kB
Active(file):    3809188 kB
Inactive(file):  3816572 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108860 kB
SwapFree:       67108820 kB
Dirty:              3336 kB
Writeback:             0 kB
AnonPages:      12120748 kB
Mapped:            52636 kB
Shmem:             49764 kB
Slab:             269404 kB
SReclaimable:     242072 kB
SUnreclaim:        27332 kB
KernelStack:        3296 kB
PageTables:        29000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   12517572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7645184 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:29:49