Trace number 4303507

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.07 2519.91

General information on the benchmark

NameAuction/Auction-cnt/
Auction-cnt-matching080_c18.xml
MD5SUM1c5d38a24e9bc38d89c13541019d4118
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark49734878
Best CPU time to get the best result obtained on this benchmark2520.08
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":"count","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 (13548 MiB free)
  memory of node 1: 16384 MiB (14405 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303507-1534000311/watcher-4303507-1534000311 -o /tmp/evaluation-result-4303507-1534000311/solver-4303507-1534000311 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1533992673-18252 --watchdog 2580 xcsp_picat HOME/instance-4303507-1534000311.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
solver pid=19053, runsolver pid=19050
Current StackSize limit: 8192 KiB


[startup+0.100218 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 19054
/proc/meminfo: memFree=28588280/32770624 swapFree=67108804/67108860
[pid=19053] ppid=19050 vsize=2025744 memory=39784 CPUtime=0.1 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp_picat) R 19050 19053 18221 0 -1 4202496 1953 0 0 0 10 0 0 0 20 0 1 0 217594251 2074361856 9946 33554432000 4194304 5849708 140726710919760 140726710919760 4561409 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 17477632 140726710928566 140726710928644 140726710928644 140726710931402 0
/proc/19053/statm: 506436 9946 633 405 0 503381 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 39784 KiB

[startup+0.209823 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 19054
/proc/meminfo: memFree=28576624/32770624 swapFree=67108804/67108860
[pid=19053] ppid=19050 vsize=2042900 memory=57100 CPUtime=0.21 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp_picat) R 19050 19053 18221 0 -1 4202496 5810 0 0 0 20 1 0 0 20 0 1 0 217594251 2091929600 14275 33554432000 4194304 5849708 140726710919760 140726710919760 4553012 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 17477632 140726710928566 140726710928644 140726710928644 140726710931402 0
/proc/19053/statm: 510725 14275 670 405 0 507670 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2042900 KiB
Current children cumulated memory: 57100 KiB

[startup+0.309723 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 19054
/proc/meminfo: memFree=28558804/32770624 swapFree=67108804/67108860
[pid=19053] ppid=19050 vsize=2055188 memory=69640 CPUtime=0.31 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp_picat) R 19050 19053 18221 0 -1 4202496 6869 0 0 0 30 1 0 0 20 0 1 0 217594251 2104512512 17410 33554432000 4194304 5849708 140726710919760 140726710919760 4458045 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 17477632 140726710928566 140726710928644 140726710928644 140726710931402 0
/proc/19053/statm: 513797 17410 681 405 0 510742 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2055188 KiB
Current children cumulated memory: 69640 KiB

[startup+0.700448 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 19054
/proc/meminfo: memFree=28558556/32770624 swapFree=67108804/67108860
[pid=19053] ppid=19050 vsize=2055224 memory=69652 CPUtime=0.69 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp_picat) R 19050 19053 18221 0 -1 4202496 10333 0 0 0 68 1 0 0 20 0 1 0 217594251 2104549376 17413 33554432000 4194304 5849708 140726710919760 140726710919760 139886535946119 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 17477632 140726710928566 140726710928644 140726710928644 140726710931402 0
/proc/19053/statm: 513806 17413 716 405 0 510751 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2055224 KiB
Current children cumulated memory: 69652 KiB

[startup+1.50045 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 19054
/proc/meminfo: memFree=28558680/32770624 swapFree=67108804/67108860
[pid=19053] ppid=19050 vsize=2055220 memory=69684 CPUtime=1.49 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp_picat) R 19050 19053 18221 0 -1 4202496 10335 0 0 0 148 1 0 0 20 0 1 0 217594251 2104545280 17421 33554432000 4194304 5849708 140726710919760 140726710919760 5359009 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 17477632 140726710928566 140726710928644 140726710928644 140726710931402 0
/proc/19053/statm: 513805 17421 716 405 0 510750 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2055220 KiB
Current children cumulated memory: 69684 KiB

[startup+3.10948 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 19054
/proc/meminfo: memFree=28556848/32770624 swapFree=67108804/67108860
[pid=19053] ppid=19050 vsize=2056276 memory=70916 CPUtime=3.1 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp_picat) R 19050 19053 18221 0 -1 4202496 18158 0 0 0 308 2 0 0 20 0 1 0 217594251 2105626624 17729 33554432000 4194304 5849708 140726710919760 140726710918152 5309683 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 17477632 140726710928566 140726710928644 140726710928644 140726710931402 0
/proc/19053/statm: 514069 17729 728 405 0 511014 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2056276 KiB
Current children cumulated memory: 70916 KiB

[startup+6.30033 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 19054
/proc/meminfo: memFree=28553516/32770624 swapFree=67108804/67108860
[pid=19053] ppid=19050 vsize=2059968 memory=74608 CPUtime=6.29 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp_picat) R 19050 19053 18221 0 -1 4202496 22360 0 0 0 627 2 0 0 20 0 1 0 217594251 2109407232 18652 33554432000 4194304 5849708 140726710919760 140726710918008 4203940 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 17477632 140726710928566 140726710928644 140726710928644 140726710931402 0
/proc/19053/statm: 514992 18652 728 405 0 511937 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2059968 KiB
Current children cumulated memory: 74608 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 19054
/proc/meminfo: memFree=28552980/32770624 swapFree=67108804/67108860
[pid=19053] ppid=19050 vsize=2059932 memory=74588 CPUtime=12.69 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp_picat) R 19050 19053 18221 0 -1 4202496 27658 0 0 0 1263 6 0 0 20 0 1 0 217594251 2109370368 18647 33554432000 4194304 5849708 140726710919760 140726710918632 5308464 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 17477632 140726710928566 140726710928644 140726710928644 140726710931402 0
/proc/19053/statm: 514983 18647 732 405 0 511928 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2059932 KiB
Current children cumulated memory: 74588 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 19054
/proc/meminfo: memFree=28524308/32770624 swapFree=67108804/67108860
[pid=19053] ppid=19050 vsize=2054984 memory=69640 CPUtime=25.5 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp_picat) R 19050 19053 18221 0 -1 4202496 35518 0 0 0 2537 13 0 0 20 0 1 0 217594251 2104303616 17410 33554432000 4194304 5849708 140726710919760 140726710918760 139886535946119 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 17477632 140726710928566 140726710928644 140726710928644 140726710931402 0
/proc/19053/statm: 513746 17410 732 405 0 510691 0
Current children cumulated CPU time: 25.5 s
Current children cumulated vsize: 2054984 KiB
Current children cumulated memory: 69640 KiB

