• Skip to content (access key 1)
  • Skip to search (access key 7)
FWF — Austrian Science Fund
  • Go to overview page Discover

    • Research Radar
      • Research Radar Archives 1974–1994
    • Discoveries
      • Emmanuelle Charpentier
      • Adrian Constantin
      • Monika Henzinger
      • Ferenc Krausz
      • Wolfgang Lutz
      • Walter Pohl
      • Christa Schleper
      • Elly Tanaka
      • Anton Zeilinger
    • Impact Stories
      • Verena Gassner
      • Wolfgang Lechner
      • Birgit Mitter
      • Oliver Spadiut
      • Georg Winter
    • scilog Magazine
    • Austrian Science Awards
      • FWF Wittgenstein Awards
      • FWF ASTRA Awards
      • FWF START Awards
      • Award Ceremony
    • excellent=austria
      • Clusters of Excellence
      • Emerging Fields
    • In the Spotlight
      • 40 Years of Erwin Schrödinger Fellowships
      • Quantum Austria
    • Dialogs and Talks
      • think.beyond Summit
    • Knowledge Transfer Events
    • E-Book Library
  • Go to overview page Funding

    • Portfolio
      • excellent=austria
        • Clusters of Excellence
        • Emerging Fields
      • Projects
        • Principal Investigator Projects
        • Principal Investigator Projects International
        • Clinical Research
        • 1000 Ideas
        • Arts-Based Research
        • FWF Wittgenstein Award
      • Careers
        • ESPRIT
        • FWF ASTRA Awards
        • Erwin Schrödinger
        • doc.funds
        • doc.funds.connect
      • Collaborations
        • Specialized Research Groups
        • Special Research Areas
        • Research Groups
        • International – Multilateral Initiatives
        • #ConnectingMinds
      • Communication
        • Top Citizen Science
        • Science Communication
        • Book Publications
        • Digital Publications
        • Open-Access Block Grant
      • Subject-Specific Funding
        • AI Mission Austria
        • Belmont Forum
        • ERA-NET HERA
        • ERA-NET NORFACE
        • ERA-NET QuantERA
        • Alternative Methods to Animal Testing
        • European Partnership BE READY
        • European Partnership Biodiversa+
        • European Partnership BrainHealth
        • European Partnership ERA4Health
        • European Partnership ERDERA
        • European Partnership EUPAHW
        • European Partnership FutureFoodS
        • European Partnership OHAMR
        • European Partnership PerMed
        • European Partnership Water4All
        • Gottfried and Vera Weiss Award
        • LUKE – Ukraine
        • netidee SCIENCE
        • Herzfelder Foundation Projects
        • Quantum Austria
        • Rückenwind Funding Bonus
        • WE&ME Award
        • Zero Emissions Award
      • International Collaborations
        • Belgium/Flanders
        • Germany
        • France
        • Italy/South Tyrol
        • Japan
        • Korea
        • Luxembourg
        • Poland
        • Switzerland
        • Slovenia
        • Taiwan
        • Tyrol-South Tyrol-Trentino
        • Czech Republic
        • Hungary
    • Step by Step
      • Find Funding
      • Submitting Your Application
      • International Peer Review
      • Funding Decisions
      • Carrying out Your Project
      • Closing Your Project
      • Further Information
        • Integrity and Ethics
        • Inclusion
        • Applying from Abroad
        • Personnel Costs
        • PROFI
        • Final Project Reports
        • Final Project Report Survey
    • FAQ
      • Project Phase PROFI
      • Project Phase Ad Personam
      • Expiring Programs
        • Elise Richter and Elise Richter PEEK
        • FWF START Awards
  • Go to overview page About Us

    • Mission Statement
    • FWF Video
    • Values
    • Facts and Figures
    • Annual Report
    • What We Do
      • Research Funding
        • Matching Funds Initiative
      • International Collaborations
      • Studies and Publications
      • Equal Opportunities and Diversity
        • Objectives and Principles
        • Measures
        • Creating Awareness of Bias in the Review Process
        • Terms and Definitions
        • Your Career in Cutting-Edge Research
      • Open Science
        • Open-Access Policy
          • Open-Access Policy for Peer-Reviewed Publications
          • Open-Access Policy for Peer-Reviewed Book Publications
          • Open-Access Policy for Research Data
        • Research Data Management
        • Citizen Science
        • Open Science Infrastructures
        • Open Science Funding
      • Evaluations and Quality Assurance
      • Academic Integrity
      • Science Communication
      • Philanthropy
      • Sustainability
    • History
    • Legal Basis
    • Organization
      • Executive Bodies
        • Executive Board
        • Supervisory Board
        • Assembly of Delegates
        • Scientific Board
        • Juries
      • FWF Office
    • Jobs at FWF
  • Go to overview page News

    • News
    • Press
      • Logos
    • Calendar
      • Post an Event
      • FWF Informational Events
    • Job Openings
      • Enter Job Opening
    • Newsletter
  • Discovering
    what
    matters.

    FWF-Newsletter Press-Newsletter Calendar-Newsletter Job-Newsletter scilog-Newsletter

    SOCIAL MEDIA

    • LinkedIn, external URL, opens in a new window
    • , external URL, opens in a new window
    • Facebook, external URL, opens in a new window
    • Instagram, external URL, opens in a new window
    • YouTube, external URL, opens in a new window

    SCILOG

    • Scilog — The science magazine of the Austrian Science Fund (FWF)
  • elane login, external URL, opens in a new window
  • Scilog external URL, opens in a new window
  • de Wechsle zu Deutsch

  

