Population Protocols: Expressiveness, Succinctness and Automatic Verification

Total Page:16

File Type:pdf, Size:1020Kb

Population Protocols: Expressiveness, Succinctness and Automatic Verification Fakultat¨ fur¨ Informatik Technische Universitat¨ Munchen¨ Population Protocols: Expressiveness, Succinctness and Automatic Verification. Stefan Jaax Vollst¨andigerAbdruck der von der Fakult¨atf¨urInformatik der Technischen Universit¨at M¨unchen zur Erlangung des akademischen Grades eines Doktor der Naturwissenschaften (Dr. rer. nat.) genehmigten Dissertation. Vorsitzender: Prof. Dr. Helmut Seidl Pr¨ufendeder Dissertation: 1. Prof. Dr. Francisco Javier Esparza Estaun 2. Prof. Rupak Majumdar, Ph.D., Technische Universit¨atKaiserslautern Die Dissertation wurde am 03.03.2020 bei der Technischen Universit¨atM¨unchen eingereicht und durch die Fakult¨atf¨urInformatik am 04.06.2020 angenommen. Abstract Population protocols (Angluin et al., PODC, 2004) are a model of distributed computa- tion in which identical, finite-state, passively mobile agents interact in pairs to achieve a common goal. In the basic model of population protocols, agents compute number predicates by reaching a stable consensus. It is well known that population protocols compute precisely the semilinear predicates, or, equivalently, the predicates definable in Presburger arithmetic, the first-order theory of the natural numbers equipped with addition and the standard linear order. This thesis investigates three fundamental questions of the theory of population pro- tocols: Space complexity, verification complexity, and expressiveness of reasonable ex- tensions. Space Complexity. We show that every quantifier-free Presburger predicate ' aug- mented with remainder predicates is computable by a population protocol with poly(j'j) states, where j'j denotes the size of ' in binary encoding. Further, the protocol can be constructed in polynomial time. This is a major improvement to the previously known construction, which requires 2poly(j'j) states. As a special case, we consider predicates of the form 'c(x) = x ≥ c, where c is a positive integer constant. We provide upper and lower bounds for the number of states needed to represent 'c(x). Verification Complexity. Verification complexity is concerned with automatic solu- tions to the correctness problem: Given a population protocol P and some Presburger formula ', decide whether P computes '. Esparza et al. showed that the correctness problem is decidable, albeit of very high complexity: It is at least as hard as the Petri net reachability problem, which has non-elementary complexity (Esparza et al., Acta Informatica, 2017). The high complexity of the correctness problem is essentially due to its parametricity: The verifying procedure has to decide whether the protocol stabilizes to the correct consensus for all inputs (of which there are infinitely many). We exhibit a subclass of population protocols that is efficiently decidable and suitable for automatic verification. We implemented our approach in the first fully-automatic and parametric verification tool of its kind, and show its viability with benchmarks from the literature. Expressiveness of Extensions. We show that under very weak assumptions, exten- sions of the basic model of population protocols compute at most the number predicates in NL, when the input is given in unary. As a very natural example of an extension matching this upper bound, we introduce broadcast protocols, which extend population protocols by the ability to transmit reliable broadcast signals simultaneously received by all agents. iii Zusammenfassung Populationsprotokolle (Angluin et al., PODC, 2004) sind ein distribuiertes Rechenmodell von baugleichen, passiv-mobilen Agenten mit endlichem Speicher, welche in paarweisen Interaktionen Rechnungen durchf¨uhren. In dem Standardmodell berechnen Agenten Zahlenpr¨adikate durch Erlangen eines stabilen Konsenses. Bekanntermaßen berechnen Populationsprotokolle genau die semilinearen Pr¨adikate; dies sind die Pr¨adikate definier- bar in Presburger-Arithmetik, der Theorie der Pr¨adikatenlogik erster Stufe der ganzen Zahlen mit Addition und der gew¨ohnlichen linearen Ordnung. Die vorliegende Arbeit untersucht Populationsprotokolle aus dreierlei Blickwinkeln: Platzkomplexit¨at,Verifikationskomplexit¨at,und Ausdr¨ucksst¨arke von Erweiterungen. Speicherkomplexit¨at. Wir zeigen, dass sich jedes Quantoren-freie Presburger-Pr¨adikat ' (erweitert um Modulo-Pr¨adikate) durch ein Protokoll mit poly(j'j) Zust¨andenberech- nen l¨asst,wobei j'j die L¨angevon ' in Bin¨arkodierung bezeichnet. Ferner l¨asstsich das Protokoll in Polynomialzeit konstruieren. Dies ist eine deutliche Verbesserung zu der bekannten Vorl¨auferkonstruktion, welche 2poly(j'j) Zust¨andeben¨otigt. Als Spezialfall betrachten wir Pr¨adikate der Form 'c(x) = x ≥ c mit c 2 N. Wir geben obere und untere Schranken f¨urdie Anzahl an ben¨otigtenZust¨andenzur Berechnung von 'c(x). Verifikationskomplexit¨at. Verifikationskomplexit¨atbezieht sich auf automatische L¨osungsans¨atzef¨urdas Korrektheitsproblem: Entscheide, ob ein gegebenes Protokoll P ein gegebenes Pr¨adikat ' berechnet. Esparza et al. wiesen Entscheidbarkeit des Kor- rektheitsproblems nach, wenngleich mit hoher Komplexit¨at:Das Problem ist mindestens so schwer wie das Erreichbarkeitsproblem f¨urPetrinetze, welches nicht-elementare Kom- plexit¨ataufweist (Esparza et al., Acta Informatica, 2017). Diese hohe Komplexit¨at l¨asstsich im Wesentlichen auf die Parametrizit¨atdes Problems zur¨uckf¨uhren: Die ver- ifizierende Prozedur muss entscheiden, ob das Protokoll zum richtigen Konsens kon- vergiert, und zwar f¨ur alle Eingaben (wovon es unendlich viele gibt). Wir stellen eine Teilklasse von Populationsprotokollen vor, welche sich f¨urautomatische Verifika- tion eignet. Wir implementieren den daraus resultierenden Ansatz in dem ersten vol- lautomatischen und parametrischen Verifikationswerkzeug seiner Art, und f¨uhreneine Machbarkeitsstudie mit Benchmarks aus der Literatur durch. Ausdrucksst¨arke von Erweiterungen. Wir zeigen, dass Erweiterungen von Pop- ulationsprotokollen unter relativ schwachen Annahmen h¨ochstens die Pr¨adikate in NL berechnen, wobei die Eingabe als un¨ar-kodiert angenommen wird. Als nat¨urliche Er- weiterung, welche an diese obere Schranke heranreicht, stellen wir Broadcast-Protokolle vor; diese erweitern Populationprotokolle um globale, verl¨assliche Broadcasts, die simul- tan von allen Agenten empfangen werden. v Acknowledgments First and foremost, I would like to thank my doctoral advisor, Javier Esparza, for his invaluable guidance and support. Javier gave me plenty of opportunities for personal growth; his focus on clarity and precision helped me become a better researcher, and a better communicator of ideas. With sincere gratitude, I would like to thank my Canadian co-author Michael Blondin, who I now consider a good friend. Even by Canadian standards, Michael is exceptionally nice and considerate; it is always a joy to work with him. In autumn 2018, Michael hosted me at his home university in Sherbrooke, Canada. Together with his partner Fannie he went out of his way to make my research stay pleasant and memorable. I would also like to thank Stefan Kiefer for hosting me at the University of Oxford in spring 2019. Stefan introduced me to the academic culture of Oxford (with all its arcane customs and traditions), and he reserved a good chunk of his time for a rewarding exchange of ideas. The two research stays in Oxford and Sherbrooke were made possible by my graduate school IGSSE, which provided extensive funding. I would like to thank the team of IGSSE for their great support. I am also grateful for the support I received by an ERC Advanced Grant (787367: PaVeS). Furthermore, I would like to thank my other co-authors for their fruitful collaboration: Blaise Genest, Martin Helfrich, Anton´ınKuˇcera,Philipp Meyer, Michael Raskin, and Chana Weil-Kennedy. Special thanks go to Philipp, who implemented our verification approach quickly and efficiently. I would also like to thank all my colleagues from Lehrstuhl VII for the insightful discussions and the welcoming atmosphere; in particular, I would like to thank Salomon Sickert for always surprising me with neat presents, Michael Luttenberger for his efforts to make organizational matters easier for us, and Stefan Kugele for bringing a breath of fresh air. Finally, I would like to thank friends and family for their support. I am grateful for being surrounded by a circle of friends that call themselves Dehaan-Bros; their quirky and whimsical humor never fails to cheer me up. I would like to thank my friends Fari, Hannah, Jens, Niklas, Vincent, Pauline and Rasty for giving me strength, especially in difficult times. The biggest thanks of all go to my parents for their limitless love, patience and support. vii Contents Abstract iii Zusammenfassung v Acknowledgments vii Contents ix List of Figures xi List of Tables xii Acronyms xiii 1 Introduction 1 1.1 Literature Overview . .3 1.2 Summary of Contributions . .4 1.3 Publication Summary . .4 1.4 Outline of the Thesis . .5 2 Preliminaries 6 2.1 Basic Notation . .6 2.2 Vector Addition Systems . .6 2.3 Presburger Arithmetic and Semilinear Sets . .7 3 The Basic Model of Population Protocols 8 3.1 Formal Definition . .8 3.2 Examples of Population Protocols . .9 3.3 Population Protocols compute precisely the Semilinear Predicates . 10 3.4 Global Fairness and other Fairness Notions . 11 3.5 Protocols with Leaders . 13 4 Space Complexity 15 4.1 Problem Statement . 15 4.2 New Contributions . 15 4.2.1 Overview for x ≥ c ........................... 15 4.2.2 Overview for QFPA . 16 4.2.3 Multi-Way Protocols . 18 4.2.4 Dynamic Initialization for Succinct Parallelism
Recommended publications
  • ACM SIGACT News Distributed Computing Column 28
    ACM SIGACT News Distributed Computing Column 28 Idit Keidar Dept. of Electrical Engineering, Technion Haifa, 32000, Israel [email protected] Sergio Rajsbaum, who edited this column for seven years and established it as a relevant and popular venue, is stepping down. This issue is my first step in the big shoes he vacated. I would like to take this opportunity to thank Sergio for providing us with seven years’ worth of interesting columns. In producing these columns, Sergio has enjoyed the support of the community at-large and obtained material from many authors, who greatly contributed to the column’s success. I hope to enjoy a similar level of support; I warmly welcome your feedback and suggestions for material to include in this column! The main two conferences in the area of principles of distributed computing, PODC and DISC, took place this summer. This issue is centered around these conferences, and more broadly, distributed computing research as reflected therein, ranging from reviews of this year’s instantiations, through influential papers in past instantiations, to examining PODC’s place within the realm of computer science. I begin with a short review of PODC’07, and highlight some “hot” trends that have taken root in PODC, as reflected in this year’s program. Some of the forthcoming columns will be dedicated to these up-and- coming research topics. This is followed by a review of this year’s DISC, by Edward (Eddie) Bortnikov. For some perspective on long-running trends in the field, I next include the announcement of this year’s Edsger W.
    [Show full text]
  • A Study on Asynchronous Randomized Consensus Title Algorithms for Byzantine Fault Tolerant Replication
    A Study on Asynchronous Randomized Consensus Title Algorithms for Byzantine Fault Tolerant Replication Author(s) 中村, 純哉 Citation Issue Date Text Version ETD URL https://doi.org/10.18910/34568 DOI 10.18910/34568 rights Note Osaka University Knowledge Archive : OUKA https://ir.library.osaka-u.ac.jp/ Osaka University A Study on Asynchronous Randomized Consensus Algorithms for Byzantine Fault Tolerant Replication Submitted to Graduate School of Information Science and Technology Osaka University January 2014 Junya NAKAMURA iii List of Major Publications Journal Papers 1. Junya Nakamura, Tadashi Araragi, Toshimitsu Masuzawa, and Shigeru Masuyama, \A method of parallelizing consensuses for accelerating byzantine fault tolerance," IEICE Trans- actions on Information and Systems, vol. E97-D, no. 1, 2014. (to appear). 2. Junya Nakamura, Tadashi Araragi, Shigeru Masuyama, and Toshimitsu Masuzawa, “Effi- cient randomized byzantine fault-tolerant replication based on special valued coin tossing," IEICE Transactions on Information and Systems, vol. E97-D, no. 2, 2014. (to appear). Conference Papers 3. Junya Nakamura, Tadashi Araragi, and Shigeru Masuyama, \Asynchronous byzantine request- set agreement algorithm for replication," in Proceedings of the 1st AAAC Annual Meeting, p. 35, 2008. 4. Junya Nakamura, Tadashi Araragi, and Shigeru Masuyama, \Acceleration of byzantine fault tolerance by parallelizing consensuses," in Proceedings of the 10th International Conference on Parallel and Distributed Computing, Applications and Technologies, PDCAT '09, pp. 80{ 87, Dec. 2009. Technical Reports 5. Junya Nakamura, Tadashi Araragi, and Shigeru Masuyama, \Byzantine agreement on the order of processing received requests is solvable deterministically in asynchronous systems," in IEICE Technical Report, vol. 106 of COMP2006-35, pp. 33{40, Oct.
    [Show full text]
  • Auto-Stabilisation : Solution Elégante Pour Lutter Contre Les Fautes Sylvie
    Auto-stabilisation : Solution Elégante pour Lutter contre Les Fautes Sylvie Delaët Rapport scientifique présenté en vue de l’obtention de l’Habilitation à Diriger les Recherches. Soutenu le 8 novembre 2013 devant le jury composé de : Alain Denise, Professeur, Université Paris Sud, France Shlomi Dolev, Professeur, Ben Gurion University of the Negev, Israël Pierre Fraigniaud, Directeur de recherche CNRS, France Ted Herman, Professeur, University of Iowa, Etats Unis d’Amérique Nicolas Thiéry, Professeur, l’Université Paris Sud, France Franck Petit, Professeur, Université Paris Pierre et Marie Curie, France Après avis des rapporteurs : Ted Herman, Professeur, University of Iowa, Etats Unis d’Amérique Rachid Guerraoui, Professeur, Ecole Polytechnique Fédérale de Lausanne, Suisse Franck Petit, Université Paris Pierre et Marie Curie, France ii Sommaire Remerciements iii 1 Ma vision de ce document 1 1.1 Organisation du document . .1 2 Un peu de cuisine(s) 3 2.1 L'auberge espagnole de l'algorithmique r´epartie. .4 2.2 Exemples de probl`emes`ar´esoudreet quelques solutions . .8 3 Comprendre le monde 15 3.1 Comprendre l'auto-stabilisation . 15 3.2 Comprendre l'algorithmique r´epartie . 30 3.3 Comprendre mes contributions . 34 4 Construire l'avenir 43 4.1 Perspectives d'am´eliorationdes techniques . 43 4.2 Perspective d'ouverture `ala diff´erence . 45 4.3 Perspective de diffusion plus large . 47 4.4 Perspective de l'ordinateur auto-stabilisant . 48 A Agrafage 51 A.1 Cerner les probl`emes . 51 A.2 D´emasquerles planqu´es . 59 A.3 Recenser les pr´esents . 67 A.4 Obtenir l'auto-stabilisation gratuitement .
    [Show full text]
  • Population Protocols Are Fast
    Population Protocols Are Fast Adrian Kosowski1 and Przemysław Uznanski´ 2 1Inria Paris, France 2 ETH Zürich, Switzerland Abstract A population protocol describes a set of state change rules for a population of n indistinguish- able finite-state agents (automata), undergoing random pairwise interactions. Within this very basic framework, it is possible to resolve a number of fundamental tasks in distributed computing, includ- ing: leader election, aggregate and threshold functions on the population, such as majority compu- tation, and plurality consensus. For the first time, we show that solutions to all of these problems can be obtained quickly using finite-state protocols. For any input, the designed finite-state proto- cols converge under a fair random scheduler to an output which is correct with high probability in expected O(poly log n) parallel time. In the same setting, we also show protocols which always reach a valid solution, in expected parallel time O(nε), where the number of states of the interacting automata depends only on the choice of ε > 0. The stated time bounds hold for any semi-linear predicate computable in the population protocol framework. The key ingredient of our result is the decentralized design of a hierarchy of phase-clocks, which tick at different rates, with the rates of adjacent clocks separated by a factor of Θ(log n). The construction of this clock hierarchy relies on a new protocol composition technique, combined with an adapted analysis of a self-organizing process of oscillatory dynamics. This clock hierarchy is used to provide nested synchronization primitives, which allow us to view the population in a global manner and design protocols using a high-level imperative programming language with a (limited) capacity for loops and branching instructions.
    [Show full text]
  • ISBN # 1-60132-514-2; American Council on Science & Education / CSCE 2021
    ISBN # 1-60132-514-2; American Council on Science & Education / CSCE 2021 CSCI 2021 BOOK of ABSTRACTS The 2021 World Congress in Computer Science, Computer Engineering, and Applied Computing CSCE 2021 https://www.american-cse.org/csce2021/ July 26-29, 2021 Luxor Hotel (MGM Property), 3900 Las Vegas Blvd. South, Las Vegas, 89109, USA Table of Contents Keynote Addresses .................................................................................................................... 2 Int'l Conf. on Applied Cognitive Computing (ACC) ...................................................................... 3 Int'l Conf. on Bioinformatics & Computational Biology (BIOCOMP) ............................................ 6 Int'l Conf. on Biomedical Engineering & Sciences (BIOENG) ................................................... 12 Int'l Conf. on Scientific Computing (CSC) .................................................................................. 14 SESSION: Military & Defense Modeling and Simulation ............................................................ 27 Int'l Conf. on e-Learning, e-Business, EIS & e-Government (EEE) ............................................ 28 SESSION: Agile IT Service Practices for the cloud ................................................................... 34 Int'l Conf. on Embedded Systems, CPS & Applications (ESCS) ................................................ 37 Int'l Conf. on Foundations of Computer Science (FCS) ............................................................. 39 Int'l Conf. on Frontiers
    [Show full text]
  • Versatility and Efficiency in Self-Stabilizing Distributed Systems
    Versatility and Efficiency in Self-Stabilizing Distributed Systems Stéphane Devismes To cite this version: Stéphane Devismes. Versatility and Efficiency in Self-Stabilizing Distributed Systems. Distributed, Parallel, and Cluster Computing [cs.DC]. Université Grenoble Alpes, 2020. tel-03080444v4 HAL Id: tel-03080444 https://hal.archives-ouvertes.fr/tel-03080444v4 Submitted on 21 Sep 2021 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. HABILITATION À DIRIGER DES RECHERCHES Spécialité : Informatique Arrêté ministériel : 23 Novembre 1988 Présentée par Stéphane Devismes Habilitation préparée au sein du laboratoire VERIMAG et de l’École Doctorale Mathématiques, Sciences et Technologies de l’Information, Informatique Versatility and Efficiency in Self-Stabilizing Distributed Systems Généralité et Efficacité dans les Systèmes Distribués Autostabilisants Habilitation soutenue publiquement le 17 décembre 2020, devant le jury composé de : Denis TRYSTRAM Professeur, Grenoble INP, Président Toshimitsu MASUZAWA Professeur, Osaka University, Rapporteur Achour MOSTÉFAOUI
    [Show full text]
  • Project-Team GRAND-LARGE
    IN PARTNERSHIP WITH: CNRS Université Paris-Sud (Paris 11) Université des sciences et technologies de Lille (Lille 1) Activity Report 2011 Project-Team GRAND-LARGE Global parallel and distributed computing IN COLLABORATION WITH: Laboratoire d’informatique fondamentale de Lille (LIFL), Laboratoire de recherche en informatique (LRI) RESEARCH CENTER Saclay - Île-de-France THEME Distributed and High Performance Computing Table of contents 1. Members :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 1 2. Overall Objectives :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 1 2.1. Grand-Large General Objectives1 2.2. Highlights 2 3. Scientific Foundations :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::2 3.1. Large Scale Distributed Systems (LSDS)2 3.1.1. Computing on Large Scale Global Computing systems3 3.1.2. Building a Large Scale Distributed System4 3.1.2.1. The resource discovery engine4 3.1.2.2. Fault Tolerant MPI4 3.2. Volatility and Reliability Processing5 3.3. Parallel Programming on Peer-to-Peer Platforms (P5)6 3.3.1. Large Scale Computational Sciences and Engineering7 3.3.2. Experimentations and Evaluations7 3.3.3. Languages, Tools and Interface8 3.4. Methodology for Large Scale Distributed Systems8 3.4.1. Observation tools8 3.4.2. Tool for scalability evaluations9 3.4.3. Real life testbeds: extreme realism9 3.5. High Performance Scientific Computing9 3.5.1. Communication avoiding algorithms for numerical linear algebra 10 3.5.2. Preconditioning techniques 10 3.5.3. Fast linear algebra solvers based on randomization 10 3.5.4. Sensitivity analysis of linear algebra problems 11 4. Application Domains :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::11 4.1. Building a Large Scale Distributed System for Computing 11 4.2. Security and Reliability of Network Control Protocols 11 4.3.
    [Show full text]
  • A Study on Approaches for Stable Distributed Systems in Unstable Network Environments
    Title A Study on Approaches for Stable Distributed Systems in Unstable Network Environments Author(s) 首藤, 裕一 Citation Issue Date Text Version ETD URL https://doi.org/10.18910/52014 DOI 10.18910/52014 rights Note Osaka University Knowledge Archive : OUKA https://ir.library.osaka-u.ac.jp/ Osaka University A Study on Approaches for Stable Distributed Systems in Unstable Network Environments Submitted to Graduate School of Information Science and Technology Osaka University January 2015 Yuichi SUDO i List of Related Publications Journal Papers 1. Yuichi Sudo, Junya Nakamura, Yukiko Yamauchi, Fukuhito Ooshita, Hirotsugu Kakugawa, and Toshimitsu Masuzawa, \Loosely-stabilizing leader election in a population protocol model," Theoretical Computer Science, vol. 444, pp. 100-112, 2012. 2. Yuichi Sudo, Kunio Hato, Junichi Murayama, \Performance evaluation for cloud-computing systems by audit measurement," IEICE Transactions on Information and Systems , vol. J97- D, No. 7, pp. 1148-1157, 2014. 3. Yuichi Sudo, Toshimitsu Masuzawa, Gen Motoyoshi, and Tutomu Murase, \Pseudo poly- nomial time algorithms for optimal longcut route selection," IEICE Transactions on Infor- mation and Systems , vol. E98-D, No. 3, 2015 (to appear). Conference Papers 4. Yuichi Sudo, Junya Nakamura, Yukiko Yamauchi, Fukuhito Ooshita, Hirotsugu Kaku- gawa, and Toshimitsu Masuzawa, \Loosely-stabilizing leader election in population protocol model," in Proceedings of the 16th International Conference on Structural Information and Communication Complexity, SIROCCO '09, pp. 295{308, 2009. 5. Yuichi Sudo, Daisuke Baba, Junya Nakamura, Fukuhito Ooshita, Hirotsugu Kakugawa, and Toshimitsu Masuzawa, \An agent exploration in unknown undirected graphs with white- boards," in Proceedings of the Third International Workshop on Reliability, Availability, and Security, WRAS '10, pp.
    [Show full text]
  • Modelling and Verification of Multi-Agent Systems Via Sequential Emulation
    DOCTORAL THESIS Modelling and Verification of Multi-Agent Systems via Sequential Emulation PHDPROGRAM IN COMPUTER SCIENCE: XXXII CYCLE Author: Supervisors: Luca DI STEFANO Prof. Rocco DE NICOLA [email protected] [email protected] Dr. Omar INVERSO [email protected] October 2020 GSSI Gran Sasso Science Institute Viale Francesco Crispi, 7 - 67100 L’Aquila - Italy Declaration of Authorship I, Luca Di Stefano, declare that this thesis titled, ‘Modelling and Verification of Multi-Agent Systems via Sequential Emulation’ and the work presented in it are my own, under the guidance of my supervisors. Parts of Chapter2 appeared in [ 80]. Chapter3 is based on [ 83]. A preliminary description of the encoding proposed in Chapter4 appeared in [ 83]; the current version of the encoding is under submission. Parts of Chapter5 appeared in [87]. I confirm that: ■ This work was done wholly or mainly while in candidature for a research degree at this Institute. ■ Where I have consulted the published work of others, this is always clearly attributed. ■ Where I have quoted from the work of others, the source is always given. With the exception of such quotations, this thesis is entirely my own work. ■ I have acknowledged all main sources of help. Signed: Date: i Abstract A multi-agent system (MAS) is a collection of agents, often endowed with individual goals and a partial view of the whole system, that may be required to achieve complex goals by interacting with each other and with the environment. MASs are a convenient modelling paradigm for complex scenarios across many research fields: they may either be used to describe and reason about existing systems (such as colonies of insects, social networks, economic markets), or to design and assess the correctness of new ones (such as swarms of robots, smart transportation systems).
    [Show full text]
  • A First Approach to Individual-Based Modeling of the Bacterial Conjugation Dynamics
    Facultad Informatica´ Universidad Politecnica´ de Madrid TESIS DE MASTER´ Master´ de Investigacion´ en Tecnolog´ıas para el Desarrollo de Sistemas Software Complejos A first approach to individual-based modeling of the bacterial conjugation dynamics Autor: Antonio P. Garc´ıa Tutor: Alfonso Rodr´ıguez-Paton´ Aradas Septiembre, 2011 FACULTAD DE INFORMÁTICA PRESENTACIÓN DE TESIS DE MÁSTER Alumno: Máster: Título de la Tesis: Tutor: VºBº del Tutor, El alumno, Fecha: A` minha av´o,Dora que se foi este ano. Resumen El objetivo fundamental de esta tesis es emplear el modelado basado en individuos pa- ra el estudio de la din´amica de invasi´onde los pl´asmidosconjugativos en poblaciones bacterianas sobre superficies s´olidas.Los pl´asmidosson peque~nossegmentos de ADN, normalmente circulares que poseen su propio mecanismo de replicaci´on,independiente del ADN cromos´omicoprincipal de las c´elulasbacterianas y que sobreviven como par´asi- tos utilizando la maquinaria celular de su hospedero en su propio beneficio. Adem´asde la capacidad de replicaci´onlos pl´asmidosson capaces de auto-transferirse a otras c´elulas bacterianas en un proceso conocido como conjugaci´onbacteriana. La persistencia como elemento gen´eticom´ovilde los pl´asmidosen escala evolutiva no est´acompletamente ca- racterizada, puesto que en muchas situaciones donde no exista una presi´onselectiva que favorezca las c´elulasportadoras del pl´asmido,el coste metab´olicoque representa deber´ıa paulatinamente eliminarlos de la poblaci´on.Empleando un modelo basado en la ley de acci´onde masas[SL77] se postula que las condiciones requeridas para que un pl´asmido conjugativo se mantenga de forma estable en una poblaci´onson bastante amplias, siendo suficiente que la cantidad de c´elulasinfectadas inicialmente, sea elevada para compensar la p´erdidasegregativa y el coste metab´olicoque acarrea el hecho de portar el pl´asmi- do.
    [Show full text]
  • Fast Space Optimal Leader Election in Population Protocols∗
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by University of Liverpool Repository Fast Space Optimal Leader Election in Population Protocols∗ Leszek Gąsieniec Grzegorz Stachowiak University of Liverpool Uniwersytet Wrocławski [email protected] [email protected] Abstract The model of population protocols refers to the growing in popularity theoretical framework suit- able for studying pairwise interactions within a large collection of simple indistinguishable entities, frequently called agents. In this paper the emphasis is on the space complexity in fast leader elec- tion via population protocols governed by the random scheduler, which uniformly at random selects pairwise interactions from the population of n agents. The main result of this paper is a new fast and space optimal leader election protocol. The new protocol operates in parallel time O(log2 n) equivalent to O(n log2 n) sequential pairwise interactions, in which each agent utilises O(log log n) states. This double logarithmic space utilisation matches 1 asymptotically the lower bound 2 log log n on the number of states utilised by agents in any leader n election algorithm with the running time o( polylog n ), see [6]. Our solution takes an advantage of the concept of phase clocks, a fundamental synchronisation and coordination tool in Distributed Computing. We propose a new fast and robust population protocol for initialisation of phase clocks to be run simultaneously in multiple modes and intertwined with the leader election process. We also provide the reader with the relevant formal argumentation indicating that our solution is always correct and fast with high probability.
    [Show full text]
  • The Distributed Computing Column by Stefan Schmid Faculty of Computer Science, University of Vienna Währinger Strasse 29, at - 1090 Vienna Stefan [email protected]
    The Distributed Computing Column by Stefan Schmid Faculty of Computer Science, University of Vienna Währinger Strasse 29, AT - 1090 Vienna [email protected] In this issue of the distributed computing column, Robert Elsässer and Tomasz Radzik provide a review of interesting recent models and results for population protocols, with a focus on exact majority and leader election. Many thanks to the authors for their contribution and enjoy! PS: For those dear readers interested in learning even more about population protocols, I would like to point out that it happens that the September 2018 issue of the SIGACT News column also features an overview article on population protocols, by Alistarh and Gelashvili, revolving around models where agents in the system can have more than a constant amount of local memory. Recent Results in Population Protocols for Exact Majority and Leader Election Robert Elsässer Department of Computer Sciences University of Salzburg [email protected] Tomasz Radzik Department of Infomatics King’s College London [email protected] Abstract Population protocols act in a simple and natural framework to solve fun- damental problems in networks. Given a population of n anonymous nodes (agents), a scheduler chooses in discrete time steps two nodes for interac- tion, which then exchange their current states and perform a so called state transition. We focus on the random scheduler, which selects in each step two nodes uniformly at random for interaction, and on the problems of exact ma- jority and leader election. In exact majority, initially the nodes possess one of two opinions, A or B, and the population is required to converge to a con- figuration, in which every node has the opinion of the initial majority.
    [Show full text]