[startup+51.1096 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 19054
/proc/meminfo: memFree=28524616/32770624 swapFree=67108804/67108860
[pid=19053] ppid=19050 vsize=2054760 memory=69416 CPUtime=51.1 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp_picat) R 19050 19053 18221 0 -1 4202496 39678 0 0 0 5083 27 0 0 20 0 1 0 217594251 2104074240 17354 33554432000 4194304 5849708 140726710919760 140726710918760 139886535946119 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 17477632 140726710928566 140726710928644 140726710928644 140726710931402 0
/proc/19053/statm: 513690 17354 732 405 0 510635 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2054760 KiB
Current children cumulated memory: 69416 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 19055
/proc/meminfo: memFree=28519616/32770624 swapFree=67108804/67108860
[pid=19053] ppid=19050 vsize=2058592 memory=72956 CPUtime=102.3 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp_picat) R 19050 19053 18221 0 -1 4202496 48970 0 0 0 10178 52 0 0 20 0 1 0 217594251 2107998208 18239 33554432000 4194304 5849708 140726710919760 140726710918760 139886535946119 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 17477632 140726710928566 140726710928644 140726710928644 140726710931402 0
/proc/19053/statm: 514648 18239 732 405 0 511593 0
Current children cumulated CPU time: 102.3 s
Current children cumulated vsize: 2058592 KiB
Current children cumulated memory: 72956 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 19056
/proc/meminfo: memFree=28448640/32770624 swapFree=67108804/67108860
[pid=19053] ppid=19050 vsize=2063824 memory=78352 CPUtime=162.31 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp_picat) R 19050 19053 18221 0 -1 4202496 55947 0 0 0 16151 80 0 0 20 0 1 0 217594251 2113355776 19588 33554432000 4194304 5849708 140726710919760 140726710918760 139886535946119 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 17477632 140726710928566 140726710928644 140726710928644 140726710931402 0
/proc/19053/statm: 515956 19588 732 405 0 512901 0
Current children cumulated CPU time: 162.31 s
Current children cumulated vsize: 2063824 KiB
Current children cumulated memory: 78352 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 19057
/proc/meminfo: memFree=28446524/32770624 swapFree=67108804/67108860
[pid=19053] ppid=19050 vsize=2066212 memory=80740 CPUtime=222.3 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp_picat) R 19050 19053 18221 0 -1 4202496 59346 0 0 0 22125 105 0 0 20 0 1 0 217594251 2115801088 20185 33554432000 4194304 5849708 140726710919760 140726710918760 139886535946119 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 17477632 140726710928566 140726710928644 140726710928644 140726710931402 0
/proc/19053/statm: 516553 20185 732 405 0 513498 0
Current children cumulated CPU time: 222.3 s
Current children cumulated vsize: 2066212 KiB
Current children cumulated memory: 80740 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 19058
/proc/meminfo: memFree=28439460/32770624 swapFree=67108804/67108860
[pid=19053] ppid=19050 vsize=2071096 memory=83840 CPUtime=282.31 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp_picat) R 19050 19053 18221 0 -1 4202496 63603 0 0 0 28098 133 0 0 20 0 1 0 217594251 2120802304 20960 33554432000 4194304 5849708 140726710919760 140726710918760 139886535946119 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 17477632 140726710928566 140726710928644 140726710928644 140726710931402 0
/proc/19053/statm: 517774 20960 732 405 0 514719 0
Current children cumulated CPU time: 282.31 s
Current children cumulated vsize: 2071096 KiB
Current children cumulated memory: 83840 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 19059
/proc/meminfo: memFree=28430956/32770624 swapFree=67108804/67108860
[pid=19053] ppid=19050 vsize=2073648 memory=88176 CPUtime=342.31 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp_picat) R 19050 19053 18221 0 -1 4202496 68324 0 0 0 34069 162 0 0 20 0 1 0 217594251 2123415552 22044 33554432000 4194304 5849708 140726710919760 140726710918760 5312440 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 17477632 140726710928566 140726710928644 140726710928644 140726710931402 0
/proc/19053/statm: 518412 22044 732 405 0 515357 0
Current children cumulated CPU time: 342.31 s
Current children cumulated vsize: 2073648 KiB
Current children cumulated memory: 88176 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 19060
/proc/meminfo: memFree=28428228/32770624 swapFree=67108804/67108860
[pid=19053] ppid=19050 vsize=2075436 memory=89964 CPUtime=402.32 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp_picat) R 19050 19053 18221 0 -1 4202496 73965 0 0 0 40040 192 0 0 20 0 1 0 217594251 2125246464 22491 33554432000 4194304 5849708 140726710919760 140726710918760 139886535946119 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 17477632 140726710928566 140726710928644 140726710928644 140726710931402 0
/proc/19053/statm: 518859 22491 732 405 0 515804 0
Current children cumulated CPU time: 402.32 s
Current children cumulated vsize: 2075436 KiB
Current children cumulated memory: 89964 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 19061
/proc/meminfo: memFree=28426004/32770624 swapFree=67108804/67108860
[pid=19053] ppid=19050 vsize=2077596 memory=92032 CPUtime=462.33 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp_picat) R 19050 19053 18221 0 -1 4202496 80537 0 0 0 46012 221 0 0 20 0 1 0 217594251 2127458304 23008 33554432000 4194304 5849708 140726710919760 140726710918760 139886535946119 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 17477632 140726710928566 140726710928644 140726710928644 140726710931402 0
/proc/19053/statm: 519399 23008 732 405 0 516344 0
Current children cumulated CPU time: 462.33 s
Current children cumulated vsize: 2077596 KiB
Current children cumulated memory: 92032 KiB


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

