Note: This is an archvied version of our old webpage. Some links might be broken. The current one can be found here.
I7 Logo
Chair for Foundations of Software Reliability and Theoretical Computer Science
Informatik Logo TUM Logo
Publications - On Probabilistic Parallel Programs with Process Creation and Synchronisation

Reference:

Stefan Kiefer and Dominik Wojtczak. On probabilistic parallel programs with process creation and synchronisation. In P.A. Abdulla and K.R.M. Leino, editors, Proceedings of the 17th International Conference on Tools and Algorithms for the Construction and Analysis of Systems (TACAS), volume 6605 of LNCS, pages 296–310, Saarbrücken, Germany, 2011. Springer.

Abstract:

We initiate the study of probabilistic parallel programs with dynamic process creation and synchronisation. To this end, we introduce probabilistic split-join systems (pSJSs), a model for parallel programs, generalising both probabilistic pushdown systems (a model for sequential probabilistic procedural programs which is equivalent to recursive Markov chains) and stochastic branching processes (a classical mathematical model with applications in various areas such as biology, physics, and language processing). Our pSJS model allows for a possibly recursive spawning of parallel processes; the spawned processes can synchronise and return values. We study the basic performance measures of pSJSs, especially the distribution and expectation of space, work and time. Our results extend and improve previously known results on the subsumed models. We also show how to do performance analysis in practice, and present two case studies illustrating the modelling power of pSJSs.

Suggested BibTeX entry:

@inproceedings{KW11:TACAS,
    address = {Saarbr\"{u}cken, Germany},
    author = {Stefan Kiefer and Dominik Wojtczak},
    booktitle = {Proceedings of the 17th International Conference on Tools and Algorithms for the Construction and Analysis of Systems (TACAS)},
    editor = {P.A. Abdulla and K.R.M. Leino},
    pages = {296--310},
    publisher = {Springer},
    series = {LNCS},
    title = {On Probabilistic Parallel Programs with Process Creation and Synchronisation},
    volume = {6605},
    year = {2011}
}

PDF (176 kB)
Slides 
Tech report version