Trace number 4303523

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.02 2519.7

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 (6151 MiB free)
  memory of node 1: 16384 MiB (8271 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303523-1533998296/watcher-4303523-1533998296 -o /tmp/evaluation-result-4303523-1533998296/solver-4303523-1533998296 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1533991815-32497 --watchdog 2580 xcsp_picat HOME/instance-4303523-1533998296.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=1385, runsolver pid=1382


[startup+0.100356 s]*
/proc/loadavg: 2.06 2.07 2.09 3/187 1386
/proc/meminfo: memFree=14741776/32770624 swapFree=67108504/67108860
[pid=1385] ppid=1382 vsize=2029600 memory=30752 CPUtime=0.09 cores=0,2,4,6
/proc/1385/stat : 1385 (xcsp_picat) R 1382 1385 32466 0 -1 4202496 2809 0 0 0 9 0 0 0 20 0 1 0 217392780 2078310400 7688 33554432000 4194304 5849708 140733390741424 140733390740504 140361219860384 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 26836992 140733390742710 140733390742788 140733390742788 140733390745546 0
/proc/1385/statm: 507400 7688 664 405 0 504345 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2029600 KiB
Current children cumulated memory: 30752 KiB

[startup+0.209509 s]*
/proc/loadavg: 2.06 2.07 2.09 3/187 1386
/proc/meminfo: memFree=14728228/32770624 swapFree=67108504/67108860
[pid=1385] ppid=1382 vsize=2042900 memory=44104 CPUtime=0.2 cores=0,2,4,6
/proc/1385/stat : 1385 (xcsp_picat) R 1382 1385 32466 0 -1 4202496 5629 0 0 0 20 0 0 0 20 0 1 0 217392780 2091929600 11026 33554432000 4194304 5849708 140733390741424 140733390740504 4553012 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 26836992 140733390742710 140733390742788 140733390742788 140733390745546 0
/proc/1385/statm: 510725 11026 665 405 0 507670 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2042900 KiB
Current children cumulated memory: 44104 KiB

[startup+0.309411 s]*
/proc/loadavg: 2.06 2.07 2.09 3/187 1386
/proc/meminfo: memFree=14718884/32770624 swapFree=67108504/67108860
[pid=1385] ppid=1382 vsize=2051572 memory=53112 CPUtime=0.31 cores=0,2,4,6
/proc/1385/stat : 1385 (xcsp_picat) R 1382 1385 32466 0 -1 4202496 6692 0 0 0 30 1 0 0 20 0 1 0 217392780 2100809728 13278 33554432000 4194304 5849708 140733390741424 140733390740360 5302962 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 26836992 140733390742710 140733390742788 140733390742788 140733390745546 0
/proc/1385/statm: 512893 13278 697 405 0 509838 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2051572 KiB
Current children cumulated memory: 53112 KiB

[startup+0.700321 s]
/proc/loadavg: 2.06 2.07 2.09 3/187 1386
/proc/meminfo: memFree=14716380/32770624 swapFree=67108504/67108860
[pid=1385] ppid=1382 vsize=2054540 memory=55952 CPUtime=0.69 cores=0,2,4,6
/proc/1385/stat : 1385 (xcsp_picat) R 1382 1385 32466 0 -1 4202496 9801 0 0 0 68 1 0 0 20 0 1 0 217392780 2103848960 13988 33554432000 4194304 5849708 140733390741424 140733390740360 5394516 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 26836992 140733390742710 140733390742788 140733390742788 140733390745546 0
/proc/1385/statm: 513635 13988 712 405 0 510580 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2054540 KiB
Current children cumulated memory: 55952 KiB

[startup+1.50033 s]
/proc/loadavg: 2.06 2.07 2.09 3/187 1386
/proc/meminfo: memFree=14716372/32770624 swapFree=67108504/67108860
[pid=1385] ppid=1382 vsize=2054536 memory=55984 CPUtime=1.49 cores=0,2,4,6
/proc/1385/stat : 1385 (xcsp_picat) R 1382 1385 32466 0 -1 4202496 9806 0 0 0 148 1 0 0 20 0 1 0 217392780 2103844864 13996 33554432000 4194304 5849708 140733390741424 140733390740360 5358836 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 26836992 140733390742710 140733390742788 140733390742788 140733390745546 0
/proc/1385/statm: 513634 13996 712 405 0 510579 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2054536 KiB
Current children cumulated memory: 55984 KiB

[startup+3.10925 s]
/proc/loadavg: 2.06 2.07 2.09 3/187 1386
/proc/meminfo: memFree=14719016/32770624 swapFree=67108504/67108860
[pid=1385] ppid=1382 vsize=2050732 memory=52232 CPUtime=3.1 cores=0,2,4,6
/proc/1385/stat : 1385 (xcsp_picat) R 1382 1385 32466 0 -1 4202496 17214 0 0 0 308 2 0 0 20 0 1 0 217392780 2099949568 13058 33554432000 4194304 5849708 140733390741424 140733390738424 4207918 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 26836992 140733390742710 140733390742788 140733390742788 140733390745546 0
/proc/1385/statm: 512683 13058 724 405 0 509628 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2050732 KiB
Current children cumulated memory: 52232 KiB

[startup+6.30033 s]
/proc/loadavg: 2.06 2.07 2.09 3/187 1386
/proc/meminfo: memFree=14714524/32770624 swapFree=67108504/67108860
[pid=1385] ppid=1382 vsize=2055700 memory=56716 CPUtime=6.29 cores=0,2,4,6
/proc/1385/stat : 1385 (xcsp_picat) R 1382 1385 32466 0 -1 4202496 22175 0 0 0 627 2 0 0 20 0 1 0 217392780 2105036800 14179 33554432000 4194304 5849708 140733390741424 140733390738424 4211660 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26836992 140733390742710 140733390742788 140733390742788 140733390745546 0
/proc/1385/statm: 513925 14179 724 405 0 510870 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2055700 KiB
Current children cumulated memory: 56716 KiB

[startup+12.7003 s]
/proc/loadavg: 1.98 2.05 2.08 3/187 1386
/proc/meminfo: memFree=14711056/32770624 swapFree=67108504/67108860
[pid=1385] ppid=1382 vsize=2059108 memory=60648 CPUtime=12.69 cores=0,2,4,6
/proc/1385/stat : 1385 (xcsp_picat) R 1382 1385 32466 0 -1 4202496 28515 0 0 0 1263 6 0 0 20 0 1 0 217392780 2108526592 15162 33554432000 4194304 5849708 140733390741424 140733390739912 5308864 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26836992 140733390742710 140733390742788 140733390742788 140733390745546 0
/proc/1385/statm: 514777 15162 728 405 0 511722 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2059108 KiB
Current children cumulated memory: 60648 KiB

[startup+25.5004 s]
/proc/loadavg: 1.98 2.05 2.08 3/187 1386
/proc/meminfo: memFree=14715116/32770624 swapFree=67108504/67108860
[pid=1385] ppid=1382 vsize=2054524 memory=55840 CPUtime=25.49 cores=0,2,4,6
/proc/1385/stat : 1385 (xcsp_picat) R 1382 1385 32466 0 -1 4202496 37190 0 0 0 2536 13 0 0 20 0 1 0 217392780 2103832576 13960 33554432000 4194304 5849708 140733390741424 140733390740424 5407759 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26836992 140733390742710 140733390742788 140733390742788 140733390745546 0
/proc/1385/statm: 513631 13960 728 405 0 510576 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2054524 KiB
Current children cumulated memory: 55840 KiB

[startup+51.1094 s]
/proc/loadavg: 1.99 2.05 2.08 3/187 1386
/proc/meminfo: memFree=14739704/32770624 swapFree=67108504/67108860
[pid=1385] ppid=1382 vsize=2054804 memory=56344 CPUtime=51.1 cores=0,2,4,6
/proc/1385/stat : 1385 (xcsp_picat) R 1382 1385 32466 0 -1 4202496 43417 0 0 0 5082 28 0 0 20 0 1 0 217392780 2104119296 14086 33554432000 4194304 5849708 140733390741424 140733390740424 140361220272007 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26836992 140733390742710 140733390742788 140733390742788 140733390745546 0
/proc/1385/statm: 513701 14086 728 405 0 510646 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2054804 KiB
Current children cumulated memory: 56344 KiB

[startup+102.3 s]
/proc/loadavg: 1.99 2.04 2.07 3/187 1387
/proc/meminfo: memFree=14682352/32770624 swapFree=67108504/67108860
[pid=1385] ppid=1382 vsize=2072988 memory=74652 CPUtime=102.3 cores=0,2,4,6
/proc/1385/stat : 1385 (xcsp_picat) R 1382 1385 32466 0 -1 4202496 50509 0 0 0 10175 55 0 0 20 0 1 0 217392780 2122739712 18663 33554432000 4194304 5849708 140733390741424 140733390740296 140361220272007 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26836992 140733390742710 140733390742788 140733390742788 140733390745546 0
/proc/1385/statm: 518247 18663 729 405 0 515192 0
Current children cumulated CPU time: 102.3 s
Current children cumulated vsize: 2072988 KiB
Current children cumulated memory: 74652 KiB

[startup+162.3 s]
/proc/loadavg: 2.05 2.05 2.07 3/187 1456
/proc/meminfo: memFree=14692440/32770624 swapFree=67108504/67108860
[pid=1385] ppid=1382 vsize=2072988 memory=77444 CPUtime=162.3 cores=0,2,4,6
/proc/1385/stat : 1385 (xcsp_picat) R 1382 1385 32466 0 -1 4202496 50840 0 0 0 16144 86 0 0 20 0 1 0 217392780 2122739712 19361 33554432000 4194304 5849708 140733390741424 140733390740152 5307300 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26836992 140733390742710 140733390742788 140733390742788 140733390745546 0
/proc/1385/statm: 518247 19361 729 405 0 515192 0
Current children cumulated CPU time: 162.3 s
Current children cumulated vsize: 2072988 KiB
Current children cumulated memory: 77444 KiB

[startup+222.3 s]
/proc/loadavg: 2.02 2.04 2.06 3/187 1457
/proc/meminfo: memFree=14692596/32770624 swapFree=67108504/67108860
[pid=1385] ppid=1382 vsize=2072988 memory=77824 CPUtime=222.31 cores=0,2,4,6
/proc/1385/stat : 1385 (xcsp_picat) R 1382 1385 32466 0 -1 4202496 50853 0 0 0 22122 109 0 0 20 0 1 0 217392780 2122739712 19456 33554432000 4194304 5849708 140733390741424 140733390740424 140361220272007 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26836992 140733390742710 140733390742788 140733390742788 140733390745546 0
/proc/1385/statm: 518247 19456 729 405 0 515192 0
Current children cumulated CPU time: 222.31 s
Current children cumulated vsize: 2072988 KiB
Current children cumulated memory: 77824 KiB

[startup+282.3 s]
/proc/loadavg: 2.01 2.03 2.06 3/187 1458
/proc/meminfo: memFree=14659612/32770624 swapFree=67108504/67108860
[pid=1385] ppid=1382 vsize=2072988 memory=77824 CPUtime=282.32 cores=0,2,4,6
/proc/1385/stat : 1385 (xcsp_picat) R 1382 1385 32466 0 -1 4202496 50941 0 0 0 28095 137 0 0 20 0 1 0 217392780 2122739712 19456 33554432000 4194304 5849708 140733390741424 140733390740584 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26836992 140733390742710 140733390742788 140733390742788 140733390745546 0
/proc/1385/statm: 518247 19456 729 405 0 515192 0
Current children cumulated CPU time: 282.32 s
Current children cumulated vsize: 2072988 KiB
Current children cumulated memory: 77824 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 1459
/proc/meminfo: memFree=14682980/32770624 swapFree=67108504/67108860
[pid=1385] ppid=1382 vsize=2083320 memory=87896 CPUtime=342.32 cores=0,2,4,6
/proc/1385/stat : 1385 (xcsp_picat) R 1382 1385 32466 0 -1 4202496 51971 0 0 0 34071 161 0 0 20 0 1 0 217392780 2133319680 21974 33554432000 4194304 5849708 140733390741424 140733390740152 5437645 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26836992 140733390742710 140733390742788 140733390742788 140733390745546 0
/proc/1385/statm: 520830 21974 729 405 0 517775 0
Current children cumulated CPU time: 342.32 s
Current children cumulated vsize: 2083320 KiB
Current children cumulated memory: 87896 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 1460
/proc/meminfo: memFree=14648672/32770624 swapFree=67108504/67108860
[pid=1385] ppid=1382 vsize=2084636 memory=89212 CPUtime=402.34 cores=0,2,4,6
/proc/1385/stat : 1385 (xcsp_picat) R 1382 1385 32466 0 -1 4202496 52303 0 0 0 40049 185 0 0 20 0 1 0 217392780 2134667264 22303 33554432000 4194304 5849708 140733390741424 140733390740424 5307573 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26836992 140733390742710 140733390742788 140733390742788 140733390745546 0
/proc/1385/statm: 521159 22303 729 405 0 518104 0
Current children cumulated CPU time: 402.34 s
Current children cumulated vsize: 2084636 KiB
Current children cumulated memory: 89212 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 1461
/proc/meminfo: memFree=14580228/32770624 swapFree=67108504/67108860
[pid=1385] ppid=1382 vsize=2084636 memory=89212 CPUtime=462.34 cores=0,2,4,6
/proc/1385/stat : 1385 (xcsp_picat) R 1382 1385 32466 0 -1 4202496 52304 0 0 0 46020 214 0 0 20 0 1 0 217392780 2134667264 22303 33554432000 4194304 5849708 140733390741424 140733390740424 5438072 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26836992 140733390742710 140733390742788 140733390742788 140733390745546 0
/proc/1385/statm: 521159 22303 729 405 0 518104 0
Current children cumulated CPU time: 462.34 s
Current children cumulated vsize: 2084636 KiB
Current children cumulated memory: 89212 KiB


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

/proc/1385/statm: 538711 38402 729 405 0 535656 0
Current children cumulated CPU time: 1782.5 s
Current children cumulated vsize: 2154844 KiB
Current children cumulated memory: 153608 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1525
/proc/meminfo: memFree=14449708/32770624 swapFree=67108504/67108860
[pid=1385] ppid=1382 vsize=2154844 memory=153608 CPUtime=1842.51 cores=0,2,4,6
/proc/1385/stat : 1385 (xcsp_picat) R 1382 1385 32466 0 -1 4202496 82628 0 0 0 183506 745 0 0 20 0 1 0 217392780 2206560256 38402 33554432000 4194304 5849708 140733390741424 140733390740424 5335584 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26836992 140733390742710 140733390742788 140733390742788 140733390745546 0
/proc/1385/statm: 538711 38402 729 405 0 535656 0
Current children cumulated CPU time: 1842.51 s
Current children cumulated vsize: 2154844 KiB
Current children cumulated memory: 153608 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1526
/proc/meminfo: memFree=14574940/32770624 swapFree=67108504/67108860
[pid=1385] ppid=1382 vsize=2154844 memory=153608 CPUtime=1902.52 cores=0,2,4,6
/proc/1385/stat : 1385 (xcsp_picat) R 1382 1385 32466 0 -1 4202496 82781 0 0 0 189483 769 0 0 20 0 1 0 217392780 2206560256 38402 33554432000 4194304 5849708 140733390741424 140733390740424 140361220272007 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26836992 140733390742710 140733390742788 140733390742788 140733390745546 0
/proc/1385/statm: 538711 38402 729 405 0 535656 0
Current children cumulated CPU time: 1902.52 s
Current children cumulated vsize: 2154844 KiB
Current children cumulated memory: 153608 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1534
/proc/meminfo: memFree=14508332/32770624 swapFree=67108504/67108860
[pid=1385] ppid=1382 vsize=2154844 memory=153608 CPUtime=1962.53 cores=0,2,4,6
/proc/1385/stat : 1385 (xcsp_picat) R 1382 1385 32466 0 -1 4202496 86051 0 0 0 195460 793 0 0 20 0 1 0 217392780 2206560256 38402 33554432000 4194304 5849708 140733390741424 140733390740424 5438096 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26836992 140733390742710 140733390742788 140733390742788 140733390745546 0
/proc/1385/statm: 538711 38402 729 405 0 535656 0
Current children cumulated CPU time: 1962.53 s
Current children cumulated vsize: 2154844 KiB
Current children cumulated memory: 153608 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1535
/proc/meminfo: memFree=14500352/32770624 swapFree=67108504/67108860
[pid=1385] ppid=1382 vsize=2156840 memory=161484 CPUtime=2022.54 cores=0,2,4,6
/proc/1385/stat : 1385 (xcsp_picat) R 1382 1385 32466 0 -1 4202496 88723 0 0 0 201438 816 0 0 20 0 1 0 217392780 2208604160 40371 33554432000 4194304 5849708 140733390741424 140733390740424 5437824 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26836992 140733390742710 140733390742788 140733390742788 140733390745546 0
/proc/1385/statm: 539210 40371 729 405 0 536155 0
Current children cumulated CPU time: 2022.54 s
Current children cumulated vsize: 2156840 KiB
Current children cumulated memory: 161484 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1536
/proc/meminfo: memFree=14496376/32770624 swapFree=67108504/67108860
[pid=1385] ppid=1382 vsize=2166468 memory=165692 CPUtime=2082.55 cores=0,2,4,6
/proc/1385/stat : 1385 (xcsp_picat) R 1382 1385 32466 0 -1 4202496 89285 0 0 0 207416 839 0 0 20 0 1 0 217392780 2218463232 41423 33554432000 4194304 5849708 140733390741424 140733390740424 140361220272007 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26836992 140733390742710 140733390742788 140733390742788 140733390745546 0
/proc/1385/statm: 541617 41423 729 405 0 538562 0
Current children cumulated CPU time: 2082.55 s
Current children cumulated vsize: 2166468 KiB
Current children cumulated memory: 165692 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1537
/proc/meminfo: memFree=14472120/32770624 swapFree=67108504/67108860
[pid=1385] ppid=1382 vsize=2166468 memory=165692 CPUtime=2142.56 cores=0,2,4,6
/proc/1385/stat : 1385 (xcsp_picat) R 1382 1385 32466 0 -1 4202496 89285 0 0 0 213393 863 0 0 20 0 1 0 217392780 2218463232 41423 33554432000 4194304 5849708 140733390741424 140733390740424 140361220272007 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26836992 140733390742710 140733390742788 140733390742788 140733390745546 0
/proc/1385/statm: 541617 41423 729 405 0 538562 0
Current children cumulated CPU time: 2142.56 s
Current children cumulated vsize: 2166468 KiB
Current children cumulated memory: 165692 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1538
/proc/meminfo: memFree=14471756/32770624 swapFree=67108504/67108860
[pid=1385] ppid=1382 vsize=2166468 memory=165896 CPUtime=2202.56 cores=0,2,4,6
/proc/1385/stat : 1385 (xcsp_picat) R 1382 1385 32466 0 -1 4202496 94543 0 0 0 219374 882 0 0 20 0 1 0 217392780 2218463232 41474 33554432000 4194304 5849708 140733390741424 140733390740296 5335528 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26836992 140733390742710 140733390742788 140733390742788 140733390745546 0
/proc/1385/statm: 541617 41474 729 405 0 538562 0
Current children cumulated CPU time: 2202.56 s
Current children cumulated vsize: 2166468 KiB
Current children cumulated memory: 165896 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1539
/proc/meminfo: memFree=14467660/32770624 swapFree=67108504/67108860
[pid=1385] ppid=1382 vsize=2166468 memory=165896 CPUtime=2262.57 cores=0,2,4,6
/proc/1385/stat : 1385 (xcsp_picat) R 1382 1385 32466 0 -1 4202496 94543 0 0 0 225351 906 0 0 20 0 1 0 217392780 2218463232 41474 33554432000 4194304 5849708 140733390741424 140733390740424 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26836992 140733390742710 140733390742788 140733390742788 140733390745546 0
/proc/1385/statm: 541617 41474 729 405 0 538562 0
Current children cumulated CPU time: 2262.57 s
Current children cumulated vsize: 2166468 KiB
Current children cumulated memory: 165896 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1540
/proc/meminfo: memFree=14460772/32770624 swapFree=67108504/67108860
[pid=1385] ppid=1382 vsize=2166468 memory=165896 CPUtime=2322.57 cores=0,2,4,6
/proc/1385/stat : 1385 (xcsp_picat) R 1382 1385 32466 0 -1 4202496 95228 0 0 0 231330 927 0 0 20 0 1 0 217392780 2218463232 41474 33554432000 4194304 5849708 140733390741424 140733390740424 5335622 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26836992 140733390742710 140733390742788 140733390742788 140733390745546 0
/proc/1385/statm: 541617 41474 729 405 0 538562 0
Current children cumulated CPU time: 2322.57 s
Current children cumulated vsize: 2166468 KiB
Current children cumulated memory: 165896 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1541
/proc/meminfo: memFree=14460476/32770624 swapFree=67108504/67108860
[pid=1385] ppid=1382 vsize=2166468 memory=165896 CPUtime=2382.59 cores=0,2,4,6
/proc/1385/stat : 1385 (xcsp_picat) R 1382 1385 32466 0 -1 4202496 95294 0 0 0 237313 946 0 0 20 0 1 0 217392780 2218463232 41474 33554432000 4194304 5849708 140733390741424 140733390740424 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26836992 140733390742710 140733390742788 140733390742788 140733390745546 0
/proc/1385/statm: 541617 41474 729 405 0 538562 0
Current children cumulated CPU time: 2382.59 s
Current children cumulated vsize: 2166468 KiB
Current children cumulated memory: 165896 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1542
/proc/meminfo: memFree=14427264/32770624 swapFree=67108504/67108860
[pid=1385] ppid=1382 vsize=2166468 memory=165896 CPUtime=2442.6 cores=0,2,4,6
/proc/1385/stat : 1385 (xcsp_picat) R 1382 1385 32466 0 -1 4202496 98979 0 0 0 243289 971 0 0 20 0 1 0 217392780 2218463232 41474 33554432000 4194304 5849708 140733390741424 140733390740424 5437794 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26836992 140733390742710 140733390742788 140733390742788 140733390745546 0
/proc/1385/statm: 541617 41474 729 405 0 538562 0
Current children cumulated CPU time: 2442.6 s
Current children cumulated vsize: 2166468 KiB
Current children cumulated memory: 165896 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1543
/proc/meminfo: memFree=14388628/32770624 swapFree=67108504/67108860
[pid=1385] ppid=1382 vsize=2166468 memory=165896 CPUtime=2502.6 cores=0,2,4,6
/proc/1385/stat : 1385 (xcsp_picat) R 1382 1385 32466 0 -1 4202496 99379 0 0 0 249267 993 0 0 20 0 1 0 217392780 2218463232 41474 33554432000 4194304 5849708 140733390741424 140733390740424 5437835 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26836992 140733390742710 140733390742788 140733390742788 140733390745546 0
/proc/1385/statm: 541617 41474 729 405 0 538562 0
Current children cumulated CPU time: 2502.6 s
Current children cumulated vsize: 2166468 KiB
Current children cumulated memory: 165896 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.7 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 1551
/proc/meminfo: memFree=14387680/32770624 swapFree=67108504/67108860
[pid=1385] ppid=1382 vsize=2166468 memory=165896 CPUtime=2520 cores=0,2,4,6
/proc/1385/stat : 1385 (xcsp_picat) R 1382 1385 32466 0 -1 4202496 99380 0 0 0 251001 999 0 0 20 0 1 0 217392780 2218463232 41474 33554432000 4194304 5849708 140733390741424 140733390740424 5437645 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26836992 140733390742710 140733390742788 140733390742788 140733390745546 0
/proc/1385/statm: 541617 41474 729 405 0 538562 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 2166468 KiB
Current children cumulated memory: 165896 KiB

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

[startup+2519.7 s]
# the end of solver process 1385 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2510.02 s, system=10.0003 s

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

[startup+2519.7 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 1551
/proc/meminfo: memFree=14387680/32770624 swapFree=67108504/67108860
[pid=1385] ppid=1382 vsize=2166468 memory=165896 CPUtime=2520 cores=0,2,4,6
/proc/1385/stat : 1385 (xcsp_picat) R 1382 1385 32466 0 -1 4202496 99380 0 0 0 251001 999 0 0 20 0 1 0 217392780 2218463232 41474 33554432000 4194304 5849708 140733390741424 140733390740424 5437645 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26836992 140733390742710 140733390742788 140733390742788 140733390745546 0
/proc/1385/statm: 541617 41474 729 405 0 538562 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 2166468 KiB
Current children cumulated memory: 165896 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2519.7
CPU time (s): 2520.02
CPU user time (s): 2510.02
CPU system time (s): 10.0003
CPU usage (%): 100.012
Max. virtual memory (cumulated for all children) (KiB): 2166468
Max. memory (cumulated for all children) (KiB): 165896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2510.02
system time used= 10.0003
maximum resident set size= 165896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99380
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= 4
involuntary context switches= 706


# summary of solver processes directly reported to runsolver:
#   pid: 1385
#   total CPU time (s): 2520.02
#   total CPU user time (s): 2510.02
#   total CPU system time (s): 10.0003

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.77718 second user time and 18.0608 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-11 16:38:16
IDJOB=4303523
IDBENCH=141146
IDSOLVER=2778
FILE ID=node104/4303523-1533998296
RUNJOBID= node104-1533991815-32497
PBS_JOBID= 21036946
Free space on /tmp= 37256 MiB

SOLVER NAME= PicatSAT 2018-08-02
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-4303523-1533998296/watcher-4303523-1533998296 -o /tmp/evaluation-result-4303523-1533998296/solver-4303523-1533998296 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1533991815-32497 --watchdog 2580  xcsp_picat HOME/instance-4303523-1533998296.xml

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

MD5SUM BENCH= 8abf4f1f4dc00a8da6097f5555605512
RANDOM SEED=553594965

node104.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.11
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.11
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.11
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.11
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:        14770024 kB
MemAvailable:   31799864 kB
Buffers:          144600 kB
Cached:         16893228 kB
SwapCached:            8 kB
Active:          8496312 kB
Inactive:        8701452 kB
Active(anon):     109404 kB
Inactive(anon):   102612 kB
Active(file):    8386908 kB
Inactive(file):  8598840 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:              3160 kB
Writeback:             0 kB
AnonPages:        130596 kB
Mapped:            52816 kB
Shmem:             49636 kB
Slab:             500980 kB
SReclaimable:     472552 kB
SUnreclaim:        28428 kB
KernelStack:        3312 kB
PageTables:         5568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2472460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     53248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 37252 MiB
End job on node104 at 2018-08-11 17:20:16