/proc/19053/statm: 519859 24120 733 405 0 516804 0
Current children cumulated CPU time: 1782.4 s
Current children cumulated vsize: 2079436 KiB
Current children cumulated memory: 96480 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 19170
/proc/meminfo: memFree=28580548/32770624 swapFree=67108804/67108860
[pid=19053] ppid=19050 vsize=2085632 memory=102700 CPUtime=1842.41 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp_picat) R 19050 19053 18221 0 -1 4202496 251157 0 0 0 183406 835 0 0 20 0 1 0 217594251 2135687168 25675 33554432000 4194304 5849708 140726710919760 140726710918760 139886535946119 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 17477632 140726710928566 140726710928644 140726710928644 140726710931402 0
/proc/19053/statm: 521408 25675 733 405 0 518353 0
Current children cumulated CPU time: 1842.41 s
Current children cumulated vsize: 2085632 KiB
Current children cumulated memory: 102700 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 19171
/proc/meminfo: memFree=28594912/32770624 swapFree=67108804/67108860
[pid=19053] ppid=19050 vsize=2085632 memory=102700 CPUtime=1902.41 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp_picat) R 19050 19053 18221 0 -1 4202496 253415 0 0 0 189380 861 0 0 20 0 1 0 217594251 2135687168 25675 33554432000 4194304 5849708 140726710919760 140726710918760 139886535946119 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 17477632 140726710928566 140726710928644 140726710928644 140726710931402 0
/proc/19053/statm: 521408 25675 733 405 0 518353 0
Current children cumulated CPU time: 1902.41 s
Current children cumulated vsize: 2085632 KiB
Current children cumulated memory: 102700 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 19172
/proc/meminfo: memFree=28595608/32770624 swapFree=67108804/67108860
[pid=19053] ppid=19050 vsize=2085632 memory=102700 CPUtime=1962.42 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp_picat) R 19050 19053 18221 0 -1 4202496 253452 0 0 0 195351 891 0 0 20 0 1 0 217594251 2135687168 25675 33554432000 4194304 5849708 140726710919760 140726710918760 139886535946119 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 17477632 140726710928566 140726710928644 140726710928644 140726710931402 0
/proc/19053/statm: 521408 25675 733 405 0 518353 0
Current children cumulated CPU time: 1962.42 s
Current children cumulated vsize: 2085632 KiB
Current children cumulated memory: 102700 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 19173
/proc/meminfo: memFree=28587440/32770624 swapFree=67108804/67108860
[pid=19053] ppid=19050 vsize=2093772 memory=110784 CPUtime=2022.41 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp_picat) R 19050 19053 18221 0 -1 4202496 254479 0 0 0 201326 915 0 0 20 0 1 0 217594251 2144022528 27696 33554432000 4194304 5849708 140726710919760 140726710918760 139886535946119 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 17477632 140726710928566 140726710928644 140726710928644 140726710931402 0
/proc/19053/statm: 523443 27696 733 405 0 520388 0
Current children cumulated CPU time: 2022.41 s
Current children cumulated vsize: 2093772 KiB
Current children cumulated memory: 110784 KiB

