Trace number 4293336

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.79 2520.01

General information on the benchmark

NameAuction/Auction-cnt/
Auction-cnt-matching080_c18.xml
MD5SUM1c5d38a24e9bc38d89c13541019d4118
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark49734878
Best CPU time to get the best result obtained on this benchmark2520.08
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints318
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2000}]
Minimum variable degree4
Maximum variable degree4
Distribution of variable degrees[{"degree":4,"count":2000}]
Minimum constraint arity3
Maximum constraint arity76
Distribution of constraint arities[{"arity":3,"count":9},{"arity":5,"count":1},{"arity":6,"count":29},{"arity":8,"count":1},{"arity":9,"count":2},{"arity":10,"count":181},{"arity":11,"count":1},{"arity":15,"count":4},{"arity":16,"count":1},{"arity":17,"count":1},{"arity":19,"count":2},{"arity":21,"count":1},{"arity":23,"count":3},{"arity":24,"count":3},{"arity":25,"count":1},{"arity":26,"count":1},{"arity":27,"count":2},{"arity":28,"count":1},{"arity":29,"count":1},{"arity":30,"count":1},{"arity":31,"count":3},{"arity":33,"count":2},{"arity":34,"count":1},{"arity":35,"count":2},{"arity":36,"count":5},"...",{"arity":45,"count":4}, {"arity":46,"count":6}, {"arity":47,"count":2}, {"arity":48,"count":3}, {"arity":49,"count":2}, {"arity":50,"count":1}, {"arity":51,"count":2}, {"arity":52,"count":2}, {"arity":54,"count":1}, {"arity":55,"count":2}, {"arity":56,"count":2}, {"arity":57,"count":1}, {"arity":58,"count":1}, {"arity":59,"count":1}, {"arity":60,"count":1}, {"arity":61,"count":1}, {"arity":62,"count":1}, {"arity":63,"count":1}, {"arity":64,"count":4}, {"arity":65,"count":1}, {"arity":66,"count":1}, {"arity":68,"count":1}, {"arity":69,"count":1}, {"arity":71,"count":1}, {"arity":76,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":318}]
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 (12952 MiB free)
  memory of node 1: 16384 MiB (15171 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293336-1532315479/watcher-4293336-1532315479 -o /tmp/evaluation-result-4293336-1532315479/solver-4293336-1532315479 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532297650-6630 --watchdog 2580 xcsp_picat HOME/instance-4293336-1532315479.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=8421, runsolver pid=8418
Current StackSize limit: 8192 KiB


[startup+0.100645 s]*
/proc/loadavg: 2.00 2.03 2.05 3/188 8422
/proc/meminfo: memFree=28765256/32770624 swapFree=67108796/67108860
[pid=8421] ppid=8418 vsize=112368 memory=37448 CPUtime=0.1 cores=0,2,4,6
/proc/8421/stat : 8421 (xcsp_picat) R 8418 8421 6599 0 -1 4202496 1849 0 0 0 10 0 0 0 20 0 1 0 49111032 115064832 9362 33554432000 4194304 5849740 140729984241680 140729984240984 5257103 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 42627072 140729984246966 140729984247044 140729984247044 140729984249802 0
/proc/8421/statm: 28092 9362 652 405 0 25036 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 112368 KiB
Current children cumulated memory: 37448 KiB

[startup+0.209876 s]*
/proc/loadavg: 2.00 2.03 2.05 3/188 8422
/proc/meminfo: memFree=28739908/32770624 swapFree=67108796/67108860
[pid=8421] ppid=8418 vsize=150640 memory=63228 CPUtime=0.21 cores=0,2,4,6
/proc/8421/stat : 8421 (xcsp_picat) R 8418 8421 6599 0 -1 4202496 5458 0 0 0 20 1 0 0 20 0 1 0 49111032 154255360 15807 33554432000 4194304 5849740 140729984241680 140729984240984 5432249 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 42627072 140729984246966 140729984247044 140729984247044 140729984249802 0
/proc/8421/statm: 37660 15807 672 405 0 34604 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 150640 KiB
Current children cumulated memory: 63228 KiB

[startup+0.309708 s]*
/proc/loadavg: 2.00 2.03 2.05 3/188 8422
/proc/meminfo: memFree=28715400/32770624 swapFree=67108796/67108860
[pid=8421] ppid=8418 vsize=175224 memory=88116 CPUtime=0.3 cores=0,2,4,6
/proc/8421/stat : 8421 (xcsp_picat) R 8418 8421 6599 0 -1 4202496 7032 0 0 0 29 1 0 0 20 0 1 0 49111032 179429376 22029 33554432000 4194304 5849740 140729984241680 140729984240984 140592183078791 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 42627072 140729984246966 140729984247044 140729984247044 140729984249802 0
/proc/8421/statm: 43806 22029 685 405 0 40750 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 175224 KiB
Current children cumulated memory: 88116 KiB

[startup+0.700439 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 8422
/proc/meminfo: memFree=28716904/32770624 swapFree=67108796/67108860
[pid=8421] ppid=8418 vsize=172108 memory=85072 CPUtime=0.69 cores=0,2,4,6
/proc/8421/stat : 8421 (xcsp_picat) R 8418 8421 6599 0 -1 4202496 7050 0 0 0 68 1 0 0 20 0 1 0 49111032 176238592 21268 33554432000 4194304 5849740 140729984241680 140729984240616 5335576 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 42627072 140729984246966 140729984247044 140729984247044 140729984249802 0
/proc/8421/statm: 43027 21268 703 405 0 39971 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 172108 KiB
Current children cumulated memory: 85072 KiB

[startup+1.50047 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 8422
/proc/meminfo: memFree=28716904/32770624 swapFree=67108796/67108860
[pid=8421] ppid=8418 vsize=172108 memory=85072 CPUtime=1.49 cores=0,2,4,6
/proc/8421/stat : 8421 (xcsp_picat) R 8418 8421 6599 0 -1 4202496 7052 0 0 0 148 1 0 0 20 0 1 0 49111032 176238592 21268 33554432000 4194304 5849740 140729984241680 140729984240328 5359130 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 42627072 140729984246966 140729984247044 140729984247044 140729984249802 0
/proc/8421/statm: 43027 21268 703 405 0 39971 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 172108 KiB
Current children cumulated memory: 85072 KiB

[startup+3.10953 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 8422
/proc/meminfo: memFree=28718144/32770624 swapFree=67108796/67108860
[pid=8421] ppid=8418 vsize=170724 memory=83780 CPUtime=3.1 cores=0,2,4,6
/proc/8421/stat : 8421 (xcsp_picat) R 8418 8421 6599 0 -1 4202496 12298 0 0 0 308 2 0 0 20 0 1 0 49111032 174821376 20945 33554432000 4194304 5849740 140729984241680 140729984240552 5307104 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 42627072 140729984246966 140729984247044 140729984247044 140729984249802 0
/proc/8421/statm: 42681 20945 726 405 0 39625 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 170724 KiB
Current children cumulated memory: 83780 KiB

[startup+6.30033 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 8422
/proc/meminfo: memFree=28715228/32770624 swapFree=67108796/67108860
[pid=8421] ppid=8418 vsize=174416 memory=87492 CPUtime=6.29 cores=0,2,4,6
/proc/8421/stat : 8421 (xcsp_picat) R 8418 8421 6599 0 -1 4202496 16497 0 0 0 627 2 0 0 20 0 1 0 49111032 178601984 21873 33554432000 4194304 5849740 140729984241680 140729984239928 4211868 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 42627072 140729984246966 140729984247044 140729984247044 140729984249802 0
/proc/8421/statm: 43604 21873 730 405 0 40548 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 174416 KiB
Current children cumulated memory: 87492 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 8422
/proc/meminfo: memFree=28715476/32770624 swapFree=67108796/67108860
[pid=8421] ppid=8418 vsize=174416 memory=87508 CPUtime=12.68 cores=0,2,4,6
/proc/8421/stat : 8421 (xcsp_picat) R 8418 8421 6599 0 -1 4202496 20986 0 0 0 1263 5 0 0 20 0 1 0 49111032 178601984 21877 33554432000 4194304 5849740 140729984241680 140729984240168 5308868 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 42627072 140729984246966 140729984247044 140729984247044 140729984249802 0
/proc/8421/statm: 43604 21877 734 405 0 40548 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 174416 KiB
Current children cumulated memory: 87508 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 8422
/proc/meminfo: memFree=28719388/32770624 swapFree=67108796/67108860
[pid=8421] ppid=8418 vsize=169480 memory=82572 CPUtime=25.49 cores=0,2,4,6
/proc/8421/stat : 8421 (xcsp_picat) R 8418 8421 6599 0 -1 4202496 28845 0 0 0 2534 15 0 0 20 0 1 0 49111032 173547520 20643 33554432000 4194304 5849740 140729984241680 140729984240680 140592183078791 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 42627072 140729984246966 140729984247044 140729984247044 140729984249802 0
/proc/8421/statm: 42370 20643 734 405 0 39314 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 169480 KiB
Current children cumulated memory: 82572 KiB

[startup+51.1097 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 8422
/proc/meminfo: memFree=28717612/32770624 swapFree=67108796/67108860
[pid=8421] ppid=8418 vsize=169264 memory=82356 CPUtime=51.1 cores=0,2,4,6
/proc/8421/stat : 8421 (xcsp_picat) R 8418 8421 6599 0 -1 4202496 33828 0 0 0 5082 28 0 0 20 0 1 0 49111032 173326336 20589 33554432000 4194304 5849740 140729984241680 140729984240680 140592183078791 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 42627072 140729984246966 140729984247044 140729984247044 140729984249802 0
/proc/8421/statm: 42316 20589 734 405 0 39260 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 169264 KiB
Current children cumulated memory: 82356 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 8423
/proc/meminfo: memFree=28744848/32770624 swapFree=67108796/67108860
[pid=8421] ppid=8418 vsize=169052 memory=86776 CPUtime=102.28 cores=0,2,4,6
/proc/8421/stat : 8421 (xcsp_picat) R 8418 8421 6599 0 -1 4202496 36436 0 0 0 10175 53 0 0 20 0 1 0 49111032 173109248 21694 33554432000 4194304 5849740 140729984241680 140729984240840 140592183078791 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 42627072 140729984246966 140729984247044 140729984247044 140729984249802 0
/proc/8421/statm: 42263 21694 734 405 0 39207 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 169052 KiB
Current children cumulated memory: 86776 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 8424
/proc/meminfo: memFree=28706736/32770624 swapFree=67108796/67108860
[pid=8421] ppid=8418 vsize=174808 memory=94536 CPUtime=162.28 cores=0,2,4,6
/proc/8421/stat : 8421 (xcsp_picat) R 8418 8421 6599 0 -1 4202496 39571 0 0 0 16146 82 0 0 20 0 1 0 49111032 179003392 23634 33554432000 4194304 5849740 140729984241680 140729984240680 140592183078791 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 42627072 140729984246966 140729984247044 140729984247044 140729984249802 0
/proc/8421/statm: 43702 23634 734 405 0 40646 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 174808 KiB
Current children cumulated memory: 94536 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 8425
/proc/meminfo: memFree=28638888/32770624 swapFree=67108796/67108860
[pid=8421] ppid=8418 vsize=177816 memory=96896 CPUtime=222.27 cores=0,2,4,6
/proc/8421/stat : 8421 (xcsp_picat) R 8418 8421 6599 0 -1 4202496 42679 0 0 0 22114 113 0 0 20 0 1 0 49111032 182083584 24224 33554432000 4194304 5849740 140729984241680 140729984240680 140592183078791 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 42627072 140729984246966 140729984247044 140729984247044 140729984249802 0
/proc/8421/statm: 44454 24224 734 405 0 41398 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 177816 KiB
Current children cumulated memory: 96896 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8426
/proc/meminfo: memFree=28631820/32770624 swapFree=67108796/67108860
[pid=8421] ppid=8418 vsize=184144 memory=103872 CPUtime=282.26 cores=0,2,4,6
/proc/8421/stat : 8421 (xcsp_picat) R 8418 8421 6599 0 -1 4202496 46769 0 0 0 28084 142 0 0 20 0 1 0 49111032 188563456 25968 33554432000 4194304 5849740 140729984241680 140729984240680 140592183078791 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 42627072 140729984246966 140729984247044 140729984247044 140729984249802 0
/proc/8421/statm: 46036 25968 734 405 0 42980 0
Current children cumulated CPU time: 282.26 s
Current children cumulated vsize: 184144 KiB
Current children cumulated memory: 103872 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8427
/proc/meminfo: memFree=28722592/32770624 swapFree=67108796/67108860
[pid=8421] ppid=8418 vsize=186292 memory=106128 CPUtime=342.26 cores=0,2,4,6
/proc/8421/stat : 8421 (xcsp_picat) R 8418 8421 6599 0 -1 4202496 51086 0 0 0 34056 170 0 0 20 0 1 0 49111032 190763008 26532 33554432000 4194304 5849740 140729984241680 140729984240680 140592183078791 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 42627072 140729984246966 140729984247044 140729984247044 140729984249802 0
/proc/8421/statm: 46573 26532 734 405 0 43517 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 186292 KiB
Current children cumulated memory: 106128 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8428
/proc/meminfo: memFree=28686768/32770624 swapFree=67108796/67108860
[pid=8421] ppid=8418 vsize=190208 memory=109936 CPUtime=402.26 cores=0,2,4,6
/proc/8421/stat : 8421 (xcsp_picat) R 8418 8421 6599 0 -1 4202496 54241 0 0 0 40026 200 0 0 20 0 1 0 49111032 194772992 27484 33554432000 4194304 5849740 140729984241680 140729984240680 140592183078791 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 42627072 140729984246966 140729984247044 140729984247044 140729984249802 0
/proc/8421/statm: 47552 27484 734 405 0 44496 0
Current children cumulated CPU time: 402.26 s
Current children cumulated vsize: 190208 KiB
Current children cumulated memory: 109936 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8429
/proc/meminfo: memFree=28621280/32770624 swapFree=67108796/67108860
[pid=8421] ppid=8418 vsize=190188 memory=109916 CPUtime=462.25 cores=0,2,4,6
/proc/8421/stat : 8421 (xcsp_picat) R 8418 8421 6599 0 -1 4202496 56102 0 0 0 45998 227 0 0 20 0 1 0 49111032 194752512 27479 33554432000 4194304 5849740 140729984241680 140729984240680 140592183078791 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 42627072 140729984246966 140729984247044 140729984247044 140729984249802 0
/proc/8421/statm: 47547 27479 734 405 0 44491 0
Current children cumulated CPU time: 462.25 s
Current children cumulated vsize: 190188 KiB
Current children cumulated memory: 109916 KiB


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

/proc/8421/statm: 47976 27910 736 405 0 44920 0
Current children cumulated CPU time: 1722.14 s
Current children cumulated vsize: 191904 KiB
Current children cumulated memory: 111640 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8477
/proc/meminfo: memFree=28613020/32770624 swapFree=67108796/67108860
[pid=8421] ppid=8418 vsize=197016 memory=116752 CPUtime=1782.14 cores=0,2,4,6
/proc/8421/stat : 8421 (xcsp_picat) R 8418 8421 6599 0 -1 4202496 149393 0 0 0 177369 845 0 0 20 0 1 0 49111032 201744384 29188 33554432000 4194304 5849740 140729984241680 140729984240680 140592183078791 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 42627072 140729984246966 140729984247044 140729984247044 140729984249802 0
/proc/8421/statm: 49254 29188 736 405 0 46198 0
Current children cumulated CPU time: 1782.14 s
Current children cumulated vsize: 197016 KiB
Current children cumulated memory: 116752 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8478
/proc/meminfo: memFree=28589248/32770624 swapFree=67108796/67108860
[pid=8421] ppid=8418 vsize=201132 memory=117496 CPUtime=1842.13 cores=0,2,4,6
/proc/8421/stat : 8421 (xcsp_picat) R 8418 8421 6599 0 -1 4202496 152000 0 0 0 183339 874 0 0 20 0 1 0 49111032 205959168 29374 33554432000 4194304 5849740 140729984241680 140729984240680 140592183078791 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 42627072 140729984246966 140729984247044 140729984247044 140729984249802 0
/proc/8421/statm: 50283 29374 736 405 0 47227 0
Current children cumulated CPU time: 1842.13 s
Current children cumulated vsize: 201132 KiB
Current children cumulated memory: 117496 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8479
/proc/meminfo: memFree=28595888/32770624 swapFree=67108796/67108860
[pid=8421] ppid=8418 vsize=201116 memory=117620 CPUtime=1902.13 cores=0,2,4,6
/proc/8421/stat : 8421 (xcsp_picat) R 8418 8421 6599 0 -1 4202496 154004 0 0 0 189311 902 0 0 20 0 1 0 49111032 205942784 29405 33554432000 4194304 5849740 140729984241680 140729984240680 140592183078791 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 42627072 140729984246966 140729984247044 140729984247044 140729984249802 0
/proc/8421/statm: 50279 29405 736 405 0 47223 0
Current children cumulated CPU time: 1902.13 s
Current children cumulated vsize: 201116 KiB
Current children cumulated memory: 117620 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8480
/proc/meminfo: memFree=28597492/32770624 swapFree=67108796/67108860
[pid=8421] ppid=8418 vsize=210192 memory=126500 CPUtime=1962.12 cores=0,2,4,6
/proc/8421/stat : 8421 (xcsp_picat) R 8418 8421 6599 0 -1 4202496 157437 0 0 0 195287 925 0 0 20 0 1 0 49111032 215236608 31625 33554432000 4194304 5849740 140729984241680 140729984240680 140592183078791 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 42627072 140729984246966 140729984247044 140729984247044 140729984249802 0
/proc/8421/statm: 52548 31625 736 405 0 49492 0
Current children cumulated CPU time: 1962.12 s
Current children cumulated vsize: 210192 KiB
Current children cumulated memory: 126500 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8481
/proc/meminfo: memFree=28565808/32770624 swapFree=67108796/67108860
[pid=8421] ppid=8418 vsize=214020 memory=133756 CPUtime=2022.11 cores=0,2,4,6
/proc/8421/stat : 8421 (xcsp_picat) R 8418 8421 6599 0 -1 4202496 160040 0 0 0 201263 948 0 0 20 0 1 0 49111032 219156480 33439 33554432000 4194304 5849740 140729984241680 140729984240680 140592183078791 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 42627072 140729984246966 140729984247044 140729984247044 140729984249802 0
/proc/8421/statm: 53505 33439 736 405 0 50449 0
Current children cumulated CPU time: 2022.11 s
Current children cumulated vsize: 214020 KiB
Current children cumulated memory: 133756 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8482
/proc/meminfo: memFree=28564144/32770624 swapFree=67108796/67108860
[pid=8421] ppid=8418 vsize=214020 memory=133756 CPUtime=2082.12 cores=0,2,4,6
/proc/8421/stat : 8421 (xcsp_picat) R 8418 8421 6599 0 -1 4202496 161284 0 0 0 207239 973 0 0 20 0 1 0 49111032 219156480 33439 33554432000 4194304 5849740 140729984241680 140729984240680 5361715 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 42627072 140729984246966 140729984247044 140729984247044 140729984249802 0
/proc/8421/statm: 53505 33439 736 405 0 50449 0
Current children cumulated CPU time: 2082.12 s
Current children cumulated vsize: 214020 KiB
Current children cumulated memory: 133756 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8483
/proc/meminfo: memFree=28549096/32770624 swapFree=67108796/67108860
[pid=8421] ppid=8418 vsize=214012 memory=133748 CPUtime=2142.11 cores=0,2,4,6
/proc/8421/stat : 8421 (xcsp_picat) R 8418 8421 6599 0 -1 4202496 162981 0 0 0 213214 997 0 0 20 0 1 0 49111032 219148288 33437 33554432000 4194304 5849740 140729984241680 140729984240680 140592183078791 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 42627072 140729984246966 140729984247044 140729984247044 140729984249802 0
/proc/8421/statm: 53503 33437 736 405 0 50447 0
Current children cumulated CPU time: 2142.11 s
Current children cumulated vsize: 214012 KiB
Current children cumulated memory: 133748 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8484
/proc/meminfo: memFree=28553988/32770624 swapFree=67108796/67108860
[pid=8421] ppid=8418 vsize=216352 memory=136088 CPUtime=2202.1 cores=0,2,4,6
/proc/8421/stat : 8421 (xcsp_picat) R 8418 8421 6599 0 -1 4202496 166906 0 0 0 219190 1020 0 0 20 0 1 0 49111032 221544448 34022 33554432000 4194304 5849740 140729984241680 140729984240680 140592183078791 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 42627072 140729984246966 140729984247044 140729984247044 140729984249802 0
/proc/8421/statm: 54088 34022 736 405 0 51032 0
Current children cumulated CPU time: 2202.1 s
Current children cumulated vsize: 216352 KiB
Current children cumulated memory: 136088 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8485
/proc/meminfo: memFree=28558536/32770624 swapFree=67108796/67108860
[pid=8421] ppid=8418 vsize=216352 memory=136088 CPUtime=2262.09 cores=0,2,4,6
/proc/8421/stat : 8421 (xcsp_picat) R 8418 8421 6599 0 -1 4202496 168530 0 0 0 225163 1046 0 0 20 0 1 0 49111032 221544448 34022 33554432000 4194304 5849740 140729984241680 140729984240680 140592183078791 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 42627072 140729984246966 140729984247044 140729984247044 140729984249802 0
/proc/8421/statm: 54088 34022 736 405 0 51032 0
Current children cumulated CPU time: 2262.09 s
Current children cumulated vsize: 216352 KiB
Current children cumulated memory: 136088 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8486
/proc/meminfo: memFree=28542864/32770624 swapFree=67108796/67108860
[pid=8421] ppid=8418 vsize=232728 memory=152464 CPUtime=2322.09 cores=0,2,4,6
/proc/8421/stat : 8421 (xcsp_picat) R 8418 8421 6599 0 -1 4202496 171664 0 0 0 231135 1074 0 0 20 0 1 0 49111032 238313472 38116 33554432000 4194304 5849740 140729984241680 140729984240680 140592183078791 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 42627072 140729984246966 140729984247044 140729984247044 140729984249802 0
/proc/8421/statm: 58182 38116 736 405 0 55126 0
Current children cumulated CPU time: 2322.09 s
Current children cumulated vsize: 232728 KiB
Current children cumulated memory: 152464 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 8555
/proc/meminfo: memFree=28827872/32770624 swapFree=67108796/67108860
[pid=8421] ppid=8418 vsize=236620 memory=156356 CPUtime=2382.08 cores=0,2,4,6
/proc/8421/stat : 8421 (xcsp_picat) R 8418 8421 6599 0 -1 4202496 173247 0 0 0 237111 1097 0 0 20 0 1 0 49111032 242298880 39089 33554432000 4194304 5849740 140729984241680 140729984240680 140592183078791 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 42627072 140729984246966 140729984247044 140729984247044 140729984249802 0
/proc/8421/statm: 59155 39089 736 405 0 56099 0
Current children cumulated CPU time: 2382.08 s
Current children cumulated vsize: 236620 KiB
Current children cumulated memory: 156356 KiB

[startup+2442.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/188 8556
/proc/meminfo: memFree=28827596/32770624 swapFree=67108796/67108860
[pid=8421] ppid=8418 vsize=227632 memory=147180 CPUtime=2442.07 cores=0,2,4,6
/proc/8421/stat : 8421 (xcsp_picat) R 8418 8421 6599 0 -1 4202496 175178 0 0 0 243085 1122 0 0 20 0 1 0 49111032 233095168 36795 33554432000 4194304 5849740 140729984241680 140729984240680 140592183078791 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 42627072 140729984246966 140729984247044 140729984247044 140729984249802 0
/proc/8421/statm: 56908 36795 736 405 0 53852 0
Current children cumulated CPU time: 2442.07 s
Current children cumulated vsize: 227632 KiB
Current children cumulated memory: 147180 KiB

[startup+2502.3 s]
/proc/loadavg: 2.14 2.05 2.05 3/188 8557
/proc/meminfo: memFree=28796832/32770624 swapFree=67108796/67108860
[pid=8421] ppid=8418 vsize=244012 memory=163748 CPUtime=2502.07 cores=0,2,4,6
/proc/8421/stat : 8421 (xcsp_picat) R 8418 8421 6599 0 -1 4202496 178008 0 0 0 249059 1148 0 0 20 0 1 0 49111032 249868288 40937 33554432000 4194304 5849740 140729984241680 140729984240680 140592183078791 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 42627072 140729984246966 140729984247044 140729984247044 140729984249802 0
/proc/8421/statm: 61003 40937 736 405 0 57947 0
Current children cumulated CPU time: 2502.07 s
Current children cumulated vsize: 244012 KiB
Current children cumulated memory: 163748 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.10 2.05 2.05 3/188 8557
/proc/meminfo: memFree=28804648/32770624 swapFree=67108796/67108860
[pid=8421] ppid=8418 vsize=244012 memory=163748 CPUtime=2519.78 cores=0,2,4,6
/proc/8421/stat : 8421 (xcsp_picat) R 8418 8421 6599 0 -1 4202496 179137 0 0 0 250823 1155 0 0 20 0 1 0 49111032 249868288 40937 33554432000 4194304 5849740 140729984241680 140729984240680 140592183078791 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 42627072 140729984246966 140729984247044 140729984247044 140729984249802 0
/proc/8421/statm: 61003 40937 736 405 0 57947 0
Current children cumulated CPU time: 2519.78 s
Current children cumulated vsize: 244012 KiB
Current children cumulated memory: 163748 KiB

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

[startup+2520.01 s]
# the end of solver process 8421 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2508.24 s, system=11.5571 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.01
CPU time (s): 2519.79
CPU user time (s): 2508.24
CPU system time (s): 11.5571
CPU usage (%): 99.9913
Max. virtual memory (cumulated for all children) (KiB): 244012
Max. memory (cumulated for all children) (KiB): 163748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2508.24
system time used= 11.5571
maximum resident set size= 163748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179138
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= 35
involuntary context switches= 3184


# summary of solver processes directly reported to runsolver:
#   pid: 8421
#   total CPU time (s): 2519.79
#   total CPU user time (s): 2508.24
#   total CPU system time (s): 11.5571

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3521 second user time and 14.329 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-23 05:11:19
IDJOB=4293336
IDBENCH=141163
IDSOLVER=2754
FILE ID=node138/4293336-1532315479
RUNJOBID= node138-1532297650-6630
PBS_JOBID= 21018993
Free space on /tmp= 59108 MiB

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

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

MD5SUM BENCH= 1c5d38a24e9bc38d89c13541019d4118
RANDOM SEED=474110079

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:        28800520 kB
MemAvailable:   31759452 kB
Buffers:          111184 kB
Cached:          3108088 kB
SwapCached:           44 kB
Active:          1385348 kB
Inactive:        2103516 kB
Active(anon):     212468 kB
Inactive(anon):    76888 kB
Active(file):    1172880 kB
Inactive(file):  2026628 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:              3012 kB
Writeback:             0 kB
AnonPages:        393560 kB
Mapped:            33312 kB
Shmem:             16972 kB
Slab:             178676 kB
SReclaimable:     150516 kB
SUnreclaim:        28160 kB
KernelStack:        3376 kB
PageTables:         5208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     594292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    292864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 59104 MiB
End job on node138 at 2018-07-23 05:53:19