Trace number 4293952

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.93 2520.02

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-01-0200_c18.xml
MD5SUMbcb772945ca2f244c7b00bb761820cd7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark35787314
Best CPU time to get the best result obtained on this benchmark2520.08
Satisfiable
(Un)Satisfiability was proved
Number of variables3236
Number of constraints2053
Number of domains39
Minimum domain size1
Maximum domain size95
Distribution of domain sizes[{"size":1,"count":3},{"size":2,"count":1142},{"size":11,"count":945},{"size":12,"count":1},{"size":21,"count":9},{"size":23,"count":22},{"size":25,"count":1},{"size":29,"count":34},{"size":33,"count":35},{"size":34,"count":18},{"size":35,"count":32},{"size":39,"count":8},{"size":40,"count":9},{"size":41,"count":15},{"size":49,"count":1},{"size":50,"count":19},{"size":51,"count":16},{"size":53,"count":5},{"size":55,"count":32},{"size":57,"count":10},{"size":58,"count":7},{"size":60,"count":9},{"size":64,"count":76},{"size":69,"count":85},{"size":74,"count":50},{"size":81,"count":87},{"size":91,"count":84},{"size":93,"count":31},{"size":95,"count":450}]
Minimum variable degree2
Maximum variable degree946
Distribution of variable degrees[{"degree":2,"count":2836},{"degree":3,"count":1},{"degree":4,"count":3},{"degree":5,"count":17},{"degree":6,"count":21},{"degree":7,"count":31},{"degree":8,"count":26},{"degree":9,"count":50},{"degree":10,"count":45},{"degree":11,"count":47},{"degree":12,"count":52},{"degree":13,"count":72},{"degree":14,"count":34},{"degree":946,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":163},{"arity":3,"count":945},{"arity":6,"count":945}]
Number of extensional constraints945
Number of intensional constraints1108
Distribution of constraint types[{"type":"extension","count":945},{"type":"intension","count":1108}]
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 (14917 MiB free)
  memory of node 1: 16384 MiB (6745 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293952-1532402297/watcher-4293952-1532402297 -o /tmp/evaluation-result-4293952-1532402297/solver-4293952-1532402297 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532401118-22574 --watchdog 2580 xcsp_picat HOME/instance-4293952-1532402297.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
solver pid=22726, runsolver pid=22723
Current StackSize limit: 8192 KiB


[startup+0.100833 s]*
/proc/loadavg: 2.15 2.07 1.83 3/187 22727
/proc/meminfo: memFree=22164272/32770624 swapFree=67108860/67108860
[pid=22726] ppid=22723 vsize=111688 memory=21304 CPUtime=0.1 cores=0,2,4,6
/proc/22726/stat : 22726 (xcsp_picat) R 22723 22726 17273 0 -1 4202496 1399 0 0 0 10 0 0 0 20 0 1 0 57792868 114368512 5326 33554432000 4194304 5849740 140721981488880 140721981488184 4476365 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 34193408 140721981494454 140721981494532 140721981494532 140721981497290 0
/proc/22726/statm: 27922 5326 614 405 0 24866 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 111688 KiB
Current children cumulated memory: 21304 KiB

[startup+0.209623 s]*
/proc/loadavg: 2.15 2.07 1.83 3/187 22727
/proc/meminfo: memFree=22158040/32770624 swapFree=67108860/67108860
[pid=22726] ppid=22723 vsize=111688 memory=27448 CPUtime=0.2 cores=0,2,4,6
/proc/22726/stat : 22726 (xcsp_picat) R 22723 22726 17273 0 -1 4202496 1402 0 0 0 20 0 0 0 20 0 1 0 57792868 114368512 6862 33554432000 4194304 5849740 140721981488880 140721981488184 140629021178880 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 34193408 140721981494454 140721981494532 140721981494532 140721981497290 0
/proc/22726/statm: 27922 6862 614 405 0 24866 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 111688 KiB
Current children cumulated memory: 27448 KiB

[startup+0.309453 s]*
/proc/loadavg: 2.15 2.07 1.83 3/187 22727
/proc/meminfo: memFree=22151896/32770624 swapFree=67108860/67108860
[pid=22726] ppid=22723 vsize=111688 memory=33592 CPUtime=0.3 cores=0,2,4,6
/proc/22726/stat : 22726 (xcsp_picat) R 22723 22726 17273 0 -1 4202496 1405 0 0 0 30 0 0 0 20 0 1 0 57792868 114368512 8398 33554432000 4194304 5849740 140721981488880 140721981488184 140629021178880 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 34193408 140721981494454 140721981494532 140721981494532 140721981497290 0
/proc/22726/statm: 27922 8398 614 405 0 24866 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 111688 KiB
Current children cumulated memory: 33592 KiB

[startup+0.7003 s]
/proc/loadavg: 2.15 2.07 1.83 3/187 22727
/proc/meminfo: memFree=22130364/32770624 swapFree=67108860/67108860
[pid=22726] ppid=22723 vsize=150040 memory=55240 CPUtime=0.69 cores=0,2,4,6
/proc/22726/stat : 22726 (xcsp_picat) R 22723 22726 17273 0 -1 4202496 2239 0 0 0 68 1 0 0 20 0 1 0 57792868 153640960 13810 33554432000 4194304 5849740 140721981488880 140721981488184 4376727 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 34193408 140721981494454 140721981494532 140721981494532 140721981497290 0
/proc/22726/statm: 37510 13810 633 405 0 34454 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 150040 KiB
Current children cumulated memory: 55240 KiB

[startup+1.50033 s]
/proc/loadavg: 2.15 2.07 1.83 3/187 22727
/proc/meminfo: memFree=22114228/32770624 swapFree=67108860/67108860
[pid=22726] ppid=22723 vsize=154716 memory=78528 CPUtime=1.48 cores=0,2,4,6
/proc/22726/stat : 22726 (xcsp_picat) R 22723 22726 17273 0 -1 4202496 3823 0 0 0 146 2 0 0 20 0 1 0 57792868 158429184 19632 33554432000 4194304 5849740 140721981488880 140721981488184 5250792 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 34193408 140721981494454 140721981494532 140721981494532 140721981497290 0
/proc/22726/statm: 38679 19632 633 405 0 35623 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 154716 KiB
Current children cumulated memory: 78528 KiB

[startup+3.10943 s]
/proc/loadavg: 2.14 2.07 1.83 3/187 22727
/proc/meminfo: memFree=22085620/32770624 swapFree=67108860/67108860
[pid=22726] ppid=22723 vsize=166240 memory=100288 CPUtime=3.1 cores=0,2,4,6
/proc/22726/stat : 22726 (xcsp_picat) R 22723 22726 17273 0 -1 4202496 10831 0 0 0 298 12 0 0 20 0 1 0 57792868 170229760 25072 33554432000 4194304 5849740 140721981488880 140721981487848 5249600 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 34193408 140721981494454 140721981494532 140721981494532 140721981497290 0
/proc/22726/statm: 41560 25072 633 405 0 38504 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 166240 KiB
Current children cumulated memory: 100288 KiB

[startup+6.30033 s]
/proc/loadavg: 2.14 2.07 1.83 3/187 22727
/proc/meminfo: memFree=22098436/32770624 swapFree=67108860/67108860
[pid=22726] ppid=22723 vsize=178008 memory=122496 CPUtime=6.28 cores=0,2,4,6
/proc/22726/stat : 22726 (xcsp_picat) R 22723 22726 17273 0 -1 4202496 23710 0 0 0 589 39 0 0 20 0 1 0 57792868 182280192 30624 33554432000 4194304 5849740 140721981488880 140721981487848 5262144 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 34193408 140721981494454 140721981494532 140721981494532 140721981497290 0
/proc/22726/statm: 44502 30624 633 405 0 41446 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 178008 KiB
Current children cumulated memory: 122496 KiB

[startup+12.7004 s]
/proc/loadavg: 2.12 2.07 1.83 3/187 22727
/proc/meminfo: memFree=21960992/32770624 swapFree=67108860/67108860
[pid=22726] ppid=22723 vsize=297412 memory=147212 CPUtime=12.69 cores=0,2,4,6
/proc/22726/stat : 22726 (xcsp_picat) R 22723 22726 17273 0 -1 4202496 35707 0 0 0 1197 72 0 0 20 0 1 0 57792868 304549888 36803 33554432000 4194304 5849740 140721981488880 140721981487848 5251261 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 34193408 140721981494454 140721981494532 140721981494532 140721981497290 0
/proc/22726/statm: 74353 36803 634 405 0 71297 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 297412 KiB
Current children cumulated memory: 147212 KiB

[startup+25.5003 s]
/proc/loadavg: 2.10 2.07 1.83 3/187 22727
/proc/meminfo: memFree=21772800/32770624 swapFree=67108860/67108860
[pid=22726] ppid=22723 vsize=548324 memory=434288 CPUtime=25.49 cores=0,2,4,6
/proc/22726/stat : 22726 (xcsp_picat) R 22723 22726 17273 0 -1 4202496 71851 0 0 0 2387 162 0 0 20 0 1 0 57792868 561483776 108572 33554432000 4194304 5849740 140721981488880 140721981488200 4476487 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 34193408 140721981494454 140721981494532 140721981494532 140721981497290 0
/proc/22726/statm: 137081 108572 634 405 0 134025 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 548324 KiB
Current children cumulated memory: 434288 KiB

[startup+51.1096 s]
/proc/loadavg: 2.07 2.06 1.84 3/187 22727
/proc/meminfo: memFree=20854188/32770624 swapFree=67108860/67108860
[pid=22726] ppid=22723 vsize=1537092 memory=1328544 CPUtime=51.1 cores=0,2,4,6
/proc/22726/stat : 22726 (xcsp_picat) R 22723 22726 17273 0 -1 4202496 85250 0 0 0 4911 199 0 0 20 0 1 0 57792868 1573982208 332136 33554432000 4194304 5849740 140721981488880 140721981487992 5338159 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 34193408 140721981494454 140721981494532 140721981494532 140721981497290 0
/proc/22726/statm: 384273 332136 746 405 0 381217 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 1537092 KiB
Current children cumulated memory: 1328544 KiB

[startup+102.3 s]
/proc/loadavg: 2.03 2.05 1.85 3/187 22728
/proc/meminfo: memFree=20832408/32770624 swapFree=67108860/67108860
[pid=22726] ppid=22723 vsize=1559164 memory=1350672 CPUtime=102.28 cores=0,2,4,6
/proc/22726/stat : 22726 (xcsp_picat) R 22723 22726 17273 0 -1 4202496 88717 0 0 0 10016 212 0 0 20 0 1 0 57792868 1596583936 337668 33554432000 4194304 5849740 140721981488880 140721981487880 5413317 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 34193408 140721981494454 140721981494532 140721981494532 140721981497290 0
/proc/22726/statm: 389791 337668 759 405 0 386735 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 1559164 KiB
Current children cumulated memory: 1350672 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.04 1.86 3/188 22737
/proc/meminfo: memFree=20799284/32770624 swapFree=67108860/67108860
[pid=22726] ppid=22723 vsize=1591176 memory=1382684 CPUtime=162.28 cores=0,2,4,6
/proc/22726/stat : 22726 (xcsp_picat) R 22723 22726 17273 0 -1 4202496 111884 0 0 0 15983 245 0 0 20 0 1 0 57792868 1629364224 345671 33554432000 4194304 5849740 140721981488880 140721981487880 5312640 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 34193408 140721981494454 140721981494532 140721981494532 140721981497290 0
/proc/22726/statm: 397794 345671 759 405 0 394738 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 1591176 KiB
Current children cumulated memory: 1382684 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.04 1.87 3/188 22738
/proc/meminfo: memFree=20756952/32770624 swapFree=67108860/67108860
[pid=22726] ppid=22723 vsize=1590912 memory=1382420 CPUtime=222.28 cores=0,2,4,6
/proc/22726/stat : 22726 (xcsp_picat) R 22723 22726 17273 0 -1 4202496 149238 0 0 0 21943 285 0 0 20 0 1 0 57792868 1629093888 345605 33554432000 4194304 5849740 140721981488880 140721981487368 140629021200263 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 34193408 140721981494454 140721981494532 140721981494532 140721981497290 0
/proc/22726/statm: 397728 345605 759 405 0 394672 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 1590912 KiB
Current children cumulated memory: 1382420 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.03 1.87 3/188 22739
/proc/meminfo: memFree=20756960/32770624 swapFree=67108860/67108860
[pid=22726] ppid=22723 vsize=1590424 memory=1381932 CPUtime=282.27 cores=0,2,4,6
/proc/22726/stat : 22726 (xcsp_picat) R 22723 22726 17273 0 -1 4202496 190616 0 0 0 27902 325 0 0 20 0 1 0 57792868 1628594176 345483 33554432000 4194304 5849740 140721981488880 140721981487880 5437408 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 34193408 140721981494454 140721981494532 140721981494532 140721981497290 0
/proc/22726/statm: 397606 345483 759 405 0 394550 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 1590424 KiB
Current children cumulated memory: 1381932 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 1.88 3/188 22740
/proc/meminfo: memFree=20800108/32770624 swapFree=67108860/67108860
[pid=22726] ppid=22723 vsize=1590260 memory=1381768 CPUtime=342.27 cores=0,2,4,6
/proc/22726/stat : 22726 (xcsp_picat) R 22723 22726 17273 0 -1 4202496 230483 0 0 0 33868 359 0 0 20 0 1 0 57792868 1628426240 345442 33554432000 4194304 5849740 140721981488880 140721981487880 140629021200263 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 34193408 140721981494454 140721981494532 140721981494532 140721981497290 0
/proc/22726/statm: 397565 345442 759 405 0 394509 0
Current children cumulated CPU time: 342.27 s
Current children cumulated vsize: 1590260 KiB
Current children cumulated memory: 1381768 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 1.89 3/188 22741
/proc/meminfo: memFree=20800660/32770624 swapFree=67108860/67108860
[pid=22726] ppid=22723 vsize=1590260 memory=1381768 CPUtime=402.27 cores=0,2,4,6
/proc/22726/stat : 22726 (xcsp_picat) R 22723 22726 17273 0 -1 4202496 270792 0 0 0 39832 395 0 0 20 0 1 0 57792868 1628426240 345442 33554432000 4194304 5849740 140721981488880 140721981487880 5359569 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 34193408 140721981494454 140721981494532 140721981494532 140721981497290 0
/proc/22726/statm: 397565 345442 759 405 0 394509 0
Current children cumulated CPU time: 402.27 s
Current children cumulated vsize: 1590260 KiB
Current children cumulated memory: 1381768 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 1.89 3/187 22743
/proc/meminfo: memFree=20789400/32770624 swapFree=67108860/67108860
[pid=22726] ppid=22723 vsize=1602096 memory=1393604 CPUtime=462.27 cores=0,2,4,6
/proc/22726/stat : 22726 (xcsp_picat) R 22723 22726 17273 0 -1 4202496 305388 0 0 0 45798 429 0 0 20 0 1 0 57792868 1640546304 348401 33554432000 4194304 5849740 140721981488880 140721981488040 140629021200263 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 34193408 140721981494454 140721981494532 140721981494532 140721981497290 0
/proc/22726/statm: 400524 348401 759 405 0 397468 0
Current children cumulated CPU time: 462.27 s
Current children cumulated vsize: 1602096 KiB
Current children cumulated memory: 1393604 KiB


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

/proc/22726/statm: 388497 336383 768 405 0 385441 0
Current children cumulated CPU time: 1722.23 s
Current children cumulated vsize: 1553988 KiB
Current children cumulated memory: 1345532 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/187 22968
/proc/meminfo: memFree=24702560/32770624 swapFree=67108860/67108860
[pid=22726] ppid=22723 vsize=1522960 memory=1314504 CPUtime=1782.23 cores=0,2,4,6
/proc/22726/stat : 22726 (xcsp_picat) R 22723 22726 17273 0 -1 4202496 673136 0 0 0 177135 1088 0 0 20 0 1 0 57792868 1559511040 328626 33554432000 4194304 5849740 140721981488880 140721981487880 140629021200263 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 34193408 140721981494454 140721981494532 140721981494532 140721981497290 0
/proc/22726/statm: 380740 328626 768 405 0 377684 0
Current children cumulated CPU time: 1782.23 s
Current children cumulated vsize: 1522960 KiB
Current children cumulated memory: 1314504 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/187 22969
/proc/meminfo: memFree=24604700/32770624 swapFree=67108860/67108860
[pid=22726] ppid=22723 vsize=1531996 memory=1323540 CPUtime=1842.22 cores=0,2,4,6
/proc/22726/stat : 22726 (xcsp_picat) R 22723 22726 17273 0 -1 4202496 682487 0 0 0 183103 1119 0 0 20 0 1 0 57792868 1568763904 330885 33554432000 4194304 5849740 140721981488880 140721981487880 140629021200263 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 34193408 140721981494454 140721981494532 140721981494532 140721981497290 0
/proc/22726/statm: 382999 330885 768 405 0 379943 0
Current children cumulated CPU time: 1842.22 s
Current children cumulated vsize: 1531996 KiB
Current children cumulated memory: 1323540 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/187 22970
/proc/meminfo: memFree=24671792/32770624 swapFree=67108860/67108860
[pid=22726] ppid=22723 vsize=1553996 memory=1345540 CPUtime=1902.22 cores=0,2,4,6
/proc/22726/stat : 22726 (xcsp_picat) R 22723 22726 17273 0 -1 4202496 686704 0 0 0 189080 1142 0 0 20 0 1 0 57792868 1591291904 336385 33554432000 4194304 5849740 140721981488880 140721981487880 4210166 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 34193408 140721981494454 140721981494532 140721981494532 140721981497290 0
/proc/22726/statm: 388499 336385 768 405 0 385443 0
Current children cumulated CPU time: 1902.22 s
Current children cumulated vsize: 1553996 KiB
Current children cumulated memory: 1345540 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 22979
/proc/meminfo: memFree=24701044/32770624 swapFree=67108860/67108860
[pid=22726] ppid=22723 vsize=1522988 memory=1314532 CPUtime=1962.22 cores=0,2,4,6
/proc/22726/stat : 22726 (xcsp_picat) R 22723 22726 17273 0 -1 4202496 693213 0 0 0 195038 1184 0 0 20 0 1 0 57792868 1559539712 328633 33554432000 4194304 5849740 140721981488880 140721981487880 140629021200263 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 34193408 140721981494454 140721981494532 140721981494532 140721981497290 0
/proc/22726/statm: 380747 328633 768 405 0 377691 0
Current children cumulated CPU time: 1962.22 s
Current children cumulated vsize: 1522988 KiB
Current children cumulated memory: 1314532 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 22980
/proc/meminfo: memFree=24691944/32770624 swapFree=67108860/67108860
[pid=22726] ppid=22723 vsize=1532364 memory=1323908 CPUtime=2022.22 cores=0,2,4,6
/proc/22726/stat : 22726 (xcsp_picat) R 22723 22726 17273 0 -1 4202496 697353 0 0 0 201017 1205 0 0 20 0 1 0 57792868 1569140736 330977 33554432000 4194304 5849740 140721981488880 140721981487880 5311814 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 34193408 140721981494454 140721981494532 140721981494532 140721981497290 0
/proc/22726/statm: 383091 330977 768 405 0 380035 0
Current children cumulated CPU time: 2022.22 s
Current children cumulated vsize: 1532364 KiB
Current children cumulated memory: 1323908 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 22981
/proc/meminfo: memFree=24610840/32770624 swapFree=67108860/67108860
[pid=22726] ppid=22723 vsize=1523032 memory=1316620 CPUtime=2082.22 cores=0,2,4,6
/proc/22726/stat : 22726 (xcsp_picat) R 22723 22726 17273 0 -1 4202496 702360 0 0 0 206974 1248 0 0 20 0 1 0 57792868 1559584768 329155 33554432000 4194304 5849740 140721981488880 140721981487880 5307594 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 34193408 140721981494454 140721981494532 140721981494532 140721981497290 0
/proc/22726/statm: 380758 329155 768 405 0 377702 0
Current children cumulated CPU time: 2082.22 s
Current children cumulated vsize: 1523032 KiB
Current children cumulated memory: 1316620 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 22982
/proc/meminfo: memFree=24610448/32770624 swapFree=67108860/67108860
[pid=22726] ppid=22723 vsize=1523596 memory=1317184 CPUtime=2142.22 cores=0,2,4,6
/proc/22726/stat : 22726 (xcsp_picat) R 22723 22726 17273 0 -1 4202496 711638 0 0 0 212947 1275 0 0 20 0 1 0 57792868 1560162304 329296 33554432000 4194304 5849740 140721981488880 140721981487880 140629021200263 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 34193408 140721981494454 140721981494532 140721981494532 140721981497290 0
/proc/22726/statm: 380899 329296 768 405 0 377843 0
Current children cumulated CPU time: 2142.22 s
Current children cumulated vsize: 1523596 KiB
Current children cumulated memory: 1317184 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 22983
/proc/meminfo: memFree=24690400/32770624 swapFree=67108860/67108860
[pid=22726] ppid=22723 vsize=1532332 memory=1325920 CPUtime=2202.21 cores=0,2,4,6
/proc/22726/stat : 22726 (xcsp_picat) R 22723 22726 17273 0 -1 4202496 715071 0 0 0 218922 1299 0 0 20 0 1 0 57792868 1569107968 331480 33554432000 4194304 5849740 140721981488880 140721981487880 4211681 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 34193408 140721981494454 140721981494532 140721981494532 140721981497290 0
/proc/22726/statm: 383083 331480 768 405 0 380027 0
Current children cumulated CPU time: 2202.21 s
Current children cumulated vsize: 1532332 KiB
Current children cumulated memory: 1325920 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/187 22985
/proc/meminfo: memFree=24598136/32770624 swapFree=67108860/67108860
[pid=22726] ppid=22723 vsize=1532324 memory=1328756 CPUtime=2262.21 cores=0,2,4,6
/proc/22726/stat : 22726 (xcsp_picat) R 22723 22726 17273 0 -1 4202496 717533 0 0 0 224897 1324 0 0 20 0 1 0 57792868 1569099776 332189 33554432000 4194304 5849740 140721981488880 140721981487368 140629021200263 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 34193408 140721981494454 140721981494532 140721981494532 140721981497290 0
/proc/22726/statm: 383081 332189 768 405 0 380025 0
Current children cumulated CPU time: 2262.21 s
Current children cumulated vsize: 1532324 KiB
Current children cumulated memory: 1328756 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/187 22986
/proc/meminfo: memFree=24534560/32770624 swapFree=67108860/67108860
[pid=22726] ppid=22723 vsize=1594432 memory=1390864 CPUtime=2322.2 cores=0,2,4,6
/proc/22726/stat : 22726 (xcsp_picat) R 22723 22726 17273 0 -1 4202496 727335 0 0 0 230863 1357 0 0 20 0 1 0 57792868 1632698368 347716 33554432000 4194304 5849740 140721981488880 140721981487880 140629021200263 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 34193408 140721981494454 140721981494532 140721981494532 140721981497290 0
/proc/22726/statm: 398608 347716 768 405 0 395552 0
Current children cumulated CPU time: 2322.2 s
Current children cumulated vsize: 1594432 KiB
Current children cumulated memory: 1390864 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/187 23052
/proc/meminfo: memFree=20225352/32770624 swapFree=67108860/67108860
[pid=22726] ppid=22723 vsize=1522720 memory=1319152 CPUtime=2382.2 cores=0,2,4,6
/proc/22726/stat : 22726 (xcsp_picat) R 22723 22726 17273 0 -1 4202496 732253 0 0 0 236823 1397 0 0 20 0 1 0 57792868 1559265280 329788 33554432000 4194304 5849740 140721981488880 140721981487528 140629021200263 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 34193408 140721981494454 140721981494532 140721981494532 140721981497290 0
/proc/22726/statm: 380680 329788 768 405 0 377624 0
Current children cumulated CPU time: 2382.2 s
Current children cumulated vsize: 1522720 KiB
Current children cumulated memory: 1319152 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/187 23054
/proc/meminfo: memFree=15531136/32770624 swapFree=67108860/67108860
[pid=22726] ppid=22723 vsize=1530536 memory=1326968 CPUtime=2442.2 cores=0,2,4,6
/proc/22726/stat : 22726 (xcsp_picat) R 22723 22726 17273 0 -1 4202496 741273 0 0 0 242776 1444 0 0 20 0 1 0 57792868 1567268864 331742 33554432000 4194304 5849740 140721981488880 140721981487608 140629021200263 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 34193408 140721981494454 140721981494532 140721981494532 140721981497290 0
/proc/22726/statm: 382634 331742 768 405 0 379578 0
Current children cumulated CPU time: 2442.2 s
Current children cumulated vsize: 1530536 KiB
Current children cumulated memory: 1326968 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/187 23055
/proc/meminfo: memFree=15398264/32770624 swapFree=67108860/67108860
[pid=22726] ppid=22723 vsize=1530460 memory=1326892 CPUtime=2502.2 cores=0,2,4,6
/proc/22726/stat : 22726 (xcsp_picat) R 22723 22726 17273 0 -1 4202496 750222 0 0 0 248735 1485 0 0 20 0 1 0 57792868 1567191040 331723 33554432000 4194304 5849740 140721981488880 140721981487880 140629021200263 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 34193408 140721981494454 140721981494532 140721981494532 140721981497290 0
/proc/22726/statm: 382615 331723 768 405 0 379559 0
Current children cumulated CPU time: 2502.2 s
Current children cumulated vsize: 1530460 KiB
Current children cumulated memory: 1326892 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.00 1.95 3/188 23063
/proc/meminfo: memFree=15348876/32770624 swapFree=67108860/67108860
[pid=22726] ppid=22723 vsize=1530460 memory=1326892 CPUtime=2519.91 cores=0,2,4,6
/proc/22726/stat : 22726 (xcsp_picat) R 22723 22726 17273 0 -1 4202496 752065 0 0 0 250495 1496 0 0 20 0 1 0 57792868 1567191040 331723 33554432000 4194304 5849740 140721981488880 140721981487880 140629021200263 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 34193408 140721981494454 140721981494532 140721981494532 140721981497290 0
/proc/22726/statm: 382615 331723 768 405 0 379559 0
Current children cumulated CPU time: 2519.91 s
Current children cumulated vsize: 1530460 KiB
Current children cumulated memory: 1326892 KiB

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

[startup+2520.02 s]
# the end of solver process 22726 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2504.96 s, system=14.9695 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): 2519.93
CPU user time (s): 2504.96
CPU system time (s): 14.9695
CPU usage (%): 99.9965
Max. virtual memory (cumulated for all children) (KiB): 1886792
Max. memory (cumulated for all children) (KiB): 1423536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2504.96
system time used= 14.9695
maximum resident set size= 1423536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 752065
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= 4
involuntary context switches= 814


# summary of solver processes directly reported to runsolver:
#   pid: 22726
#   total CPU time (s): 2519.93
#   total CPU user time (s): 2504.96
#   total CPU system time (s): 14.9695

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.90241 second user time and 17.7588 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-24 05:18:17
IDJOB=4293952
IDBENCH=141272
IDSOLVER=2754
FILE ID=node151/4293952-1532402297
RUNJOBID= node151-1532401118-22574
PBS_JOBID= 21021572
Free space on /tmp= 54884 MiB

SOLVER NAME= PicatSAT 2018-06-15
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-01-0200_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293952-1532402297/watcher-4293952-1532402297 -o /tmp/evaluation-result-4293952-1532402297/solver-4293952-1532402297 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532401118-22574 --watchdog 2580  xcsp_picat HOME/instance-4293952-1532402297.xml

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

MD5SUM BENCH= bcb772945ca2f244c7b00bb761820cd7
RANDOM SEED=143846318

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:        22183800 kB
MemAvailable:   26813388 kB
Buffers:          155460 kB
Cached:          4715256 kB
SwapCached:            0 kB
Active:          6223148 kB
Inactive:        3835844 kB
Active(anon):    5138700 kB
Inactive(anon):    69372 kB
Active(file):    1084448 kB
Inactive(file):  3766472 kB
Unevictable:        7784 kB
Mlocked:            7784 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             43080 kB
Writeback:             0 kB
AnonPages:       5239332 kB
Mapped:            40520 kB
Shmem:             17032 kB
Slab:             216684 kB
SReclaimable:     189008 kB
SUnreclaim:        27676 kB
KernelStack:        3616 kB
PageTables:        15056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6245176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4995072 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= 55016 MiB
End job on node151 at 2018-07-24 06:00:17