Trace number 4293300

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

General information on the benchmark

NameAuction/Auction-sum/
Auction-sum-decay300_c18.xml
MD5SUM125d0999a88baf20181d93552da446ae
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1955977
Best CPU time to get the best result obtained on this benchmark2520.18
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints300
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2000}]
Minimum variable degree2
Maximum variable degree32
Distribution of variable degrees[{"degree":2,"count":246},{"degree":3,"count":424},{"degree":4,"count":324},{"degree":5,"count":234},{"degree":6,"count":177},{"degree":7,"count":133},{"degree":8,"count":113},{"degree":9,"count":81},{"degree":10,"count":53},{"degree":11,"count":33},{"degree":12,"count":38},{"degree":13,"count":40},{"degree":14,"count":26},{"degree":15,"count":16},{"degree":16,"count":16},{"degree":17,"count":11},{"degree":18,"count":9},{"degree":19,"count":2},{"degree":20,"count":5},{"degree":21,"count":1},{"degree":22,"count":3},{"degree":23,"count":1},{"degree":24,"count":4},{"degree":25,"count":2},{"degree":26,"count":3},{"degree":27,"count":2},{"degree":28,"count":1},{"degree":29,"count":1},{"degree":32,"count":1}]
Minimum constraint arity17
Maximum constraint arity46
Distribution of constraint arities[{"arity":17,"count":1},{"arity":19,"count":3},{"arity":20,"count":2},{"arity":21,"count":2},{"arity":22,"count":4},{"arity":23,"count":5},{"arity":24,"count":9},{"arity":25,"count":14},{"arity":26,"count":7},{"arity":27,"count":15},{"arity":28,"count":18},{"arity":29,"count":21},{"arity":30,"count":20},{"arity":31,"count":26},{"arity":32,"count":22},{"arity":33,"count":26},{"arity":34,"count":14},{"arity":35,"count":17},{"arity":36,"count":11},{"arity":37,"count":14},{"arity":38,"count":15},{"arity":39,"count":10},{"arity":40,"count":5},{"arity":41,"count":6},{"arity":42,"count":4},{"arity":43,"count":5},{"arity":45,"count":2},{"arity":46,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":300}]
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 (12957 MiB free)
  memory of node 1: 16384 MiB (15276 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293300-1532312958/watcher-4293300-1532312958 -o /tmp/evaluation-result-4293300-1532312958/solver-4293300-1532312958 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532297650-6630 --watchdog 2580 xcsp_picat HOME/instance-4293300-1532312958.xml 

running on 4 cores: 0,2,4,6

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

solver pid=8174, runsolver pid=8171

[startup+0.100218 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 8175
/proc/meminfo: memFree=28887036/32770624 swapFree=67108796/67108860
[pid=8174] ppid=8171 vsize=111688 memory=34900 CPUtime=0.1 cores=0,2,4,6
/proc/8174/stat : 8174 (xcsp_picat) R 8171 8174 6599 0 -1 4202496 1747 0 0 0 10 0 0 0 20 0 1 0 48858975 114368512 8725 33554432000 4194304 5849740 140728298431184 140728298431184 4550623 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32493568 140728298435766 140728298435844 140728298435844 140728298438602 0
/proc/8174/statm: 27922 8725 633 405 0 24866 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 111688 KiB
Current children cumulated memory: 34900 KiB

[startup+0.209875 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 8175
/proc/meminfo: memFree=28866684/32770624 swapFree=67108796/67108860
[pid=8174] ppid=8171 vsize=136140 memory=47616 CPUtime=0.21 cores=0,2,4,6
/proc/8174/stat : 8174 (xcsp_picat) R 8171 8174 6599 0 -1 4202496 2947 0 0 0 21 0 0 0 20 0 1 0 48858975 139407360 11904 33554432000 4194304 5849740 140728298431184 140728298431184 5534919 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32493568 140728298435766 140728298435844 140728298435844 140728298438602 0
/proc/8174/statm: 34035 11904 713 405 0 30979 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 136140 KiB
Current children cumulated memory: 47616 KiB

[startup+0.309444 s]*
/proc/loadavg: 2.00 2.01 2.05 4/187 8175
/proc/meminfo: memFree=28866436/32770624 swapFree=67108796/67108860
[pid=8174] ppid=8171 vsize=136272 memory=47616 CPUtime=0.3 cores=0,2,4,6
/proc/8174/stat : 8174 (xcsp_picat) R 8171 8174 6599 0 -1 4202496 2957 0 0 0 30 0 0 0 20 0 1 0 48858975 139542528 11904 33554432000 4194304 5849740 140728298431184 140728298431184 139627924734576 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32493568 140728298435766 140728298435844 140728298435844 140728298438602 0
/proc/8174/statm: 34068 11904 713 405 0 31012 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 136272 KiB
Current children cumulated memory: 47616 KiB

[startup+0.70033 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8175
/proc/meminfo: memFree=28866436/32770624 swapFree=67108796/67108860
[pid=8174] ppid=8171 vsize=136272 memory=47616 CPUtime=0.69 cores=0,2,4,6
/proc/8174/stat : 8174 (xcsp_picat) R 8171 8174 6599 0 -1 4202496 2976 0 0 0 69 0 0 0 20 0 1 0 48858975 139542528 11904 33554432000 4194304 5849740 140728298431184 140728298431184 5472492 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32493568 140728298435766 140728298435844 140728298435844 140728298438602 0
/proc/8174/statm: 34068 11904 713 405 0 31012 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 136272 KiB
Current children cumulated memory: 47616 KiB

[startup+1.50033 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8175
/proc/meminfo: memFree=28866328/32770624 swapFree=67108796/67108860
[pid=8174] ppid=8171 vsize=136272 memory=47616 CPUtime=1.49 cores=0,2,4,6
/proc/8174/stat : 8174 (xcsp_picat) R 8171 8174 6599 0 -1 4202496 2976 0 0 0 149 0 0 0 20 0 1 0 48858975 139542528 11904 33554432000 4194304 5849740 140728298431184 140728298430296 5606222 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32493568 140728298435766 140728298435844 140728298435844 140728298438602 0
/proc/8174/statm: 34068 11904 713 405 0 31012 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 136272 KiB
Current children cumulated memory: 47616 KiB

[startup+3.10911 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8175
/proc/meminfo: memFree=28882344/32770624 swapFree=67108796/67108860
[pid=8174] ppid=8171 vsize=136412 memory=47772 CPUtime=3.09 cores=0,2,4,6
/proc/8174/stat : 8174 (xcsp_picat) R 8171 8174 6599 0 -1 4202496 3132 0 0 0 309 0 0 0 20 0 1 0 48858975 139685888 11943 33554432000 4194304 5849740 140728298431184 140728298430280 5606240 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32493568 140728298435766 140728298435844 140728298435844 140728298438602 0
/proc/8174/statm: 34103 11943 713 405 0 31047 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 136412 KiB
Current children cumulated memory: 47772 KiB

[startup+6.30033 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8175
/proc/meminfo: memFree=28882344/32770624 swapFree=67108796/67108860
[pid=8174] ppid=8171 vsize=136412 memory=47960 CPUtime=6.29 cores=0,2,4,6
/proc/8174/stat : 8174 (xcsp_picat) R 8171 8174 6599 0 -1 4202496 3282 0 0 0 629 0 0 0 20 0 1 0 48858975 139685888 11990 33554432000 4194304 5849740 140728298431184 140728298430280 5606240 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32493568 140728298435766 140728298435844 140728298435844 140728298438602 0
/proc/8174/statm: 34103 11990 713 405 0 31047 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 136412 KiB
Current children cumulated memory: 47960 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8175
/proc/meminfo: memFree=28875900/32770624 swapFree=67108796/67108860
[pid=8174] ppid=8171 vsize=156636 memory=67968 CPUtime=12.69 cores=0,2,4,6
/proc/8174/stat : 8174 (xcsp_picat) R 8171 8174 6599 0 -1 4202496 7516 0 0 0 1268 1 0 0 20 0 1 0 48858975 160395264 16992 33554432000 4194304 5849740 140728298431184 140728298430280 5431909 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32493568 140728298435766 140728298435844 140728298435844 140728298438602 0
/proc/8174/statm: 39159 16992 716 405 0 36103 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 156636 KiB
Current children cumulated memory: 67968 KiB

[startup+25.5004 s]
/proc/loadavg: 2.08 2.03 2.05 3/187 8175
/proc/meminfo: memFree=28814724/32770624 swapFree=67108796/67108860
[pid=8174] ppid=8171 vsize=173024 memory=84588 CPUtime=25.49 cores=0,2,4,6
/proc/8174/stat : 8174 (xcsp_picat) R 8171 8174 6599 0 -1 4202496 20085 0 0 0 2545 4 0 0 20 0 1 0 48858975 177176576 21147 33554432000 4194304 5849740 140728298431184 140728298430056 139627925196679 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32493568 140728298435766 140728298435844 140728298435844 140728298438602 0
/proc/8174/statm: 43256 21147 748 405 0 40200 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 173024 KiB
Current children cumulated memory: 84588 KiB

[startup+51.1096 s]
/proc/loadavg: 2.13 2.04 2.05 3/188 8183
/proc/meminfo: memFree=28810276/32770624 swapFree=67108796/67108860
[pid=8174] ppid=8171 vsize=173744 memory=85308 CPUtime=51.1 cores=0,2,4,6
/proc/8174/stat : 8174 (xcsp_picat) R 8171 8174 6599 0 -1 4202496 28011 0 0 0 5089 21 0 0 20 0 1 0 48858975 177913856 21327 33554432000 4194304 5849740 140728298431184 140728298430184 5392806 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32493568 140728298435766 140728298435844 140728298435844 140728298438602 0
/proc/8174/statm: 43436 21327 748 405 0 40380 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 173744 KiB
Current children cumulated memory: 85308 KiB

[startup+102.3 s]
/proc/loadavg: 2.06 2.04 2.05 3/188 8184
/proc/meminfo: memFree=28826100/32770624 swapFree=67108796/67108860
[pid=8174] ppid=8171 vsize=173744 memory=85308 CPUtime=102.29 cores=0,2,4,6
/proc/8174/stat : 8174 (xcsp_picat) R 8171 8174 6599 0 -1 4202496 34615 0 0 0 10179 50 0 0 20 0 1 0 48858975 177913856 21327 33554432000 4194304 5849740 140728298431184 140728298430056 139627925196679 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32493568 140728298435766 140728298435844 140728298435844 140728298438602 0
/proc/8174/statm: 43436 21327 748 405 0 40380 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 173744 KiB
Current children cumulated memory: 85308 KiB

[startup+162.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/188 8185
/proc/meminfo: memFree=28775532/32770624 swapFree=67108796/67108860
[pid=8174] ppid=8171 vsize=190128 memory=107240 CPUtime=162.28 cores=0,2,4,6
/proc/8174/stat : 8174 (xcsp_picat) R 8171 8174 6599 0 -1 4202496 38359 0 0 0 16142 86 0 0 20 0 1 0 48858975 194691072 26810 33554432000 4194304 5849740 140728298431184 140728298429832 139627925196679 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32493568 140728298435766 140728298435844 140728298435844 140728298438602 0
/proc/8174/statm: 47532 26810 748 405 0 44476 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 190128 KiB
Current children cumulated memory: 107240 KiB

[startup+222.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/188 8186
/proc/meminfo: memFree=28764800/32770624 swapFree=67108796/67108860
[pid=8174] ppid=8171 vsize=204312 memory=117792 CPUtime=222.28 cores=0,2,4,6
/proc/8174/stat : 8174 (xcsp_picat) R 8171 8174 6599 0 -1 4202496 45751 0 0 0 22112 116 0 0 20 0 1 0 48858975 209215488 29448 33554432000 4194304 5849740 140728298431184 140728298430184 139627925196679 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32493568 140728298435766 140728298435844 140728298435844 140728298438602 0
/proc/8174/statm: 51078 29448 748 405 0 48022 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 204312 KiB
Current children cumulated memory: 117792 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 8187
/proc/meminfo: memFree=28727176/32770624 swapFree=67108796/67108860
[pid=8174] ppid=8171 vsize=212760 memory=130212 CPUtime=282.28 cores=0,2,4,6
/proc/8174/stat : 8174 (xcsp_picat) R 8171 8174 6599 0 -1 4202496 55915 0 0 0 28081 147 0 0 20 0 1 0 48858975 217866240 32553 33554432000 4194304 5849740 140728298431184 140728298430184 139627925196679 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32493568 140728298435766 140728298435844 140728298435844 140728298438602 0
/proc/8174/statm: 53190 32553 749 405 0 50134 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 212760 KiB
Current children cumulated memory: 130212 KiB

[startup+342.3 s]
/proc/loadavg: 2.60 2.16 2.09 3/188 8188
/proc/meminfo: memFree=28746736/32770624 swapFree=67108796/67108860
[pid=8174] ppid=8171 vsize=212760 memory=130212 CPUtime=342.28 cores=0,2,4,6
/proc/8174/stat : 8174 (xcsp_picat) R 8171 8174 6599 0 -1 4202496 63608 0 0 0 34054 174 0 0 20 0 1 0 48858975 217866240 32553 33554432000 4194304 5849740 140728298431184 140728298430184 139627925196679 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32493568 140728298435766 140728298435844 140728298435844 140728298438602 0
/proc/8174/statm: 53190 32553 749 405 0 50134 0
Current children cumulated CPU time: 342.28 s
Current children cumulated vsize: 212760 KiB
Current children cumulated memory: 130212 KiB

[startup+402.3 s]
/proc/loadavg: 2.36 2.19 2.11 3/187 8189
/proc/meminfo: memFree=28737352/32770624 swapFree=67108796/67108860
[pid=8174] ppid=8171 vsize=222400 memory=139716 CPUtime=402.28 cores=0,2,4,6
/proc/8174/stat : 8174 (xcsp_picat) R 8171 8174 6599 0 -1 4202496 75057 0 0 0 40024 204 0 0 20 0 1 0 48858975 227737600 34929 33554432000 4194304 5849740 140728298431184 140728298430184 139627925196679 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32493568 140728298435766 140728298435844 140728298435844 140728298438602 0
/proc/8174/statm: 55600 34929 749 405 0 52544 0
Current children cumulated CPU time: 402.28 s
Current children cumulated vsize: 222400 KiB
Current children cumulated memory: 139716 KiB

[startup+462.3 s]
/proc/loadavg: 2.13 2.15 2.10 3/187 8190
/proc/meminfo: memFree=28741472/32770624 swapFree=67108796/67108860
[pid=8174] ppid=8171 vsize=219972 memory=137076 CPUtime=462.26 cores=0,2,4,6
/proc/8174/stat : 8174 (xcsp_picat) R 8171 8174 6599 0 -1 4202496 81323 0 0 0 45997 229 0 0 20 0 1 0 48858975 225251328 34269 33554432000 4194304 5849740 140728298431184 140728298430184 139627925196679 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32493568 140728298435766 140728298435844 140728298435844 140728298438602 0
/proc/8174/statm: 54993 34269 749 405 0 51937 0
Current children cumulated CPU time: 462.26 s
Current children cumulated vsize: 219972 KiB
Current children cumulated memory: 137076 KiB


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

/proc/8174/statm: 88318 67649 749 405 0 85262 0
Current children cumulated CPU time: 1722.22 s
Current children cumulated vsize: 353272 KiB
Current children cumulated memory: 270596 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8229
/proc/meminfo: memFree=28563272/32770624 swapFree=67108796/67108860
[pid=8174] ppid=8171 vsize=353272 memory=270596 CPUtime=1782.21 cores=0,2,4,6
/proc/8174/stat : 8174 (xcsp_picat) R 8171 8174 6599 0 -1 4202496 271767 0 0 0 177397 824 0 0 20 0 1 0 48858975 361750528 67649 33554432000 4194304 5849740 140728298431184 140728298430344 5307645 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32493568 140728298435766 140728298435844 140728298435844 140728298438602 0
/proc/8174/statm: 88318 67649 749 405 0 85262 0
Current children cumulated CPU time: 1782.21 s
Current children cumulated vsize: 353272 KiB
Current children cumulated memory: 270596 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8230
/proc/meminfo: memFree=28538140/32770624 swapFree=67108796/67108860
[pid=8174] ppid=8171 vsize=377368 memory=294468 CPUtime=1842.21 cores=0,2,4,6
/proc/8174/stat : 8174 (xcsp_picat) R 8171 8174 6599 0 -1 4202496 281524 0 0 0 183376 845 0 0 20 0 1 0 48858975 386424832 73617 33554432000 4194304 5849740 140728298431184 140728298430184 139627925196679 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32493568 140728298435766 140728298435844 140728298435844 140728298438602 0
/proc/8174/statm: 94342 73617 749 405 0 91286 0
Current children cumulated CPU time: 1842.21 s
Current children cumulated vsize: 377368 KiB
Current children cumulated memory: 294468 KiB

[startup+1902.3 s]
/proc/loadavg: 2.52 2.16 2.09 3/188 8239
/proc/meminfo: memFree=28509496/32770624 swapFree=67108796/67108860
[pid=8174] ppid=8171 vsize=404900 memory=322224 CPUtime=1902.2 cores=0,2,4,6
/proc/8174/stat : 8174 (xcsp_picat) R 8171 8174 6599 0 -1 4202496 285048 0 0 0 189352 868 0 0 20 0 1 0 48858975 414617600 80556 33554432000 4194304 5849740 140728298431184 140728298430184 139627925196679 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32493568 140728298435766 140728298435844 140728298435844 140728298438602 0
/proc/8174/statm: 101225 80556 749 405 0 98169 0
Current children cumulated CPU time: 1902.2 s
Current children cumulated vsize: 404900 KiB
Current children cumulated memory: 322224 KiB

[startup+1962.3 s]
/proc/loadavg: 2.19 2.13 2.09 3/188 8262
/proc/meminfo: memFree=28534700/32770624 swapFree=67108796/67108860
[pid=8174] ppid=8171 vsize=372132 memory=289456 CPUtime=1962.2 cores=0,2,4,6
/proc/8174/stat : 8174 (xcsp_picat) R 8171 8174 6599 0 -1 4202496 286179 0 0 0 195332 888 0 0 20 0 1 0 48858975 381063168 72364 33554432000 4194304 5849740 140728298431184 140728298430184 139627925196679 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32493568 140728298435766 140728298435844 140728298435844 140728298438602 0
/proc/8174/statm: 93033 72364 749 405 0 89977 0
Current children cumulated CPU time: 1962.2 s
Current children cumulated vsize: 372132 KiB
Current children cumulated memory: 289456 KiB

[startup+2022.3 s]
/proc/loadavg: 2.07 2.11 2.08 3/188 8263
/proc/meminfo: memFree=28452784/32770624 swapFree=67108796/67108860
[pid=8174] ppid=8171 vsize=372132 memory=289456 CPUtime=2022.2 cores=0,2,4,6
/proc/8174/stat : 8174 (xcsp_picat) R 8171 8174 6599 0 -1 4202496 287799 0 0 0 201309 911 0 0 20 0 1 0 48858975 381063168 72364 33554432000 4194304 5849740 140728298431184 140728298430184 139627925196679 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32493568 140728298435766 140728298435844 140728298435844 140728298438602 0
/proc/8174/statm: 93033 72364 749 405 0 89977 0
Current children cumulated CPU time: 2022.2 s
Current children cumulated vsize: 372132 KiB
Current children cumulated memory: 289456 KiB

[startup+2082.3 s]
/proc/loadavg: 2.07 2.10 2.08 3/188 8264
/proc/meminfo: memFree=28391960/32770624 swapFree=67108796/67108860
[pid=8174] ppid=8171 vsize=404900 memory=322224 CPUtime=2082.2 cores=0,2,4,6
/proc/8174/stat : 8174 (xcsp_picat) R 8171 8174 6599 0 -1 4202496 290213 0 0 0 207286 934 0 0 20 0 1 0 48858975 414617600 80556 33554432000 4194304 5849740 140728298431184 140728298430184 139627925196679 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32493568 140728298435766 140728298435844 140728298435844 140728298438602 0
/proc/8174/statm: 101225 80556 749 405 0 98169 0
Current children cumulated CPU time: 2082.2 s
Current children cumulated vsize: 404900 KiB
Current children cumulated memory: 322224 KiB

[startup+2142.3 s]
/proc/loadavg: 2.02 2.08 2.08 3/188 8265
/proc/meminfo: memFree=28445168/32770624 swapFree=67108796/67108860
[pid=8174] ppid=8171 vsize=404900 memory=322224 CPUtime=2142.2 cores=0,2,4,6
/proc/8174/stat : 8174 (xcsp_picat) R 8171 8174 6599 0 -1 4202496 291370 0 0 0 213265 955 0 0 20 0 1 0 48858975 414617600 80556 33554432000 4194304 5849740 140728298431184 140728298430184 5372449 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32493568 140728298435766 140728298435844 140728298435844 140728298438602 0
/proc/8174/statm: 101225 80556 749 405 0 98169 0
Current children cumulated CPU time: 2142.2 s
Current children cumulated vsize: 404900 KiB
Current children cumulated memory: 322224 KiB

[startup+2202.3 s]
/proc/loadavg: 2.01 2.07 2.07 3/187 8266
/proc/meminfo: memFree=28334584/32770624 swapFree=67108796/67108860
[pid=8174] ppid=8171 vsize=404900 memory=322224 CPUtime=2202.19 cores=0,2,4,6
/proc/8174/stat : 8174 (xcsp_picat) R 8171 8174 6599 0 -1 4202496 294061 0 0 0 219246 973 0 0 20 0 1 0 48858975 414617600 80556 33554432000 4194304 5849740 140728298431184 140728298430184 5437808 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32493568 140728298435766 140728298435844 140728298435844 140728298438602 0
/proc/8174/statm: 101225 80556 749 405 0 98169 0
Current children cumulated CPU time: 2202.19 s
Current children cumulated vsize: 404900 KiB
Current children cumulated memory: 322224 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.06 2.06 3/187 8267
/proc/meminfo: memFree=28461756/32770624 swapFree=67108796/67108860
[pid=8174] ppid=8171 vsize=404900 memory=322224 CPUtime=2262.2 cores=0,2,4,6
/proc/8174/stat : 8174 (xcsp_picat) R 8171 8174 6599 0 -1 4202496 295288 0 0 0 225227 993 0 0 20 0 1 0 48858975 414617600 80556 33554432000 4194304 5849740 140728298431184 140728298430184 139627925196679 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32493568 140728298435766 140728298435844 140728298435844 140728298438602 0
/proc/8174/statm: 101225 80556 749 405 0 98169 0
Current children cumulated CPU time: 2262.2 s
Current children cumulated vsize: 404900 KiB
Current children cumulated memory: 322224 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/187 8268
/proc/meminfo: memFree=28213908/32770624 swapFree=67108796/67108860
[pid=8174] ppid=8171 vsize=475648 memory=392972 CPUtime=2322.2 cores=0,2,4,6
/proc/8174/stat : 8174 (xcsp_picat) R 8171 8174 6599 0 -1 4202496 297232 0 0 0 231204 1016 0 0 20 0 1 0 48858975 487063552 98243 33554432000 4194304 5849740 140728298431184 140728298430184 139627925196679 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32493568 140728298435766 140728298435844 140728298435844 140728298438602 0
/proc/8174/statm: 118912 98243 749 405 0 115856 0
Current children cumulated CPU time: 2322.2 s
Current children cumulated vsize: 475648 KiB
Current children cumulated memory: 392972 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/187 8329
/proc/meminfo: memFree=28504000/32770624 swapFree=67108796/67108860
[pid=8174] ppid=8171 vsize=418236 memory=335544 CPUtime=2382.19 cores=0,2,4,6
/proc/8174/stat : 8174 (xcsp_picat) R 8171 8174 6599 0 -1 4202496 303505 0 0 0 237182 1037 0 0 20 0 1 0 48858975 428273664 83886 33554432000 4194304 5849740 140728298431184 140728298430184 139627925196679 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32493568 140728298435766 140728298435844 140728298435844 140728298438602 0
/proc/8174/statm: 104559 83886 749 405 0 101503 0
Current children cumulated CPU time: 2382.19 s
Current children cumulated vsize: 418236 KiB
Current children cumulated memory: 335544 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 8330
/proc/meminfo: memFree=28507320/32770624 swapFree=67108796/67108860
[pid=8174] ppid=8171 vsize=416372 memory=333684 CPUtime=2442.19 cores=0,2,4,6
/proc/8174/stat : 8174 (xcsp_picat) R 8171 8174 6599 0 -1 4202496 309494 0 0 0 243159 1060 0 0 20 0 1 0 48858975 426364928 83421 33554432000 4194304 5849740 140728298431184 140728298430184 5359154 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32493568 140728298435766 140728298435844 140728298435844 140728298438602 0
/proc/8174/statm: 104093 83421 749 405 0 101037 0
Current children cumulated CPU time: 2442.19 s
Current children cumulated vsize: 416372 KiB
Current children cumulated memory: 333684 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 8361
/proc/meminfo: memFree=28472700/32770624 swapFree=67108796/67108860
[pid=8174] ppid=8171 vsize=412256 memory=329524 CPUtime=2502.19 cores=0,2,4,6
/proc/8174/stat : 8174 (xcsp_picat) R 8171 8174 6599 0 -1 4202496 316914 0 0 0 249135 1084 0 0 20 0 1 0 48858975 422150144 82381 33554432000 4194304 5849740 140728298431184 140728298430184 5340372 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32493568 140728298435766 140728298435844 140728298435844 140728298438602 0
/proc/8174/statm: 103064 82381 749 405 0 100008 0
Current children cumulated CPU time: 2502.19 s
Current children cumulated vsize: 412256 KiB
Current children cumulated memory: 329524 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.03 2.05 3/188 8361
/proc/meminfo: memFree=28470068/32770624 swapFree=67108796/67108860
[pid=8174] ppid=8171 vsize=414400 memory=331636 CPUtime=2519.89 cores=0,2,4,6
/proc/8174/stat : 8174 (xcsp_picat) R 8171 8174 6599 0 -1 4202496 317451 0 0 0 250899 1090 0 0 20 0 1 0 48858975 424345600 82909 33554432000 4194304 5849740 140728298431184 140728298430184 139627925196679 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32493568 140728298435766 140728298435844 140728298435844 140728298438602 0
/proc/8174/statm: 103600 82909 749 405 0 100544 0
Current children cumulated CPU time: 2519.89 s
Current children cumulated vsize: 414400 KiB
Current children cumulated memory: 331636 KiB

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

[startup+2520.01 s]
# the end of solver process 8174 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2509 s, system=10.9118 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.91
CPU user time (s): 2509
CPU system time (s): 10.9118
CPU usage (%): 99.996
Max. virtual memory (cumulated for all children) (KiB): 541188
Max. memory (cumulated for all children) (KiB): 458512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2509
system time used= 10.9118
maximum resident set size= 458512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 317451
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= 58
involuntary context switches= 1132


# summary of solver processes directly reported to runsolver:
#   pid: 8174
#   total CPU time (s): 2519.91
#   total CPU user time (s): 2509
#   total CPU system time (s): 10.9118

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3004 second user time and 18.0786 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-23 04:29:18
IDJOB=4293300
IDBENCH=141154
IDSOLVER=2754
FILE ID=node138/4293300-1532312958
RUNJOBID= node138-1532297650-6630
PBS_JOBID= 21018993
Free space on /tmp= 59108 MiB

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

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

MD5SUM BENCH= 125d0999a88baf20181d93552da446ae
RANDOM SEED=1974363270

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:        28912116 kB
MemAvailable:   31863812 kB
Buffers:          109868 kB
Cached:          3101764 kB
SwapCached:           44 kB
Active:          1280772 kB
Inactive:        2098064 kB
Active(anon):     109484 kB
Inactive(anon):    77116 kB
Active(file):    1171288 kB
Inactive(file):  2020948 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:              3060 kB
Writeback:            20 kB
AnonPages:        167504 kB
Mapped:            32944 kB
Shmem:             16972 kB
Slab:             178960 kB
SReclaimable:     150592 kB
SUnreclaim:        28368 kB
KernelStack:        3312 kB
PageTables:         5388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     525160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     83968 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:11:18