Trace number 4293268

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

General information on the benchmark

NameAuction/Auction-sum/
Auction-sum-matching080_c18.xml
MD5SUM8abf4f1f4dc00a8da6097f5555605512
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark46256429
Best CPU time to get the best result obtained on this benchmark2520.05
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":"sum","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 (14926 MiB free)
  memory of node 1: 16384 MiB (11965 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293268-1532310493/watcher-4293268-1532310493 -o /tmp/evaluation-result-4293268-1532310493/solver-4293268-1532310493 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532294350-7319 --watchdog 2580 xcsp_picat HOME/instance-4293268-1532310493.xml 

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

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


[startup+0.100157 s]*
/proc/loadavg: 2.00 1.99 2.03 3/187 9416
/proc/meminfo: memFree=27501248/32770624 swapFree=67108860/67108860
[pid=9415] ppid=9412 vsize=134208 memory=40160 CPUtime=0.1 cores=1,3,5,7
/proc/9415/stat : 9415 (xcsp_picat) R 9412 9415 7287 0 -1 4202496 2590 0 0 0 9 1 0 0 20 0 1 0 48612476 137428992 10040 33554432000 4194304 5849740 140728392164144 140728392164144 4454710 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 41168896 140728392168630 140728392168708 140728392168708 140728392171466 0
/proc/9415/statm: 33552 10040 667 405 0 30496 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 134208 KiB
Current children cumulated memory: 40160 KiB

[startup+0.210009 s]*
/proc/loadavg: 2.00 1.99 2.03 3/187 9416
/proc/meminfo: memFree=27480904/32770624 swapFree=67108860/67108860
[pid=9415] ppid=9412 vsize=154692 memory=59160 CPUtime=0.21 cores=1,3,5,7
/proc/9415/stat : 9415 (xcsp_picat) R 9412 9415 7287 0 -1 4202496 5292 0 0 0 20 1 0 0 20 0 1 0 48612476 158404608 14790 33554432000 4194304 5849740 140728392164144 140728392164144 5357675 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 41168896 140728392168630 140728392168708 140728392168708 140728392171466 0
/proc/9415/statm: 38673 14790 668 405 0 35617 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 154692 KiB
Current children cumulated memory: 59160 KiB

[startup+0.30986 s]*
/proc/loadavg: 2.00 1.99 2.03 3/187 9416
/proc/meminfo: memFree=27466864/32770624 swapFree=67108860/67108860
[pid=9415] ppid=9412 vsize=167964 memory=72580 CPUtime=0.31 cores=1,3,5,7
/proc/9415/stat : 9415 (xcsp_picat) R 9412 9415 7287 0 -1 4202496 6356 0 0 0 29 2 0 0 20 0 1 0 48612476 171995136 18145 33554432000 4194304 5849740 140728392164144 140728392164144 5375963 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 41168896 140728392168630 140728392168708 140728392168708 140728392171466 0
/proc/9415/statm: 41991 18145 699 405 0 38935 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 167964 KiB
Current children cumulated memory: 72580 KiB

[startup+0.700406 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 9416
/proc/meminfo: memFree=27466864/32770624 swapFree=67108860/67108860
[pid=9415] ppid=9412 vsize=167964 memory=72580 CPUtime=0.69 cores=1,3,5,7
/proc/9415/stat : 9415 (xcsp_picat) R 9412 9415 7287 0 -1 4202496 6369 0 0 0 67 2 0 0 20 0 1 0 48612476 171995136 18145 33554432000 4194304 5849740 140728392164144 140728392164144 5392272 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 41168896 140728392168630 140728392168708 140728392168708 140728392171466 0
/proc/9415/statm: 41991 18145 699 405 0 38935 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 167964 KiB
Current children cumulated memory: 72580 KiB

[startup+1.5004 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 9416
/proc/meminfo: memFree=27466864/32770624 swapFree=67108860/67108860
[pid=9415] ppid=9412 vsize=167964 memory=72580 CPUtime=1.49 cores=1,3,5,7
/proc/9415/stat : 9415 (xcsp_picat) R 9412 9415 7287 0 -1 4202496 6371 0 0 0 147 2 0 0 20 0 1 0 48612476 171995136 18145 33554432000 4194304 5849740 140728392164144 140728392164144 5359099 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 41168896 140728392168630 140728392168708 140728392168708 140728392171466 0
/proc/9415/statm: 41991 18145 699 405 0 38935 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 167964 KiB
Current children cumulated memory: 72580 KiB

[startup+3.10976 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 9416
/proc/meminfo: memFree=27468164/32770624 swapFree=67108860/67108860
[pid=9415] ppid=9412 vsize=166576 memory=71288 CPUtime=3.1 cores=1,3,5,7
/proc/9415/stat : 9415 (xcsp_picat) R 9412 9415 7287 0 -1 4202496 11585 0 0 0 308 2 0 0 20 0 1 0 48612476 170573824 17822 33554432000 4194304 5849740 140728392164144 140728392164144 5406328 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 41168896 140728392168630 140728392168708 140728392168708 140728392171466 0
/proc/9415/statm: 41644 17822 723 405 0 38588 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 166576 KiB
Current children cumulated memory: 71288 KiB

[startup+6.30027 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 9416
/proc/meminfo: memFree=27465060/32770624 swapFree=67108860/67108860
[pid=9415] ppid=9412 vsize=170264 memory=74988 CPUtime=6.29 cores=1,3,5,7
/proc/9415/stat : 9415 (xcsp_picat) R 9412 9415 7287 0 -1 4202496 15769 0 0 0 627 2 0 0 20 0 1 0 48612476 174350336 18747 33554432000 4194304 5849740 140728392164144 140728392162632 4211654 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 41168896 140728392168630 140728392168708 140728392168708 140728392171466 0
/proc/9415/statm: 42566 18747 726 405 0 39510 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 170264 KiB
Current children cumulated memory: 74988 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 9416
/proc/meminfo: memFree=27463256/32770624 swapFree=67108860/67108860
[pid=9415] ppid=9412 vsize=170264 memory=75004 CPUtime=12.69 cores=1,3,5,7
/proc/9415/stat : 9415 (xcsp_picat) R 9412 9415 7287 0 -1 4202496 20888 0 0 0 1265 4 0 0 20 0 1 0 48612476 174350336 18751 33554432000 4194304 5849740 140728392164144 140728392163144 5308400 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 41168896 140728392168630 140728392168708 140728392168708 140728392171466 0
/proc/9415/statm: 42566 18751 730 405 0 39510 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 170264 KiB
Current children cumulated memory: 75004 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 9416
/proc/meminfo: memFree=27467188/32770624 swapFree=67108860/67108860
[pid=9415] ppid=9412 vsize=165336 memory=70076 CPUtime=25.49 cores=1,3,5,7
/proc/9415/stat : 9415 (xcsp_picat) R 9412 9415 7287 0 -1 4202496 28898 0 0 0 2538 11 0 0 20 0 1 0 48612476 169304064 17519 33554432000 4194304 5849740 140728392164144 140728392162632 5312778 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 41168896 140728392168630 140728392168708 140728392168708 140728392171466 0
/proc/9415/statm: 41334 17519 730 405 0 38278 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 165336 KiB
Current children cumulated memory: 70076 KiB

[startup+51.1097 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 9416
/proc/meminfo: memFree=27492260/32770624 swapFree=67108860/67108860
[pid=9415] ppid=9412 vsize=165196 memory=69936 CPUtime=51.1 cores=1,3,5,7
/proc/9415/stat : 9415 (xcsp_picat) R 9412 9415 7287 0 -1 4202496 35243 0 0 0 5084 26 0 0 20 0 1 0 48612476 169160704 17484 33554432000 4194304 5849740 140728392164144 140728392163144 140686846107527 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 41168896 140728392168630 140728392168708 140728392168708 140728392171466 0
/proc/9415/statm: 41299 17484 730 405 0 38243 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 165196 KiB
Current children cumulated memory: 69936 KiB

[startup+102.3 s]
/proc/loadavg: 2.07 2.00 2.04 3/187 9478
/proc/meminfo: memFree=27526036/32770624 swapFree=67108860/67108860
[pid=9415] ppid=9412 vsize=179360 memory=85608 CPUtime=102.28 cores=1,3,5,7
/proc/9415/stat : 9415 (xcsp_picat) R 9412 9415 7287 0 -1 4202496 42964 0 0 0 10180 48 0 0 20 0 1 0 48612476 183664640 21402 33554432000 4194304 5849740 140728392164144 140728392163144 5437629 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 41168896 140728392168630 140728392168708 140728392168708 140728392171466 0
/proc/9415/statm: 44840 21402 731 405 0 41784 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 179360 KiB
Current children cumulated memory: 85608 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 1.99 2.03 3/188 9487
/proc/meminfo: memFree=27465072/32770624 swapFree=67108860/67108860
[pid=9415] ppid=9412 vsize=179360 memory=92360 CPUtime=162.28 cores=1,3,5,7
/proc/9415/stat : 9415 (xcsp_picat) R 9412 9415 7287 0 -1 4202496 43295 0 0 0 16150 78 0 0 20 0 1 0 48612476 183664640 23090 33554432000 4194304 5849740 140728392164144 140728392163016 5361740 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 41168896 140728392168630 140728392168708 140728392168708 140728392171466 0
/proc/9415/statm: 44840 23090 731 405 0 41784 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 179360 KiB
Current children cumulated memory: 92360 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/188 9488
/proc/meminfo: memFree=27449652/32770624 swapFree=67108860/67108860
[pid=9415] ppid=9412 vsize=179360 memory=92360 CPUtime=222.28 cores=1,3,5,7
/proc/9415/stat : 9415 (xcsp_picat) R 9412 9415 7287 0 -1 4202496 43445 0 0 0 22122 106 0 0 20 0 1 0 48612476 183664640 23090 33554432000 4194304 5849740 140728392164144 140728392163144 140686846107527 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 41168896 140728392168630 140728392168708 140728392168708 140728392171466 0
/proc/9415/statm: 44840 23090 731 405 0 41784 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 179360 KiB
Current children cumulated memory: 92360 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 9489
/proc/meminfo: memFree=27455052/32770624 swapFree=67108860/67108860
[pid=9415] ppid=9412 vsize=179360 memory=92360 CPUtime=282.28 cores=1,3,5,7
/proc/9415/stat : 9415 (xcsp_picat) R 9412 9415 7287 0 -1 4202496 43591 0 0 0 28095 133 0 0 20 0 1 0 48612476 183664640 23090 33554432000 4194304 5849740 140728392164144 140728392163144 140686846107527 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 41168896 140728392168630 140728392168708 140728392168708 140728392171466 0
/proc/9415/statm: 44840 23090 731 405 0 41784 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 179360 KiB
Current children cumulated memory: 92360 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/188 9491
/proc/meminfo: memFree=27422632/32770624 swapFree=67108860/67108860
[pid=9415] ppid=9412 vsize=187984 memory=100860 CPUtime=342.28 cores=1,3,5,7
/proc/9415/stat : 9415 (xcsp_picat) R 9412 9415 7287 0 -1 4202496 44366 0 0 0 34069 159 0 0 20 0 1 0 48612476 192495616 25215 33554432000 4194304 5849740 140728392164144 140728392163144 140686846107527 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 41168896 140728392168630 140728392168708 140728392168708 140728392171466 0
/proc/9415/statm: 46996 25215 731 405 0 43940 0
Current children cumulated CPU time: 342.28 s
Current children cumulated vsize: 187984 KiB
Current children cumulated memory: 100860 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/188 9492
/proc/meminfo: memFree=27391728/32770624 swapFree=67108860/67108860
[pid=9415] ppid=9412 vsize=193332 memory=106332 CPUtime=402.27 cores=1,3,5,7
/proc/9415/stat : 9415 (xcsp_picat) R 9412 9415 7287 0 -1 4202496 45297 0 0 0 40045 182 0 0 20 0 1 0 48612476 197971968 26583 33554432000 4194304 5849740 140728392164144 140728392163144 140686846107527 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 41168896 140728392168630 140728392168708 140728392168708 140728392171466 0
/proc/9415/statm: 48333 26583 731 405 0 45277 0
Current children cumulated CPU time: 402.27 s
Current children cumulated vsize: 193332 KiB
Current children cumulated memory: 106332 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 9494
/proc/meminfo: memFree=27391748/32770624 swapFree=67108860/67108860
[pid=9415] ppid=9412 vsize=193332 memory=106332 CPUtime=462.27 cores=1,3,5,7
/proc/9415/stat : 9415 (xcsp_picat) R 9412 9415 7287 0 -1 4202496 45443 0 0 0 46017 210 0 0 20 0 1 0 48612476 197971968 26583 33554432000 4194304 5849740 140728392164144 140728392163144 5392567 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 41168896 140728392168630 140728392168708 140728392168708 140728392171466 0
/proc/9415/statm: 48333 26583 731 405 0 45277 0
Current children cumulated CPU time: 462.27 s
Current children cumulated vsize: 193332 KiB
Current children cumulated memory: 106332 KiB


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

/proc/9415/statm: 72070 50339 732 405 0 69014 0
Current children cumulated CPU time: 1722.22 s
Current children cumulated vsize: 288280 KiB
Current children cumulated memory: 201356 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 9555
/proc/meminfo: memFree=27217156/32770624 swapFree=67108860/67108860
[pid=9415] ppid=9412 vsize=288280 memory=201356 CPUtime=1782.23 cores=1,3,5,7
/proc/9415/stat : 9415 (xcsp_picat) R 9412 9415 7287 0 -1 4202496 84588 0 0 0 177500 723 0 0 20 0 1 0 48612476 295198720 50339 33554432000 4194304 5849740 140728392164144 140728392163144 140686846107527 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 41168896 140728392168630 140728392168708 140728392168708 140728392171466 0
/proc/9415/statm: 72070 50339 732 405 0 69014 0
Current children cumulated CPU time: 1782.23 s
Current children cumulated vsize: 288280 KiB
Current children cumulated memory: 201356 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 9556
/proc/meminfo: memFree=27217280/32770624 swapFree=67108860/67108860
[pid=9415] ppid=9412 vsize=288280 memory=201356 CPUtime=1842.22 cores=1,3,5,7
/proc/9415/stat : 9415 (xcsp_picat) R 9412 9415 7287 0 -1 4202496 85728 0 0 0 183481 741 0 0 20 0 1 0 48612476 295198720 50339 33554432000 4194304 5849740 140728392164144 140728392163144 140686846107527 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 41168896 140728392168630 140728392168708 140728392168708 140728392171466 0
/proc/9415/statm: 72070 50339 732 405 0 69014 0
Current children cumulated CPU time: 1842.22 s
Current children cumulated vsize: 288280 KiB
Current children cumulated memory: 201356 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 9557
/proc/meminfo: memFree=27217280/32770624 swapFree=67108860/67108860
[pid=9415] ppid=9412 vsize=288280 memory=201356 CPUtime=1902.22 cores=1,3,5,7
/proc/9415/stat : 9415 (xcsp_picat) R 9412 9415 7287 0 -1 4202496 86920 0 0 0 189458 764 0 0 20 0 1 0 48612476 295198720 50339 33554432000 4194304 5849740 140728392164144 140728392163144 140686846107527 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 41168896 140728392168630 140728392168708 140728392168708 140728392171466 0
/proc/9415/statm: 72070 50339 732 405 0 69014 0
Current children cumulated CPU time: 1902.22 s
Current children cumulated vsize: 288280 KiB
Current children cumulated memory: 201356 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/188 9566
/proc/meminfo: memFree=27239304/32770624 swapFree=67108860/67108860
[pid=9415] ppid=9412 vsize=265292 memory=178120 CPUtime=1962.22 cores=1,3,5,7
/proc/9415/stat : 9415 (xcsp_picat) R 9412 9415 7287 0 -1 4202496 89673 0 0 0 195437 785 0 0 20 0 1 0 48612476 271659008 44530 33554432000 4194304 5849740 140728392164144 140728392163144 140686846107527 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 41168896 140728392168630 140728392168708 140728392168708 140728392171466 0
/proc/9415/statm: 66323 44530 732 405 0 63267 0
Current children cumulated CPU time: 1962.22 s
Current children cumulated vsize: 265292 KiB
Current children cumulated memory: 178120 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/188 9567
/proc/meminfo: memFree=27221568/32770624 swapFree=67108860/67108860
[pid=9415] ppid=9412 vsize=283092 memory=196096 CPUtime=2022.22 cores=1,3,5,7
/proc/9415/stat : 9415 (xcsp_picat) R 9412 9415 7287 0 -1 4202496 92073 0 0 0 201419 803 0 0 20 0 1 0 48612476 289886208 49024 33554432000 4194304 5849740 140728392164144 140728392163144 140686846107527 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 41168896 140728392168630 140728392168708 140728392168708 140728392171466 0
/proc/9415/statm: 70773 49024 732 405 0 67717 0
Current children cumulated CPU time: 2022.22 s
Current children cumulated vsize: 283092 KiB
Current children cumulated memory: 196096 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/188 9568
/proc/meminfo: memFree=27221796/32770624 swapFree=67108860/67108860
[pid=9415] ppid=9412 vsize=283092 memory=196096 CPUtime=2082.21 cores=1,3,5,7
/proc/9415/stat : 9415 (xcsp_picat) R 9412 9415 7287 0 -1 4202496 92500 0 0 0 207399 822 0 0 20 0 1 0 48612476 289886208 49024 33554432000 4194304 5849740 140728392164144 140728392163144 140686846107527 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 41168896 140728392168630 140728392168708 140728392168708 140728392171466 0
/proc/9415/statm: 70773 49024 732 405 0 67717 0
Current children cumulated CPU time: 2082.21 s
Current children cumulated vsize: 283092 KiB
Current children cumulated memory: 196096 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/188 9569
/proc/meminfo: memFree=27212464/32770624 swapFree=67108860/67108860
[pid=9415] ppid=9412 vsize=294284 memory=199212 CPUtime=2142.21 cores=1,3,5,7
/proc/9415/stat : 9415 (xcsp_picat) R 9412 9415 7287 0 -1 4202496 94252 0 0 0 213379 842 0 0 20 0 1 0 48612476 301346816 49803 33554432000 4194304 5849740 140728392164144 140728392163144 5335568 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 41168896 140728392168630 140728392168708 140728392168708 140728392171466 0
/proc/9415/statm: 73571 49803 732 405 0 70515 0
Current children cumulated CPU time: 2142.21 s
Current children cumulated vsize: 294284 KiB
Current children cumulated memory: 199212 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/188 9570
/proc/meminfo: memFree=27231700/32770624 swapFree=67108860/67108860
[pid=9415] ppid=9412 vsize=292148 memory=197072 CPUtime=2202.21 cores=1,3,5,7
/proc/9415/stat : 9415 (xcsp_picat) R 9412 9415 7287 0 -1 4202496 96144 0 0 0 219359 862 0 0 20 0 1 0 48612476 299159552 49268 33554432000 4194304 5849740 140728392164144 140728392163144 140686846107527 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 41168896 140728392168630 140728392168708 140728392168708 140728392171466 0
/proc/9415/statm: 73037 49268 732 405 0 69981 0
Current children cumulated CPU time: 2202.21 s
Current children cumulated vsize: 292148 KiB
Current children cumulated memory: 197072 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 9572
/proc/meminfo: memFree=27244448/32770624 swapFree=67108860/67108860
[pid=9415] ppid=9412 vsize=296204 memory=201100 CPUtime=2262.21 cores=1,3,5,7
/proc/9415/stat : 9415 (xcsp_picat) R 9412 9415 7287 0 -1 4202496 97765 0 0 0 225339 882 0 0 20 0 1 0 48612476 303312896 50275 33554432000 4194304 5849740 140728392164144 140728392163304 140686846107527 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 41168896 140728392168630 140728392168708 140728392168708 140728392171466 0
/proc/9415/statm: 74051 50275 732 405 0 70995 0
Current children cumulated CPU time: 2262.21 s
Current children cumulated vsize: 296204 KiB
Current children cumulated memory: 201100 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 9573
/proc/meminfo: memFree=27203312/32770624 swapFree=67108860/67108860
[pid=9415] ppid=9412 vsize=297568 memory=205296 CPUtime=2322.2 cores=1,3,5,7
/proc/9415/stat : 9415 (xcsp_picat) R 9412 9415 7287 0 -1 4202496 101093 0 0 0 231318 902 0 0 20 0 1 0 48612476 304709632 51324 33554432000 4194304 5849740 140728392164144 140728392163144 140686846107527 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 41168896 140728392168630 140728392168708 140728392168708 140728392171466 0
/proc/9415/statm: 74392 51324 732 405 0 71336 0
Current children cumulated CPU time: 2322.2 s
Current children cumulated vsize: 297568 KiB
Current children cumulated memory: 205296 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 9574
/proc/meminfo: memFree=27166748/32770624 swapFree=67108860/67108860
[pid=9415] ppid=9412 vsize=301400 memory=209112 CPUtime=2382.2 cores=1,3,5,7
/proc/9415/stat : 9415 (xcsp_picat) R 9412 9415 7287 0 -1 4202496 105926 0 0 0 237294 926 0 0 20 0 1 0 48612476 308633600 52278 33554432000 4194304 5849740 140728392164144 140728392163144 140686846107527 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 41168896 140728392168630 140728392168708 140728392168708 140728392171466 0
/proc/9415/statm: 75350 52278 732 405 0 72294 0
Current children cumulated CPU time: 2382.2 s
Current children cumulated vsize: 301400 KiB
Current children cumulated memory: 209112 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 9576
/proc/meminfo: memFree=27236144/32770624 swapFree=67108860/67108860
[pid=9415] ppid=9412 vsize=296376 memory=204204 CPUtime=2442.2 cores=1,3,5,7
/proc/9415/stat : 9415 (xcsp_picat) R 9412 9415 7287 0 -1 4202496 109095 0 0 0 243275 945 0 0 20 0 1 0 48612476 303489024 51051 33554432000 4194304 5849740 140728392164144 140728392163016 140686846107527 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 41168896 140728392168630 140728392168708 140728392168708 140728392171466 0
/proc/9415/statm: 74094 51051 732 405 0 71038 0
Current children cumulated CPU time: 2442.2 s
Current children cumulated vsize: 296376 KiB
Current children cumulated memory: 204204 KiB

[startup+2502.3 s]
/proc/loadavg: 2.05 2.00 2.04 3/187 9577
/proc/meminfo: memFree=27214804/32770624 swapFree=67108860/67108860
[pid=9415] ppid=9412 vsize=296772 memory=209676 CPUtime=2502.2 cores=1,3,5,7
/proc/9415/stat : 9415 (xcsp_picat) R 9412 9415 7287 0 -1 4202496 112481 0 0 0 249258 962 0 0 20 0 1 0 48612476 303894528 52419 33554432000 4194304 5849740 140728392164144 140728392163144 140686846107527 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 41168896 140728392168630 140728392168708 140728392168708 140728392171466 0
/proc/9415/statm: 74193 52419 732 405 0 71137 0
Current children cumulated CPU time: 2502.2 s
Current children cumulated vsize: 296772 KiB
Current children cumulated memory: 209676 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.11 2.02 2.05 3/188 9585
/proc/meminfo: memFree=27167760/32770624 swapFree=67108860/67108860
[pid=9415] ppid=9412 vsize=298932 memory=211936 CPUtime=2519.91 cores=1,3,5,7
/proc/9415/stat : 9415 (xcsp_picat) R 9412 9415 7287 0 -1 4202496 113854 0 0 0 251022 969 0 0 20 0 1 0 48612476 306106368 52984 33554432000 4194304 5849740 140728392164144 140728392163144 140686846107527 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 41168896 140728392168630 140728392168708 140728392168708 140728392171466 0
/proc/9415/statm: 74733 52984 732 405 0 71677 0
Current children cumulated CPU time: 2519.91 s
Current children cumulated vsize: 298932 KiB
Current children cumulated memory: 211936 KiB

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

[startup+2520.01 s]
# the end of solver process 9415 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2510.23 s, system=9.69266 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.92
CPU user time (s): 2510.23
CPU system time (s): 9.69266
CPU usage (%): 99.9962
Max. virtual memory (cumulated for all children) (KiB): 311552
Max. memory (cumulated for all children) (KiB): 218820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2510.23
system time used= 9.69266
maximum resident set size= 218820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113855
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= 15
involuntary context switches= 786


# summary of solver processes directly reported to runsolver:
#   pid: 9415
#   total CPU time (s): 2519.92
#   total CPU user time (s): 2510.23
#   total CPU system time (s): 9.69266

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1054 second user time and 19.0009 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-23 03:48:13
IDJOB=4293268
IDBENCH=141146
IDSOLVER=2754
FILE ID=node151/4293268-1532310493
RUNJOBID= node151-1532294350-7319
PBS_JOBID= 21018981
Free space on /tmp= 55068 MiB

SOLVER NAME= PicatSAT 2018-06-15
BENCH NAME= XCSP18/Auction/Auction-sum/Auction-sum-matching080_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293268-1532310493/watcher-4293268-1532310493 -o /tmp/evaluation-result-4293268-1532310493/solver-4293268-1532310493 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532294350-7319 --watchdog 2580  xcsp_picat HOME/instance-4293268-1532310493.xml

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

MD5SUM BENCH= 8abf4f1f4dc00a8da6097f5555605512
RANDOM SEED=1846690898

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:        27537160 kB
MemAvailable:   31840836 kB
Buffers:          122044 kB
Cached:          4423512 kB
SwapCached:            0 kB
Active:           930644 kB
Inactive:        3787992 kB
Active(anon):     120772 kB
Inactive(anon):    71608 kB
Active(file):     809872 kB
Inactive(file):  3716384 kB
Unevictable:        7848 kB
Mlocked:            7848 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3108 kB
Writeback:             0 kB
AnonPages:        246016 kB
Mapped:            38508 kB
Shmem:             17032 kB
Slab:             214084 kB
SReclaimable:     186508 kB
SUnreclaim:        27576 kB
KernelStack:        3360 kB
PageTables:         5212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     542808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    167936 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= 55068 MiB
End job on node151 at 2018-07-23 04:30:13