Trace number 4303512

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PicatSAT 2018-08-02? (TO) 2520.06 2520.01

General information on the benchmark

NameAuction/Auction-cnt/
Auction-cnt-decay400_c18.xml
MD5SUMef5bf96e0ba9cc2c7a758eef92479658
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2494709
Best CPU time to get the best result obtained on this benchmark2520.12
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints400
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2000}]
Minimum variable degree2
Maximum variable degree40
Distribution of variable degrees[{"degree":2,"count":289},{"degree":3,"count":388},{"degree":4,"count":306},{"degree":5,"count":228},{"degree":6,"count":177},{"degree":7,"count":144},{"degree":8,"count":94},{"degree":9,"count":75},{"degree":10,"count":72},{"degree":11,"count":50},{"degree":12,"count":41},{"degree":13,"count":35},{"degree":14,"count":25},{"degree":15,"count":25},{"degree":16,"count":8},{"degree":17,"count":7},{"degree":18,"count":9},{"degree":19,"count":3},{"degree":20,"count":7},{"degree":21,"count":5},{"degree":22,"count":3},{"degree":23,"count":2},{"degree":24,"count":2},{"degree":25,"count":2},{"degree":29,"count":1},{"degree":32,"count":1},{"degree":40,"count":1}]
Minimum constraint arity12
Maximum constraint arity37
Distribution of constraint arities[{"arity":12,"count":1},{"arity":13,"count":2},{"arity":14,"count":5},{"arity":15,"count":4},{"arity":16,"count":5},{"arity":17,"count":17},{"arity":18,"count":18},{"arity":19,"count":18},{"arity":20,"count":18},{"arity":21,"count":33},{"arity":22,"count":38},{"arity":23,"count":36},{"arity":24,"count":35},{"arity":25,"count":32},{"arity":26,"count":31},{"arity":27,"count":21},{"arity":28,"count":23},{"arity":29,"count":10},{"arity":30,"count":16},{"arity":31,"count":8},{"arity":32,"count":12},{"arity":33,"count":4},{"arity":34,"count":4},{"arity":35,"count":5},{"arity":36,"count":3},{"arity":37,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":400}]
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 (5125 MiB free)
  memory of node 1: 16384 MiB (3070 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303512-1533999705/watcher-4303512-1533999705 -o /tmp/evaluation-result-4303512-1533999705/solver-4303512-1533999705 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1533993477-10115 --watchdog 2580 xcsp_picat HOME/instance-4303512-1533999705.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=10755, runsolver pid=10752

[startup+0.100154 s]*
/proc/loadavg: 2.05 2.03 2.05 3/189 10756
/proc/meminfo: memFree=8368464/32770624 swapFree=67108496/67108860
[pid=10755] ppid=10752 vsize=2025744 memory=30536 CPUtime=0.1 cores=0,2,4,6
/proc/10755/stat : 10755 (xcsp_picat) R 10752 10755 10084 0 -1 4202496 1676 0 0 0 10 0 0 0 20 0 1 0 217533701 2074361856 7634 33554432000 4194304 5849708 140726784837360 140726784837360 4572157 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 21340160 140726784844982 140726784845060 140726784845060 140726784847818 0
/proc/10755/statm: 506436 7634 623 405 0 503381 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 30536 KiB

[startup+0.209829 s]*
/proc/loadavg: 2.05 2.03 2.05 3/189 10756
/proc/meminfo: memFree=8347612/32770624 swapFree=67108496/67108860
[pid=10755] ppid=10752 vsize=2025744 memory=47760 CPUtime=0.21 cores=0,2,4,6
/proc/10755/stat : 10755 (xcsp_picat) R 10752 10755 10084 0 -1 4202496 1872 0 0 0 21 0 0 0 20 0 1 0 217533701 2074361856 11940 33554432000 4194304 5849708 140726784837360 140726784837360 5521478 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 21340160 140726784844982 140726784845060 140726784845060 140726784847818 0
/proc/10755/statm: 506436 11940 713 405 0 503381 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 47760 KiB

[startup+0.309671 s]*
/proc/loadavg: 2.05 2.03 2.05 3/189 10756
/proc/meminfo: memFree=8347612/32770624 swapFree=67108496/67108860
[pid=10755] ppid=10752 vsize=2025744 memory=47760 CPUtime=0.31 cores=0,2,4,6
/proc/10755/stat : 10755 (xcsp_picat) R 10752 10755 10084 0 -1 4202496 1886 0 0 0 31 0 0 0 20 0 1 0 217533701 2074361856 11940 33554432000 4194304 5849708 140726784837360 140726784837360 5606210 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 21340160 140726784844982 140726784845060 140726784845060 140726784847818 0
/proc/10755/statm: 506436 11940 713 405 0 503381 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 47760 KiB

[startup+0.70027 s]
/proc/loadavg: 2.05 2.03 2.05 3/189 10756
/proc/meminfo: memFree=8347612/32770624 swapFree=67108496/67108860
[pid=10755] ppid=10752 vsize=2025880 memory=47760 CPUtime=0.69 cores=0,2,4,6
/proc/10755/stat : 10755 (xcsp_picat) R 10752 10755 10084 0 -1 4202496 1904 0 0 0 69 0 0 0 20 0 1 0 217533701 2074501120 11940 33554432000 4194304 5849708 140726784837360 140726784836600 5606213 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 21340160 140726784844982 140726784845060 140726784845060 140726784847818 0
/proc/10755/statm: 506470 11940 713 405 0 503415 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2025880 KiB
Current children cumulated memory: 47760 KiB

[startup+1.50027 s]
/proc/loadavg: 2.05 2.03 2.05 3/189 10756
/proc/meminfo: memFree=8347280/32770624 swapFree=67108496/67108860
[pid=10755] ppid=10752 vsize=2025880 memory=47760 CPUtime=1.49 cores=0,2,4,6
/proc/10755/stat : 10755 (xcsp_picat) R 10752 10755 10084 0 -1 4202496 1904 0 0 0 149 0 0 0 20 0 1 0 217533701 2074501120 11940 33554432000 4194304 5849708 140726784837360 140726784836600 139680287887239 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 21340160 140726784844982 140726784845060 140726784845060 140726784847818 0
/proc/10755/statm: 506470 11940 713 405 0 503415 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2025880 KiB
Current children cumulated memory: 47760 KiB

[startup+3.10909 s]
/proc/loadavg: 2.05 2.03 2.05 3/189 10756
/proc/meminfo: memFree=8347460/32770624 swapFree=67108496/67108860
[pid=10755] ppid=10752 vsize=2025976 memory=48004 CPUtime=3.1 cores=0,2,4,6
/proc/10755/stat : 10755 (xcsp_picat) R 10752 10755 10084 0 -1 4202496 2036 0 0 0 309 1 0 0 20 0 1 0 217533701 2074599424 12001 33554432000 4194304 5849708 140726784837360 140726784836456 5606224 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 21340160 140726784844982 140726784845060 140726784845060 140726784847818 0
/proc/10755/statm: 506494 12001 714 405 0 503439 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2025976 KiB
Current children cumulated memory: 48004 KiB

[startup+6.30026 s]
/proc/loadavg: 2.05 2.03 2.05 3/189 10756
/proc/meminfo: memFree=8347460/32770624 swapFree=67108496/67108860
[pid=10755] ppid=10752 vsize=2025976 memory=48088 CPUtime=6.29 cores=0,2,4,6
/proc/10755/stat : 10755 (xcsp_picat) R 10752 10755 10084 0 -1 4202496 2192 0 0 0 628 1 0 0 20 0 1 0 217533701 2074599424 12022 33554432000 4194304 5849708 140726784837360 140726784836456 5606213 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 21340160 140726784844982 140726784845060 140726784845060 140726784847818 0
/proc/10755/statm: 506494 12022 714 405 0 503439 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2025976 KiB
Current children cumulated memory: 48088 KiB

[startup+12.7003 s]
/proc/loadavg: 2.04 2.03 2.05 3/189 10756
/proc/meminfo: memFree=8347460/32770624 swapFree=67108496/67108860
[pid=10755] ppid=10752 vsize=2025976 memory=48088 CPUtime=12.69 cores=0,2,4,6
/proc/10755/stat : 10755 (xcsp_picat) R 10752 10755 10084 0 -1 4202496 2366 0 0 0 1268 1 0 0 20 0 1 0 217533701 2074599424 12022 33554432000 4194304 5849708 140726784837360 140726784836456 5472405 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 21340160 140726784844982 140726784845060 140726784845060 140726784847818 0
/proc/10755/statm: 506494 12022 714 405 0 503439 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2025976 KiB
Current children cumulated memory: 48088 KiB

[startup+25.5004 s]
/proc/loadavg: 2.03 2.03 2.05 3/189 10756
/proc/meminfo: memFree=8317164/32770624 swapFree=67108496/67108860
[pid=10755] ppid=10752 vsize=2061372 memory=83488 CPUtime=25.49 cores=0,2,4,6
/proc/10755/stat : 10755 (xcsp_picat) R 10752 10755 10084 0 -1 4202496 21649 0 0 0 2543 6 0 0 20 0 1 0 217533701 2110844928 20872 33554432000 4194304 5849708 140726784837360 140726784836360 139680287887239 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 21340160 140726784844982 140726784845060 140726784845060 140726784847818 0
/proc/10755/statm: 515343 20872 747 405 0 512288 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2061372 KiB
Current children cumulated memory: 83488 KiB

[startup+51.1095 s]
/proc/loadavg: 2.02 2.02 2.05 3/189 10756
/proc/meminfo: memFree=8317420/32770624 swapFree=67108496/67108860
[pid=10755] ppid=10752 vsize=2055120 memory=77236 CPUtime=51.1 cores=0,2,4,6
/proc/10755/stat : 10755 (xcsp_picat) R 10752 10755 10084 0 -1 4202496 36613 0 0 0 5087 23 0 0 20 0 1 0 217533701 2104442880 19309 33554432000 4194304 5849708 140726784837360 140726784835848 5308502 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 21340160 140726784844982 140726784845060 140726784845060 140726784847818 0
/proc/10755/statm: 513780 19309 747 405 0 510725 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2055120 KiB
Current children cumulated memory: 77236 KiB

[startup+102.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/189 10757
/proc/meminfo: memFree=8312320/32770624 swapFree=67108496/67108860
[pid=10755] ppid=10752 vsize=2056956 memory=78432 CPUtime=102.3 cores=0,2,4,6
/proc/10755/stat : 10755 (xcsp_picat) R 10752 10755 10084 0 -1 4202496 51492 0 0 0 10174 56 0 0 20 0 1 0 217533701 2106322944 19608 33554432000 4194304 5849708 140726784837360 140726784836520 139680287887239 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 21340160 140726784844982 140726784845060 140726784845060 140726784847818 0
/proc/10755/statm: 514239 19608 747 405 0 511184 0
Current children cumulated CPU time: 102.3 s
Current children cumulated vsize: 2056956 KiB
Current children cumulated memory: 78432 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 10758
/proc/meminfo: memFree=8323988/32770624 swapFree=67108496/67108860
[pid=10755] ppid=10752 vsize=2062520 memory=84636 CPUtime=162.3 cores=0,2,4,6
/proc/10755/stat : 10755 (xcsp_picat) R 10752 10755 10084 0 -1 4202496 58187 0 0 0 16132 98 0 0 20 0 1 0 217533701 2112020480 21159 33554432000 4194304 5849708 140726784837360 140726784836360 139680287887239 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 21340160 140726784844982 140726784845060 140726784845060 140726784847818 0
/proc/10755/statm: 515630 21159 747 405 0 512575 0
Current children cumulated CPU time: 162.3 s
Current children cumulated vsize: 2062520 KiB
Current children cumulated memory: 84636 KiB

[startup+222.3 s]
/proc/loadavg: 2.60 2.18 2.10 3/188 10759
/proc/meminfo: memFree=8251732/32770624 swapFree=67108496/67108860
[pid=10755] ppid=10752 vsize=2091268 memory=113384 CPUtime=222.3 cores=0,2,4,6
/proc/10755/stat : 10755 (xcsp_picat) R 10752 10755 10084 0 -1 4202496 69456 0 0 0 22100 130 0 0 20 0 1 0 217533701 2141458432 28346 33554432000 4194304 5849708 140726784837360 140726784836360 5359064 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 21340160 140726784844982 140726784845060 140726784845060 140726784847818 0
/proc/10755/statm: 522817 28346 747 405 0 519762 0
Current children cumulated CPU time: 222.3 s
Current children cumulated vsize: 2091268 KiB
Current children cumulated memory: 113384 KiB

[startup+282.3 s]
/proc/loadavg: 2.22 2.15 2.09 3/187 10760
/proc/meminfo: memFree=8254188/32770624 swapFree=67108496/67108860
[pid=10755] ppid=10752 vsize=2102144 memory=124228 CPUtime=282.3 cores=0,2,4,6
/proc/10755/stat : 10755 (xcsp_picat) R 10752 10755 10084 0 -1 4202496 84187 0 0 0 28068 162 0 0 20 0 1 0 217533701 2152595456 31057 33554432000 4194304 5849708 140726784837360 140726784836360 139680287887239 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 21340160 140726784844982 140726784845060 140726784845060 140726784847818 0
/proc/10755/statm: 525536 31057 747 405 0 522481 0
Current children cumulated CPU time: 282.3 s
Current children cumulated vsize: 2102144 KiB
Current children cumulated memory: 124228 KiB

[startup+342.3 s]
/proc/loadavg: 2.08 2.12 2.09 3/187 10761
/proc/meminfo: memFree=8221620/32770624 swapFree=67108496/67108860
[pid=10755] ppid=10752 vsize=2102356 memory=124472 CPUtime=342.3 cores=0,2,4,6
/proc/10755/stat : 10755 (xcsp_picat) R 10752 10755 10084 0 -1 4202496 96790 0 0 0 34037 193 0 0 20 0 1 0 217533701 2152812544 31118 33554432000 4194304 5849708 140726784837360 140726784836232 5416714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 21340160 140726784844982 140726784845060 140726784845060 140726784847818 0
/proc/10755/statm: 525589 31118 747 405 0 522534 0
Current children cumulated CPU time: 342.3 s
Current children cumulated vsize: 2102356 KiB
Current children cumulated memory: 124472 KiB

[startup+402.3 s]
/proc/loadavg: 2.03 2.10 2.08 3/187 10762
/proc/meminfo: memFree=8186588/32770624 swapFree=67108496/67108860
[pid=10755] ppid=10752 vsize=2101368 memory=123612 CPUtime=402.3 cores=0,2,4,6
/proc/10755/stat : 10755 (xcsp_picat) R 10752 10755 10084 0 -1 4202496 115328 0 0 0 40002 228 0 0 20 0 1 0 217533701 2151800832 30903 33554432000 4194304 5849708 140726784837360 140726784836360 139680287887239 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 21340160 140726784844982 140726784845060 140726784845060 140726784847818 0
/proc/10755/statm: 525342 30903 747 405 0 522287 0
Current children cumulated CPU time: 402.3 s
Current children cumulated vsize: 2101368 KiB
Current children cumulated memory: 123612 KiB

[startup+462.3 s]
/proc/loadavg: 2.01 2.08 2.08 3/187 10763
/proc/meminfo: memFree=8201448/32770624 swapFree=67108496/67108860
[pid=10755] ppid=10752 vsize=2101364 memory=123608 CPUtime=462.3 cores=0,2,4,6
/proc/10755/stat : 10755 (xcsp_picat) R 10752 10755 10084 0 -1 4202496 127232 0 0 0 45971 259 0 0 20 0 1 0 217533701 2151796736 30902 33554432000 4194304 5849708 140726784837360 140726784836360 139680287887239 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 21340160 140726784844982 140726784845060 140726784845060 140726784847818 0
/proc/10755/statm: 525341 30902 747 405 0 522286 0
Current children cumulated CPU time: 462.3 s
Current children cumulated vsize: 2101364 KiB
Current children cumulated memory: 123608 KiB


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

/proc/10755/statm: 542019 48329 747 405 0 538964 0
Current children cumulated CPU time: 1722.31 s
Current children cumulated vsize: 2168076 KiB
Current children cumulated memory: 193316 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 10870
/proc/meminfo: memFree=8227616/32770624 swapFree=67108496/67108860
[pid=10755] ppid=10752 vsize=2167972 memory=193320 CPUtime=1782.31 cores=0,2,4,6
/proc/10755/stat : 10755 (xcsp_picat) R 10752 10755 10084 0 -1 4202496 310996 0 0 0 177375 856 0 0 20 0 1 0 217533701 2220003328 48330 33554432000 4194304 5849708 140726784837360 140726784836360 139680287887239 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 21340160 140726784844982 140726784845060 140726784845060 140726784847818 0
/proc/10755/statm: 541993 48330 747 405 0 538938 0
Current children cumulated CPU time: 1782.31 s
Current children cumulated vsize: 2167972 KiB
Current children cumulated memory: 193320 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 10871
/proc/meminfo: memFree=8164576/32770624 swapFree=67108496/67108860
[pid=10755] ppid=10752 vsize=2188004 memory=213120 CPUtime=1842.31 cores=0,2,4,6
/proc/10755/stat : 10755 (xcsp_picat) R 10752 10755 10084 0 -1 4202496 315430 0 0 0 183352 879 0 0 20 0 1 0 217533701 2240516096 53280 33554432000 4194304 5849708 140726784837360 140726784836360 139680287887239 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 21340160 140726784844982 140726784845060 140726784845060 140726784847818 0
/proc/10755/statm: 547001 53280 747 405 0 543946 0
Current children cumulated CPU time: 1842.31 s
Current children cumulated vsize: 2188004 KiB
Current children cumulated memory: 213120 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 10872
/proc/meminfo: memFree=8135468/32770624 swapFree=67108496/67108860
[pid=10755] ppid=10752 vsize=2178424 memory=203772 CPUtime=1902.31 cores=0,2,4,6
/proc/10755/stat : 10755 (xcsp_picat) R 10752 10755 10084 0 -1 4202496 319632 0 0 0 189324 907 0 0 20 0 1 0 217533701 2230706176 50943 33554432000 4194304 5849708 140726784837360 140726784836360 139680287887239 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 21340160 140726784844982 140726784845060 140726784845060 140726784847818 0
/proc/10755/statm: 544606 50943 747 405 0 541551 0
Current children cumulated CPU time: 1902.31 s
Current children cumulated vsize: 2178424 KiB
Current children cumulated memory: 203772 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 10873
/proc/meminfo: memFree=8181672/32770624 swapFree=67108496/67108860
[pid=10755] ppid=10752 vsize=2178324 memory=203672 CPUtime=1962.32 cores=0,2,4,6
/proc/10755/stat : 10755 (xcsp_picat) R 10752 10755 10084 0 -1 4202496 320264 0 0 0 195303 929 0 0 20 0 1 0 217533701 2230603776 50918 33554432000 4194304 5849708 140726784837360 140726784836232 139680287887239 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 21340160 140726784844982 140726784845060 140726784845060 140726784847818 0
/proc/10755/statm: 544581 50918 747 405 0 541526 0
Current children cumulated CPU time: 1962.32 s
Current children cumulated vsize: 2178324 KiB
Current children cumulated memory: 203672 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 10874
/proc/meminfo: memFree=8196076/32770624 swapFree=67108496/67108860
[pid=10755] ppid=10752 vsize=2105284 memory=130760 CPUtime=2022.32 cores=0,2,4,6
/proc/10755/stat : 10755 (xcsp_picat) R 10752 10755 10084 0 -1 4202496 322846 0 0 0 201279 953 0 0 20 0 1 0 217533701 2155810816 32690 33554432000 4194304 5849708 140726784837360 140726784836360 139680287887239 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 21340160 140726784844982 140726784845060 140726784845060 140726784847818 0
/proc/10755/statm: 526321 32690 747 405 0 523266 0
Current children cumulated CPU time: 2022.32 s
Current children cumulated vsize: 2105284 KiB
Current children cumulated memory: 130760 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 10875
/proc/meminfo: memFree=8179328/32770624 swapFree=67108496/67108860
[pid=10755] ppid=10752 vsize=2122800 memory=148144 CPUtime=2082.32 cores=0,2,4,6
/proc/10755/stat : 10755 (xcsp_picat) R 10752 10755 10084 0 -1 4202496 324219 0 0 0 207254 978 0 0 20 0 1 0 217533701 2173747200 37036 33554432000 4194304 5849708 140726784837360 140726784836360 139680287887239 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 21340160 140726784844982 140726784845060 140726784845060 140726784847818 0
/proc/10755/statm: 530700 37036 747 405 0 527645 0
Current children cumulated CPU time: 2082.32 s
Current children cumulated vsize: 2122800 KiB
Current children cumulated memory: 148144 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 10876
/proc/meminfo: memFree=8091452/32770624 swapFree=67108496/67108860
[pid=10755] ppid=10752 vsize=2135868 memory=161216 CPUtime=2142.32 cores=0,2,4,6
/proc/10755/stat : 10755 (xcsp_picat) R 10752 10755 10084 0 -1 4202496 328453 0 0 0 213232 1000 0 0 20 0 1 0 217533701 2187128832 40304 33554432000 4194304 5849708 140726784837360 140726784836360 139680287887239 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 21340160 140726784844982 140726784845060 140726784845060 140726784847818 0
/proc/10755/statm: 533967 40304 747 405 0 530912 0
Current children cumulated CPU time: 2142.32 s
Current children cumulated vsize: 2135868 KiB
Current children cumulated memory: 161216 KiB

[startup+2202.3 s]
/proc/loadavg: 2.05 2.01 2.05 3/187 10877
/proc/meminfo: memFree=8050260/32770624 swapFree=67108496/67108860
[pid=10755] ppid=10752 vsize=2145488 memory=170720 CPUtime=2202.32 cores=0,2,4,6
/proc/10755/stat : 10755 (xcsp_picat) R 10752 10755 10084 0 -1 4202496 329419 0 0 0 219207 1025 0 0 20 0 1 0 217533701 2196979712 42680 33554432000 4194304 5849708 140726784837360 140726784836360 139680287887239 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 21340160 140726784844982 140726784845060 140726784845060 140726784847818 0
/proc/10755/statm: 536372 42680 747 405 0 533317 0
Current children cumulated CPU time: 2202.32 s
Current children cumulated vsize: 2145488 KiB
Current children cumulated memory: 170720 KiB

[startup+2262.3 s]
/proc/loadavg: 2.02 2.01 2.05 3/187 10878
/proc/meminfo: memFree=8161544/32770624 swapFree=67108496/67108860
[pid=10755] ppid=10752 vsize=2178636 memory=204112 CPUtime=2262.33 cores=0,2,4,6
/proc/10755/stat : 10755 (xcsp_picat) R 10752 10755 10084 0 -1 4202496 338828 0 0 0 225178 1055 0 0 20 0 1 0 217533701 2230923264 51028 33554432000 4194304 5849708 140726784837360 140726784836360 139680287887239 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 21340160 140726784844982 140726784845060 140726784845060 140726784847818 0
/proc/10755/statm: 544659 51028 747 405 0 541604 0
Current children cumulated CPU time: 2262.33 s
Current children cumulated vsize: 2178636 KiB
Current children cumulated memory: 204112 KiB

[startup+2322.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/188 10887
/proc/meminfo: memFree=8185916/32770624 swapFree=67108496/67108860
[pid=10755] ppid=10752 vsize=2132912 memory=158388 CPUtime=2322.33 cores=0,2,4,6
/proc/10755/stat : 10755 (xcsp_picat) R 10752 10755 10084 0 -1 4202496 340542 0 0 0 231152 1081 0 0 20 0 1 0 217533701 2184101888 39597 33554432000 4194304 5849708 140726784837360 140726784836360 139680287887239 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 21340160 140726784844982 140726784845060 140726784845060 140726784847818 0
/proc/10755/statm: 533228 39597 747 405 0 530173 0
Current children cumulated CPU time: 2322.33 s
Current children cumulated vsize: 2132912 KiB
Current children cumulated memory: 158388 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 10888
/proc/meminfo: memFree=8121044/32770624 swapFree=67108496/67108860
[pid=10755] ppid=10752 vsize=2148668 memory=174016 CPUtime=2382.32 cores=0,2,4,6
/proc/10755/stat : 10755 (xcsp_picat) R 10752 10755 10084 0 -1 4202496 351801 0 0 0 237126 1106 0 0 20 0 1 0 217533701 2200236032 43504 33554432000 4194304 5849708 140726784837360 140726784836360 139680287887239 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 21340160 140726784844982 140726784845060 140726784845060 140726784847818 0
/proc/10755/statm: 537167 43504 747 405 0 534112 0
Current children cumulated CPU time: 2382.32 s
Current children cumulated vsize: 2148668 KiB
Current children cumulated memory: 174016 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 10889
/proc/meminfo: memFree=8089148/32770624 swapFree=67108496/67108860
[pid=10755] ppid=10752 vsize=2148768 memory=174116 CPUtime=2442.33 cores=0,2,4,6
/proc/10755/stat : 10755 (xcsp_picat) R 10752 10755 10084 0 -1 4202496 352831 0 0 0 243103 1130 0 0 20 0 1 0 217533701 2200338432 43529 33554432000 4194304 5849708 140726784837360 140726784836360 139680287887239 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 21340160 140726784844982 140726784845060 140726784845060 140726784847818 0
/proc/10755/statm: 537192 43529 747 405 0 534137 0
Current children cumulated CPU time: 2442.33 s
Current children cumulated vsize: 2148768 KiB
Current children cumulated memory: 174116 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 10890
/proc/meminfo: memFree=8074320/32770624 swapFree=67108496/67108860
[pid=10755] ppid=10752 vsize=2163120 memory=188468 CPUtime=2502.33 cores=0,2,4,6
/proc/10755/stat : 10755 (xcsp_picat) R 10752 10755 10084 0 -1 4202496 366755 0 0 0 249081 1152 0 0 20 0 1 0 217533701 2215034880 47117 33554432000 4194304 5849708 140726784837360 140726784836360 5335549 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 21340160 140726784844982 140726784845060 140726784845060 140726784847818 0
/proc/10755/statm: 540780 47117 747 405 0 537725 0
Current children cumulated CPU time: 2502.33 s
Current children cumulated vsize: 2163120 KiB
Current children cumulated memory: 188468 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 10890
/proc/meminfo: memFree=8074444/32770624 swapFree=67108496/67108860
[pid=10755] ppid=10752 vsize=2163120 memory=188468 CPUtime=2520.04 cores=0,2,4,6
/proc/10755/stat : 10755 (xcsp_picat) R 10752 10755 10084 0 -1 4202496 366812 0 0 0 250844 1160 0 0 20 0 1 0 217533701 2215034880 47117 33554432000 4194304 5849708 140726784837360 140726784836360 139680287887239 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 21340160 140726784844982 140726784845060 140726784845060 140726784847818 0
/proc/10755/statm: 540780 47117 747 405 0 537725 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 2163120 KiB
Current children cumulated memory: 188468 KiB

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

[startup+2520.01 s]
# the end of solver process 10755 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2508.45 s, system=11.6063 s

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2520.01
CPU time (s): 2520.06
CPU user time (s): 2508.45
CPU system time (s): 11.6063
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2244268
Max. memory (cumulated for all children) (KiB): 269744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2508.45
system time used= 11.6063
maximum resident set size= 269744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 366812
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= 24
involuntary context switches= 770


# summary of solver processes directly reported to runsolver:
#   pid: 10755
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2508.45
#   total CPU system time (s): 11.6063

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.2874 second user time and 15.8845 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-11 17:01:45
IDJOB=4303512
IDBENCH=141160
IDSOLVER=2778
FILE ID=node149/4303512-1533999705
RUNJOBID= node149-1533993477-10115
PBS_JOBID= 21036951
Free space on /tmp= 38800 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/Auction/Auction-cnt/Auction-cnt-decay400_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303512-1533999705/watcher-4303512-1533999705 -o /tmp/evaluation-result-4303512-1533999705/solver-4303512-1533999705 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1533993477-10115 --watchdog 2580  xcsp_picat HOME/instance-4303512-1533999705.xml

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

MD5SUM BENCH= ef5bf96e0ba9cc2c7a758eef92479658
RANDOM SEED=1958246126

node149.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.60
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.60
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.60
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.60
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:         8392252 kB
MemAvailable:   31782728 kB
Buffers:          149944 kB
Cached:         23173204 kB
SwapCached:           28 kB
Active:          8462116 kB
Inactive:       15037664 kB
Active(anon):     123276 kB
Inactive(anon):   104944 kB
Active(file):    8338840 kB
Inactive(file): 14932720 kB
Unevictable:        7604 kB
Mlocked:            7604 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:              3124 kB
Writeback:             0 kB
AnonPages:        183100 kB
Mapped:            54988 kB
Shmem:             49616 kB
Slab:             575372 kB
SReclaimable:     547376 kB
SUnreclaim:        27996 kB
KernelStack:        3360 kB
PageTables:         5508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2485656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 38800 MiB
End job on node149 at 2018-08-11 17:43:45