Abstract
Механизм взаимного исключения традиционно применяется для защиты разделяемых структур данных в распределенных системах управления. Проведена дедуктивная верификация простого протокола взаимного исключения Маскарелла для произвольного числа процессов с дополнительным процессом-координатором. Верифицируются два основных свойства: два процесса не могут одновременно находиться в критической секции; любой процесс, пытающийся войти в критическую секцию, попадает в нее через конечное время. Доказательство свойств выполнено в системах верификации Why3 и Event-B.
The mutual exclusion mechanism is traditionally used to protect shared data structures in distributed control systems. A deductive verification of Mascarell's simple mutual exclusion protocol for an arbitrary number of processes with an additional coordinator process is performed. Two main properties are verified: two processes cannot be in a critical section at the same time; any process trying to get into a critical section eventually gets into it. The proof of the properties is performed in the verification systems Why3 and Event-B.
Reference11 articles.
1. Mascarell J.B. Two mutual exclusion algorithms for shared memory. 2019. 20p. URL: https://arxiv.org/pdf/1903.10402.pdf (дата обращения 31.10.2022)
2. Jayanti P., Jayanti S. Constant Amortized RMR Abortable Mutex for CC and DSM // PODC '19: Proceedings of the 2019 ACM Symposium on Principles of Distributed Computing, 2019, pp. 167- 176.
3. Golab W., Ramaraju A. Recoverable Mutual Exclusion. In: PODC '16 // Proceedings of the 2016 ACM Symposium on Principles of Distributed Computing, 2019, pp. 65-74.
4. Pareek A., Woelfel P. RMR-Efficient Randomized Abortable Mutual Exclusion // Distributed Computing. DISC 2012. LNCS 7611, pp. 267-281.
5. Шелехов В.И. Автоматное программирование на базе системы моделирования и верификации Event-B // Программная инженерия, Том 13, №4, 2022 - С. 155-167. URL: https://persons.iis.nsk.su/files/persons/pages/atomeventb.pdf (дата обращения 31.10.2022)