Trace number 4293028

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-06-15? (TO) 2519.2 2520.05

General information on the benchmark

NameTal/
Tal-08_c18.xml
MD5SUM7dc6d9a3b6a58ae0b008049a7bee9b86
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark178
Best CPU time to get the best result obtained on this benchmark2520.09
Satisfiable
(Un)Satisfiability was proved
Number of variables988
Number of constraints647
Number of domains13
Minimum domain size1
Maximum domain size42
Distribution of domain sizes[{"size":1,"count":165},{"size":2,"count":4},{"size":3,"count":5},{"size":4,"count":6},{"size":5,"count":7},{"size":6,"count":85},{"size":7,"count":9},{"size":8,"count":10},{"size":9,"count":11},{"size":10,"count":78},{"size":11,"count":13},{"size":42,"count":142}]
Minimum variable degree0
Maximum variable degree16
Distribution of variable degrees[{"degree":0,"count":453},{"degree":1,"count":165},{"degree":2,"count":97},{"degree":3,"count":12},{"degree":4,"count":13},{"degree":5,"count":59},{"degree":6,"count":25},{"degree":7,"count":16},{"degree":8,"count":16},{"degree":9,"count":25},{"degree":10,"count":24},{"degree":11,"count":30},{"degree":12,"count":21},{"degree":13,"count":17},{"degree":14,"count":8},{"degree":15,"count":4},{"degree":16,"count":3}]
Minimum constraint arity1
Maximum constraint arity13
Distribution of constraint arities[{"arity":1,"count":179},{"arity":2,"count":208},{"arity":3,"count":68},{"arity":4,"count":14},{"arity":5,"count":24},{"arity":6,"count":23},{"arity":7,"count":22},{"arity":8,"count":21},{"arity":9,"count":22},{"arity":10,"count":21},{"arity":11,"count":15},{"arity":12,"count":20},{"arity":13,"count":10}]
Number of extensional constraints121
Number of intensional constraints506
Distribution of constraint types[{"type":"extension","count":121},{"type":"intension","count":506},{"type":"count","count":20}]
Optimization problemYES
Type of objectivemin SUM

Solver Data


Verifier Data