[startup+2082.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/187 19174
/proc/meminfo: memFree=28584704/32770624 swapFree=67108804/67108860
[pid=19053] ppid=19050 vsize=2095468 memory=112536 CPUtime=2082.42 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp_picat) R 19050 19053 18221 0 -1 4202496 257670 0 0 0 207301 941 0 0 20 0 1 0 217594251 2145759232 28134 33554432000 4194304 5849708 140726710919760 140726710918760 139886535946119 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 17477632 140726710928566 140726710928644 140726710928644 140726710931402 0
/proc/19053/statm: 523867 28134 733 405 0 520812 0
Current children cumulated CPU time: 2082.42 s
Current children cumulated vsize: 2095468 KiB
Current children cumulated memory: 112536 KiB

[startup+2142.3 s]
/proc/loadavg: 2.44 2.16 2.09 3/187 19175
/proc/meminfo: memFree=28582720/32770624 swapFree=67108804/67108860
[pid=19053] ppid=19050 vsize=2095468 memory=112536 CPUtime=2142.43 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp_picat) R 19050 19053 18221 0 -1 4202496 261583 0 0 0 213277 966 0 0 20 0 1 0 217594251 2145759232 28134 33554432000 4194304 5849708 140726710919760 140726710918760 139886535946119 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 17477632 140726710928566 140726710928644 140726710928644 140726710931402 0
/proc/19053/statm: 523867 28134 733 405 0 520812 0
Current children cumulated CPU time: 2142.43 s
Current children cumulated vsize: 2095468 KiB
Current children cumulated memory: 112536 KiB