Algorithmic Analysis of Concurrent Systems

Algorithmic Analysis of Concurrent Systems

Andreas Pavlogiannis (ORCID: 0000-0002-8943-0722)
  • Grant DOI 10.55776/J4220
  • Funding program Erwin Schrödinger
  • Status ended
  • Start November 1, 2018
  • End August 31, 2019
  • Funding amount € 135,240
  • Project website

Disciplines

Computer Sciences (100%)

Keywords

    Software Verification, Concurrency, Algorithms, St

Abstract Final report

Computer systems are nowadays ubiquitous. On the one hand, software continuously takes over on a variety of critical tasks, from systems of medical assistance to self-driving cars. On the other hand, software has become an indispensable component in our everyday life, such as in communication services, smart- home devices, e-businesses and online bank transactions. All of today`s demand for computer-based automation brings formal verification into the spotlight. Systems fail, and the more society relies on them, the more severe the consequences of failures. Program analysis and verification provide systematic ways to reason about correctness and catch bugs at an early stage of development. The majority of modern-day systems are concurrent, driven by hardware advances in multicore architectures and the rapid rise of cloud- based services. The verification of concurrent programs is one of the major challenges in software development. On the one hand, such programs are notoriously difficult to write correctly, due to inherent complexity arising from the interactions of concurrent components. On the other hand, erroneous behaviour is very hard to reproduce by testing, so that program correctness has to rely on systematic (formal) reasoning. Although concurrent verification is a field of high interest, several of its challenges remain unresolved. Among those, scalability is of utmost importance: how can we cope with the exponential blow-up in complexity due to the concurrent non-determinism? Several engineering efforts push the boundaries forward. However, such efforts (i) usually lead to only incremental improvements, and (ii) lack a solid theoretical basis and generalization capacity. Additionally, the constant evolution of concurrent systems brings continuously new elements in the picture, such as enriched communication primitives and synchronization delays. These elements pose new challenges to the formal verification of concurrent systems which cannot remain unresolved. For concurrent verification to have a practical impact, foundational advancements are required. I propose to study the formal verification of concurrent systems on the foundations, with the main goal being to create new theory and algorithms, and the secondary goal being the development of tools built on new algorithmic ideas. Compared to existing engineering techniques, this approach has two appealing features. First, an algorithmic treatment leads to strong, provable guarantees, which make the applicability of the new methods universal. Second, good algorithms require good theorems which formalize intuitive insights. This is the predominant way for the field to progress in a stable way beyond the incremental improvements of ad- hoc solutions. Such a paradigm shift will provide a solid basis for new tools, the applicability of which scales beyond the incremental improvements obtained by engineering efforts alone.

The project has contributed new methodologies in three distinct domains of program analysis, each briefly described below. First, we have developed new, efficient algorithms for analyzing the memory footprint of programs. The memory footprint refers to the pattern of memory accesses that a program makes. By analyzing this pattern, we are able to predict the memory accesses that the program will make in the future, and fetch the data proactively, i.e., before they are requested. This leads to performance optimization, as the program has immediate access to the data, without suffering long wait times for data transmission from the memory to the CPU. The problem of analyzing memory footprints is known to be intractable in general. As part of our project, we have identified large classes of complex programs (e.g., numerical-computation programs) for which we were able to develop fast algorithms, bypassing the well-known intractability results for the general case. Second, we have developed new algorithms for the efficient verification of concurrent systems. A concurrent system is notoriously hard to analyze, as it can exhibit unpredictable behavior due to the interaction of its components. This renders the analysis of concurrent systems an ongoing challenge. As part of our project, we have developed a new algorithm, that is able to analyze, within reasonable time, more complex concurrent programs than existing techniques. Third, we have developed new algorithms for the efficient predictive testing of concurrent programs. In high-level, the area of predictive testing is concerned with the following challenge: assuming that we observe the execution of the concurrent program where no fault occurs, can we detect whether some other similar execution would lead to a fault? Although this approach does not, in general, guarantee the detection of faults, it is more frequently used than verification (see previous paragraph) because it is easier to perform in practice, given timing constraints. As part of our project, we have developed a new, fast algorithm for the predictive testing of concurrent systems. Compared to existing techniques, our algorithm is able to relax the notion of similarity with respect to the reference execution, and is thus able to detect more faults than the existing techniques. The algorithm has been applied on large and complex programs, and has been able to detect various bugs that exist but had been undetected up to now.

Research institution(s)
  • École polytechnique fédérale de Lausanne - 100%

Research Output

  • 219 Citations
  • 6 Publications
Publications
  • 2019
    Title Efficient parameterized algorithms for data packing
    DOI 10.1145/3290366
    Type Journal Article
    Author Chatterjee K
    Journal Proceedings of the ACM on Programming Languages
    Pages 1-28
    Link Publication
  • 2022
    Title Infection dynamics of COVID-19 virus under lockdown and reopening
    DOI 10.1038/s41598-022-05333-5
    Type Journal Article
    Author Svoboda J
    Journal Scientific Reports
    Pages 1526
    Link Publication
  • 2019
    Title Population structure determines the tradeoff between fixation probability and fixation time
    DOI 10.1038/s42003-019-0373-y
    Type Journal Article
    Author Tkadlec J
    Journal Communications Biology
    Pages 138
    Link Publication
  • 2019
    Title Faster Algorithms for Dynamic Algebraic Queries in Basic RSMs with Constant Treewidth
    DOI 10.1145/3363525
    Type Journal Article
    Author Chatterjee K
    Journal ACM Transactions on Programming Languages and Systems (TOPLAS)
    Pages 1-46
  • 2019
    Title Fast, sound, and effectively complete dynamic race prediction
    DOI 10.1145/3371085
    Type Journal Article
    Author Pavlogiannis A
    Journal Proceedings of the ACM on Programming Languages
    Pages 1-29
    Link Publication
  • 2020
    Title Limits on amplifiers of natural selection under death-Birth updating
    DOI 10.1371/journal.pcbi.1007494
    Type Journal Article
    Author Tkadlec J
    Journal PLOS Computational Biology
    Link Publication

Discovering
what
matters.

Newsletter

FWF-Newsletter Press-Newsletter Calendar-Newsletter Job-Newsletter scilog-Newsletter

Contact

Austrian Science Fund (FWF)
Georg-Coch-Platz 2
(Entrance Wiesingerstraße 4)
1010 Vienna

office(at)fwf.ac.at
+43 1 505 67 40

General information

  • Job Openings
  • Jobs at FWF
  • Press
  • Philanthropy
  • scilog
  • FWF Office
  • Social Media Directory
  • LinkedIn, external URL, opens in a new window
  • , external URL, opens in a new window
  • Facebook, external URL, opens in a new window
  • Instagram, external URL, opens in a new window
  • YouTube, external URL, opens in a new window
  • Cookies
  • Whistleblowing/Complaints Management
  • Accessibility Statement
  • Data Protection
  • Acknowledgements
  • IFG-Form
  • Social Media Directory
  • © Österreichischer Wissenschaftsfonds FWF
© Österreichischer Wissenschaftsfonds FWF