One s line expected

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (10093 MiB free)
  memory of node 1: 16384 MiB (12080 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293028-1532302692/watcher-4293028-1532302692 -o /tmp/evaluation-result-4293028-1532302692/solver-4293028-1532302692 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532297650-6630 --watchdog 2580 xcsp_picat HOME/instance-4293028-1532302692.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=7081, runsolver pid=7078

[startup+0.100216 s]*
/proc/loadavg: 2.36 2.23 2.05 3/187 7082
/proc/meminfo: memFree=22662456/32770624 swapFree=67108860/67108860
[pid=7081] ppid=7078 vsize=111688 memory=33824 CPUtime=0.1 cores=0,2,4,6
/proc/7081/stat : 7081 (xcsp_picat) R 7078 7081 6599 0 -1 4202496 1476 0 0 0 10 0 0 0 20 0 1 0 47832370 114368512 8456 33554432000 4194304 5849740 140732148943344 140732148943344 5011846 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 16601088 140732148950198 140732148950276 140732148950276 140732148953034 0
/proc/7081/statm: 27922 8456 622 405 0 24866 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 111688 KiB
Current children cumulated memory: 33824 KiB

[startup+0.209818 s]*
/proc/loadavg: 2.36 2.23 2.05 3/187 7082
/proc/meminfo: memFree=22639680/32770624 swapFree=67108860/67108860
[pid=7081] ppid=7078 vsize=111688 memory=56604 CPUtime=0.2 cores=0,2,4,6
/proc/7081/stat : 7081 (xcsp_picat) R 7078 7081 6599 0 -1 4202496 1531 0 0 0 20 0 0 0 20 0 1 0 47832370 114368512 14151 33554432000 4194304 5849740 140732148943344 140732148943344 4458739 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 16601088 140732148950198 140732148950276 140732148950276 140732148953034 0
/proc/7081/statm: 27922 14151 622 405 0 24866 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 111688 KiB
Current children cumulated memory: 56604 KiB

[startup+0.309798 s]*
/proc/loadavg: 2.36 2.23 2.05 3/187 7082
/proc/meminfo: memFree=22566760/32770624 swapFree=67108860/67108860
[pid=7081] ppid=7078 vsize=111688 memory=70940 CPUtime=0.31 cores=0,2,4,6
/proc/7081/stat : 7081 (xcsp_picat) R 7078 7081 6599 0 -1 4202496 1538 0 0 0 30 1 0 0 20 0 1 0 47832370 114368512 17735 33554432000 4194304 5849740 140732148943344 140732148943344 4502604 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 16601088 140732148950198 140732148950276 140732148950276 140732148953034 0
/proc/7081/statm: 27922 17735 622 405 0 24866 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 111688 KiB
Current children cumulated memory: 70940 KiB

[startup+0.700445 s]
/proc/loadavg: 2.36 2.23 2.05 3/187 7082
/proc/meminfo: memFree=22583968/32770624 swapFree=67108860/67108860
[pid=7081] ppid=7078 vsize=196656 memory=115280 CPUtime=0.69 cores=0,2,4,6
/proc/7081/stat : 7081 (xcsp_picat) R 7078 7081 6599 0 -1 4202496 2203 0 0 0 67 2 0 0 20 0 1 0 47832370 201375744 28820 33554432000 4194304 5849740 140732148943344 140732148942648 4488791 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 16601088 140732148950198 140732148950276 140732148950276 140732148953034 0
/proc/7081/statm: 49164 28820 627 405 0 46108 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 196656 KiB
Current children cumulated memory: 115280 KiB

[startup+1.50044 s]
/proc/loadavg: 2.36 2.23 2.05 3/187 7082
/proc/meminfo: memFree=22313700/32770624 swapFree=67108860/67108860
[pid=7081] ppid=7078 vsize=329468 memory=217464 CPUtime=1.49 cores=0,2,4,6
/proc/7081/stat : 7081 (xcsp_picat) R 7078 7081 6599 0 -1 4202496 3377 0 0 0 143 6 0 0 20 0 1 0 47832370 337375232 54366 33554432000 4194304 5849740 140732148943344 140732148942648 4503324 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 16601088 140732148950198 140732148950276 140732148950276 140732148953034 0
/proc/7081/statm: 82367 54366 631 405 0 79311 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 329468 KiB
Current children cumulated memory: 217464 KiB

[startup+3.10993 s]
/proc/loadavg: 2.33 2.23 2.05 3/187 7082
/proc/meminfo: memFree=22006412/32770624 swapFree=67108860/67108860
[pid=7081] ppid=7078 vsize=564048 memory=402348 CPUtime=3.1 cores=0,2,4,6
/proc/7081/stat : 7081 (xcsp_picat) R 7078 7081 6599 0 -1 4202496 5551 0 0 0 301 9 0 0 20 0 1 0 47832370 577585152 100587 33554432000 4194304 5849740 140732148943344 140732148942648 4457616 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 16601088 140732148950198 140732148950276 140732148950276 140732148953034 0
/proc/7081/statm: 141012 100587 631 405 0 137956 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 564048 KiB
Current children cumulated memory: 402348 KiB

[startup+6.30045 s]
/proc/loadavg: 2.33 2.23 2.05 3/187 7082
/proc/meminfo: memFree=20852844/32770624 swapFree=67108860/67108860
[pid=7081] ppid=7078 vsize=1354848 memory=708060 CPUtime=6.29 cores=0,2,4,6
/proc/7081/stat : 7081 (xcsp_picat) R 7078 7081 6599 0 -1 4202496 9758 0 0 0 604 25 0 0 20 0 1 0 47832370 1387364352 177015 33554432000 4194304 5849740 140732148943344 140732148942344 4480819 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 16601088 140732148950198 140732148950276 140732148950276 140732148953034 0
/proc/7081/statm: 338712 177015 631 405 0 335656 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 1354848 KiB
Current children cumulated memory: 708060 KiB

[startup+12.7005 s]
/proc/loadavg: 2.28 2.22 2.05 3/187 7082
/proc/meminfo: memFree=19821140/32770624 swapFree=67108860/67108860
[pid=7081] ppid=7078 vsize=1557080 memory=1393796 CPUtime=12.69 cores=0,2,4,6
/proc/7081/stat : 7081 (xcsp_picat) R 7078 7081 6599 0 -1 4202496 14830 0 0 0 1228 41 0 0 20 0 1 0 47832370 1594449920 348449 33554432000 4194304 5849740 140732148943344 140732148942664 5249653 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 16601088 140732148950198 140732148950276 140732148950276 140732148953034 0
/proc/7081/statm: 389270 348449 658 405 0 386214 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 1557080 KiB
Current children cumulated memory: 1393796 KiB

[startup+25.5005 s]
/proc/loadavg: 2.24 2.22 2.05 3/187 7082
/proc/meminfo: memFree=11123000/32770624 swapFree=67108860/67108860
[pid=7081] ppid=7078 vsize=7884868 memory=5778472 CPUtime=25.49 cores=0,2,4,6
/proc/7081/stat : 7081 (xcsp_picat) R 7078 7081 6599 0 -1 4202496 23097 0 0 0 2418 131 0 0 20 0 1 0 47832370 8074104832 1444618 33554432000 4194304 5849740 140732148943344 140732148942344 5260488 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 16601088 140732148950198 140732148950276 140732148950276 140732148953034 0
/proc/7081/statm: 1971217 1444618 658 405 0 1968161 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 7884868 KiB
Current children cumulated memory: 5778472 KiB

[startup+51.1102 s]
/proc/loadavg: 2.16 2.20 2.05 4/187 7082
/proc/meminfo: memFree=216232/32770624 swapFree=67108860/67108860
[pid=7081] ppid=7078 vsize=12601432 memory=11840312 CPUtime=51.1 cores=0,2,4,6
/proc/7081/stat : 7081 (xcsp_picat) R 7078 7081 6599 0 -1 12593152 472171 0 0 0 4608 502 0 0 20 0 1 0 47832370 12903866368 2960078 33554432000 4194304 5849740 140732148943344 140732148942344 5269185 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 16601088 140732148950198 140732148950276 140732148950276 140732148953034 0
/proc/7081/statm: 3150358 2960078 659 405 0 3147302 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 12601432 KiB
Current children cumulated memory: 11840312 KiB

[startup+102.3 s]
/proc/loadavg: 2.02 2.15 2.04 3/187 7083
/proc/meminfo: memFree=1116604/32770624 swapFree=67108860/67108860
[pid=7081] ppid=7078 vsize=12650260 memory=11720876 CPUtime=102.19 cores=0,2,4,6
/proc/7081/stat : 7081 (xcsp_picat) R 7078 7081 6599 0 -1 12593152 638602 0 0 0 9080 1139 0 0 20 0 1 0 47832370 12953866240 2930219 33554432000 4194304 5849740 140732148943344 140732148942344 5269185 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 16601088 140732148950198 140732148950276 140732148950276 140732148953034 0
/proc/7081/statm: 3162565 2930219 659 405 0 3159509 0
Current children cumulated CPU time: 102.19 s
Current children cumulated vsize: 12650260 KiB
Current children cumulated memory: 11720876 KiB

[startup+162.3 s]
/proc/loadavg: 1.96 2.11 2.03 3/188 7092
/proc/meminfo: memFree=6454672/32770624 swapFree=67108860/67108860
[pid=7081] ppid=7078 vsize=12699088 memory=12517228 CPUtime=161.97 cores=0,2,4,6
/proc/7081/stat : 7081 (xcsp_picat) R 7078 7081 6599 0 -1 4202496 872598 0 0 0 14139 2058 0 0 20 0 1 0 47832370 13003866112 3129307 33554432000 4194304 5849740 140732148943344 140732148942344 5260281 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 16601088 140732148950198 140732148950276 140732148950276 140732148953034 0
/proc/7081/statm: 3174772 3129307 659 405 0 3171716 0
Current children cumulated CPU time: 161.97 s
Current children cumulated vsize: 12699088 KiB
Current children cumulated memory: 12517228 KiB

[startup+222.3 s]
/proc/loadavg: 1.99 2.09 2.03 3/188 7093
/proc/meminfo: memFree=5897604/32770624 swapFree=67108860/67108860
[pid=7081] ppid=7078 vsize=8709824 memory=7134368 CPUtime=221.97 cores=0,2,4,6
/proc/7081/stat : 7081 (xcsp_picat) R 7078 7081 6599 0 -1 4202496 913777 0 0 0 19811 2386 0 0 20 0 1 0 47832370 8918859776 1783592 33554432000 4194304 5849740 140732148943344 140732148942312 5249600 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 16601088 140732148950198 140732148950276 140732148950276 140732148953034 0
/proc/7081/statm: 2177456 1783592 659 405 0 2174400 0
Current children cumulated CPU time: 221.97 s
Current children cumulated vsize: 8709824 KiB
Current children cumulated memory: 7134368 KiB

[startup+282.3 s]
/proc/loadavg: 2.09 2.10 2.05 3/188 7094
/proc/meminfo: memFree=7383128/32770624 swapFree=67108796/67108860
[pid=7081] ppid=7078 vsize=12821160 memory=12641004 CPUtime=281.91 cores=0,2,4,6
/proc/7081/stat : 7081 (xcsp_picat) R 7078 7081 6599 0 -1 4202496 944203 0 0 0 25168 3023 0 0 20 0 1 0 47832370 13128867840 3160251 33554432000 4194304 5849740 140732148943344 140732148942344 5260257 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 16601088 140732148950198 140732148950276 140732148950276 140732148953034 0
/proc/7081/statm: 3205290 3160251 659 405 0 3202234 0
Current children cumulated CPU time: 281.91 s
Current children cumulated vsize: 12821160 KiB
Current children cumulated memory: 12641004 KiB

[startup+342.3 s]
/proc/loadavg: 2.21 2.13 2.06 3/188 7095
/proc/meminfo: memFree=8242104/32770624 swapFree=67108796/67108860
[pid=7081] ppid=7078 vsize=8792836 memory=5466560 CPUtime=341.88 cores=0,2,4,6
/proc/7081/stat : 7081 (xcsp_picat) R 7078 7081 6599 0 -1 4202496 960765 0 0 0 30819 3369 0 0 20 0 1 0 47832370 9003864064 1366640 33554432000 4194304 5849740 140732148943344 140732148942344 5249600 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 16601088 140732148950198 140732148950276 140732148950276 140732148953034 0
/proc/7081/statm: 2198209 1366640 659 405 0 2195153 0
Current children cumulated CPU time: 341.88 s
Current children cumulated vsize: 8792836 KiB
Current children cumulated memory: 5466560 KiB

[startup+402.3 s]
/proc/loadavg: 2.59 2.28 2.12 3/188 7096
/proc/meminfo: memFree=4444728/32770624 swapFree=67108796/67108860
[pid=7081] ppid=7078 vsize=12943224 memory=9061632 CPUtime=401.87 cores=0,2,4,6
/proc/7081/stat : 7081 (xcsp_picat) R 7078 7081 6599 0 -1 4202496 1005487 0 0 0 36415 3772 0 0 20 0 1 0 47832370 13253861376 2265408 33554432000 4194304 5849740 140732148943344 140732148942312 5269185 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 16601088 140732148950198 140732148950276 140732148950276 140732148953034 0
/proc/7081/statm: 3235806 2265408 659 405 0 3232750 0
Current children cumulated CPU time: 401.87 s
Current children cumulated vsize: 12943224 KiB
Current children cumulated memory: 9061632 KiB

[startup+462.3 s]
/proc/loadavg: 2.17 2.23 2.11 3/187 7097
/proc/meminfo: memFree=5209596/32770624 swapFree=67108796/67108860
[pid=7081] ppid=7078 vsize=12992056 memory=12811652 CPUtime=461.84 cores=0,2,4,6
/proc/7081/stat : 7081 (xcsp_picat) R 7078 7081 6599 0 -1 4202496 1058957 0 0 0 41968 4216 0 0 20 0 1 0 47832370 13303865344 3202913 33554432000 4194304 5849740 140732148943344 140732148942344 5260513 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 16601088 140732148950198 140732148950276 140732148950276 140732148953034 0
/proc/7081/statm: 3248014 3202913 659 405 0 3244958 0
Current children cumulated CPU time: 461.84 s
Current children cumulated vsize: 12992056 KiB
Current children cumulated memory: 12811652 KiB


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

/proc/7081/statm: 3540983 3496435 659 405 0 3537927 0
Current children cumulated CPU time: 1721.54 s
Current children cumulated vsize: 14163932 KiB
Current children cumulated memory: 13985740 KiB

[startup+1782.3 s]
/proc/loadavg: 1.97 1.97 2.02 3/187 7164
/proc/meminfo: memFree=1707220/32770624 swapFree=67108796/67108860
[pid=7081] ppid=7078 vsize=14212760 memory=14034444 CPUtime=1781.53 cores=0,2,4,6
/proc/7081/stat : 7081 (xcsp_picat) R 7078 7081 6599 0 -1 4202496 1810335 0 0 0 165769 12384 0 0 20 0 1 0 47832370 14553866240 3508611 33554432000 4194304 5849740 140732148943344 140732148942344 5269547 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 16601088 140732148950198 140732148950276 140732148950276 140732148953034 0
/proc/7081/statm: 3553190 3508611 659 405 0 3550134 0
Current children cumulated CPU time: 1781.53 s
Current children cumulated vsize: 14212760 KiB
Current children cumulated memory: 14034444 KiB

[startup+1842.3 s]
/proc/loadavg: 1.92 1.96 2.01 3/187 7165
/proc/meminfo: memFree=6374736/32770624 swapFree=67108796/67108860
[pid=7081] ppid=7078 vsize=9739124 memory=7334124 CPUtime=1841.53 cores=0,2,4,6
/proc/7081/stat : 7081 (xcsp_picat) R 7078 7081 6599 0 -1 4202496 1962279 0 0 0 171447 12706 0 0 20 0 1 0 47832370 9972862976 1833531 33554432000 4194304 5849740 140732148943344 140732148942312 5251112 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 16601088 140732148950198 140732148950276 140732148950276 140732148953034 0
/proc/7081/statm: 2434781 1833531 659 405 0 2431725 0
Current children cumulated CPU time: 1841.53 s
Current children cumulated vsize: 9739124 KiB
Current children cumulated memory: 7334124 KiB

[startup+1902.3 s]
/proc/loadavg: 1.97 1.97 2.01 3/187 7166
/proc/meminfo: memFree=4836752/32770624 swapFree=67108796/67108860
[pid=7081] ppid=7078 vsize=9772324 memory=8927940 CPUtime=1901.53 cores=0,2,4,6
/proc/7081/stat : 7081 (xcsp_picat) R 7078 7081 6599 0 -1 4202496 2213760 0 0 0 177087 13066 0 0 20 0 1 0 47832370 10006859776 2231985 33554432000 4194304 5849740 140732148943344 140732148942312 5251173 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 16601088 140732148950198 140732148950276 140732148950276 140732148953034 0
/proc/7081/statm: 2443081 2231985 659 405 0 2440025 0
Current children cumulated CPU time: 1901.53 s
Current children cumulated vsize: 9772324 KiB
Current children cumulated memory: 8927940 KiB

[startup+1962.3 s]
/proc/loadavg: 1.99 1.97 2.01 3/188 7175
/proc/meminfo: memFree=2614208/32770624 swapFree=67108796/67108860
[pid=7081] ppid=7078 vsize=14383656 memory=12086200 CPUtime=1961.52 cores=0,2,4,6
/proc/7081/stat : 7081 (xcsp_picat) R 7078 7081 6599 0 -1 4202496 2385935 0 0 0 182672 13480 0 0 20 0 1 0 47832370 14728863744 3021038 33554432000 4194304 5849740 140732148943344 140732148942344 5269185 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 16601088 140732148950198 140732148950276 140732148950276 140732148953034 0
/proc/7081/statm: 3595914 3021038 659 405 0 3592858 0
Current children cumulated CPU time: 1961.52 s
Current children cumulated vsize: 14383656 KiB
Current children cumulated memory: 12086200 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 1.98 2.01 3/188 7176
/proc/meminfo: memFree=7252788/32770624 swapFree=67108796/67108860
[pid=7081] ppid=7078 vsize=14432488 memory=14251768 CPUtime=2021.52 cores=0,2,4,6
/proc/7081/stat : 7081 (xcsp_picat) R 7078 7081 6599 0 -1 4202496 2657697 0 0 0 188235 13917 0 0 20 0 1 0 47832370 14778867712 3562942 33554432000 4194304 5849740 140732148943344 140732148942344 5260325 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 16601088 140732148950198 140732148950276 140732148950276 140732148953034 0
/proc/7081/statm: 3608122 3562942 659 405 0 3605066 0
Current children cumulated CPU time: 2021.52 s
Current children cumulated vsize: 14432488 KiB
Current children cumulated memory: 14251768 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 1.98 2.01 3/187 7177
/proc/meminfo: memFree=5846608/32770624 swapFree=67108796/67108860
[pid=7081] ppid=7078 vsize=14481312 memory=14302696 CPUtime=2081.52 cores=0,2,4,6
/proc/7081/stat : 7081 (xcsp_picat) R 7078 7081 6599 0 -1 4202496 2836679 0 0 0 193858 14294 0 0 20 0 1 0 47832370 14828863488 3575674 33554432000 4194304 5849740 140732148943344 140732148942344 5260513 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 16601088 140732148950198 140732148950276 140732148950276 140732148953034 0
/proc/7081/statm: 3620328 3575674 659 405 0 3617272 0
Current children cumulated CPU time: 2081.52 s
Current children cumulated vsize: 14481312 KiB
Current children cumulated memory: 14302696 KiB

[startup+2142.3 s]
/proc/loadavg: 1.92 1.97 2.01 3/188 7179
/proc/meminfo: memFree=4932940/32770624 swapFree=67108796/67108860
[pid=7081] ppid=7078 vsize=14530140 memory=14350592 CPUtime=2141.49 cores=0,2,4,6
/proc/7081/stat : 7081 (xcsp_picat) R 7078 7081 6599 0 -1 4202496 3012986 0 0 0 199492 14657 0 0 20 0 1 0 47832370 14878863360 3587648 33554432000 4194304 5849740 140732148943344 140732148942344 5260281 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 16601088 140732148950198 140732148950276 140732148950276 140732148953034 0
/proc/7081/statm: 3632535 3587648 659 405 0 3629479 0
Current children cumulated CPU time: 2141.49 s
Current children cumulated vsize: 14530140 KiB
Current children cumulated memory: 14350592 KiB

[startup+2202.3 s]
/proc/loadavg: 1.97 1.97 2.01 3/188 7180
/proc/meminfo: memFree=4211848/32770624 swapFree=67108796/67108860
[pid=7081] ppid=7078 vsize=14578976 memory=14400072 CPUtime=2201.48 cores=0,2,4,6
/proc/7081/stat : 7081 (xcsp_picat) R 7078 7081 6599 0 -1 4202496 3200808 0 0 0 205116 15032 0 0 20 0 1 0 47832370 14928871424 3600018 33554432000 4194304 5849740 140732148943344 140732148942344 5269590 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 16601088 140732148950198 140732148950276 140732148950276 140732148953034 0
/proc/7081/statm: 3644744 3600018 659 405 0 3641688 0
Current children cumulated CPU time: 2201.48 s
Current children cumulated vsize: 14578976 KiB
Current children cumulated memory: 14400072 KiB

[startup+2262.3 s]
/proc/loadavg: 1.94 1.96 2.00 3/187 7181
/proc/meminfo: memFree=7488804/32770624 swapFree=67108796/67108860
[pid=7081] ppid=7078 vsize=9988148 memory=6565540 CPUtime=2261.49 cores=0,2,4,6
/proc/7081/stat : 7081 (xcsp_picat) R 7078 7081 6599 0 -1 4202496 3370329 0 0 0 210713 15436 0 0 20 0 1 0 47832370 10227863552 1641385 33554432000 4194304 5849740 140732148943344 140732148942312 5249600 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 16601088 140732148950198 140732148950276 140732148950276 140732148953034 0
/proc/7081/statm: 2497037 1641385 659 405 0 2493981 0
Current children cumulated CPU time: 2261.49 s
Current children cumulated vsize: 9988148 KiB
Current children cumulated memory: 6565540 KiB

[startup+2322.3 s]
/proc/loadavg: 2.02 1.99 2.01 3/187 7182
/proc/meminfo: memFree=6515864/32770624 swapFree=67108796/67108860
[pid=7081] ppid=7078 vsize=10021348 memory=7572096 CPUtime=2321.48 cores=0,2,4,6
/proc/7081/stat : 7081 (xcsp_picat) R 7078 7081 6599 0 -1 4202496 3524596 0 0 0 216311 15837 0 0 20 0 1 0 47832370 10261860352 1892512 33554432000 4194304 5849740 140732148943344 140732148942312 5251112 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 16601088 140732148950198 140732148950276 140732148950276 140732148953034 0
/proc/7081/statm: 2505337 1892512 659 405 0 2502281 0
Current children cumulated CPU time: 2321.48 s
Current children cumulated vsize: 10021348 KiB
Current children cumulated memory: 7572096 KiB

[startup+2382.3 s]
/proc/loadavg: 2.01 1.99 2.01 3/187 7183
/proc/meminfo: memFree=5686016/32770624 swapFree=67108796/67108860
[pid=7081] ppid=7078 vsize=10054556 memory=8456216 CPUtime=2381.48 cores=0,2,4,6
/proc/7081/stat : 7081 (xcsp_picat) R 7078 7081 6599 0 -1 4202496 3705200 0 0 0 221905 16243 0 0 20 0 1 0 47832370 10295865344 2114054 33554432000 4194304 5849740 140732148943344 140732148942312 5249591 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 16601088 140732148950198 140732148950276 140732148950276 140732148953034 0
/proc/7081/statm: 2513639 2114054 654 405 0 2510583 0
Current children cumulated CPU time: 2381.48 s
Current children cumulated vsize: 10054556 KiB
Current children cumulated memory: 8456216 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 1.99 2.01 3/187 7184
/proc/meminfo: memFree=4817596/32770624 swapFree=67108796/67108860
[pid=7081] ppid=7078 vsize=10087760 memory=9274792 CPUtime=2441.49 cores=0,2,4,6
/proc/7081/stat : 7081 (xcsp_picat) R 7078 7081 6599 0 -1 4202496 3835889 0 0 0 227480 16669 0 0 20 0 1 0 47832370 10329866240 2318698 33554432000 4194304 5849740 140732148943344 140732148942312 5251112 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 16601088 140732148950198 140732148950276 140732148950276 140732148953034 0
/proc/7081/statm: 2521940 2318698 654 405 0 2518884 0
Current children cumulated CPU time: 2441.49 s
Current children cumulated vsize: 10087760 KiB
Current children cumulated memory: 9274792 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 1.99 2.01 3/187 7185
/proc/meminfo: memFree=4466308/32770624 swapFree=67108796/67108860
[pid=7081] ppid=7078 vsize=10120960 memory=9811340 CPUtime=2501.43 cores=0,2,4,6
/proc/7081/stat : 7081 (xcsp_picat) R 7078 7081 6599 0 -1 4202496 4048046 0 0 0 233055 17088 0 0 20 0 1 0 47832370 10363863040 2452835 33554432000 4194304 5849740 140732148943344 140732148942312 5250894 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 16601088 140732148950198 140732148950276 140732148950276 140732148953034 0
/proc/7081/statm: 2530240 2452835 654 405 0 2527184 0
Current children cumulated CPU time: 2501.43 s
Current children cumulated vsize: 10120960 KiB
Current children cumulated memory: 9811340 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 1.99 2.01 2/186 7201
/proc/meminfo: memFree=23084620/32770624 swapFree=67108796/67108860
[pid=7081] ppid=7078 vsize=10137560 memory=5954608 CPUtime=2519.15 cores=0,2,4,6
/proc/7081/stat : 7081 (xcsp_picat) R 7078 7081 6599 0 -1 4202496 4150973 0 0 0 234689 17226 0 0 20 0 1 0 47832370 10380861440 1488652 33554432000 4194304 5849740 140732148943344 140732148942312 5251112 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 16601088 140732148950198 140732148950276 140732148950276 140732148953034 0
/proc/7081/statm: 2534390 1488652 654 405 0 2531334 0
Current children cumulated CPU time: 2519.15 s
Current children cumulated vsize: 10137560 KiB
Current children cumulated memory: 5954608 KiB

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

[startup+2520.05 s]
# the end of solver process 7081 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2346.89 s, system=172.304 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.05
CPU time (s): 2519.2
CPU user time (s): 2346.89
CPU system time (s): 172.304
CPU usage (%): 99.9661
Max. virtual memory (cumulated for all children) (KiB): 14847524
Max. memory (cumulated for all children) (KiB): 14669144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2346.89
system time used= 172.304
maximum resident set size= 14669144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4150973
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= 5
involuntary context switches= 2655


# summary of solver processes directly reported to runsolver:
#   pid: 7081
#   total CPU time (s): 2519.2
#   total CPU user time (s): 2346.89
#   total CPU system time (s): 172.304

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.81872 second user time and 19.7942 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-23 01:38:12
IDJOB=4293028
IDBENCH=141101
IDSOLVER=2754
FILE ID=node138/4293028-1532302692
RUNJOBID= node138-1532297650-6630
PBS_JOBID= 21018993
Free space on /tmp= 59104 MiB

SOLVER NAME= PicatSAT 2018-06-15
BENCH NAME= XCSP18/Tal/Tal-08_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293028-1532302692/watcher-4293028-1532302692 -o /tmp/evaluation-result-4293028-1532302692/solver-4293028-1532302692 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532297650-6630 --watchdog 2580  xcsp_picat HOME/instance-4293028-1532302692.xml

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

MD5SUM BENCH= 7dc6d9a3b6a58ae0b008049a7bee9b86
RANDOM SEED=1806473455

node138.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.71
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.71
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.71
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.71
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:        22712532 kB
MemAvailable:   31847052 kB
Buffers:          251744 kB
Cached:          9112112 kB
SwapCached:            0 kB
Active:          2427056 kB
Inactive:        7086572 kB
Active(anon):     152924 kB
Inactive(anon):    16960 kB
Active(file):    2274132 kB
Inactive(file):  7069612 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              6980 kB
Writeback:            20 kB
AnonPages:         61488 kB
Mapped:            37612 kB
Shmem:             17036 kB
Slab:             241920 kB
SReclaimable:     213224 kB
SUnreclaim:        28696 kB
KernelStack:        3264 kB
PageTables:         4672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     514000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 59104 MiB
End job on node138 at 2018-07-23 02:20:12