[startup+2202.3 s]
/proc/loadavg: 2.16 2.13 2.09 3/187 19176
/proc/meminfo: memFree=28582848/32770624 swapFree=67108804/67108860
[pid=19053] ppid=19050 vsize=2095468 memory=112536 CPUtime=2202.43 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp_picat) R 19050 19053 18221 0 -1 4202496 262046 0 0 0 219253 990 0 0 20 0 1 0 217594251 2145759232 28134 33554432000 4194304 5849708 140726710919760 140726710918760 139886535946119 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 17477632 140726710928566 140726710928644 140726710928644 140726710931402 0
/proc/19053/statm: 523867 28134 733 405 0 520812 0
Current children cumulated CPU time: 2202.43 s
Current children cumulated vsize: 2095468 KiB
Current children cumulated memory: 112536 KiB

[startup+2262.3 s]
/proc/loadavg: 2.06 2.11 2.08 3/187 19177
/proc/meminfo: memFree=28581228/32770624 swapFree=67108804/67108860
[pid=19053] ppid=19050 vsize=2096816 memory=113884 CPUtime=2262.44 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp_picat) R 19050 19053 18221 0 -1 4202496 263856 0 0 0 225230 1014 0 0 20 0 1 0 217594251 2147139584 28471 33554432000 4194304 5849708 140726710919760 140726710918760 139886535946119 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 17477632 140726710928566 140726710928644 140726710928644 140726710931402 0
/proc/19053/statm: 524204 28471 733 405 0 521149 0
Current children cumulated CPU time: 2262.44 s
Current children cumulated vsize: 2096816 KiB
Current children cumulated memory: 113884 KiB

[startup+2322.3 s]
/proc/loadavg: 2.02 2.09 2.08 3/188 19186
/proc/meminfo: memFree=28580436/32770624 swapFree=67108804/67108860
[pid=19053] ppid=19050 vsize=2096816 memory=113884 CPUtime=2322.44 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp_picat) R 19050 19053 18221 0 -1 4202496 270346 0 0 0 231207 1037 0 0 20 0 1 0 217594251 2147139584 28471 33554432000 4194304 5849708 140726710919760 140726710918760 139886535946119 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 17477632 140726710928566 140726710928644 140726710928644 140726710931402 0
/proc/19053/statm: 524204 28471 733 405 0 521149 0
Current children cumulated CPU time: 2322.44 s
Current children cumulated vsize: 2096816 KiB
Current children cumulated memory: 113884 KiB

