[ { "program_id": "01_simple_channel", "split_percent": 25, "concurrency_pattern": "channel", "nondeterminism": "low", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoUnblock": 1, "GoStart": 2, "GoBlock": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 1.5 } }, { "program_id": "01_simple_channel", "split_percent": 50, "concurrency_pattern": "channel", "nondeterminism": "low", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 3, "GoUnblock": 1, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 1.5 } }, { "program_id": "01_simple_channel", "split_percent": 75, "concurrency_pattern": "channel", "nondeterminism": "low", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 4, "GoUnblock": 1 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.8, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 4.5, "GoUnblock": 1.5 } }, { "program_id": "02_multiple_goroutines", "split_percent": 25, "concurrency_pattern": "fanout", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 1, "GoBlock": 3, "GoCreate": 1 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.2, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 1.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 0.5 } }, { "program_id": "02_multiple_goroutines", "split_percent": 50, "concurrency_pattern": "fanout", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoUnblock": 1, "GoBlock": 2, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 1.5 } }, { "program_id": "02_multiple_goroutines", "split_percent": 75, "concurrency_pattern": "fanout", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoUnblock": 1, "GoEnd": 1 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.2, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 1.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 1.5 } }, { "program_id": "03_mutex_counter", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoCreate": 5 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 1.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 5.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 0.5 } }, { "program_id": "03_mutex_counter", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoBlock": 1, "GoEnd": 2, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.4, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 2.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "03_mutex_counter", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 2, "GoBlock": 2, "GoEnd": 1 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.2, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 1.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "05_race_condition", "split_percent": 25, "concurrency_pattern": "channel", "nondeterminism": "high", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoBlock": 4, "GoCreate": 1 }, "next_event_distribution": { "GoBlock": 0.8, "GoCreate": 0.2, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 4.5, "GoCreate": 1.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 0.5 } }, { "program_id": "05_race_condition", "split_percent": 50, "concurrency_pattern": "channel", "nondeterminism": "high", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoSched": 1, "GoStart": 4 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.2, "GoStart": 0.8, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 1.5, "GoStart": 4.5, "GoUnblock": 0.5 } }, { "program_id": "05_race_condition", "split_percent": 75, "concurrency_pattern": "channel", "nondeterminism": "high", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoStart": 5 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 1.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 5.5, "GoUnblock": 0.5 } }, { "program_id": "06_channel_select", "split_percent": 25, "concurrency_pattern": "select", "nondeterminism": "low", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 2, "GoBlock": 1, "GoCreate": 2 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.4, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 2.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "06_channel_select", "split_percent": 50, "concurrency_pattern": "select", "nondeterminism": "low", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 2, "GoStart": 3 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "06_channel_select", "split_percent": 75, "concurrency_pattern": "select", "nondeterminism": "low", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 5 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 1.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 5.5, "GoUnblock": 0.5 } }, { "program_id": "07_worker_pool", "split_percent": 25, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 2, "GoUnblock": 1, "GoBlock": 1, "GoCreate": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.2, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 1.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 1.5 } }, { "program_id": "07_worker_pool", "split_percent": 50, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoBlock": 4, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.8, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 4.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 0.5 } }, { "program_id": "07_worker_pool", "split_percent": 75, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 5 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 1.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 5.5, "GoUnblock": 0.5 } }, { "program_id": "08_pipeline", "split_percent": 25, "concurrency_pattern": "pipeline", "nondeterminism": "low", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoBlock": 2, "GoUnblock": 2, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.4 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 2.5 } }, { "program_id": "08_pipeline", "split_percent": 50, "concurrency_pattern": "pipeline", "nondeterminism": "low", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoUnblock": 3, "GoBlock": 1, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.6 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 3.5 } }, { "program_id": "08_pipeline", "split_percent": 75, "concurrency_pattern": "pipeline", "nondeterminism": "low", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoStart": 1, "GoUnblock": 1 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 1.5 } }, { "program_id": "09_timeout_pattern", "split_percent": 25, "concurrency_pattern": "channel", "nondeterminism": "low", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoCreate": 2, "GoBlock": 3 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.4, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 2.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 0.5 } }, { "program_id": "09_timeout_pattern", "split_percent": 50, "concurrency_pattern": "channel", "nondeterminism": "low", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoStart": 1, "GoUnblock": 1 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 1.5 } }, { "program_id": "09_timeout_pattern", "split_percent": 75, "concurrency_pattern": "channel", "nondeterminism": "low", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 3, "GoUnblock": 2 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.4 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 2.5 } }, { "program_id": "10_channel_close", "split_percent": 25, "concurrency_pattern": "channel", "nondeterminism": "low", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 2, "GoBlock": 2, "GoUnblock": 1 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 1.5 } }, { "program_id": "10_channel_close", "split_percent": 50, "concurrency_pattern": "channel", "nondeterminism": "low", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 5 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 1.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 5.5, "GoUnblock": 0.5 } }, { "program_id": "10_channel_close", "split_percent": 75, "concurrency_pattern": "channel", "nondeterminism": "low", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 4, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.8, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 4.5, "GoUnblock": 0.5 } }, { "program_id": "11_waitgroup", "split_percent": 25, "concurrency_pattern": "waitgroup", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoBlock": 1, "GoStart": 4 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.8, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 4.5, "GoUnblock": 0.5 } }, { "program_id": "11_waitgroup", "split_percent": 50, "concurrency_pattern": "waitgroup", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 4, "GoUnblock": 1 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.8, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 4.5, "GoUnblock": 1.5 } }, { "program_id": "11_waitgroup", "split_percent": 75, "concurrency_pattern": "waitgroup", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 2, "GoEnd": 2, "GoUnblock": 1 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.4, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 2.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 1.5 } }, { "program_id": "12_once", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoBlock": 1, "GoStart": 4 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.8, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 4.5, "GoUnblock": 0.5 } }, { "program_id": "12_once", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoBlock": 4, "GoUnblock": 1 }, "next_event_distribution": { "GoBlock": 0.8, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 4.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 1.5 } }, { "program_id": "12_once", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoEnd": 1, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.2, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 1.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 0.5 } }, { "program_id": "13_buffered_channel", "split_percent": 25, "concurrency_pattern": "channel", "nondeterminism": "low", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 3, "GoBlock": 1, "GoCreate": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.2, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 1.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "13_buffered_channel", "split_percent": 50, "concurrency_pattern": "channel", "nondeterminism": "low", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "13_buffered_channel", "split_percent": 75, "concurrency_pattern": "channel", "nondeterminism": "low", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 3, "GoBlock": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "14_goroutine_leak", "split_percent": 25, "concurrency_pattern": "channel", "nondeterminism": "none", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 1, "GoUnblock": 3, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.6 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 3.5 } }, { "program_id": "14_goroutine_leak", "split_percent": 50, "concurrency_pattern": "channel", "nondeterminism": "none", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 4, "GoUnblock": 1 }, "next_event_distribution": { "GoBlock": 0.8, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 4.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 1.5 } }, { "program_id": "14_goroutine_leak", "split_percent": 75, "concurrency_pattern": "channel", "nondeterminism": "none", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 5 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 1.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 5.5, "GoUnblock": 0.5 } }, { "program_id": "15_fan_in", "split_percent": 25, "concurrency_pattern": "fanin", "nondeterminism": "high", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoUnblock": 1, "GoBlock": 2, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 1.5 } }, { "program_id": "15_fan_in", "split_percent": 50, "concurrency_pattern": "fanin", "nondeterminism": "high", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 2, "GoUnblock": 2, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.4 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 2.5 } }, { "program_id": "15_fan_in", "split_percent": 75, "concurrency_pattern": "fanin", "nondeterminism": "high", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "16_http_handler_leak", "split_percent": 25, "concurrency_pattern": "channel", "nondeterminism": "none", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 2, "GoUnblock": 1, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 1.5 } }, { "program_id": "16_http_handler_leak", "split_percent": 50, "concurrency_pattern": "channel", "nondeterminism": "none", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoUnblock": 1, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 1.5 } }, { "program_id": "16_http_handler_leak", "split_percent": 75, "concurrency_pattern": "channel", "nondeterminism": "none", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 4, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.8, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 4.5, "GoUnblock": 0.5 } }, { "program_id": "17_ticker_leak", "split_percent": 25, "concurrency_pattern": "channel", "nondeterminism": "none", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 2, "GoUnblock": 1, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 1.5 } }, { "program_id": "17_ticker_leak", "split_percent": 50, "concurrency_pattern": "channel", "nondeterminism": "none", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoStart": 1, "GoUnblock": 1 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 1.5 } }, { "program_id": "17_ticker_leak", "split_percent": 75, "concurrency_pattern": "channel", "nondeterminism": "none", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoUnblock": 1, "GoStart": 3, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 1.5 } }, { "program_id": "18_worker_no_close", "split_percent": 25, "concurrency_pattern": "channel", "nondeterminism": "low", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 2, "GoStart": 3 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "18_worker_no_close", "split_percent": 50, "concurrency_pattern": "channel", "nondeterminism": "low", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoUnblock": 2, "GoStart": 3 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.4 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 2.5 } }, { "program_id": "18_worker_no_close", "split_percent": 75, "concurrency_pattern": "channel", "nondeterminism": "low", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoUnblock": 1, "GoStart": 2, "GoBlock": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 1.5 } }, { "program_id": "19_context_ignore", "split_percent": 25, "concurrency_pattern": "channel", "nondeterminism": "none", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 3, "GoBlock": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "19_context_ignore", "split_percent": 50, "concurrency_pattern": "channel", "nondeterminism": "none", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 1, "GoBlock": 3, "GoUnblock": 1 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 1.5 } }, { "program_id": "19_context_ignore", "split_percent": 75, "concurrency_pattern": "channel", "nondeterminism": "none", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoUnblock": 5 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 1.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 5.5 } }, { "program_id": "20_event_listener_leak", "split_percent": 25, "concurrency_pattern": "channel", "nondeterminism": "none", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoUnblock": 1, "GoBlock": 3, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 1.5 } }, { "program_id": "20_event_listener_leak", "split_percent": 50, "concurrency_pattern": "channel", "nondeterminism": "none", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "20_event_listener_leak", "split_percent": 75, "concurrency_pattern": "channel", "nondeterminism": "none", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 2, "GoUnblock": 1, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 1.5 } }, { "program_id": "21_done_channel_leak", "split_percent": 25, "concurrency_pattern": "channel", "nondeterminism": "none", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 4, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.8, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 4.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 0.5 } }, { "program_id": "21_done_channel_leak", "split_percent": 50, "concurrency_pattern": "channel", "nondeterminism": "none", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 2, "GoStart": 3 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "21_done_channel_leak", "split_percent": 75, "concurrency_pattern": "channel", "nondeterminism": "none", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoUnblock": 5 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 1.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 5.5 } }, { "program_id": "22_mutex_deadwait", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "none", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 2, "GoStart": 3 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "22_mutex_deadwait", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "none", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 3, "GoBlock": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "22_mutex_deadwait", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "none", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 1, "GoCreate": 3, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.6, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 3.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 0.5 } }, { "program_id": "23_pipeline_no_drain", "split_percent": 25, "concurrency_pattern": "pipeline", "nondeterminism": "none", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 5 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 1.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 5.5, "GoUnblock": 0.5 } }, { "program_id": "23_pipeline_no_drain", "split_percent": 50, "concurrency_pattern": "pipeline", "nondeterminism": "none", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoStart": 1, "GoUnblock": 1 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 1.5 } }, { "program_id": "23_pipeline_no_drain", "split_percent": 75, "concurrency_pattern": "pipeline", "nondeterminism": "none", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "24_select_no_default", "split_percent": 25, "concurrency_pattern": "select", "nondeterminism": "none", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoCreate": 4, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.8, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 4.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 0.5 } }, { "program_id": "24_select_no_default", "split_percent": 50, "concurrency_pattern": "select", "nondeterminism": "none", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 3, "GoBlock": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "24_select_no_default", "split_percent": 75, "concurrency_pattern": "select", "nondeterminism": "none", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 5 }, "next_event_distribution": { "GoBlock": 1.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 5.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 0.5 } }, { "program_id": "25_goroutine_per_request", "split_percent": 25, "concurrency_pattern": "channel", "nondeterminism": "none", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 2, "GoStart": 2, "GoCreate": 1 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.2, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 1.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "25_goroutine_per_request", "split_percent": 50, "concurrency_pattern": "channel", "nondeterminism": "none", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 2, "GoUnblock": 2, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.4 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 2.5 } }, { "program_id": "25_goroutine_per_request", "split_percent": 75, "concurrency_pattern": "channel", "nondeterminism": "none", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoStart": 1, "GoUnblock": 1 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 1.5 } }, { "program_id": "26_select_block_multicase", "split_percent": 25, "concurrency_pattern": "select", "nondeterminism": "none", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 2, "GoCreate": 3 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.6, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 3.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 0.5 } }, { "program_id": "26_select_block_multicase", "split_percent": 50, "concurrency_pattern": "select", "nondeterminism": "none", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "26_select_block_multicase", "split_percent": 75, "concurrency_pattern": "select", "nondeterminism": "none", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 4, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.8, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 4.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 0.5 } }, { "program_id": "gen_001_prodcons", "split_percent": 25, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoBlock": 2, "GoUnblock": 2, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.4 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 2.5 } }, { "program_id": "gen_001_prodcons", "split_percent": 50, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 2, "GoUnblock": 3 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.6 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 3.5 } }, { "program_id": "gen_001_prodcons", "split_percent": 75, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoBlock": 5 }, "next_event_distribution": { "GoBlock": 1.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 5.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 0.5 } }, { "program_id": "gen_001_selecttimeout", "split_percent": 25, "concurrency_pattern": "select", "nondeterminism": "low", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 1, "GoCreate": 2, "GoBlock": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.4, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 2.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 0.5 } }, { "program_id": "gen_001_selecttimeout", "split_percent": 50, "concurrency_pattern": "select", "nondeterminism": "low", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoBlock": 2, "GoStart": 3 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "gen_001_selecttimeout", "split_percent": 75, "concurrency_pattern": "select", "nondeterminism": "low", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 3, "GoBlock": 1, "GoUnblock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 1.5 } }, { "program_id": "gen_002_selecttimeout", "split_percent": 25, "concurrency_pattern": "select", "nondeterminism": "low", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 2, "GoBlock": 3 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "gen_002_selecttimeout", "split_percent": 50, "concurrency_pattern": "select", "nondeterminism": "low", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 4, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.8, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 4.5, "GoUnblock": 0.5 } }, { "program_id": "gen_002_selecttimeout", "split_percent": 75, "concurrency_pattern": "select", "nondeterminism": "low", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 5 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 1.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 5.5, "GoUnblock": 0.5 } }, { "program_id": "gen_002_sharedlock", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "high", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoBlock": 2, "GoUnblock": 2, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.4 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 2.5 } }, { "program_id": "gen_002_sharedlock", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "high", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoBlock": 1, "GoStart": 1, "GoUnblock": 3 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.6 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 3.5 } }, { "program_id": "gen_002_sharedlock", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "high", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoUnblock": 2, "GoBlock": 2, "GoEnd": 1 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.2, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.4 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 1.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 2.5 } }, { "program_id": "gen_003_pipeline", "split_percent": 25, "concurrency_pattern": "pipeline", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoUnblock": 1, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 1.5 } }, { "program_id": "gen_003_pipeline", "split_percent": 50, "concurrency_pattern": "pipeline", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoUnblock": 2, "GoStart": 2, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.4 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 2.5 } }, { "program_id": "gen_003_pipeline", "split_percent": 75, "concurrency_pattern": "pipeline", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoUnblock": 2, "GoStart": 2, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.4 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 2.5 } }, { "program_id": "gen_003_selecttimeout", "split_percent": 25, "concurrency_pattern": "select", "nondeterminism": "low", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoCreate": 3, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.6, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 3.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "gen_003_selecttimeout", "split_percent": 50, "concurrency_pattern": "select", "nondeterminism": "low", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 4, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.8, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 4.5, "GoUnblock": 0.5 } }, { "program_id": "gen_003_selecttimeout", "split_percent": 75, "concurrency_pattern": "select", "nondeterminism": "low", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 4, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.8, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 4.5, "GoUnblock": 0.5 } }, { "program_id": "gen_003_workerpool", "split_percent": 25, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 3, "GoUnblock": 1, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 1.5 } }, { "program_id": "gen_003_workerpool", "split_percent": 50, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 1, "GoUnblock": 2, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.4 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 2.5 } }, { "program_id": "gen_003_workerpool", "split_percent": 75, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoUnblock": 1, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 1.5 } }, { "program_id": "gen_004_pipeline", "split_percent": 25, "concurrency_pattern": "pipeline", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 4, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.8, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 4.5, "GoUnblock": 0.5 } }, { "program_id": "gen_004_pipeline", "split_percent": 50, "concurrency_pattern": "pipeline", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 3, "GoUnblock": 1, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 1.5 } }, { "program_id": "gen_004_pipeline", "split_percent": 75, "concurrency_pattern": "pipeline", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoUnblock": 2, "GoBlock": 3 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.4 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 2.5 } }, { "program_id": "gen_004_sharedlock", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "high", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoUnblock": 2 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.4 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 2.5 } }, { "program_id": "gen_004_sharedlock", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "high", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoBlock": 1, "GoStart": 4 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.8, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 4.5, "GoUnblock": 0.5 } }, { "program_id": "gen_004_sharedlock", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "high", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoUnblock": 2, "GoBlock": 1, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.4 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 2.5 } }, { "program_id": "gen_004_workerpool", "split_percent": 25, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 4, "GoUnblock": 1 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.8, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 4.5, "GoUnblock": 1.5 } }, { "program_id": "gen_004_workerpool", "split_percent": 50, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoUnblock": 1, "GoStart": 2, "GoBlock": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 1.5 } }, { "program_id": "gen_004_workerpool", "split_percent": 75, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "gen_005_pipeline", "split_percent": 25, "concurrency_pattern": "pipeline", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 5 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 1.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 5.5, "GoUnblock": 0.5 } }, { "program_id": "gen_005_pipeline", "split_percent": 50, "concurrency_pattern": "pipeline", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 2, "GoStart": 3 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "gen_005_pipeline", "split_percent": 75, "concurrency_pattern": "pipeline", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 4, "GoUnblock": 1 }, "next_event_distribution": { "GoBlock": 0.8, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 4.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 1.5 } }, { "program_id": "gen_005_selecttimeout", "split_percent": 25, "concurrency_pattern": "select", "nondeterminism": "low", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "gen_005_selecttimeout", "split_percent": 50, "concurrency_pattern": "select", "nondeterminism": "low", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 5 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 1.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 5.5, "GoUnblock": 0.5 } }, { "program_id": "gen_005_selecttimeout", "split_percent": 75, "concurrency_pattern": "select", "nondeterminism": "low", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 5 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 1.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 5.5, "GoUnblock": 0.5 } }, { "program_id": "gen_006_selecttimeout", "split_percent": 25, "concurrency_pattern": "select", "nondeterminism": "low", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 1, "GoStart": 3, "GoCreate": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.2, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 1.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "gen_006_selecttimeout", "split_percent": 50, "concurrency_pattern": "select", "nondeterminism": "low", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 1, "GoStart": 4 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.8, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 4.5, "GoUnblock": 0.5 } }, { "program_id": "gen_006_selecttimeout", "split_percent": 75, "concurrency_pattern": "select", "nondeterminism": "low", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 1, "GoStart": 4 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.8, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 4.5, "GoUnblock": 0.5 } }, { "program_id": "gen_007_sharedlock", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "high", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoBlock": 2, "GoStart": 1, "GoUnblock": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.4 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 2.5 } }, { "program_id": "gen_007_sharedlock", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "high", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoStart": 3, "GoUnblock": 2 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.4 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 2.5 } }, { "program_id": "gen_007_sharedlock", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "high", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoStart": 3, "GoUnblock": 1, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 1.5 } }, { "program_id": "gen_008_pipeline", "split_percent": 25, "concurrency_pattern": "pipeline", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 2, "GoBlock": 3 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "gen_008_pipeline", "split_percent": 50, "concurrency_pattern": "pipeline", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 2, "GoUnblock": 3 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.6 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 3.5 } }, { "program_id": "gen_008_pipeline", "split_percent": 75, "concurrency_pattern": "pipeline", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 2, "GoBlock": 2, "GoUnblock": 1 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 1.5 } }, { "program_id": "gen_009_workerpool", "split_percent": 25, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 2, "GoUnblock": 2, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.4 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 2.5 } }, { "program_id": "gen_009_workerpool", "split_percent": 50, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoUnblock": 2, "GoBlock": 3 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.4 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 2.5 } }, { "program_id": "gen_009_workerpool", "split_percent": 75, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 1, "GoBlock": 2, "GoUnblock": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.4 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 2.5 } }, { "program_id": "gen_010_workerpool", "split_percent": 25, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 3, "GoBlock": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "gen_010_workerpool", "split_percent": 50, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoUnblock": 2 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.4 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 2.5 } }, { "program_id": "gen_010_workerpool", "split_percent": 75, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoEnd": 1, "GoUnblock": 1, "GoCreate": 1, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.2, "GoEnd": 0.2, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 1.5, "GoEnd": 1.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 1.5 } }, { "program_id": "gen_011_sharedlock", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "high", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 3, "GoBlock": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "gen_011_sharedlock", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "high", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 4, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.8, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 4.5, "GoUnblock": 0.5 } }, { "program_id": "gen_011_sharedlock", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "high", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 4, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.8, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 4.5, "GoUnblock": 0.5 } }, { "program_id": "gen_012_prodcons", "split_percent": 25, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "gen_012_prodcons", "split_percent": 50, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoStart": 1, "GoUnblock": 1 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 1.5 } }, { "program_id": "gen_012_prodcons", "split_percent": 75, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoBlock": 1, "GoUnblock": 3, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.6 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 3.5 } }, { "program_id": "gen_013_sharedlock", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "high", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoUnblock": 1, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 1.5 } }, { "program_id": "gen_013_sharedlock", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "high", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoUnblock": 4, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.8 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 4.5 } }, { "program_id": "gen_013_sharedlock", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "high", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoUnblock": 4, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.8 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 4.5 } }, { "program_id": "gen_014_sharedlock", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "high", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 2, "GoUnblock": 1, "GoBlock": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 1.5 } }, { "program_id": "gen_014_sharedlock", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "high", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 2, "GoBlock": 2, "GoUnblock": 1 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 1.5 } }, { "program_id": "gen_014_sharedlock", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "high", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 2, "GoUnblock": 3 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.6 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 3.5 } }, { "program_id": "gen_015_pipeline", "split_percent": 25, "concurrency_pattern": "pipeline", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 5 }, "next_event_distribution": { "GoBlock": 1.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 5.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 0.5 } }, { "program_id": "gen_015_pipeline", "split_percent": 50, "concurrency_pattern": "pipeline", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 1, "GoEnd": 1, "GoBlock": 2, "GoUnblock": 1 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.2, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 1.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 1.5 } }, { "program_id": "gen_015_pipeline", "split_percent": 75, "concurrency_pattern": "pipeline", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 5 }, "next_event_distribution": { "GoBlock": 1.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 5.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 0.5 } }, { "program_id": "gen_016_selecttimeout", "split_percent": 25, "concurrency_pattern": "select", "nondeterminism": "low", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoCreate": 1, "GoBlock": 2, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.2, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 1.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "gen_016_selecttimeout", "split_percent": 50, "concurrency_pattern": "select", "nondeterminism": "low", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 5 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 1.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 5.5, "GoUnblock": 0.5 } }, { "program_id": "gen_016_selecttimeout", "split_percent": 75, "concurrency_pattern": "select", "nondeterminism": "low", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 5 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 1.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 5.5, "GoUnblock": 0.5 } }, { "program_id": "gen_017_pipeline", "split_percent": 25, "concurrency_pattern": "pipeline", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoUnblock": 1, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 1.5 } }, { "program_id": "gen_017_pipeline", "split_percent": 50, "concurrency_pattern": "pipeline", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoUnblock": 3, "GoBlock": 1, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.6 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 3.5 } }, { "program_id": "gen_017_pipeline", "split_percent": 75, "concurrency_pattern": "pipeline", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoBlock": 2, "GoUnblock": 2, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.4 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 2.5 } }, { "program_id": "gen_018_prodcons", "split_percent": 25, "concurrency_pattern": "channel", "nondeterminism": "low", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 1, "GoBlock": 3, "GoUnblock": 1 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 1.5 } }, { "program_id": "gen_018_prodcons", "split_percent": 50, "concurrency_pattern": "channel", "nondeterminism": "low", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoBlock": 2, "GoStart": 1, "GoUnblock": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.4 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 2.5 } }, { "program_id": "gen_018_prodcons", "split_percent": 75, "concurrency_pattern": "channel", "nondeterminism": "low", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoUnblock": 5 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 1.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 5.5 } }, { "program_id": "gen_019_selecttimeout", "split_percent": 25, "concurrency_pattern": "select", "nondeterminism": "low", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 1, "GoStart": 4 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.8, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 4.5, "GoUnblock": 0.5 } }, { "program_id": "gen_019_selecttimeout", "split_percent": 50, "concurrency_pattern": "select", "nondeterminism": "low", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 2, "GoStart": 3 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "gen_019_selecttimeout", "split_percent": 75, "concurrency_pattern": "select", "nondeterminism": "low", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 4, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.8, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 4.5, "GoUnblock": 0.5 } }, { "program_id": "gen_020_workerpool", "split_percent": 25, "concurrency_pattern": "channel", "nondeterminism": "low", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoBlock": 5 }, "next_event_distribution": { "GoBlock": 1.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 5.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 0.5 } }, { "program_id": "gen_020_workerpool", "split_percent": 50, "concurrency_pattern": "channel", "nondeterminism": "low", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoBlock": 2, "GoUnblock": 3 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.6 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 3.5 } }, { "program_id": "gen_020_workerpool", "split_percent": 75, "concurrency_pattern": "channel", "nondeterminism": "low", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 3, "GoBlock": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "gen_021_sharedlock", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "high", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "gen_021_sharedlock", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "high", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoUnblock": 4, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.8 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 4.5 } }, { "program_id": "gen_021_sharedlock", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "high", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoBlock": 4, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.8, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 4.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 0.5 } }, { "program_id": "gen_022_workerpool", "split_percent": 25, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoUnblock": 3, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.6 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 3.5 } }, { "program_id": "gen_022_workerpool", "split_percent": 50, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoUnblock": 3, "GoBlock": 1, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.6 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 3.5 } }, { "program_id": "gen_022_workerpool", "split_percent": 75, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoUnblock": 1, "GoCreate": 1, "GoStart": 2, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.2, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 1.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 1.5 } }, { "program_id": "gen_023_sharedlock", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "high", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoStart": 1, "GoUnblock": 1 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 1.5 } }, { "program_id": "gen_023_sharedlock", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "high", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoUnblock": 3, "GoStart": 1, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.6 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 3.5 } }, { "program_id": "gen_023_sharedlock", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "high", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoUnblock": 1, "GoBlock": 4 }, "next_event_distribution": { "GoBlock": 0.8, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 4.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 1.5 } }, { "program_id": "gen_024_pipeline", "split_percent": 25, "concurrency_pattern": "pipeline", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 2, "GoStart": 3 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "gen_024_pipeline", "split_percent": 50, "concurrency_pattern": "pipeline", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 2, "GoStart": 2, "GoUnblock": 1 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 1.5 } }, { "program_id": "gen_024_pipeline", "split_percent": 75, "concurrency_pattern": "pipeline", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 5 }, "next_event_distribution": { "GoBlock": 1.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 5.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 0.5 } }, { "program_id": "gen_025_prodcons", "split_percent": 25, "concurrency_pattern": "channel", "nondeterminism": "low", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 3, "GoBlock": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "gen_025_prodcons", "split_percent": 50, "concurrency_pattern": "channel", "nondeterminism": "low", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 1, "GoBlock": 3, "GoUnblock": 1 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 1.5 } }, { "program_id": "gen_025_prodcons", "split_percent": 75, "concurrency_pattern": "channel", "nondeterminism": "low", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoBlock": 4, "GoUnblock": 1 }, "next_event_distribution": { "GoBlock": 0.8, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 4.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 1.5 } }, { "program_id": "gen_026_selecttimeout", "split_percent": 25, "concurrency_pattern": "select", "nondeterminism": "low", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 1, "GoBlock": 4 }, "next_event_distribution": { "GoBlock": 0.8, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 4.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 0.5 } }, { "program_id": "gen_026_selecttimeout", "split_percent": 50, "concurrency_pattern": "select", "nondeterminism": "low", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 4, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.8, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 4.5, "GoUnblock": 0.5 } }, { "program_id": "gen_026_selecttimeout", "split_percent": 75, "concurrency_pattern": "select", "nondeterminism": "low", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 4, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.8, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 4.5, "GoUnblock": 0.5 } }, { "program_id": "gen_027_pipeline", "split_percent": 25, "concurrency_pattern": "pipeline", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 3, "GoBlock": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "gen_027_pipeline", "split_percent": 50, "concurrency_pattern": "pipeline", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 4, "GoUnblock": 1 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.8, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 4.5, "GoUnblock": 1.5 } }, { "program_id": "gen_027_pipeline", "split_percent": 75, "concurrency_pattern": "pipeline", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 2, "GoUnblock": 2, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.4 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 2.5 } }, { "program_id": "gen_028_sharedlock", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "high", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoUnblock": 2, "GoBlock": 2, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.4 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 2.5 } }, { "program_id": "gen_028_sharedlock", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "high", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoUnblock": 1, "GoBlock": 2, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 1.5 } }, { "program_id": "gen_028_sharedlock", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "high", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoStart": 2, "GoUnblock": 1, "GoBlock": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 1.5 } }, { "program_id": "gen_029_pipeline", "split_percent": 25, "concurrency_pattern": "pipeline", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "gen_029_pipeline", "split_percent": 50, "concurrency_pattern": "pipeline", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoUnblock": 3, "GoBlock": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.6 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 3.5 } }, { "program_id": "gen_029_pipeline", "split_percent": 75, "concurrency_pattern": "pipeline", "nondeterminism": "medium", "full_outcome": "success", "run_count": 5, "observed_counts": { "GoBlock": 1, "GoUnblock": 2, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.4 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 2.5 } }, { "program_id": "gen_030_selecttimeout", "split_percent": 25, "concurrency_pattern": "select", "nondeterminism": "low", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 1, "GoBlock": 2, "GoCreate": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.4, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 2.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 0.5 } }, { "program_id": "gen_030_selecttimeout", "split_percent": 50, "concurrency_pattern": "select", "nondeterminism": "low", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 4, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.8, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 4.5, "GoUnblock": 0.5 } }, { "program_id": "gen_030_selecttimeout", "split_percent": 75, "concurrency_pattern": "select", "nondeterminism": "low", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 4, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.8, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 4.5, "GoUnblock": 0.5 } }, { "program_id": "gen_031_pipeline", "split_percent": 25, "concurrency_pattern": "pipeline", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 4, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.8, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 4.5, "GoUnblock": 0.5 } }, { "program_id": "gen_031_pipeline", "split_percent": 50, "concurrency_pattern": "pipeline", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 1, "GoUnblock": 2, "GoEnd": 2 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.4, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.4 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 2.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 2.5 } }, { "program_id": "gen_031_pipeline", "split_percent": 75, "concurrency_pattern": "pipeline", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 4, "GoUnblock": 1 }, "next_event_distribution": { "GoBlock": 0.8, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 4.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 1.5 } }, { "program_id": "goker_cockroach_10214", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoCreate": 3, "GoBlock": 1, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.6, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 3.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 0.5 } }, { "program_id": "goker_cockroach_10214", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 3, "GoCreate": 1, "GoSched": 1 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.2, "GoEnd": 0.0, "GoSched": 0.2, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 1.5, "GoEnd": 0.5, "GoSched": 1.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "goker_cockroach_10214", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 2, "GoStart": 2, "GoSched": 1 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.2, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 1.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "goker_cockroach_1055", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 1, "observed_counts": { "GoCreate": 1 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 1.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 1.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 0.5 } }, { "program_id": "goker_cockroach_1055", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 1, "observed_counts": { "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 1.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 0.5 } }, { "program_id": "goker_cockroach_1055", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 1, "observed_counts": { "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 1.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 0.5 } }, { "program_id": "goker_cockroach_10790", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 1, "GoStart": 3, "GoCreate": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.2, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 1.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "goker_cockroach_10790", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoUnblock": 2, "GoStart": 1, "GoSched": 2 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.4, "GoStart": 0.2, "GoUnblock": 0.4 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 2.5, "GoStart": 1.5, "GoUnblock": 2.5 } }, { "program_id": "goker_cockroach_10790", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoCreate": 1, "GoEnd": 1, "GoBlock": 1, "GoUnblock": 2 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.2, "GoEnd": 0.2, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.4 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 1.5, "GoEnd": 1.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 2.5 } }, { "program_id": "goker_cockroach_13197", "split_percent": 25, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoCreate": 4, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.8, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 4.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 0.5 } }, { "program_id": "goker_cockroach_13197", "split_percent": 50, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 2, "GoSched": 1, "GoCreate": 1, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.2, "GoEnd": 0.0, "GoSched": 0.2, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 1.5, "GoEnd": 0.5, "GoSched": 1.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "goker_cockroach_13197", "split_percent": 75, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 1, "GoSched": 2, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.4, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 2.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "goker_cockroach_13755", "split_percent": 25, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 3, "GoCreate": 2 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.4, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 2.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "goker_cockroach_13755", "split_percent": 50, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoCreate": 2, "GoStart": 3 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.4, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 2.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "goker_cockroach_13755", "split_percent": 75, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoSched": 1, "GoBlock": 2, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.2, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 1.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "goker_cockroach_1462", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoCreate": 4, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.8, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 4.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 0.5 } }, { "program_id": "goker_cockroach_1462", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoUnblock": 3, "GoBlock": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.6 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 3.5 } }, { "program_id": "goker_cockroach_1462", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 2, "GoEnd": 1, "GoBlock": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.2, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 1.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "goker_cockroach_16167", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 2, "GoCreate": 3 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.6, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 3.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "goker_cockroach_16167", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 1, "GoStart": 4 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.8, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 4.5, "GoUnblock": 0.5 } }, { "program_id": "goker_cockroach_16167", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 3, "GoBlock": 1, "GoEnd": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.2, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 1.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "goker_cockroach_18101", "split_percent": 25, "concurrency_pattern": "select", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoCreate": 3, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.6, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 3.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "goker_cockroach_18101", "split_percent": 50, "concurrency_pattern": "select", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 2, "GoUnblock": 1, "GoBlock": 1, "GoSched": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.2, "GoStart": 0.4, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 1.5, "GoStart": 2.5, "GoUnblock": 1.5 } }, { "program_id": "goker_cockroach_18101", "split_percent": 75, "concurrency_pattern": "select", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoCreate": 1, "GoBlock": 3, "GoEnd": 1 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.2, "GoEnd": 0.2, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 1.5, "GoEnd": 1.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 0.5 } }, { "program_id": "goker_cockroach_2448", "split_percent": 25, "concurrency_pattern": "select", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 3, "GoCreate": 2 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.4, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 2.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "goker_cockroach_2448", "split_percent": 50, "concurrency_pattern": "select", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 4, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.8, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 4.5, "GoUnblock": 0.5 } }, { "program_id": "goker_cockroach_2448", "split_percent": 75, "concurrency_pattern": "select", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoStart": 1, "GoSched": 1 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.2, "GoStart": 0.2, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 1.5, "GoStart": 1.5, "GoUnblock": 0.5 } }, { "program_id": "goker_cockroach_3710", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoCreate": 4, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.8, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 4.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 0.5 } }, { "program_id": "goker_cockroach_3710", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 3, "GoSched": 1, "GoEnd": 1 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.2, "GoSched": 0.2, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 1.5, "GoSched": 1.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "goker_cockroach_3710", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoStart": 1, "GoEnd": 1 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.2, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 1.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 0.5 } }, { "program_id": "goker_cockroach_4407", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoStart": 1, "GoBlock": 4 }, "next_event_distribution": { "GoBlock": 0.8, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 4.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 0.5 } }, { "program_id": "goker_cockroach_4407", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoCreate": 1, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.2, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 1.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 0.5 } }, { "program_id": "goker_cockroach_4407", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoStart": 2, "GoCreate": 1, "GoBlock": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.2, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 1.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "goker_cockroach_584", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 3, "GoCreate": 2 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.4, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 2.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "goker_cockroach_584", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoSched": 1, "GoStart": 1, "GoBlock": 1, "GoCreate": 2 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.4, "GoEnd": 0.0, "GoSched": 0.2, "GoStart": 0.2, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 2.5, "GoEnd": 0.5, "GoSched": 1.5, "GoStart": 1.5, "GoUnblock": 0.5 } }, { "program_id": "goker_cockroach_584", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoSched": 1, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.2, "GoStart": 0.2, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 1.5, "GoStart": 1.5, "GoUnblock": 0.5 } }, { "program_id": "goker_etcd_3077", "split_percent": 25, "concurrency_pattern": "select", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoStart": 4, "GoCreate": 1 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.2, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.8, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 1.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 4.5, "GoUnblock": 0.5 } }, { "program_id": "goker_etcd_3077", "split_percent": 50, "concurrency_pattern": "select", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoStart": 4, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.8, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 4.5, "GoUnblock": 0.5 } }, { "program_id": "goker_etcd_3077", "split_percent": 75, "concurrency_pattern": "select", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoUnblock": 4, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.8 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 4.5 } }, { "program_id": "goker_etcd_4876", "split_percent": 25, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoStart": 5 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 1.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 5.5, "GoUnblock": 0.5 } }, { "program_id": "goker_etcd_4876", "split_percent": 50, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoUnblock": 1, "GoStart": 2, "GoCreate": 1, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.2, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 1.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 1.5 } }, { "program_id": "goker_etcd_4876", "split_percent": 75, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoStart": 1, "GoBlock": 2, "GoEnd": 1, "GoUnblock": 1 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.2, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 1.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 1.5 } }, { "program_id": "goker_etcd_6857", "split_percent": 25, "concurrency_pattern": "select", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoCreate": 2, "GoStart": 2, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.4, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 2.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "goker_etcd_6857", "split_percent": 50, "concurrency_pattern": "select", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 3, "GoBlock": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "goker_etcd_6857", "split_percent": 75, "concurrency_pattern": "select", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 3, "GoBlock": 1, "GoEnd": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.2, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 1.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "goker_etcd_6873", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 4, "GoCreate": 1 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.2, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.8, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 1.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 4.5, "GoUnblock": 0.5 } }, { "program_id": "goker_etcd_6873", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "goker_etcd_6873", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoSched": 1, "GoStart": 3, "GoUnblock": 1 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.2, "GoStart": 0.6, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 1.5, "GoStart": 3.5, "GoUnblock": 1.5 } }, { "program_id": "goker_etcd_7443", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoCreate": 4, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.8, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 4.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 0.5 } }, { "program_id": "goker_etcd_7443", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 2, "GoEnd": 3 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.6, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 3.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "goker_etcd_7443", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoUnblock": 2, "GoEnd": 1, "GoBlock": 1, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.2, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.4 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 1.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 2.5 } }, { "program_id": "goker_etcd_7902", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 2, "GoBlock": 2, "GoCreate": 1 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.2, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 1.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "goker_etcd_7902", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoCreate": 2, "GoStart": 3 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.4, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 2.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "goker_etcd_7902", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 1, "GoStart": 2, "GoCreate": 1, "GoSched": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.2, "GoEnd": 0.0, "GoSched": 0.2, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 1.5, "GoEnd": 0.5, "GoSched": 1.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "goker_etcd_8194", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoStart": 4, "GoCreate": 1 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.2, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.8, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 1.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 4.5, "GoUnblock": 0.5 } }, { "program_id": "goker_etcd_8194", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoUnblock": 1, "GoBlock": 3, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 1.5 } }, { "program_id": "goker_etcd_8194", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoStart": 2, "GoCreate": 1, "GoBlock": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.2, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 1.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "goker_grpc_1275", "split_percent": 25, "concurrency_pattern": "select", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoCreate": 3, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.6, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 3.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "goker_grpc_1275", "split_percent": 50, "concurrency_pattern": "select", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "goker_grpc_1275", "split_percent": 75, "concurrency_pattern": "select", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "goker_grpc_1353", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoCreate": 3, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.6, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 3.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "goker_grpc_1353", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoSched": 3, "GoBlock": 1, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.6, "GoStart": 0.2, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 3.5, "GoStart": 1.5, "GoUnblock": 0.5 } }, { "program_id": "goker_grpc_1353", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoUnblock": 2, "GoStart": 3 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.4 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 2.5 } }, { "program_id": "goker_grpc_1424", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoCreate": 5 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 1.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 5.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 0.5 } }, { "program_id": "goker_grpc_1424", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoSched": 2, "GoStart": 2, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.4, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 2.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "goker_grpc_1424", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 3, "GoSched": 1, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.2, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 1.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "goker_grpc_1460", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 2, "GoCreate": 3 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.6, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 3.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "goker_grpc_1460", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoSched": 3, "GoBlock": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.6, "GoStart": 0.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 3.5, "GoStart": 0.5, "GoUnblock": 0.5 } }, { "program_id": "goker_grpc_1460", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 2, "GoStart": 3 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "goker_grpc_1748", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoCreate": 3, "GoUnblock": 1, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.6, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 3.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 1.5 } }, { "program_id": "goker_grpc_1748", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoBlock": 2, "GoCreate": 1, "GoEnd": 1, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.2, "GoEnd": 0.2, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 1.5, "GoEnd": 1.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 0.5 } }, { "program_id": "goker_grpc_1748", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoSched": 1, "GoCreate": 1, "GoStart": 3 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.2, "GoEnd": 0.0, "GoSched": 0.2, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 1.5, "GoEnd": 0.5, "GoSched": 1.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "goker_grpc_2371", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoEnd": 2, "GoCreate": 2, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.4, "GoEnd": 0.4, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 2.5, "GoEnd": 2.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 0.5 } }, { "program_id": "goker_grpc_2371", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoStart": 3, "GoCreate": 1, "GoEnd": 1 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.2, "GoEnd": 0.2, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 1.5, "GoEnd": 1.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "goker_grpc_2371", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoBlock": 1, "GoEnd": 2, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.4, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 2.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "goker_grpc_3090", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoBlock": 4, "GoCreate": 1 }, "next_event_distribution": { "GoBlock": 0.8, "GoCreate": 0.2, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 4.5, "GoCreate": 1.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 0.5 } }, { "program_id": "goker_grpc_3090", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoBlock": 2, "GoStart": 3 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "goker_grpc_3090", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoBlock": 4, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.8, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 4.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 0.5 } }, { "program_id": "goker_grpc_660", "split_percent": 25, "concurrency_pattern": "select", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 2, "GoBlock": 1, "GoSched": 1, "GoCreate": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.2, "GoEnd": 0.0, "GoSched": 0.2, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 1.5, "GoEnd": 0.5, "GoSched": 1.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "goker_grpc_660", "split_percent": 50, "concurrency_pattern": "select", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoSched": 1, "GoUnblock": 1, "GoBlock": 1, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.2, "GoStart": 0.4, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 1.5, "GoStart": 2.5, "GoUnblock": 1.5 } }, { "program_id": "goker_grpc_660", "split_percent": 75, "concurrency_pattern": "select", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 3, "GoUnblock": 1, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 1.5 } }, { "program_id": "goker_grpc_862", "split_percent": 25, "concurrency_pattern": "select", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoCreate": 3, "GoStart": 1, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.6, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 3.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 0.5 } }, { "program_id": "goker_grpc_862", "split_percent": 50, "concurrency_pattern": "select", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoUnblock": 2, "GoBlock": 1, "GoStart": 1, "GoSched": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.2, "GoStart": 0.2, "GoUnblock": 0.4 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 1.5, "GoStart": 1.5, "GoUnblock": 2.5 } }, { "program_id": "goker_grpc_862", "split_percent": 75, "concurrency_pattern": "select", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 3, "GoBlock": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "goker_istio_17860", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoCreate": 5 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 1.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 5.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 0.5 } }, { "program_id": "goker_istio_17860", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 4, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.8, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 4.5, "GoUnblock": 0.5 } }, { "program_id": "goker_istio_17860", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "goker_istio_18454", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 2, "GoStart": 1, "GoCreate": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.4, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 2.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 0.5 } }, { "program_id": "goker_istio_18454", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 1, "GoUnblock": 2, "GoBlock": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.4 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 2.5 } }, { "program_id": "goker_istio_18454", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 3, "GoCreate": 2 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.4, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 2.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "goker_istio_8144", "split_percent": 25, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "goker_istio_8144", "split_percent": 50, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoBlock": 2, "GoSched": 1, "GoStart": 1, "GoUnblock": 1 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.2, "GoStart": 0.2, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 1.5, "GoStart": 1.5, "GoUnblock": 1.5 } }, { "program_id": "goker_istio_8144", "split_percent": 75, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoStart": 2, "GoBlock": 1, "GoUnblock": 2 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.4 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 2.5 } }, { "program_id": "goker_istio_8214", "split_percent": 25, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoBlock": 4, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.8, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 4.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 0.5 } }, { "program_id": "goker_istio_8214", "split_percent": 50, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoStart": 4, "GoCreate": 1 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.2, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.8, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 1.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 4.5, "GoUnblock": 0.5 } }, { "program_id": "goker_istio_8214", "split_percent": 75, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoStart": 3, "GoBlock": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "goker_istio_8967", "split_percent": 25, "concurrency_pattern": "select", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "goker_istio_8967", "split_percent": 50, "concurrency_pattern": "select", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoCreate": 1, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.2, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 1.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 0.5 } }, { "program_id": "goker_istio_8967", "split_percent": 75, "concurrency_pattern": "select", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoBlock": 5 }, "next_event_distribution": { "GoBlock": 1.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 5.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 0.5 } }, { "program_id": "goker_kubernetes_10182", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoCreate": 4, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.8, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 4.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 0.5 } }, { "program_id": "goker_kubernetes_10182", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoSched": 2, "GoCreate": 1, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.2, "GoEnd": 0.0, "GoSched": 0.4, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 1.5, "GoEnd": 0.5, "GoSched": 2.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "goker_kubernetes_10182", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 3, "GoUnblock": 1, "GoCreate": 1 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.2, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 1.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 1.5 } }, { "program_id": "goker_kubernetes_11298", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 2, "observed_counts": { "GoBlock": 2 }, "next_event_distribution": { "GoBlock": 1.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 0.5 } }, { "program_id": "goker_kubernetes_11298", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 2, "observed_counts": { "GoBlock": 1, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.5, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.5, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 0.5 } }, { "program_id": "goker_kubernetes_11298", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 2, "observed_counts": { "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 1.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "goker_kubernetes_13135", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 3, "GoBlock": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "goker_kubernetes_13135", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 1, "GoStart": 3, "GoCreate": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.2, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 1.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "goker_kubernetes_13135", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoCreate": 2, "GoStart": 1, "GoUnblock": 1, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.4, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 2.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 1.5 } }, { "program_id": "goker_kubernetes_1321", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoCreate": 3, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.6, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 3.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "goker_kubernetes_1321", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoSched": 3, "GoCreate": 1, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.2, "GoEnd": 0.0, "GoSched": 0.6, "GoStart": 0.2, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 1.5, "GoEnd": 0.5, "GoSched": 3.5, "GoStart": 1.5, "GoUnblock": 0.5 } }, { "program_id": "goker_kubernetes_1321", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoEnd": 1, "GoSched": 1, "GoBlock": 3 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.2, "GoSched": 0.2, "GoStart": 0.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 1.5, "GoSched": 1.5, "GoStart": 0.5, "GoUnblock": 0.5 } }, { "program_id": "goker_kubernetes_26980", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 3, "observed_counts": { "GoStart": 1, "GoBlock": 1, "GoCreate": 1 }, "next_event_distribution": { "GoBlock": 0.3333333333333333, "GoCreate": 0.3333333333333333, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.3333333333333333, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 1.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 0.5 } }, { "program_id": "goker_kubernetes_26980", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 3, "observed_counts": { "GoUnblock": 1, "GoBlock": 1, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.3333333333333333, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.3333333333333333, "GoUnblock": 0.3333333333333333 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 1.5 } }, { "program_id": "goker_kubernetes_26980", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 3, "observed_counts": { "GoBlock": 1, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.3333333333333333, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6666666666666666, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "goker_kubernetes_30872", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoCreate": 5 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 1.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 5.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 0.5 } }, { "program_id": "goker_kubernetes_30872", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 4, "GoSched": 1 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.2, "GoStart": 0.8, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 1.5, "GoStart": 4.5, "GoUnblock": 0.5 } }, { "program_id": "goker_kubernetes_30872", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 1, "GoStart": 2, "GoEnd": 1, "GoSched": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.2, "GoSched": 0.2, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 1.5, "GoSched": 1.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "goker_kubernetes_38669", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 3, "GoCreate": 2 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.4, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 2.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "goker_kubernetes_38669", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 3, "GoSched": 1, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.2, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 1.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "goker_kubernetes_38669", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 3, "GoBlock": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "goker_kubernetes_62464", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoCreate": 1, "GoBlock": 3, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.2, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 1.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 0.5 } }, { "program_id": "goker_kubernetes_62464", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoSched": 1, "GoStart": 3, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.2, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 1.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "goker_kubernetes_62464", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoSched": 1, "GoBlock": 2, "GoStart": 1, "GoEnd": 1 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.2, "GoSched": 0.2, "GoStart": 0.2, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 1.5, "GoSched": 1.5, "GoStart": 1.5, "GoUnblock": 0.5 } }, { "program_id": "goker_kubernetes_6632", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoCreate": 4, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.8, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 4.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 0.5 } }, { "program_id": "goker_kubernetes_6632", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoSched": 4, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.8, "GoStart": 0.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 4.5, "GoStart": 0.5, "GoUnblock": 0.5 } }, { "program_id": "goker_kubernetes_6632", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 3, "GoBlock": 1, "GoUnblock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 1.5 } }, { "program_id": "goker_kubernetes_70892", "split_percent": 25, "concurrency_pattern": "select", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoCreate": 3, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.6, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 3.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "goker_kubernetes_70892", "split_percent": 50, "concurrency_pattern": "select", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoEnd": 4, "GoUnblock": 1 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.8, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 4.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 1.5 } }, { "program_id": "goker_kubernetes_70892", "split_percent": 75, "concurrency_pattern": "select", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoStart": 2, "GoSched": 2, "GoUnblock": 1 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.4, "GoStart": 0.4, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 2.5, "GoStart": 2.5, "GoUnblock": 1.5 } }, { "program_id": "goker_kubernetes_77796", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoStart": 3, "GoCreate": 2 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.4, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 2.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "goker_kubernetes_77796", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "goker_kubernetes_77796", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoEnd": 3, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.6, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 3.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "goker_kubernetes_80284", "split_percent": 25, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoCreate": 5 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 1.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 5.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 0.5 } }, { "program_id": "goker_kubernetes_80284", "split_percent": 50, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoStart": 4, "GoEnd": 1 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.2, "GoSched": 0.0, "GoStart": 0.8, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 1.5, "GoSched": 0.5, "GoStart": 4.5, "GoUnblock": 0.5 } }, { "program_id": "goker_kubernetes_80284", "split_percent": 75, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoBlock": 3, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "goker_kubernetes_81091", "split_percent": 25, "concurrency_pattern": "select", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoStart": 5 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 1.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 5.5, "GoUnblock": 0.5 } }, { "program_id": "goker_kubernetes_81091", "split_percent": 50, "concurrency_pattern": "select", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoStart": 1, "GoBlock": 4 }, "next_event_distribution": { "GoBlock": 0.8, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 4.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 0.5 } }, { "program_id": "goker_kubernetes_81091", "split_percent": 75, "concurrency_pattern": "select", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoStart": 2, "GoBlock": 2, "GoEnd": 1 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.2, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 1.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "goker_kubernetes_88331", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoStart": 3, "GoCreate": 2 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.4, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 2.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "goker_kubernetes_88331", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoSched": 2, "GoBlock": 1, "GoStart": 1, "GoEnd": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.2, "GoSched": 0.4, "GoStart": 0.2, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 1.5, "GoSched": 2.5, "GoStart": 1.5, "GoUnblock": 0.5 } }, { "program_id": "goker_kubernetes_88331", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoBlock": 2, "GoUnblock": 1, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 1.5 } }, { "program_id": "goker_kubernetes_89164", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoStart": 2, "GoBlock": 2, "GoUnblock": 1 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 1.5 } }, { "program_id": "goker_kubernetes_89164", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoBlock": 2, "GoStart": 3 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "goker_kubernetes_89164", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoUnblock": 2, "GoEnd": 1, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.2, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.4 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 1.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 2.5 } }, { "program_id": "goker_moby_25384", "split_percent": 25, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 4, "GoCreate": 1 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.2, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.8, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 1.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 4.5, "GoUnblock": 0.5 } }, { "program_id": "goker_moby_25384", "split_percent": 50, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoUnblock": 1, "GoSched": 1, "GoStart": 3 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.2, "GoStart": 0.6, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 1.5, "GoStart": 3.5, "GoUnblock": 1.5 } }, { "program_id": "goker_moby_25384", "split_percent": 75, "concurrency_pattern": "channel", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 2, "GoUnblock": 1, "GoBlock": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 1.5 } }, { "program_id": "goker_moby_28462", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoCreate": 4, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.8, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 4.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 0.5 } }, { "program_id": "goker_moby_28462", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 4, "GoCreate": 1 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.2, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.8, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 1.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 4.5, "GoUnblock": 0.5 } }, { "program_id": "goker_moby_28462", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoSched": 1, "GoBlock": 2, "GoStart": 2 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.2, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 1.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "goker_moby_33781", "split_percent": 25, "concurrency_pattern": "select", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoCreate": 4, "GoBlock": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.8, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.0, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 4.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 0.5, "GoUnblock": 0.5 } }, { "program_id": "goker_moby_33781", "split_percent": 50, "concurrency_pattern": "select", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 2, "GoBlock": 1, "GoSched": 2 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.4, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 2.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "goker_moby_33781", "split_percent": 75, "concurrency_pattern": "select", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoSched": 1, "GoStart": 4 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.2, "GoStart": 0.8, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 1.5, "GoStart": 4.5, "GoUnblock": 0.5 } }, { "program_id": "goker_moby_36114", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 1, "GoCreate": 4 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.8, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 4.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 0.5 } }, { "program_id": "goker_moby_36114", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoSched": 1, "GoStart": 4 }, "next_event_distribution": { "GoBlock": 0.0, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.2, "GoStart": 0.8, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 0.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 1.5, "GoStart": 4.5, "GoUnblock": 0.5 } }, { "program_id": "goker_moby_36114", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 2, "GoStart": 2, "GoUnblock": 1 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 1.5 } }, { "program_id": "goker_serving_2137", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoStart": 2, "GoBlock": 2, "GoCreate": 1 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.2, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 1.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } }, { "program_id": "goker_serving_2137", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoBlock": 1, "GoStart": 3, "GoSched": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.2, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 1.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "goker_serving_2137", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "leak", "run_count": 5, "observed_counts": { "GoUnblock": 1, "GoBlock": 3, "GoStart": 1 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.2, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 1.5, "GoUnblock": 1.5 } }, { "program_id": "goker_serving_5865", "split_percent": 25, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoBlock": 1, "GoStart": 3, "GoCreate": 1 }, "next_event_distribution": { "GoBlock": 0.2, "GoCreate": 0.2, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.6, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 1.5, "GoCreate": 1.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 3.5, "GoUnblock": 0.5 } }, { "program_id": "goker_serving_5865", "split_percent": 50, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoStart": 2, "GoBlock": 2, "GoUnblock": 1 }, "next_event_distribution": { "GoBlock": 0.4, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.2 }, "dirichlet_posterior": { "GoBlock": 2.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 1.5 } }, { "program_id": "goker_serving_5865", "split_percent": 75, "concurrency_pattern": "mutex", "nondeterminism": "medium", "full_outcome": "race", "run_count": 5, "observed_counts": { "GoStart": 2, "GoBlock": 3 }, "next_event_distribution": { "GoBlock": 0.6, "GoCreate": 0.0, "GoEnd": 0.0, "GoSched": 0.0, "GoStart": 0.4, "GoUnblock": 0.0 }, "dirichlet_posterior": { "GoBlock": 3.5, "GoCreate": 0.5, "GoEnd": 0.5, "GoSched": 0.5, "GoStart": 2.5, "GoUnblock": 0.5 } } ]