Views provided by UsageCounts
Reproduction Package PJBDD: A BDD Library for Java and Multi-Threading Abstract This artifact is a reproduction package for the tool paper “PJBDD: A BDD Library for Java and Multi-Threading” (submitted to ATVA 2021). It contains code and data used in the evaluation of the paper, including PJBDD with the implementation described in the paper the benchmark suite used for the evaluation, the raw data resulting from the evaluation, scripts to run the experiments, and instructions for reproducing the tables and figures in the paper. A full reproduction of the evaluation requires 15 GB of memory, 8 CPU cores, and multiple weeks of CPU time. A limited subset of the benchmark tasks can be used for demonstration purposes if at least two CPU cores and 4 GB memory are available. This artifact is published at Zenodo. Content This artifact contains the following items: README.md: this documentation License.txt: license information of the artifact pjbdd: a directory containing PJBDD at revision master:58bd6889 which was used in our evaluation packages: the necessary Ubuntu packages to run the experiments. evaluation_results: raw data produced from our full experiments and scripts to create tex plots used in the paper Makefile: a file to execute the commands This Readme file will guide you through the following steps: Setup of PJBDD and BenchExec Performing demo experiments Analyzing the experimental data TL;DR Type the following commands to: Install Java 11: make install-java-11 (please ignore warnings about an existing Java 8) Install BenchExec: $ make install-benchexec reboot the system $ make prepare-benchexec (to turn off swap memory and allow user namespaces, needs to be redone after every reboot) $ make test-cgroup (to test if cgroup is configured correctly) Test if BenchExec is installed successfully: $ make test-benchexec Configure hardware requirements for the demo runs to X GB of memory and Y CPU cores: $ bash configureDemo.sh -m=X -c=Y
Multi-threaded Application, Java Library, Concurrency, BDD
Multi-threaded Application, Java Library, Concurrency, BDD
| selected citations These citations are derived from selected sources. This is an alternative to the "Influence" indicator, which also reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically). | 1 | |
| popularity This indicator reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network. | Average | |
| influence This indicator reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically). | Average | |
| impulse This indicator reflects the initial momentum of an article directly after its publication, based on the underlying citation network. | Average |
| views | 8 |

Views provided by UsageCounts