[startup+2382.3 s]
/proc/loadavg: 2.01 2.07 2.07 3/188 19187
/proc/meminfo: memFree=28567940/32770624 swapFree=67108804/67108860
[pid=19053] ppid=19050 vsize=2097568 memory=114636 CPUtime=2382.44 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp_picat) R 19050 19053 18221 0 -1 4202496 274498 0 0 0 237180 1064 0 0 20 0 1 0 217594251 2147909632 28659 33554432000 4194304 5849708 140726710919760 140726710918760 139886535946119 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 17477632 140726710928566 140726710928644 140726710928644 140726710931402 0
/proc/19053/statm: 524392 28659 733 405 0 521337 0
Current children cumulated CPU time: 2382.44 s
Current children cumulated vsize: 2097568 KiB
Current children cumulated memory: 114636 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.06 2.06 3/188 19188
/proc/meminfo: memFree=28555340/32770624 swapFree=67108804/67108860
[pid=19053] ppid=19050 vsize=2120524 memory=137592 CPUtime=2442.45 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp_picat) R 19050 19053 18221 0 -1 4202496 283500 0 0 0 243157 1088 0 0 20 0 1 0 217594251 2171416576 34398 33554432000 4194304 5849708 140726710919760 140726710918760 139886535946119 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 17477632 140726710928566 140726710928644 140726710928644 140726710931402 0
/proc/19053/statm: 530131 34398 733 405 0 527076 0
Current children cumulated CPU time: 2442.45 s
Current children cumulated vsize: 2120524 KiB
Current children cumulated memory: 137592 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/188 19189
/proc/meminfo: memFree=28536912/32770624 swapFree=67108804/67108860
[pid=19053] ppid=19050 vsize=2126484 memory=143392 CPUtime=2502.45 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp_picat) R 19050 19053 18221 0 -1 4202496 289617 0 0 0 249130 1115 0 0 20 0 1 0 217594251 2177519616 35848 33554432000 4194304 5849708 140726710919760 140726710918760 139886535946119 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 17477632 140726710928566 140726710928644 140726710928644 140726710931402 0
/proc/19053/statm: 531621 35848 733 405 0 528566 0
Current children cumulated CPU time: 2502.45 s
Current children cumulated vsize: 2126484 KiB
Current children cumulated memory: 143392 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.9 s]
/proc/loadavg: 2.00 2.04 2.06 3/188 19190
/proc/meminfo: memFree=28535920/32770624 swapFree=67108804/67108860
[pid=19053] ppid=19050 vsize=2129316 memory=146152 CPUtime=2520.05 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp_picat) R 19050 19053 18221 0 -1 4202496 290379 0 0 0 250883 1122 0 0 20 0 1 0 217594251 2180419584 36538 33554432000 4194304 5849708 140726710919760 140726710918760 139886535946119 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 17477632 140726710928566 140726710928644 140726710928644 140726710931402 0
/proc/19053/statm: 532329 36538 733 405 0 529274 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 2129316 KiB
Current children cumulated memory: 146152 KiB

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

[startup+2519.91 s]
# the end of solver process 19053 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2508.83 s, system=11.2328 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.04 2.06 3/188 19190
/proc/meminfo: memFree=28535920/32770624 swapFree=67108804/67108860
[pid=19053] ppid=19050 vsize=2129316 memory=146152 CPUtime=2520.05 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp_picat) R 19050 19053 18221 0 -1 4202496 290379 0 0 0 250883 1122 0 0 20 0 1 0 217594251 2180419584 36538 33554432000 4194304 5849708 140726710919760 140726710918760 139886535946119 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 17477632 140726710928566 140726710928644 140726710928644 140726710931402 0
/proc/19053/statm: 532329 36538 733 405 0 529274 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 2129316 KiB
Current children cumulated memory: 146152 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2519.91
CPU time (s): 2520.07
CPU user time (s): 2508.83
CPU system time (s): 11.2328
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 2129316
Max. memory (cumulated for all children) (KiB): 146152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2508.83
system time used= 11.2328
maximum resident set size= 146384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 290379
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= 18
involuntary context switches= 1191


# summary of solver processes directly reported to runsolver:
#   pid: 19053
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2508.83
#   total CPU system time (s): 11.2328

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.0726 second user time and 16.4787 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-11 17:11:51
IDJOB=4303507
IDBENCH=141163
IDSOLVER=2778
FILE ID=node105/4303507-1534000311
RUNJOBID= node105-1533992673-18252
PBS_JOBID= 21036949
Free space on /tmp= 40728 MiB

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

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

MD5SUM BENCH= 1c5d38a24e9bc38d89c13541019d4118
RANDOM SEED=440145125

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:        28625076 kB
MemAvailable:   31727080 kB
Buffers:           48464 kB
Cached:          3319600 kB
SwapCached:           16 kB
Active:          1854852 kB
Inactive:        1754636 kB
Active(anon):     191876 kB
Inactive(anon):   102332 kB
Active(file):    1662976 kB
Inactive(file):  1652304 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:              3228 kB
Writeback:             0 kB
AnonPages:        439056 kB
Mapped:            51720 kB
Shmem:             49748 kB
Slab:             232748 kB
SReclaimable:     205120 kB
SUnreclaim:        27628 kB
KernelStack:        3360 kB
PageTables:         5196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2497988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    352256 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 17:53:51