Trace number 4309502

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) 2519.66 2520.03

General information on the benchmark

NameTal/
Tal-06_c18.xml
MD5SUM2ce24c19fa9a568edbc0ac2d9fbdd3a2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark94
Best CPU time to get the best result obtained on this benchmark2520.12
Satisfiable
(Un)Satisfiability was proved
Number of variables664
Number of constraints451
Number of domains12
Minimum domain size1
Maximum domain size42
Distribution of domain sizes[{"size":1,"count":108},{"size":2,"count":4},{"size":3,"count":5},{"size":4,"count":6},{"size":5,"count":7},{"size":6,"count":62},{"size":7,"count":9},{"size":8,"count":10},{"size":9,"count":11},{"size":10,"count":45},{"size":42,"count":98}]
Minimum variable degree0
Maximum variable degree15
Distribution of variable degrees[{"degree":0,"count":299},{"degree":1,"count":108},{"degree":2,"count":70},{"degree":3,"count":10},{"degree":4,"count":11},{"degree":5,"count":40},{"degree":6,"count":21},{"degree":7,"count":14},{"degree":8,"count":14},{"degree":9,"count":21},{"degree":10,"count":20},{"degree":11,"count":19},{"degree":12,"count":8},{"degree":13,"count":5},{"degree":14,"count":3},{"degree":15,"count":1}]
Minimum constraint arity1
Maximum constraint arity12
Distribution of constraint arities[{"arity":1,"count":132},{"arity":2,"count":143},{"arity":3,"count":47},{"arity":4,"count":12},{"arity":5,"count":20},{"arity":6,"count":19},{"arity":7,"count":18},{"arity":8,"count":17},{"arity":9,"count":16},{"arity":10,"count":14},{"arity":11,"count":11},{"arity":12,"count":2}]
Number of extensional constraints81
Number of intensional constraints354
Distribution of constraint types[{"type":"extension","count":81},{"type":"intension","count":354},{"type":"count","count":16}]
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 (6017 MiB free)
  memory of node 1: 16384 MiB (10053 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309502-1534295488/watcher-4309502-1534295488 -o /tmp/evaluation-result-4309502-1534295488/solver-4309502-1534295488 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534292900-22507 --watchdog 2580 xcsp_picat HOME/instance-4309502-1534295488.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=22885, runsolver pid=22882
Current StackSize limit: 8192 KiB


[startup+0.10069 s]*
/proc/loadavg: 2.07 2.03 1.96 3/188 22886
/proc/meminfo: memFree=16396412/32770624 swapFree=67108796/67108860
[pid=22885] ppid=22882 vsize=2025744 memory=33648 CPUtime=0.1 cores=1,3,5,7
/proc/22885/stat : 22885 (xcsp_picat) R 22882 22885 22475 0 -1 4202496 1927 0 0 0 10 0 0 0 20 0 1 0 247111935 2074361856 8412 33554432000 4194304 5849940 140730455071120 140730455070424 4850598 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 29605888 140730455073974 140730455074052 140730455074052 140730455076810 0
/proc/22885/statm: 506436 8412 622 405 0 503380 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 33648 KiB

[startup+0.209791 s]*
/proc/loadavg: 2.07 2.03 1.96 3/188 22886
/proc/meminfo: memFree=16347276/32770624 swapFree=67108796/67108860
[pid=22885] ppid=22882 vsize=2025744 memory=52080 CPUtime=0.2 cores=1,3,5,7
/proc/22885/stat : 22885 (xcsp_picat) R 22882 22885 22475 0 -1 4202496 1936 0 0 0 20 0 0 0 20 0 1 0 247111935 2074361856 13020 33554432000 4194304 5849940 140730455071120 140730455070424 4561405 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 29605888 140730455073974 140730455074052 140730455074052 140730455076810 0
/proc/22885/statm: 506436 13020 622 405 0 503380 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 52080 KiB

[startup+0.309653 s]*
/proc/loadavg: 2.07 2.03 1.96 3/188 22886
/proc/meminfo: memFree=16306192/32770624 swapFree=67108796/67108860
[pid=22885] ppid=22882 vsize=2025744 memory=68464 CPUtime=0.31 cores=1,3,5,7
/proc/22885/stat : 22885 (xcsp_picat) R 22882 22885 22475 0 -1 4202496 1944 0 0 0 30 1 0 0 20 0 1 0 247111935 2074361856 17116 33554432000 4194304 5849940 140730455071120 140730455070424 4542671 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 29605888 140730455073974 140730455074052 140730455074052 140730455076810 0
/proc/22885/statm: 506436 17116 622 405 0 503380 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 68464 KiB

[startup+0.700451 s]
/proc/loadavg: 2.07 2.03 1.96 3/188 22886
/proc/meminfo: memFree=16196436/32770624 swapFree=67108796/67108860
[pid=22885] ppid=22882 vsize=2025744 memory=136112 CPUtime=0.69 cores=1,3,5,7
/proc/22885/stat : 22885 (xcsp_picat) R 22882 22885 22475 0 -1 4202496 1982 0 0 0 67 2 0 0 20 0 1 0 247111935 2074361856 34028 33554432000 4194304 5849940 140730455071120 140730455070424 4492424 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 29605888 140730455073974 140730455074052 140730455074052 140730455076810 0
/proc/22885/statm: 506436 34028 626 405 0 503380 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 136112 KiB

[startup+1.50043 s]
/proc/loadavg: 2.07 2.03 1.96 3/188 22886
/proc/meminfo: memFree=16106200/32770624 swapFree=67108796/67108860
[pid=22885] ppid=22882 vsize=2025744 memory=281520 CPUtime=1.48 cores=1,3,5,7
/proc/22885/stat : 22885 (xcsp_picat) R 22882 22885 22475 0 -1 4202496 2053 0 0 0 144 4 0 0 20 0 1 0 247111935 2074361856 70380 33554432000 4194304 5849940 140730455071120 140730455070424 4593226 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 29605888 140730455073974 140730455074052 140730455074052 140730455076810 0
/proc/22885/statm: 506436 70380 626 405 0 503380 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 281520 KiB

[startup+3.10954 s]
/proc/loadavg: 2.07 2.03 1.96 3/188 22886
/proc/meminfo: memFree=11825952/32770624 swapFree=67108796/67108860
[pid=22885] ppid=22882 vsize=2025744 memory=574384 CPUtime=3.09 cores=1,3,5,7
/proc/22885/stat : 22885 (xcsp_picat) R 22882 22885 22475 0 -1 4202496 2331 0 0 0 300 9 0 0 20 0 1 0 247111935 2074361856 143596 33554432000 4194304 5849940 140730455071120 140730455070424 4841805 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 29605888 140730455073974 140730455074052 140730455074052 140730455076810 0
/proc/22885/statm: 506436 143596 626 405 0 503380 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 574384 KiB

[startup+6.30038 s]
/proc/loadavg: 2.06 2.03 1.96 3/188 22886
/proc/meminfo: memFree=11251488/32770624 swapFree=67108796/67108860
[pid=22885] ppid=22882 vsize=2302872 memory=1250216 CPUtime=6.29 cores=1,3,5,7
/proc/22885/stat : 22885 (xcsp_picat) R 22882 22885 22475 0 -1 4202496 5732 0 0 0 608 21 0 0 20 0 1 0 247111935 2358140928 312554 33554432000 4194304 5849940 140730455071120 140730455070072 4507666 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 29605888 140730455073974 140730455074052 140730455074052 140730455076810 0
/proc/22885/statm: 575718 312554 656 405 0 572662 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2302872 KiB
Current children cumulated memory: 1250216 KiB

[startup+12.7004 s]
/proc/loadavg: 2.06 2.02 1.96 3/188 22886
/proc/meminfo: memFree=9974416/32770624 swapFree=67108796/67108860
[pid=22885] ppid=22882 vsize=2928084 memory=2569792 CPUtime=12.68 cores=1,3,5,7
/proc/22885/stat : 22885 (xcsp_picat) R 22882 22885 22475 0 -1 4202496 10689 0 0 0 1221 47 0 0 20 0 1 0 247111935 2998358016 642448 33554432000 4194304 5849940 140730455071120 140730455070440 4496901 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 29605888 140730455073974 140730455074052 140730455074052 140730455076810 0
/proc/22885/statm: 732021 642448 656 405 0 728965 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2928084 KiB
Current children cumulated memory: 2569792 KiB

[startup+25.5005 s]
/proc/loadavg: 2.05 2.02 1.96 3/188 22886
/proc/meminfo: memFree=12446732/32770624 swapFree=67108796/67108860
[pid=22885] ppid=22882 vsize=5879588 memory=4107220 CPUtime=25.49 cores=1,3,5,7
/proc/22885/stat : 22885 (xcsp_picat) R 22882 22885 22475 0 -1 4202496 17285 0 0 0 2436 113 0 0 20 0 1 0 247111935 6020698112 1026805 33554432000 4194304 5849940 140730455071120 140730455070408 4548541 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 29605888 140730455073974 140730455074052 140730455074052 140730455076810 0
/proc/22885/statm: 1469897 1026805 657 405 0 1466841 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 5879588 KiB
Current children cumulated memory: 4107220 KiB

[startup+51.1097 s]
/proc/loadavg: 2.03 2.02 1.96 3/188 22886
/proc/meminfo: memFree=4181464/32770624 swapFree=67108796/67108860
[pid=22885] ppid=22882 vsize=12187524 memory=12057568 CPUtime=51.09 cores=1,3,5,7
/proc/22885/stat : 22885 (xcsp_picat) R 22882 22885 22475 0 -1 4202496 25344 0 0 0 4845 264 0 0 20 0 1 0 247111935 12480024576 3014392 33554432000 4194304 5849940 140730455071120 140730455070120 5260600 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 29605888 140730455073974 140730455074052 140730455074052 140730455076810 0
/proc/22885/statm: 3046881 3014392 658 405 0 3043825 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 12187524 KiB
Current children cumulated memory: 12057568 KiB

[startup+102.3 s]
/proc/loadavg: 2.01 2.02 1.96 3/188 22887
/proc/meminfo: memFree=4152100/32770624 swapFree=67108796/67108860
[pid=22885] ppid=22882 vsize=12236352 memory=12107936 CPUtime=102.28 cores=1,3,5,7
/proc/22885/stat : 22885 (xcsp_picat) R 22882 22885 22475 0 -1 4202496 39222 0 0 0 9725 503 0 0 20 0 1 0 247111935 12530024448 3026984 33554432000 4194304 5849940 140730455071120 140730455070120 5269676 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 29605888 140730455073974 140730455074052 140730455074052 140730455076810 0
/proc/22885/statm: 3059088 3026984 658 405 0 3056032 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 12236352 KiB
Current children cumulated memory: 12107936 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/188 22888
/proc/meminfo: memFree=4813888/32770624 swapFree=67108796/67108860
[pid=22885] ppid=22882 vsize=8356472 memory=7617632 CPUtime=162.27 cores=1,3,5,7
/proc/22885/stat : 22885 (xcsp_picat) R 22882 22885 22475 0 -1 4202496 407774 0 0 0 15350 877 0 0 20 0 1 0 247111935 8557027328 1904408 33554432000 4194304 5849940 140730455071120 140730455070088 5249809 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 29605888 140730455073974 140730455074052 140730455074052 140730455076810 0
/proc/22885/statm: 2089118 1904408 658 405 0 2086062 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 8356472 KiB
Current children cumulated memory: 7617632 KiB

[startup+222.3 s]
/proc/loadavg: 1.97 2.00 1.95 3/188 22889
/proc/meminfo: memFree=6368116/32770624 swapFree=67108796/67108860
[pid=22885] ppid=22882 vsize=12358424 memory=12228052 CPUtime=222.26 cores=1,3,5,7
/proc/22885/stat : 22885 (xcsp_picat) R 22882 22885 22475 0 -1 4202496 1125158 0 0 0 20879 1347 0 0 20 0 1 0 247111935 12655026176 3057013 33554432000 4194304 5849940 140730455071120 140730455070120 5260393 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 29605888 140730455073974 140730455074052 140730455074052 140730455076810 0
/proc/22885/statm: 3089606 3057013 658 405 0 3086550 0
Current children cumulated CPU time: 222.26 s
Current children cumulated vsize: 12358424 KiB
Current children cumulated memory: 12228052 KiB

[startup+282.3 s]
/proc/loadavg: 1.94 1.98 1.95 3/188 22890
/proc/meminfo: memFree=7196688/32770624 swapFree=67108796/67108860
[pid=22885] ppid=22882 vsize=8439476 memory=5377892 CPUtime=282.24 cores=1,3,5,7
/proc/22885/stat : 22885 (xcsp_picat) R 22882 22885 22475 0 -1 4202496 1930446 0 0 0 26477 1747 0 0 20 0 1 0 247111935 8642023424 1344473 33554432000 4194304 5849940 140730455071120 140730455070088 5251285 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 29605888 140730455073974 140730455074052 140730455074052 140730455076810 0
/proc/22885/statm: 2109869 1344473 658 405 0 2106813 0
Current children cumulated CPU time: 282.24 s
Current children cumulated vsize: 8439476 KiB
Current children cumulated memory: 5377892 KiB

[startup+342.3 s]
/proc/loadavg: 1.98 1.99 1.95 3/188 22891
/proc/meminfo: memFree=4259724/32770624 swapFree=67108796/67108860
[pid=22885] ppid=22882 vsize=8472684 memory=8357132 CPUtime=342.23 cores=1,3,5,7
/proc/22885/stat : 22885 (xcsp_picat) R 22882 22885 22475 0 -1 4202496 2721433 0 0 0 32059 2164 0 0 20 0 1 0 247111935 8676028416 2089283 33554432000 4194304 5849940 140730455071120 140730455070088 5249765 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29605888 140730455073974 140730455074052 140730455074052 140730455076810 0
/proc/22885/statm: 2118171 2089283 658 405 0 2115115 0
Current children cumulated CPU time: 342.23 s
Current children cumulated vsize: 8472684 KiB
Current children cumulated memory: 8357132 KiB

[startup+402.3 s]
/proc/loadavg: 1.88 1.96 1.95 3/188 22892
/proc/meminfo: memFree=6120068/32770624 swapFree=67108796/67108860
[pid=22885] ppid=22882 vsize=12529324 memory=12399508 CPUtime=402.22 cores=1,3,5,7
/proc/22885/stat : 22885 (xcsp_picat) R 22882 22885 22475 0 -1 4202496 3578729 0 0 0 37561 2661 0 0 20 0 1 0 247111935 12830027776 3099877 33554432000 4194304 5849940 140730455071120 140730455070120 5260437 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 29605888 140730455073974 140730455074052 140730455074052 140730455076810 0
/proc/22885/statm: 3132331 3099877 658 405 0 3129275 0
Current children cumulated CPU time: 402.22 s
Current children cumulated vsize: 12529324 KiB
Current children cumulated memory: 12399508 KiB

[startup+462.3 s]
/proc/loadavg: 1.95 1.96 1.95 3/188 22893
/proc/meminfo: memFree=7332636/32770624 swapFree=67108796/67108860
[pid=22885] ppid=22882 vsize=8555688 memory=5452080 CPUtime=462.21 cores=1,3,5,7
/proc/22885/stat : 22885 (xcsp_picat) R 22882 22885 22475 0 -1 4202496 4648052 0 0 0 43126 3095 0 0 20 0 1 0 247111935 8761024512 1363020 33554432000 4194304 5849940 140730455071120 140730455070088 5251224 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 29605888 140730455073974 140730455074052 140730455074052 140730455076810 0
/proc/22885/statm: 2138922 1363020 658 405 0 2135866 0
Current children cumulated CPU time: 462.21 s
Current children cumulated vsize: 8555688 KiB
Current children cumulated memory: 5452080 KiB


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

/proc/22885/statm: 3431403 3400080 658 405 0 3428347 0
Current children cumulated CPU time: 1722.01 s
Current children cumulated vsize: 13725612 KiB
Current children cumulated memory: 13600320 KiB

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 1.99 3/188 22978
/proc/meminfo: memFree=7516936/32770624 swapFree=67108796/67108860
[pid=22885] ppid=22882 vsize=13774440 memory=13648928 CPUtime=1782 cores=1,3,5,7
/proc/22885/stat : 22885 (xcsp_picat) R 22882 22885 22475 0 -1 4202496 19860157 0 0 0 164986 13214 0 0 20 0 1 0 247111935 14105026560 3412232 33554432000 4194304 5849940 140730455071120 140730455070120 5260621 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 29605888 140730455073974 140730455074052 140730455074052 140730455076810 0
/proc/22885/statm: 3443610 3412232 658 405 0 3440554 0
Current children cumulated CPU time: 1782 s
Current children cumulated vsize: 13774440 KiB
Current children cumulated memory: 13648928 KiB

[startup+1842.3 s]
/proc/loadavg: 2.01 2.01 1.99 3/188 22979
/proc/meminfo: memFree=6411156/32770624 swapFree=67108796/67108860
[pid=22885] ppid=22882 vsize=13823268 memory=13697496 CPUtime=1842 cores=1,3,5,7
/proc/22885/stat : 22885 (xcsp_picat) R 22882 22885 22475 0 -1 4202496 20346321 0 0 0 170585 13615 0 0 20 0 1 0 247111935 14155026432 3424374 33554432000 4194304 5849940 140730455071120 140730455070120 5260393 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 29605888 140730455073974 140730455074052 140730455074052 140730455076810 0
/proc/22885/statm: 3455817 3424374 658 405 0 3452761 0
Current children cumulated CPU time: 1842 s
Current children cumulated vsize: 13823268 KiB
Current children cumulated memory: 13697496 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/188 22980
/proc/meminfo: memFree=5509040/32770624 swapFree=67108796/67108860
[pid=22885] ppid=22882 vsize=13872100 memory=13748492 CPUtime=1901.99 cores=1,3,5,7
/proc/22885/stat : 22885 (xcsp_picat) R 22882 22885 22475 0 -1 4202496 20801933 0 0 0 176151 14048 0 0 20 0 1 0 247111935 14205030400 3437123 33554432000 4194304 5849940 140730455071120 140730455070120 5260600 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 29605888 140730455073974 140730455074052 140730455074052 140730455076810 0
/proc/22885/statm: 3468025 3437123 658 405 0 3464969 0
Current children cumulated CPU time: 1901.99 s
Current children cumulated vsize: 13872100 KiB
Current children cumulated memory: 13748492 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/188 22981
/proc/meminfo: memFree=4681124/32770624 swapFree=67108796/67108860
[pid=22885] ppid=22882 vsize=13920924 memory=13796832 CPUtime=1961.98 cores=1,3,5,7
/proc/22885/stat : 22885 (xcsp_picat) R 22882 22885 22475 0 -1 4202496 21269264 0 0 0 181746 14452 0 0 20 0 1 0 247111935 14255026176 3449208 33554432000 4194304 5849940 140730455071120 140730455070120 5269691 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 29605888 140730455073974 140730455074052 140730455074052 140730455076810 0
/proc/22885/statm: 3480231 3449208 658 405 0 3477175 0
Current children cumulated CPU time: 1961.98 s
Current children cumulated vsize: 13920924 KiB
Current children cumulated memory: 13796832 KiB

[startup+2022.3 s]
/proc/loadavg: 1.89 1.98 1.98 3/187 22982
/proc/meminfo: memFree=8150684/32770624 swapFree=67108796/67108860
[pid=22885] ppid=22882 vsize=9501976 memory=6012472 CPUtime=2021.97 cores=1,3,5,7
/proc/22885/stat : 22885 (xcsp_picat) R 22882 22885 22475 0 -1 4202496 21761115 0 0 0 187319 14878 0 0 20 0 1 0 247111935 9730023424 1503118 33554432000 4194304 5849940 140730455071120 140730455070088 5251224 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 29605888 140730455073974 140730455074052 140730455074052 140730455076810 0
/proc/22885/statm: 2375494 1503118 658 405 0 2372438 0
Current children cumulated CPU time: 2021.97 s
Current children cumulated vsize: 9501976 KiB
Current children cumulated memory: 6012472 KiB

[startup+2082.3 s]
/proc/loadavg: 1.96 1.99 1.98 3/187 22983
/proc/meminfo: memFree=7347516/32770624 swapFree=67108796/67108860
[pid=22885] ppid=22882 vsize=9535184 memory=6868748 CPUtime=2081.96 cores=1,3,5,7
/proc/22885/stat : 22885 (xcsp_picat) R 22882 22885 22475 0 -1 4202496 22256113 0 0 0 192899 15297 0 0 20 0 1 0 247111935 9764028416 1717187 33554432000 4194304 5849940 140730455071120 140730455070088 5251285 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29605888 140730455073974 140730455074052 140730455074052 140730455076810 0
/proc/22885/statm: 2383796 1717187 658 405 0 2380740 0
Current children cumulated CPU time: 2081.96 s
Current children cumulated vsize: 9535184 KiB
Current children cumulated memory: 6868748 KiB

[startup+2142.3 s]
/proc/loadavg: 1.99 1.99 1.98 3/187 22984
/proc/meminfo: memFree=6644788/32770624 swapFree=67108796/67108860
[pid=22885] ppid=22882 vsize=9568384 memory=7581660 CPUtime=2141.95 cores=1,3,5,7
/proc/22885/stat : 22885 (xcsp_picat) R 22882 22885 22475 0 -1 4202496 22748640 0 0 0 198449 15746 0 0 20 0 1 0 247111935 9798025216 1895415 33554432000 4194304 5849940 140730455071120 140730455070088 5249712 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 29605888 140730455073974 140730455074052 140730455074052 140730455076810 0
/proc/22885/statm: 2392096 1895415 658 405 0 2389040 0
Current children cumulated CPU time: 2141.95 s
Current children cumulated vsize: 9568384 KiB
Current children cumulated memory: 7581660 KiB

[startup+2202.3 s]
/proc/loadavg: 1.99 1.99 1.98 3/187 22985
/proc/meminfo: memFree=6024612/32770624 swapFree=67108796/67108860
[pid=22885] ppid=22882 vsize=9601588 memory=8253608 CPUtime=2201.95 cores=1,3,5,7
/proc/22885/stat : 22885 (xcsp_picat) R 22882 22885 22475 0 -1 4202496 23179369 0 0 0 203993 16202 0 0 20 0 1 0 247111935 9832026112 2063402 33554432000 4194304 5849940 140730455071120 140730455070088 5251342 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 29605888 140730455073974 140730455074052 140730455074052 140730455076810 0
/proc/22885/statm: 2400397 2063402 658 405 0 2397341 0
Current children cumulated CPU time: 2201.95 s
Current children cumulated vsize: 9601588 KiB
Current children cumulated memory: 8253608 KiB

[startup+2262.3 s]
/proc/loadavg: 1.94 1.97 1.98 3/187 22986
/proc/meminfo: memFree=5392152/32770624 swapFree=67108796/67108860
[pid=22885] ppid=22882 vsize=9634788 memory=8853872 CPUtime=2261.93 cores=1,3,5,7
/proc/22885/stat : 22885 (xcsp_picat) R 22882 22885 22475 0 -1 4202496 23652239 0 0 0 209560 16633 0 0 20 0 1 0 247111935 9866022912 2213468 33554432000 4194304 5849940 140730455071120 140730455070088 5249712 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 29605888 140730455073974 140730455074052 140730455074052 140730455076810 0
/proc/22885/statm: 2408697 2213468 658 405 0 2405641 0
Current children cumulated CPU time: 2261.93 s
Current children cumulated vsize: 9634788 KiB
Current children cumulated memory: 8853872 KiB

[startup+2322.3 s]
/proc/loadavg: 1.98 1.98 1.98 3/188 22995
/proc/meminfo: memFree=5073244/32770624 swapFree=67108796/67108860
[pid=22885] ppid=22882 vsize=9667996 memory=9323084 CPUtime=2321.92 cores=1,3,5,7
/proc/22885/stat : 22885 (xcsp_picat) R 22882 22885 22475 0 -1 4202496 24142149 0 0 0 215123 17069 0 0 20 0 1 0 247111935 9900027904 2330771 33554432000 4194304 5849940 140730455071120 140730455070088 5251224 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 29605888 140730455073974 140730455074052 140730455074052 140730455076810 0
/proc/22885/statm: 2416999 2330771 658 405 0 2413943 0
Current children cumulated CPU time: 2321.92 s
Current children cumulated vsize: 9667996 KiB
Current children cumulated memory: 9323084 KiB

[startup+2382.3 s]
/proc/loadavg: 2.55 2.13 2.03 3/188 22996
/proc/meminfo: memFree=4766448/32770624 swapFree=67108796/67108860
[pid=22885] ppid=22882 vsize=9701200 memory=9591696 CPUtime=2381.92 cores=1,3,5,7
/proc/22885/stat : 22885 (xcsp_picat) R 22882 22885 22475 0 -1 4202496 24651982 0 0 0 220691 17501 0 0 20 0 1 0 247111935 9934028800 2397924 33554432000 4194304 5849940 140730455071120 140730455070088 5262256 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 29605888 140730455073974 140730455074052 140730455074052 140730455076810 0
/proc/22885/statm: 2425300 2397924 658 405 0 2422244 0
Current children cumulated CPU time: 2381.92 s
Current children cumulated vsize: 9701200 KiB
Current children cumulated memory: 9591696 KiB

[startup+2442.3 s]
/proc/loadavg: 2.20 2.11 2.03 3/188 22997
/proc/meminfo: memFree=4547988/32770624 swapFree=67108796/67108860
[pid=22885] ppid=22882 vsize=14335964 memory=10787168 CPUtime=2441.92 cores=1,3,5,7
/proc/22885/stat : 22885 (xcsp_picat) R 22882 22885 22475 0 -1 4202496 25022926 0 0 0 226217 17975 0 0 20 0 1 0 247111935 14680027136 2696792 33554432000 4194304 5849940 140730455071120 140730455070088 5269297 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 29605888 140730455073974 140730455074052 140730455074052 140730455076810 0
/proc/22885/statm: 3583991 2696792 658 405 0 3580935 0
Current children cumulated CPU time: 2441.92 s
Current children cumulated vsize: 14335964 KiB
Current children cumulated memory: 10787168 KiB

[startup+2502.3 s]
/proc/loadavg: 2.07 2.09 2.03 3/188 23058
/proc/meminfo: memFree=14478292/32770624 swapFree=67108796/67108860
[pid=22885] ppid=22882 vsize=14384788 memory=14261308 CPUtime=2501.92 cores=1,3,5,7
/proc/22885/stat : 22885 (xcsp_picat) R 22882 22885 22475 0 -1 4202496 25308119 0 0 0 231808 18384 0 0 20 0 1 0 247111935 14730022912 3565327 33554432000 4194304 5849940 140730455071120 140730455070120 5260393 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 29605888 140730455073974 140730455074052 140730455074052 140730455076810 0
/proc/22885/statm: 3596197 3565327 658 405 0 3593141 0
Current children cumulated CPU time: 2501.92 s
Current children cumulated vsize: 14384788 KiB
Current children cumulated memory: 14261308 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.06 2.09 2.03 3/188 23059
/proc/meminfo: memFree=21591836/32770624 swapFree=67108796/67108860
[pid=22885] ppid=22882 vsize=9784204 memory=7146500 CPUtime=2519.62 cores=1,3,5,7
/proc/22885/stat : 22885 (xcsp_picat) R 22882 22885 22475 0 -1 4202496 25309562 0 0 0 233546 18416 0 0 20 0 1 0 247111935 10019024896 1786625 33554432000 4194304 5849940 140730455071120 140730455070088 5251221 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 29605888 140730455073974 140730455074052 140730455074052 140730455076810 0
/proc/22885/statm: 2446051 1786625 658 405 0 2442995 0
Current children cumulated CPU time: 2519.62 s
Current children cumulated vsize: 9784204 KiB
Current children cumulated memory: 7146500 KiB

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

[startup+2520.03 s]
# the end of solver process 22885 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2335.46 s, system=184.194 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.03
CPU time (s): 2519.66
CPU user time (s): 2335.46
CPU system time (s): 184.194
CPU usage (%): 99.985
Max. virtual memory (cumulated for all children) (KiB): 14384788
Max. memory (cumulated for all children) (KiB): 14261308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2335.46
system time used= 184.194
maximum resident set size= 14261308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25309563
page faults= 0
swaps= 0
block input operations= 0
block output operations= 32
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 2803


# summary of solver processes directly reported to runsolver:
#   pid: 22885
#   total CPU time (s): 2519.66
#   total CPU user time (s): 2335.46
#   total CPU system time (s): 184.194

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.43196 second user time and 19.8332 second system time

The end

Launcher Data

Begin job on node138 at 2018-08-15 03:11:28
IDJOB=4309502
IDBENCH=141105
IDSOLVER=2794
FILE ID=node138/4309502-1534295488
RUNJOBID= node138-1534292900-22507
PBS_JOBID= 21038133
Free space on /tmp= 27392 MiB

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

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

MD5SUM BENCH= 2ce24c19fa9a568edbc0ac2d9fbdd3a2
RANDOM SEED=831212397

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:        16462772 kB
MemAvailable:   23756060 kB
Buffers:          139340 kB
Cached:          7342636 kB
SwapCached:           12 kB
Active:         11908192 kB
Inactive:        3756764 kB
Active(anon):    8061248 kB
Inactive(anon):   182520 kB
Active(file):    3846944 kB
Inactive(file):  3574244 kB
Unevictable:        7260 kB
Mlocked:            7260 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:              3228 kB
Writeback:             0 kB
AnonPages:       8169740 kB
Mapped:            56108 kB
Shmem:             57964 kB
Slab:             328696 kB
SReclaimable:     300560 kB
SUnreclaim:        28136 kB
KernelStack:        3328 kB
PageTables:        20892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8728484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6516736 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= 27388 MiB
End job on node138 at 2018-08-15 03:53:28