Trace number 4293052

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.94 2520.04

General information on the benchmark

NameTal/
Tal-09_c18.xml
MD5SUMcfe58506c86657aa9dbb13ad01f0e006
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark86
Best CPU time to get the best result obtained on this benchmark2520.04
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 (7456 MiB free)
  memory of node 1: 16384 MiB (3075 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293052-1532304845/watcher-4293052-1532304845 -o /tmp/evaluation-result-4293052-1532304845/solver-4293052-1532304845 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532294350-7318 --watchdog 2580 xcsp_picat HOME/instance-4293052-1532304845.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=8519, runsolver pid=8516

[startup+0.100127 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 8520
/proc/meminfo: memFree=10345060/32770624 swapFree=67108860/67108860
[pid=8519] ppid=8516 vsize=111688 memory=32844 CPUtime=0.1 cores=0,2,4,6
/proc/8519/stat : 8519 (xcsp_picat) R 8516 8519 7287 0 -1 4202496 1767 0 0 0 10 0 0 0 20 0 1 0 48047719 114368512 8211 33554432000 4194304 5849740 140730248432176 140730248432176 4574865 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 31686656 140730248438966 140730248439044 140730248439044 140730248441802 0
/proc/8519/statm: 27922 8211 622 405 0 24866 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 111688 KiB
Current children cumulated memory: 32844 KiB

[startup+0.209819 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 8520
/proc/meminfo: memFree=14598996/32770624 swapFree=67108860/67108860
[pid=8519] ppid=8516 vsize=111688 memory=54080 CPUtime=0.21 cores=0,2,4,6
/proc/8519/stat : 8519 (xcsp_picat) R 8516 8519 7287 0 -1 4202496 1930 0 0 0 21 0 0 0 20 0 1 0 48047719 114368512 13520 33554432000 4194304 5849740 140730248432176 140730248432176 4841554 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 31686656 140730248438966 140730248439044 140730248439044 140730248441802 0
/proc/8519/statm: 27922 13520 622 405 0 24866 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 111688 KiB
Current children cumulated memory: 54080 KiB

[startup+0.309653 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 8520
/proc/meminfo: memFree=14543436/32770624 swapFree=67108860/67108860
[pid=8519] ppid=8516 vsize=111688 memory=70464 CPUtime=0.31 cores=0,2,4,6
/proc/8519/stat : 8519 (xcsp_picat) R 8516 8519 7287 0 -1 4202496 1938 0 0 0 31 0 0 0 20 0 1 0 48047719 114368512 17616 33554432000 4194304 5849740 140730248432176 140730248432176 4485466 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 31686656 140730248438966 140730248439044 140730248439044 140730248441802 0
/proc/8519/statm: 27922 17616 622 405 0 24866 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 111688 KiB
Current children cumulated memory: 70464 KiB

[startup+0.700368 s]
/proc/loadavg: 2.00 2.01 2.05 4/188 8520
/proc/meminfo: memFree=14463664/32770624 swapFree=67108860/67108860
[pid=8519] ppid=8516 vsize=196656 memory=114836 CPUtime=0.69 cores=0,2,4,6
/proc/8519/stat : 8519 (xcsp_picat) R 8516 8519 7287 0 -1 4202496 3003 0 0 0 67 2 0 0 20 0 1 0 48047719 201375744 28709 33554432000 4194304 5849740 140730248432176 140730248431464 4502215 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 31686656 140730248438966 140730248439044 140730248439044 140730248441802 0
/proc/8519/statm: 49164 28709 627 405 0 46108 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 196656 KiB
Current children cumulated memory: 114836 KiB

[startup+1.50038 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 8520
/proc/meminfo: memFree=14101636/32770624 swapFree=67108860/67108860
[pid=8519] ppid=8516 vsize=329468 memory=217020 CPUtime=1.49 cores=0,2,4,6
/proc/8519/stat : 8519 (xcsp_picat) R 8516 8519 7287 0 -1 4202496 4066 0 0 0 144 5 0 0 20 0 1 0 48047719 337375232 54255 33554432000 4194304 5849740 140730248432176 140730248431464 4657530 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 31686656 140730248438966 140730248439044 140730248439044 140730248441802 0
/proc/8519/statm: 82367 54255 631 405 0 79311 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 329468 KiB
Current children cumulated memory: 217020 KiB

[startup+3.10953 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 8520
/proc/meminfo: memFree=13228224/32770624 swapFree=67108860/67108860
[pid=8519] ppid=8516 vsize=564048 memory=403508 CPUtime=3.1 cores=0,2,4,6
/proc/8519/stat : 8519 (xcsp_picat) R 8516 8519 7287 0 -1 4202496 5472 0 0 0 302 8 0 0 20 0 1 0 48047719 577585152 100877 33554432000 4194304 5849740 140730248432176 140730248431480 4488566 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 31686656 140730248438966 140730248439044 140730248439044 140730248441802 0
/proc/8519/statm: 141012 100877 631 405 0 137956 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 564048 KiB
Current children cumulated memory: 403508 KiB

[startup+6.30037 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 8520
/proc/meminfo: memFree=11432068/32770624 swapFree=67108860/67108860
[pid=8519] ppid=8516 vsize=1354848 memory=711232 CPUtime=6.29 cores=0,2,4,6
/proc/8519/stat : 8519 (xcsp_picat) R 8516 8519 7287 0 -1 4202496 9409 0 0 0 604 25 0 0 20 0 1 0 48047719 1387364352 177808 33554432000 4194304 5849740 140730248432176 140730248431176 4490190 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 31686656 140730248438966 140730248439044 140730248439044 140730248441802 0
/proc/8519/statm: 338712 177808 631 405 0 335656 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 1354848 KiB
Current children cumulated memory: 711232 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 8520
/proc/meminfo: memFree=9181896/32770624 swapFree=67108860/67108860
[pid=8519] ppid=8516 vsize=1557080 memory=1393352 CPUtime=12.69 cores=0,2,4,6
/proc/8519/stat : 8519 (xcsp_picat) R 8516 8519 7287 0 -1 4202496 15489 0 0 0 1227 42 0 0 20 0 1 0 48047719 1594449920 348338 33554432000 4194304 5849740 140730248432176 140730248431496 5249600 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 31686656 140730248438966 140730248439044 140730248439044 140730248441802 0
/proc/8519/statm: 389270 348338 658 405 0 386214 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 1557080 KiB
Current children cumulated memory: 1393352 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 8520
/proc/meminfo: memFree=1856728/32770624 swapFree=67108860/67108860
[pid=8519] ppid=8516 vsize=7884868 memory=4307164 CPUtime=25.48 cores=0,2,4,6
/proc/8519/stat : 8519 (xcsp_picat) R 8516 8519 7287 0 -1 4202496 101159 0 0 0 2339 209 0 0 20 0 1 0 48047719 8074104832 1076725 33554432000 4194304 5849740 140730248432176 140730248431400 5269185 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 31686656 140730248438966 140730248439044 140730248439044 140730248441802 0
/proc/8519/statm: 1971217 1076725 658 405 0 1968161 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 7884868 KiB
Current children cumulated memory: 4307164 KiB

[startup+51.11 s]
/proc/loadavg: 2.08 2.03 2.05 3/188 8520
/proc/meminfo: memFree=183508/32770624 swapFree=67108860/67108860
[pid=8519] ppid=8516 vsize=12601432 memory=9684996 CPUtime=51.09 cores=0,2,4,6
/proc/8519/stat : 8519 (xcsp_picat) R 8516 8519 7287 0 -1 4202496 854964 0 0 0 4601 508 0 0 20 0 1 0 48047719 12903866368 2421249 33554432000 4194304 5849740 140730248432176 140730248431176 5269181 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 31686656 140730248438966 140730248439044 140730248439044 140730248441802 0
/proc/8519/statm: 3150358 2421249 659 405 0 3147302 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 12601432 KiB
Current children cumulated memory: 9684996 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 8643
/proc/meminfo: memFree=15005228/32770624 swapFree=67108860/67108860
[pid=8519] ppid=8516 vsize=12650260 memory=12467472 CPUtime=102.28 cores=0,2,4,6
/proc/8519/stat : 8519 (xcsp_picat) R 8516 8519 7287 0 -1 4202496 1527532 0 0 0 9324 904 0 0 20 0 1 0 48047719 12953866240 3116868 33554432000 4194304 5849740 140730248432176 140730248431176 5260281 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 31686656 140730248438966 140730248439044 140730248439044 140730248441802 0
/proc/8519/statm: 3162565 3116868 659 405 0 3159509 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 12650260 KiB
Current children cumulated memory: 12467472 KiB

[startup+162.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/187 8644
/proc/meminfo: memFree=21608216/32770624 swapFree=67108860/67108860
[pid=8519] ppid=8516 vsize=8676624 memory=5958956 CPUtime=162.27 cores=0,2,4,6
/proc/8519/stat : 8519 (xcsp_picat) R 8516 8519 7287 0 -1 4202496 1543028 0 0 0 15072 1155 0 0 20 0 1 0 48047719 8884862976 1489739 33554432000 4194304 5849740 140730248432176 140730248431144 5251173 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 31686656 140730248438966 140730248439044 140730248439044 140730248441802 0
/proc/8519/statm: 2169156 1489739 659 405 0 2166100 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 8676624 KiB
Current children cumulated memory: 5958956 KiB

[startup+222.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 8645
/proc/meminfo: memFree=14814836/32770624 swapFree=67108860/67108860
[pid=8519] ppid=8516 vsize=12772328 memory=12588524 CPUtime=222.27 cores=0,2,4,6
/proc/8519/stat : 8519 (xcsp_picat) R 8516 8519 7287 0 -1 4202496 1563110 0 0 0 20737 1490 0 0 20 0 1 0 48047719 13078863872 3147131 33554432000 4194304 5849740 140730248432176 140730248431176 5260488 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 31686656 140730248438966 140730248439044 140730248439044 140730248441802 0
/proc/8519/statm: 3193082 3147131 659 405 0 3190026 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 12772328 KiB
Current children cumulated memory: 12588524 KiB

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 8646
/proc/meminfo: memFree=21173500/32770624 swapFree=67108860/67108860
[pid=8519] ppid=8516 vsize=8759636 memory=6324368 CPUtime=282.27 cores=0,2,4,6
/proc/8519/stat : 8519 (xcsp_picat) R 8516 8519 7287 0 -1 4202496 1580346 0 0 0 26471 1756 0 0 20 0 1 0 48047719 8969867264 1581092 33554432000 4194304 5849740 140730248432176 140730248431144 5249600 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 31686656 140730248438966 140730248439044 140730248439044 140730248441802 0
/proc/8519/statm: 2189909 1581092 659 405 0 2186853 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 8759636 KiB
Current children cumulated memory: 6324368 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8647
/proc/meminfo: memFree=14648960/32770624 swapFree=67108860/67108860
[pid=8519] ppid=8516 vsize=12894400 memory=12711148 CPUtime=342.27 cores=0,2,4,6
/proc/8519/stat : 8519 (xcsp_picat) R 8516 8519 7287 0 -1 4202496 1598727 0 0 0 32146 2081 0 0 20 0 1 0 48047719 13203865600 3177787 33554432000 4194304 5849740 140730248432176 140730248431176 5260281 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 31686656 140730248438966 140730248439044 140730248439044 140730248441802 0
/proc/8519/statm: 3223600 3177787 659 405 0 3220544 0
Current children cumulated CPU time: 342.27 s
Current children cumulated vsize: 12894400 KiB
Current children cumulated memory: 12711148 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 8656
/proc/meminfo: memFree=21246528/32770624 swapFree=67108860/67108860
[pid=8519] ppid=8516 vsize=8842636 memory=6182284 CPUtime=402.26 cores=0,2,4,6
/proc/8519/stat : 8519 (xcsp_picat) R 8516 8519 7287 0 -1 4202496 1615963 0 0 0 37884 2342 0 0 20 0 1 0 48047719 9054859264 1545571 33554432000 4194304 5849740 140730248432176 140730248431176 5249600 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 31686656 140730248438966 140730248439044 140730248439044 140730248441802 0
/proc/8519/statm: 2210659 1545571 659 405 0 2207603 0
Current children cumulated CPU time: 402.26 s
Current children cumulated vsize: 8842636 KiB
Current children cumulated memory: 6182284 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 8657
/proc/meminfo: memFree=14482412/32770624 swapFree=67108860/67108860
[pid=8519] ppid=8516 vsize=13016476 memory=12835964 CPUtime=462.26 cores=0,2,4,6
/proc/8519/stat : 8519 (xcsp_picat) R 8516 8519 7287 0 -1 4202496 1634039 0 0 0 43540 2686 0 0 20 0 1 0 48047719 13328871424 3208991 33554432000 4194304 5849740 140730248432176 140730248431176 5260488 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 31686656 140730248438966 140730248439044 140730248439044 140730248441802 0
/proc/8519/statm: 3254119 3208991 659 405 0 3251063 0
Current children cumulated CPU time: 462.26 s
Current children cumulated vsize: 13016476 KiB
Current children cumulated memory: 12835964 KiB


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

/proc/8519/statm: 3553190 3507464 659 405 0 3550134 0
Current children cumulated CPU time: 1722.21 s
Current children cumulated vsize: 14212760 KiB
Current children cumulated memory: 14029856 KiB

[startup+1782.3 s]
/proc/loadavg: 2.18 2.12 2.08 3/187 8696
/proc/meminfo: memFree=12944388/32770624 swapFree=67108860/67108860
[pid=8519] ppid=8516 vsize=14261588 memory=14078664 CPUtime=1782.21 cores=0,2,4,6
/proc/8519/stat : 8519 (xcsp_picat) R 8516 8519 7287 0 -1 4202496 2023152 0 0 0 168946 9275 0 0 20 0 1 0 48047719 14603866112 3519666 33554432000 4194304 5849740 140730248432176 140730248431176 5257187 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 31686656 140730248438966 140730248439044 140730248439044 140730248441802 0
/proc/8519/statm: 3565397 3519666 659 405 0 3562341 0
Current children cumulated CPU time: 1782.21 s
Current children cumulated vsize: 14261588 KiB
Current children cumulated memory: 14078664 KiB

[startup+1842.3 s]
/proc/loadavg: 2.06 2.10 2.08 3/187 8697
/proc/meminfo: memFree=21113984/32770624 swapFree=67108860/67108860
[pid=8519] ppid=8516 vsize=9772324 memory=6029528 CPUtime=1842.21 cores=0,2,4,6
/proc/8519/stat : 8519 (xcsp_picat) R 8516 8519 7287 0 -1 4202496 2040106 0 0 0 174667 9554 0 0 20 0 1 0 48047719 10006859776 1507382 33554432000 4194304 5849740 140730248432176 140730248431176 5251173 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 31686656 140730248438966 140730248439044 140730248439044 140730248441802 0
/proc/8519/statm: 2443081 1507382 659 405 0 2440025 0
Current children cumulated CPU time: 1842.21 s
Current children cumulated vsize: 9772324 KiB
Current children cumulated memory: 6029528 KiB

[startup+1902.3 s]
/proc/loadavg: 2.02 2.08 2.07 3/187 8698
/proc/meminfo: memFree=19024460/32770624 swapFree=67108860/67108860
[pid=8519] ppid=8516 vsize=9805528 memory=8003720 CPUtime=1902.2 cores=0,2,4,6
/proc/8519/stat : 8519 (xcsp_picat) R 8516 8519 7287 0 -1 4202496 2058213 0 0 0 180366 9854 0 0 20 0 1 0 48047719 10040860672 2000930 33554432000 4194304 5849740 140730248432176 140730248431144 5249600 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 31686656 140730248438966 140730248439044 140730248439044 140730248441802 0
/proc/8519/statm: 2451382 2000930 659 405 0 2448326 0
Current children cumulated CPU time: 1902.2 s
Current children cumulated vsize: 9805528 KiB
Current children cumulated memory: 8003720 KiB

[startup+1962.3 s]
/proc/loadavg: 2.01 2.07 2.07 3/187 8699
/proc/meminfo: memFree=17330376/32770624 swapFree=67108860/67108860
[pid=8519] ppid=8516 vsize=9838736 memory=9671408 CPUtime=1962.2 cores=0,2,4,6
/proc/8519/stat : 8519 (xcsp_picat) R 8516 8519 7287 0 -1 4202496 2074972 0 0 0 186041 10179 0 0 20 0 1 0 48047719 10074865664 2417852 33554432000 4194304 5849740 140730248432176 140730248431144 5249653 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 31686656 140730248438966 140730248439044 140730248439044 140730248441802 0
/proc/8519/statm: 2459684 2417852 659 405 0 2456628 0
Current children cumulated CPU time: 1962.2 s
Current children cumulated vsize: 9838736 KiB
Current children cumulated memory: 9671408 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.06 2.06 3/187 8700
/proc/meminfo: memFree=12611136/32770624 swapFree=67108860/67108860
[pid=8519] ppid=8516 vsize=14481312 memory=14298116 CPUtime=2022.2 cores=0,2,4,6
/proc/8519/stat : 8519 (xcsp_picat) R 8516 8519 7287 0 -1 4202496 2092715 0 0 0 191700 10520 0 0 20 0 1 0 48047719 14828863488 3574529 33554432000 4194304 5849740 140730248432176 140730248431176 5260281 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 31686656 140730248438966 140730248439044 140730248439044 140730248441802 0
/proc/8519/statm: 3620328 3574529 659 405 0 3617272 0
Current children cumulated CPU time: 2022.2 s
Current children cumulated vsize: 14481312 KiB
Current children cumulated memory: 14298116 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/187 8701
/proc/meminfo: memFree=12563188/32770624 swapFree=67108860/67108860
[pid=8519] ppid=8516 vsize=14530140 memory=14346004 CPUtime=2082.2 cores=0,2,4,6
/proc/8519/stat : 8519 (xcsp_picat) R 8516 8519 7287 0 -1 4202496 2110055 0 0 0 197394 10826 0 0 20 0 1 0 48047719 14878863360 3586501 33554432000 4194304 5849740 140730248432176 140730248431176 5260488 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 31686656 140730248438966 140730248439044 140730248439044 140730248441802 0
/proc/8519/statm: 3632535 3586501 659 405 0 3629479 0
Current children cumulated CPU time: 2082.2 s
Current children cumulated vsize: 14530140 KiB
Current children cumulated memory: 14346004 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/187 8702
/proc/meminfo: memFree=12513352/32770624 swapFree=67108860/67108860
[pid=8519] ppid=8516 vsize=14578976 memory=14395484 CPUtime=2142.2 cores=0,2,4,6
/proc/8519/stat : 8519 (xcsp_picat) R 8516 8519 7287 0 -1 4202496 2127319 0 0 0 203118 11102 0 0 20 0 1 0 48047719 14928871424 3598871 33554432000 4194304 5849740 140730248432176 140730248431176 5260317 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 31686656 140730248438966 140730248439044 140730248439044 140730248441802 0
/proc/8519/statm: 3644744 3598871 659 405 0 3641688 0
Current children cumulated CPU time: 2142.2 s
Current children cumulated vsize: 14578976 KiB
Current children cumulated memory: 14395484 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 8711
/proc/meminfo: memFree=20356540/32770624 swapFree=67108860/67108860
[pid=8519] ppid=8516 vsize=9988148 memory=6675640 CPUtime=2202.2 cores=0,2,4,6
/proc/8519/stat : 8519 (xcsp_picat) R 8516 8519 7287 0 -1 4202496 2144903 0 0 0 208815 11405 0 0 20 0 1 0 48047719 10227863552 1668910 33554432000 4194304 5849740 140730248432176 140730248431144 5249600 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 31686656 140730248438966 140730248439044 140730248439044 140730248441802 0
/proc/8519/statm: 2497037 1668910 659 405 0 2493981 0
Current children cumulated CPU time: 2202.2 s
Current children cumulated vsize: 9988148 KiB
Current children cumulated memory: 6675640 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 8712
/proc/meminfo: memFree=18818956/32770624 swapFree=67108860/67108860
[pid=8519] ppid=8516 vsize=10021348 memory=8132756 CPUtime=2262.2 cores=0,2,4,6
/proc/8519/stat : 8519 (xcsp_picat) R 8516 8519 7287 0 -1 4202496 2162585 0 0 0 214509 11711 0 0 20 0 1 0 48047719 10261860352 2033189 33554432000 4194304 5849740 140730248432176 140730248431144 5251173 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 31686656 140730248438966 140730248439044 140730248439044 140730248441802 0
/proc/8519/statm: 2505337 2033189 659 405 0 2502281 0
Current children cumulated CPU time: 2262.2 s
Current children cumulated vsize: 10021348 KiB
Current children cumulated memory: 8132756 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 8713
/proc/meminfo: memFree=17420368/32770624 swapFree=67108860/67108860
[pid=8519] ppid=8516 vsize=10054556 memory=9385536 CPUtime=2322.19 cores=0,2,4,6
/proc/8519/stat : 8519 (xcsp_picat) R 8516 8519 7287 0 -1 4202496 2178787 0 0 0 220176 12043 0 0 20 0 1 0 48047719 10295865344 2346384 33554432000 4194304 5849740 140730248432176 140730248431144 5251173 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 31686656 140730248438966 140730248439044 140730248439044 140730248441802 0
/proc/8519/statm: 2513639 2346384 659 405 0 2510583 0
Current children cumulated CPU time: 2322.19 s
Current children cumulated vsize: 10054556 KiB
Current children cumulated memory: 9385536 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 8714
/proc/meminfo: memFree=14885500/32770624 swapFree=67108860/67108860
[pid=8519] ppid=8516 vsize=14798700 memory=12826948 CPUtime=2382.19 cores=0,2,4,6
/proc/8519/stat : 8519 (xcsp_picat) R 8516 8519 7287 0 -1 4202496 2198437 0 0 0 225850 12369 0 0 20 0 1 0 48047719 15153868800 3206737 33554432000 4194304 5849740 140730248432176 140730248431176 5269185 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 31686656 140730248438966 140730248439044 140730248439044 140730248441802 0
/proc/8519/statm: 3699675 3206737 659 405 0 3696619 0
Current children cumulated CPU time: 2382.19 s
Current children cumulated vsize: 14798700 KiB
Current children cumulated memory: 12826948 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 8715
/proc/meminfo: memFree=12042680/32770624 swapFree=67108860/67108860
[pid=8519] ppid=8516 vsize=14847524 memory=14664576 CPUtime=2442.19 cores=0,2,4,6
/proc/8519/stat : 8519 (xcsp_picat) R 8516 8519 7287 0 -1 4202496 2216008 0 0 0 231545 12674 0 0 20 0 1 0 48047719 15203864576 3666144 33554432000 4194304 5849740 140730248432176 140730248431176 5260513 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 31686656 140730248438966 140730248439044 140730248439044 140730248441802 0
/proc/8519/statm: 3711881 3666144 659 405 0 3708825 0
Current children cumulated CPU time: 2442.19 s
Current children cumulated vsize: 14847524 KiB
Current children cumulated memory: 14664576 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8717
/proc/meminfo: memFree=11993760/32770624 swapFree=67108860/67108860
[pid=8519] ppid=8516 vsize=14896348 memory=14712908 CPUtime=2502.18 cores=0,2,4,6
/proc/8519/stat : 8519 (xcsp_picat) R 8516 8519 7287 0 -1 4202496 2232416 0 0 0 237253 12965 0 0 20 0 1 0 48047719 15253860352 3678227 33554432000 4194304 5849740 140730248432176 140730248431176 5260281 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 31686656 140730248438966 140730248439044 140730248439044 140730248441802 0
/proc/8519/statm: 3724087 3678227 659 405 0 3721031 0
Current children cumulated CPU time: 2502.18 s
Current children cumulated vsize: 14896348 KiB
Current children cumulated memory: 14712908 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 8717
/proc/meminfo: memFree=17493548/32770624 swapFree=67108860/67108860
[pid=8519] ppid=8516 vsize=10170764 memory=9227576 CPUtime=2519.89 cores=0,2,4,6
/proc/8519/stat : 8519 (xcsp_picat) R 8516 8519 7287 0 -1 4202496 2236883 0 0 0 238942 13047 0 0 20 0 1 0 48047719 10414862336 2306894 33554432000 4194304 5849740 140730248432176 140730248431144 5250605 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 31686656 140730248438966 140730248439044 140730248439044 140730248441802 0
/proc/8519/statm: 2542691 2306894 659 405 0 2539635 0
Current children cumulated CPU time: 2519.89 s
Current children cumulated vsize: 10170764 KiB
Current children cumulated memory: 9227576 KiB

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

[startup+2520.04 s]
# the end of solver process 8519 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2389.43 s, system=130.51 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.04
CPU time (s): 2519.94
CPU user time (s): 2389.43
CPU system time (s): 130.51
CPU usage (%): 99.9958
Max. virtual memory (cumulated for all children) (KiB): 14896348
Max. memory (cumulated for all children) (KiB): 14712916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2389.43
system time used= 130.51
maximum resident set size= 14712916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2236883
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 1938


# summary of solver processes directly reported to runsolver:
#   pid: 8519
#   total CPU time (s): 2519.94
#   total CPU user time (s): 2389.43
#   total CPU system time (s): 130.51

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.85891 second user time and 18.7606 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-23 02:14:05
IDJOB=4293052
IDBENCH=141107
IDSOLVER=2754
FILE ID=node151/4293052-1532304845
RUNJOBID= node151-1532294350-7318
PBS_JOBID= 21018981
Free space on /tmp= 55068 MiB

SOLVER NAME= PicatSAT 2018-06-15
BENCH NAME= XCSP18/Tal/Tal-09_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293052-1532304845/watcher-4293052-1532304845 -o /tmp/evaluation-result-4293052-1532304845/solver-4293052-1532304845 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532294350-7318 --watchdog 2580  xcsp_picat HOME/instance-4293052-1532304845.xml

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

MD5SUM BENCH= cfe58506c86657aa9dbb13ad01f0e006
RANDOM SEED=1686726696

node151.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.87
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.87
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.87
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.87
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:        10863576 kB
MemAvailable:   22262424 kB
Buffers:          251732 kB
Cached:         11294852 kB
SwapCached:            0 kB
Active:         10726612 kB
Inactive:       10531968 kB
Active(anon):    9714708 kB
Inactive(anon):    16936 kB
Active(file):    1011904 kB
Inactive(file): 10515032 kB
Unevictable:        7940 kB
Mlocked:            7940 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3472 kB
Writeback:             0 kB
AnonPages:       9766524 kB
Mapped:            38528 kB
Shmem:             17032 kB
Slab:             328044 kB
SReclaimable:     300372 kB
SUnreclaim:        27672 kB
KernelStack:        3584 kB
PageTables:        23524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   10577056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9705472 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= 55064 MiB
End job on node151 at 2018-07-23 02:56:05