Trace number 4309855

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-14? (TO) 2520.06 2520.02

General information on the benchmark

NameAuction/Auction-sum/
Auction-sum-decay500_c18.xml
MD5SUMd1d7e4f351cab0858660dafd89ccc193
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3125540
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints500
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2000}]
Minimum variable degree2
Maximum variable degree37
Distribution of variable degrees[{"degree":2,"count":333},{"degree":3,"count":393},{"degree":4,"count":273},{"degree":5,"count":211},{"degree":6,"count":187},{"degree":7,"count":130},{"degree":8,"count":107},{"degree":9,"count":78},{"degree":10,"count":58},{"degree":11,"count":59},{"degree":12,"count":30},{"degree":13,"count":31},{"degree":14,"count":23},{"degree":15,"count":16},{"degree":16,"count":16},{"degree":17,"count":13},{"degree":18,"count":7},{"degree":19,"count":4},{"degree":20,"count":11},{"degree":21,"count":4},{"degree":22,"count":4},{"degree":23,"count":2},{"degree":24,"count":1},{"degree":25,"count":4},{"degree":26,"count":1},{"degree":28,"count":1},{"degree":32,"count":1},{"degree":33,"count":1},{"degree":37,"count":1}]
Minimum constraint arity7
Maximum constraint arity42
Distribution of constraint arities[{"arity":7,"count":1},{"arity":9,"count":1},{"arity":10,"count":4},{"arity":11,"count":8},{"arity":12,"count":14},{"arity":13,"count":22},{"arity":14,"count":33},{"arity":15,"count":32},{"arity":16,"count":29},{"arity":17,"count":48},{"arity":18,"count":48},{"arity":19,"count":45},{"arity":20,"count":38},{"arity":21,"count":36},{"arity":22,"count":32},{"arity":23,"count":21},{"arity":24,"count":21},{"arity":25,"count":28},{"arity":26,"count":18},{"arity":27,"count":4},{"arity":28,"count":7},{"arity":29,"count":4},{"arity":30,"count":2},{"arity":31,"count":1},{"arity":32,"count":1},{"arity":34,"count":1},{"arity":42,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":500}]
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 (10692 MiB free)
  memory of node 1: 16384 MiB (12823 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309855-1534296861/watcher-4309855-1534296861 -o /tmp/evaluation-result-4309855-1534296861/solver-4309855-1534296861 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534293202-13750 --watchdog 2580 xcsp_picat HOME/instance-4309855-1534296861.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=14200, runsolver pid=14197

[startup+0.100421 s]*
/proc/loadavg: 2.00 2.01 1.96 3/188 14201
/proc/meminfo: memFree=24055796/32770624 swapFree=67059124/67108860
[pid=14200] ppid=14197 vsize=2025744 memory=31592 CPUtime=0.09 cores=0,2,4,6
/proc/14200/stat : 14200 (xcsp_picat) R 14197 14200 13719 0 -1 4202496 1929 0 0 0 9 0 0 0 20 0 1 0 247249250 2074361856 7898 33554432000 4194304 5849940 140721656212320 140721656211624 4492244 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 14856192 140721656214710 140721656214788 140721656214788 140721656217546 0
/proc/14200/statm: 506436 7898 633 405 0 503380 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 31592 KiB

[startup+0.209746 s]*
/proc/loadavg: 2.00 2.01 1.96 3/188 14201
/proc/meminfo: memFree=24049544/32770624 swapFree=67059124/67108860
[pid=14200] ppid=14197 vsize=2025744 memory=33980 CPUtime=0.21 cores=0,2,4,6
/proc/14200/stat : 14200 (xcsp_picat) R 14197 14200 13719 0 -1 4202496 2019 0 0 0 20 1 0 0 20 0 1 0 247249250 2074361856 8495 33554432000 4194304 5849940 140721656212320 140721656211416 5606430 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 14856192 140721656214710 140721656214788 140721656214788 140721656217546 0
/proc/14200/statm: 506436 8495 710 405 0 503380 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 33980 KiB

[startup+0.309457 s]*
/proc/loadavg: 2.00 2.01 1.96 3/188 14201
/proc/meminfo: memFree=24049296/32770624 swapFree=67059124/67108860
[pid=14200] ppid=14197 vsize=2025744 memory=33980 CPUtime=0.31 cores=0,2,4,6
/proc/14200/stat : 14200 (xcsp_picat) R 14197 14200 13719 0 -1 4202496 2019 0 0 0 30 1 0 0 20 0 1 0 247249250 2074361856 8495 33554432000 4194304 5849940 140721656212320 140721656211416 5606427 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 14856192 140721656214710 140721656214788 140721656214788 140721656217546 0
/proc/14200/statm: 506436 8495 710 405 0 503380 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 33980 KiB

[startup+0.700225 s]
/proc/loadavg: 2.00 2.01 1.96 3/188 14201
/proc/meminfo: memFree=24049296/32770624 swapFree=67059124/67108860
[pid=14200] ppid=14197 vsize=2025880 memory=33980 CPUtime=0.69 cores=0,2,4,6
/proc/14200/stat : 14200 (xcsp_picat) R 14197 14200 13719 0 -1 4202496 2031 0 0 0 68 1 0 0 20 0 1 0 247249250 2074501120 8495 33554432000 4194304 5849940 140721656212320 140721656211416 5606384 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 14856192 140721656214710 140721656214788 140721656214788 140721656217546 0
/proc/14200/statm: 506470 8495 710 405 0 503414 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2025880 KiB
Current children cumulated memory: 33980 KiB

[startup+1.50022 s]
/proc/loadavg: 2.00 2.01 1.96 3/188 14201
/proc/meminfo: memFree=24049144/32770624 swapFree=67059124/67108860
[pid=14200] ppid=14197 vsize=2025880 memory=33980 CPUtime=1.49 cores=0,2,4,6
/proc/14200/stat : 14200 (xcsp_picat) R 14197 14200 13719 0 -1 4202496 2043 0 0 0 148 1 0 0 20 0 1 0 247249250 2074501120 8495 33554432000 4194304 5849940 140721656212320 140721656211560 5606402 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 14856192 140721656214710 140721656214788 140721656214788 140721656217546 0
/proc/14200/statm: 506470 8495 710 405 0 503414 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2025880 KiB
Current children cumulated memory: 33980 KiB

[startup+3.10893 s]
/proc/loadavg: 2.00 2.01 1.96 3/188 14201
/proc/meminfo: memFree=24049020/32770624 swapFree=67059124/67108860
[pid=14200] ppid=14197 vsize=2025976 memory=34232 CPUtime=3.1 cores=0,2,4,6
/proc/14200/stat : 14200 (xcsp_picat) R 14197 14200 13719 0 -1 4202496 2182 0 0 0 309 1 0 0 20 0 1 0 247249250 2074599424 8558 33554432000 4194304 5849940 140721656212320 140721656211416 5606399 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 14856192 140721656214710 140721656214788 140721656214788 140721656217546 0
/proc/14200/statm: 506494 8558 711 405 0 503438 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2025976 KiB
Current children cumulated memory: 34232 KiB

[startup+6.30034 s]
/proc/loadavg: 2.00 2.01 1.96 3/188 14201
/proc/meminfo: memFree=24048576/32770624 swapFree=67059124/67108860
[pid=14200] ppid=14197 vsize=2025976 memory=34312 CPUtime=6.29 cores=0,2,4,6
/proc/14200/stat : 14200 (xcsp_picat) R 14197 14200 13719 0 -1 4202496 2324 0 0 0 628 1 0 0 20 0 1 0 247249250 2074599424 8578 33554432000 4194304 5849940 140721656212320 140721656211560 5473044 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 14856192 140721656214710 140721656214788 140721656214788 140721656217546 0
/proc/14200/statm: 506494 8578 711 405 0 503438 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2025976 KiB
Current children cumulated memory: 34312 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 1.96 3/188 14201
/proc/meminfo: memFree=24046788/32770624 swapFree=67059124/67108860
[pid=14200] ppid=14197 vsize=2025976 memory=34312 CPUtime=12.69 cores=0,2,4,6
/proc/14200/stat : 14200 (xcsp_picat) R 14197 14200 13719 0 -1 4202496 2488 0 0 0 1268 1 0 0 20 0 1 0 247249250 2074599424 8578 33554432000 4194304 5849940 140721656212320 140721656211416 5606405 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 14856192 140721656214710 140721656214788 140721656214788 140721656217546 0
/proc/14200/statm: 506494 8578 711 405 0 503438 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2025976 KiB
Current children cumulated memory: 34312 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 1.96 3/188 14201
/proc/meminfo: memFree=24012916/32770624 swapFree=67059124/67108860
[pid=14200] ppid=14197 vsize=2056844 memory=65184 CPUtime=25.49 cores=0,2,4,6
/proc/14200/stat : 14200 (xcsp_picat) R 14197 14200 13719 0 -1 4202496 22211 0 0 0 2543 6 0 0 20 0 1 0 247249250 2106208256 16296 33554432000 4194304 5849940 140721656212320 140721656210568 5309811 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 14856192 140721656214710 140721656214788 140721656214788 140721656217546 0
/proc/14200/statm: 514211 16296 745 405 0 511155 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2056844 KiB
Current children cumulated memory: 65184 KiB

[startup+51.1099 s]
/proc/loadavg: 2.00 2.01 1.96 3/187 14201
/proc/meminfo: memFree=24015328/32770624 swapFree=67059124/67108860
[pid=14200] ppid=14197 vsize=2055032 memory=63380 CPUtime=51.1 cores=0,2,4,6
/proc/14200/stat : 14200 (xcsp_picat) R 14197 14200 13719 0 -1 4202496 37486 0 0 0 5086 24 0 0 20 0 1 0 247249250 2104352768 15845 33554432000 4194304 5849940 140721656212320 140721656210808 140283046559623 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 14856192 140721656214710 140721656214788 140721656214788 140721656217546 0
/proc/14200/statm: 513758 15845 745 405 0 510702 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2055032 KiB
Current children cumulated memory: 63380 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/187 14202
/proc/meminfo: memFree=24012436/32770624 swapFree=67059124/67108860
[pid=14200] ppid=14197 vsize=2058000 memory=66240 CPUtime=102.29 cores=0,2,4,6
/proc/14200/stat : 14200 (xcsp_picat) R 14197 14200 13719 0 -1 4202496 47353 0 0 0 10171 58 0 0 20 0 1 0 247249250 2107392000 16560 33554432000 4194304 5849940 140721656212320 140721656211320 5312859 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 14856192 140721656214710 140721656214788 140721656214788 140721656217546 0
/proc/14200/statm: 514500 16560 745 405 0 511444 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2058000 KiB
Current children cumulated memory: 66240 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/187 14203
/proc/meminfo: memFree=23945204/32770624 swapFree=67059124/67108860
[pid=14200] ppid=14197 vsize=2080692 memory=91620 CPUtime=162.29 cores=0,2,4,6
/proc/14200/stat : 14200 (xcsp_picat) R 14197 14200 13719 0 -1 4202496 52825 0 0 0 16135 94 0 0 20 0 1 0 247249250 2130628608 22905 33554432000 4194304 5849940 140721656212320 140721656211480 5352107 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 14856192 140721656214710 140721656214788 140721656214788 140721656217546 0
/proc/14200/statm: 520173 22905 745 405 0 517117 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 2080692 KiB
Current children cumulated memory: 91620 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/187 14204
/proc/meminfo: memFree=23934820/32770624 swapFree=67059124/67108860
[pid=14200] ppid=14197 vsize=2089836 memory=100652 CPUtime=222.29 cores=0,2,4,6
/proc/14200/stat : 14200 (xcsp_picat) R 14197 14200 13719 0 -1 4202496 62866 0 0 0 22099 130 0 0 20 0 1 0 247249250 2139992064 25163 33554432000 4194304 5849940 140721656212320 140721656211320 140283046559623 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 14856192 140721656214710 140721656214788 140721656214788 140721656217546 0
/proc/14200/statm: 522459 25163 745 405 0 519403 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 2089836 KiB
Current children cumulated memory: 100652 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/187 14205
/proc/meminfo: memFree=23878984/32770624 swapFree=67059124/67108860
[pid=14200] ppid=14197 vsize=2095072 memory=105992 CPUtime=282.29 cores=0,2,4,6
/proc/14200/stat : 14200 (xcsp_picat) R 14197 14200 13719 0 -1 4202496 64331 0 0 0 28066 163 0 0 20 0 1 0 247249250 2145353728 26498 33554432000 4194304 5849940 140721656212320 140721656211320 5335801 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 14856192 140721656214710 140721656214788 140721656214788 140721656217546 0
/proc/14200/statm: 523768 26498 745 405 0 520712 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 2095072 KiB
Current children cumulated memory: 105992 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/188 14214
/proc/meminfo: memFree=23850552/32770624 swapFree=67059124/67108860
[pid=14200] ppid=14197 vsize=2105324 memory=116244 CPUtime=342.29 cores=0,2,4,6
/proc/14200/stat : 14200 (xcsp_picat) R 14197 14200 13719 0 -1 4202496 80487 0 0 0 34031 198 0 0 20 0 1 0 247249250 2155851776 29061 33554432000 4194304 5849940 140721656212320 140721656211320 140283046559623 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 14856192 140721656214710 140721656214788 140721656214788 140721656217546 0
/proc/14200/statm: 526331 29061 745 405 0 523275 0
Current children cumulated CPU time: 342.29 s
Current children cumulated vsize: 2105324 KiB
Current children cumulated memory: 116244 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/188 14215
/proc/meminfo: memFree=23865236/32770624 swapFree=67059124/67108860
[pid=14200] ppid=14197 vsize=2105284 memory=116212 CPUtime=402.29 cores=0,2,4,6
/proc/14200/stat : 14200 (xcsp_picat) R 14197 14200 13719 0 -1 4202496 90584 0 0 0 39997 232 0 0 20 0 1 0 247249250 2155810816 29053 33554432000 4194304 5849940 140721656212320 140721656211320 140283046559623 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 14856192 140721656214710 140721656214788 140721656214788 140721656217546 0
/proc/14200/statm: 526321 29053 745 405 0 523265 0
Current children cumulated CPU time: 402.29 s
Current children cumulated vsize: 2105284 KiB
Current children cumulated memory: 116212 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/188 14216
/proc/meminfo: memFree=23832792/32770624 swapFree=67059124/67108860
[pid=14200] ppid=14197 vsize=2138024 memory=148748 CPUtime=462.29 cores=0,2,4,6
/proc/14200/stat : 14200 (xcsp_picat) R 14197 14200 13719 0 -1 4202496 109875 0 0 0 45963 266 0 0 20 0 1 0 247249250 2189336576 37187 33554432000 4194304 5849940 140721656212320 140721656211320 140283046559623 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 14856192 140721656214710 140721656214788 140721656214788 140721656217546 0
/proc/14200/statm: 534506 37187 745 405 0 531450 0
Current children cumulated CPU time: 462.29 s
Current children cumulated vsize: 2138024 KiB
Current children cumulated memory: 148748 KiB


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

/proc/14200/statm: 556251 58922 745 405 0 553195 0
Current children cumulated CPU time: 1722.31 s
Current children cumulated vsize: 2225004 KiB
Current children cumulated memory: 235688 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/188 14339
/proc/meminfo: memFree=23981856/32770624 swapFree=67059124/67108860
[pid=14200] ppid=14197 vsize=2157472 memory=168400 CPUtime=1782.32 cores=0,2,4,6
/proc/14200/stat : 14200 (xcsp_picat) R 14197 14200 13719 0 -1 4202496 381033 0 0 0 177254 978 0 0 20 0 1 0 247249250 2209251328 42100 33554432000 4194304 5849940 140721656212320 140721656211320 140283046559623 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 14856192 140721656214710 140721656214788 140721656214788 140721656217546 0
/proc/14200/statm: 539368 42100 745 405 0 536312 0
Current children cumulated CPU time: 1782.32 s
Current children cumulated vsize: 2157472 KiB
Current children cumulated memory: 168400 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/188 14340
/proc/meminfo: memFree=23981988/32770624 swapFree=67059124/67108860
[pid=14200] ppid=14197 vsize=2157572 memory=168500 CPUtime=1842.32 cores=0,2,4,6
/proc/14200/stat : 14200 (xcsp_picat) R 14197 14200 13719 0 -1 4202496 389571 0 0 0 183221 1011 0 0 20 0 1 0 247249250 2209353728 42125 33554432000 4194304 5849940 140721656212320 140721656211320 5335806 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 14856192 140721656214710 140721656214788 140721656214788 140721656217546 0
/proc/14200/statm: 539393 42125 745 405 0 536337 0
Current children cumulated CPU time: 1842.32 s
Current children cumulated vsize: 2157572 KiB
Current children cumulated memory: 168500 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/187 14341
/proc/meminfo: memFree=24018556/32770624 swapFree=67059124/67108860
[pid=14200] ppid=14197 vsize=2122056 memory=132984 CPUtime=1902.32 cores=0,2,4,6
/proc/14200/stat : 14200 (xcsp_picat) R 14197 14200 13719 0 -1 4202496 408071 0 0 0 189188 1044 0 0 20 0 1 0 247249250 2172985344 33246 33554432000 4194304 5849940 140721656212320 140721656211480 5438027 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 14856192 140721656214710 140721656214788 140721656214788 140721656217546 0
/proc/14200/statm: 530514 33246 745 405 0 527458 0
Current children cumulated CPU time: 1902.32 s
Current children cumulated vsize: 2122056 KiB
Current children cumulated memory: 132984 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/187 14342
/proc/meminfo: memFree=23998472/32770624 swapFree=67059124/67108860
[pid=14200] ppid=14197 vsize=2140036 memory=150864 CPUtime=1962.32 cores=0,2,4,6
/proc/14200/stat : 14200 (xcsp_picat) R 14197 14200 13719 0 -1 4202496 409620 0 0 0 195160 1072 0 0 20 0 1 0 247249250 2191396864 37716 33554432000 4194304 5849940 140721656212320 140721656211320 140283046559623 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 14856192 140721656214710 140721656214788 140721656214788 140721656217546 0
/proc/14200/statm: 535009 37716 745 405 0 531953 0
Current children cumulated CPU time: 1962.32 s
Current children cumulated vsize: 2140036 KiB
Current children cumulated memory: 150864 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/187 14343
/proc/meminfo: memFree=23922028/32770624 swapFree=67059124/67108860
[pid=14200] ppid=14197 vsize=2179124 memory=190052 CPUtime=2022.32 cores=0,2,4,6
/proc/14200/stat : 14200 (xcsp_picat) R 14197 14200 13719 0 -1 4202496 428464 0 0 0 201120 1112 0 0 20 0 1 0 247249250 2231422976 47513 33554432000 4194304 5849940 140721656212320 140721656211320 140283046559623 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 14856192 140721656214710 140721656214788 140721656214788 140721656217546 0
/proc/14200/statm: 544781 47513 745 405 0 541725 0
Current children cumulated CPU time: 2022.32 s
Current children cumulated vsize: 2179124 KiB
Current children cumulated memory: 190052 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/187 14344
/proc/meminfo: memFree=23921704/32770624 swapFree=67059124/67108860
[pid=14200] ppid=14197 vsize=2179124 memory=190052 CPUtime=2082.33 cores=0,2,4,6
/proc/14200/stat : 14200 (xcsp_picat) R 14197 14200 13719 0 -1 4202496 429024 0 0 0 207089 1144 0 0 20 0 1 0 247249250 2231422976 47513 33554432000 4194304 5849940 140721656212320 140721656211320 5437815 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 14856192 140721656214710 140721656214788 140721656214788 140721656217546 0
/proc/14200/statm: 544781 47513 745 405 0 541725 0
Current children cumulated CPU time: 2082.33 s
Current children cumulated vsize: 2179124 KiB
Current children cumulated memory: 190052 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/188 14353
/proc/meminfo: memFree=23920752/32770624 swapFree=67059124/67108860
[pid=14200] ppid=14197 vsize=2179124 memory=190052 CPUtime=2142.33 cores=0,2,4,6
/proc/14200/stat : 14200 (xcsp_picat) R 14197 14200 13719 0 -1 4202496 443980 0 0 0 213059 1174 0 0 20 0 1 0 247249250 2231422976 47513 33554432000 4194304 5849940 140721656212320 140721656211320 5307802 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 14856192 140721656214710 140721656214788 140721656214788 140721656217546 0
/proc/14200/statm: 544781 47513 745 405 0 541725 0
Current children cumulated CPU time: 2142.33 s
Current children cumulated vsize: 2179124 KiB
Current children cumulated memory: 190052 KiB

[startup+2202.3 s]
/proc/loadavg: 2.04 2.03 2.04 3/188 14354
/proc/meminfo: memFree=23937156/32770624 swapFree=67059124/67108860
[pid=14200] ppid=14197 vsize=2179124 memory=190052 CPUtime=2202.33 cores=0,2,4,6
/proc/14200/stat : 14200 (xcsp_picat) R 14197 14200 13719 0 -1 4202496 445803 0 0 0 219029 1204 0 0 20 0 1 0 247249250 2231422976 47513 33554432000 4194304 5849940 140721656212320 140721656211192 5361948 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 14856192 140721656214710 140721656214788 140721656214788 140721656217546 0
/proc/14200/statm: 544781 47513 745 405 0 541725 0
Current children cumulated CPU time: 2202.33 s
Current children cumulated vsize: 2179124 KiB
Current children cumulated memory: 190052 KiB

[startup+2262.3 s]
/proc/loadavg: 2.02 2.02 2.04 3/188 14355
/proc/meminfo: memFree=23948416/32770624 swapFree=67059124/67108860
[pid=14200] ppid=14197 vsize=2168728 memory=179784 CPUtime=2262.33 cores=0,2,4,6
/proc/14200/stat : 14200 (xcsp_picat) R 14197 14200 13719 0 -1 4202496 460672 0 0 0 225002 1231 0 0 20 0 1 0 247249250 2220777472 44946 33554432000 4194304 5849940 140721656212320 140721656211320 5438337 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 14856192 140721656214710 140721656214788 140721656214788 140721656217546 0
/proc/14200/statm: 542182 44946 745 405 0 539126 0
Current children cumulated CPU time: 2262.33 s
Current children cumulated vsize: 2168728 KiB
Current children cumulated memory: 179784 KiB

[startup+2322.3 s]
/proc/loadavg: 2.01 2.02 2.04 3/188 14356
/proc/meminfo: memFree=23885740/32770624 swapFree=67059124/67108860
[pid=14200] ppid=14197 vsize=2215520 memory=226296 CPUtime=2322.33 cores=0,2,4,6
/proc/14200/stat : 14200 (xcsp_picat) R 14197 14200 13719 0 -1 4202496 474978 0 0 0 230974 1259 0 0 20 0 1 0 247249250 2268692480 56574 33554432000 4194304 5849940 140721656212320 140721656211320 140283046559623 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 14856192 140721656214710 140721656214788 140721656214788 140721656217546 0
/proc/14200/statm: 553880 56574 745 405 0 550824 0
Current children cumulated CPU time: 2322.33 s
Current children cumulated vsize: 2215520 KiB
Current children cumulated memory: 226296 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/188 14357
/proc/meminfo: memFree=23921760/32770624 swapFree=67059124/67108860
[pid=14200] ppid=14197 vsize=2195588 memory=206440 CPUtime=2382.33 cores=0,2,4,6
/proc/14200/stat : 14200 (xcsp_picat) R 14197 14200 13719 0 -1 4202496 509103 0 0 0 236946 1287 0 0 20 0 1 0 247249250 2248282112 51610 33554432000 4194304 5849940 140721656212320 140721656211320 140283046559623 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 14856192 140721656214710 140721656214788 140721656214788 140721656217546 0
/proc/14200/statm: 548897 51610 745 405 0 545841 0
Current children cumulated CPU time: 2382.33 s
Current children cumulated vsize: 2195588 KiB
Current children cumulated memory: 206440 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 14358
/proc/meminfo: memFree=23867776/32770624 swapFree=67059124/67108860
[pid=14200] ppid=14197 vsize=2233528 memory=244380 CPUtime=2442.33 cores=0,2,4,6
/proc/14200/stat : 14200 (xcsp_picat) R 14197 14200 13719 0 -1 4202496 522524 0 0 0 242918 1315 0 0 20 0 1 0 247249250 2287132672 61095 33554432000 4194304 5849940 140721656212320 140721656211320 5438016 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 14856192 140721656214710 140721656214788 140721656214788 140721656217546 0
/proc/14200/statm: 558382 61095 745 405 0 555326 0
Current children cumulated CPU time: 2442.33 s
Current children cumulated vsize: 2233528 KiB
Current children cumulated memory: 244380 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 14359
/proc/meminfo: memFree=23603308/32770624 swapFree=67059124/67108860
[pid=14200] ppid=14197 vsize=2513288 memory=524216 CPUtime=2502.34 cores=0,2,4,6
/proc/14200/stat : 14200 (xcsp_picat) R 14197 14200 13719 0 -1 4202496 553180 0 0 0 248898 1336 0 0 20 0 1 0 247249250 2573606912 131054 33554432000 4194304 5849940 140721656212320 140721656211320 5387374 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 14856192 140721656214710 140721656214788 140721656214788 140721656217546 0
/proc/14200/statm: 628322 131054 745 405 0 625266 0
Current children cumulated CPU time: 2502.34 s
Current children cumulated vsize: 2513288 KiB
Current children cumulated memory: 524216 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.04 3/187 14359
/proc/meminfo: memFree=23895656/32770624 swapFree=67059124/67108860
[pid=14200] ppid=14197 vsize=2220896 memory=231824 CPUtime=2520.04 cores=0,2,4,6
/proc/14200/stat : 14200 (xcsp_picat) R 14197 14200 13719 0 -1 4202496 556903 0 0 0 250658 1346 0 0 20 0 1 0 247249250 2274197504 57956 33554432000 4194304 5849940 140721656212320 140721656211320 140283046559623 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 14856192 140721656214710 140721656214788 140721656214788 140721656217546 0
/proc/14200/statm: 555224 57956 745 405 0 552168 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 2220896 KiB
Current children cumulated memory: 231824 KiB

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

[startup+2520.02 s]
# the end of solver process 14200 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2506.59 s, system=13.4703 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.02
CPU time (s): 2520.06
CPU user time (s): 2506.59
CPU system time (s): 13.4703
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2546056
Max. memory (cumulated for all children) (KiB): 556984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2506.59
system time used= 13.4703
maximum resident set size= 556984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 556903
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= 881


# summary of solver processes directly reported to runsolver:
#   pid: 14200
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2506.59
#   total CPU system time (s): 13.4703

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.69376 second user time and 18.6448 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-15 03:34:21
IDJOB=4309855
IDBENCH=141153
IDSOLVER=2794
FILE ID=node103/4309855-1534296861
RUNJOBID= node103-1534293202-13750
PBS_JOBID= 21038140
Free space on /tmp= 37336 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/Auction/Auction-sum/Auction-sum-decay500_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309855-1534296861/watcher-4309855-1534296861 -o /tmp/evaluation-result-4309855-1534296861/solver-4309855-1534296861 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534293202-13750 --watchdog 2580  xcsp_picat HOME/instance-4309855-1534296861.xml

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

MD5SUM BENCH= d1d7e4f351cab0858660dafd89ccc193
RANDOM SEED=138714186

node103.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.48
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.48
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.48
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.48
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:        24080452 kB
MemAvailable:   31777820 kB
Buffers:          183536 kB
Cached:          7707624 kB
SwapCached:         5152 kB
Active:          4337256 kB
Inactive:        3732812 kB
Active(anon):     171348 kB
Inactive(anon):    59292 kB
Active(file):    4165908 kB
Inactive(file):  3673520 kB
Unevictable:        7772 kB
Mlocked:            7772 kB
SwapTotal:      67108860 kB
SwapFree:       67059124 kB
Dirty:              3020 kB
Writeback:             0 kB
AnonPages:        212888 kB
Mapped:            55648 kB
Shmem:             48720 kB
Slab:             315204 kB
SReclaimable:     286400 kB
SUnreclaim:        28804 kB
KernelStack:        3376 kB
PageTables:         5440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2476976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 37332 MiB
End job on node103 at 2018-08-15 04:16:21