Trace number 4309863

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameAuction/Auction-sum/
Auction-sum-matching080_c18.xml
MD5SUM8abf4f1f4dc00a8da6097f5555605512
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark46256429
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints318
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2000}]
Minimum variable degree4
Maximum variable degree4
Distribution of variable degrees[{"degree":4,"count":2000}]
Minimum constraint arity3
Maximum constraint arity76
Distribution of constraint arities[{"arity":3,"count":9},{"arity":5,"count":1},{"arity":6,"count":29},{"arity":8,"count":1},{"arity":9,"count":2},{"arity":10,"count":181},{"arity":11,"count":1},{"arity":15,"count":4},{"arity":16,"count":1},{"arity":17,"count":1},{"arity":19,"count":2},{"arity":21,"count":1},{"arity":23,"count":3},{"arity":24,"count":3},{"arity":25,"count":1},{"arity":26,"count":1},{"arity":27,"count":2},{"arity":28,"count":1},{"arity":29,"count":1},{"arity":30,"count":1},{"arity":31,"count":3},{"arity":33,"count":2},{"arity":34,"count":1},{"arity":35,"count":2},{"arity":36,"count":5},"...",{"arity":45,"count":4}, {"arity":46,"count":6}, {"arity":47,"count":2}, {"arity":48,"count":3}, {"arity":49,"count":2}, {"arity":50,"count":1}, {"arity":51,"count":2}, {"arity":52,"count":2}, {"arity":54,"count":1}, {"arity":55,"count":2}, {"arity":56,"count":2}, {"arity":57,"count":1}, {"arity":58,"count":1}, {"arity":59,"count":1}, {"arity":60,"count":1}, {"arity":61,"count":1}, {"arity":62,"count":1}, {"arity":63,"count":1}, {"arity":64,"count":4}, {"arity":65,"count":1}, {"arity":66,"count":1}, {"arity":68,"count":1}, {"arity":69,"count":1}, {"arity":71,"count":1}, {"arity":76,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":318}]
Optimization problemYES
Type of objectivemax 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 (13084 MiB free)
  memory of node 1: 16384 MiB (13401 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309863-1534296432/watcher-4309863-1534296432 -o /tmp/evaluation-result-4309863-1534296432/solver-4309863-1534296432 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534293911-23505 --watchdog 2580 xcsp_picat HOME/instance-4309863-1534296432.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=23744, runsolver pid=23739

[startup+0.100174 s]*
/proc/loadavg: 2.00 2.00 1.94 3/188 23749
/proc/meminfo: memFree=27067468/32770624 swapFree=67108804/67108860
[pid=23744] ppid=23739 vsize=2031636 memory=36760 CPUtime=0.1 cores=1,3,5,7
/proc/23744/stat : 23744 (xcsp_picat) R 23739 23744 23473 0 -1 4202496 2751 0 0 0 10 0 0 0 20 0 1 0 247206352 2080395264 9190 33554432000 4194304 5849940 140728976586816 140728976586816 4491536 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39792640 140728976594102 140728976594180 140728976594180 140728976596938 0
/proc/23744/statm: 507909 9190 664 405 0 504853 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2031636 KiB
Current children cumulated memory: 36760 KiB

[startup+0.209812 s]*
/proc/loadavg: 2.00 2.00 1.94 3/188 23749
/proc/meminfo: memFree=27045336/32770624 swapFree=67108804/67108860
[pid=23744] ppid=23739 vsize=2042900 memory=47952 CPUtime=0.21 cores=1,3,5,7
/proc/23744/stat : 23744 (xcsp_picat) R 23739 23744 23473 0 -1 4202496 5057 0 0 0 20 1 0 0 20 0 1 0 247206352 2091929600 11988 33554432000 4194304 5849940 140728976586816 140728976586024 4463982 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39792640 140728976594102 140728976594180 140728976594180 140728976596938 0
/proc/23744/statm: 510725 11988 665 405 0 507669 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2042900 KiB
Current children cumulated memory: 47952 KiB

[startup+0.309694 s]*
/proc/loadavg: 2.00 2.00 1.94 3/188 23749
/proc/meminfo: memFree=27036028/32770624 swapFree=67108804/67108860
[pid=23744] ppid=23739 vsize=2051632 memory=57028 CPUtime=0.3 cores=1,3,5,7
/proc/23744/stat : 23744 (xcsp_picat) R 23739 23744 23473 0 -1 4202496 6953 0 0 0 29 1 0 0 20 0 1 0 247206352 2100871168 14257 33554432000 4194304 5849940 140728976586816 140728976585752 5317176 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39792640 140728976594102 140728976594180 140728976594180 140728976596938 0
/proc/23744/statm: 512908 14257 700 405 0 509852 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2051632 KiB
Current children cumulated memory: 57028 KiB

[startup+0.700406 s]
/proc/loadavg: 2.00 2.00 1.94 3/188 23749
/proc/meminfo: memFree=27033920/32770624 swapFree=67108804/67108860
[pid=23744] ppid=23739 vsize=2054540 memory=59796 CPUtime=0.69 cores=1,3,5,7
/proc/23744/stat : 23744 (xcsp_picat) R 23739 23744 23473 0 -1 4202496 9232 0 0 0 67 2 0 0 20 0 1 0 247206352 2103848960 14949 33554432000 4194304 5849940 140728976586816 140728976585464 5375461 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39792640 140728976594102 140728976594180 140728976594180 140728976596938 0
/proc/23744/statm: 513635 14949 712 405 0 510579 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2054540 KiB
Current children cumulated memory: 59796 KiB

[startup+1.50043 s]
/proc/loadavg: 2.00 2.00 1.94 3/188 23749
/proc/meminfo: memFree=27033920/32770624 swapFree=67108804/67108860
[pid=23744] ppid=23739 vsize=2058488 memory=61876 CPUtime=1.49 cores=1,3,5,7
/proc/23744/stat : 23744 (xcsp_picat) R 23739 23744 23473 0 -1 4202496 9278 0 0 0 147 2 0 0 20 0 1 0 247206352 2107891712 15469 33554432000 4194304 5849940 140728976586816 140728976585464 5361199 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39792640 140728976594102 140728976594180 140728976594180 140728976596938 0
/proc/23744/statm: 514622 15469 712 405 0 511566 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2058488 KiB
Current children cumulated memory: 61876 KiB

[startup+3.10943 s]
/proc/loadavg: 2.00 2.00 1.94 3/188 23749
/proc/meminfo: memFree=27037520/32770624 swapFree=67108804/67108860
[pid=23744] ppid=23739 vsize=2050732 memory=56100 CPUtime=3.1 cores=1,3,5,7
/proc/23744/stat : 23744 (xcsp_picat) R 23739 23744 23473 0 -1 4202496 14178 0 0 0 308 2 0 0 20 0 1 0 247206352 2099949568 14025 33554432000 4194304 5849940 140728976586816 140728976585464 5319922 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39792640 140728976594102 140728976594180 140728976594180 140728976596938 0
/proc/23744/statm: 512683 14025 724 405 0 509627 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2050732 KiB
Current children cumulated memory: 56100 KiB

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 1.94 3/188 23749
/proc/meminfo: memFree=27032468/32770624 swapFree=67108804/67108860
[pid=23744] ppid=23739 vsize=2055700 memory=60560 CPUtime=6.28 cores=1,3,5,7
/proc/23744/stat : 23744 (xcsp_picat) R 23739 23744 23473 0 -1 4202496 16619 0 0 0 626 2 0 0 20 0 1 0 247206352 2105036800 15140 33554432000 4194304 5849940 140728976586816 140728976583816 4211886 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39792640 140728976594102 140728976594180 140728976594180 140728976596938 0
/proc/23744/statm: 513925 15140 724 405 0 510869 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2055700 KiB
Current children cumulated memory: 60560 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.94 3/188 23749
/proc/meminfo: memFree=27026596/32770624 swapFree=67108804/67108860
[pid=23744] ppid=23739 vsize=2059108 memory=66388 CPUtime=12.69 cores=1,3,5,7
/proc/23744/stat : 23744 (xcsp_picat) R 23739 23744 23473 0 -1 4202496 20479 0 0 0 1264 5 0 0 20 0 1 0 247206352 2108526592 16597 33554432000 4194304 5849940 140728976586816 140728976585304 5308005 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39792640 140728976594102 140728976594180 140728976594180 140728976596938 0
/proc/23744/statm: 514777 16597 728 405 0 511721 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2059108 KiB
Current children cumulated memory: 66388 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.94 3/188 23749
/proc/meminfo: memFree=26992988/32770624 swapFree=67108804/67108860
[pid=23744] ppid=23739 vsize=2054524 memory=63624 CPUtime=25.49 cores=1,3,5,7
/proc/23744/stat : 23744 (xcsp_picat) R 23739 23744 23473 0 -1 4202496 22807 0 0 0 2537 12 0 0 20 0 1 0 247206352 2103832576 15906 33554432000 4194304 5849940 140728976586816 140728976585816 139935908536199 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39792640 140728976594102 140728976594180 140728976594180 140728976596938 0
/proc/23744/statm: 513631 15906 728 405 0 510575 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2054524 KiB
Current children cumulated memory: 63624 KiB

[startup+51.1096 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 23750
/proc/meminfo: memFree=26986256/32770624 swapFree=67108804/67108860
[pid=23744] ppid=23739 vsize=2054804 memory=65656 CPUtime=51.1 cores=1,3,5,7
/proc/23744/stat : 23744 (xcsp_picat) R 23739 23744 23473 0 -1 4202496 27073 0 0 0 5084 26 0 0 20 0 1 0 247206352 2104119296 16414 33554432000 4194304 5849940 140728976586816 140728976585816 5438291 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39792640 140728976594102 140728976594180 140728976594180 140728976596938 0
/proc/23744/statm: 513701 16414 728 405 0 510645 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2054804 KiB
Current children cumulated memory: 65656 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 23751
/proc/meminfo: memFree=26937752/32770624 swapFree=67108804/67108860
[pid=23744] ppid=23739 vsize=2072988 memory=83844 CPUtime=102.29 cores=1,3,5,7
/proc/23744/stat : 23744 (xcsp_picat) R 23739 23744 23473 0 -1 4202496 33843 0 0 0 10181 48 0 0 20 0 1 0 247206352 2122739712 20961 33554432000 4194304 5849940 140728976586816 140728976585304 139935908536199 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39792640 140728976594102 140728976594180 140728976594180 140728976596938 0
/proc/23744/statm: 518247 20961 729 405 0 515191 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2072988 KiB
Current children cumulated memory: 83844 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 23752
/proc/meminfo: memFree=26937252/32770624 swapFree=67108804/67108860
[pid=23744] ppid=23739 vsize=2072988 memory=83844 CPUtime=162.29 cores=1,3,5,7
/proc/23744/stat : 23744 (xcsp_picat) R 23739 23744 23473 0 -1 4202496 36430 0 0 0 16151 78 0 0 20 0 1 0 247206352 2122739712 20961 33554432000 4194304 5849940 140728976586816 140728976585688 139935908536199 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39792640 140728976594102 140728976594180 140728976594180 140728976596938 0
/proc/23744/statm: 518247 20961 729 405 0 515191 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 2072988 KiB
Current children cumulated memory: 83844 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 23758
/proc/meminfo: memFree=26903724/32770624 swapFree=67108804/67108860
[pid=23744] ppid=23739 vsize=2072988 memory=83844 CPUtime=222.3 cores=1,3,5,7
/proc/23744/stat : 23744 (xcsp_picat) R 23739 23744 23473 0 -1 4202496 41411 0 0 0 22125 105 0 0 20 0 1 0 247206352 2122739712 20961 33554432000 4194304 5849940 140728976586816 140728976585816 139935908536199 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39792640 140728976594102 140728976594180 140728976594180 140728976596938 0
/proc/23744/statm: 518247 20961 729 405 0 515191 0
Current children cumulated CPU time: 222.3 s
Current children cumulated vsize: 2072988 KiB
Current children cumulated memory: 83844 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 23759
/proc/meminfo: memFree=26903848/32770624 swapFree=67108804/67108860
[pid=23744] ppid=23739 vsize=2072988 memory=83844 CPUtime=282.31 cores=1,3,5,7
/proc/23744/stat : 23744 (xcsp_picat) R 23739 23744 23473 0 -1 4202496 42238 0 0 0 28099 132 0 0 20 0 1 0 247206352 2122739712 20961 33554432000 4194304 5849940 140728976586816 140728976585816 139935908536199 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39792640 140728976594102 140728976594180 140728976594180 140728976596938 0
/proc/23744/statm: 518247 20961 729 405 0 515191 0
Current children cumulated CPU time: 282.31 s
Current children cumulated vsize: 2072988 KiB
Current children cumulated memory: 83844 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 23760
/proc/meminfo: memFree=26877672/32770624 swapFree=67108804/67108860
[pid=23744] ppid=23739 vsize=2083320 memory=94176 CPUtime=342.31 cores=1,3,5,7
/proc/23744/stat : 23744 (xcsp_picat) R 23739 23744 23473 0 -1 4202496 48777 0 0 0 34071 160 0 0 20 0 1 0 247206352 2133319680 23544 33554432000 4194304 5849940 140728976586816 140728976585816 5361955 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39792640 140728976594102 140728976594180 140728976594180 140728976596938 0
/proc/23744/statm: 520830 23544 729 405 0 517774 0
Current children cumulated CPU time: 342.31 s
Current children cumulated vsize: 2083320 KiB
Current children cumulated memory: 94176 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 23761
/proc/meminfo: memFree=26876432/32770624 swapFree=67108804/67108860
[pid=23744] ppid=23739 vsize=2084636 memory=95492 CPUtime=402.31 cores=1,3,5,7
/proc/23744/stat : 23744 (xcsp_picat) R 23739 23744 23473 0 -1 4202496 50087 0 0 0 40049 182 0 0 20 0 1 0 247206352 2134667264 23873 33554432000 4194304 5849940 140728976586816 140728976585688 5308608 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39792640 140728976594102 140728976594180 140728976594180 140728976596938 0
/proc/23744/statm: 521159 23873 729 405 0 518103 0
Current children cumulated CPU time: 402.31 s
Current children cumulated vsize: 2084636 KiB
Current children cumulated memory: 95492 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 23762
/proc/meminfo: memFree=26876432/32770624 swapFree=67108804/67108860
[pid=23744] ppid=23739 vsize=2084636 memory=95492 CPUtime=462.32 cores=1,3,5,7
/proc/23744/stat : 23744 (xcsp_picat) R 23739 23744 23473 0 -1 4202496 55193 0 0 0 46021 211 0 0 20 0 1 0 247206352 2134667264 23873 33554432000 4194304 5849940 140728976586816 140728976585816 139935908536199 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39792640 140728976594102 140728976594180 140728976594180 140728976596938 0
/proc/23744/statm: 521159 23873 729 405 0 518103 0
Current children cumulated CPU time: 462.32 s
Current children cumulated vsize: 2084636 KiB
Current children cumulated memory: 95492 KiB


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

/proc/23744/statm: 538711 40358 729 405 0 535655 0
Current children cumulated CPU time: 1782.4 s
Current children cumulated vsize: 2154844 KiB
Current children cumulated memory: 161432 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/186 23841
/proc/meminfo: memFree=26705208/32770624 swapFree=67108804/67108860
[pid=23744] ppid=23739 vsize=2154844 memory=161432 CPUtime=1842.41 cores=1,3,5,7
/proc/23744/stat : 23744 (xcsp_picat) R 23739 23744 23473 0 -1 4202496 127736 0 0 0 183499 742 0 0 20 0 1 0 247206352 2206560256 40358 33554432000 4194304 5849940 140728976586816 140728976585816 139935908536199 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39792640 140728976594102 140728976594180 140728976594180 140728976596938 0
/proc/23744/statm: 538711 40358 729 405 0 535655 0
Current children cumulated CPU time: 1842.41 s
Current children cumulated vsize: 2154844 KiB
Current children cumulated memory: 161432 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 23844
/proc/meminfo: memFree=26687376/32770624 swapFree=67108804/67108860
[pid=23744] ppid=23739 vsize=2154844 memory=161432 CPUtime=1902.42 cores=1,3,5,7
/proc/23744/stat : 23744 (xcsp_picat) R 23739 23744 23473 0 -1 4202496 127885 0 0 0 189480 762 0 0 20 0 1 0 247206352 2206560256 40358 33554432000 4194304 5849940 140728976586816 140728976585816 139935908536199 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39792640 140728976594102 140728976594180 140728976594180 140728976596938 0
/proc/23744/statm: 538711 40358 729 405 0 535655 0
Current children cumulated CPU time: 1902.42 s
Current children cumulated vsize: 2154844 KiB
Current children cumulated memory: 161432 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 23845
/proc/meminfo: memFree=26738552/32770624 swapFree=67108804/67108860
[pid=23744] ppid=23739 vsize=2154844 memory=161432 CPUtime=1962.42 cores=1,3,5,7
/proc/23744/stat : 23744 (xcsp_picat) R 23739 23744 23473 0 -1 4202496 128253 0 0 0 195456 786 0 0 20 0 1 0 247206352 2206560256 40358 33554432000 4194304 5849940 140728976586816 140728976585816 5335712 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39792640 140728976594102 140728976594180 140728976594180 140728976596938 0
/proc/23744/statm: 538711 40358 729 405 0 535655 0
Current children cumulated CPU time: 1962.42 s
Current children cumulated vsize: 2154844 KiB
Current children cumulated memory: 161432 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 23853
/proc/meminfo: memFree=26721236/32770624 swapFree=67108804/67108860
[pid=23744] ppid=23739 vsize=2154844 memory=161432 CPUtime=2022.43 cores=1,3,5,7
/proc/23744/stat : 23744 (xcsp_picat) R 23739 23744 23473 0 -1 4202496 131423 0 0 0 201436 807 0 0 20 0 1 0 247206352 2206560256 40358 33554432000 4194304 5849940 140728976586816 140728976585816 139935908536199 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39792640 140728976594102 140728976594180 140728976594180 140728976596938 0
/proc/23744/statm: 538711 40358 729 405 0 535655 0
Current children cumulated CPU time: 2022.43 s
Current children cumulated vsize: 2154844 KiB
Current children cumulated memory: 161432 KiB

[startup+2082.3 s]
/proc/loadavg: 2.12 2.04 2.05 3/188 23877
/proc/meminfo: memFree=26703624/32770624 swapFree=67108804/67108860
[pid=23744] ppid=23739 vsize=2156840 memory=167696 CPUtime=2082.42 cores=1,3,5,7
/proc/23744/stat : 23744 (xcsp_picat) R 23739 23744 23473 0 -1 4202496 137015 0 0 0 207413 829 0 0 20 0 1 0 247206352 2208604160 41924 33554432000 4194304 5849940 140728976586816 140728976585816 139935908536199 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39792640 140728976594102 140728976594180 140728976594180 140728976596938 0
/proc/23744/statm: 539210 41924 729 405 0 536154 0
Current children cumulated CPU time: 2082.42 s
Current children cumulated vsize: 2156840 KiB
Current children cumulated memory: 167696 KiB

[startup+2142.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/188 23878
/proc/meminfo: memFree=26699592/32770624 swapFree=67108804/67108860
[pid=23744] ppid=23739 vsize=2166468 memory=171672 CPUtime=2142.43 cores=1,3,5,7
/proc/23744/stat : 23744 (xcsp_picat) R 23739 23744 23473 0 -1 4202496 138440 0 0 0 213393 850 0 0 20 0 1 0 247206352 2218463232 42918 33554432000 4194304 5849940 140728976586816 140728976585816 139935908536199 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39792640 140728976594102 140728976594180 140728976594180 140728976596938 0
/proc/23744/statm: 541617 42918 729 405 0 538561 0
Current children cumulated CPU time: 2142.43 s
Current children cumulated vsize: 2166468 KiB
Current children cumulated memory: 171672 KiB

[startup+2202.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/188 23879
/proc/meminfo: memFree=26664220/32770624 swapFree=67108804/67108860
[pid=23744] ppid=23739 vsize=2166468 memory=171672 CPUtime=2202.43 cores=1,3,5,7
/proc/23744/stat : 23744 (xcsp_picat) R 23739 23744 23473 0 -1 4202496 138440 0 0 0 219372 871 0 0 20 0 1 0 247206352 2218463232 42918 33554432000 4194304 5849940 140728976586816 140728976585816 139935908536199 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39792640 140728976594102 140728976594180 140728976594180 140728976596938 0
/proc/23744/statm: 541617 42918 729 405 0 538561 0
Current children cumulated CPU time: 2202.43 s
Current children cumulated vsize: 2166468 KiB
Current children cumulated memory: 171672 KiB

[startup+2262.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/188 23880
/proc/meminfo: memFree=26645712/32770624 swapFree=67108804/67108860
[pid=23744] ppid=23739 vsize=2166468 memory=171672 CPUtime=2262.44 cores=1,3,5,7
/proc/23744/stat : 23744 (xcsp_picat) R 23739 23744 23473 0 -1 4202496 146219 0 0 0 225352 892 0 0 20 0 1 0 247206352 2218463232 42918 33554432000 4194304 5849940 140728976586816 140728976585688 139935908536199 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39792640 140728976594102 140728976594180 140728976594180 140728976596938 0
/proc/23744/statm: 541617 42918 729 405 0 538561 0
Current children cumulated CPU time: 2262.44 s
Current children cumulated vsize: 2166468 KiB
Current children cumulated memory: 171672 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 23881
/proc/meminfo: memFree=26602552/32770624 swapFree=67108804/67108860
[pid=23744] ppid=23739 vsize=2166468 memory=171672 CPUtime=2322.44 cores=1,3,5,7
/proc/23744/stat : 23744 (xcsp_picat) R 23739 23744 23473 0 -1 4202496 146310 0 0 0 231331 913 0 0 20 0 1 0 247206352 2218463232 42918 33554432000 4194304 5849940 140728976586816 140728976585528 139935908536199 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39792640 140728976594102 140728976594180 140728976594180 140728976596938 0
/proc/23744/statm: 541617 42918 729 405 0 538561 0
Current children cumulated CPU time: 2322.44 s
Current children cumulated vsize: 2166468 KiB
Current children cumulated memory: 171672 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 23882
/proc/meminfo: memFree=26631144/32770624 swapFree=67108804/67108860
[pid=23744] ppid=23739 vsize=2166468 memory=171672 CPUtime=2382.45 cores=1,3,5,7
/proc/23744/stat : 23744 (xcsp_picat) R 23739 23744 23473 0 -1 4202496 147348 0 0 0 237313 932 0 0 20 0 1 0 247206352 2218463232 42918 33554432000 4194304 5849940 140728976586816 140728976585816 139935908536199 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39792640 140728976594102 140728976594180 140728976594180 140728976596938 0
/proc/23744/statm: 541617 42918 729 405 0 538561 0
Current children cumulated CPU time: 2382.45 s
Current children cumulated vsize: 2166468 KiB
Current children cumulated memory: 171672 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 23883
/proc/meminfo: memFree=26719272/32770624 swapFree=67108804/67108860
[pid=23744] ppid=23739 vsize=2166468 memory=171672 CPUtime=2442.45 cores=1,3,5,7
/proc/23744/stat : 23744 (xcsp_picat) R 23739 23744 23473 0 -1 4202496 148042 0 0 0 243292 953 0 0 20 0 1 0 247206352 2218463232 42918 33554432000 4194304 5849940 140728976586816 140728976585688 5307254 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39792640 140728976594102 140728976594180 140728976594180 140728976596938 0
/proc/23744/statm: 541617 42918 729 405 0 538561 0
Current children cumulated CPU time: 2442.45 s
Current children cumulated vsize: 2166468 KiB
Current children cumulated memory: 171672 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 23884
/proc/meminfo: memFree=26712000/32770624 swapFree=67108804/67108860
[pid=23744] ppid=23739 vsize=2166468 memory=171672 CPUtime=2502.46 cores=1,3,5,7
/proc/23744/stat : 23744 (xcsp_picat) R 23739 23744 23473 0 -1 4202496 151731 0 0 0 249271 975 0 0 20 0 1 0 247206352 2218463232 42918 33554432000 4194304 5849940 140728976586816 140728976585816 139935908536199 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39792640 140728976594102 140728976594180 140728976594180 140728976596938 0
/proc/23744/statm: 541617 42918 729 405 0 538561 0
Current children cumulated CPU time: 2502.46 s
Current children cumulated vsize: 2166468 KiB
Current children cumulated memory: 171672 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.9 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 23884
/proc/meminfo: memFree=26712124/32770624 swapFree=67108804/67108860
[pid=23744] ppid=23739 vsize=2166468 memory=171672 CPUtime=2520.06 cores=1,3,5,7
/proc/23744/stat : 23744 (xcsp_picat) R 23739 23744 23473 0 -1 4202496 154870 0 0 0 251025 981 0 0 20 0 1 0 247206352 2218463232 42918 33554432000 4194304 5849940 140728976586816 140728976585816 139935908536199 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39792640 140728976594102 140728976594180 140728976594180 140728976596938 0
/proc/23744/statm: 541617 42918 729 405 0 538561 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 2166468 KiB
Current children cumulated memory: 171672 KiB

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

[startup+2519.9 s]
# the end of solver process 23744 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2510.26 s, system=9.81566 s

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

[startup+2519.9 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 23884
/proc/meminfo: memFree=26712124/32770624 swapFree=67108804/67108860
[pid=23744] ppid=23739 vsize=2166468 memory=171672 CPUtime=2520.06 cores=1,3,5,7
/proc/23744/stat : 23744 (xcsp_picat) R 23739 23744 23473 0 -1 4202496 154870 0 0 0 251025 981 0 0 20 0 1 0 247206352 2218463232 42918 33554432000 4194304 5849940 140728976586816 140728976585816 139935908536199 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39792640 140728976594102 140728976594180 140728976594180 140728976596938 0
/proc/23744/statm: 541617 42918 729 405 0 538561 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 2166468 KiB
Current children cumulated memory: 171672 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2519.9
CPU time (s): 2520.07
CPU user time (s): 2510.26
CPU system time (s): 9.81566
CPU usage (%): 100.007
Max. virtual memory (cumulated for all children) (KiB): 2166468
Max. memory (cumulated for all children) (KiB): 171672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2510.26
system time used= 9.81566
maximum resident set size= 171672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154870
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= 8
involuntary context switches= 718


# summary of solver processes directly reported to runsolver:
#   pid: 23744
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2510.26
#   total CPU system time (s): 9.81566

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.526 second user time and 17.1553 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-15 03:27:12
IDJOB=4309863
IDBENCH=141146
IDSOLVER=2794
FILE ID=node105/4309863-1534296432
RUNJOBID= node105-1534293911-23505
PBS_JOBID= 21038146
Free space on /tmp= 44288 MiB

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

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

MD5SUM BENCH= 8abf4f1f4dc00a8da6097f5555605512
RANDOM SEED=1934204095

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:        27122768 kB
MemAvailable:   31904476 kB
Buffers:          208464 kB
Cached:          4841192 kB
SwapCached:           16 kB
Active:          2086700 kB
Inactive:        3015600 kB
Active(anon):       4224 kB
Inactive(anon):   108680 kB
Active(file):    2082476 kB
Inactive(file):  2906920 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:              6220 kB
Writeback:             0 kB
AnonPages:        121516 kB
Mapped:            53784 kB
Shmem:             57972 kB
Slab:             243956 kB
SReclaimable:     216296 kB
SUnreclaim:        27660 kB
KernelStack:        3376 kB
PageTables:         5472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     359712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 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= 44284 MiB
End job on node105 at 2018-08-15 04:09:12