Datasets:
id stringlengths 21 28 | shape stringclasses 5
values | difficulty stringclasses 1
value | seed int64 2.03k 2.36k | spec dict | property stringclasses 5
values | violated bool 2
classes | reachable_states int64 8 256 | counterexample_length int64 1 6 ⌀ | limit int64 2 5 ⌀ | capped bool 2
classes | ordered bool 2
classes | width int64 2 4 ⌀ | checked bool 2
classes | size int64 1 3 ⌀ | guarded bool 2
classes | components int64 3 3 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
bounded_retry_medium_2026 | bounded_retry | medium | 2,026 | {
"name": "bounded_retry",
"fields": [
"tries",
"done",
"aux0"
],
"initial": {
"tries": 0,
"done": 0,
"aux0": 0
},
"transitions": [
{
"label": "attempt0",
"when": {
"done": 0,
"tries": 0
},
"set": {
"tries": {
"incr": 1
... | within_limit | false | 12 | null | 2 | true | null | null | null | null | null | null |
handshake_medium_2027 | handshake | medium | 2,027 | {
"name": "handshake",
"fields": [
"req",
"resp",
"installed",
"aux0"
],
"initial": {
"req": 0,
"resp": 0,
"installed": 0,
"aux0": 0
},
"transitions": [
{
"label": "send_req",
"when": {
"req": 0
},
"set": {
"req": 1
}
},
... | no_premature_install | false | 8 | null | null | null | true | null | null | null | null | null |
sequence_window_medium_2028 | sequence_window | medium | 2,028 | {
"name": "sequence_window",
"fields": [
"seq",
"acked",
"aux0"
],
"initial": {
"seq": 0,
"acked": 0,
"aux0": 0
},
"transitions": [
{
"label": "send",
"set": {
"seq": {
"incr": 1
}
}
},
{
"label": "ack",
"when": {
... | within_window | true | 256 | 4 | null | null | null | 3 | false | null | null | null |
resource_pool_medium_2029 | resource_pool | medium | 2,029 | {
"name": "resource_pool",
"fields": [
"held",
"c0",
"c1",
"c2",
"aux0"
],
"initial": {
"held": 0,
"c0": 0,
"c1": 0,
"c2": 0,
"aux0": 0
},
"transitions": [
{
"label": "acquire0",
"when": {
"c0": 0,
"held": 0
},
"set": {
... | pool_not_oversubscribed | false | 8 | null | null | null | null | null | null | 3 | true | null |
mutual_exclusion_medium_2030 | mutual_exclusion | medium | 2,030 | {
"name": "mutual_exclusion",
"fields": [
"p0",
"p1",
"p2",
"lock",
"aux0"
],
"initial": {
"p0": 0,
"p1": 0,
"p2": 0,
"lock": 0,
"aux0": 0
},
"transitions": [
{
"label": "enter0",
"when": {
"p0": 0,
"lock": 0
},
"set": {
... | at_most_one_in | false | 8 | null | null | null | null | null | null | null | true | 3 |
bounded_retry_medium_2031 | bounded_retry | medium | 2,031 | {
"name": "bounded_retry",
"fields": [
"tries",
"done",
"aux0"
],
"initial": {
"tries": 0,
"done": 0,
"aux0": 0
},
"transitions": [
{
"label": "attempt0",
"when": {
"done": 0,
"tries": 0
},
"set": {
"tries": {
"incr": 1
... | within_limit | false | 16 | null | 3 | true | null | null | null | null | null | null |
handshake_medium_2032 | handshake | medium | 2,032 | {
"name": "handshake",
"fields": [
"req",
"resp",
"installed",
"aux0"
],
"initial": {
"req": 0,
"resp": 0,
"installed": 0,
"aux0": 0
},
"transitions": [
{
"label": "send_req",
"when": {
"req": 0
},
"set": {
"req": 1
}
},
... | no_premature_install | true | 12 | 1 | null | null | false | null | null | null | null | null |
sequence_window_medium_2033 | sequence_window | medium | 2,033 | {
"name": "sequence_window",
"fields": [
"seq",
"acked",
"aux0"
],
"initial": {
"seq": 0,
"acked": 0,
"aux0": 0
},
"transitions": [
{
"label": "send0",
"when": {
"seq": 0
},
"set": {
"seq": {
"incr": 1
}
}
},
... | within_window | false | 16 | null | null | null | null | 3 | true | null | null | null |
resource_pool_medium_2034 | resource_pool | medium | 2,034 | {
"name": "resource_pool",
"fields": [
"held",
"c0",
"c1",
"c2",
"aux0"
],
"initial": {
"held": 0,
"c0": 0,
"c1": 0,
"c2": 0,
"aux0": 0
},
"transitions": [
{
"label": "acquire0",
"when": {
"c0": 0,
"held": 0
},
"set": {
... | pool_not_oversubscribed | false | 8 | null | null | null | null | null | null | 1 | true | null |
mutual_exclusion_medium_2035 | mutual_exclusion | medium | 2,035 | {
"name": "mutual_exclusion",
"fields": [
"p0",
"p1",
"p2",
"lock",
"aux0"
],
"initial": {
"p0": 0,
"p1": 0,
"p2": 0,
"lock": 0,
"aux0": 0
},
"transitions": [
{
"label": "enter0",
"when": {
"p0": 0
},
"set": {
"p0": 1,
... | at_most_one_in | true | 28 | 2 | null | null | null | null | null | null | false | 3 |
bounded_retry_medium_2036 | bounded_retry | medium | 2,036 | {
"name": "bounded_retry",
"fields": [
"tries",
"done",
"aux0"
],
"initial": {
"tries": 0,
"done": 0,
"aux0": 0
},
"transitions": [
{
"label": "attempt",
"when": {
"done": 0
},
"set": {
"tries": {
"incr": 1
}
}
}... | within_limit | true | 256 | 3 | 2 | false | null | null | null | null | null | null |
handshake_medium_2037 | handshake | medium | 2,037 | {
"name": "handshake",
"fields": [
"req",
"resp",
"installed",
"aux0"
],
"initial": {
"req": 0,
"resp": 0,
"installed": 0,
"aux0": 0
},
"transitions": [
{
"label": "send_req",
"when": {
"req": 0
},
"set": {
"req": 1
}
},
... | no_premature_install | false | 8 | null | null | null | true | null | null | null | null | null |
sequence_window_medium_2038 | sequence_window | medium | 2,038 | {
"name": "sequence_window",
"fields": [
"seq",
"acked",
"aux0"
],
"initial": {
"seq": 0,
"acked": 0,
"aux0": 0
},
"transitions": [
{
"label": "send",
"set": {
"seq": {
"incr": 1
}
}
},
{
"label": "ack",
"when": {
... | within_window | true | 256 | 3 | null | null | null | 2 | false | null | null | null |
resource_pool_medium_2039 | resource_pool | medium | 2,039 | {
"name": "resource_pool",
"fields": [
"held",
"c0",
"c1",
"c2",
"aux0"
],
"initial": {
"held": 0,
"c0": 0,
"c1": 0,
"c2": 0,
"aux0": 0
},
"transitions": [
{
"label": "acquire0",
"when": {
"c0": 0
},
"set": {
"c0": 1,
... | pool_not_oversubscribed | true | 28 | 2 | null | null | null | null | null | 3 | false | null |
mutual_exclusion_medium_2040 | mutual_exclusion | medium | 2,040 | {
"name": "mutual_exclusion",
"fields": [
"p0",
"p1",
"p2",
"lock",
"aux0"
],
"initial": {
"p0": 0,
"p1": 0,
"p2": 0,
"lock": 0,
"aux0": 0
},
"transitions": [
{
"label": "enter0",
"when": {
"p0": 0,
"lock": 0
},
"set": {
... | at_most_one_in | false | 8 | null | null | null | null | null | null | null | true | 3 |
bounded_retry_medium_2041 | bounded_retry | medium | 2,041 | {
"name": "bounded_retry",
"fields": [
"tries",
"done",
"aux0"
],
"initial": {
"tries": 0,
"done": 0,
"aux0": 0
},
"transitions": [
{
"label": "attempt0",
"when": {
"done": 0,
"tries": 0
},
"set": {
"tries": {
"incr": 1
... | within_limit | false | 12 | null | 2 | true | null | null | null | null | null | null |
handshake_medium_2042 | handshake | medium | 2,042 | {
"name": "handshake",
"fields": [
"req",
"resp",
"installed",
"aux0"
],
"initial": {
"req": 0,
"resp": 0,
"installed": 0,
"aux0": 0
},
"transitions": [
{
"label": "send_req",
"when": {
"req": 0
},
"set": {
"req": 1
}
},
... | no_premature_install | true | 12 | 1 | null | null | false | null | null | null | null | null |
sequence_window_medium_2043 | sequence_window | medium | 2,043 | {
"name": "sequence_window",
"fields": [
"seq",
"acked",
"aux0"
],
"initial": {
"seq": 0,
"acked": 0,
"aux0": 0
},
"transitions": [
{
"label": "send",
"set": {
"seq": {
"incr": 1
}
}
},
{
"label": "ack",
"when": {
... | within_window | true | 256 | 4 | null | null | null | 3 | false | null | null | null |
resource_pool_medium_2044 | resource_pool | medium | 2,044 | {
"name": "resource_pool",
"fields": [
"held",
"c0",
"c1",
"c2",
"aux0"
],
"initial": {
"held": 0,
"c0": 0,
"c1": 0,
"c2": 0,
"aux0": 0
},
"transitions": [
{
"label": "acquire0",
"when": {
"c0": 0
},
"set": {
"c0": 1,
... | pool_not_oversubscribed | true | 28 | 2 | null | null | null | null | null | 1 | false | null |
mutual_exclusion_medium_2045 | mutual_exclusion | medium | 2,045 | {
"name": "mutual_exclusion",
"fields": [
"p0",
"p1",
"p2",
"lock",
"aux0"
],
"initial": {
"p0": 0,
"p1": 0,
"p2": 0,
"lock": 0,
"aux0": 0
},
"transitions": [
{
"label": "enter0",
"when": {
"p0": 0
},
"set": {
"p0": 1,
... | at_most_one_in | true | 28 | 2 | null | null | null | null | null | null | false | 3 |
bounded_retry_medium_2046 | bounded_retry | medium | 2,046 | {
"name": "bounded_retry",
"fields": [
"tries",
"done",
"aux0"
],
"initial": {
"tries": 0,
"done": 0,
"aux0": 0
},
"transitions": [
{
"label": "attempt",
"when": {
"done": 0
},
"set": {
"tries": {
"incr": 1
}
}
}... | within_limit | true | 256 | 6 | 5 | false | null | null | null | null | null | null |
handshake_medium_2047 | handshake | medium | 2,047 | {
"name": "handshake",
"fields": [
"req",
"resp",
"installed",
"aux0"
],
"initial": {
"req": 0,
"resp": 0,
"installed": 0,
"aux0": 0
},
"transitions": [
{
"label": "send_req",
"when": {
"req": 0
},
"set": {
"req": 1
}
},
... | no_premature_install | true | 12 | 1 | null | null | false | null | null | null | null | null |
sequence_window_medium_2048 | sequence_window | medium | 2,048 | {
"name": "sequence_window",
"fields": [
"seq",
"acked",
"aux0"
],
"initial": {
"seq": 0,
"acked": 0,
"aux0": 0
},
"transitions": [
{
"label": "send0",
"when": {
"seq": 0
},
"set": {
"seq": {
"incr": 1
}
}
},
... | within_window | false | 16 | null | null | null | null | 3 | true | null | null | null |
resource_pool_medium_2049 | resource_pool | medium | 2,049 | {
"name": "resource_pool",
"fields": [
"held",
"c0",
"c1",
"c2",
"aux0"
],
"initial": {
"held": 0,
"c0": 0,
"c1": 0,
"c2": 0,
"aux0": 0
},
"transitions": [
{
"label": "acquire0",
"when": {
"c0": 0,
"held": 0
},
"set": {
... | pool_not_oversubscribed | false | 8 | null | null | null | null | null | null | 3 | true | null |
mutual_exclusion_medium_2050 | mutual_exclusion | medium | 2,050 | {
"name": "mutual_exclusion",
"fields": [
"p0",
"p1",
"p2",
"lock",
"aux0"
],
"initial": {
"p0": 0,
"p1": 0,
"p2": 0,
"lock": 0,
"aux0": 0
},
"transitions": [
{
"label": "enter0",
"when": {
"p0": 0
},
"set": {
"p0": 1,
... | at_most_one_in | true | 28 | 2 | null | null | null | null | null | null | false | 3 |
bounded_retry_medium_2051 | bounded_retry | medium | 2,051 | {
"name": "bounded_retry",
"fields": [
"tries",
"done",
"aux0"
],
"initial": {
"tries": 0,
"done": 0,
"aux0": 0
},
"transitions": [
{
"label": "attempt0",
"when": {
"done": 0,
"tries": 0
},
"set": {
"tries": {
"incr": 1
... | within_limit | false | 16 | null | 3 | true | null | null | null | null | null | null |
handshake_medium_2052 | handshake | medium | 2,052 | {
"name": "handshake",
"fields": [
"req",
"resp",
"installed",
"aux0"
],
"initial": {
"req": 0,
"resp": 0,
"installed": 0,
"aux0": 0
},
"transitions": [
{
"label": "send_req",
"when": {
"req": 0
},
"set": {
"req": 1
}
},
... | no_premature_install | true | 12 | 1 | null | null | false | null | null | null | null | null |
sequence_window_medium_2053 | sequence_window | medium | 2,053 | {
"name": "sequence_window",
"fields": [
"seq",
"acked",
"aux0"
],
"initial": {
"seq": 0,
"acked": 0,
"aux0": 0
},
"transitions": [
{
"label": "send",
"set": {
"seq": {
"incr": 1
}
}
},
{
"label": "ack",
"when": {
... | within_window | true | 256 | 4 | null | null | null | 3 | false | null | null | null |
resource_pool_medium_2054 | resource_pool | medium | 2,054 | {
"name": "resource_pool",
"fields": [
"held",
"c0",
"c1",
"c2",
"aux0"
],
"initial": {
"held": 0,
"c0": 0,
"c1": 0,
"c2": 0,
"aux0": 0
},
"transitions": [
{
"label": "acquire0",
"when": {
"c0": 0
},
"set": {
"c0": 1,
... | pool_not_oversubscribed | true | 28 | 2 | null | null | null | null | null | 1 | false | null |
mutual_exclusion_medium_2055 | mutual_exclusion | medium | 2,055 | {
"name": "mutual_exclusion",
"fields": [
"p0",
"p1",
"p2",
"lock",
"aux0"
],
"initial": {
"p0": 0,
"p1": 0,
"p2": 0,
"lock": 0,
"aux0": 0
},
"transitions": [
{
"label": "enter0",
"when": {
"p0": 0,
"lock": 0
},
"set": {
... | at_most_one_in | false | 8 | null | null | null | null | null | null | null | true | 3 |
bounded_retry_medium_2056 | bounded_retry | medium | 2,056 | {
"name": "bounded_retry",
"fields": [
"tries",
"done",
"aux0"
],
"initial": {
"tries": 0,
"done": 0,
"aux0": 0
},
"transitions": [
{
"label": "attempt",
"when": {
"done": 0
},
"set": {
"tries": {
"incr": 1
}
}
}... | within_limit | true | 256 | 5 | 4 | false | null | null | null | null | null | null |
handshake_medium_2057 | handshake | medium | 2,057 | {
"name": "handshake",
"fields": [
"req",
"resp",
"installed",
"aux0"
],
"initial": {
"req": 0,
"resp": 0,
"installed": 0,
"aux0": 0
},
"transitions": [
{
"label": "send_req",
"when": {
"req": 0
},
"set": {
"req": 1
}
},
... | no_premature_install | true | 12 | 1 | null | null | false | null | null | null | null | null |
sequence_window_medium_2058 | sequence_window | medium | 2,058 | {
"name": "sequence_window",
"fields": [
"seq",
"acked",
"aux0"
],
"initial": {
"seq": 0,
"acked": 0,
"aux0": 0
},
"transitions": [
{
"label": "send0",
"when": {
"seq": 0
},
"set": {
"seq": {
"incr": 1
}
}
},
... | within_window | false | 12 | null | null | null | null | 2 | true | null | null | null |
resource_pool_medium_2059 | resource_pool | medium | 2,059 | {
"name": "resource_pool",
"fields": [
"held",
"c0",
"c1",
"c2",
"aux0"
],
"initial": {
"held": 0,
"c0": 0,
"c1": 0,
"c2": 0,
"aux0": 0
},
"transitions": [
{
"label": "acquire0",
"when": {
"c0": 0,
"held": 0
},
"set": {
... | pool_not_oversubscribed | false | 8 | null | null | null | null | null | null | 2 | true | null |
mutual_exclusion_medium_2060 | mutual_exclusion | medium | 2,060 | {
"name": "mutual_exclusion",
"fields": [
"p0",
"p1",
"p2",
"lock",
"aux0"
],
"initial": {
"p0": 0,
"p1": 0,
"p2": 0,
"lock": 0,
"aux0": 0
},
"transitions": [
{
"label": "enter0",
"when": {
"p0": 0
},
"set": {
"p0": 1,
... | at_most_one_in | true | 28 | 2 | null | null | null | null | null | null | false | 3 |
bounded_retry_medium_2061 | bounded_retry | medium | 2,061 | {
"name": "bounded_retry",
"fields": [
"tries",
"done",
"aux0"
],
"initial": {
"tries": 0,
"done": 0,
"aux0": 0
},
"transitions": [
{
"label": "attempt",
"when": {
"done": 0
},
"set": {
"tries": {
"incr": 1
}
}
}... | within_limit | true | 256 | 5 | 4 | false | null | null | null | null | null | null |
handshake_medium_2062 | handshake | medium | 2,062 | {
"name": "handshake",
"fields": [
"req",
"resp",
"installed",
"aux0"
],
"initial": {
"req": 0,
"resp": 0,
"installed": 0,
"aux0": 0
},
"transitions": [
{
"label": "send_req",
"when": {
"req": 0
},
"set": {
"req": 1
}
},
... | no_premature_install | true | 12 | 1 | null | null | false | null | null | null | null | null |
sequence_window_medium_2063 | sequence_window | medium | 2,063 | {
"name": "sequence_window",
"fields": [
"seq",
"acked",
"aux0"
],
"initial": {
"seq": 0,
"acked": 0,
"aux0": 0
},
"transitions": [
{
"label": "send0",
"when": {
"seq": 0
},
"set": {
"seq": {
"incr": 1
}
}
},
... | within_window | false | 12 | null | null | null | null | 2 | true | null | null | null |
resource_pool_medium_2064 | resource_pool | medium | 2,064 | {
"name": "resource_pool",
"fields": [
"held",
"c0",
"c1",
"c2",
"aux0"
],
"initial": {
"held": 0,
"c0": 0,
"c1": 0,
"c2": 0,
"aux0": 0
},
"transitions": [
{
"label": "acquire0",
"when": {
"c0": 0,
"held": 0
},
"set": {
... | pool_not_oversubscribed | false | 8 | null | null | null | null | null | null | 3 | true | null |
mutual_exclusion_medium_2065 | mutual_exclusion | medium | 2,065 | {
"name": "mutual_exclusion",
"fields": [
"p0",
"p1",
"p2",
"lock",
"aux0"
],
"initial": {
"p0": 0,
"p1": 0,
"p2": 0,
"lock": 0,
"aux0": 0
},
"transitions": [
{
"label": "enter0",
"when": {
"p0": 0
},
"set": {
"p0": 1,
... | at_most_one_in | true | 28 | 2 | null | null | null | null | null | null | false | 3 |
bounded_retry_medium_2066 | bounded_retry | medium | 2,066 | {
"name": "bounded_retry",
"fields": [
"tries",
"done",
"aux0"
],
"initial": {
"tries": 0,
"done": 0,
"aux0": 0
},
"transitions": [
{
"label": "attempt0",
"when": {
"done": 0,
"tries": 0
},
"set": {
"tries": {
"incr": 1
... | within_limit | false | 12 | null | 2 | true | null | null | null | null | null | null |
handshake_medium_2067 | handshake | medium | 2,067 | {
"name": "handshake",
"fields": [
"req",
"resp",
"installed",
"aux0"
],
"initial": {
"req": 0,
"resp": 0,
"installed": 0,
"aux0": 0
},
"transitions": [
{
"label": "send_req",
"when": {
"req": 0
},
"set": {
"req": 1
}
},
... | no_premature_install | false | 8 | null | null | null | true | null | null | null | null | null |
sequence_window_medium_2068 | sequence_window | medium | 2,068 | {
"name": "sequence_window",
"fields": [
"seq",
"acked",
"aux0"
],
"initial": {
"seq": 0,
"acked": 0,
"aux0": 0
},
"transitions": [
{
"label": "send",
"set": {
"seq": {
"incr": 1
}
}
},
{
"label": "ack",
"when": {
... | within_window | true | 256 | 5 | null | null | null | 4 | false | null | null | null |
resource_pool_medium_2069 | resource_pool | medium | 2,069 | {
"name": "resource_pool",
"fields": [
"held",
"c0",
"c1",
"c2",
"aux0"
],
"initial": {
"held": 0,
"c0": 0,
"c1": 0,
"c2": 0,
"aux0": 0
},
"transitions": [
{
"label": "acquire0",
"when": {
"c0": 0
},
"set": {
"c0": 1,
... | pool_not_oversubscribed | true | 28 | 2 | null | null | null | null | null | 2 | false | null |
mutual_exclusion_medium_2070 | mutual_exclusion | medium | 2,070 | {
"name": "mutual_exclusion",
"fields": [
"p0",
"p1",
"p2",
"lock",
"aux0"
],
"initial": {
"p0": 0,
"p1": 0,
"p2": 0,
"lock": 0,
"aux0": 0
},
"transitions": [
{
"label": "enter0",
"when": {
"p0": 0,
"lock": 0
},
"set": {
... | at_most_one_in | false | 8 | null | null | null | null | null | null | null | true | 3 |
bounded_retry_medium_2071 | bounded_retry | medium | 2,071 | {
"name": "bounded_retry",
"fields": [
"tries",
"done",
"aux0"
],
"initial": {
"tries": 0,
"done": 0,
"aux0": 0
},
"transitions": [
{
"label": "attempt",
"when": {
"done": 0
},
"set": {
"tries": {
"incr": 1
}
}
}... | within_limit | true | 256 | 3 | 2 | false | null | null | null | null | null | null |
handshake_medium_2072 | handshake | medium | 2,072 | {
"name": "handshake",
"fields": [
"req",
"resp",
"installed",
"aux0"
],
"initial": {
"req": 0,
"resp": 0,
"installed": 0,
"aux0": 0
},
"transitions": [
{
"label": "send_req",
"when": {
"req": 0
},
"set": {
"req": 1
}
},
... | no_premature_install | false | 8 | null | null | null | true | null | null | null | null | null |
sequence_window_medium_2073 | sequence_window | medium | 2,073 | {
"name": "sequence_window",
"fields": [
"seq",
"acked",
"aux0"
],
"initial": {
"seq": 0,
"acked": 0,
"aux0": 0
},
"transitions": [
{
"label": "send",
"set": {
"seq": {
"incr": 1
}
}
},
{
"label": "ack",
"when": {
... | within_window | true | 256 | 3 | null | null | null | 2 | false | null | null | null |
resource_pool_medium_2074 | resource_pool | medium | 2,074 | {
"name": "resource_pool",
"fields": [
"held",
"c0",
"c1",
"c2",
"aux0"
],
"initial": {
"held": 0,
"c0": 0,
"c1": 0,
"c2": 0,
"aux0": 0
},
"transitions": [
{
"label": "acquire0",
"when": {
"c0": 0,
"held": 0
},
"set": {
... | pool_not_oversubscribed | false | 8 | null | null | null | null | null | null | 3 | true | null |
mutual_exclusion_medium_2075 | mutual_exclusion | medium | 2,075 | {
"name": "mutual_exclusion",
"fields": [
"p0",
"p1",
"p2",
"lock",
"aux0"
],
"initial": {
"p0": 0,
"p1": 0,
"p2": 0,
"lock": 0,
"aux0": 0
},
"transitions": [
{
"label": "enter0",
"when": {
"p0": 0
},
"set": {
"p0": 1,
... | at_most_one_in | true | 28 | 2 | null | null | null | null | null | null | false | 3 |
bounded_retry_medium_2076 | bounded_retry | medium | 2,076 | {
"name": "bounded_retry",
"fields": [
"tries",
"done",
"aux0"
],
"initial": {
"tries": 0,
"done": 0,
"aux0": 0
},
"transitions": [
{
"label": "attempt",
"when": {
"done": 0
},
"set": {
"tries": {
"incr": 1
}
}
}... | within_limit | true | 256 | 4 | 3 | false | null | null | null | null | null | null |
handshake_medium_2077 | handshake | medium | 2,077 | {
"name": "handshake",
"fields": [
"req",
"resp",
"installed",
"aux0"
],
"initial": {
"req": 0,
"resp": 0,
"installed": 0,
"aux0": 0
},
"transitions": [
{
"label": "send_req",
"when": {
"req": 0
},
"set": {
"req": 1
}
},
... | no_premature_install | false | 8 | null | null | null | true | null | null | null | null | null |
sequence_window_medium_2078 | sequence_window | medium | 2,078 | {
"name": "sequence_window",
"fields": [
"seq",
"acked",
"aux0"
],
"initial": {
"seq": 0,
"acked": 0,
"aux0": 0
},
"transitions": [
{
"label": "send0",
"when": {
"seq": 0
},
"set": {
"seq": {
"incr": 1
}
}
},
... | within_window | false | 12 | null | null | null | null | 2 | true | null | null | null |
resource_pool_medium_2079 | resource_pool | medium | 2,079 | {
"name": "resource_pool",
"fields": [
"held",
"c0",
"c1",
"c2",
"aux0"
],
"initial": {
"held": 0,
"c0": 0,
"c1": 0,
"c2": 0,
"aux0": 0
},
"transitions": [
{
"label": "acquire0",
"when": {
"c0": 0,
"held": 0
},
"set": {
... | pool_not_oversubscribed | false | 8 | null | null | null | null | null | null | 2 | true | null |
mutual_exclusion_medium_2080 | mutual_exclusion | medium | 2,080 | {
"name": "mutual_exclusion",
"fields": [
"p0",
"p1",
"p2",
"lock",
"aux0"
],
"initial": {
"p0": 0,
"p1": 0,
"p2": 0,
"lock": 0,
"aux0": 0
},
"transitions": [
{
"label": "enter0",
"when": {
"p0": 0,
"lock": 0
},
"set": {
... | at_most_one_in | false | 8 | null | null | null | null | null | null | null | true | 3 |
bounded_retry_medium_2081 | bounded_retry | medium | 2,081 | {
"name": "bounded_retry",
"fields": [
"tries",
"done",
"aux0"
],
"initial": {
"tries": 0,
"done": 0,
"aux0": 0
},
"transitions": [
{
"label": "attempt0",
"when": {
"done": 0,
"tries": 0
},
"set": {
"tries": {
"incr": 1
... | within_limit | false | 24 | null | 5 | true | null | null | null | null | null | null |
handshake_medium_2082 | handshake | medium | 2,082 | {
"name": "handshake",
"fields": [
"req",
"resp",
"installed",
"aux0"
],
"initial": {
"req": 0,
"resp": 0,
"installed": 0,
"aux0": 0
},
"transitions": [
{
"label": "send_req",
"when": {
"req": 0
},
"set": {
"req": 1
}
},
... | no_premature_install | true | 12 | 1 | null | null | false | null | null | null | null | null |
sequence_window_medium_2083 | sequence_window | medium | 2,083 | {
"name": "sequence_window",
"fields": [
"seq",
"acked",
"aux0"
],
"initial": {
"seq": 0,
"acked": 0,
"aux0": 0
},
"transitions": [
{
"label": "send",
"set": {
"seq": {
"incr": 1
}
}
},
{
"label": "ack",
"when": {
... | within_window | true | 256 | 3 | null | null | null | 2 | false | null | null | null |
resource_pool_medium_2084 | resource_pool | medium | 2,084 | {
"name": "resource_pool",
"fields": [
"held",
"c0",
"c1",
"c2",
"aux0"
],
"initial": {
"held": 0,
"c0": 0,
"c1": 0,
"c2": 0,
"aux0": 0
},
"transitions": [
{
"label": "acquire0",
"when": {
"c0": 0,
"held": 0
},
"set": {
... | pool_not_oversubscribed | false | 8 | null | null | null | null | null | null | 2 | true | null |
mutual_exclusion_medium_2085 | mutual_exclusion | medium | 2,085 | {
"name": "mutual_exclusion",
"fields": [
"p0",
"p1",
"p2",
"lock",
"aux0"
],
"initial": {
"p0": 0,
"p1": 0,
"p2": 0,
"lock": 0,
"aux0": 0
},
"transitions": [
{
"label": "enter0",
"when": {
"p0": 0,
"lock": 0
},
"set": {
... | at_most_one_in | false | 8 | null | null | null | null | null | null | null | true | 3 |
bounded_retry_medium_2086 | bounded_retry | medium | 2,086 | {
"name": "bounded_retry",
"fields": [
"tries",
"done",
"aux0"
],
"initial": {
"tries": 0,
"done": 0,
"aux0": 0
},
"transitions": [
{
"label": "attempt",
"when": {
"done": 0
},
"set": {
"tries": {
"incr": 1
}
}
}... | within_limit | true | 256 | 5 | 4 | false | null | null | null | null | null | null |
handshake_medium_2087 | handshake | medium | 2,087 | {
"name": "handshake",
"fields": [
"req",
"resp",
"installed",
"aux0"
],
"initial": {
"req": 0,
"resp": 0,
"installed": 0,
"aux0": 0
},
"transitions": [
{
"label": "send_req",
"when": {
"req": 0
},
"set": {
"req": 1
}
},
... | no_premature_install | false | 8 | null | null | null | true | null | null | null | null | null |
sequence_window_medium_2088 | sequence_window | medium | 2,088 | {
"name": "sequence_window",
"fields": [
"seq",
"acked",
"aux0"
],
"initial": {
"seq": 0,
"acked": 0,
"aux0": 0
},
"transitions": [
{
"label": "send0",
"when": {
"seq": 0
},
"set": {
"seq": {
"incr": 1
}
}
},
... | within_window | false | 20 | null | null | null | null | 4 | true | null | null | null |
resource_pool_medium_2089 | resource_pool | medium | 2,089 | {
"name": "resource_pool",
"fields": [
"held",
"c0",
"c1",
"c2",
"aux0"
],
"initial": {
"held": 0,
"c0": 0,
"c1": 0,
"c2": 0,
"aux0": 0
},
"transitions": [
{
"label": "acquire0",
"when": {
"c0": 0
},
"set": {
"c0": 1,
... | pool_not_oversubscribed | true | 28 | 2 | null | null | null | null | null | 2 | false | null |
mutual_exclusion_medium_2090 | mutual_exclusion | medium | 2,090 | {
"name": "mutual_exclusion",
"fields": [
"p0",
"p1",
"p2",
"lock",
"aux0"
],
"initial": {
"p0": 0,
"p1": 0,
"p2": 0,
"lock": 0,
"aux0": 0
},
"transitions": [
{
"label": "enter0",
"when": {
"p0": 0,
"lock": 0
},
"set": {
... | at_most_one_in | false | 8 | null | null | null | null | null | null | null | true | 3 |
bounded_retry_medium_2091 | bounded_retry | medium | 2,091 | {
"name": "bounded_retry",
"fields": [
"tries",
"done",
"aux0"
],
"initial": {
"tries": 0,
"done": 0,
"aux0": 0
},
"transitions": [
{
"label": "attempt0",
"when": {
"done": 0,
"tries": 0
},
"set": {
"tries": {
"incr": 1
... | within_limit | false | 20 | null | 4 | true | null | null | null | null | null | null |
handshake_medium_2092 | handshake | medium | 2,092 | {
"name": "handshake",
"fields": [
"req",
"resp",
"installed",
"aux0"
],
"initial": {
"req": 0,
"resp": 0,
"installed": 0,
"aux0": 0
},
"transitions": [
{
"label": "send_req",
"when": {
"req": 0
},
"set": {
"req": 1
}
},
... | no_premature_install | true | 12 | 1 | null | null | false | null | null | null | null | null |
sequence_window_medium_2093 | sequence_window | medium | 2,093 | {
"name": "sequence_window",
"fields": [
"seq",
"acked",
"aux0"
],
"initial": {
"seq": 0,
"acked": 0,
"aux0": 0
},
"transitions": [
{
"label": "send",
"set": {
"seq": {
"incr": 1
}
}
},
{
"label": "ack",
"when": {
... | within_window | true | 256 | 4 | null | null | null | 3 | false | null | null | null |
resource_pool_medium_2094 | resource_pool | medium | 2,094 | {
"name": "resource_pool",
"fields": [
"held",
"c0",
"c1",
"c2",
"aux0"
],
"initial": {
"held": 0,
"c0": 0,
"c1": 0,
"c2": 0,
"aux0": 0
},
"transitions": [
{
"label": "acquire0",
"when": {
"c0": 0,
"held": 0
},
"set": {
... | pool_not_oversubscribed | false | 8 | null | null | null | null | null | null | 1 | true | null |
mutual_exclusion_medium_2095 | mutual_exclusion | medium | 2,095 | {
"name": "mutual_exclusion",
"fields": [
"p0",
"p1",
"p2",
"lock",
"aux0"
],
"initial": {
"p0": 0,
"p1": 0,
"p2": 0,
"lock": 0,
"aux0": 0
},
"transitions": [
{
"label": "enter0",
"when": {
"p0": 0
},
"set": {
"p0": 1,
... | at_most_one_in | true | 28 | 2 | null | null | null | null | null | null | false | 3 |
bounded_retry_medium_2096 | bounded_retry | medium | 2,096 | {
"name": "bounded_retry",
"fields": [
"tries",
"done",
"aux0"
],
"initial": {
"tries": 0,
"done": 0,
"aux0": 0
},
"transitions": [
{
"label": "attempt",
"when": {
"done": 0
},
"set": {
"tries": {
"incr": 1
}
}
}... | within_limit | true | 256 | 3 | 2 | false | null | null | null | null | null | null |
handshake_medium_2097 | handshake | medium | 2,097 | {
"name": "handshake",
"fields": [
"req",
"resp",
"installed",
"aux0"
],
"initial": {
"req": 0,
"resp": 0,
"installed": 0,
"aux0": 0
},
"transitions": [
{
"label": "send_req",
"when": {
"req": 0
},
"set": {
"req": 1
}
},
... | no_premature_install | false | 8 | null | null | null | true | null | null | null | null | null |
sequence_window_medium_2098 | sequence_window | medium | 2,098 | {
"name": "sequence_window",
"fields": [
"seq",
"acked",
"aux0"
],
"initial": {
"seq": 0,
"acked": 0,
"aux0": 0
},
"transitions": [
{
"label": "send",
"set": {
"seq": {
"incr": 1
}
}
},
{
"label": "ack",
"when": {
... | within_window | true | 256 | 3 | null | null | null | 2 | false | null | null | null |
resource_pool_medium_2099 | resource_pool | medium | 2,099 | {
"name": "resource_pool",
"fields": [
"held",
"c0",
"c1",
"c2",
"aux0"
],
"initial": {
"held": 0,
"c0": 0,
"c1": 0,
"c2": 0,
"aux0": 0
},
"transitions": [
{
"label": "acquire0",
"when": {
"c0": 0
},
"set": {
"c0": 1,
... | pool_not_oversubscribed | true | 28 | 2 | null | null | null | null | null | 2 | false | null |
mutual_exclusion_medium_2100 | mutual_exclusion | medium | 2,100 | {
"name": "mutual_exclusion",
"fields": [
"p0",
"p1",
"p2",
"lock",
"aux0"
],
"initial": {
"p0": 0,
"p1": 0,
"p2": 0,
"lock": 0,
"aux0": 0
},
"transitions": [
{
"label": "enter0",
"when": {
"p0": 0
},
"set": {
"p0": 1,
... | at_most_one_in | true | 28 | 2 | null | null | null | null | null | null | false | 3 |
bounded_retry_medium_2101 | bounded_retry | medium | 2,101 | {
"name": "bounded_retry",
"fields": [
"tries",
"done",
"aux0"
],
"initial": {
"tries": 0,
"done": 0,
"aux0": 0
},
"transitions": [
{
"label": "attempt",
"when": {
"done": 0
},
"set": {
"tries": {
"incr": 1
}
}
}... | within_limit | true | 256 | 5 | 4 | false | null | null | null | null | null | null |
handshake_medium_2102 | handshake | medium | 2,102 | {
"name": "handshake",
"fields": [
"req",
"resp",
"installed",
"aux0"
],
"initial": {
"req": 0,
"resp": 0,
"installed": 0,
"aux0": 0
},
"transitions": [
{
"label": "send_req",
"when": {
"req": 0
},
"set": {
"req": 1
}
},
... | no_premature_install | false | 8 | null | null | null | true | null | null | null | null | null |
sequence_window_medium_2103 | sequence_window | medium | 2,103 | {
"name": "sequence_window",
"fields": [
"seq",
"acked",
"aux0"
],
"initial": {
"seq": 0,
"acked": 0,
"aux0": 0
},
"transitions": [
{
"label": "send",
"set": {
"seq": {
"incr": 1
}
}
},
{
"label": "ack",
"when": {
... | within_window | true | 256 | 3 | null | null | null | 2 | false | null | null | null |
resource_pool_medium_2104 | resource_pool | medium | 2,104 | {
"name": "resource_pool",
"fields": [
"held",
"c0",
"c1",
"c2",
"aux0"
],
"initial": {
"held": 0,
"c0": 0,
"c1": 0,
"c2": 0,
"aux0": 0
},
"transitions": [
{
"label": "acquire0",
"when": {
"c0": 0
},
"set": {
"c0": 1,
... | pool_not_oversubscribed | true | 28 | 2 | null | null | null | null | null | 1 | false | null |
mutual_exclusion_medium_2105 | mutual_exclusion | medium | 2,105 | {
"name": "mutual_exclusion",
"fields": [
"p0",
"p1",
"p2",
"lock",
"aux0"
],
"initial": {
"p0": 0,
"p1": 0,
"p2": 0,
"lock": 0,
"aux0": 0
},
"transitions": [
{
"label": "enter0",
"when": {
"p0": 0,
"lock": 0
},
"set": {
... | at_most_one_in | false | 8 | null | null | null | null | null | null | null | true | 3 |
bounded_retry_medium_2106 | bounded_retry | medium | 2,106 | {
"name": "bounded_retry",
"fields": [
"tries",
"done",
"aux0"
],
"initial": {
"tries": 0,
"done": 0,
"aux0": 0
},
"transitions": [
{
"label": "attempt",
"when": {
"done": 0
},
"set": {
"tries": {
"incr": 1
}
}
}... | within_limit | true | 256 | 6 | 5 | false | null | null | null | null | null | null |
handshake_medium_2107 | handshake | medium | 2,107 | {
"name": "handshake",
"fields": [
"req",
"resp",
"installed",
"aux0"
],
"initial": {
"req": 0,
"resp": 0,
"installed": 0,
"aux0": 0
},
"transitions": [
{
"label": "send_req",
"when": {
"req": 0
},
"set": {
"req": 1
}
},
... | no_premature_install | true | 12 | 1 | null | null | false | null | null | null | null | null |
sequence_window_medium_2108 | sequence_window | medium | 2,108 | {
"name": "sequence_window",
"fields": [
"seq",
"acked",
"aux0"
],
"initial": {
"seq": 0,
"acked": 0,
"aux0": 0
},
"transitions": [
{
"label": "send0",
"when": {
"seq": 0
},
"set": {
"seq": {
"incr": 1
}
}
},
... | within_window | false | 16 | null | null | null | null | 3 | true | null | null | null |
resource_pool_medium_2109 | resource_pool | medium | 2,109 | {
"name": "resource_pool",
"fields": [
"held",
"c0",
"c1",
"c2",
"aux0"
],
"initial": {
"held": 0,
"c0": 0,
"c1": 0,
"c2": 0,
"aux0": 0
},
"transitions": [
{
"label": "acquire0",
"when": {
"c0": 0
},
"set": {
"c0": 1,
... | pool_not_oversubscribed | true | 28 | 2 | null | null | null | null | null | 2 | false | null |
mutual_exclusion_medium_2110 | mutual_exclusion | medium | 2,110 | {
"name": "mutual_exclusion",
"fields": [
"p0",
"p1",
"p2",
"lock",
"aux0"
],
"initial": {
"p0": 0,
"p1": 0,
"p2": 0,
"lock": 0,
"aux0": 0
},
"transitions": [
{
"label": "enter0",
"when": {
"p0": 0,
"lock": 0
},
"set": {
... | at_most_one_in | false | 8 | null | null | null | null | null | null | null | true | 3 |
bounded_retry_medium_2111 | bounded_retry | medium | 2,111 | {
"name": "bounded_retry",
"fields": [
"tries",
"done",
"aux0"
],
"initial": {
"tries": 0,
"done": 0,
"aux0": 0
},
"transitions": [
{
"label": "attempt0",
"when": {
"done": 0,
"tries": 0
},
"set": {
"tries": {
"incr": 1
... | within_limit | false | 20 | null | 4 | true | null | null | null | null | null | null |
handshake_medium_2112 | handshake | medium | 2,112 | {
"name": "handshake",
"fields": [
"req",
"resp",
"installed",
"aux0"
],
"initial": {
"req": 0,
"resp": 0,
"installed": 0,
"aux0": 0
},
"transitions": [
{
"label": "send_req",
"when": {
"req": 0
},
"set": {
"req": 1
}
},
... | no_premature_install | false | 8 | null | null | null | true | null | null | null | null | null |
sequence_window_medium_2113 | sequence_window | medium | 2,113 | {
"name": "sequence_window",
"fields": [
"seq",
"acked",
"aux0"
],
"initial": {
"seq": 0,
"acked": 0,
"aux0": 0
},
"transitions": [
{
"label": "send0",
"when": {
"seq": 0
},
"set": {
"seq": {
"incr": 1
}
}
},
... | within_window | false | 12 | null | null | null | null | 2 | true | null | null | null |
resource_pool_medium_2114 | resource_pool | medium | 2,114 | {
"name": "resource_pool",
"fields": [
"held",
"c0",
"c1",
"c2",
"aux0"
],
"initial": {
"held": 0,
"c0": 0,
"c1": 0,
"c2": 0,
"aux0": 0
},
"transitions": [
{
"label": "acquire0",
"when": {
"c0": 0,
"held": 0
},
"set": {
... | pool_not_oversubscribed | false | 8 | null | null | null | null | null | null | 1 | true | null |
mutual_exclusion_medium_2115 | mutual_exclusion | medium | 2,115 | {
"name": "mutual_exclusion",
"fields": [
"p0",
"p1",
"p2",
"lock",
"aux0"
],
"initial": {
"p0": 0,
"p1": 0,
"p2": 0,
"lock": 0,
"aux0": 0
},
"transitions": [
{
"label": "enter0",
"when": {
"p0": 0,
"lock": 0
},
"set": {
... | at_most_one_in | false | 8 | null | null | null | null | null | null | null | true | 3 |
bounded_retry_medium_2116 | bounded_retry | medium | 2,116 | {
"name": "bounded_retry",
"fields": [
"tries",
"done",
"aux0"
],
"initial": {
"tries": 0,
"done": 0,
"aux0": 0
},
"transitions": [
{
"label": "attempt",
"when": {
"done": 0
},
"set": {
"tries": {
"incr": 1
}
}
}... | within_limit | true | 256 | 4 | 3 | false | null | null | null | null | null | null |
handshake_medium_2117 | handshake | medium | 2,117 | {
"name": "handshake",
"fields": [
"req",
"resp",
"installed",
"aux0"
],
"initial": {
"req": 0,
"resp": 0,
"installed": 0,
"aux0": 0
},
"transitions": [
{
"label": "send_req",
"when": {
"req": 0
},
"set": {
"req": 1
}
},
... | no_premature_install | false | 8 | null | null | null | true | null | null | null | null | null |
sequence_window_medium_2118 | sequence_window | medium | 2,118 | {
"name": "sequence_window",
"fields": [
"seq",
"acked",
"aux0"
],
"initial": {
"seq": 0,
"acked": 0,
"aux0": 0
},
"transitions": [
{
"label": "send0",
"when": {
"seq": 0
},
"set": {
"seq": {
"incr": 1
}
}
},
... | within_window | false | 16 | null | null | null | null | 3 | true | null | null | null |
resource_pool_medium_2119 | resource_pool | medium | 2,119 | {
"name": "resource_pool",
"fields": [
"held",
"c0",
"c1",
"c2",
"aux0"
],
"initial": {
"held": 0,
"c0": 0,
"c1": 0,
"c2": 0,
"aux0": 0
},
"transitions": [
{
"label": "acquire0",
"when": {
"c0": 0
},
"set": {
"c0": 1,
... | pool_not_oversubscribed | true | 28 | 2 | null | null | null | null | null | 1 | false | null |
mutual_exclusion_medium_2120 | mutual_exclusion | medium | 2,120 | {
"name": "mutual_exclusion",
"fields": [
"p0",
"p1",
"p2",
"lock",
"aux0"
],
"initial": {
"p0": 0,
"p1": 0,
"p2": 0,
"lock": 0,
"aux0": 0
},
"transitions": [
{
"label": "enter0",
"when": {
"p0": 0
},
"set": {
"p0": 1,
... | at_most_one_in | true | 28 | 2 | null | null | null | null | null | null | false | 3 |
bounded_retry_medium_2121 | bounded_retry | medium | 2,121 | {
"name": "bounded_retry",
"fields": [
"tries",
"done",
"aux0"
],
"initial": {
"tries": 0,
"done": 0,
"aux0": 0
},
"transitions": [
{
"label": "attempt0",
"when": {
"done": 0,
"tries": 0
},
"set": {
"tries": {
"incr": 1
... | within_limit | false | 16 | null | 3 | true | null | null | null | null | null | null |
handshake_medium_2122 | handshake | medium | 2,122 | {
"name": "handshake",
"fields": [
"req",
"resp",
"installed",
"aux0"
],
"initial": {
"req": 0,
"resp": 0,
"installed": 0,
"aux0": 0
},
"transitions": [
{
"label": "send_req",
"when": {
"req": 0
},
"set": {
"req": 1
}
},
... | no_premature_install | false | 8 | null | null | null | true | null | null | null | null | null |
sequence_window_medium_2123 | sequence_window | medium | 2,123 | {
"name": "sequence_window",
"fields": [
"seq",
"acked",
"aux0"
],
"initial": {
"seq": 0,
"acked": 0,
"aux0": 0
},
"transitions": [
{
"label": "send",
"set": {
"seq": {
"incr": 1
}
}
},
{
"label": "ack",
"when": {
... | within_window | true | 256 | 5 | null | null | null | 4 | false | null | null | null |
resource_pool_medium_2124 | resource_pool | medium | 2,124 | {
"name": "resource_pool",
"fields": [
"held",
"c0",
"c1",
"c2",
"aux0"
],
"initial": {
"held": 0,
"c0": 0,
"c1": 0,
"c2": 0,
"aux0": 0
},
"transitions": [
{
"label": "acquire0",
"when": {
"c0": 0,
"held": 0
},
"set": {
... | pool_not_oversubscribed | false | 8 | null | null | null | null | null | null | 1 | true | null |
mutual_exclusion_medium_2125 | mutual_exclusion | medium | 2,125 | {
"name": "mutual_exclusion",
"fields": [
"p0",
"p1",
"p2",
"lock",
"aux0"
],
"initial": {
"p0": 0,
"p1": 0,
"p2": 0,
"lock": 0,
"aux0": 0
},
"transitions": [
{
"label": "enter0",
"when": {
"p0": 0,
"lock": 0
},
"set": {
... | at_most_one_in | false | 8 | null | null | null | null | null | null | null | true | 3 |
specforge — a verification benchmark that cannot be memorised
600 protocol-shaped state machines whose ground truth was computed by an exhaustive model checker, not written down by hand.
Every fixed benchmark has a shelf life: once its answers are in a training corpus, a high score stops telling you whether a model reasons or remembers. This snapshot is generated, and the generator is public — so when this set ages, you make a new one with a different seed rather than trusting a stale number.
from datasets import load_dataset
ds = load_dataset("nickh007/specforge", split="train") # medium by default
ds[0]["spec"] # the state machine
ds[0]["violated"] # ground truth, computed not assumed
Configs
| config | rows | violated | safe |
|---|---|---|---|
easy |
150 | 75 | 75 |
medium (default) |
300 | 150 | 150 |
hard |
150 | 75 | 75 |
Difficulty controls the size of the search, not how tricky the answer is: more components, more auxiliary fields, wider bounds.
Fields
| field | meaning |
|---|---|
id |
{shape}_{difficulty}_{seed} |
shape |
one of mutual_exclusion, bounded_retry, handshake, sequence_window, resource_pool |
difficulty |
easy, medium, hard |
seed |
the generation seed for this task |
spec |
the declarative state machine (JSON) |
property |
the name of the safety property being checked |
violated |
ground truth — computed by exhaustive check |
reachable_states |
size of the reachable state space |
counterexample_length |
steps to the violation, when there is one |
Plus per-shape metadata, present only on the shapes that define them and null elsewhere (the
configs are a union of all five shapes): guarded, components, limit, capped, ordered,
width, checked, size. These record which variant was generated — e.g. guarded: false on
a mutual_exclusion task is why that task is violated. 17 columns in total.
Why the answer key is trustworthy
Three rules, enforced at generation time and covered by tests in the generator:
- A task is emitted only on a definite verdict. A candidate the checker could not settle is discarded, never labelled. An answer key containing guesses is worse than no benchmark.
- Every violated task's counterexample was replayed against its own model before the task was emitted.
- Generation is deterministic from the seed, so this exact set is reproducible:
specforge export --n 300 --seed 2026 --difficulty medium.
One subtlety worth stating: a safe label requires an exhaustive search, because it is a claim about every reachable state. A violated label does not, because it rests on a single witness that stands whether or not the search finished. Different evidential bars, applied separately.
Scoring credits only what replays
Predicting "violated" is cheap; producing a counterexample that replays is not. Scoring a submission
needs the specforge package, because a trace only
means something when replayed against the real model.
pip install "specforge @ git+https://github.com/nickharris808/specforge.git"
specforge score submission.json --tasks tasks.json
Measured on 20 tasks at seed 42: a submission that knows every answer and fabricates every trace
scores balanced accuracy 0.500 — exactly what guessing scores — while accuracy_ignoring_replay
reads 1.000. The gap between those two numbers is the measurement.
Honest scope
What a score measures. How well a solver finds and demonstrates safety violations in synthetic finite state machines, at a given size.
What it does not. Nothing about real-world protocol implementations — the shapes are drawn from how protocols are built, but the machines are synthetic and deliberately so. Nothing about reading a specification, since the model is given. And nothing comparable across seeds or difficulties unless you say which you used.
It makes no claim about any named third-party protocol, product or implementation. Judgements
about named systems belong in a human-reviewed corpus; that is
protocol-bench, which is fixed, small
and reviewed.
Always report the seed and count with any score. A number nobody can reproduce is not a result.
Licence
MIT.
The portfolio
This is one artifact in a set built around a single rule: a verdict you cannot check is not a verdict — and its corollary, undetermined is not a pass.
| Documentation | the front door: what an explicit-state check proves, and what it does not |
minicheck |
the model checker underneath all of it |
protocol-bench |
fixed ground truth from published standards; a detection must replay |
specforge |
a benchmark that cannot be memorised — ground truth is computed |
minicheck-mcp |
the checker as an MCP server, for agents |
failclosed |
default-deny middleware for verification-gated endpoints |
polyfrac |
exact rational arithmetic with Sturm root counting |
Try it in the browser · model-check a state machine · the specforge leaderboard
Ground-truth data · protocol-bench · specforge
- Downloads last month
- -