Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detected non-deterministic results under various configurations #2012

Open
AnnabellaM opened this issue Oct 20, 2023 · 1 comment
Open

Detected non-deterministic results under various configurations #2012

AnnabellaM opened this issue Oct 20, 2023 · 1 comment

Comments

@AnnabellaM
Copy link

Hi, I have recently been using Soot for an empirical study to detect non-deterministic behaviors in static analyzers. The experiments resulted in discovering some nondeterministic analysis results across multiple runs under various configurations of Soot.

The details of the experimental setup are as below:

  • The experiments were conducted on the micro-benchmark CATS and a real-world benchmark DaCapo-2006.

  • The experiments were conducted under 30 sample configurations which were generated using a 2-way covering array from the configuration space.

  • The timeout set for Soot running on each CATS program was 15 minutes. For running on each DaCapo-2006 program, the timeout was set to 2 hours.

  • We ran Soot on each program-configuration combination 5 times and compared the results across 5 runs for detecting non-deterministic behaviors.

  • All experiments were conducted in docker containers. The hardware environment is a server with 128GB of RAM and 24 Intel Xeon Silver 4116 CPUs@2.10GHz running Ubuntu 16.04.

In the end, the experiments detected non-deterministic results on 75 programs. 68 out of these 75 programs were from the CATS, and 7 out of 75 were from the DaCapo-2006 programs. These results were detected under 19 configurations out of a total of 30 sample configurations.

The attached data is the detected nondeterministic results from CATS and DaCapo-2006 and configuration files
(note1: the configurations are hash-coded in the detected results, but the actual configuration options and values that each hash code stands for can be found in the attached configuration files.)
(note2: Since the entire dataset for detected nondeterministic results amounts to 3.1 GB, the attached data is only a fraction of the total dataset.)

@bkushigian
Copy link

Interesting, I also just ran Soot a few times on some programs and detected some nondeterminism. I figured it might be timeout-relate?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants